/*
Theme Name: 	Gadgetspix
Theme URI: 		http://gadgetspix.com
Version: 		1.0
Author: 		Ashish
Author URI: 	
License:
License URI:
Text Domain:    newspaper
Tags:black, white, one-column, two-columns, fixed-layout

*/
/**********common css starts********/
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: -apple-system-body;
  overflow-x: hidden;
}
body {
  background-color: var(--white);
  font: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--primary_text_color);
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  -webkit-overflow-scrolling: touch;
}
html:lang(hi) body,
html:lang(mr) body {
  font-family: -apple-system-body;
}
body,
input,
textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background-color: var(--orange);
  color: var(--white);
  text-shadow: none;
}
::-moz-selection {
  background-color: var(--orange);
  color: var(--white);
  text-shadow: none;
}
::-webkit-selection {
  background-color: var(--orange);
  color: var(--white);
  text-shadow: none;
}
*,
:active,
:focus,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
}
*,
a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
[role="button"],
a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
.btn,
.form-control,
a,
button {
  text-decoration: none;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
}
b,
strong {
  font-weight: 700;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio,
video {
  width: 100%;
  height: auto;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
img::-moz-selection,
img::-webkit-selection,
img::selection {
  background: 0 0;
}
figure {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
iframe {
  border: none;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.btn,
[role="button"] {
  cursor: pointer;
}

/********common css ends *********/
/********common table start *********/
.tfd_table_content {
  background: var(--white);
  break-inside: avoid-column;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.tfd_table_content > .title {
  font-family: var(--font_imp);
  font-size: var(--font-size18);
  text-transform: uppercase;
  background: #efefef;
  padding: 3px 12px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
.tfd_table_content td.title {
  font-family: var(--font_imp);
  padding-left: 12px;
  padding-right: 6px;
  font-weight: 700;
  color: var(--tertiary_text_color);
  width: 140px;
}
.tfd_table_content td {
  font-family: var(--font_imp);
  font-size: var(--h1_size16);
  padding: 4px 12px 4px 6px;
  border-bottom: 1px solid #efefef;
  word-break: break-word;
  border-right: 2px solid #ededed;
}
.tfd_table_content th {
  font-family: var(--font_imp);
  text-align: left;
  padding: 6px 12px;
  background: var(--ads_bg);
  border-bottom: 1px solid #efefef;
  border-right: 2px solid #ededed;
  background: #f3f3f3;
  color: #333;
  color: var(--secondary_text_color);
  font-size: var(--font-size18);
  font-weight: 600;
}
.tfd_table_icon {
  --s: 24px;
  width: var(--s);
  height: var(--s);
  fill: currentColor;
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  line-height: 1;
}
.tfd_table_content td .tfd_table_icon {
  top: 2px;
  margin-right: 3px;
}
table thead {
  border-bottom: 2px solid #333;
  position: relative;
}
table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/********common table ends *********/

/*********variables Colors name********/
:root {
  /* basic color  */
  --color_1: rgba(0, 0, 0, 0.01);
  --color_05: rgba(0, 0, 0, 0.05);
  --color_14: rgba(0, 0, 0, 0.14);
  --color_07: rgba(255, 255, 255, 0.7);
  --color_42: rgba(255, 255, 255, 0.42);
  --color_33: #333;
  --red: #e2000b;
  --green: #008000;
  --ora-btn-color: #fb641b;
  --white: #ffffff;
  --sticknavbg: #e2e4ff;
  --mobsmallbg: #f4f4f2;
  --white-hori: rgba(235, 235, 235);
  --white-hover: rgba(235, 235, 255);
  --light_blue: #1d2834;
  --dark_blue: #01040d;
  --grey_bg: #f8f8f8;
  --blue-bag: #131a22;
  --gray2: #888888;
  --backtotop: #485769;
  --border_color_bl: rgba(0, 0, 0, 0.2);
  --box_shadow: var(--color_05) 0px 1px 3px 0px, var(--color_05) 0px 0px 0px 1px;
  --box_shadow_dark: rgba(121, 121, 121, 0.16);
  --box_shadow_2: inset 0 11px 8px -10px var(--color_1),
    inset 0 -11px 8px -10px var(--color_1);
  --ads_bg: #ebebeb;
  --form_input: #f0fff0;

  /* font color  */
  --primary_text_color: #000000;
  --secondary_text_color: #090909;
  --tertiary_text_color: #666666;
  --white_bark_a: #cedfe2;
  --story_highlight: #f7f9fa;

  /* link color  */
  --link_color: #195bca;
  --link_hover: #f9a300;

  /* gap size  */
  --s: 20px;
  --widget_gap: var(--s);
  --story_paragap: var(--s);

  /* button color  */
  --orange: #995b24;
  --btn_background_color: #262262;
  --border_color: #122241;
  --light-blue-btn-2: rgb(51, 113, 158);
  --light-blue-btn-bor-2: rgb(66, 133, 184);

  /* for font size  */
  --h1_size22: 1.375rem; /*22px*/
  --h1_size16: 1rem; /*16px*/
  --primary_size: 0.875rem; /*14px*/
  --secondary_size: 0.75rem; /*12px*/
  --font-size18: 1.125rem; /*18px*/

  --h1_mod_size: 1.9375rem; /*31px*/
  --primary_mod_size: 1.25rem; /*20px*/

  --font_prime: tfd-ham, ham-fallback-georgia, ham-fallback-noto, georgia,
    "times new roman", times, serif;
  --font_imp: tfd-imp, georgia, "times new roman", times, serif;
  --font_frank: tfd-frank, georgia, "times new roman", times, serif;
}

/*********variables Colors ends********/

/*********Link Color********/
a {
  color: var(--link_color);
  text-decoration: none;
  background-color: transparent;
}
a:hover,
a:focus {
  color: var(--orange);
  text-decoration: none;
  outline: 0;
}
/*********Link Color End********/

/********Label********/
label {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
label.auto {
  display: inline-block;
  margin: 0 15px 5px 0;
  vertical-align: middle;
}
label.auto:last-child {
  margin-right: 0;
}
/********Label********/

/********Input Fields********/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="file"],
select,
textarea {
  background-color: var(--white);
  border: 1px solid var(--border_color);
  color: var(--primary_text_color);
  border-radius: 3px;
  display: block;
  font-size: 14px;
  line-height: 1.6 !important;
  padding: 10px 15px;
  position: relative;
  width: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus,
input[type="url"]:focus {
  border-color: var(--border_color);
}
textarea {
  height: 130px;
  resize: none;
  font-size: 14px;
  line-height: 1.6 !important;
}
select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
select option {
  font-size: 14px;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 5px;
  vertical-align: 1px;
}
::-webkit-input-placeholder {
  color: var(--tertiary_text_color);
  opacity: 1;
}
:-moz-placeholder {
  color: var(--tertiary_text_color);
  opacity: 1;
}
::-moz-placeholder {
  color: var(--tertiary_text_color);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--tertiary_text_color);
  opacity: 1;
}

/*********Browser Compatibility*********/
input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield !important;
}
/********Input Fields End********/

/*********Button & Scroll Up Start*********/
.btn {
  min-width: 150px;
  border-radius: 60px;
  margin: 0;
  padding: 10px 25px;
  color: var(--white) !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6 !important;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  cursor: pointer;
  font-style: normal;
  position: relative;
  text-align: center;
  transition: all 0.6s ease 0s;
  background: var(--orange);
  border: 1px solid var(--orange);
}
.btn:focus,
.btn:hover,
.btn:before,
.btn:focus:before,
.btn:hover:before {
  background: var(--link_color);
  color: var(--white) !important;
  text-decoration: none;
}
.btn:focus:before,
.btn:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.sm-btn {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.0358rem;
  line-height: 1.4;
  font-weight: 500;
  justify-content: center;
  max-width: 100%;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  height: 2.5717rem;
  min-width: 50px;
  padding: 0 16px;
  color: var(--white);
  box-sizing: border-box;
}
.sm-btn:focus,
.sm-btn:hover {
  background-color: var(--ora-btn-color);
  box-shadow: var(--box_shadow);
  border: 1px solid var(--red);
}

.border-blue-btn {
  padding: 8px 12px;
  /* height: 11px; */
  color: var(--white) !important;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.6s ease 0s;
  white-space: nowrap;
  vertical-align: middle;
  background-color: var(--btn_background_color);
  border: 1px solid var(--border_color);
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 11px 12px 8px;
  text-transform: uppercase;
  display: inline-block;
}
.border-blue-btn:hover,
.border-blue-btn:focus {
  background-color: var(--border_color);
  box-shadow: var(--box_shadow);
  border: 1px solid var(--border_color);
}

.point_svg {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: middle;
}
.page-content .artText > ul li {
  margin-bottom: 0.9375rem;
  margin-top: 0;
  list-style: disc;
  padding-left: 0;
  margin-left: 0.875rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  overflow-wrap: break-word;
  color: var(--primary_text_color);
  font-family: var(--font_imp);
}
.singlepiontnote {
  background-color: var(--mobsmallbg);
  font-style: italic;
  padding: 10px;
  border-left: 5px solid var(--light_blue);
  margin: 20px 0;
}
div#tfd-table-of-container.faq_font_con .ligapbetcss {
  margin-bottom: 0.9375rem;
}
.social_hover_eff:hover {
  transform: scale(0.9);
  fill: var(--white);
}
.simple_hover_eff:hover {
  transform: scale(0.9);
}
.button-social__icon {
  font-size: 16px;
  height: 24px;
  width: 24px;
}
.button-social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-bottom: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
}
.tfd_read-more-toggle {
  position: absolute;
  bottom: 14px;
  right: 0;
  border: none;
  color: var(--link_color);
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  padding: 0 10px 0 45px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.05) 10%,
    #fcfcfc 30%,
    #fcfcfc 100%
  );
}
/*********Button & Scroll Up End*********/

/*********SVG start*********/
.three-arrow {
  display: inline-block;
  height: 20px;
  vertical-align: sub;
  width: 20px;
  /* margin: 8px; */
}
.mobile-icon-user {
  display: block;
  width: 24px;
  height: 24px;
}
.mobile_tfd_logo {
  width: 225px;
  height: 41px;
}
.icon-search {
  position: absolute;
  display: inline-block;
  height: 26px;
  vertical-align: sub;
  width: 18px;
  left: 15px;
  top: 4px;
  fill: var(--white);
  cursor: pointer;
}
.share_social_list-icon {
  --s: 24px;
  width: var(--s);
  height: var(--s);
  fill: currentColor;
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  line-height: 1;
}
.nav__iocn .hm_icn,
.tfd_close {
  /* color: var(--vj-sn-dr1); */
  height: 18px;
  width: 18px;
}

.hm_user,
.tfd_loc_icon {
  height: 24px;
  width: 24px;
}
.hm_dropdown {
  height: 14px;
  width: 8px;
}
.mobshare__social .hm_social {
  height: 25px;
  width: 25px;
}
.footer_social {
  fill: #7b7575;
  height: 30px;
  width: 30px;
}
.footer_social_non {
  height: 30px;
  width: 30px;
}
.footer_social_lett {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  color: #7b7575;
}
.footer_social_lett:hover {
  color: var(--white);
}

/*********Header start*********/
#a-page {
  margin: 0 auto;
  max-width: 1003px;
}
header.nav-flex {
  display: flex;
  position: static;
}
#navbar {
  margin: auto;
  /* padding: 0 3%; */
  position: relative;
  top: 0;
  left: 0;
  /* z-index: 198; */
  zoom: 1;
}
#navbar.nav-flex {
  display: flex;
  position: static;
  flex-flow: column nowrap;
  flex: 1 1 auto;
}
#navbar.nav-flex #nav-top {
  height: 36px;
  display: flex;
  position: static;
  flex-flow: row nowrap;
  width: 100%;
}
#navbar.nav-flex #nav-belt {
  height: 60px;
  width: 100%;
  display: flex;
  position: static;
  flex-flow: row nowrap;
}
#navbar.nav-flex #nav-main {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  height: 39px;
  width: 100%;
}
#nav-top .nav-left,
#nav-top .nav-fill,
#nav-top .nav-right,
#nav-belt .nav-left,
#nav-belt .nav-fill,
#nav-belt .nav-right,
#nav-main .nav-left,
#nav-main .nav-fill,
#nav-main .nav-right {
  display: flex;
  position: static;
  align-items: center;
  float: none;
}
#nav-top .nav-left,
#nav-top .nav-fill,
#nav-top .nav-right {
  height: 36px;
  width: auto;
}
#nav-belt .nav-left,
#nav-belt .nav-fill,
#nav-belt .nav-right {
  height: 60px;
  width: auto;
  flex: 1 1 0px;
}
#nav-main .nav-left,
#nav-main .nav-fill,
#nav-main .nav-right {
  height: 39px;
  width: auto;
}
#navbar.nav-flex .nav-fill {
  flex: 1 1 auto;
}
#navbar.nav-flex .nav-fill .nav-ul {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  height: 33px;
  width: auto;
}
#navbar.nav-flex #nav-top .nav-left .nav-logo {
  display: none;
}
.nav-three {
  cursor: pointer;
  margin: 0 10px 0 2px;
}
/*********nav-searchbar start*********/
#navbar.nav-flex #nav-top #nav-search {
  height: 33px;
  display: flex;
  align-items: center;
  position: static;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 4px 4px 4px 4px;
  width: auto;
}
#navbar.nav-flex #nav-top #nav-search .nav-searchbar {
  display: flex;
  position: static;
  flex: 1 1 0px;
  height: 33px;
  margin-bottom: 0;
}

#navbar.nav-flex #nav-top #nav-search .nav-right {
  display: flex;
  position: static;
  float: none;
  height: auto;
  top: -5px;
  width: auto;
}
#navbar.nav-flex #nav-top #nav-search .nav-searchbar .nav-fill {
  display: flex;
  position: static;
  flex: 1 1 0px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  top: -5px;
}

#navbar.nav-flex #nav-top #nav-search .nav-fill label {
  display: block;
  padding-left: 2px;
  padding-bottom: 2px;
  font-weight: 700;
}
#navbar.nav-flex #nav-top .nav-left .mobile-icon-user {
  display: none;
}
#navbar.nav-flex #nav-top #nav-search .nav-searchbar .nav-input {
  font-family: var(--font_frank);
  display: flex;
  position: static;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 15px;
  padding: 7px 10px 10px 0;
  margin: 0;
  border: 1px solid var(--gray2);
  height: 33px;
  font-family: inherit;
  font-size: 15px;
  background: 0 0;
  color: var(--primary_text_color);
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  text-indent: 8px;
  direction: ltr;
}
#navbar.nav-flex #nav-top #nav-search .nav-searchbar #nav-search-submit-button {
  display: flex;
  position: static;
  float: none;
  background-color: var(--btn_background_color);
  border: 1px solid var(--border_color);
  background-image: none;
  width: 40px;
  top: 5px;
  right: 0;
  height: 33px;
  overflow: hidden;
  cursor: pointer;
  text-indent: -1000px;
  border-radius: 0 4px 4px 0;
}
#navbar.nav-flex
  #nav-top
  #nav-search
  .nav-searchbar
  #nav-search-submit-button:hover {
  background-color: var(--light-blue-btn-2);
  border: 1px solid var(--light-blue-btn-bor-2);
}
.foserbae {
  position: relative;
  background-color: #f0f0f0;
  padding: 1px 6px;
}
/*********nav-searchbar end*********/
/*********Login and share start*********/
#navbar #nav-top .lis {
  max-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 4px;
  margin: 0 20px;
  position: static;
  float: none;
  flex: 1 1 auto;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
}
#navbar #nav-top .nav-right .nav-login:hover,
#navbar #nav-top .nav-right .follow-me:hover {
  background-color: var(--light-blue-btn-2);
  border: 1px solid var(--light-blue-btn-bor-2);
}
#tfd-dropdownlog.tfd-dropdown .spn-nav {
  padding: 2px 8px !important;
}
#navbar #nav-top .nav-right .nav-login .spn-nav {
  padding: 8px 12px;
  height: 11px;
  color: var(--white) !important;
}
/*********Login and share end*********/
#tfd-dropdownlog.tfd-dropdown .hm_user {
  height: 16px;
  width: 16px;
}
#tfd-dropdownlog.tfd-dropdown .user__icon {
  height: 16px;
  width: 16px;
}

#tfd-dropdownlog.tfd-dropdown .d {
  padding: 1px 6px 0px 0px !important;
}
.tfd-dropdown {
  top: -12px;
  display: flex;
  align-items: center;
  position: relative;
  height: 32px;
  padding: 0 0 0 8px;
}
#navbar #nav-top .nav-right .follow-me,
#navbar #nav-top .nav-right .nav-login {
  font-family: var(--font_frank);
  border-radius: 3px;
  cursor: pointer;
  height: 31px;
  margin-left: 7px;
  transition: all 0.6s ease 0s;
  white-space: nowrap;
  vertical-align: middle;
  background-color: var(--btn_background_color);
  border: 1px solid var(--border_color);
  color: var(--white) !important;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 11px 0 8px;
  text-transform: uppercase;
  display: inline-block;
}
.tfd-dropdown > .share_social_list-icon:first-child {
  margin-right: 6px;
}
.tfd-dropdown > .d {
  --s: 10px;
  opacity: 0.7;
  margin-left: 3px;
  transition: all 0.1s ease-out;
}
.tfd-dropdown > .x {
  display: none;
  position: absolute;
  top: 33px;
  z-index: 10;
  right: 0;
}
.tfd-menu {
  --img-size: 24px;
  display: grid;
  background: var(--white);
  padding: 8px 0;
  border-radius: 3px;
  overflow-y: auto;
  overflow-x: hidden;
  contain: content;
  box-shadow: var(--box_shadow);
}
.tfd-menu > a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  position: relative;
  text-decoration: none;
  user-select: none;
  font-size: 12px;
  font-weight: 400;
  color: var(--color_33);
}
.tfd-menu > a:hover {
  background: var(--white-hover);
}
.tfd-menu > a > .share_social_list-icon {
  margin: 0 8px 0 -3px;
  color: var(--gray2);
}
.tfd-menu > a > .text {
  color: var(--color_33);
  padding: 4px;
  flex: 1;
  white-space: nowrap;
}
.tfd-dropdown.visible > .d {
  transform: rotate(180deg);
  opacity: 1;
}
.tfd-dropdown.visible > .x {
  display: block;
}
.tfd-dropdown > .x:before {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-bottom: 10px solid var(--white);
  width: 0;
  position: absolute;
  top: -20px;
  right: 4px;
  z-index: 1;
  box-shadow: var(--box_shadow);
}
/*********Login and share end*********/
/********Nav-main Start**********/
#navbar #nav-main {
  border-top: 1px solid var(--white-hori);
  display: none;
  border-bottom: 1px solid var(--primary_text_color);
  padding-top: 2px;
  padding-bottom: 2px;
}
#navbar #nav-main:after {
  content: "";
  border-bottom: 1px double var(--primary_text_color);
  display: block;
  width: 100%;
  position: absolute;
  bottom: 1.5px;
}
#navbar #nav-main.fixed:after {
  content: "";
  border-bottom: 0px double var(--primary_text_color);
}
#navbar #nav-main .nav-left {
  /* margin: 0 0 0 20px; */
  padding: 8px 0px;
}
#navbar.nav-flex #nav-main.fixed {
  background: var(--light_blue);
  width: 1003px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  z-index: 900;
}
#navbar #nav-main .nav-left .hm-lable {
  color: var(--primary_text_color);
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
#navbar #nav-main .nav-fill .nav-a {
  font-family: var(--font_frank);
  font-weight: 500;
  font-size: 1rem;
  line-height: 0.875rem;
  margin: 2px 0 6px 0;
  padding: 10px 10px;
  float: left;
  font-family: inherit;
  cursor: pointer;
  color: var(--primary_text_color);
}
#navbar #nav-main.fixed .nav-fill .nav-a {
  color: var(--white);
}
#navbar #nav-main .nav-fill .nav-a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration-thickness: 2px;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
/*********Date time Start*********/
.nav-line-1 {
  font-family: var(--font_frank);
  font-size: var(--primary_size);
  width: auto;
  margin-bottom: 5px;
  text-align: center;
  color: var(--primary_text_color);
  width: auto;
  font-weight: 400;
  display: block;
}
/*********Date time end*********/
.logo-ssc {
  display: block;
  width: 332px;
  height: 58px;
  margin: 6px auto;
  text-align: center;
}
.nav-logo {
  text-align: center;
  width: 100%;
}
.js-btm-nav {
  background: var(--white);
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 6px var(--white-hori);
  left: 0;
  z-index: 99999;
  box-sizing: border-box;
  transition: transform 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.child_js-btm-nav {
  display: flex;
  overflow-x: scroll;
  width: 100%;
  overflow-y: hidden;
}
.js-btm-nav div {
  margin: 0;
  text-align: center;
  min-width: 20%;
}
.js-btm-nav .text {
  font-size: 12px;
  font-family: var(--font_prime);
  font-weight: 500;
  display: block;
  line-height: 18px;
  color: var(--primary_text_color);
}
.scroll_bot_icon {
  width: 24px;
  height: 19px;
  margin: 0 auto;
  padding: 0;
}

.web_bot_tran {
  transform: scale(1.5);
  color: var(--primary_text_color);
}
.webstory_color.tfd_nav_bo_a.current .web_bot_tran {
  color: var(--red);
}
.s-level-menu {
  clear: both;
  margin-top: 92px;
}
/*********Media width*********/
@media (max-width: 768px) {
  header.nav-flex {
    display: block;
  }
  #navbar.nav-flex #nav-top {
    height: 52px;
    padding: 10px 15px 6px;
    justify-content: space-around;
  }
  #navbar.nav-flex {
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999999;
    transform: translate3d(0, 0, 0);
    background-color: var(--white);
    transition: all 0.4s ease-in-out 0.3s;
  }
  #navbar.nav-flex #nav-belt {
    display: none;
  }
  #navbar.nav-flex #nav-top .nav-left .nav-logo {
    display: flex;
    width: 225px;
    height: 31px;
    margin: 4px auto 4px;
  }
  #navbar #nav-top .lis {
    display: none;
  }
  #navbar.nav-flex #nav-top .nav-right {
    display: none;
  }
  #nav-top .nav-left,
  #nav-top .nav-fill,
  #nav-top .nav-right {
    width: 100%;
  }
  #navbar.nav-flex #nav-top #nav-search {
    display: none;
  }
  #navbar.nav-flex #nav-top .nav-left .mobile-icon-user {
    display: inline-block;
  }
  #navbar.nav-flex #nav-top .nav-left .mobile-icon-user.prof_img {
    background-color: var(--gray2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  #navbar.nav-flex #nav-top .nav-left .mobile-icon-search {
    display: block;
    width: 24px;
    height: 24px;
  }
  .logo-ssc {
    margin: 0 auto;
  }
  #navbar #nav-main {
    border-bottom: none;
  }
  #navbar {
    margin: 0;
    padding: 0;
  }
  #navbar #nav-main .nav-fill {
    float: left;
    overflow: hidden;
    z-index: 1;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #navbar.nav-flex .nav-fill .nav-ul {
    float: left;
    overflow: hidden;
    z-index: 1;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #navbar #nav-main .nav-fill .nav-ul::-webkit-scrollbar {
    display: none;
  }
}
/*********Footer bar*********/
#navFooter {
  margin-top: 0;
  margin: 30px 0 8px 0;
  padding: 0 0 7px 0;
}
#navFooter .navFooterVerticalColumn {
  display: table;
  margin: 0 auto;
  max-width: 1000px;
}
#navFooter.navLeftFooter {
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: var(--dark_blue);
  position: relative;
}
#navFooter.navLeftFooter .navFooterBackToTop {
  margin-bottom: 40px;
  background-color: var(--light_blue);
}
#navFooter.navLeftFooter .navFooterBackToTop:hover {
  background-color: var(--backtotop);
}
#navFooter.navLeftFooter .navFooterBackToTop .navFooterBackToTopText {
  color: var(--white);
}
#navFooter .navFooterBackToTop span {
  font-family: var(--font_frank);
  display: block;
  text-align: center;
  color: var(--primary_text_color);
  padding: 15px 0;
  line-height: 19px;
  font-size: var(--primary_size);
}
/* from here footer back top top is end */
.navFooterVeticalRow {
  font-family: var(--font_frank);
  display: table-row;
  font-size: var(--primary_size);
  font-weight: 400;
}
#navFooter .navFooterVerticalColumn {
  display: table;
  margin: 0 auto;
}
#navFooter.navLeftFooter .navFooterVerticalColumn {
  max-width: 1000px;
}
#navFooter .navFooterLinkCol {
  display: table-cell;
  padding: 0 10px;
}
#navFooter .navFooterLinkCol {
  line-height: 120%;
}
.navFooterLinkCol {
  color: var(--color_14);
  vertical-align: top;
}
#navFooter.navLeftFooter .navFooterColHead {
  font-weight: 700;
  color: var(--white);
  white-space: normal;
  font-size: 16px;
  margin: 6px 0 14px 0;
}
.navFooterLinkCol ul {
  padding: 0;
  margin: 0;
}
#navFooter.navLeftFooter .navFooterLinkCol ul li {
  margin: 0 0 10px;
}
.navFooterLinkCol ul li {
  list-style-type: none;
  white-space: nowrap;
  margin: 0 0 8px 0;
}

#navFooter .navFooterColSpaceInner,
#navFooter .navFooterLinkCol {
  display: table-cell;
  padding: 0 10px;
}
.navFooterVerticalColumn .navFooterColSpaceInner {
  width: 10%;
  padding: 0 15px;
}
/* from here footer line started */
#navFooter.navLeftFooter .nav-Footer-line {
  border-top: 1px solid var(--light_blue);
  margin-top: 40px;
}
/* from here footer line completed */

#navFooter.navLeftFooter .navFooterLinkLine {
  margin: 10px auto;
}
#navFooter.navLeftFooter .navFooterPadItemLine {
  font-family: var(--font_frank);
  text-align: center;
  max-width: 1000px;
  margin: 10px auto 10px;
}

.navFooterPadItemLine span {
  padding: 0 0.6em;
  list-style-type: none;
  display: inline-block;
  margin: 0;
}
#navFooter.navLeftFooter .navFooterLogoLine {
  white-space: normal;
  line-height: 0;
  text-align: center;
  max-width: 1000px;
  margin: 30px auto 15px;
}

.logo-ssc-small {
  display: block;
  width: 246px;
  height: 38px;
  margin: 6px auto;
  text-align: center;
}
#navFooter span {
  font-family: inherit;
  white-space: normal;
}

.navFooterPadItemLine span {
  padding: 0 0.6em;
}

div.navFooterLine {
  font-family: inherit;
  color: var(--white);
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  white-space: nowrap;
  white-space: normal;
}
#navFooter table {
  width: 100%;
}
#navFooter table:last-child {
  margin-bottom: 0 !important;
}
#navFooter table {
  margin-bottom: 18px;
  border-collapse: collapse;
  width: 100%;
}
#navFooter.navLeftFooter .navFooterCopyright {
  background-color: var(--blue-bag);
  max-width: 100%;
  margin: 0;
  padding: 10px 0 30px;
  color: var(--white);
}
#navFooter .nav_a {
  padding-left: 3px;
  color: var(--white_bark_a);
}
#navFooter .nav_a:hover {
  padding-left: 3px;
  color: var(--link_hover);
  text-decoration: underline;
}
#navFooter .contentwrapper {
  display: flex;
  padding: 5px 10px 5px 10px;
  justify-content: center;
  align-items: center;
}
.footer__socialshare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  margin-right: 15px;
  color: var(--white);
}
.footer__socialshare a {
  display: block;
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  flex-shrink: 0;
}
.footer__socialshare .share_social_list > * {
  margin-right: 10px;
  margin-top: 5px;
}
.footer__socialshare .share_social_list {
  display: flex;
  justify-content: center;
}
.footerSubscrTxt {
  font-weight: bold;
  color: var(--white);
  text-transform: uppercase;
  width: 125px;
  display: inline-block;
  margin-top: 4px;
}
.footer-box {
  text-align: left;
  vertical-align: top;
  padding: 0;
  width: auto;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 768px) {
  #navFooter .navFooterVerticalColumn {
    display: table;
    margin: 10px;
  }
  .navFooterVeticalRow {
    display: flex;
    flex-direction: column;
  }
  .navFooterLinkCol ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  #navFooter.navLeftFooter .navFooterLinkCol ul li {
    padding: 0 5px 0;
  }
  #navFooter.navLeftFooter .navFooterLinkCol ul li::after {
    content: "|";
    margin: 0 0 0 7px;
    color: var(--white);
  }
  #navFooter .contentwrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer__socialshare {
    border-bottom: 1px solid var(--light_blue);
    width: 100%;
    padding: 10px;
    margin-top: 0;
  }
  #navFooter.navLeftFooter div.navFooterLine {
    display: none;
  }
  .footer-box {
    padding: 10px;
    margin-top: 0;
  }
}
/*********Footer bar End*********/
/*********hamberder bar start*********/
.hamburger_navigation {
  width: 100%;
  height: 100%;
  display: none;
}
.hamburger_navigation {
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0; /* Ensure it's positioned off-screen from the left */

  /* Animation transition for all properties */
  -webkit-transition: all 0.375s ease;
  -o-transition: all 0.375s ease;
  -moz-transition: all 0.375s ease;
  transition: all 0.375s ease;

  /* Fully hidden state */
  -webkit-transform: translateX(-100%); /* Slide off the screen to the left */
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);

  width: 100vw; /* Full-screen width when open */
  height: 100vh; /* Full height calc(100vh - 37px)*/
  z-index: 9999; /* Ensure it is above other elements */

  overflow-y: scroll; /* Enable scrolling for long content */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  scroll-behavior: smooth;
}

.hamburgerOpen .hamburger_navigation {
  -webkit-transform: translateX(0); /* Slide into view */
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 768px) {
  .hamburger_navigation {
    width: 345px;
    /* top: 37px; */
  }
}
.hamburger_navigation .navmobile__header {
  display: block;
  background-color: var(--light_blue);
  padding: 15px 20px;
}
.hamburger_navigation .navmobile__header .navmobile__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.it__secondlogo {
  width: 200px;
  height: 30px;
  padding-right: 30px;
}
.hamburger_navigation .navmobile__header .navmobile__container .closehambuger {
  width: 30px;
  text-align: center;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background-color: var(--btn_background_color);
  border: 1px solid var(--border_color);
  border-radius: 5px;
}
.hamburger_navigation
  .navmobile__header
  .navmobile__container
  .closehambuger:hover {
  background-color: var(--light-blue-btn-2);
  border: 1px solid var(--light-blue-btn-bor-2);
}
.hamburger_navigation .nav__container {
  background-color: var(--sticknavbg);
}
.hamburger_navigation .nav__container .tfdlogin {
  padding: 15px 20px;
  border-bottom: 1px solid var(--white-hori);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hamburger_navigation .nav__container .tfdlogin a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.hamburger_navigation .nav__container .tfdlogin .user__icon {
  width: 40px;
  height: 40px;
  background-color: var(--gray2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.hamburger_navigation .nav__container .tfdlogin .sign__btn,
.hamburger_navigation .nav__container .tfdlogin .signout__text {
  color: var(--red);
  border: 1px solid var(--red);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: var(--font_imp);
  font-size: 14px;
  line-height: 27px;
  background-color: var(--white);
  padding: 0 20px;
  height: 27px;
}
.subbut_countdrop {
  background-color: var(--sticknavbg);
}
.county-dropdown {
  background-color: var(--sticknavbg);
  padding-left: 10px;
  padding-right: 10px;
  border-color: transparent;
  display: grid;
  width: 160px;
}
.county-dropdown {
  max-width: 370px;
  margin-inline: auto;
  padding: 10px 0;
}
.tfd-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font_imp);
  font-size: 16px;
  min-width: 100%;
  position: relative;
  z-index: 9;
}
.tfd-inner:before {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 1px;
  top: 6px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 12px;
  z-index: 1;
}
.tfd-label {
  font-size: 16px;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tfd-item {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 7px;
  background-color: var(--white);
  -webkit-box-shadow: var(--box_shadow);
  -moz-box-shadow: var(--box_shadow);
  box-shadow: var(--box_shadow);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
}
.tfd-item ul {
  left: 0px;
  min-width: 100%;
  position: absolute;
  top: 37px;
  z-index: 2;
  cursor: pointer;
  list-style: none;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.tfd-item ul li {
  border-bottom: 1px dotted var(--sticknavbg);
  padding: 5px 7px;
  margin: 0;
  -webkit-transition: padding 0.6s ease;
  -moz-transition: padding 0.6s ease;
  -o-transition: padding 0.6s ease;
  transition: padding 0.6s ease;
}
.tfd-item ul li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary_text_color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tfd-item ul li:last-child,
.tfd-item.us ul li:nth-child(1) {
  border-bottom: none;
}

.hamburger_navigation .nav__container .main__nav {
  background-color: var(--story_highlight);
  padding: 0 20px 20px;
}
.hamburger_navigation .nav__container .main__nav > ul > li:hover {
  background: var(--white-hover);
}
.hamburger_navigation .nav__container .main__nav > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hamburger_navigation.nav__container .main__nav > ul > li {
  padding: 10px 0 10px;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menulink {
  width: calc(100% - 12px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  position: relative;
}
.hamburger_navigation .nav__container .main__nav ul li a .nav__iocn,
.hamburger_navigation
  .nav__container
  .main__nav
  ul
  li
  .nav__wthdrop
  .nav__iocn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: var(--white);
  border: 1px solid var(--border_color);
  margin-right: 10px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.drop_down_click {
  width: 100%;
  padding: 20px;
  -webkit-transition: -webkit-transform 0.26s ease;
  -moz-transition: -moz-transform 0.26s ease;
  -o-transition: -o-transform 0.26s ease;
  transition: -webkit-transform 0.26s ease;
  transition: -moz-transform 0.26s ease;
  transition: -o-transform 0.26s ease;
  transition: transform 0.26s ease;
}
ul.sub-menu {
  width: -webkit-calc(100% - 49px);
  width: -moz-calc(100% - 49px);
  width: calc(100% - 49px);
}
ul.sub-menu {
  list-style: none;
  padding: 0;
  background-color: var(--white);
  width: 120px;
}
.subdropdown {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.hamburger_navigation .nav__container .main__nav ul li a,
.hamburger_navigation .nav__container .main__nav ul li .nav__wthdrop {
  font-family: var(--font_frank);
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  color: var(--primary_text_color);
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.hamburger_navigation .nav__container .main__nav > ul > li {
  padding: 7px 0;
  padding-right: 10px;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobshare__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 10px 0 15px 15px;
  -webkit-box-shadow: var(--box_shadow);
  -moz-box-shadow: var(--box_shadow);
  box-shadow: var(--box_shadow);
  background-color: var(--white);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobshare__social .sharetitle {
  font-family: var(--font_imp);
  min-height: 30px;
  line-height: var(--h1_mod_size);
  white-space: nowrap;
  font-weight: 600;
}
.mobshare__social > * {
  margin-right: 15px;
}
.mobshare__social a {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-flex-basis: 30px;
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sm-menu {
  --img-size: 24px;
  display: grid;
  background: var(--white);
  width: 100%;
  padding: 8px 0;
  border-radius: 3px;
  overflow: hidden;
  contain: content;
  box-shadow: var(--box_shadow_2);
}
.sm-menu > a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  position: relative;
  text-decoration: none;
  user-select: none;
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
.sm-menu > a > .icon {
  margin: 0 8px 0 -3px;
  color: var(--grey_bg);
}
.icon {
  --s: 24px;
  width: var(--s);
  height: var(--s);
  fill: currentColor;
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  line-height: 1;
}
.sm-menu > a > .text {
  color: var(--secondary_text_color);
  flex: 1;
  white-space: nowrap;
}
.sm-menu > a:hover {
  background: var(--white-hover);
}
.d {
  --s: 14px;
  opacity: 0.7;
  margin-left: 3px;
  transition: all 0.1s ease-out;
}
.d_loc.rotated {
  transform: rotate(180deg);
}
.d.rotated {
  transform: rotate(180deg);
}

/* section of home page css is start from here  */

/* ******************* page cotent common container *************** */
#body-section {
  clear: both;
  padding: 0;
}
#body-section .container {
  clear: both;
  margin: 0 auto;
  padding: 20px 0;
}
#body-section .container .page-content {
  border-right: 1px dotted var(--border_color);
  display: block;
  float: left;
  max-width: calc(100% - 300px);
  margin: 0;
  width: 67.4%;
  padding-left: 5px;
  padding-right: 15px;
}
#body-section .container .page-content.page_layout {
  float: none;
  max-width: 80%;
  margin: 0;
  width: 78%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  border-right: none;
}
#body-section .container #sidebar {
  float: left;
  margin: 0 0 0 20px;
  max-width: 300px;
  padding: 0;
  width: 30.4%;
  margin: 0 0 0 15px;
  padding-right: 5px;
}
#body-section .container aside.sideBar {
  float: left;
  margin: 0 0 0 20px;
  max-width: 305px;
  padding: 0;
  width: 30.4%;
  margin: 0 0 0 15px;
}
#body-section .container:before,
#body-section .container:after {
  content: " ";
  display: table;
  clear: both;
}
/*********Body section end left and right section*********/
#navbar #nav-main .nav-fill .nav-a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration-thickness: 2px;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* ******************* page cotent common container *************** */
#body-section .container .page-content .section-common,
#body-section .container .top-content-box .section-common {
  background: var(--white);
  margin-bottom: 30px;
  overflow: hidden;
}
#body-section .container .page-content .section-common .two-cols-aside {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
  margin-bottom: 30px;
}
#body-section .container .page-content .section-common.tfd-block-modify,
#body-section .container .top-content-box .tfd-block-modify {
  box-shadow: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px dotted var(--border_color);
}
#body-section .container .page-content .section-common.tfd-block-modify::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  border-bottom: 1px dotted var(--border_color);
  bottom: 1px;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .home-section,
#body-section .container .top-content-box .tfd-block-modify .home-section {
  border-bottom: 1px dotted var(--border_color);
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
}
#body-section .container .page-content .home-section,
#body-section .container .top-content-box .home-section {
  border-bottom: 1px dotted var(--border_color);
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0 0 8px;
  display: flex;
  align-items: center;
  position: relative;
}
#body-section .container .page-content .home-section h2,
#body-section .container .top-content-box .home-section h2 {
  color: var(--primary_text_color);
  font-family: var(--font_prime);
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: var(--h1_size16);
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 10px;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .home-section
  h2
  a,
#body-section .container .top-content-box .home-section h2 a {
  font-size: var(--primary_mod_size);
}
#body-section .container .page-content .home-section h2 a,
#body-section .container .top-content-box .home-section h2 a {
  color: var(--primary_text_color);
}
#body-section .container .page-content .home-section:after,
#body-section .container .top-content-box .home-section:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  border-bottom: 1px dotted var(--border_color);
  bottom: 1px;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .left-panel {
  max-width: 342px;
  margin: 0;
  width: 52.3333%;
  padding-right: 15px;
  border-right: 0;
}
#body-section .container .page-content .section-common .left-panel {
  border-right: 1px solid var(--white-hori);
  float: left;
  max-width: 420px;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0 10px 0 0;
  width: 67%;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .left-panel
  > div {
  position: relative;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .left-panel
  .lead-img {
  padding: 0;
}
#body-section
  .container
  .page-content
  .section-common
  .left-panel
  .lead-img
  a
  img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 5px;
}
.follow-must-read-content li figure img,
img {
  max-width: 100%;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .left-panel
  div
  > h4,
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .left-panel
  div
  > h3 {
  position: relative;
  background: var(--white);
  max-width: calc(100% - 16px);
  margin: -25px auto 0;
  padding: 10px;
  overflow: hidden;
}
#body-section .container .page-content .section-common .left-panel h3,
#body-section .container .page-content .section-common .left-panel h4 {
  font-family: var(--font_prime);
  line-height: 22px;
  padding: 0 0 5px;
  float: none;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .left-panel
  div
  > h4
  a,
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .left-panel
  div
  > h3
  a {
  font-family: var(--font_prime);
  font-size: var(--font-size18);
  font-weight: 400;
}
#body-section .container .page-content .section-common .left-panel h3 a,
#body-section .container .page-content .section-common .left-panel h4 a {
  font-family: var(--font_prime);
  color: var(--primary_text_color);
  display: block;
  font-size: var(--font-size18);
  font-weight: 700;
  line-height: 1.375rem;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .left-panel
  .other-story {
  margin-top: 10px;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .left-panel
  .other-story
  .first {
  width: 47.6666%;
  margin-right: 10px;
  position: relative;
}
#body-section
  .container
  .page-content
  .section-common
  .left-panel
  .other-story
  .first {
  float: left;
  margin: 0 3% 0 0;
  width: 48.5%;
}
#body-section
  .container
  .page-content
  .section-common
  .left-panel
  .other-story
  .first
  .left-snap {
  clear: both;
  overflow: hidden;
  padding: 0 0 5px;
  border-radius: 3px !important;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .left-panel
  .other-story
  .first
  a {
  font-family: var(--font_prime);
  font-size: var(--h1_size16);
  color: var(--primary_text_color);
  line-height: var(--primary_mod_size);
}
#body-section
  .container
  .page-content
  .section-common
  .left-panel
  .other-story
  .first
  .left-snap
  a
  img {
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .left-panel
  .other-story
  .first
  h3 {
  margin: 0;
  max-width: 100%;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .left-panel
  .other-story
  .first.last {
  margin-right: 0;
  width: 47.6667%;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .right-panel {
  max-width: 310px;
  width: 47.6667%;
  padding: 0;
}
#body-section .container .page-content .section-common .right-panel {
  float: left;
  max-width: 208px;
  overflow: hidden;
  padding: 0 0 20px 10px;
  width: 33%;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .right-panel
  .small-story {
  display: flex;
  border-color: var(--border_color);
}
#body-section
  .container
  .page-content
  .section-common
  .right-panel
  .small-story {
  border-bottom: 1px solid var(--white-hori);
  border-bottom-style: dotted;
  clear: both;
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .right-panel
  .small-story.last {
  border-bottom: 0;
}
#body-section
  .container
  .page-content
  .section-common
  .right-panel
  .small-story {
  position: relative;
  overflow: visible;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .right-panel
  .small-story
  .story-image {
  padding: 0;
  width: 105px;
  height: 60px;
  border-radius: 3px !important;
  flex-shrink: 0;
  margin-left: 10px;
}
#body-section
  .container
  .page-content
  .section-common
  .right-panel
  .small-story
  .story-image {
  clear: both;
  overflow: hidden;
  padding: 0 0 5px;
}
#body-section
  .container
  .page-content
  .section-common
  .right-panel
  .small-story
  .story-image
  a
  img {
  height: auto;
  overflow: hidden;
  width: 100%;
}
.follow-must-read-content li figure img,
img {
  max-width: 100%;
}
#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .right-panel
  .small-story
  h3 {
  margin-top: 0;
  order: -1;
}
#body-section
  .container
  .page-content
  .section-common
  .right-panel
  .small-story
  h3 {
  margin-top: 8px;
}
#body-section
  .container
  .page-content
  .section-common
  .right-panel
  .small-story
  h3 {
  line-height: var(--primary_mod_size);
  padding: 0;
}

#body-section
  .container
  .page-content
  .section-common.tfd-block-modify
  .right-panel
  .small-story
  h3
  a {
  font-family: var(--font_prime);
  font-size: var(--h1_size16);
}
#body-section
  .container
  .page-content
  .section-common
  .right-panel
  .small-story
  h3
  a {
  font-family: var(--font_prime);
  color: var(--primary_text_color);
  display: block;
  font-size: var(--primary_size);
  font-weight: 400;
  line-height: var(--primary_mod_size);
}
a {
  margin: 0;
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  outline: 0;
}

@media (max-width: 768px) {
  #body-section
    .container
    .page-content
    .section-common.tfd-block-modify
    .two-cols-aside {
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
    overflow: inherit;
  }
  #body-section
    .container
    .page-content
    .section-common.tfd-block-modify
    .left-panel {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  #body-section .container .page-content {
    padding: 0 15px;
    max-width: 100%;
    margin: 0;
    width: 100%;
    border-right: 0;
  }
  #body-section .container .page-content.page_layout {
    padding: 0 15px;
    max-width: 100%;
    margin: 0;
    width: 100%;
    border-right: 0;
  
}
  #body-section
    .container
    .page-content
    .section-common.tfd-block-modify
    .left-panel
    .other-story {
    display: flex;
    border-top: 1px dotted var(--border_color);
    padding-top: 20px;
    padding-bottom: 15px;
  }
  #body-section
    .container
    .page-content
    .section-common.tfd-block-modify
    .left-panel
    .other-story
    .first {
    width: 100%;
  }
  #body-section
    .container
    .page-content
    .section-common.tfd-block-modify
    .left-panel
    .other-story
    .first.last {
    width: 100%;
  }

  #body-section
    .container
    .page-content
    .section-common.tfd-block-modify
    .right-panel {
    max-width: 100%;
    width: 100%;
  }
  #body-section
    .container
    .page-content
    .section-common.tfd-block-modify
    .right-panel
    .small-story {
    display: flex;
    justify-content: space-between;
    border-color: var(--white);
    padding: 15px 0;
    position: relative;
    background-color: var(--mobsmallbg);
    /* margin: 10px 10px 0; */
    padding: 10px 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px var(--color_14);
  }
  #body-section .container .page-content .home-section h2 {
    /* margin: 20px 10px 10px; */
    position: relative;
    /* padding-left: 14px !important; */
    line-height: 1.4;
  }
  #body-section
    .container
    .page-content
    .section-common.tfd-block-modify
    .right-panel
    .small-story
    .story-image {
    margin: 0 10px 0 0;
    border-radius: 3px !important;
  }
  #body-section
    .container
    .page-content
    .section-common.tfd-block-modify
    .right-panel
    .small-story
    h3 {
    margin-left: 10px;
  }
  #body-section
    .container
    .page-content
    .section-common
    .left-panel
    .other-story
    .first
    .left-snap,
  #body-section
    .container
    .page-content
    .section-common.tfd-block-modify
    .left-panel
    .lead-img {
    border-radius: 3px !important;
  }
  #body-section .container aside.sideBar {
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
    padding: 0 15px;
  }
}

/* **********************side bar *********** */
#body-section .container .tfdrhs-home {
  background: var(--white);
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px dotted var(--border_color);
  overflow: hidden;
}
#body-section .container .tfdrhs-home::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  border-bottom: 1px dotted var(--border_color);
  bottom: 1px;
}
#body-section .container .tfdnewsrhs-data {
  margin-bottom: 30px;
}
.tfdnewsrhs-title {
  color: var(--primary_text_color);
  font-size: var(--primary_mod_size);
  font-weight: 700;
  font-family: var(--font_prime);
  margin: 0 0 15px;
  padding: 0 0 8px;
  border-bottom: 1px dotted var(--border_color);
  text-transform: uppercase;
  position: relative;
}
.tfdrhs-home .tfdnewsrhs-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  border-bottom: 1px dotted var(--border_color);
  bottom: -3px;
}
#body-section .container .tfdrhs-home div.story:nth-of-type(1) {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
#body-section .container .tfdrhs-home .story {
  border-top: 1px dotted var(--border_color);
  overflow: hidden;
  padding-top: 10px;
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
#body-section .container .tfdrhs-home .story .picture {
  height: 56px;
  overflow: hidden;
  width: 100px;
  border-radius: 3px !important;
}
#body-section .container .tfdrhs-home .story .picture a img {
  height: auto;
  width: 100%;
}
#body-section .container .tfdrhs-home .story .heading {
  margin: 0;
  max-width: calc(100% - 110px);
  order: -1;
}
#body-section .container .tfdrhs-home .story .heading a {
  color: var(--primary_text_color);
  display: block;
  font-size: var(--h1_size16);
  font-weight: 400;
  font-family: var(--font_imp);
  line-height: var(--h1_size22);
  text-decoration: none;
}
@media (max-width: 768px) {
  #body-section .container #sidebar {
    padding: 0 15px;
    max-width: 100%;
    margin: 0;
    width: 100%;
    border-right: 0;
  }
  #body-section .container .tfdrhs-home .story {
    display: flex;
    justify-content: space-between;
    border-color: var(--white);
    padding: 15px 0;
    position: relative;
    background-color: var(--mobsmallbg);
    margin: 0 0 10px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  #body-section .container .tfdrhs-home .story .picture {
    margin: 0 10px 0 0;
    border-radius: 3px !important;
  }
  #body-section .container .tfdrhs-home .story .heading {
    margin-left: 10px;
  }
  #body-section .container .tfdrhs-home div.story:nth-of-type(1) {
    padding: 10px 0;
  }
  .figCap {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .page-content .artText > ul li {
    padding-left: 0;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin-bottom: 0.78125rem;
  }
}
#navbar #nav-main .nav-fill .nav-a.current {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration-thickness: 2px;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* this is for the search page  */
.widgetgap {
  margin-bottom: 15px;
}
/* ************************* Webstories ********************************* */

.spliderstories_com {
  display: block;
  position: relative;
  border-bottom: 1px dotted var(--border_color);
  margin-bottom: 30px;
}
.spliderstories_com::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  border-bottom: 1px dotted var(--border_color);
  bottom: 1px;
}
.spliderstories_com .border-heading {
  padding: 0 0 8px 15px;
  margin: 20px 0 10px;
  text-transform: none;
  clear: both;
  position: relative;
  color: var(--secondary_text_color);
  border-bottom: 1px solid var(--border_color_bl);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spliderstories_com .splide {
  position: relative;
  margin-bottom: 30px;
  /* visibility: hidden; */
}

.spliderstories_com ul {
  padding: 5px 0 15px;
  margin: 0;
  color: var(--secondary_text_color);
  font-size: 18px;
  line-height: 1.7;
  word-break: break-word;
}
.spliderstories_com .splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.spliderstories_com ul li {
  padding: 5px 0 15px;
  margin: 0;
  color: var(--primary_text_color);
  font-size: 18px;
  line-height: 1.7;
  word-break: break-word;
}
.spliderstories_com .splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  padding: 0 !important;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  position: relative;
}
.spliderstories_com .repeat-box {
  position: relative;
  clear: both;
  height: 100%;
}
.spliderstories_com .repeat-box > a {
  display: block;
  padding: 0px;
  color: var(--secondary_text_color);
  height: 100%;
  text-decoration: none;
}
.repeat-box figure {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  height: 100%;
  /* flex-flow: row-reverse; */
  overflow: visible;
}

.spliderstories_com article.repeat-box .photo {
  width: 100%;
  position: relative;
  z-index: 5;
}
.spliderstories_com article.repeat-box .lazy-image {
  padding-top: 299px;
}
.spliderstories_com article.repeat-box .lazy-image {
  border-radius: 5px;
  border: 0;
}
.lazy-image {
  background-image: url(./assets/images/favicons/default-big-main.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lazy-image {
  position: relative;
  width: 100%;
  padding-top: 67.66667%;
  overflow: hidden;
  z-index: 2;
  background-color: var(--sticknavbg);
  border-radius: 5px;
  line-height: 1.3;
  font-size: 11px;
  color: var(--secondary_text_color);
  box-shadow: var(--box_shadow);
}
.spliderstories_com article.repeat-box .lazy-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.99) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.99) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.99) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  z-index: 2;
}
.lazy-image img.loaded {
  opacity: 1;
}
.splide__slide img {
  vertical-align: bottom;
}
.lazy-image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-position: top;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  object-fit: fill;
  border: 0;
}
.spliderstories_com .stories-icon {
  position: absolute;
  right: 5px;
  top: 10px;
  color: var(--white);
  z-index: 2;
  transform: scale(0.9);
}
.spliderstories_com article.repeat-box .text {
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding: 0px 0px 10px 10px;
}
.spliderstories_com article.repeat-box .text {
  width: 100%;
}
#webstories article.repeat-box .text:before {
  z-index: 9;
  bottom: 8px;
  content: "";
  position: absolute;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-repeat: repeat-x, repeat-y;
  background-size: 12px 2px, 1px 10px;
  width: calc(100% - 13px);
  height: 3px;
  left: 10px;
  right: 10px;
}
.spliderstories_com article.repeat-box .text p {
  color: var(--white);
  font-size: 15px !important;
  line-height: 1.4;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.spliderstories_com .islide-controller {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.spliderstories_com .is-prev {
  border-radius: 0 4px 4px 0;
  right: auto;
  left: 0;
}
.spliderstories_com .is-next {
  border-radius: 4px 0 0 4px;
}

.spliderstories_com .is-prev,
.spliderstories_com .is-next {
  cursor: pointer;
  padding: 5px 10px;
  background-color: var(--sticknavbg);
}
.spliderstories_com .islide-controller div.a.disabled {
  background-color: var(--gray2);
  cursor: not-allowed;
}
.spliderstories_com .is-Pager div {
  margin: 0 5px;
  cursor: pointer;
}
.spliderstories_com .is-Pager .active {
  font-weight: bold;
}
.spliderstories_com .slider-container {
  /* width: 520px;
  height: 260px; Adjust width as needed */
  overflow-x: scroll;
  white-space: nowrap;
  /* border: 1px solid #ccc; Just for demonstration/ */
  overflow-y: hidden;
  scrollbar-width: none;
}
.spliderstories_com .islide-controller > div.a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--box_shadow_2);
  width: 10px;
  height: calc(32px * 2);
  position: absolute;
  top: calc(50% - 32px);
  right: 0;
  background: var(--color_07);
  user-select: none;

  z-index: 10;
}
.spliderstories_com .icon {
  position: absolute;
  width: 32px;
  height: 32px;
}
.spliderstories .dot {
  background: var(--color_42);
  border-radius: 3px;
  display: inline-block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s;
  width: 4px;
}
.spliderstories .is-Pager .tab.active .dot {
  height: 6px;
  width: 16px;
  background: var(--white-hover);
}
.spliderstories .islide-controller .is-Pager {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 4px;
  left: calc(50% - 99px);
  top: auto;
  background: var(--border_color_bl);
  border-radius: 9px;
  min-height: 14px;
  padding: 0px 6px;
  font-size: 0px;
  min-width: 52px;
  z-index: 9;
}
.spliderstories .tab {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  position: relative;
  transition: width 0.3s ease-in-out 0s;
  width: 8px;
}
#webstories .is-Pager {
  display: none;
}

/* this  is for the page css now  */

.breadcrumb {
  padding: 0 0 15px;
}

.breadcrumb ul {
  font-family: var(--font_frank);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
  margin: 0;
  font-size: 15px;
  line-height: 1.4 !important;
}
.breadcrumb ul,
.breadcrumb ul li,
.breadcrumb ol li,
.breadcrumb ol,
.breadcrumb p {
  padding: 1px 0 15px;
  margin: 0;
  color: var(--primary_text_color);
  font-size: 15px;
  line-height: 1.7;
  word-break: break-word;
}
.tfd-breadcrumb > li {
  display: inline;
  color: var(--tertiary_text_color);
  font-size: 15px;
  line-height: 22px;
  font-family: "Roboto", sans serif;
}
.tfd-breadcrumb > li + li:before {
  content: "/\00a0";
  color: var(--tertiary_text_color);
  padding-left: 8px;
  padding-right: 4px;
}

#section .container h1 {
  font-family: var(--font_prime);
  font-weight: 700;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 2.875rem;
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: var(--primary_text_color);
}
#section .container .slug {
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 1.25rem;
  color: var(--secondary_text_color);
  font-family: var(--font_prime);
  font-weight: 300;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  text-align: center;
}
#section .container .date-share-social {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  clear: both;
  background: var(--mobsmallbg);
  margin: 1px 1px 10px;
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  /* height: 89px; */
  border: 1px solid var(--color_05);
}
#section .container p {
  margin-bottom: 0.9375rem;
  margin-top: 0;
  overflow-wrap: break-word;
  color: var(--primary_text_color);
  font-family: var(--font_imp);
  font-size: 1.25rem;
  line-height: 1.875rem;
}
#section .container .artText p a {
  color: var(--link_color);
  text-decoration: underline;
}
#section .container .published-by {
  display: inline-block;
  overflow: hidden;
  height: 44px;
}
#section .container .published-by .date,
#section .container .published-by .by-name {
  font-family: var(--font_frank);
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: var(--primary_text_color);
  position: relative;
  overflow: hidden;
}
.by-name .css-byname_a {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 1px;
  -webkit-text-decoration-thickness: 1px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: var(--primary_text_color);
  text-decoration-color: var(--primary_text_color);
  display: inline-block;
}
#section .container .published-by i {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}
#section .container .published-by .message_sp {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
}
#section .container .published-by i svg {
  display: inline-block;
  width: 14px;
  height: 14px;
}
#section .container .published-by p .icon-p {
  margin: 0 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
#section .container .date-share-social ul.social-icon svg {
  height: 40px;
  width: 28px;
}
.artText h2 {
  color: var(--primary_text_color);
  font-family: var(--font_prime);
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-top: 35px;
  margin-bottom: 1.25rem;
  text-align: left;
}
.artText h3,
.artText h4 {
  color: var(--primary_text_color);
  font-family: var(--font_prime);
  font-weight: 400;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  margin-top: 35px;
  margin-bottom: 1.25rem;
  text-align: left;
}

@media (max-width: 768px) {
  #section .container .date-share-social ul.social-icon svg {
    height: 24px;
    width: 24px;
  }
  #section .container .date-share-social ul.social-icon {
    height: 26px;
  }
  #section .container p {
    margin-bottom: 0.78125rem;
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
  .artText h2 {
    font-size: 1.625rem;
    line-height: 1.875rem;
    margin: 30px 0 0.75rem;
  }
  .artText h3,
  .artText h4 {
    font-size: 1.4375rem;
    line-height: 1.6875rem;
    margin: 30px 0 0.75rem;
  }
}
#section .container .date-share-social ul.social-icon {
  margin: 0 !important;
  width: auto;
  display: block;
  height: 35px;
  overflow: hidden;
}
#section .container ul.social-icon {
  margin: 5px 0;
  padding: 0 !important;
  overflow: hidden;
  clear: both;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
#section .container .breaking-news {
  border-top: 1px solid var(--color_05);
  border-bottom: 1px solid var(--color_05);
  margin: 0;
  padding: 20px 0;
  background-color: var(--white);
  box-shadow: var(--box_shadow_2);
  border-radius: 10px;
}
#section .container .breaking-news p {
  padding: 0;
  line-height: 1.4;
  font-style: italic;
}
#section .container ul.social-icon li.comments-bg a,
#section .container footer ul.social-icon li a,
#section .container footer ul.social-icon li a svg,
#section .container ul.social-icon li,
#section .container ul.social-icon li a,
#section .container ul.social-icon li svg {
  width: 35px;
  height: 35px;
  display: inline-block;
}
.tel-pop-st2 {
  fill: #a9c9dd;
}

@media (max-width: 768px) {
  #section .container h1 {
    font-size: 1.9375rem;
    line-height: 2.25rem;
  }
  #section .container .slug {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  #section .container .published-by .date,
  #section .container .published-by .by-name {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: var(--h1_mod_size);
}
.page-nav {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px;
  justify-content: center;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 6px 0 var(--box_shadow_dark);
  -moz-box-shadow: 0 0 6px 0 var(--box_shadow_dark);
  -o-box-shadow: 0 0 6px 0 var(--box_shadow_dark);
  box-shadow: 0 0 6px 0 var(--box_shadow_dark);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.page-nav a,
.page-nav span {
  position: relative;

  width: 45px;
  height: 25px;
  width: 45px;
  height: 25px;
  font-size: 14px;
  /* border: 1px solid #e3e3e3; */
  margin: 0 8px 0 0;
  min-width: 33px;
  text-align: center;
  color: var(--tertiary_text_color);
  line-height: 21px;
}

@media (max-width: 768px) {
  .page-nav .first,
  .page-nav .last {
    display: none;
  }
}
.page-nav .extend {
  border: none;
  /* responsive portrait phone */
}
@media (max-width: 768px) {
  .page-nav .extend {
    display: none;
  }
}

.pagination .pages {
  margin: 0;
  border: none;
  padding: 6px 0 6px 6px;
  /* responsive portrait phone */
}

.page-nav .current,
.page-nav a:hover {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 5px;
  border: 1px solid var(--white);
}
.page-nav a:hover svg {
  fill: var(--white);
}

.page-nav a svg {
  height: 20px;
  position: absolute;
  width: 29px;
  top: 2px;
  left: 9px;
}
/* now the card  begins */
.listing-boxes {
  width: 100%;
}
.listing-boxes .repeat-box {
  position: relative;
  padding: 15px 0;
  margin: 0;
  overflow: hidden;
}
.listing-boxes .repeat-box figure {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  /* flex-flow: row-reverse; */
  overflow: visible;
}
.listing-boxes .repeat-box figure {
  display: block;
  overflow: visible;
}
.listing-boxes .repeat-box .photo {
  width: 320px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
  z-index: 10;
}
.listing-boxes .repeat-box .photo a {
  display: inherit;
}

.listing-boxes .repeat-box .photo + .text {
  width: inherit;
  display: inherit;
  padding: 0;
}

.repeat-box .text {
  width: 100%;
  z-index: 5;
  position: relative;
}
.listing-boxes .repeat-box .text h2,
.listing-boxes .repeat-box .text h3 {
  font-family: var(--font_imp);
  font-size: var(--primary_mod_size);
  line-height: var(--h1_mod_size);
  font-weight: 700;
}

.listing-boxes .repeat-box .text h2 a,
.listing-boxes .repeat-box .text h3 a {
  color: var(--secondary_text_color);
}
.listing-boxes .repeat-box .published-by {
  display: inherit;
  font-family: var(--font_frank);
  font-size: var(--secondary_size);
  line-height: var(--h1_mod_size);
  padding: 8px 0;
  height: auto !important;
}
.published-by {
  display: inline-block;
  overflow: hidden;
  height: 44px;
}
.listing-boxes .repeat-box .published-by p {
  font-family: var(--font_frank);
  font-size: var(--secondary_size);
  line-height: var(--h1_mod_size);
  display: table;
}
.listing-boxes .repeat-box .published-by i {
  top: 1px;
}
.published-by i {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}
.published-by i svg {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.published-by .date {
  font-family: var(--font_frank);
  padding: 0 0 0 20px;
  font-size: 13px;
  color: var(--secondary_text_color);
  position: relative;
  overflow: hidden;
  height: 22.1px;
}
.listing-boxes .repeat-box .published-by a {
  font-family: var(--font_frank);
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin-right: 10px;
  position: relative;
}
.listing-boxes .repeat-box .published-by a:before {
  content: "";
  background-color: var(--border_color_bl);
  height: 11px;
  width: 1px;
  position: absolute;
  right: -7px;
  top: 2px;
}

.listing-boxes .repeat-box .text p {
  font-family: var(--font_frank);
  display: inherit;
  overflow: hidden;
  line-height: 1.5;
  font-size: 15px;
  margin: 0;
}
.listing-boxes .repeat-box + .repeat-box {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed var(--border_color_bl);
}

@media (max-width: 768px) {
  .listing-boxes .repeat-box .photo {
    width: 38%;
  }
  .listing-boxes .repeat-box .published-by {
    display: none;
  }
  .listing-boxes .repeat-box .text p {
    display: none;
  }
  .spliderstories_com .slider-container {
    height: 55vw;
  }
  .spliderstories_com .slider-container .photo img {
    height: 55vw;
  }
}

.authordetail_container .author_profile_cont {
  box-shadow: var(--box_shadow);
  border: 1px solid var(--sticknavbg);
  background-color: var(--white);
}
.authordetail_container .author_profile_cont .author_profile {
  display: block;
  background-color: var(--blue-bag);
  padding: 19px 20px;
  align-items: center;
}
.authordetail_container .author_profile_cont .author_profile .author_img {
  width: 180px;
  height: 180px;
  box-shadow: var(--border_color_bl);
  border: 5px solid var(--white);
  border-radius: 50%;
  max-width: 100%;
  margin: 0 auto;
  flex-shrink: 0;
}
.authordetail_container .author_profile_cont .author_profile .author_header {
  text-align: center;
}
.authordetail_container .author_profile_cont .author_profile .author_img img {
  border-radius: 50%;
  height: auto;
  width: 100%;
}
.authordetail_container
  .author_profile_cont
  .author_profile
  .author_header
  .author_name {
  font-family: var(--font_prime);
  font-size: var(--h1_size22);
  line-height: 28px;
  color: var(--white);
  margin-top: 10px;
}
.authordetail_container
  .author_profile_cont
  .author_profile
  .author_header
  .author_email {
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  color: var(--sticknavbg);
  padding: 20px 0 0;
}
.authordetail_container .author_profile_cont .author_info {
  position: relative;
  font-family: var(--font_imp);
  font-size: var(--font-size18);
  line-height: 24px;
  border-bottom: 1px solid var(--sticknavbg);
  margin: 10px;
  padding-bottom: 15px;
}
.authordetail_container .author_profile_cont .author_info.author_readme > div {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
.authordetail_container .author_follow p {
  font-family: var(--font_imp);
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  color: var(--tertiary_text_color);
  text-align: center;
}
.authordetail_container .author_follow .author_sharing {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.authordetail_container .author_follow .author_sharing li {
  list-style: none;
  display: flex;
}
.authordetail_container .author_headcap {
  text-transform: uppercase;
  font-family: var(--font_prime);
}

/* this is for the login page signin css style  */
.dnone {
  display: none !important;
}

/* this is for the load more button  */
.custom_load_more_container {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.load_more_btn {
  background-color: var(--white);
  border: 1px solid var(--red);
  color: var(--red);
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 15px;
  cursor: pointer;
}
.tfd_nav_bo_a.current {
  fill: var(--red);
}
.tfd-overlay {
  display: none;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.55);
  transition: background 0.2s;
}

.page-details .tfdhd_2:after {
  display: block;
  content: " ";
  position: absolute;
  width: 100px;
  height: 1px;
  background: var(--red);
  left: 50%;
  /* bottom: 0; */
  margin-left: -54px;
  z-index: 1;
}
#section .container.page-details {
  padding: 20px 0;
  max-width: 800px;
  margin: 0 auto 50px;
}
#section .container.page-details .tfdhd_2 {
  margin: 24px;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1em;
  max-width: 100%;
}
#section .container.page-details .art-page-content {
  display: block;
  margin: 0;
  padding-left: 5px;
  padding-right: 15px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
#section .container.page-details h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 0.9375rem;
}
#section .container.page-details h3,
#section .container.page-details h4 {
  font-size: 1.4375rem;
  line-height: 1.875rem;
  margin-bottom: 0.9375rem;
}
#section .container.page-details p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
#section .container.page-details li {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  #section .container.page-details h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 0.78125rem;
  }
  #section .container.page-details h3,
  #section .container.page-details h4 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 0.78125rem;
  }
  #section .container.page-details p {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin-bottom: 0.78125rem;
  }
  #section .container.page-details li {
    font-size: 1.0625rem;
    line-height: 1.5rem;
    margin-bottom: 0.78125rem;
  }
  .listing-boxes .repeat-box .text h2,
  .listing-boxes .repeat-box .text h3 {
    font-size: var(--font-size18);
    font-weight: 600;
  }
}

/* this is for the notification */
.tapBoxCls {
  border: 1px solid #d5d5d5;
  background: var(--white);
  border-radius: 0 0 16px 16px;
  margin: 0 auto;
  max-width: 275px;
  padding: 12px;
  position: fixed;
  top: 35px;
  right: calc((100vw - 1003px) / 2 + 20px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
  -webkit-animation: slide 1s ease;
  z-index: 9999999;
  overflow: hidden;
}

.tapBoxCls::after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: block;
  bottom: -25px;
  left: -25px;
  position: absolute;
}
.tapBoxCls::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: block;
  bottom: -10px;
  left: 40px;
  position: absolute;
}
.tapBoxInner {
  position: relative;
}
.upContL {
  color: #000000;
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  margin: 0 0 8px;
  margin-right: 15px;
}
.canceltap {
  cursor: pointer;
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 0;
}
.canceltap:before,
.canceltap:after {
  border-radius: 8px;
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 6px;
  right: -1px;
  display: block;
  height: 2px;
  width: 15px;
  background-color: #0d0d0d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.canceltap:after {
  transform: rotate(-135deg);
}
.midCont {
  color: #000000;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 8px;
}
.midContInF {
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: -10px;
}
.midContIn {
  text-align: center;
  margin-top: 22px;
  font-weight: 600;
}
.bottomCont {
  display: flex;
  align-items: center;
  justify-content: right;
}

.tapbutton {
  background-color: var(--btn_background_color);
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  outline: 0;
  border-radius: 4px;
  padding: 7px 20px;
  text-align: right;
  text-transform: uppercase;
}
.cantapbut {
  background: #fff;
  color: #757575;
}
@keyframes slide {
  0% {
    top: -100%;
  }
  100% {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .tapBoxCls {
    border-radius: 16px 16px 0 0;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 16%);
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
  @keyframes slide {
    0% {
      bottom: -100%;
    }
    100% {
      bottom: 0;
    }
  }
}

.CommentForm_commentsform__tfd_ {
  margin-bottom: var(--widget_gap);
}
.CommentForm_commentsform__tfd_ h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
.withBracket:before {
  content: "(";
}

.withBracket:after {
  content: ")";
}

.CommentForm_commentsform__tfd_ .CommentForm_form__container_tfd {
  display: flex;
  white-space: nowrap;
  font-size: 0;
  line-height: 0px;
  cursor: pointer;
}

.CommentForm_commentsform__tfd_ .CommentForm_form__container_tfd input {
  flex: 1 0;
  border: 1px solid var(--gray2);
  border-radius: 5px 0 0 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  outline: none;
  background-color: var(--white);
  border-right: 0;
  margin-left: 0;
  pointer-events: none;
  cursor: pointer;
  font-size: 16px;
  -webkit-appearance: none;
  margin-right: 0;
  color: #666;
}
.CommentForm_commentsform__tfd_ .CommentForm_form__container_tfd button {
  padding: 0 20px;
  color: var(--white);
  text-align: center;
  background-color: var(--btn_background_color);
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  margin-right: 0;
  margin-left: 0;
}

/* this is for the single author  */
.author-Section {
  position: relative;
  margin: 15px 0;
  border-radius: 5px;
  background-color: #e5e5e5;
  clear: both;
  overflow: hidden;
  float: none;
  width: auto;
}
.author-Section-container {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 12px 5px 4px;
}
.author-img-section {
  border-right: 1px solid #ccc;
  display: flex;
  flex: 0 0 190px;
  margin-right: 16px;
  position: relative;
}
.author-img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: var(--gray2);
  background-repeat: no-repeat;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-size: cover;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 32px;
  height: 32px;
  margin-right: 8px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
  width: 32px;
}
.author-img svg {
  height: 24px;
  width: 24px;
  margin: 2px 4px;
  padding: 3px;
}

.author-img img {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  height: 100%;
  width: 100%;
}
.author-img-desc {
  -ms-flex-pack: justify !important;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 138px;
  justify-content: space-between !important;
}
.author-img-desc h5 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #595959;
  font: 12px / 16px var(--font_frank);
  margin: 0;
}
.author-img-desc .author-desk-link {
  font: 700 14px / 20px var(--font_frank);
  color: var(--link_color);
  text-decoration: underline;
  cursor: pointer;
  font: 700 14px / 20px var(--font_frank);
  position: relative;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.author-img-desc .author-desk-link:after {
  border: solid var(--primary_text_color);
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin: -1px 2px 0 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 6px;
}
#author_desc p.author_desc {
  font: 400 14px / 15px var(--font_frank);
  position: relative;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.read-more-btn {
  color: var(--primary_text_color);
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 5px;
  padding: 0 10px 0 45px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.05) 10%,
    #fcfcfc 30%,
    #fcfcfc 100%
  );
}
.read-more-btn:before {
  color: var(--primary_text_color);
  display: inline-block;
  font-weight: 700;
  content: "...";
  margin-right: 2px;
}

/* this is for the also read  */

/* this is the for related  */
.related-panel {
  max-width: 100%;
  width: 100%;
  padding: 0;
  float: left;
}
.related-panel .related_small-story {
  display: flex;
  justify-content: space-between;
  border-color: var(--white);
  padding: 15px 0;
  position: relative;
  background-color: var(--mobsmallbg);
  border-radius: 3px;
  box-shadow: 0 1px 2px var(--color_14);
  border-bottom: 1px solid var(--white-hori);
  border-bottom-style: dotted;
  overflow: hidden;
  border-bottom: 1px solid var(--white-hori);
  border-bottom-style: dotted;
  clear: both;
  overflow: visible;
  margin: 0 0 10px;
}
.related-panel .related_small-story .related_story-image {
  margin: 0 10px 0 0;
  border-radius: 3px !important;
  padding: 0;
  width: 105px;
  height: 60px;
  flex-shrink: 0;
  clear: both;
  overflow: hidden;
}
.related-panel .related_small-story h3 {
  margin-left: 10px;
  margin-top: 0;
  line-height: var(--primary_mod_size);
  padding: 0;
}
.related-panel .related_small-story .related_story-image a img {
  height: auto;
  overflow: hidden;
  width: 100%;
}
.related-panel .related_small-story h3 a {
  font-family: var(--font_imp);
  font-size: var(--h1_size16);
  color: var(--primary_text_color);
  display: block;
  font-weight: 400;
  line-height: var(--primary_mod_size);
}
.figCap {
  font-family: var(--font_imp);
  margin: -7px 0 15px;
  font-size: 0.9375rem;
  line-height: var(--primary_mod_size);
  padding: 10px 5px 5px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--grey_bg);
  color: var(--tertiary_text_color);
}
/* this is for the sidebar for single page  */

#navbar.nav-flex .nav-fill .nav-ul .nav-li {
  list-style-type: none;
}
.tfdnewsrhs-data .two-cols-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 25px;
  overflow: inherit;
  align-items: stretch;
}

.tfdnewsrhs-data .left-panel {
  float: left;
  margin: 0 0 20px;
  overflow: hidden;
}

.tfdnewsrhs-data .left-panel .lead-img {
  border-radius: 3px !important;
  padding: 0;
}

.tfdnewsrhs-data .left-panel .lead-img a img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 5px;
}

.tfdnewsrhs-data .left-panel div > h3 {
  position: relative;
  background: var(--white);
  max-width: calc(100% - 16px);
  margin: -25px auto 0;
  padding: 10px;
  line-height: 1.375rem;
  overflow: hidden;
}

.tfdnewsrhs-data .left-panel div > h3 a {
  font-family: var(--font_prime);
  font-size: var(--h1_size16);
  font-weight: 400;
  color: var(--primary_text_color);
}

.tfdnewsrhs-data .right-panel {
  float: left;
  padding: 0 0 20px 10px;
  overflow: hidden;
}

.tfdnewsrhs-data .right-panel .small-story {
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: var(--mobsmallbg);
  padding: 10px 0;
  border-radius: 3px;
  box-shadow: var(--box_shadow);
  border-bottom: 1px solid #dbdbdb;
  border-bottom-style: dotted;
  margin: 0 0 10px;
}

.tfdnewsrhs-data .right-panel .small-story.last {
  border-bottom: 0;
}

.tfdnewsrhs-data .right-panel .small-story .story-image {
  width: 100px;
  height: 100%;
  flex-shrink: 0;
  margin: 0 10px 0 10px;
  border-radius: 3px !important;
}

.tfdnewsrhs-data .right-panel .small-story .story-image a img {
  width: 100%;
  height: auto;
}

.tfdnewsrhs-data .right-panel .small-story h3 {
  font-family: var(--font_frank);
  line-height: var(--primary_mod_size);
  padding: 0;
  margin: 0 0 0 10px;
  font-size: var(--primary_size);
  font-weight: 400;
}

.tfdnewsrhs-data .right-panel .small-story h3 a {
  color: var(--primary_text_color);
  display: block;
  line-height: var(--primary_mod_size);
}
div#tfd-table-of-container.faq_font_con ul li {
  font-family: var(--font_imp);
  font-size: 1.0625rem;
}
div#tfd-table-of-container.faq_font_con ul ul li {
  background-color: #deeef2;
  border-radius: 5px;
  padding: 4px;
}
