/* :root {
  --bg-color-light: #ffffff;
  --text-color-light: #000000;
  --bg-color-dark: #181818;
  --text-color-dark: #ffffff;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  transition: background-color 0.3s, color 0.3s;
}

[data-theme="light"] {
  --bg-color: var(--bg-color-light);
  --text-color: var(--text-color-light);
}

[data-theme="dark"] {
  --bg-color: var(--bg-color-dark);
  --text-color: var(--text-color-dark);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.dropdown-btn:hover {
  background-color: #0056b3;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 150px;
}

.dropdown-menu.active {
  display: block;
}

.dropdown-menu .theme-option {
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s;
}

.dropdown-menu .theme-option:hover {
  background-color: #f0f0f0;
}

.dropdown-menu .theme-option.active {
  background-color: #007bff;
  color: white;
} */
/* for chnge theme color  */



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
}
.top-post-row .top-posts-item {
  width: 33.33%;
  border: 1px solid white;
}

.top-post-row .top-posts-item:nth-child(4) {
  width: 50%;
}

.top-post-row .top-posts-item:nth-child(5) {
  width: 50%;
}

.top-post-row .top-posts-item img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-post-row .top-posts-item .time {
  margin-left: 10px;
  padding-left: 10px;
}

.top-post-row .top-posts-item .time a {
  color: white;
}

.top-post-row .top-posts-item h1 {
  color: white;
  font-size: 16px;
}

.latest-new-item {
  border-radius: 5px;
}

.latest-new-item .post-img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.latest-new-item .content-box {
  padding: 15px !important;
}

.latest-new-item .content-box .h4 {
  margin: 0 !important;
  margin: 0 !important;
  font-size: 17px;
}
.latest-new-item .content-box .h4:hover{
  text-decoration: none;
}
.latest-new-item .bot-content {
  padding: 10px !important;
  border-bottom-left-radius: 6px;
}

.latest-new-item .bot-content a:hover {
  text-decoration: none;
}

.latest-new-item .bot-content a span {
  font-size: 14px;
  margin-right: 10px;
  color: grey;
}

.trending-news-item {
  background-color: rgba(128, 128, 128, 0.08) !important;
  padding: 10px;
  border-radius: 4px;
}

.trending-news-item a {
  display: flex;
  width: 100%;
}

.trending-news-item a img {
  width: 40%;
  height: 68px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.trending-news-item a small {
  color: black;
}

.trending-news-item a p {
  color: black;
  margin-bottom: 0;
}

.trending-news-item a:hover {
  text-decoration: none;
}

/**** Mobile Navigation ****/
.mobile-nav {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  right: -80%;
  z-index: 12;
  background: red;
  transition: 0.6s;
  overflow: hidden;
  overflow-y: auto;
  background: #e9e9e9;
}

.mobile-nav .logo-area {
  font-size: 16px;
  background: blue;
  padding: 22px 24px;
  display: block;
}

.mobile-nav.active {
  height: 100%;
  right: 0;
}

.mobile-nav nav {
  margin-right: -10px;
}

.mobile-nav nav li a {
  color: #333333;
  font-weight: 500;
  display: block;
  padding: 10px 24px;
  /* border-top: 1px solid #d6d8db; */
  transition: 0.4s;
}

.mobile-nav nav li a.active {
  color: #ffffff;
  background: red;
}

.mobile-nav nav li a .xicon {
  font-size: 20px;
  float: right;
}

.mobile-nav nav li ul {
  display: none;
  background: #ffffff;
}

.mobile-nav nav li ul li a {
  font-weight: 500;
  font-size: 12px;
}

.mobile-nav nav li ul li a:hover,
.mobile-nav nav li ul li a.active {
  background: transparent;
  font-weight: 600;
  color: #333333;
}

.mobile-nav nav li ul.dropdown {
  margin-left: 40px;
  display: none;
}

.mobile-nav nav li ul.dropdown a {
  font-size: 12px;
  border: none;
  padding: 10px 0px;
}

.mobile-nav nav li ul.dropdown a:hover {
  color: #000000;
  background: transparent;
}

.mobile-nav nav li.menu-item-has-children>a {
  position: relative;
}

.mobile-nav nav li.menu-item-has-children>a:before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 10px;
}

.mobile-nav nav .extra-link a {
  border: 2px solid #000000;
  width: 40%;
  margin: 40px auto 10px;
  padding: 7px 0;
  font-size: 15px;
  text-align: center;
}

.mobile-nav nav .extra-link a:hover {
  color: #000000;
  border: 2px solid #000000;
  background: transparent;
}

.mobile-nav .close-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #ffffff;
  width: 26px;
  height: 26px;
  line-height: 1.5;
}

/*** Mobile Nav Button ***/
.mobile-nav-btn {
  display: none;
  position: absolute;
  top: 82px;
  height: 30px;
  padding: 6px 7px;
  border-radius: 4px;
  right: 5%;
  z-index: 100;
  cursor: pointer;
  transition: 0.6s;
  z-index: 14;
}

@media(max-width:575px) {
  .mobile-nav-btn {
    right: 1.5%;
  }
}

@media(max-width:575px) {
  .mobile-nav-btn {
    top: 76px;
  }
}

.mobile-nav-btn span {
  display: none;
  height: 3px;
  width: 22px;
  background-color: red;
  display: block;
  margin-bottom: 6px;
  transition: 0.2s;
  position: relative;
  top: 8px;
}

.mobile-nav-btn:active {
  transition: 0;
}

.mobile-nav-btn span:before,
.mobile-nav-btn span:after {
  display: block;
  background-color: red;
  height: 3px;
  width: 22px;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 0.28571rem center;
  right: 0;
  margin: 0 auto;
}

.mobile-nav-btn .lines:before {
  top: 6px;
}

.mobile-nav-btn .lines:after {
  top: -6px;
}

.mobile-nav-btn.active {
  right: 84%;
}

.mobile-nav-btn .lines {
  transition: background 0.3s 0.5s ease;
}

.mobile-nav-btn .lines:before,
.mobile-nav-btn .lines:after {
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.menu-category-container #menu-category {
  padding: 0;
}

.menu-category-container #menu-category li {
  display: inline;
}

.menu-category-container #menu-category li a {
  background: #249991;
  color: black;
  padding: 2px 7px;
  margin-right: 2px;
  border-radius: 5px;
  cursor: pointer;
}

.menu-category-container #menu-category li a:hover {
  text-decoration: none;
}

.single-post-main {
  border-radius: 5px;
  /* padding: 15px; */
  background: white;
}
.single_thumb{
	   border-radius: 5px;
    height: 590px;
    -o-object-fit: cover;
    background-size: cover;
    margin-bottom: 15px;
    background-position: 100%, 100%;
}
.single-post-main .single-post-img {
     border-radius: 5px;
    height: 400px;
    -o-object-fit: cover;
    background-size: cover;
    margin-bottom: 15px;
      background-position: center;
}

.single-post-main .post-details {
  gap: 20px;
}

.single-post-main .post-details a:hover {
  text-decoration: none;
}

.single-post-main .main-title {
  font-size: 28px;
}
.single-post-main h2{
	    font-size: 24px;
}
.comment-section {
  background-color: #fff !important;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.comment-section #comments {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-left: 5px solid #249991;
  border-radius: 5px;
  margin-bottom: 15px;
}

.comment-section .commentlist {
  padding-left: 0;
  list-style-type: none;
}

.comment-section .commentlist li {
  background: whitesmoke;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 5px;
}

.comment-section .commentlist .comment-body .comment-author img {
  border-radius: 4px;
}

.comment-section .commentlist .comment-body .comment-author a {
  color: grey;
  text-transform: capitalize;
}

.comment-section .commentlist .comment-body .comment-meta {
  margin-top: 8px;
}

.comment-section .commentlist .comment-body .comment-meta a {
  text-decoration: none;
  font-weight: 600;
  color: black;
}

.comment-section .commentlist .comment-body .reply .comment-reply-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #31404b;
  border-color: #31404b;
  border-radius: 0;
  /* border: 1px solid #b3b3b3; */
  margin-bottom: 40px;
  background: #249991;
}

.comment-section #respond textarea {
  width: 100%;
  height: 110px;
  border: 1px solid rgba(128, 128, 128, 0.4392156863);
  border-radius: 5px;
}

.comment-section #respond .form-submit input {
  color: #212529;
  background-color: #249991;
  border-color: #cca300;
  border: 0;
  padding: 8px;
  font-weight: 700;
  border: 0;
  border-radius: 5px;
}

.comment-section #respond .comment-form-author {
  width: 49%;
  float: left;
  margin-right: 1%;
}

.comment-section #respond .comment-form-author input {
  width: 100%;
  margin-right: 10px;
  border: 1px solid rgba(128, 128, 128, 0.4392156863);
  border-radius: 5px;
  padding: 10px;
}

.comment-section #respond .comment-form-email {
  width: 49%;
  float: left;
  margin-right: 1%;
}

.comment-section #respond .comment-form-email input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.4392156863);
  border-radius: 5px;
  padding: 10px;
}

.comment-section #respond .comment-form-url {
  width: 49%;
  float: left;
  margin-right: 1%;
}

.comment-section #respond .comment-form-url input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.4392156863);
  border-radius: 5px;
  padding: 10px;
}

.comment-section #respond .comment-form-cookies-consent {
  width: 100%;
  display: table;
}

.comment-section #respond .comment-form-cookies-consent input {
  margin-right: 10px;
  border: 1px solid rgba(128, 128, 128, 0.4392156863);
  border-radius: 5px;
  padding: 10px;
}

/**** Mobile Navigation ****/
.mobile-nav {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  right: -80%;
  z-index: 12;
  background: red;
  transition: 0.6s;
  overflow: hidden;
  overflow-y: auto;
  background: #ffffff;
}

.mobile-nav .logo-area {
  font-size: 16px;
  background: blue;
  padding: 22px 24px;
  display: block;
}

.mobile-nav.active {
  height: 100%;
  right: 0;
}

.mobile-nav nav {
  margin-right: -10px;
}

.mobile-nav nav li a {
  color: #333333;
  font-weight: 500;
  display: block;
  padding: 10px 24px;
  border-top: 1px solid #72707054;
  transition: 0.4s;
}

.mobile-nav nav li a.active {
  color: #249991 !important;
  background: #ffffff;
}

.mobile-nav nav li a .xicon {
  font-size: 20px;
  float: right;
}

.mobile-nav nav li ul {
  display: none;
  background: #ffffff;
}

.mobile-nav nav li ul li a {
  font-weight: 500;
  font-size: 12px;
}

.mobile-nav nav li ul li a:hover,
.mobile-nav nav li ul li a.active {
  background: transparent;
  font-weight: 600;
  color: #333333;
}

.mobile-nav nav li ul.dropdown {
  margin-left: 40px;
  display: none;
}

.mobile-nav nav li ul.dropdown a {
  font-size: 12px;
  border: none;
  padding: 10px 0px;
}

.mobile-nav nav li ul.dropdown a:hover {
  color: #000000;
  background: transparent;
}

.mobile-nav nav li.menu-item-has-children>a {
  position: relative;
}

.mobile-nav nav li.menu-item-has-children>a:before {
  position: absolute;
  content: "\f167";
  font-family: "FontAwesome";
  right: 30px;
}

.mobile-nav nav .extra-link a {
  border: 2px solid #000000;
  width: 40%;
  margin: 40px auto 10px;
  padding: 7px 0;
  font-size: 15px;
  text-align: center;
}

.mobile-nav nav .extra-link a:hover {
  color: #000000;
  border: 2px solid #000000;
  background: transparent;
}

.mobile-nav .close-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #ffffff;
  width: 26px;
  height: 26px;
  line-height: 1.5;
}

/*** Mobile Nav Button ***/
.mobile-nav-btn {
  display: none;
  position: absolute;
  top: 97px;
  height: 30px;
  padding: 6px 7px;
  border-radius: 4px;
  right: 14%;
  z-index: 100;
  cursor: pointer;
  transition: 0.6s;
  z-index: 14;
  background: #249991;
}

.mobile-nav-btn span {
  display: none;
  height: 3px;
  width: 22px;
  background-color: white;
  display: block;
  margin-bottom: 6px;
  transition: 0.2s;
  position: relative;
  top: 8px;
}

.mobile-nav-btn:active {
  transition: 0;
}

.mobile-nav-btn span:before,
.mobile-nav-btn span:after {
  display: block;
  background-color: white;
  height: 3px;
  width: 22px;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 0.28571rem center;
  right: 0;
  margin: 0 auto;
}

.mobile-nav-btn .lines:before {
  top: 6px;
}

.mobile-nav-btn .lines:after {
  top: -6px;
}

.mobile-nav-btn.active {
  right: 84%;
}

.mobile-nav-btn .lines {
  transition: background 0.3s 0.5s ease;
}

.mobile-nav-btn .lines:before,
.mobile-nav-btn .lines:after {
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.mobile-header-show-mob {
  display: none;
  height: 80px;
  position: fixed;
  z-index: 2;
  background: #249991;
  width: 100%;
  top: 0;
}

.mobile-header-show-mob img {
  width: 200px;
  margin-top: 10px;
}

.desktop-nav {
  display: block;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .mobile-nav-btn{
    top: 105px;
  }
  .container{
    max-width: 99%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .container{
    max-width: 99%;
  }
}
@media only screen and (max-width: 460px) and (min-width: 320px) {
  .mobile-nav-btn{
    top: 120px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 320px) {
  .mobile-nav-btn {
    display: block;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav nav li ul li a {
    font-weight: 500;
    font-size: 16px;
  }

  .mobile-nav nav li a {
    color: #333333;
    font-weight: 500;
    display: block;
    padding: 10px 24px;
    border-bottom: 1px solid white;
    transition: 0.4s;
  }

  .navigation nav.pn ul li ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  #menu-primary-menu {
    padding: 0;
    list-style-type: none;
  }

  .menu-item-has-children::after {
    display: none;
  }

  #menu-primary-menu {
    flex-direction: column;
  }

  .mobile-nav-btn {
    display: block;
  }

  #menu-primary-menu li a {
    color: white;
    font-size: 16px;
    padding: 25px 20px;
  }

  .mobile-nav nav li ul {
    display: none;
    background: #ffffff;
  }

  #menu-primary-menu li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0;
  }

  #menu-primary-menu li .sub-menu li {
    width: 100%;
    display: block;
  }

  #menu-primary-menu li .sub-menu li a {
    color: #249991;
    padding-left: 30px;
    padding: 5px 30px;
    background: white;
  }

  #menu-primary-menu li .sub-menu li {
    border-radius: 0;
  }
  .top_header ul{
    padding: 0px 5px !important;
  }
  .top-post-row .top-posts-item .date{
    display: none;
  }
  .top-post-row .top-posts-item h1 {
    color: white;
    font-size: 10px;
}
}

header {
  z-index: 1;
  width: 100%;
  background: transparent;
}

header .top-header {
  background: blue;
  padding: 7px 0px;
}

header .top-header ul.right_side {
  margin: 0;
}

header .top-header ul.right_side li a {
  color: white;
  padding: 0 25px;
  font-size: 13px;
  font-weight: 400;
  transition: 0.4s all;
  text-transform: uppercase;
  border-right: 1px solid white;
}

header .top-header ul.right_side li a:hover {
  color: red;
}

header .top-header ul.right_side li:last-child a {
  padding-right: 0;
  border-right: none;
}

header .top-header ul.social-links {
  margin: 0;
  padding-left: 155px;
}

header .top-header ul.social-links>li a {
  width: 24px;
  height: 24px;
  color: white;
  transition: 0.4s all;
  text-decoration: none;
  font-size: 16px;
}

header .top-header ul.social-links>li a:hover {
  color: red;
}

header .main-header {
  padding: 40px 0px;
  border-bottom: 1px solid #80808017;
  margin-bottom: 17px;
}

header .main-header .LogoBox {
  top: -26px;
  position: absolute;
  transition: 0.4s all;
}

header .main-header .LogoBox a .log_left {
  width: 50px;
}

header .main-header .LogoBox a img {
  width: 180px;

}


header .main-header .MenuBar {
  right: 0;
  position: absolute;
  top: -10px;
}

.sticky .main-header .MenuBar {
  top: -11px;
}

header .main-header .MenuBar ul.main-menu {
  margin: 0;
  padding-left: 5px;
}

header .main-header .MenuBar ul.main-menu>li>a {
  color: #282828;
  font-size: 14px;
  padding: 0 18.5px;
  font-weight: 700;
  transition: 0.4s all;
  text-transform: uppercase;
  border-right: 3px solid #249991;
}
header .main-header .MenuBar ul.main-menu>li>a:hover{
  text-decoration: none;
}
.sticky .main-header {
  margin-bottom: 0;
}

header .main-header .MenuBar ul.main-menu>li>a:hover {
  color: black;
}

header .main-header .MenuBar ul.main-menu>li:last-child a {
  padding-right: 0;
  border-right: none;
}

header .main-header .MenuBar ul.main-menu>li.current_page_item>a {
  font-weight: 900;
  color: black;
}

header .main-header ul.main-menu>li ul {
  margin: 0;
  z-index: 9;
  opacity: 0;
  width: 150px;
  overflow: hidden;
  transition: 0.4s;
  position: absolute;
  border-radius: 5px;
  transform: scaleY(0);
  list-style-type: none;
  padding-left: 0;
  background: linear-gradient(10deg, #004576, #0069b3);
}

header .main-header ul.main-menu>li ul li {
  padding-bottom: 12px;
}

header .main-header ul.main-menu>li ul li a {
  color: #341e71;
  font-size: 14px;
  transition: 0.4s;
}

header .main-header ul.main-menu>li.menu-item-has-children:after {
  content: "\f107";
  height: 10px;
  width: 12px;
  display: inline-block;
  color: #282828;
  left: -22px;
  font-family: "FontAwesome";
  position: relative;
  top: 1px;
  font-weight: bold;
  transition: 0.4s;
}

header .main-header ul.main-menu>li ul li a {
  color: #ffffff;
  font-size: 14px;
  transition: 0.4s;
  font-weight: 700;
}

header .main-header ul.main-menu>li ul li a:hover {
  color: red;
}

header .main-header ul.main-menu>li:hover ul {
  opacity: 1;
  transform: scaleY(1);
}

header .main-header ul.main-menu>li ul:before {
  content: "";
  top: 80%;
  right: -70%;
  width: 400px;
  height: 425px;
  background-color: #ffffff;
  opacity: 0.2;
  position: absolute;
  border-radius: 40%;
  animation: wave 15s linear -1s infinite;
  z-index: 2;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.res_logo {
  display: none;
  padding: 20px 0;
  background: #ffffff;
}

.mobile-nav nav li.menu-item-has-children>a:before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 20px;
  font-weight: 600;
}

@media (max-width: 991px) {
  header {
    display: none;
  }

  .res_logo {
    display: block;
  }
}

.sticky {
  top: 0;
  width: 100%;
  z-index: 11;
  padding: 0;
  position: fixed;
  background: white;
  box-shadow: 0px 0px 23px -4px rgba(0, 0, 0, 0.75);
}

.sticky .main-header .LogoBox {
  top: -25px;
}

@media (max-width: 1199px) {
  header .main-header .LogoBox a img {
    width: 110px;
  }

  header .top-header ul.right_side li a {
    font-size: 12px;
  }

  header .main-header .MenuBar ul.main-menu>li>a {
    font-size: 12px;
    padding: 0 12px;
  }
}

@media (max-width: 991px) {
  .mobile-nav .logo {
    padding: 20px 0;
    text-align: center;
  }

  .navigation nav.pn ul#menu-primary-menu {
    padding: 0;
    margin: 0;
  }

  .navigation nav.pn ul li ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
}

#ez-toc-container {
  border: 1px solid rgba(128, 128, 128, 0.1215686275);
  background: rgba(241, 241, 241, 0.231372549);
  padding: 10px;
  border-radius: 5px;
}

#ez-toc-container ul {
  list-style-type: decimal;
}

#ez-toc-container ul li {
  padding-bottom: 10px;
}

#ez-toc-container ul li a {
  color: black;
  font-size: 14px;
}

.wpsm_panel-group .ac_title_class {
  font-family: "Montserrat", sans-serif;
}

.wpsm_panel-group .wpsm_panel-body {
  padding: 10px;
  font-family: "Montserrat", sans-serif;
}
.sigle_main p {
  color: black;
}
@media(max-width:767px) {
  /* .container-fluid {
    padding-left: 0;
    padding-right: 0;
  } */
  .text_sm_center {
    text-align: center;
  }

  .social_ul {
    justify-content: center !important;
  }

  .sm_mar_bot {
    margin-bottom: 10px !important;
  }

  .top-post-row .top-posts-item {
    width: 50%;
    border: 1px solid white;
  }
  
  .top-post-row .top-posts-item:nth-child(4) {
    width: 50%;
  }
  
  .top-post-row .top-posts-item:nth-child(5) {
    width: 50%;
    display: none;
  }

  .top_left{
    text-align: center !important;
  }
  .top_header ul{
    text-align: center !important;
  }
  .justify-cen-mob{
    justify-content: center !important;
    margin-top: 10px;
  }
}
.about_profile_pic{
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
}
.top_header {
  background: #249991 !important;
}
.resLogoBox {
	display: flex;
	align-items: center;
}
.resLogoBox .log_left {
	width: 70px;
	margin-right:10px;
}
.mobile-nav .logo .resLogoBox {
	margin: 0 auto;
	display: block;
}
.mobile-nav .logo .resLogoBox .log_right {
	filter: brightness(0);
}
.mobile-nav .navigation .pn .mainnav {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
@media(max-width:460px) {
	.resLogoBox img {
		width: 140px;
	}
	.resLogoBox .log_left {
		width: 55px;
	}
	.top_header .menu-top-menu-container .menu li {
		padding: 0 6px
	}
	.top_header .menu-top-menu-container .menu li a {
		font-size: 14px;
	}
}
.top_header {
  background: #249991;
  padding: 10px 0px;
  /* overflow: hidden; */
}
.top_header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  padding: 0px;
}
.top_header ul li {
  display: inline;
  padding: 0px 5px ;
}
.w_group_btn{
	display: none !important;
}
.top_header ul li:last-child {
	padding-right:0;
}
.top_header ul li a {
  text-decoration: none;
  color: white;
}

footer {
  background: #ffffff;
  border-top: 1px solid rgba(128, 128, 128, 0.2901960784);
}
footer h5 {
  color: #249991;
}

.top_header {
  background: #249991;
  padding: 10px 0px;
  /* overflow: hidden; */
}
.top_header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  padding: 0px 20px;
}
.top_header ul li {
  display: inline;
  padding: 0px 10px !important;
}
.top_header ul li a {
  text-decoration: none;
  color: white;
}
.top_header .top_left {
  display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
}
.top_header .top_left li a i {
  font-size: 16px;
  margin-right: 2px;
}
.top_header .top_left li .btn-secondary {
  padding: 0;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  background: white;
  border: 0;
}
.top_header .top_left li .btn-secondary i {
  color: #249991;
}

footer {
  background: #ffffff;
  border-top: 1px solid rgba(128, 128, 128, 0.2901960784);
}
footer h5 {
  color: #249991;
}
.today_badge{
  background: #077e07;
  color: white;
  padding-top: 4px;
  border-radius: 3px;
  font-size: 11px;
}
.yesterday_ago{
  background: grey;
  color: white;
  padding-top: 4px;
  border-radius: 3px;
  font-size: 11px;
}
.yesterday_badge{
  color: white;
  padding-top: 4px;
  border-radius: 3px;
  font-size: 11px;
}
.total_count_span{
  background: #249991;
  color: white;
  height: 30px;
  width: 30px;
  display: inline;
  /* float: left; */
  padding: 5px 10px;
  border-radius: 4px;
}
.sigle_main ul{
	padding-left: 16px;
}
.sigle_main ul li {
color: black;
}
.sigle_main ol li {
color: black;
}
.cate_box_item a{
  color: black;
}
.cate_box_item a:hover{
  text-decoration: none;
  color: black;
}
#ez-toc-container ul {
	padding-left: 35px;
}

#ez-toc-container ul li {
    color: black;
    font-size: 17px;
}
.epvc-post-count{
	display: none
}

#search-suggestions {
  max-height: 300px;
  overflow-y: auto;
  background: white;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 46px;
  /* border-radius: 4px; */
  border: 0;
  color: #908d8d;
  /* padding: 14px; */
}

.suggestion-item {
  padding: 8px;
  cursor: pointer;
  height: 38px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.suggestion-item:hover,
.suggestion-item.selected {
  background-color: #f0f0f0; /* Highlight on hover or selection */
}
.form_box{
  background: white;
    /* padding: 8px; */
    border-radius: 6px;
    display: flex;
    position: relative;
    border: 2px solid white;
}
.form_box input{
  padding: 11px;
  border: 0;
  border-radius: 6px;
  width: 80%;
}
#searchsubmit{
  width: 20%;
  background: #24978f;
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  color: white;
}
#reset-button{
  position: absolute;
  right: 0;
  background: transparent;
  border: 0;
  right: 118px !important;
  top: 10px;
  color: #249991;
}
#search-suggestions .suggestion-item a{
  font-size: 14px;
  color: #757575;
}
#search-suggestions .suggestion-item a:hover{
  color: #757575;
}
@media (min-width: 768px) {
 
  .form_box input{
    width: 70%;
  }
  #searchsubmit{
    width: 30%;
  }
  #reset-button {
    right: 102px;
  }
  .top_header ul li {
    padding: 0;
  }
}
@media (min-width: 576px) {
  #reset-button{
    right: 140px;
  }

  .form_box {
    margin-top: 10px;
  }
  .mobile-nav-btn {
    top: 190px;
}
}
@media (min-width: 320px) {
  
  .form_box {
    margin-top: 10px;
  }
  .mobile-nav-btn {
    top: 190px;
}
.form_box input{
  width: 70%;
}
#searchsubmit{
  width: 30%;
}
#reset-button {
  right: 108px;
}
}