html {
  scroll-behavior: smooth;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input[type="submit"] {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 38px;
  font-weight: 400;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

body.new_blog_secion_design {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-weight: 400;
  font-family: roboto, sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  color: #010514;
  letter-spacing: 0.5px;
  background: #f4f4f5 !important;
}
.blg-lst-bd {
  background: #f4f4f5 !important;
}
.banner_content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner_content h1 {
  color: #fff;
}

.section_one {
  background: #050e2b;
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -ms-border-radius: 0 0 30px 30px;
  -o-border-radius: 0 0 30px 30px;
  overflow: hidden;
}

.strike_header {
  position: absolute !important;
  top: 0 !important;
  z-index: 9 !important;
  width: 100% !important;
  left: 0 !important;
}
header.strike_header nav {
  background: transparent !important;
  border: none !important;
}
header.strike_header nav .nav-item {
  height: auto !important;
  padding: 0 !important;
}
.blog_details_header nav.navbar.navbar-expand-lg {
  background: transparent !important;
}
.blog_details_header nav.navbar.navbar-expand-lg li.nav-item {
  padding: 0 !important;
  width: auto !important;
}
.dropdown-menu-features {
  min-width: 600px;
}
.dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) translateY(0%);
  -webkit-transform: translateX(-50%) translateY(0%);
  -moz-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  -o-transform: translateX(-50%) translateY(0%);
}

#navbarContent ul li a {
  color: #fff;
  font-size: 15px;
  padding: 12px 20px !important;
}

.drp_menu_ftr_box,
.stocks_conetnt ul,
.indices_conetnt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  padding: 15px;
}
.stocks_conetnt ul,
.indices_conetnt ul {
  padding: 0;
}

.drp_menu_ftr_box a,
.stocks_conetnt ul li,
.indices_conetnt ul li {
  color: #050e2b !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 10px !important;
  border-radius: 5px;
}
.stocks_conetnt ul li,
.indices_conetnt ul li {
  padding: 0 !important;
}
.dropdown-menu li a {
  color: #050e2b !important;
  padding: 8px 12px !important;
}

.market_menu_content ul li a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.drp_menu_ftr_box a:hover,
.market_menu_content ul li a:hover {
  background: #f0f0f0;
}
.market_menu_content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.drp_menu_ftr_box a span,
.market_menu_content ul li span {
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  margin: 0 10px 0 0;
}
.dropdown-menu {
  padding: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  top: 45px !important;
  z-index: 9999;
}
.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid rgb(255, 255, 255);
  border-left: 8px solid rgb(255, 255, 255);
  border-right: 8px solid rgb(255, 255, 255);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
#navbarDropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#navbarDropdown img {
  vertical-align: middle;
  margin-left: 7px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#navbarDropdown.show {
  color: #ffd659;
}
#navbarDropdown.show img {
  filter: brightness(0) saturate(100%) invert(89%) sepia(16%) saturate(1291%)
    hue-rotate(332deg) brightness(101%) contrast(103%);
  -webkit-filter: brightness(0) saturate(100%) invert(89%) sepia(16%)
    saturate(1291%) hue-rotate(332deg) brightness(101%) contrast(103%);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.market_menus_tab {
  min-width: 500px;
  padding: 15px;
}
.market_menu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 17px 0;
  border-bottom: 1px solid #dedede;
  margin: 0 0 15px 0;
}
.market_menu_btn .btn.btn-primary {
  background: #eee;
  border: none;
  padding: 8px 27px;
  border-radius: 50px;
  margin: 0 4px;
  font-size: 15px;
  color: #000;
}
.market_menu_btn .btn.btn-primary.active {
  background: #ffd659;
}
.search_form {
  position: relative;
  border-right: 1px solid #ffffff;
  padding: 0 25px 0 0;
  margin: 0 25px 0 0 !important;
}

.search_form input {
  width: 296px;
  min-width: 296px;
  max-width: 296px;
  border: 1px solid #fffdfd;
  background: transparent !important;
  color: #fff !important;
  border-radius: 30px;
  height: auto;
  padding: 8px 14px 8px 50px;
  margin: 0 !important;
  font-size: 15px;
  letter-spacing: 0.5px;
  outline: none !important;
}

.search_form input::-webkit-input-placeholder {
  color: #fff !important;
}

.search_form input::-moz-placeholder {
  color: #fff !important;
}

.search_form input:-ms-input-placeholder {
  color: #fff !important;
}

.search_form input::-ms-input-placeholder {
  color: #fff !important;
}

.search_form input::placeholder {
  color: #fff !important;
}

.search_form .btn.btn-outline-success {
  position: absolute;
  padding: 0 0;
  border: none !important;
  background: transparent !important;
  outline: none !important;
  top: 12px;
  left: 20px;
}

.btn.btn-primary.btnborder {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 30px;
  padding: 6px 35px;
  min-height: auto;
  margin: 0 20px 0 0;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn.btn-primary.btnyellow {
  border: 1px solid transparent;
  background: #ffd659;
  border-radius: 30px;
  padding: 8px 35px;
  height: auto;
  min-height: auto;
  color: #010514;
  width: 175px;
  min-width: 175px;
  max-width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.strike_header nav {
  padding: 35px 0;
  /* transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; */
}

#navbarContent .navbar-nav {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card_fea_box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.card_fea_box figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.card_fea_box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.card_fea_box figcaption {
  padding: 15px;
}
.feau_blog_slider {
  margin-left: 15px !important;
}
.card_fea_box figcaption a {
  color: #5a5c66;
  font-size: 16px;
  display: block;
  font-weight: 500;
}
.feau_blog_slider figure {
  height: 410px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.card_fea_box_border {
  padding-right: 40px;
  border-right: 1px solid #a7a9ae;
}

.h2_tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-family: inter, sans-serif;
  color: #41444f;
  font-weight: 700;
}
.h2_color {
  color: #050e2b;
}
.h2_tile img {
  position: relative;
  top: 3px;
  left: 5px;
}

.card_fea_box figcaption h3 a {
  color: #204bbb;
  font-family: inter, sans-serif;
  display: block;
  font-size: 21px;
  font-weight: 700;
}

.card_fea_box figcaption p {
  margin: 12px 0;
}

.card_fea_box figcaption p a {
  font-size: 17px;
  color: #41444f;
  font-weight: 600;
}

.card_fea_box figcaption p.fea_date {
  margin-bottom: 0;
}

.card_fea_box figcaption p.fea_date span {
  font-size: 16px;
  color: #8c8e95;
  padding: 0 15px 0 0;
  margin: 0px 15px 0 0;
  border-right: 1px solid #8c8e95;
  line-height: 1;
  font-weight: 400;
}

.card_fea_box figcaption p.fea_date span:last-child {
  border-right: none;
}

.slider_btn .btn_swiper {
  position: unset;
  margin: 0;
}

.slider_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider_btn .swiper-pagination {
  position: unset !important;
  width: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slider_btn .swiper-pagination .swiper-pagination-bullet {
  position: unset;
  background: transparent;
  opacity: 1;
  width: 20px;
  height: 26px;
  color: #8c8e95;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px !important;
  font-weight: 600;
}

.slider_btn
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #5a5c66;
}

.slider_btn .btn_swiper {
  position: unset;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #204bbb;
  border-radius: 50%;
}

.slider_btn .btn_swiper::after {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.slider_btn {
  margin: 30px 0 0 0;
}

.blue_strip_one {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#112864),
    color-stop(#1b387b),
    color-stop(#234994),
    color-stop(#2a5bac),
    to(#2f6ec6)
  );
  background-image: -o-linear-gradient(
    left bottom,
    #112864,
    #1b387b,
    #234994,
    #2a5bac,
    #2f6ec6
  );
  background-image: linear-gradient(
    to right top,
    #112864,
    #1b387b,
    #234994,
    #2a5bac,
    #2f6ec6
  );
  padding: 40px;
  border-radius: 20px;
  padding-left: 27%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}

.blue_strip_one h2 {
  font-size: 34px;
  font-weight: 600;
}

.blue_strip_one p {
  margin: 15px 0;
  font-size: 21px;
}

.blue_strip_one .btn.btn-primary {
  background: #ffd659;
  color: #112864;
  font-size: 16px;
  padding: 10px 80px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0;
  border: 1px solid #2b64f9;
}

.blue_strip_one::after {
  content: "";
  background: url(../images_newblog/arw_blue.svg) no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-size: 100%;
}

.nav-tabs-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
}

.nav-tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-bottom: none;
}

.nav-tabs .nav-link {
  white-space: nowrap;
}

.slider_tab {
  position: absolute;
  height: 3px;
  bottom: 0;
  background-color: #0d6efd;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tabs_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  border: none;
  margin: 0;
}

.card_fea_box.tabs_list_box_item {
  width: 31%;
}

#tabMenu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px 0 0 0;
  border: none;
}

#tabMenu li button {
  color: #5a5c66;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 0;
  color: #5a5c66;
  font-size: 17px;
}

#tabMenu li button.active {
  color: #204bbb;
}

#tabContent {
  padding: 30px 0 0 0 !important;
  border: none !important;
}

.nav-tabs-wrapper.position-relative.border-bottom.pb-1 {
  border: none !important;
}

.section_five {
  padding: 50px 0;
  background: #0d1e4b;
}

.blue_bg_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.blue_bg_two::after {
  content: "";
  position: absolute;
  background: url(../images_newblog/strike_arrow.svg) 0 0 no-repeat;
  height: 95px;
  width: 620px;
  background-size: 100%;
  top: -13px;
  left: -85px;
}

.blue_bg_two h2 {
  font-size: 48px;
  font-family: inter, sans-serif;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 6;
}

.blue_bg_two a {
  background: #ffd659;
  color: #000;
  font-size: 16px;
  padding: 10px 29px;
  border-radius: 30px;
  font-weight: 500;
  width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_section {
  padding: 50px 0 0 0;
  background: #050e2b;
}
.logo_ftr {
  display: block;
}
.logo_ftr img {
  height: 94px;
}
.ftr_logo_box p {
  color: #fff;
  font-size: 15px;
  margin: 55px 0 35px 0;
}

.ftr_logo_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ftr_logo_box ul li a {
  margin: 0 10px 0 0;
}

.ftr_content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ftr-content-boxes h3 {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.ftr-content-boxes p {
  color: #fff;
  margin: 10px 0;
  font-size: 15px;
  font-weight: 400;
}
.ftr-content-boxes p span {
  text-decoration: underline;
}

.ftr-content-boxes ul li a {
  color: #fff;
  margin: 10px 0;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.ftr_copy {
  text-align: center;
  border-top: 1px solid #3d3d3d;
  padding: 20px 0;
  margin: 80px 0 0 0;
}

.ftr_copy p {
  color: #8c8e95;
}

/* blog-details */
.blog_details_header {
  position: fixed !important;
  background: #050e2b;
  border-radius: 0 0 30px 30px;
  /* transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease; */
  z-index: 9999 !important;
}

.sticky_scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  height: calc(100vh - 140px);
  overflow-x: hidden;
}
.table_content_menu {
  padding: 15px;
  /* width: 80%; */
  border: 1px solid #bfc1c5;
  border-radius: 10px;
}
.blog_details_padding {
  padding-top: 115px !important;
}
/*.blog_details_sec_a_padding .sticky-lg-top {
  top: 115px !important;
}*/
.table_content_menu h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #204bbb;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 15px 0;
}

.table_content_menu h3 img {
  margin-right: 10px;
}

.table_content_menu ul {
  list-style: decimal;
  list-style-position: initial;
  padding: 0px 0 0 20px;
}

.table_content_menu ul li a {
  display: block;
  color: #41444f;
  margin: 15px 0;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
}
.table_content_menu ul li a:hover {
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 3px;
  content: var(--bs-breadcrumb-divider, ">");
  color: #5a85f7;
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.social-icon {
  /* width: 70%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px 0 0 0px;
  padding: 0 30px;
}

.blog_details_midile_box h1 {
  font-size: 25px;
  font-weight: 600;
  color: #41444f;
  margin: 0 0 12px 0;
}
.breadcrumb-box ul {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
  flex-wrap: wrap;
}
.breadcrumb-box ul li.breadcrumb-item.active,
.breadcrumb-box ul li,
.breadcrumb-box ul li a {
  color: #2b64f9;
  font-size: 14px;
}
/* .breadcrumb-box ul li a {
  margin: 0 5px 0 0;
} */
.breadcrumb-box ul li a:hover {
  text-decoration: underline;
}
.blog_image {
  width: 80%;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}

.mbl_ad_banner {
  display: none;
}

.authoe-name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 15px 0;
  color: #5a5c66;
  font-size: 15px;
}

.authoe-name-box .autor_small_image {
  width: 24px;
  max-width: 24px;
  min-width: 24px;
  height: 24px;
  max-height: 24px;
  min-height: 24px;
  border-radius: 50%;
  margin: 0 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.author_title {
  color: #204bbb;
  margin: 0 5px 0 0;
  border-right: 2px solid #5a5c66;
  padding: 0 7px 0 0;
  line-height: 14px;
  font-weight: 600;
}
.authoe-name-box strong {
  margin: 0 0 0 5px;
}
.blog_content_box p {
  color: rgb(39, 42, 55);
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
}
.blog_content_box p strong {
  color: #010514;
  font-weight: 500;
}

.blog_content_box h2,
.blog_content_box h3 {
  color: rgb(39, 42, 55);
  font-weight: 700;
  font-size: 24px;
}
.blog_details_sec_a table tbody tr:first-child td {
  white-space: nowrap;
  background-color: #e9effe;
  border-bottom: none;
}

.blog_details_sec_a table {
  table-layout: auto;
  margin-bottom: 15px;
}
.blog_details_sec_a table tr td {
  border-color: #dfe0e2;
  background: #fff;
}
.blog_details_sec_a table tbody tr td:first-child {
  white-space: nowrap;
}
.blog_details_sec_a table tbody tr:first-child td {
  white-space: nowrap;
  background-color: #e9effe;
  border-bottom: none;
}
.blog_details_sec_a table tbody tr:nth-child(2) td {
  border-top: none;
}
.blog_details_sec_a table tbody tr td {
  word-break: normal;
  vertical-align: middle;
  padding: 8px 18px;
}

.strike_tools_box {
  margin: 25px 0 0 0;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #bfc1c5;
}

.strike_tools_box ul li a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 12px 0;
  color: #204bbb;
  padding-right: 15px;
  position: relative;
  text-decoration: underline;
}

.strike_tools_box ul li a::after {
  content: "";
  background: url(../images_newblog/angle_icon_menu.svg) 0 0 no-repeat;
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  background-size: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.strike_tools_box ul li a:hover::after {
  right: 10px;
}

.strike_tools_box h3 {
  color: #272a37;
  font-size: 20px;
  font-weight: 600;
}

.page_contri_row {
  display: flex;
  gap: 10px;
}

.page_contri_row .page_contri_box {
  flex: 1;
}

.page_contri_box {
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  min-height: 390px;
}

.page_contri_box_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px 0;
}

.page_contri_box_header figure {
  width: 55px;
  height: 55px;
  max-height: 55px;
  min-height: 55px;
  max-width: 55px;
  min-width: 55px;
  border-radius: 50%;
  margin: 0 15px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}

.page_contri_box p {
  color: #8c8e95;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.page_contri_box_header h3 {
  color: #41444f;
  font-size: 19px;
  font-weight: 600;
}

.page_contri_icon_a {
  background: url(../images_newblog/contri__bg_a.svg) 0 0 no-repeat;
  background-size: 38px;
  background-position: center right;
}

.page_contri_icon_b {
  background: url(../images_newblog/contri__bg_b.svg) 0 0 no-repeat;
  background-size: 38px;
  background-position: center right;
}

.page_contri_box_header span {
  display: block;
  color: #5a5c66;
  font-size: 13px;
  margin: 3px 0 0 0;
}

.button_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px 0 0 0;
}

.button_slider .slider_btn {
  position: unset;
  width: 186px;
  margin: 0;
  background: #204bbb;
  padding: 12px 19px;
  height: auto;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button_slider .slider_btn::after {
  display: none;
}

.leave_form_box {
  padding: 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e5ecff),
    color-stop(#d9e3ff),
    color-stop(#cddafe),
    color-stop(#c1d2fe),
    to(#b5c9fd)
  );
  background-image: -o-linear-gradient(
    left,
    #e5ecff,
    #d9e3ff,
    #cddafe,
    #c1d2fe,
    #b5c9fd
  );
  background-image: linear-gradient(
    to right,
    #e5ecff,
    #d9e3ff,
    #cddafe,
    #c1d2fe,
    #b5c9fd
  );
  margin: 30px 0;
  border-radius: 20px;
}

.leave_form_box h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #112864;
}

.leave_form_box p {
  color: #112864;
  font-size: 14px;
  margin: 0 0 20px 0;
  font-weight: 400;
}

.d-flex-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.d-flex-form .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.leave_form_box .form-group .form-control {
  padding: 12px 15px;
  border: none;
  background: #fff;
  margin: 10px 0;
  resize: none;
  color: #5a5c66;
  font-size: 14px;
  font-weight: 300;
}
.leave_form_box .form-group .form-control::placeholder {
  color: #5a5c66;
  font-size: 14px;
  font-weight: 300;
}

.form-check label {
  font-size: 12px;
  color: #272a37;
  font-weight: 400;
}

.leave_form_box button#submit {
  width: 315px;
  height: 45px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 25px;
  background: #a7a9ae;
  border: none;
  margin: 25px 0 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #fff;
}

.leave_form_box button#submit:hover {
  background: #204bbb;
  color: #fff;
}
.leave_form_box button#submit:hover img {
  padding-right: 5px;
}

.leave_form_box button#submit img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.leave_form_box .form-check {
  margin: 20px 0 0 0;
}

.commentshowbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.cmnt_box {
  background: #fff;
  padding: 20px 25px;
  width: 48%;
  border-radius: 10px;
  margin: 0 0 0 0;
}

.commentbox_bg {
  background: #fff url(../images_newblog/coma.svg) 0 0 no-repeat;
  background-size: 58px;
  background-position: 100% 15%;
}

.cmnt_box p {
  color: #8c8e95;
  font-size: 15px;
}

.comment_show h4 {
  font-size: 24px;
  font-weight: 600;
  color: #41444f;
  margin: 0 0 20px 0;
}

/* .yourself_up_to_date_slider {
  overflow: auto;
} */
.yourself_up_to_date_slider ul {
  min-width: 1310px;
  width: 1310px;
  max-width: 1310px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.yourself_up_to_date_slider ul li {
  /* margin-right: 15px;
	margin-bottom: 1rem;
	display: inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	height: 2.75rem;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	border-radius: 35px;
	background-color: rgb(65, 68, 79);
	padding-left: 0.25rem;
	padding-right: 5px;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	color: #fff;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px; */
}
.yourself_up_to_date_slider ul li {
  display: flex;
  background: rgb(65, 68, 79);
  border-radius: 35px;
  padding: 5px 11px 5px 5px;
  align-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  margin: 5px 4px;
}
.yourself_up_to_date_slider ul li:nth-child(9),
.yourself_up_to_date_slider ul li:nth-child(24),
.yourself_up_to_date_slider ul li:nth-child(40) {
  margin-left: 30px;
}

.yourself_up_to_date_slider ul li span {
  width: 30px;
  max-width: 30px;
  min-width: 30px;
  height: 30px;
  max-height: 30px;
  min-height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 10px 0 0;
  display: block;
}

#mobile_search {
  display: none;
}

.mobile_navbar {
  display: none;
}

.gifmobile {
  display: none;
}

.write_us {
  display: none;
}

.trailssec_mobile {
  display: none;
}

.seacrH_box_expand_mobile {
  display: none;
}

#mobile_table_menu {
  display: none;
}
.title_box p {
  color: #8c8e95;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}
.blog_title_icon {
  background: url(../images_newblog/recent_blog_icon.svg) 0 0 no-repeat;
  background-size: 31px;
  background-position: 100% 0;
}
.sticky_footer {
  background: #112864;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  padding: 14px 0;
  left: 0;
}
.sticky_ftr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sticky_ftr_box h2 {
  color: #ffe600;
  font-size: 20px;
  font-weight: 700;
}
.sticky_ftr_box h2 span {
  color: #fff;
}
.sticky_ftr_box .btn.btn-primary {
  background: #ffd659;
  color: #112864;
  font-size: 14px;
  padding: 5px 16px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0;
  min-width: 157px;
  width: 157px;
  max-width: 157px;
  margin-left: 35px;
  border: none;
}
.footer_section.blog_details_ftr {
  padding: 50px 0 55px 0;
}
.seeMore_blogs a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #204bbb;
}
.seeMore_blogs {
  display: none;
  justify-content: center;
  margin: 35px 0 0 0;
}
.seeMore_blogs a img {
  margin-left: 5px;
}
div#ez-toc-container {
  width: 100%;
  padding: 15px;
  border: 1px solid #bfc1c5;
  border-radius: 10px;
}

div#ez-toc-container .ez-toc-title-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
div#ez-toc-container .ez-toc-title-container p.ez-toc-title {
  order: 2;
  font-size: 20px;
  text-align: left;
  flex: 1;
  padding: 0 0 0 10px;
  color: #204bbb;
  font-size: 20px;
  font-weight: 600;
}
div#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}

div#ez-toc-container
  .ez-toc-title-container
  .ez-toc-title-toggle
  a
  span.ez-toc-js-icon-con {
  position: unset;
  border: none;
}
/* svg.arrow-unsorted-368013 {
  display: none;
} */
div#ez-toc-container
  .ez-toc-title-container
  .ez-toc-title-toggle
  a
  span.ez-toc-js-icon-con
  span {
  padding: 0 !important;
  width: 100%;
  height: auto;
}
div#ez-toc-container ul li a {
  display: block;
  color: #41444f;
  margin: 5px 0;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
}
div#ez-toc-container ul li a:hover {
  text-decoration: none;
}
div#ez-toc-container ul {
  padding-left: 10px;
}
.blog_details_sec_a figure figcaption {
  display: none !important;
}


/*.strike_header.blog_details_header.scrolled #navbarContent {
  margin: 0;
}*/
.blog_details_header nav.navbar.navbar-expand-lg {
  padding: 0 0 10px 0 !important;
}
.blog_details_sec_a_padding .sticky-lg-top {
  top: 100px;
}
.sticky-lg-top {
  transition: top 0.3s ease;
}

.blog_details_sec_a .blog_content_box a:hover {
  text-decoration: underline;
}

/* media */
/* media */
/* media */
@media screen and (min-width: 1199px) and (max-width: 2000px) {
  .strike_header.blog_details_header.scrolled {
    position: fixed !important;
    z-index: 9999 !important;
  }
  .strike_header.blog_details_header.scrolled nav {
    padding: 18px 0;
  }
  .blog_details_sec_a_padding {
    margin-top: 165px !important;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  #navbarDropdown img {
    min-width: 7px;
  }
  #navbarContent ul li a {
    padding: 0 10px;
  }
  .blue_bg_two::after {
    height: 101px;
    width: 640px;
    top: -15px;
    left: -85px;
  }
  .blue_bg_two {
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
  }
  .ftr-content-boxes p,
  .ftr-content-boxes ul li a {
    font-size: 14px;
  }
  .table_content_menu {
    width: 100%;
  }
  .breadcrumb-box ol li.breadcrumb-item.active,
  .breadcrumb-box ol li a {
    font-size: 12px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 12px;
    position: relative;
    top: 2px;
  }
  .authoe-name-box {
    font-size: 12px;
  }
  .page_contri_box {
    padding: 15px;
  }
  .page_contri_icon_a,
  .page_contri_icon_b {
    background-size: 27px;
  }
  .cmnt_box {
    padding: 20px 10px;
  }
  .commentbox_bg {
    background-size: 30px;
    background-position: 100% 10%;
  }
  .page_contri_box_header h3 {
    font-size: 17px;
  }
  .strike_tools_box ul li a {
    font-size: 14px;
  }
  .blue_strip_one h2 {
    font-size: 30px;
  }
  .blue_strip_one p {
    font-size: 18px;
  }
  .search_form input {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
  }
  .page_contri_box_header figure {
    width: 35px;
    height: 35px;
    max-height: 35px;
    min-height: 35px;
    max-width: 35px;
    min-width: 35px;
    margin: 0 8px 0 0;
  }
}
@media screen and (max-width: 1280px) {
  .yourself_up_to_date_slider {
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #navbarDropdown img {
    min-width: 7px;
  }
  #navbarContent ul li a {
    padding: 0 10px;
  }
  .search_form input {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
  }
  .search_form {
    padding: 0 14px 0 0;
    margin: 0 14px 0 0 !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .dropdown-menu {
    transform: translateX(-47%) translateY(0%);
    -webkit-transform: translateX(-47%) translateY(0%);
    -moz-transform: translateX(-47%) translateY(0%);
    -ms-transform: translateX(-47%) translateY(0%);
    -o-transform: translateX(-47%) translateY(0%);
  }
}

@media screen and (max-width: 1199px) {
  .ftr-content-boxes {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ftr-content-boxes ul li a {
    font-size: 13px;
  }

  .ftr-content-boxes p {
    font-size: 13px;
  }

  .ftr_logo_box p {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .card_fea_box figcaption {
    padding: 15px;
  }

  .card_fea_box figcaption a {
    font-size: 15px;
  }

  .card_fea_box figcaption h3 a {
    font-size: 20px;
  }

  .card_fea_box figcaption p a {
    font-size: 15px;
  }

  .blue_strip_one h2,
  .blue_bg_two h2 {
    font-size: 25px;
  }

  .blue_strip_one p {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  .seacrH_box_expand_mobile {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(0%) translateY(-100%);
    -webkit-transform: translateX(0%) translateY(-100%);
    -moz-transform: translateX(0%) translateY(-100%);
    -ms-transform: translateX(0%) translateY(-100%);
    -o-transform: translateX(0%) translateY(-100%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }

  .seacrH_box_expand_mobile.active {
    transform: translateX(0%) translateY(-0%);
    -webkit-transform: translateX(0%) translateY(-0%);
    -moz-transform: translateX(0%) translateY(-0%);
    -ms-transform: translateX(0%) translateY(-0%);
    -o-transform: translateX(0%) translateY(-0%);
  }

  .seacrH_box_expand_mobile form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .seacrH_box_expand_mobile span img {
    width: 25px;
    max-width: 25px;
    min-width: 25px;
    height: 25px;
    max-height: 25px;
    min-height: 25px;
    cursor: pointer;
  }

  .seacrH_box_expand_mobile .form-control {
    border: none;
    border-radius: 0;
    padding: 6px 1px;
    color: #000;
    border-bottom: 1px solid #d0d0d0;
    font-size: 14px;
  }

  .seacrH_box_expand_mobile form input {
    width: 100%;
    border: none;
    background: #fff;
    color: #5a5c66;
    font-size: 15px;
    padding: 12px 15px;
    margin: 0 !important;
    outline: none !important;
  }

  .seacrH_box_expand_mobile form input::-webkit-input-placeholder {
    color: #5a5c66 !important;
  }

  .seacrH_box_expand_mobile form input::-moz-placeholder {
    color: #5a5c66 !important;
  }

  .seacrH_box_expand_mobile form input:-ms-input-placeholder {
    color: #5a5c66 !important;
  }

  .seacrH_box_expand_mobile form input::-ms-input-placeholder {
    color: #5a5c66 !important;
  }

  .seacrH_box_expand_mobile form input::placeholder {
    color: #5a5c66 !important;
  }

  .seacrH_box_expand_mobile form button {
    background: transparent !important;
    border: none !important;
    outline: none !important;
  }

  .seacrH_box_expand_mobile form button img {
    width: 25px;
  }
  #navbarContent .dropdown {
    border-bottom: 1px solid #f2f2f2;
  }
  .d-flex.button_header {
    margin: 40px 0 0 0;
  }
  #navbarContent {
    position: fixed;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    background: #fff;
    height: 100vh;
    padding: 20px 15px 80px 15px;
    width: 35%;
    transform: translateX(-100%) translateY(0%);
    -webkit-transform: translateX(-100%) translateY(0%);
    -moz-transform: translateX(-100%) translateY(0%);
    -ms-transform: translateX(-100%) translateY(0%);
    -o-transform: translateX(-100%) translateY(0%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 9;
    overflow: auto;
  }

  #navbarContent.collapse.show {
    transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
  }

  #mobile_search {
    display: block;
  }

  .d-flex.me-2.search_form {
    display: none !important;
  }

  .logo_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .logo_box_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .logo_box_left .navbar-toggler {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: mone !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 15px 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  #mobile_search .btn.btn-primary {
    padding: 0 0;
    background: right;
    border: none;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 0;
    outline: mone !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  #mobile_search .btn.btn-primary img {
    width: 100%;
  }

  .logo_box_left .navbar-brand {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }

  #navbarContent ul li a {
    color: #050e2b;
    font-size: 15px;
    padding: 12px 0;
  }
  .mobile_navbar {
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px 0;
  }
  .mobile_logo_and_bar button {
    background: transparent;
    border: none;
    padding: 0;
  }
  .mobile_logo_and_bar button svg {
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    margin: 0 6px 0 0;
  }
  .close_menu_icon {
    /* display: block;
    position: absolute; */
    right: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }

  .btn.btn-primary.btnborder {
    border: 1px solid #050e2b;
    color: #050e2b;
  }

  .logo_box_left .navbar-toggler .navbar-toggler-icon {
    background: url(../images_newblog/menu_bar.svg) 0 0 no-repeat;
    width: 24px;
    background-position: center center;
  }

  .gifmobile img {
    height: 30px;
  }

  .gifmobile {
    position: absolute;
    bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .tabs_list_box {
    gap: 23px;
  }

  .footer_section .col-lg-4.col-md-4.col-sm-12 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .footer_section .col-lg-8.col-md-8.col-sm-12 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .ftr_content_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ftr-content-boxes {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 49%;
  }

  .ftr-content-boxes h3 {
    margin: 0 0 15px 0;
  }

  .ftr-content-boxes.order_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .ftr-content-boxes.order_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .ftr-content-boxes.order_3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .ftr-content-boxes.order_4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .write_us {
    display: block;
    margin: 15px 0 0 0;
  }

  .write_us p a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
  }

  .logo_ftr img {
    height: 32px;
  }

  .ftr_logo_box p {
    margin: 35px 0;
  }

  .ftr_logo_box {
    margin: 35px 0 0 0;
  }

  .blog_details_sec_a .sticky-lg-top {
    display: none;
  }

  .blog_details_sec_a .col-md-6 {
    width: 100%;
  }

  .table_content_menu {
    width: 100%;
    background: #e9effe;
    border: none;
    margin: 25px 0 30px 0;
  }

  .table_content_menu ul {
    display: none;
  }

  .table_content_menu h3 {
    font-size: 17px;
    margin: 0 auto;
    background: url(../images_newblog/menu_antable.svg) 0 0 no-repeat;
    background-position: 99% 50%;
    background-size: 15px;
    cursor: pointer;
  }

  .table_content_menu ul.active {
    display: block;
    margin-top: 20px;
  }

  #mobile_table_menu {
    display: block;
  }

  .blog_image {
    width: 100%;
  }
  #navbarDropdown {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .dropdown-menu {
    position: unset !important;
    left: 0 !important;
    transform: translateX(0) translateY(0);
    border-radius: 0;
    padding: 0;
    border: none;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
  }
  #navbarDropdown img {
    min-width: 20px;
  }
  .dropdown-menu::before {
    display: none;
  }
  .drp_menu_ftr_box a,
  .stocks_conetnt ul li,
  .indices_conetnt ul li {
    width: 100%;
  }
  .dropdown-menu-features {
    min-width: auto;
  }
  .market_menus_tab {
    min-width: auto;
  }
  .drp_menu_ftr_box,
  .stocks_conetnt ul,
  .indices_conetnt ul {
    gap: 10px;
    padding: 0;
  }
  .drp_menu_ftr_box a span,
  .market_menu_content ul li span {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
  }
  .sticky_ftr_box .hide_mobile {
    display: none;
  }
  .sticky_ftr_box h2 span.show_mobile {
    color: #ffd659;
  }
  .sticky_ftr_box h2 {
    font-size: 16px;
  }
  .sticky_ftr_box .btn.btn-primary {
    font-size: 14px;
    padding: 5px 15px;
    min-width: 135px;
    width: 135px;
    max-width: 135px;
    margin-left: 15px;
  }
  .blog_title_icon {
    background: transparent;
  }
  .blog_details_header {
    border-radius: 0;
  }
  .blog_details_padding {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .card_fea_box_border {
    display: none;
  }

  .mbl_ad_banner {
    display: block;
  }

  .trailssec_mobile {
    display: block;
    background: #0d1e4b;
    padding: 35px 0;
    text-align: center;
  }

  .trailssec_mobile h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
  }

  .trailssec_mobile a {
    display: block;
    background: #ffd659;
    color: #0d1e4b;
    padding: 9px 12px;
    border-radius: 30px;
    margin: 20px auto 0;
    font-size: 16px;
    font-weight: 600;
    width: 80%;
    border: 1px solid #4697ff;
  }

  .section_three {
    display: none;
  }

  #tabMenu li button {
    color: #5a5c66;
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 0;
    padding: 0 12px 20px 12px;
  }

  .card_fea_box.tabs_list_box_item {
    width: 100%;
  }

  .tabs_list_box {
    gap: 15px;
  }

  .blue_bg_two {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blue_bg_two h2 {
    margin: 0 0 25px 0;
    width: 100%;
    text-align: center;
  }

  .strike_header nav {
    padding: 12px 0;
    background: #050e2b;
  }

  .button_header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button_header .btn.btn-primary {
    width: 100% !important;
    margin: 7px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: unset;
    max-width: unset;
  }

  .close_menu_icon {
    width: 30px;
    height: 30px;
  }

  .breadcrumb-box ol li.breadcrumb-item.active,
  .breadcrumb-box ol li a {
    font-size: 12px;
  }

  .yourself_up_to_date_slider {
    overflow: auto;
  }

  .blog_details_sec_b .container {
    width: 100%;
    max-width: 100%;
  }

  /* .yourself_up_to_date_slider ul li {
font-size: 13px;
width: 215px;
min-width: 215px;
max-width: 215px;
}

.yourself_up_to_date_slider ul {
justify-content: flex-start;
} */
  .blue_bg_two::after {
    height: 46px;
    width: 321px;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .seeMore_blogs {
    display: flex;
  }
  .container-fluid.px-5 {
    padding: 0 15px !important;
  }
  .author_title {
    margin: 0 10px 0 0;
  }
  .author_title_mobile {
    border: none;
  }
  .section_five .blue_bg_two a {
    justify-content: center;
  }
  .section_five .blue_bg_two a img {
    display: none;
  }
  .blue_bg_two::after {
    background: url(../images_newblog/arrow_line_mobile.svg) 0 0 no-repeat;
    background-size: 100%;
    top: -15px;
    height: 71px;
  }
  .card_fea_box figure img {
    display: none;
  }
  .card_fea_box.tabs_list_box_item.mt-5 {
    margin: 0 !important;
  }
  .card_fea_box figcaption a {
    font-size: 17px;
  }
  .card_fea_box.tabs_list_box_item.mb-4 {
    margin-bottom: 0 !important;
  }
  .table_blog_details_box {
    overflow: auto;
  }
  .table_blog_details_box .table {
    min-width: 750px;
  }
  .page_contri_row {
    flex-wrap: wrap;
  }

  .page_contri_row .page_contri_box {
    flex: unset;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page_contri_box {
    min-height: unset;
  }
  .feau_blog_slider figure {
    height: 250px;
  }
}

@media screen and (max-width: 575px) {
  .blog_details_midile_box h1 {
    font-size: 20px;
  }
  .ftr-content-boxes {
    width: 45%;
  }

  .ftr_copy {
    padding: 12px 0;
    margin: 45px 0 0 0;
  }

  .banner_content h1 {
    font-size: 30px;
  }

  .h2_tile {
    font-size: 16px;
  }

  .h2_tile.mb-5 {
    margin-bottom: 20px !important;
  }

  .pt-5 {
    padding-top: 30px !important;
  }

  .pb-5 {
    padding-bottom: 30px !important;
  }

  .mt-5 {
    margin-top: 30px !important;
  }

  .mb-5 {
    margin-bottom: 30px !important;
  }

  .card_fea_box figcaption p {
    display: none;
  }

  .card_fea_box figcaption h3 a {
    font-size: 14px;
    font-weight: 500;
    color: #5a5c66;
  }

  .trailssec_mobile h2 {
    font-size: 18px;
  }
  .trailssec_mobile h2 span {
    display: block;
  }
  #navbarContent {
    width: 80%;
  }

  .cmnt_box {
    width: 100%;
  }

  .authoe-name-box {
    font-size: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table_content_menu h3 {
    font-size: 14px;
    color: #204bbb;
  }
  .blog_content_box p {
    font-size: 15px;
  }
  .blog_content_box h3 {
    font-size: 18px;
  }
  body {
    letter-spacing: 0px;
  }
  .h2_tile img {
    top: 1px;
    height: 12px;
  }
  .page_contri_box_header h3 {
    font-size: 16px;
  }
  .page_contri_box_header span {
    font-size: 14px;
  }
  .page_contri_box p {
    font-size: 14px;
  }
  .button_slider .slider_btn {
    width: 46%;
    padding: 12px 22px;
  }
  .leave_form_box h3 {
    font-size: 20px;
  }
  .leave_form_box {
    padding: 20px;
  }
  .leave_form_box button#submit {
    width: 100%;
  }
  .comment_show h4 {
    font-size: 16px;
  }
  .title_box p {
    font-size: 13px;
  }
  #tabMenu li button {
    padding: 0 10px 8px 10px;
    font-size: 14px;
  }
  .blog_details_sec_b h6 {
    font-size: 14px;
    color: #8c8e95;
    font-weight: 500;
  }
  .blue_bg_two h2 {
    font-size: 32px;
  }
  /* .blue_bg_two::after {
    top: -3px;
  } */
  .ftr-content-boxes h3 {
    font-size: 14px;
  }
  .footer_section.blog_details_ftr {
    padding: 30px 0 55px 0;
  }
  .d-flex-form {
    display: block;
  }
  .yourself_up_to_date_slider ul {
    gap: 9px;
  }
  .yourself_up_to_date_slider ul li {
    margin: 0px 4px;
  }
  .ftr-content-boxes ul li a,
  .ftr-content-boxes p {
    font-size: 12px;
    word-wrap: break-word;
  }
  .ftr-content-boxes.order_3,
  .ftr-content-boxes.order_4 {
    margin: 20px 0 0 0;
  }
  .ftr-content-boxes.order_1,
  .ftr-content-boxes.order_3 {
    width: 40%;
  }
  .ftr-content-boxes.order_4,
  .ftr-content-boxes.order_2 {
    width: 60%;
  }
  .ftr_content_box {
    gap: 0;
  }
  .mobile-sticky {
    background: #f4f4f5;
    position: sticky;
    top: 0;
    z-index: 1020; /* same as .sticky-top */
  }

  #mobile_table_menu p {
    font-size: 17px;
    margin: 0;
  }
  #mobile_table_menu #ez-toc-container {
    padding: 7px;
  }
}

/* @media (min-width: 1350px) {
      .container {
          max-width: 1350px;
      }
  } */
@media screen and (max-width: 480px) {
  .button_slider .slider_btn {
    width: 48%;
    padding: 12px 14px;
  }
  .blog_details_sec_b {
    overflow: hidden;
  }
  .blog_details_sec_a {
    overflow: hidden;
  }
  .authoe-name-box .autor_small_image {
    margin: 0 10px;
  }
}
