/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translate(-5rem);
  }
  80% {
    transform: translateX(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translate(5rem);
  }
  80% {
    transform: translateX(-0.5rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

body {
  padding-bottom: 0rem;
  color: black;
  font-size: 16px;
  /* font-family:  NotoSansKannadaUI sans-serif ; */
  /* line-height: 27px; */
}
.text-dark {
  color: black !important;
}

.home-heading {
  height: auto;
  min-height: 60vh;
  background-image: linear-gradient(
      rgba(255, 239, 186, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url("../images/home-background.2f9fb3780ca6.jpg");
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bg-light {
  background-color: #faf4f1 !important;
}

.bg-white {
  background-color: #fff;
}

.bg-dark {
  background-color: #e04e39 !important;
}

/* Horizontal scroll wrapper */
.horizontal-menu-wrapper {
    padding: 8px;
    position: relative;
}

/* Scrollable content */
.horizontal-menu {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}
.horizontal-menu::-webkit-scrollbar { display: none; }

/* Each menu item */
.horizontal-menu > .menu-item {
    padding: 10px 15px;
    white-space: nowrap;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    border-radius: 25px;
}
.horizontal-menu > .menu-item:hover {
    background: #eaeaea;
}

/* Scroll buttons */
.horizontal-menu > .scroll-btn {
    border: none;
    background: #ffffff;
    font-size: 20px;
    padding: 5px 10px;
    cursor: pointer;
}
.horizontal-menu > .left-btn { margin-right: 5px; }
.horizontal-menu > .right-btn { margin-left: 5px; }


/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

/* Carousel base class */

.carousel {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */

.study-material-container .study-material-image {
  max-width: 100%;
  min-height: 12rem;
  max-height: 12rem;
  overflow: hidden;
  width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
}

.order_image_container {
  text-align: center;
}

.orders_image {
  max-width: 100%;
  width: auto;
  max-height: 150px;
  height: auto;
}

.notif-labels {
  font-size: 13px;
}

/* Mobile screen */

@media only screen and (max-width: 500px) {
  body {
    font-size: 16px;
  }
  .notif-labels {
    font-size: 12px;
  }
}

.gsc-control-cse {
  padding: 0% !important;
}

/** Mobile and Tablet view*/

@media only screen and (max-width: 768px) {
  .div_ca_month {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
  }
  .product-div .product-image {
    height: 11rem;
    width: 90%;
    max-width: 100%;
  }
  .carousel-item {
    height: 8rem;
    /* background-color: #777; */
  }
  .course-container .image-dashboard .img-course {
    width: 100%;
    height: 10rem;
    border-radius: 10px;
  }
  .top_story_card .card-img-top {
    max-width: 100%;
    min-height: 6rem;
    max-height: 6rem;
    overflow: hidden;
    width: 100%;
  }
  .carousel-item .carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 8rem;
    max-width: 100%;
  }
  .book-carousel-item {
    width: 90%;
    text-align: center;
    height: 22rem;
    max-width: 270px;
    max-height: 360px;
  }
  .short-carousel-item {
    width: 90%;
    text-align: center;
    height: fit-content;
    max-width: 270px;
    max-height: 500px;
  }
  .institute-item,
  .institute-image {
    height: 10rem !important;
  }
  .carousel-indicators {
    bottom: 0px;
  }
  .flashNews {
    margin-right: 0.5rem;
  }
  .imp_notifs {
    margin-left: 0.5rem;
  }
  #predictionsTable {
    font-size: 10px;
  }
  #predictionsTable th,
  #predictionsTable td {
    padding: 0.25rem;
  }
  .profile-images img {
    width: 100px;
    height: 100px;
  }
  /** Institutes */
  .institutes .image-thumbnail > img {
    max-width: 100%;
    position: absolute;
    max-height: 100%;
    height: 6rem;
    float: right;
    width: 95%;
  }
  .institutes .instituteName {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .study-material-container .study-material-image {
    max-width: 100%;
    min-height: 8rem;
    max-height: 8rem;
    overflow: hidden;
    width: 100%;
  }
  .product-div .product-image {
    height: 12rem;
    width: 90%;
    max-width: 100%;
  }
  .payment-video iframe {
    max-width: 100%;
    width: 100%;
    max-height: 60vh;
  }
  #navbarCollapse {
    max-height: 70vh;
    overflow: scroll;
  }
  .carousel-indicators {
    bottom: 0px;
  }
  .list-group-item,
  .card-header,
  .current-affairs .divDescription {
    padding: 0 0.75rem 0rem 0.75rem;
  }
  #return-to-top {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 20px;
    z-index: 1025;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 25px;
  }
}

/* MARKETING CONTENT
    -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* Featurettes
    ------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

.book-carousel-item .book-carousel-image {
  width: inherit;
  height: inherit;
}

.short-carousel-item .short-carousel-image {
  width: inherit;
  height: inherit;
}
/* RESPONSIVE CSS
    -------------------------------------------------- */

/* For Desktop versions */

@media (min-width: 768px) {
  .carousel-item {
    height: 18rem;
  }
  .carousel-item .carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 18rem;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
  .book-carousel-item {
    width: 100%;
    text-align: center;
    height: 22rem;
    max-width: 300px;
    max-height: 400px;
  }
  .index-notification-image {
    max-height: 12vh;
  }

  .short-carousel-item {
    width: 100%;
    text-align: center;
    height: fit-content;
    max-width: 300px;
    max-height: 500px;
  }
}

.resize_fit_center {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.department {
  margin-top: 1rem;
  padding: 2%;
}

.navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.social_icons {
  flex-direction: row;
}

.social_icons li {
  padding-right: 1rem;
}

.social_icons li a {
  font-size: 1.3rem;
}

.social_icons li a i {
  color: #fff;
}

.card-body .content {
  margin: 0.25rem;
  padding: 0.5rem;
}

.contact .content ul {
  list-style: none;
}

.footer {
  background-color: #f7f3ee;
  /* margin-bottom: 6rem; */
}

footer .navbar {
  max-width: 100%;
}

.footer-social a {
  font-size: 1.5rem;
  margin-left: 0.5em;
  opacity: 0.7;
  color: #999;
}

.footer .menu-links a {
  font-size: 12px;
  padding: 2px 2px 1px 2px;
}

.flext-row {
  flex-direction: row;
}

.footer .navbar .social_icons li a i {
  color: #999;
}

.department_image {
  width: 4rem;
  height: 3rem;
}

.logo_image {
  width: 2rem;
}

#home_name {
  font-size: 1rem;
  font-weight: 700;
}

.card-body {
  padding: 0.25rem;
}

.shorts-image {
  width: auto;
  height: 60vh;
  max-width: 100%;
}

img.notification-image,
img.flash_news-image,
.current-affairs-image,
img.blog-image {
  width: auto;
  height: 30vh;
  max-width: 100%;
}

img.ads-image {
  /*height: 60vh; */
  width: 100%;
}

.ad_size_728x90 {
  width: 728px !important;
  height: 90px !important;
  max-width: 100%;
}

.ad_size_320x50 {
  width: 320px !important;
  height: 50px !important;
  max-width: 100%;
}

.ad_size_160x600 {
  width: 160px !important;
  height: 600px !important;
  max-width: 100%;
}

.ad_size_320x100 {
  width: 320px !important;
  height: 100px !important;
  max-width: 100%;
}

.ad_size_400x216 {
  width: 400px !important;
  height: 216px !important;
  max-width: 100%;
}

.ad_size_300x250 {
  width: 300px !important;
  height: 250px !important;
  max-width: 100%;
}

.text-red {
  color: red;
}

.mb-negative-2 {
  margin-bottom: -1.5rem;
}

.notif_is_recent {
  font-weight: 700;
  margin-top: 0.2rem;
}

.header-title {
  font-size: 26px;
  font-weight: 600;
}

.share-info {
  color: red;
  background-color: #e4ff98;
  border: 1px solid black;
}

.flashNews {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: white;
  padding: 1rem;
}

marquee,
marquee label {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #9b2918;
  font-style: italic;
  text-decoration: none;
}

.border-bottom {
  border-bottom: 1px solid lightgray;
}

.about-us .content {
  padding: 1rem;
}

#alertMinSearchText {
  display: none;
}

.custom-display-none {
  display: none;
}

.heading a {
  color: #9b2918;
}

.new_gif {
  width: 3rem;
}

.custom-border-toggler {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.font-style-normal {
  font-style: normal;
}

.text-align-justify {
  text-align: justify;
}

.text-align-right {
  text-align: right;
}

/* Desktop Laptop sizes */

@media only screen and (min-width: 769px) {
  .div_ca_month {
    width: 100%;
    height: 5rem;
    font-size: 1.5rem;
  }
  .ca_month_name {
    font-size: 1.7rem;
  }
  .article-margin-10 {
    margin: 0 10rem;
  }
  .imp_notifs {
    max-height: 50rem;
    overflow: auto;
  }
  .flashNews {
    max-height: 35rem;
    overflow: auto;
  }
  .filter-data {
    height: 200px;
    overflow: scroll;
    max-width: 100%;
  }
  .product-div .product-image {
    height: 15rem;
    width: 90%;
    max-width: 100%;
  }

  .blog_items,
  .qp_items {
    max-height: 20rem;
    overflow: auto;
  }
  .impNotifList {
    height: 40rem;
  }
  .payment-video iframe {
    max-width: 100%;
    width: 100%;
    height: 60vh;
  }
  .course-container .image-dashboard .img-course {
    width: 100%;
    height: 15rem;
    border-radius: 10px;
  }
  .top_story_card .card-img-top {
    max-width: 100%;
    min-height: 10rem;
    max-height: 10rem;
    overflow: hidden;
    width: 100%;
  }
  .flashNewsContainer {
    padding-right: 0.25rem;
  }
  .notifContainer {
    padding-left: 0.25rem;
    padding-right: 0;
  }
  .profile-images img {
    max-width: 100%;
    width: 160px;
    height: auto;
  }
  #return-to-top {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 20px;
    z-index: 1025;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 25px;
  }
}

/* Dropdown hover */

.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
  background-color: rgb(231, 231, 231);
  color: rgb(85, 85, 85);
}

li.dropdown:hover > .dropdown-menu {
  display: block;
}

#dropdownMenuItems {
  max-height: 20rem;
  overflow-y: scroll;
  min-width: 15rem;
  left: auto;
  right: 0;
}

.white-space-normal {
  white-space: normal;
}

.dropdown-item {
  white-space: normal;
}

.color-red {
  color: red;
}

.word-break {
  word-wrap: break-word;
}

.current-affairs .headline {
  font-size: 16px;
  font-weight: 500px;
}

.current-affairs .subtitle {
  font-size: 16px;
  font-weight: bold;
  font-family: "NotoSansKannadaUI sans-serif";
  display: block;
  color: #000;
}

.current-affairs .description {
  font-size: 14px;
  max-width: 100%;
  font-family: "NotoSansKannadaUI sans-serif";
}

.list-group-item,
.card-header,
.current-affairs .divDescription {
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}

.share a {
  width: fit-content;
}

.contact .feedback-form {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.more-notifications {
  text-align: center;
  background: white;
  padding: 6px;
}

/** Rating related CSS*/

.rating-star {
  color: white;
  padding: 1px 4px;
  font-size: 12px;
}

.rating-color1 {
  background-color: orangered;
}

.rating-color2 {
  background-color: orange;
}

.rating-color3 {
  background-color: lightgreen;
}

.rating-color4 {
  background-color: blue;
}

.rating-color5 {
  background-color: green;
}

/** Institutes */

.institutes .image-thumbnail > img {
  max-width: 100%;
  position: absolute;
  max-height: 100%;
  height: 5rem;
  float: right;
  width: 95%;
}

.institute-container .basic-information .div-maps > iframe {
  max-width: 100%;
  height: 15rem;
}

.btn-user-name {
  border-radius: 25px;
}

.jumbotron {
  padding: 1rem 0.2rem;
}

#return-to-top:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.dataContainer {
  max-width: 100%;
  margin: auto;
  /* padding: 9rem 0 0 0;
  margin: -22vh 0 0 0; */
}

.flashNewsHeader .heading {
  animation-name: moveInLeft;
  animation-duration: 3s;
  animation-timing-function: ease-out;
}

.notifHeader {
  margin: auto;
}

.notifHeader .heading {
  animation-name: moveInRight;
  animation-duration: 3s;
  animation-timing-function: ease-out;
}

.animate_header_right {
  animation-name: moveInRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.animate_header_left {
  animation-name: moveInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.menu-icons {
  margin: 0;
}

.menu-icons > [class*="col-"] {
  margin: 0.3rem 0 0.3rem 0;
}

.menu-icons .menu-item {
  margin: 1rem 0.5rem;
  border-radius: 0.5rem;
  padding: 1rem 1rem;
  white-space: inherit;
  display: table-row;
}

.btn-animated {
  animation: moveInBottom 0.4s ease-out 0.6s;
  animation-fill-mode: backwards;
}

.btn-animated:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.btn-animated:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.menu-icons img {
  width: 100%;
  height: 8vh;
}

/* Diable the icon for dropdown */

.dropdown-toggle::after {
  display: none;
}

#dropdownMenuButton {
  border: 2px solid white;
  color: white;
  border-radius: 6px;
  text-decoration: none;
}

#grpBooks .product_box {
  margin: 0.5rem 0;
}

#grpBooks .price_label {
  color: blue;
  font-size: 1rem;
}

#grpBooks {
  height: auto;
  background-image: linear-gradient(
    rgba(255, 239, 186, 0.5),
    rgba(255, 255, 255, 0.5)
  );
  /*, url("../images/books-background.5f8c1aba7d17.jpg") */
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.product_box {
  background-color: #efefef;
}

.bg-lightgray {
  background-color: #efefef;
}

.product_box .product_title {
  word-break: break-all;
}

.profile_icon {
  border: 1px solid white;
  border-radius: 2rem;
}

.profile_icon:hover {
  background-color: #8b0000;
}

.installAppContainer {
  border: 1px solid grey;
  border-radius: 0.5rem;
}

.video-responsive iframe {
  display: block;
  width: 100%;
  /* height: 50vh; */
}

.parent_body_container {
  min-height: 80vh;
}

.text-line-through {
  text-decoration: line-through;
}

.books-container {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  height: auto;
  -webkit-overflow-scrolling: touch;
}

.books-container .books-link {
  display: inline-grid;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.width-max {
  width: max-content;
}

/* Marquee  text*/

.marquee {
  width: 100%;
  line-height: 1rem;
  background-color: #e4ff98;
  color: red;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee .marquee-text {
  display: inline-block;
  font-size: 16px;
  padding-left: 100%;
  animation: marquee 25s linear infinite;
}

.marquee .marquee-text:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.subject-section .image-thumbnail {
  position: relative;
  text-align: center;
  color: white;
}

.subject-section .image-thumbnail .img-course {
  width: 100%;
  height: 10rem;
  border-radius: 10px;
}

.opacity-5 {
  opacity: 50%;
}

.subject-section .image-thumbnail .content {
  background-color: #ffffff;
  opacity: 0.8;
  padding: 0.25rem;
  border-radius: 10px;
}

.subject-section .image-thumbnail .content > * {
  color: #000;
  font-weight: bold;
}

.image-content-bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.image-content-top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.image-content-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-top-centered {
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translate(-50%);
}
.qr_code_image{
  width: 200px;
  height: auto;
}

.image-content-top-right {
  position: absolute;
  font-weight: 600;
  background-color: rgba(40, 167, 69, 0.4);
  top: 8px;
  right: 16px;
}

.image-content-bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.course-author-detail .profile-image {
  width: 100%;
  height: 5rem;
  border-radius: 50%;
}

.course-container .image-dashboard .content {
  background-color: #ffffff;
  opacity: 1;
  padding: 0.25rem;
  border-radius: 10px;
}

.course-container .image-dashboard .content > * {
  color: #000;
  font-weight: bold;
}

.desktop-ad-size {
  max-width: 728px;
  margin: 0 auto;
}

.mobile-ad-size {
  max-width: 320px;
  margin: 0 auto;
}

.google-image {
  height: 9vh;
  width: 100%;
}

.telegram-icon {
  height: 15vh;
}

.notification-video iframe,
.flash_news-video iframe,
.blog-video iframe {
  width: 100%;
  height: 40vh;
}

.feedbacks > .each {
  transform: skewX(-8deg);
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.font-size-8rem {
  font-size: 0.8rem;
}

.menu-navbar {
  z-index: 9999 !important;
}

.ads-sidebar {
  padding-top: 55px;
}

.ads-header-banner {
  font-size: 0.5em;
  max-width: 100%;
  color: black;
}

.modal-template-div {
  top: 20% !important;
}

.subscription_details {
  font-size: 16px;
}

.subscription_details tbody tr td {
  padding: 1px 2px 1px 2px;
}

.product-div .product-content {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.btn-current-affairs {
  width: inherit;
  overflow: auto;
}

.product-image-top-left {
  position: absolute;
  top: 5%;
  left: 15%;
}

.product-image-top-right {
  position: absolute;
  font-weight: 600;
  background-color: rgba(40, 167, 69, 0.4);
  top: 5%;
  right: 10%;
}

.product-image-bottom-center {
  position: absolute;
  bottom: 40%;
  left: 25%;
}

.product-image-center {
  position: absolute;
  top: 33%;
  left: 20%;
}

.book-box {
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); */
  z-index: 1;
}

.book-box:hover {
  transform: scale(1.1, 1.1);
  animation-timing-function: ease-out;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  z-index: 100 !important;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.checked {
  color: orange;
}

.text-large {
  font-size: 150%;
}

.img50x70 {
  width: 50px;
  height: 70px;
}

.tags {
  overflow-x: auto;
  white-space: nowrap;
}

.job_details_container p {
  margin-bottom: 2px;
}

.font-size-110 {
  font-size: 105%;
}

.gsc-control-cse {
  padding-top: 0% !important;
  padding-bottom: 0% !important;
}

.all_questions_div {
  max-height: 150px;
  overflow: scroll;
  max-width: 100%;
}

.post_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.papers-dashboard .content {
  background-color: #ffffff;
  opacity: 1;
  padding: 0.25rem;
  border-radius: 10px;
}

.papers-dashboard .image-dashboard {
  max-width: 100%;
  max-height: 15rem;
  overflow: hidden;
}
.papers-dashboard .image-dashboard .img-fluid {
  width: 100%;
}

.font-size-1_2rem {
  font-size: 1.2rem;
}
.word-break-all {
  word-break: break-all
}

.video-modal-content{
  margin-top: 4rem;
}


.online-classes .img-post,
.courses_catalog .img-course {
  height: 7rem;
  width: 90%;
  max-width: 100%;
}
.read_more_linear_grad {
  /* Used Medium as reference for this number: https://medium.com/illumination/can-you-solve-this-chessboard-probability-puzzle-87b5ea894b71 */
  margin-top: -200px;
  height: 210px;
  position: relative;
  background:linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.font-size-11px {
  font-size: 11px;
}