/**
* Template Name: Medilab
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
  overflow: hidden;
}

a {text-decoration: none; color: #333;}
.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.newspick-wrapper {
  max-width: 1320px;
  height: auto;
  overflow: hidden;
  margin: 0px auto 0;
}
.newspick-wrapper .col1 {
  width: 70.5%;
  height: auto;
  float: left;
  position: relative;
  display: inline-block;
}
.col1 .slick-dots {
  position: absolute;
  top: 295px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.lefrow1 .leftcol1,
.lefrow1 .leftcol2,
.lefrow2 .leftcol3 {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin: 0 2% 0 0;
  background-color: #fff;
  float: left;
}
.lefrow3 .leftcol4,
.lefrow6 .leftcol10,
.lefrow6 .leftcol9,
.lefrow7 .leftcol11,
.newspick-wrapper .col1 .col1-content,
.newspick-wrapper .col2 .col2-content {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  float: left;
}
.newspick-wrapper .col1 img {
  width: 100%;
  max-width: 900px;
  height: 330px;
  object-fit: cover;
  border-radius: 20px;
}
.col1 p {
  margin-bottom: 18px;
}
.col1 a:link,
.rightcol2-subs h2 {
  color: #fff;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #b90005;
  font-weight: 600;
  font-size: 0.9rem;
}
#myBtn,
.header {
  position: fixed;
}
.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #b90005;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
a.glink img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 10px;
  margin: 0;
  opacity: 0.8;
  margin-right: 2px;
  height: auto;
  width: 18px;
  font-size: 10px;
}
.gt_container--rvaygv a.glink span {
  margin-right: 7px;
  font-size: 10px;
  vertical-align: middle;
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-heading {
  position: absolute;
  background: #033266;
  display: block;
  left: 0;
  top: 0;
  height: 2.5rem;
  padding: 11px 40px;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.ticker-wrap .ticker__item:before {
  content: "";
  height: 11px;
  width: 11px;
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  margin-right: 15px;
}

.ticker-heading:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 11px solid #033266;
  position: absolute;
  margin-left: 40px;
}

.ticker-wrap {
  position: relative;
  bottom: 0;
  width: auto;
  overflow: hidden;
  height: 2.5rem;
  background-color: #b90005;
  padding-left: 100%;
  box-sizing: content-box;
 margin-top: 150px;
}
.ticker-wrap .ticker:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 1rem;
  font-size: 0.875rem;
  color: #fff;
}
figure {margin: 0 0 0rem;}

.textover,
.textover2,
.textover3,
.textover4,
.textover5 {
  position: relative;
}
.textover figcaption,
.textover2 figcaption,
.textover4 figcaption,
.textover5 figcaption {
  padding: 10px;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  left: 0;
  bottom: 0;
  border-radius: 0 0 20px 20px;
}
.brand2 img,
.comment-list img,
.header .menu-mobile-header,
.header .menu-mobile-toggle,
.mySlides {
  display: none;
}

.textover figcaption {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  border-radius: 0 0 20px 20px;
}
.textover figcaption h2 {
  color: #fff;
  font-weight: 600;
  text-align: left;
  font-size: 1.6rem;
}
.textover figcaption p {
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.textover2 figcaption,
.textover4 figcaption,
.textover5 figcaption {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
}
.box_even_cat h1,
.title_cat_even h2,
.title_cat_even1 h2,
.title_cat_even_page h1,
.title_cat_odd h2,
.title_cat_odd1 h2 {
  margin: 0 0.3em;
  padding-right: unset;
  line-height: normal;
  display: -ms-flexbox;
  word-break: keep-all;
  font-size: 20px;
  text-transform: uppercase;
}
.textover2 figcaption h2 {
  color: #fff;
  font-weight: 600;
  line-height: 1.8rem;
  font-size: 1.4rem;
  text-align: left;
}
.textover2 figcaption p,
.textover4 figcaption p,
.textover5 figcaption p {
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin: 5px 0 10px;
  border-left: 4px solid #b90005;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.textover3 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  text-align: center;
}
.textover3 figcaption h2 {
  color: #b90005;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 0 1px #ccc;
  line-height: 1.8rem;
  margin-bottom: 10%;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
}
.post {
  display: flex;
  color: inherit;
  max-width: 400px;
  position: relative;
  padding: 2rem;
  box-shadow: inset 0 0 0 6px #000, inset -4px -4px 0 6px #ccc;
  background-color: #fff;
  cursor: pointer;
}
.footer-content,
.leaderboard-banner,
.maincontent-wrapper,
.searchbox-wrapper {
  max-width: 1320px;
  overflow: hidden;
}
.box_download_sidebar,
.box_even,
.box_even1,
.next:hover,
.prev:hover,
.simplefavorites-clear,
a.read_button:hover,
footer {
  background-color: #fff;
}
.box_download_sidebar {
  background-color: #b90005;

}
.textover4 img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius: 20px;
}
.textover4 figcaption h2 {
  color: #fff;
  font-weight: 600;
  text-align: left;
  text-shadow: 1px 1px 1px #000;
  line-height: 1.5rem;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.newspick-wrapper .col2 {
  width: 27.5%;
  height: auto;
  float: left;
}
.newspick-wrapper .col1 .col1-content {
  padding: 0.4rem;
  width: 100%;
  height: auto;
  overflow: auto;
  margin: 0 2% 5px 0;
  border-radius: 20px;
}
.newspick-wrapper .col2 .col2-content {
  padding: 0.4rem 1.2rem;
  width: 100%;
  height: auto;
  overflow: auto;
  margin: 0 0 0 6%;
  border-radius: 10px;
}
.newspick-wrapper .col2 img {
  width: 100%;
  max-width: 288px;
  height: auto;
  text-align: center;
  padding: 0;
  max-height: 318px;
  object-fit: fill;
  border-radius: 5px;
}
.title_cat_even,
.title_cat_even1,
.title_cat_even_page,
.title_cat_odd,
.title_cat_odd1 {
  margin-bottom: 10px;
}
.box_even,
.box_even_cat,
.box_even_page {
  width: 100%;
  padding: 3px;
}
.box_even1 {
  width: 250px;
  padding: 3px;
}
.box_odd,
.box_odd1 {
  background-color: #fff;
  padding: 3px;
}
.title_cat_even h2,
.title_cat_even_page h1,
.title_cat_odd h2 {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #033266;
  font-weight: 600;
}
.box_odd {
  width: 200px;
}
.box_odd1 {
  width: 250px;
}
.box_even_cat h1,
.title_cat_even1 h2,
.title_cat_odd1 h2 {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b90005;
  font-weight: 600;
  clear: left;
}
.leftcol9 .col-ttw-1 h1,
.regnews-box h3,
.vid-title h3 {
  font-size: 0.9rem;
  line-height: 1.2rem;
 font-weight: 600;
}
.box_download {
  background-color: #b90005;
  border-bottom: 3px solid #000;
  margin: 5px 11.5%;
  width: 266px;
}
.box_download .text1 {
  color: #fff;
  position: relative;
  font-size: 17px;
  padding: 0.6rem 0.7rem;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
}
.leaderboard-banner {
  height: auto;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.maincontent-wrapper {
  height: auto;
  margin: 0 auto 30px;
}
.maincontent-wrapper .left-main-body {
  width: 72%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  display: inline-block;
}
.left-main-body .lefrow1 {
  width: 100%;
  height: 300px;
}
.lefrow1 .leftcol1,
.lefrow1 .leftcol2 {
  padding: 0;
  width: 48%;
  height: 289px;
}
.lefrow1 .leftcol1 .slick-dots,
.lefrow1 .leftcol2 .slick-dots {
  position: absolute;
  top: 218px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.leftcol1 img,
.leftcol2 img {
  object-fit: cover;
  height: 250px;
  width: 100%;
  border-radius: 20px;
}
.lefrow2 {
  width: 100%;
  height: 205px;
  margin-top: 1rem;
}
.lefrow2 .leftcol3 {
  padding: 0.2rem;
  width: 31.33%;
  height: 194px;
  overflow: hidden;
}
.leftcol3 img {
  object-fit: cover;
  height: 188px;
  width: 100%;
  border-radius: 20px;
}
.lefrow3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.8rem;
}
.lefrow3 .leftcol4,
.lefrow6 .leftcol10,
.lefrow6 .leftcol9 {
  padding: 0.4rem;
  width: 98%;
  height: auto;
  overflow: hidden;
  margin: 0 2% 10px 0;
  border-radius: 20px;
}
.lefrow7 .leftcol11
 {
  padding: 0.4rem;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 2% 10px 0;
  border-radius: 20px;
}
.lefrow3 .leftcol5 {
  width: 48%;
  height: 225px;
  float: left;
  margin: 0 2% 0 0;
}
.lefrow3 .leftcol5 .slick-dots {
  position: absolute;
  top: 195px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.lefrow3 .leftcol6 {
  width: 50%;
  height: 225px;
  float: left;
  margin: 0;
  border-left: 1px solid #e6e6e6;
}
.leftcol6 .video-box {
  margin: 0 20px 10px 5px;
  padding: 0 0 0 0.4rem;
  border-bottom: 1px dotted #e6e6e6;
  width: 100%;
  height: 70px;
}
.lefrow4 .leftcol6,
.lefrow4 .leftcol7,
.lefrow4 .leftcol8,
.lefrow5 .leftcol5 {
  padding: 0.4rem;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.video-box .vid-thumbnail {
  float: left;
  position: relative;
  margin-right: 15px;
  width: 30%;
  max-width: 80px;
  height: 60px;
}
.leftcol9 .col-ttw-1,
.othermag {
  max-width: 300px;
  overflow: hidden;
}
.video-box .vid-thumbnail img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
}
.con-list-box .con-title,
.video-box .vid-title {
  float: left;
  position: relative;
  width: 70%;
}
.lefrow4 {
  width: 100%;
  height: auto;
  margin-top: 1.5%;
  overflow: hidden;
}
.lefrow5 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.lefrow5 .leftcol5 {
  width: 98%;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 1rem 2% 10px 0;
}
.eventList {
  width: 100%;
  float: left;
  height: auto;
}
.event-list-details {
  width: 100%;
  padding: 0 10px;
  margin: 0;
  border-right: 2px solid #033266;
  list-style: none;
  float: left;
}
.lefrow4 .leftcol6 {
  width: 48%;
  height: 455px;
  float: left;
  margin: 0 2% 10px 0;
}
.lefrow4 .leftcol7,
.lefrow4 .leftcol8 {
  height: 355px;
  margin: 0 2% 10px 0;
  float: left;
}
.lefrow4 .leftcol7 {
  width: 58%;
}
.lefrow4 .leftcol8 {
  width: 38%;
}
.lefrow6 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.9rem;
}
.leftcol9 .col-ttw-1 {
  position: relative;
  width: 22%;
  float: left;
  margin: 0 1.5%;
}
.leftcol9 .col-ttw-1 img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 15px;
}
.leftcol9 .col-ttw-1 h1 {
  margin-top: 15px;
  border-left: 3px solid #b90005;
  height: 1rem;
}
.leftcol9 .col-ttw-1 h2 {
  line-height: 1.2rem;
  font-size: 1rem;
  margin: 11px 0 20px 5px;
  font-weight: 600;
}
.con-content .con-title h3,
.textover5 figcaption h2 {
  font-weight: 600;
  text-shadow: 1px 0 1px #ccc;
  font-size: 1.1rem;
}
.lefrow6 .leftcol10 img {
  width: 199px;
  height: auto;
  margin: 0 2px;
}
.lefrow6 .leftcol10 element {
  width: 180px;
}
.textover5 figcaption h2 {
  color: #fff;
  text-align: left;
  line-height: 1.8rem;
}
.con_box {
  width: 100%;
  height: auto;
  background-color: #f1f1ef;
  margin: auto;
  padding: 8px;
}
.con_box img {
  position: relative;
  width: 105px;
  height: 105px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #b90005;
  object-fit: cover;
  border-radius: 15px;
}
.con-content {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px;
}
.con-content .con-title {
  float: left;
  position: relative;
}
.con-content .con-title h3 {
  color: #033266;
  text-align: left;
  line-height: 1.5rem;
}
.con-content p {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.5rem;
  font-weight: 400;
  padding-bottom: 1px;
}
.leftcol6 .con-list-box {
  margin: 0 5px 10px 0;
  padding: 0;
  border-bottom: 1px dotted #e6e6e6;
  width: auto;
  height: auto;
  overflow: hidden;
}
.industry_list-box {
  width: 100%;
  height: 120px;
  margin-bottom: 5px;
  float: left;
}
.industry_list-box .content-left {
  width: 49%;
  float: left;
  margin-right: 1%;
}
.con-list-box .con-thumbnail,
.industry_list-box .con-thumbnail {
  margin-right: 10px;
  max-width: 101px;
  height: 101px;
  float: left;
  position: relative;
  margin-bottom: 5px;
}
.industry_list-box .content-right {
  width: 49%;
  float: left;
  margin-left: 1%;
}
.industry_list-box .con-thumbnail {
  width: 111px;
  border-radius: 15px;
}
.industry_list-box .con-title {
  float: left;
  position: relative;
  width: 118px;
}
.industry_list-box .con-title h3 {
  font-size: 1rem;
  line-height: 1.2rem;
}
.industry_list-box .con-title p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-style: italic;
  padding: 5px 0 0;
}
.con-list-box .con-thumbnail {
  width: 111;
}
.con-list-box h3 {
  font-size: 1rem;
  line-height: 1.9rem;
}
.con-list-box p {
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.box_odd1_search {
  width: 330px;
  padding: 0;
  float: right;
}
.box_odd1_search input[type="text"],
select,
textarea {
  width: 65%;
  padding: 6px;
  border: 1px solid #34421e;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  margin-bottom: 0;
}
.box_odd1_search input[type="submit"] {
  background-color: #b90005;
  color: #fff;
  padding: 6px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: auto;
  font-family: Lato, sans-serif;
  font-weight: 500;
  margin: 5px;
}
.searchbox-wrapper {
  height: auto;
  margin: 5px auto 0;
}
.bodycontent-wrapper {
  height: auto;
  margin: 5px auto 30px;
  max-width: 75rem;
  overflow: hidden;
}
.bodycontent-wrapper .left-main-bodybox,
.bodycontent-wrapper .left-main-bodypage,
.bodycontent-wrapper .left_content_interview {
  width: 70.5%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0.4rem 1rem;
  margin: 0 1.5% 5px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.left_content_interview img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  text-align: center;
}
.left-main-bodybox h1 {
  font-weight: 600;
  text-align: left;
  font-size: 2rem;
  line-height: 2.2rem;
}
.breadcrumbs a:hover,
.footer-content a:active,
.footer-content a:hover,
.left-main-bodybox p a:hover {
  color: #b90005;
  text-decoration: underline;
}
.left-main-bodybox p {
  font-size: 1.1rem;
}
.left-main-bodybox .text-date {
  color: #000;
  font-weight: 400;
  text-align: left;
  margin: 5px 10px 5px 0;
  font-size: 0.9rem;
  line-height: 0.8rem;
  float: inherit;
}
.left-main-bodybox .para-border {
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.left-main-bodybox img {
  width: 400px;
  height: 250px;
  object-fit: cover;
}
.left-main-bodybox .video-container .left_content_interview,
.video-container2 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 80%;
  margin: 0 10%;
}
.NewsList li,
.archive_box_content {
  padding: 10px;
  list-style: none;
  background: #f0f2f4;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.left-main-bodybox .aligncenter img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  border-radius: var(--media-radius, 0);
  margin-bottom: 20px;
}
.video-container embed,

.video-container iframe,
.video-container object,
.video-container2 embed,
.video-container2 iframe,
.video-container2 object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.related_post li {
  font-weight: 600;
  list-style-type: square;
  line-height: 1.5rem;
  font-size: 1rem;
}
.NewsList {
  width: 100%;
  height: auto;
  overflow: hidden;
  list-style-type: none;
}
.NewsList h1 {
  font-weight: 600;
  text-align: left;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.NewsList .Indprofdetails,
.NewsList .details {
  width: 100%;
  margin: 12px 0 0;
  overflow: hidden;
}
.NewsList .details img {
  width: 200px;
  float: left;
  height: 130px;
  border: none;
  outline: 0;
  margin-right: 20px;
  object-fit: cover;
  border-radius: 15px;
}
.NewsList .Indprofdetails p,
.NewsList .details p,
.archive-col2 ul {
  margin: 0;
}
.NewsList .Indprofdetails img {
  width: 166px;
  float: left;
  height: 181px;
  border: none;
  outline: 0;
  margin-right: 20px;
  object-fit: cover;
}
.NewsList ul {
  list-style: none;
  margin: 0 0 20px;
}
.NewsList li {
  margin: 10px 5px 5px;
}
.button-aligh {
  margin: 5px;
  width: 100%;
}
a.read_button {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #fff;
  margin: 0 0.3em 0.3em 30px;
  border-radius: 0.12em;
  font-weight: 500;
  color: #fff;
  background-color: #033266;
  float: right;
}
a.read_button:hover {
  color: #b90005;
  box-shadow: 0 3px 8px rgb(0 0 0 / 64%);
}
.tag-text {
  line-height: 2rem;
}
.tag-text p a {
  padding: 0.2em 0.3em;
  border: 1px solid #b90005;
  margin: 0;
  border-radius: 0.12em;
  font-weight: 500;
  color: #b90005;
  font-size: 0.9rem;
}
.archive_box_content {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 5px 5px;
}
.archive_box_content .archive-col1 {
  width: 25%;
  height: auto;
  float: left;
}
.archive-col1 img {
  cursor: pointer;
  box-shadow: rgb(51 51 51) 5px 5px 5px -4px;
  width: 200px;
  max-height: 225px;
  object-fit: cover;
  object-position: center top;
}
.archive-col2 li {
  list-style: square inside;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding-left: 20px;
}
.archive_box_content .archive-col2 {
  width: 74%;
  float: left;
  padding-left: 2%;
}
.cat-h1 {
  width: 100%;
  float: left;
}
.cat-h1 .box1 {
  float: left;
  width: 85%;
}
.cat-h1 .box2 {
  float: right;
  width: 15%;
}
.simplefavorite-button.preset {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b90005;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1),
    1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 0.1em 0.3em 0.1em 1.9em;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 0.9rem;
}
.simplefavorite-button.preset i {
  position: absolute;
  font-size: 1.1em;
  left: 0.2em;
  margin: 0.1rem;
}
.simplefavorites-clear {
  display: inline-block;
  padding: 0.1em 0.6em;
  border: 0.1em solid #fff;
  margin: 0 0.3em 0.3em 10px;
  border-radius: 0.12em;
  box-sizing: border-box;
  font-family: Lato, sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  transition: 0.2s;
  float: right;
}
.bodycontent-wrapper .right-main-bodybox,
.maincontent-wrapper .right-main-body {
  width: 27.5%;
  height: auto;
  position: relative;
  display: inline-block;
  float: right;
  margin: 0 5px 0 0;
}
.right-main-body .rightcol1,
.right-main-body .rightcol2,
.right-main-body .rightcol2-subs {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  padding: 0.4rem;
  height: auto;
}
.right-main-body .rightcol2,
.right-main-body .rightcol2-subs {
  margin: 5% 0 0;
  overflow: hidden;
}
.right-main-body .rightcol2-subs {
  background: linear-gradient(to right, #b90005, #033266) rgba(0, 0, 0, 0);
}
.right-main-body .rightcol3,
.right-main-bodybox .magcol1 {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.rightcol2-subs img {
  padding: 15px;
}
.rightcol2-subs input[type="submit"] {
  background-color: #c54ead;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: auto;
  font-family: Lato, sans-serif;
  font-weight: 500;
  margin: 5px;
}
.signupframe input[type="email"],
.signupframe input[type="text"],
.signupframe select {
  width: 100%;
  padding: 6px;
  border: 1px solid #b90005;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  margin: 5px;
}
.signupframe input[type="submit"] {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 20px;
  border-radius: 1px;
  cursor: pointer;
  width: auto;
  font-family: Lato, sans-serif;
  font-weight: 500;
  margin: 5px;
}
.right-main-body .rightcol3 {
  padding: 0.4rem;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 5% 0 5px;
  font-family: Lato, sans-serif;
}
.rightcol3 h2 {
  margin: 1px 15px 0 0;
  color: #033266;
  text-align: left;
  font-size: 1rem;
  position: relative;
  border-bottom: 1px solid #b90005;
  font-weight: 600;
  text-transform: uppercase;
}
.rightcol3 .regnews-box {
  margin: 0 20px 10px 0;
  padding: 5px 0 0;
  width: 100%;
  height: 70px;
}
.regnews-box .reg-thumbnail img {
  float: left;
  position: relative;
  margin-right: 10px;
  width: 30%;
  max-width: 65px;
  height: 65px;
  border-radius: 10px;
  object-fit: cover;
}
.regnews-box .vid-title {
  float: left;
  position: relative;
  width: 72%;
}
.regnews-box p {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.right-main-bodybox .magcol1 {
  padding: 0.4rem 1.2rem;
  width: 100%;
  height: auto;
  margin-bottom: 5%;
}
.box_download_sidebar {
  border-bottom: 3px solid #000;
  margin-top: 5px;
  border-radius: 30px;
}
#myBtn,
.copyright {
  background-color: #033266;
  color: #fff;
}
.box_download_sidebar .text1 {
  color: #fff;
  position: relative;
  font-size: 17px;
  padding: 0.6rem 0.7rem;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
  text-shadow: 1px 1px 1px #000;
}
.download-page,
.next,
.prev {
  display: inline-block;
  padding: 0;
}
.fa.fa-circle-phone,
.fa.fa-envelope {
  font-size: 20px;
  padding: 3px 5px 0 0;
}
.amazon-ai-flag {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin: 0 10px 0 0;
  float: right;
}
.wp-block-image {
  margin: 30px 0 1em;
}
#myBtn {
  display: none;
  bottom: 100px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 64%);
}
#myBtn:hover {
  background-color: #999;
}
.slideshow-container {
  position: relative;
  margin: auto;
}
.dot2 {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  border-radius: 50%;
  background-color: #bbb;
  display: inline-block;
  transition: background-color 0.6s;
}
.active1,
.dot2:hover {
  background-color: #b90005;
  border-radius: 50%;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.title_cat_even1 .nextprev,
.title_cat_odd1 .nextprev {
  float: right;
}
.next,
.prev {
  cursor: pointer;
  top: 1%;
  width: 25px;
  height: 25px;
  margin-top: -22px;
  color: #033266;
  font-weight: 400;
  font-size: 14px;
  transition: 0.6s;
  user-select: none;
  border: 1px solid #b90005;
  margin-right: 5px;
}
.next {
  right: 0;
  border-radius: 2px;
}
.breadcrumbs {
  font-size: 0.8rem;
  color: #778;
  font-variant: normal;
}
.breadcrumbs p {
  margin: 10px 0;
}
.bodycontent-wrapper .left-main-bodyinterview {
  width: 71.5%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  display: inline-block;
  padding: 0.4rem 1rem;
}
.left-main-bodyinterview h1 {
  font-weight: 600;
  text-align: left;
  font-size: 1.3rem;
  line-height: 2.2rem;
  background-color: #b90005;
  width: 50%;
  margin: 0 0 20px;
  padding: 3px 3px 3px 10px;
  color: #fff;
}
.left-main-bodyinterview .left-intvcol1 {
  width: 30%;
  height: auto;
}
.left-intvcol1 img {
  width: 160px;
  height: 160px;
  float: left;
  margin-right: 15px;
  object-fit: cover;
}
.left-main-bodyinterview .left-intvcol2 {
  color: #898989;
  padding: 10px 0 10px 15px;
  border-left: 2px solid #b90005;
  font-style: italic;
  width: 70%;
  float: left;
  margin-top: 2%;
}
.left-main-bodyinterview .interview_topworp {
  padding: 0.8rem;
  background-color: #fff;
  box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0 0 5px;
}
.left-main-bodyinterview .interview_bottomworp {
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
  height: auto;
  overflow: hidden;
  float: left;
  margin: 1rem 0 10px;
  width: 100%;
}
.left-main-bodyinterview .interview_bottomworp ul li {
  font-weight: 500;
  list-style-type: square;
  line-height: 1.5rem;
  font-size: 1rem;
}
.download-page {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
}
.download-page h1 {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.download-page .col1 {
  width: 45%;
  margin-right: 4%;
  height: auto;
  float: left;
  background-color: #f0f2f4;
  padding: 1.5rem;
}
.download-page .col1 img {
  cursor: pointer;
  box-shadow: #333 5px 5px 5px -4px;
  width: 420px;
  max-height: 580px;
  object-fit: cover;
  object-position: center top;
}
.download-page .col2 {
  width: 50%;
  height: auto;
  float: left;
}
.othermag {
  position: relative;
  width: 23%;
  margin: 0 1%;
  float: left;
}
.othermag .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 96%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.archmag:hover .content-overlay,
.othermag:hover .content-overlay {
  opacity: 1;
}
.archmag h2,
.othermag h2 {
  background-color: #b90005;
  width: auto;
  padding: 4px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archmag:hover .content-details,
.othermag:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details h3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.content-details p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}
.archmag .fadeIn-bottom,
.othermag .fadeIn-bottom {
  top: 80%;
}
.archmag {
  position: relative;
  width: 199px;
  height: auto;
  margin: 0 2px;
  overflow: hidden;
  float: left;
}
.archmag .content-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tribe-events-single-event-title {
  font-size: 1.8rem;
}
.contact-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  float: left;
  margin-bottom: 20px;
}
.contact-box .col1 {
  border-radius: 4px;
  float: left;
  width: 49%;
  margin-right: 1%;
  border: 1px solid #ccc;
}
.contact-box .col2 {
  border-radius: 4px;
  float: left;
  width: 49%;
  margin-left: 1%;
  border: 1px solid #ccc;
}
.fa.fa-whatsapp {
  font-size: 1.6rem;
  color: #fff;
  padding: 0;
  background-color: green;
  border-radius: 100%;
  width: 22px;
  height: 22px;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 220px !important;
  max-width: 220px !important;
  border-radius: 2rem !important;
}
.circulation-box,
.specialissue-box {
  width: 100%;
  padding: 5px 0 10px;
  float: left;
}
.circul-chart1 {
  width: 100%;
  padding: 10px;
  float: left;
  text-align: center;
}
.circul-chart1 img {
  width: 80%;
  height: auto;
  padding: 10px;
}
.circul-chart2 {
  width: 100%;
  padding: 10px;
  float: left;
  text-align: center;
  background-color: #cccdcf;
}
.circulation-box1,
.circulation-box2 {
  width: 50%;
  padding: 10px;
  float: left;
}
.circul-chart2 img {
  width: 100%;
  height: auto;
  padding: 10px;
}
.circulation-box2 {
  height: 380px;
}
.cir-col01,
.cir-col02,
.cir-col03 {
  width: 33.3333%;
  height: 150px;
  text-align: center;
  float: left;
  margin-bottom: 20px;
}
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button {
  position: relative;
  display: none;
}
.app-page-logo {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
}
.app-page-logo img {
  width: 55%;
  height: auto;
  padding: 20px;
}
.app-box {
  width: 100%;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  float: left;
}
#comments {
  clear: both;
  width: 100%;
}
#comments form {
  clear: both;
  width: 60%;
}
.middle-cont {
  margin: 30% 0 20%;
  text-align: center;
}
.specialissue-col01,
.specialissue-col02 {
  width: 50%;
  text-align: left;
  float: left;
  margin-bottom: 20px;
}
.event-home,
.ttw-google-news {
  text-align: center;
  color: #fff;
}
.specialissue-col01 {
  height: 200px;
}
.specialissue-col02 {
  height: auto;
  overflow: hidden;
}
.specialissue-box .spl-boxbg-ldd {
  background-color: #fff;
  height: 205px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 64%);
  margin: 10px;
  width: 95%;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-right: 10px;
}
.goog-te-gadget img {
  vertical-align: middle;
  border: none;
  width: auto;
  height: 20px;
  display: none;
}
.event-home {
  width: 60px;
  height: 60px;
  background-color: #f0f2f4;
  float: left;
  margin: 10px;
}
.ttw-google-news {
  background: #b90005;
  padding: 10px;
  margin-top: 20px;
  width: 50%;
}
.ttw-google-news a {
  margin: 0;
  color: #fff;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  .newspick-wrapper {
    width: auto;
    height: auto;
    overflow: hidden;
  }
  .newspick-wrapper .col1 {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: inline-block;
}
.newspick-wrapper .col2 {
  width: 100%;
  height: auto;
  float: left;
}
.newspick-wrapper .col2 .col2-content {
  margin: 0;
}
.maincontent-wrapper .right-main-body {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: right;
    margin: 0;
  }
  .right-main-body .rightcol1,
  .right-main-body .rightcol2 {
    padding: 0.4rem;
    width: auto;
    height: auto;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
    margin: 0 5px 10px 0;
  }
  .bodycontent-wrapper .right-main-bodybox {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    float: right;
    margin: 2%;
  }
  .right-main-bodybox .magcol1 {
    padding: 0.4rem 1.2rem;
    width: auto;
    height: auto;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    margin: 0 5px 10px 0;
  }
  .rightcol2-subs input[type="submit"] {
    background-color: #c54ead;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    width: auto;
    margin: 5px;
  }
  .rightcol2-subs h2 {
    color: #fff;
    line-height: 1.5;
    font-size: 1.6rem;
  }
	.left-main-body .lefrow1,
  .maincontent-wrapper .left-main-body,
  .searchbox-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .searchbox-wrapper {
    max-width: none;
    margin: 10px auto 0;
  }
  .maincontent-wrapper .left-main-body {
    float: left;
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
  }
	.rightcol2-subs input[type="submit"],
  .signupframe input[type="submit"] {
    font-family: Lato, sans-serif;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
  }
	.leftcol9 .col-ttw-1 h2,
  .regnews-box h3 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
	.maincontent-wrapper,
  .newspick-wrapper {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 5px 10px 20px;
  }
  .newspick-wrapper .col1 .col1-content {
    padding: 0.4rem;
    height: auto;
    margin: 0 2% 5px 0;
  }
  .bannerSPL {
    width: 100%;
    margin: 10px 5px 1rem;
  }
  .col1 .slick-dots {
    position: absolute;
    top: 265px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .box_download {
    background-color: #b90005;
    border-bottom: 3px solid #000;
    margin: 5px 0 0;
    width: 266px;
  }
  .title_cat_even {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .newspick-wrapper .col1 {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    display: inline-block;
  }
  .newspick-wrapper .col1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .newspick-wrapper .col2 .col2-content {
    padding: 0.4rem 1.2rem;
    height: auto;
    margin: 0 2% 0.9rem 0;
  }
  #myBtn,
  .copyright {
    background-color: #090909;
  }
  .textover figcaption {
    box-sizing: border-box;
    width: auto;
    overflow: hidden;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  }
  .textover figcaption h2 {
    margin-bottom: 11%;
  }
  .newspick-wrapper .col2 {
    background-color: #f0f2f4;
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin-top: 8px;
  }
  .leaderboard-banner {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 10px;
    padding: 0;
  }
  .newspick-wrapper .col2 img {
    width: 100%;
    max-width: 316px;
    height: auto;
    text-align: center;
    padding: 10px 10% 5px;
  }
  .box_odd1_search {
    width: 96%;
    padding: 0;
    float: right;
  }
  .left-main-body .lefrow1,
  .maincontent-wrapper .left-main-body,
  .searchbox-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .searchbox-wrapper {
    max-width: none;
    margin: 10px auto 0;
  }
  .maincontent-wrapper .left-main-body {
    float: left;
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
  }
  .lefrow1 .leftcol1,
  .lefrow1 .leftcol2 {
    padding: 0;
    height: 289px;
    float: left;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    width: 100%;
  }
  .lefrow1 .leftcol1 {
    margin: 0 2% 20px 0;
  }
  .lefrow1 .leftcol2 {
    margin: 0 2% 0.9rem 0;
  }
  .lefrow2 {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 1.5%;
  }
  .lefrow2 .leftcol3 {
    padding: 0.2rem;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 194px;
    overflow: hidden;
    float: left;
    margin: 0 2% 1.2rem 0;
  }
  .lefrow3 .leftcol4,
  .lefrow6 .leftcol10,
  .lefrow6 .leftcol9 {
    padding: 0.4rem;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    float: left;
  }
  .lefrow3,
  .lefrow3 .leftcol4,
  .lefrow6 .leftcol10,
  .lefrow6 .leftcol9 {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .leftcol3 img {
    object-fit: cover;
    height: 187px;
    width: 100%;
    overflow: hidden;
  }
  .textover3 figcaption h2 {
    color: #b90005;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 0 1px #ccc;
    line-height: 1.8rem;
    margin-bottom: 10%;
    font-size: 25px;
  }
  .lefrow3 {
    margin-top: 0.5rem;
  }
  .lefrow3 .leftcol4 {
    margin: 0 3px 5px 0;
  }
  .lefrow6 .leftcol10,
  .lefrow6 .leftcol9 {
    margin: 0 0 10px;
  }
  .leftcol9 .col-ttw-1 {
    position: relative;
    width: 48%;
    overflow: hidden;
    float: left;
    margin: 1%;
    display: block;
    height: 220px;
  }
  .leftcol9 .col-ttw-1 h2 {
    margin: 11px 0 20px 5px;
  }
  .lefrow6 .leftcol10 img {
    width: 180px;
    height: auto;
    margin: 0;
    padding: 0 5px;
  }
  .specialissue-col01,
  .specialissue-col02 {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    float: left;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }
  .specialissue-box .spl-boxbg-ldd {
    background-color: #fff;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 64%);
    margin: 10px;
    width: 95%;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 10px;
  }
  .lefrow4 .leftcol6,
  .lefrow4 .leftcol7,
  .lefrow4 .leftcol8 {
    padding: 0.4rem;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  .textover4 img {
    width: 100%;
    height: 225px;
    object-fit: cover;
  }
  .lefrow3 .leftcol5 {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 225px;
    float: left;
    margin: 0 2% 5% 0;
  }
  .lefrow3 .leftcol6 {
    width: 100%;
    height: 225px;
    float: left;
    margin: 0;
    border-left: 0;
  }
  .bodycontent-wrapper,
  .industry_list-box,
  .lefrow4,
  .lefrow4 .leftcol6,
  .lefrow4 .leftcol7,
  .lefrow4 .leftcol8 {
    height: auto;
    overflow: hidden;
  }
  .lefrow4 {
    width: auto;
    margin-top: 0;
  }
  .bodycontent-wrapper,
  .industry_list-box,
  .industry_list-box .content-right,
  .lefrow4 .leftcol6 {
    width: 100%;
    float: left;
  }
  .lefrow4 .leftcol6 {
    margin: 0.8rem 2% 10px 0;
  }
  .industry_list-box {
    margin-bottom: 5px;
  }
  .lefrow4 .leftcol7 {
    width: auto;
    float: left;
    margin: 0 0 10px;
  }
  .lefrow4 .leftcol8 {
    width: auto;
    float: left;
    margin: 0;
  }
  .regnews-box .reg-thumbnail img {
    float: left;
    position: relative;
    margin-right: 10px;
    width: 30%;
    max-width: 65px;
    height: 65px;
    border: 1px solid #b90005;
    object-fit: cover;
  }
  .regnews-box .vid-title {
    float: left;
    position: relative;
    width: 70%;
  }
  .industry_list-box .content-left {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .industry_list-box .con-title {
    float: left;
    position: relative;
    width: 72%;
  }
  .con-list-box .con-title {
    float: left;
    position: relative;
    width: 60%;
  }
  .bodycontent-wrapper .left-main-bodybox,
  .bodycontent-wrapper .left-main-bodypage,
  .bodycontent-wrapper .left_content_interview {
    width: 96%;
    height: auto;
    margin: 2%;
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .left_content_interview img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
  }
  .bodycontent-wrapper {
    position: relative;
    display: inline-block;
    margin: 10px 0;
  }
  .bodycontent-wrapper .left-main-bodypage {
    background-color: #fff;
    padding: 0.4rem 1rem;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  }
  .left-main-bodybox h1 {
    font-weight: 600;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .left-main-bodybox p {
    font-size: 1.1rem;
  }
  .left-main-bodybox img {
    width: auto;
    height: 250px;
    object-fit: cover;
  }
  .wp-block-image .alignleft {
    float: left;
    margin: 0;
  }
  .NewsList .details img {
    width: 100%;
    float: left;
    height: 180px;
    border: none;
    outline: 0;
    margin-right: 20px;
    object-fit: cover;
  }
  .button-aligh {
    margin: 5px;
    text-align: center;
    width: 100%;
  }
  .box_content,
  .cat-h1 {
    width: auto;
    float: left;
  }
  a.read_button {
    float: inherit;
    margin: 0;
  }
  .box_content {
    height: auto;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #c19434;
    margin: 5px;
  }
  .archive_box_content .archive-col1 {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
  }
  .archive-col1 img {
    cursor: pointer;
    box-shadow: rgb(51 51 51) 5px 5px 5px -4px;
    width: 100%;
    height: auto;
    object-position: center top;
    max-height: none;
  }
  .archive_box_content .archive-col2 {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 0;
  }
  .cat-h1 .box1 {
    float: left;
    width: 100%;
    margin: 0 0 5px;
  }
  .cat-h1 .box2 {
    float: right;
    width: 100%;
    margin: 0 0 5px;
  }
  .maincontent-wrapper .right-main-body {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: right;
    margin: 0;
  }
  .right-main-body .rightcol1,
  .right-main-body .rightcol2 {
    padding: 0.4rem;
    width: auto;
    height: auto;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
    margin: 0 5px 10px 0;
  }
  .bodycontent-wrapper .right-main-bodybox {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    float: right;
    margin: 2%;
  }
  .right-main-bodybox .magcol1 {
    padding: 0.4rem 1.2rem;
    width: auto;
    height: auto;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    margin: 0 5px 10px 0;
  }
  .rightcol2-subs input[type="submit"] {
    background-color: #c54ead;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    width: auto;
    margin: 5px;
  }
  .rightcol2-subs h2 {
    color: #fff;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 16px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #b90005;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 14px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #b90005;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

@media (max-width: 767px) {
		.carousel-inner .carousel-item > div {
			display: none;
		}
		.carousel-inner .carousel-item > div:first-child {
			display: block;
		}
	}

	.carousel-inner .carousel-item.active,
	.carousel-inner .carousel-item-next,
	.carousel-inner .carousel-item-prev {
		display: flex;
	}

	/* medium and up screens */
	@media (min-width: 768px) {

		.carousel-inner .carousel-item-end.active,
		.carousel-inner .carousel-item-next {
			transform: translateX(25%);
		}

		.carousel-inner .carousel-item-start.active, 
		.carousel-inner .carousel-item-prev {
			transform: translateX(-25%);
		}
	}

	.carousel-inner .carousel-item-end,
	.carousel-inner .carousel-item-start { 
		transform: translateX(0);
	}
