.title_head {
  font-size: 18px;
  -webkit-line-clamp: 2;
  min-height: 55px !important;
  max-height: 55px !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.border_card .paracontent,
.cate_name {
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bannersec {
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
#loader_div,
.logo_ovelay {
  opacity: 0.5;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  inset: 0px;
}
.load-div,
.spin_round {
  height: 150px;
  display: block;
}
#loader_div {
  opacity: 1;
  background-color: transparent;
  margin: auto;
  inset: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load-div {
  position: relative;
  width: 150px;
}
.logo_load {
  width: 100%;
  max-width: 80px;
  position: absolute;
  filter: brightness(0) invert(0);
  content: "";
  inset: 0px;
  margin: auto;
}
@keyframes loader-02 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spin_round {
  width: 150px;
  border-radius: 50%;
  border: 0.2em solid transparent;
  border-left-color: currentcolor;
  border-right-color: currentcolor;
  animation: 1s linear infinite loader-02;
  opacity: 1;
}
main {
  padding-top: 50px;
}
.bannersec,
header .navbar {
  box-shadow: 0 2px 8px 0 rgb(0 0 0/10%);
}
section {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bannersec .bannerhead {
  text-align: left;
  font-size: 60px;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
  margin-bottom: 12px;
}
.bannersec .bannerdesc {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 200;
  color: #000;
}
.bannersec::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  background-color: #ffce05;
  inset: 0px;
  margin-left: auto;
  z-index: -1;
}
header .navbar {
  background: 50% no-repeat #fff;
}
.sec_head {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
}
.border_card {
  border-radius: 4px;
  padding: 20px;
  height: 100%;
}
.ad_banner .form-control,
.border_card,
.cate_card,
.more_btn {
  border: 1px solid #dadce0;
}
.mini_head {
  color: #1a73e8;
  font-size: 16px;
}
.border_card .title_head {
  text-decoration: none;
  font-size: 18px;
  -webkit-line-clamp: 2;
  min-height: 55px;

  line-height: 28px;
  color: #000;
}
.border_card .paracontent {
  font-size: 14px;
  -webkit-line-clamp: 3;
  min-height: 80px;
  max-height: 80px;
  line-height: 25px;
  display: -webkit-box;
  color: #000;
  text-align: start;
}
a {
  display: block;
  color: #000;
}
.border_card:hover,
.more_btn:hover {
  box-shadow: 0 0 6px #00000029;
}
.more_btn,
.more_btn:hover {
  color: #1a73e8;
}
.more_btn {
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
}
.trend_sec .leftsec img {
  border-radius: 5px;
  object-fit: cover;
  min-height: 320px;
  max-height: 320px;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  bottom: auto;
  top: 35%;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 1;
}
.nav-btn.next-slide,
.nav-btn.prev-slide {
  border-radius: 50px;
  display: grid;
  place-content: center;
  width: 55px;
  height: 55px;
  box-shadow: 0 3px 6px #00000029;
  font-size: 30px;
  color: #1a73e8;
  font-weight: 400;
  background-color: #fff;
}
.carousel .nav-btn.prev-slide {
  position: absolute;
  left: -25px;
  top: 43%;
}
.carousel .nav-btn.next-slide {
  position: absolute;
  right: -25px;
  top: 43%;
}
.trend_sec .mini_head {
  margin-bottom: 5px;
}
.title_head {
  text-align: left;
  font-size: 25px;
  line-height: 35px;
  color: #000;
}
.title_head:hover {
  text-decoration: underline;
}
.arrow_img {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}
.trend_sec .rightsec .arrow_img {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.arrow_img img {
  width: 30px !important;
}
.paracontent {
  font-size: 16px;
  line-height: 25px;
  color: #000;
}
.carousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: 0 0;
  border: 1px solid #707070;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s;
  border-radius: 30px;
  opacity: 1;
}
.carousel .carousel-indicators button.active {
  background: #1a73e8;
  border: 1px solid #1a73e8;
}
.trend_sec .carousel {
  padding-bottom: 100px;
}
.categories_sec .carousel {
  padding-bottom: 70px;
}
.cate_card {
  display: flex;
  justify-content: space-between;
  background: no-repeat padding-box #fff;
  border-radius: 8px;
  opacity: 1;
  padding: 10px;
  width: 100%;
  max-width: 310px;
  min-width: 310px;
}
.cate_card:hover {
  box-shadow:
    0 1px 3px rgba(54, 64, 67, 0.3),
    0 4px 8px 3px rgba(54, 64, 67, 0.15);
}
.cate_card .leftsec {
  display: flex;
  gap: 10px;
}
.categories_sec .carousel .carousel-item img {
  display: block;
  width: 100%;
}
.cate_name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.categories_sec .carousel .nav-btn.prev-slide {
  left: -40px;
}
.categories_sec .carousel .nav-btn.next-slide {
  right: -35px;
}
.categories_sec .carousel-control-next,
.categories_sec .carousel-control-prev {
  top: 12%;
}
.ad_banner .adbanner_card {
  background: no-repeat padding-box #f8f9fa;
  border: 1px solid #dadce0;
  width: 75%;
  margin: auto;
  padding: 20px;
  border-radius: 6px;
}
.ad_banner .adbanner_card p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  line-height: 32px;
}
.adbanner_card .card_row {
  justify-content: center;
  margin: 24px 0 10px;
}
.ad_banner .input-group-text,
.ad_banner .more_btn {
  background-color: #fff;
}
.ad_banner .input-group-text {
  color: #dadce0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 18px;
}
.ad_banner .adbanner_card p.Newsletter-error {
  font-size: 18px;
  margin-bottom: 0;
}
.ad_banner {
  padding-top: 0;
}
.scrollslide {
  display: flex;
  overflow: hidden;
}
.scrollboxslide {
  display: flex;
  flex-shrink: 0;
}
.bloglist {
  list-style: none;
  column-count: 8;
  column-gap: 30px;
  animation: 20s linear infinite slidebox;
  -webkit-animation: 20s linear infinite slidebox;
  -moz-animation: 20s linear infinite slidebox;
}
.bloglist:hover {
  animation-play-state: paused;
}
@keyframes slidebox {
  to {
    transform: translate(calc(-50% - 15px));
  }
}
@-webkit-keyframes slidebox {
  to {
    transform: translate(calc(-50% - 15px));
  }
}
@-moz-keyframes slidebox {
  to {
    transform: translate(calc(-50% - 15px));
  }
}
@media only screen and (min-width: 576px) and (max-width: 1800px) {
  .container {
    width: 100%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 1800px) {
  .bannersec .bannerhead {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1300px) {
  .bannersec .bannerhead {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .border_card .title_head,
  .trend_sec .leftsec img {
    max-height: max-content;
    min-height: max-content;
  }
  .ad_banner .adbanner_card,
  .bannersec::after {
    width: 100%;
  }
  .ad_banner .adbanner_card .more_btn {
    display: block;
    margin: 20px auto 0;
  }
  .arrow_img {
    position: static;
  }
  .trend_sec .leftsec img {
    margin-bottom: 20px;
  }
  .scrollslide {
    overflow-x: scroll;
  }
  .scrollslide::-webkit-scrollbar-thumb {
    height: 3px;
    background-color: #bfb8b3;
  }
  .scrollslide::-webkit-scrollbar {
    background-color: transparent;
    height: 3px;
  }
  .bloglist {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    column-count: 4;
    padding: 7px;
  }
}
@media only screen and (max-width: 576px) {
  .bannersec .bannerhead {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .ad_banner .adbanner_card p.Newsletter-error,
  .ad_banner .adbanner_card p.text-success,
  .bannersec .bannerdesc {
    font-size: 14px;
  }
  .sec_head {
    font-size: 25px;
    margin-bottom: 24px;
  }
  .trend_sec .carousel {
    padding-bottom: 165px;
  }
  .categories_sec .carousel {
    padding-bottom: 140px;
  }
  .carousel .carousel-control-next,
  .carousel .carousel-control-prev {
    bottom: 128px;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
  }
  .carousel .carousel-control-prev {
    left: -40px;
  }
  .carousel .carousel-control-next {
    right: -40px;
  }
  .categories_sec .carousel .nav-btn.prev-slide {
    left: -25px;
  }
  .categories_sec .carousel .nav-btn.next-slide {
    right: -25px;
  }
  .bannersec {
    height: auto;
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
