/* 
    blue - #264796
*/

html {
  font-size: 14px;
}

body {
  font-family: "Noto Sans Gujarati" !important;
  color: #696969 !important;
  font-size: 14px;
  height: 100%;
  background-color: #fff;
}

.english_font {
  font-family: "Noto Sans" !important;
}

.arimo {
  font-family: "Arimo" !important;
}

#top_info {
  background: #efefef;
}

#top_info ul {
  margin: 0;
  padding: 8px 0px;
  list-style: outside none none;
}

a {
  color: #444;
  text-decoration: none;
}

#top_info ul li:first-child {
  margin-left: 0px;
}

#top_info ul li {
  display: inline-block;
  margin-left: 10px;
}

#top_info ul li a {
  color: #fff !important;
  transition: all 0.2s linear;
}
#top_info ul li a img {
  width: 22px;
}

.logo_container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 10px;
}

.logo {
  padding: 20px 0px;
  width: 300px;
}

.cnav_btn {
  padding: 0px;
  display: none;
}

.min_728_ad {
  width: 728px;
  height: 90px;
  /*border: 1px dashed blue;*/
  max-width: 100%;
}

.flash_parent {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.news_flash {
  background: #264796;
  padding: 10px;
  font-family: "Noto Sans";
  color: #fff;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  margin: 0px;
  line-height: normal;
  font-weight: 600;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.flash_content_parent {
  flex-grow: 1;
  border: 1px solid #264796;
  border-left: none;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 3px 4px 3px;
  background: none !important;
  min-width: 0;
}

.ln_container {
  padding: 0px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.ln_image {
  width: 110px;
  display: inline-block;
  height: 83px;
  /*4:3 aspect ratio*/
}

.ln_link {
  text-decoration: none;
}

.ln_title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #404040 !important;
  margin-bottom: 3px;
}

.ln_category {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #888 !important;
}

@media only screen and (max-width: 400px) {
  .logo {
    width: 240px !important;
  }

  .follow_container {
    flex-direction: column;
    align-items: center;
  }

  .follow_us_title {
    margin-bottom: 6px;
  }
}

.bg_white {
  background-color: #fff !important;
}

.bg_blue {
  background-color: #264796;
}

.navbar {
  padding: 0px !important;
}

.nl_custom {
  color: #fff;
  font-family: "Noto Sans Gujarati";
  font-weight: 600;
  font-size: 18px;
  padding: 10px !important;
  line-height: normal;
  margin-left: 5px;
}

.nl_custom:hover {
  color: #fff !important;
  background-color: #389aef;
}

.active {
  color: #fff !important;
  background-color: #389aef;
}

.heading_bottom_border {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.bb_cyan {
  border-bottom-color: #00b8ff;
}

.mtop {
  margin-top: 20px !important;
}

.block_headings {
  padding: 8px 10px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.bh_cyan {
  background: #00b8ff !important;
}

.your-class-pagination {
  position: relative !important;
  bottom: 0px;
  top: 13px;
  margin-bottom: 10px;
}

.your-class-page {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin: 0 0.3rem;
  border-radius: 50%;
  border: 1px solid #626262;
  cursor: pointer;
  background: #fff;
}

.hero_left_card_container {
  display: flex;
  flex-direction: row;
  padding: 0px 0px;
  flex-wrap: wrap;
}

.hero_left_card_container > :nth-child(odd) {
  margin-right: 15px !important;
}

.hero_left_card_c_size {
  width: 190px;
  margin-bottom: 18px;
}

.hlc_card_body {
  padding: 10px;
}

.hlc_card_category {
  font-weight: 600;
  font-size: 16px;
  color: #888;
  margin-bottom: 5px;
  display: block;
}

.hlc_card_title {
  font-weight: 600;
  font-size: 18px;
  color: #404040 !important;
  margin-bottom: 0px;
}

.top4img {
  width: 100%;
  height: 149px;
}

@media only screen and (min-width: 1400px) {
  .hero_left_card_c_size {
    width: 200px;
  }

  .hero_left_card_container {
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .logo_container {
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
	width: 100%!important;
  }
  .cnav_btn {
    display: inline-block !important;
  }

  .lwb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  #hfirst {
    order: 3;
    padding-top: 0px !important;
  }
  #hsecond {
    order: 1;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #hthird {
    order: 2;
    padding-top: 0px !important;
  }

  .hero_tiles_container {
    padding-bottom: 0px !important;
  }

  .top_contact {
    display: none;
  }

  .top_social {
    display: none;
  }
  
  #div-gpt-ad-1701323041923-0 {
	  display:none;
  }
  
  #div-gpt-ad-1701324465862-0 {
	  display:block!important;
	  
  }
  .top_banner_logo {
	  flex-direction:column;
  }
}

@media only screen and (min-width: 460px) and (max-width: 991px) {
  .hnews_ex_col {
    width: 50%;
  }
}

@media only screen and (max-width: 459px) {
  .hnews_ex_col {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_left_card_c_size {
    width: 170px;
  }

  .hero_left_card_container {
    justify-content: center;
  }

  .hlc_card_title {
    font-size: 16px;
  }

  .hlc_card_category {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_left_card_c_size {
    width: 145px;
  }

  .hlc_card_title {
    font-size: 16px;
  }

  .hlc_card_category {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero_left_card_container {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .hero_left_card_container > :nth-child(odd) {
    margin-right: 0px !important;
  }
}

.ep_0l5r {
  padding-left: 0px;
  padding-right: 5px;
}

.ep_5l0r {
  padding-left: 5px;
  padding-right: 0px;
}

@media only screen and (max-width: 767px) {
  .hero_left_card_c_size {
    width: 45%;
  }

  .min_728_ad {
    display: none !important;
  }

  #logo_nav {
    border-bottom: 1px solid #264796;
  }

  .hero_left_card_container {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .flash_parent {
    flex-direction: column;
    align-items: start;
  }

  .news_flash {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .flash_content_parent {
    max-width: 100%;
    border: 1px solid #264796;
    border-radius: 0px;
  }

  .ext_parent {
    padding: 10px !important;
    border-bottom: 1px dotted #666;
  }

  .ep_5l0r {
    padding-left: 5px;
    padding-right: 0px;
  }

  .ext_container {
    padding: 5px 0px !important;
    margin: 0px;
    display: flex;
    flex-direction: row;
  }

  .ext_a_c {
    display: block;
    text-decoration: none;
    margin-right: 10px;
  }

  .ext_container_img {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100px !important;
    height: 75px !important;
    border-radius: 5px;
    max-width: unset !important;
  }

  .ext_cd_c {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0px !important;
  }

  .ext_c_title {
    font-size: 16px;
    padding: 0px !important;
    font-weight: 500;
    color: #444;
    transition: all 0.2s linear;
    margin-bottom: 0px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: 56px !important;
  }

  .ext_c_date {
    padding: 0px !important;
  }
}

.cit_title {
  font-weight: 600 !important;
  font-size: 18px !important;
  height: unset !important;
  max-height: 54px !important;
}
@media only screen and (max-width: 565px) {
  .hero_left_card_c_size {
    width: 100%;
  }

  .top4a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .top4img {
    width: 110px;
    height: 83px;
  }

  #t4first {
    order: 2;
  }
  #t4second {
    order: 1;
  }

  .hlc_card_body {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
  }

  .hlc_card_title {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
  }

  .hlc_card_category {
    font-size: 15px;
  }

  .cit_c {
    width: 100px !important;
    height: 75px !important;
  }

  .cit_title {
    font-size: 16px !important;
    max-height: 48px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_left_card_c_size {
    width: 40%;
  }
}

.bh_red {
  background-color: #b71c1c;
}

.bb_red {
  border-color: #b71c1c;
}

.hero_right_headlines {
  margin: 10px;
  padding: 10px 0px;
  list-style: none;
}

.hero_right_headlines li {
  font-size: 16px;
  border-bottom: 1px dotted #555;
  margin-bottom: 10px;
  padding: 0px 0px 5px 10px;
}

.hero_right_headlines li a {
  color: #444;
  text-decoration: none;
  display: flex;
  font-weight: 600;
  align-items: center;
}

.hrh_icon_circle {
  font-size: 10px;
  display: block;
  margin-right: 8px;
}

.hns_bg {
  background-image: url("https://inhalefitness.in/assets/img/yoga.jpg");
  height: 320px;
}

.hn_li {
  height: auto;
}

.your-class-page2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 0.3rem;
  border-radius: 50%;
  cursor: pointer;
  background: #959595;
}

.your-class-page2:before {
  width: 8px !important;
  height: 8px !important;
  background: #f1f1f1 !important;
}

.your-class-pagination2 {
  bottom: 5px;
}

.hero_slide_title_container {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(90deg, #003974e0 0%, #024183a3 100%);
  background: -moz-linear-gradient(90deg, #003974e0 0%, #024183a3 100%);
  background: -webkit-linear-gradient(90deg, #003974e0 0%, #024183a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a0a0acf",endColorstr="#024183a3",GradientType=1);
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero_slide_title_span {
  display: block;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  max-height: 70px;
  overflow: hidden;
  margin-bottom:5px;
}

.hero_slide_title_date_span {
  font-family: "noto sans";
  color: #fff;
  font-weight: 500;
}

.hns_container {
  height: 368px;
  max-height: 368px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.hero_tiles_container {
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hero_tile {
  width: 260px;
  height: 195px;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_tile {
    width: 223px;
    height: 167px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_tile {
    width: 185px;
    height: 139px;
  }
}

@media only screen and (min-width: 440px) and (max-width: 991px) {
  .hero_tiles_container {
    justify-content: space-evenly;
  }

  .hero_tile {
    width: 47%;
    height: 35%;
  }
}

@media only screen and (max-width: 439px) {
  .hero_tile {
    width: 75%;
    height: 56%;
  }
  .hero_tiles_container {
    justify-content: center;
  }
}

.hero_tile_title_container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.hero_tile_title {
  width: 100%;
  display: block;
  padding: 15px 10px;
  background: rgb(32, 67, 150);
  background: -moz-linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#204396",endColorstr="#0e3aa4",GradientType=1);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.hero_tile_img {
  max-width: 100%;
}

.icol_container {
  margin-bottom: 10px;
  border-top: 1px solid #c4c4c4;
}

.icol_container a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  color: #404040;
}

.icol_container a:hover {
  color: #264796 !important;
}

.icol_title {
  padding-right: 10px;
  font-size: 17px;
  font-weight: 600;
}
.icol_img {
  width: 100px;
  height: 75px;
}

.full_block {
  display: block;
  text-align: center;
}

.bh_dull_blue {
  background-color: #01579b;
}

.bb_dull_blue {
  border-color: #01579b;
}

/*timeline css starts*/
ul.timeline {
  list-style-type: none;
  position: relative;
  margin-bottom: 0 !important;
  margin-top: 17px;
}
ul.timeline:before {
  content: " ";
  background: #b71c1c;
  display: inline-block;
  position: absolute;
  left: 15px;
  width: 1px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 15px 0px;
  padding-left: 10px;
  padding-right: 10px;
}
ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #b71c1c;
  left: 7.54px;
  width: 16px;
  height: 16px;
  z-index: 400;
}
ul.timeline > li > a {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  text-decoration: none;
}
/*timeline css ends*/

.fill_section {
  width: 100%;
  height: 250px;
  border: 1px solid red;
  margin: 0 auto;
}

.bh_light_green {
  background-color: #6ab04c;
}

.bb_light_green {
  border-color: #6ab04c;
}

.bh_light_green_sea {
  background-color: #16a085;
}

.bb_light_green_sea {
  border-color: #16a085;
}

.ad_content {
  height: 350px;
}

.bh_ad {
  background: #546e7a;
}

.bb_ad {
  border-color: #546e7a;
}

.c_style {
  font-weight: 400;
}

.i3col_container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0px 10px 10px 10px;
  margin-bottom: 10px;
}

.i3col_title {
  font-size: 16px;
  font-weight: 600;
}
.i3col_img {
  width: 100px;
  height: 75px;
  margin-right: 10px;
}

.rm_container {
  padding: 0px 20px;
}

.read_more,
.read_more_no_border {
  color: #0a58ca;
  font-size: 17px;
  font-weight: 600;
  display: block;
  text-align: right;
  border-top: 1px dashed #747474;
  padding: 10px;
  text-decoration: none;
  margin: 10px;
  transition: all 0.2s linear;
}

.read_more_no_border {
  border: none !important;
}

.read_more:hover {
  color: #297af1;
}

.bh_purple {
  background: #4527a0;
}

.bb_purple {
  border-color: #4527a0;
}

.bh_magenta {
  background: #c2185b;
}

.bb_magenta {
  border-color: #c2185b;
}

.bh_orbituary {
  background: #37474f;
}

.bb_orbituary {
  border-color: #37474f;
}

footer {
  background-color: #414141;
}

.footer_title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}

.footer_lists {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer_lists li {
  font-size: 16px;
}

.footer_lists li a {
  color: #c7c7c7;
  text-decoration: none;
  padding: 0px 0px 5px 0px;
  display: block;
}

.footer_lists li a:hover {
  color: #fff;
}

.f_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post_img_header {
  max-width: 100%;
  display: block;
}

.pp_title_container {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}

.pp_title {
  display: block;
  padding: 25px 20px;
  background: rgb(32, 67, 150);
  background: -moz-linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#204396",endColorstr="#0e3aa4",GradientType=1);
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

.pp_content {
  font-size: 18px;
  padding: 20px 5px;
  font-weight: 600;
  color: #444;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 30px;
}

.tt_hashtag_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.tt_hashtag_text {
  padding: 5px 15px;
  background: #cfd8dc;
  display: inline-block;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.tt_hashtag_title_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.details_img_title_container {
  width: 100%;
  height: 350px;
  position: relative;
  margin-bottom: 10px;
}

.details_title_container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.details_title {
  width: 100%;
  display: block;
  padding: 10px;
  background: rgb(32, 67, 150);
  background: -moz-linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(32, 67, 150, 1) 0%,
    rgba(14, 58, 164, 0.4766281512605042) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#204396",endColorstr="#0e3aa4",GradientType=1);
  color: #fff;
  font-weight: 800;
  font-size: 22px;
}

.details_img_container {
  background-color: #e3e3e3;
}

.details_img {
  max-width: 100%;
  height: 350px;
  display: block;
  margin: 0 auto;
}

.post_by {
  font-size: 17px;
  font-weight: 600;
  color: #525252;
}

.post_date {
  font-size: 14px;
  font-weight: 600;
  color: #525252;
}

.post_content {
  margin: 15px 0px;
  font-size: 18px;
  color: #404040;
  font-family: Noto Sans Gujarati;
  font-weight: 500;
  line-height: 30px;
}

#cshow p {
  margin-bottom: 5px !important;
}

/**/

.ticker-wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  bottom: 0;
}
.ticker {
  display: inline-block;
  animation: marquee 180s linear infinite;
}
.item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 180s linear infinite;
}

.item {
  display: inline-block;
  padding: 0px 5px;
  font-size: 17px;
  color: #4e4e4e;
  font-weight: 600;
  font-family: "Noto Sans Gujarati";
  margin-right: 15px;
}

.item .far {
  color: #b52c24;
}

/* Transition */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes swap {
  0%,
  50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}

.ticker:hover,
.item-collection-1:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}

.npx-3 {
  padding-left: 5px;
  padding-right: 5px;
}

/**/

.col_news {
  margin: 0;
  padding: 0px;
  list-style: none;
  padding-bottom: 0px;
  height: auto;
}

.col_news li {
  border-top: 1px dotted #555;
  margin-bottom: 0px;
  padding-top: 10px;
}

.cn_icol_container {
  padding: 0px 0px 10px 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
}

.cn_icol_container .thumbnail_co {
  display: block;
  text-decoration: none;
  margin-right: 10px;
}

.cn_ic_thumbnail {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100px;
  height: 75px;
  border-radius: 5px;
}

.cit_c {
  width: 160px;
  height: 90px;
}

.cn_icol_title {
  font-size: 16px;
  padding: 0px;
  font-weight: 500;
  color: #444;
  transition: all 0.2s linear;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  height: 47px;
  max-height: 47px;
}

.cn_icol_title:hover {
  color: #666;
}

.tdc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.tdc_date {
  font-family: "noto sans";
  color: #7a7a7a;
  font-weight: 500;
  font-size: 14px;
}

.ext_container {
  padding: 10px 0px;
}

.ext_container_img {
  width: 100%;
  max-width: 100%;
  height: 170px;
}

.ext_cd_c {
  margin-bottom: 10px;
}

.ext_c_title {
  font-size: 16px;
  display: block;
  padding: 8px 5px 5px 5px;
  color: #444;
  font-weight: 600;
  max-height: 62px;
  overflow: hidden;
}

.ext_c_date {
  font-family: "noto sans";
  color: #979797;
  font-weight: 500;
  font-size: 14px;
  padding: 5px;
}

@media only screen and (max-width: 575px) {
  .cn_icol_container {
    padding: 0px 0px 10px 0px;
  }
}

.ad_soc {
  margin: 0px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.ad_soc_item {
  padding: 10px;
}

.ad_soc_item a {
  display: flex;
}

.ad_soc_item a img {
  width: 34px;
}

.ad_soc_head {
  font-size: 16px;
  color: #fff;
  font-family: "Noto Sans";
  background: #bd1e1e;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  margin: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-weight: 600;
}

.ad_soc_h_c {
  border: 1px solid #bd1e1e;
}

.statsContainer {
  margin: 0px 10px 5px 10px;
  display: flex;
  justify-content: space-between;
}
.post_date {
  font-size: 14px;
  font-weight: 600;
  color: #777;
  font-family: "Noto Sans";
  display: block;
  margin-bottom: 5px;
}

.post_date i {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
}

.demoWrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background: url("../img/km_office.jpg");
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.divImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.hnews {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
}

.hnews_d_c {
}

.hnews_d_i_c {
  margin-bottom: 5px;
}

.hnews_i_e {
  width: 100%;
  border-radius: 5px;
  max-height: 240px;
}

.hnews_t_d_c {
  margin-bottom: 10px;
}

.hnews_t_t_s {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 5px;
  height: 50px;
}
.hnews_t_d_s {
  padding: 5px;
  display: block;
  color: #777;
}

.cat_h_news {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.cat_h_news li {
  display: flex;
  margin-bottom: 20px;
  padding: 5px 0px;
  flex-direction: row;
}

.cat_h_news li a {
  display: block;
}

.chn_img {
  width: 180px;
  height: 101px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  flex-shrink: 0;
  border-radius: 5px;
}

.cat_h_news_t_d_c {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px 8px;
}

.cat_h_news_title {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 26px;
  height: 73px;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 0;
}

.cat_h_news_date {
  padding: 0;
  display: block;
  color: #777;
}

@media only screen and (max-width: 439px) {
  .cat_h_news li {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .chn_img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .cat_h_news_t_d_c {
    padding: 0px 5px;
  }
}

.ad_soc_head_container {
  border-bottom: 1px solid #bd1e1e;
  padding: 10px 5px 0px 0px;
  margin-bottom: 15px;
}

.follow_container {
  margin: 15px 0px;
  display: flex;
  flex-direction: row;
  align-items: end;
}
.follow_us_title {
  font-family: "Noto Sans gujarati";
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-right: 10px;
  color: #b30000;
}
.follow_us_lists {
  list-style: none;
  display: flex;
  padding: 0px;
  margin: 0px;
}
.follow_us_lists li {
  margin-right: 10px;
}

.follow_us_lists li img {
  width: 30px;
}

.simple-pagination .current {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  padding: 0.375rem 0.75rem;
  display: block;
  height: 100%;
}

.simple-pagination .disabled .next,
.simple-pagination .disabled .prev {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.rm_container {
  text-align: right;
  margin-top: 10px;
}
.rm_link {
  font-size: 16px;
  font-weight: 600;
  color: #264796;
}

.form_heads {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  display: block;
  margin-bottom: 3px;
}

.form_inputs {
  display: block;
  width: 100%;
  font-family: Noto Sans;
  padding: 5px;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #888;
  outline: none;
  color: #555;
  margin-bottom: 3px;
}

.form_errors {
  display: block;
  color: #c10000;
  font-size: 14px;
}

.req {
  display: inline-block;
  margin-left: 2px;
  color: #c10000;
  font-size: 14px;
}

/*new btn*/
.buttons {
  cursor: pointer;
  font-weight: 600;
  font-family: Noto Sans;
  transition: all 0.2s;
  padding: 5px 15px;
  border-radius: 100px;
  background: #264796;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
}

.buttons:hover {
  background: #29b6f6;
}

.buttons > svg {
  width: 30px;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
}

.buttons:hover svg {
  transform: translateX(5px);
}

.buttons:active {
  transform: scale(0.95);
}

/*new btn*/

/*loader*/
.loader {
  width: 25px;
  height: 25px;
  border: 5px solid #64b5f6;
  border-bottom-color: #0d47a1;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*loader ends*/

.vertical_social {
  margin: 0;
  padding: 8px 0px;
  list-style: outside none none;
}

.vertical_social li:first-child {
  margin-left: 0px;
}

.vertical_social li {
  display: inline-block;
  margin-left: 10px;
}

.vertical_social li a img {
  width: 30px;
}

.ptext {
  font-size: 16px;
  color: #000;
  margin: 15px 0px 15px 0px;
  padding: 0px;
  line-height: 28px;
  display: block;
}

.ref {
  margin: 0px;
}

.ref li {
  font-size: 16px;
  color: #222;
  margin-bottom: 5px;
}

.legal_heads {
  color: #093a85;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
}

.ad_class_pagination {
  position: static;
  margin: 10px 0px;
}

.top_banner_logo {
	display:flex;align-content:center;justify-content:space-between;
}

#div-gpt-ad-1701324465862-0 {
	display:none;
}
