.blog-img-section {
  background-repeat: no-repeat;
  min-height: 700px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 576px) {
  .blog-img-section {
    min-height: 200px;
  }
}

.blog-title {
  font-size: 41.6px;
  font-size: 2.6rem;
  color: #212121;
}
@media (max-width: 576px) {
  .blog-title {
    font-size: 1.6rem;
  }
}

.blog-banner-img {
  background-size: cover;
  height: 53vw;
}

.grey-span {
  color: #212121;
  opacity: 0.7;
}

.red-span {
  color: #c82128;
}

.written {
  font-size: 20px;
  font-size: 1.25rem;
}

.breadcrum {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  position: sticky;
  top: 30px;
  background-color: blue;
  display: block;
}

.breadcrumb-1 {
  padding-bottom: 8px;
  position: sticky;
  top: 0px;
  background-color: #ffffff;
  display: block;
  z-index: 10;
  margin: 3% 0 0 0;
}

.content-left {
  padding: 10px 0 0 0;
}

.copy-button button {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 6px;
  font-size: 14px;
  margin: 0 10px 0 0;
  white-space: nowrap;
}

.copy-button img {
  margin-right: 9px;
}

@media screen and (max-width: 768px) {
  .copy-button {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .copy-button-res {
    display: none;
  }
}

.copy-button-res button {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 2px 5px 5px 5px;
  font-size: 16px;
  margin: 0 10px 0 0;
}

.copy-button-res img {
  width: 65%;
}

.buttons-right {
  margin: -7px 10px 0 0;
  float: right;
}
@media (max-width: 768px) {
  .buttons-right {
    display: none;
  }
}

.buttons-breadcrumb-down {
  display: none;
}
@media (max-width: 767px) {
  .buttons-breadcrumb-down {
    display: block;
  }
}

.like-button button {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 5px;
  font-size: 16px;
  margin: 0 10px 0 0;
}

.like-button img {
  margin-right: 9px;
  width: 21%;
}

.twitter-button button {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 0px;
  font-size: 16px;
  margin: 0 10px 0 0;
}

.fb-button button {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 0px;
  font-size: 16px;
  margin: 0 10px 0 0;
}

.linkedin-button button {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 0px;
  font-size: 16px;
}

.copy-button {
  position: relative;
  display: inline-block;
}

.copy-button .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.copy-button .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.copy-button:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.copy-button-res {
  position: relative;
  display: inline-block;
}

.copy-button-res .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 10;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.copy-button-res .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.copy-button-res:active .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.new-menu {
  height: 44px;
  background: white;
  margin: 2% 16% 2% 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.secon {
  height: 44px;
  background: white;
  margin-top: 1%;
  margin-bottom: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
}

.menu ul {
  width: 98%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu ul li {
  list-style: none;
}

.menu ul li,
.menu ul li a {
  color: #000000;
  line-height: 44px;
  text-decoration: none;
  font-size: 20px;
  padding: 0 4px;
  font-weight: 600;
  white-space: nowrap;
}

.menu ul li a.menu-item {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

.menu ul li a.menu-item.hide-item {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.navbar-toggler-button {
  position: relative;
  bottom: 22px;
}

.navbar-menu {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
}

.navbar-menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.khatabook-navbar-cat {
  padding: 0 2% 0 0;
  height: 0;
  top: 50%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
}

.navbar-menu::-webkit-scrollbar {
  display: none;
}

.navbar-menu ul li {
  list-style: none;
}

.navbar-menu ul li,
.navbar-menu ul li a {
  color: #000000;
  line-height: 44px;
  text-decoration: none;
  font-size: 20px;
  padding: 0 4px;
  font-weight: 600;
  white-space: nowrap;
}

.navbar-menu ul li a.menu-item {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

.navbar-menu ul li a.menu-item.hide-item {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.drop-lang {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 50px rgba(67, 67, 68, 0.1206);
  box-shadow: 0px 4px 50px rgba(67, 67, 68, 0.1206);
  border-radius: 4px;
  height: 40px;
  margin: 0 1% 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .drop-lang {
    width: 22%;
  }
}
@media (max-width: 768px) {
  .drop-lang {
    width: 50%;
  }
}
@media (max-width: 506px) {
  .drop-lang {
    width: 70%;
  }
}
@media (max-width: 376px) {
  .drop-lang {
    width: 80%;
  }
}
.drop-lang select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  cursor: pointer;
  text-overflow: "";
  width: 100%;
  background: url(../../images/index/down-arrow.webp) no-repeat;
  background-position: 80% 50%;
}

.lang-dropdown {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  outline: none;
  background: #ffffff;
  border: none;
  position: relative;
  left: 15px;
  top: 8px;
}

.lang-dropdown.hide-list-1 {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.drop-lang-2 {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 50px rgba(67, 67, 68, 0.1206);
  box-shadow: 0px 4px 50px rgba(67, 67, 68, 0.1206);
  border-radius: 4px;
  height: 40px;
  margin: 0 1% 0 0;
  width: 14%;
  position: absolute;
  right: 12%;
}
.drop-lang-2 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  cursor: pointer;
  text-overflow: "";
  width: 100%;
  background: url(../../images/index/dropdown-lang.webp) no-repeat;
  background-position: right 36%;
}

@media (min-width: 1199px) {
  .drop-lang-2 {
    display: none;
  }
}

.search-form-2 {
  display: none;
}

@media (max-width: 1199px) {
  .search-form-2 {
    display: block;
    width: 85%;
    padding-left: 10%;
  }
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control-underlined {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0;
}

.search-form {
  position: absolute;
  left: 40%;
  height: 44px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 650px) {
  .search-form {
    width: 285px;
  }
}
@media (max-width: 500px) {
  .search-form {
    width: 230px;
  }
}
@media (max-width: 376px) {
  .search-form {
    width: 200px;
  }
}

.search-form.active {
  opacity: 1;
  visibility: visible;
}

.search-form input {
  width: 100%;
  height: 44px;
  background: transparent;
  color: #000;
  border: none;
  outline: none;
}

.search-form input::-webkit-input-placeholder {
  color: #000;
}

.search-form input::-moz-placeholder {
  color: #000;
}

.search-form input:-ms-input-placeholder {
  color: #000;
}

.search-form input::-ms-input-placeholder {
  color: #000;
}

.search-form input::placeholder {
  color: #000;
}

.search-form:before {
  content: url("../../images/index/search-bar.webp");
  position: absolute;
  top: 12px;
  left: -26px;
  font-size: 18px;
  color: #000;
}

.cross {
  background: transparent;
  position: absolute;
  height: 44px;
  color: #000 !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 44px;
  cursor: pointer;
  width: 20px;
  opacity: 0;
  visibility: hidden;
}

.cross.active {
  opacity: 0.3;
  visibility: visible;
}

.search-cross {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 50px rgba(67, 67, 68, 0.1206);
  box-shadow: 0px 4px 50px rgba(67, 67, 68, 0.1206);
  border-radius: 4px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.search-cross li {
  list-style: none;
  position: relative;
  left: 6px;
  top: 6px;
}

.search-form-blog .form-control {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 50px rgba(67, 67, 68, 0.1206);
  box-shadow: 0px 4px 50px rgba(67, 67, 68, 0.1206);
  border-radius: 4px;
}

menu select {
  /* for Firefox */
  -moz-appearance: none !important;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none !important;
}

.navbar-menu select {
  /* for Firefox */
  -moz-appearance: none !important;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none !important;
}

.blog-banner {
  margin: 0 10%;
}
@media (max-width: 1450px) {
  .blog-banner {
    margin: 0;
  }
}

.carousel-container {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 0;
  left: 0;
  height: 25%;
}
@media (max-width: 1440px) {
  .carousel-container {
    padding: 2% 0;
  }
}
@media (max-width: 1199px) {
  .carousel-container {
    padding: 2% 0;
  }
}
@media (max-width: 768px) {
  .carousel-container {
    padding: 1% 0;
  }
}
.carousel-container .container {
  text-align: left;
}
.carousel-container .container .title {
  font-size: 3vw;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}
.carousel-container .container .read-time {
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}

.carousel-container-mob {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  right: 0;
  left: 0;
  height: 25%;
}
.carousel-container-mob .container-blog-carousel-mob {
  padding: 10px;
}
.carousel-container-mob .container-blog-carousel-mob .title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 0;
}
.carousel-container-mob .container-blog-carousel-mob .read-time {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}

.vp-1-mob .m-carousel-text {
  background: rgba(0, 0, 0, 0.8);
  padding: 16px;
}
.vp-1-mob .m-carousel-text .title {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}
.vp-1-mob .m-carousel-text .desc {
  font-weight: 600;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.slider {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider .card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background: #fff;
}

.popular-blog-carousel .owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  background: #ffffff;
  width: 50px;
  outline: none;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.06),
    0px 9px 46px rgba(0, 0, 0, 0.04), 0px 11px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.06),
    0px 9px 46px rgba(0, 0, 0, 0.04), 0px 11px 15px rgba(0, 0, 0, 0.08);
  top: 40%;
  right: 97%;
}
.owl-carousel .owl-nav button.owl-prev img {
  width: 45%;
}
@media (max-width: 596px) {
  .owl-carousel .owl-nav button.owl-prev {
    right: 90%;
  }
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  background: #ffffff;
  width: 50px;
  outline: none;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.06),
    0px 9px 46px rgba(0, 0, 0, 0.04), 0px 11px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.06),
    0px 9px 46px rgba(0, 0, 0, 0.04), 0px 11px 15px rgba(0, 0, 0, 0.08);
  top: 40%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 97%;
}
.owl-carousel .owl-nav button.owl-next img {
  width: 45%;
}
@media (max-width: 596px) {
  .owl-carousel .owl-nav button.owl-next {
    left: 90%;
  }
}

.product-carousel .owl-carousel .owl-nav.disabled {
  display: none;
}

.product-carousel-card .card {
  border: none;
}

.product-carousel-card .product-background {
  background-size: cover;
  height: 308px;
  background-position: center;
  background-repeat: no-repeat;
}
.product-carousel-card .product-background .content {
  position: absolute;
  top: 43%;
  left: 7%;
  width: 74%;
}
.product-carousel-card .product-background .content p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}
.product-carousel-card .product-background .button-carousel {
  position: absolute;
  top: 68%;
  left: 11%;
  width: 83%;
}
.product-carousel-card .product-background .button-carousel .btn {
  display: grid;
  width: 50%;
  margin: 0;
}
.product-carousel-card .product-background .button-carousel .btn button {
  border: none;
  position: absolute;
  top: 80%;
  left: 50%;
  border-radius: 6px;
  background-color: #ffffff;
}
.product-carousel-card .product-background .button-carousel .btn button p {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  padding: 7% 0%;
}
.product-carousel-card .product-background .button-carousel .btn button:focus {
  outline: none !important;
}
.product-carousel-card
  .product-background
  .button-carousel
  .btn
  input[type="button"] {
  border: none;
  outline: none;
}

@media (max-width: 1200px) {
  .product-carousel-card .product-background {
    height: 254px;
  }
  .product-carousel-card .product-background .content p {
    font-size: 18px;
  }
  .product-carousel-card .product-background .button-carousel .btn button p {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .product-carousel-card .product-background {
    height: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .product-carousel-card .product-background {
    height: 290px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .product-carousel-card .product-background {
    height: 285px;
    width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 328px) {
  .product-carousel-card .product-background {
    height: 260px;
    width: 100%;
    margin: 0 auto;
  }
}

.cat-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cat-filter input[type="text"] {
  width: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("searchicon.webp");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 16px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.cat-filter input[type="text"]:focus {
  width: 100%;
}

.search-bar {
  text-align: end;
}

.form-group {
  margin: 0;
}

.has-search .form-control {
  padding-left: 38px;
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 38px;
  width: 2.375rem;
  height: 38px;
  height: 2.375rem;
  line-height: 38px;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.search-bar-sec {
  top: 15px;
  position: relative;
  margin: 0;
}

.lang-dropdown option:hover {
  background-color: #212121;
}

.pop-news-div {
  background-repeat: no-repeat;
  min-height: 700px;
  background-position: center;
  background-size: cover;
}
.pop-news-div .carousel-caption {
  color: #212121;
  right: 40%;
  padding: 20px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.pop-news-div .carousel-caption .container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 200px;
  text-align: left;
  width: 70%;
}
.pop-news-div .carousel-caption .container .title {
  font-size: 41.92px;
  font-size: 2.62rem;
}

.blog-small-card {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 50px rgba(67, 67, 68, 0.1206);
  box-shadow: 0px 4px 50px rgba(67, 67, 68, 0.1206);
  border: 0;
}
.blog-small-card div.img {
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1199px) {
  .blog-small-card div.img {
    height: 240px;
  }
}
@media (max-width: 991px) {
  .blog-small-card div.img {
    height: 180px;
  }
}
.blog-small-card span.read {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #212121;
  opacity: 0.63;
}
.blog-small-card h2.card-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  text-overflow: clip;
  overflow: visible;
  white-space: pre-wrap;
  margin-bottom: 8px;
}
.blog-small-card p.card-text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: rgba(33, 33, 33, 0.7);
  min-height: 66px;
}

.media-kit {
  height: 404px;
  background-color: #c82128;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 108px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .media-kit {
    padding-top: 32px;
    height: auto;
  }
}
.media-kit .left-div {
  padding-left: 66px;
}
@media (max-width: 576px) {
  .media-kit .left-div {
    padding-left: 16px;
  }
}
.media-kit .left-div .white-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 50px rgba(67, 67, 68, 0.1206);
  box-shadow: 0px 4px 50px rgba(67, 67, 68, 0.1206);
  border-radius: 10px;
  width: 504px;
  height: 189px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 49px;
  padding-left: 32px;
  padding-bottom: 44px;
}
.media-kit .left-div .white-box p {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .media-kit .left-div .white-box {
    width: 100%;
    height: 113px;
    padding: 24px 20px;
  }
  .media-kit .left-div .white-box p {
    font-size: 16px;
    line-height: 22px;
  }
}
.media-kit .left-div .white-box img {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.media-kit .left-div .white-box .kit-link {
  color: #c82128;
}
.media-kit .right-div {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0px 5px 91px;
}
@media (max-width: 576px) {
  .media-kit .right-div {
    height: 230px;
    padding: 32px 35px;
  }
}
.media-kit .right-div .contact {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 29px;
}
.media-kit .right-div div p.title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.media-kit .right-div div p.desc {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}

.update-content-css {
  line-height: 1.6;
}
.update-content-css h2 {
  line-height: 1.5;
}
.update-content-css h3 {
  line-height: 1.2;
}
.update-content-css h4 {
  line-height: 1;
}
.update-content-css img {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto !important;
}

/* Make the image fully responsive */
.carousel-inner img {
  width: 100%;
  height: 100%;
}

#blog_category_navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  #blog_category_navbar {
    display: none;
  }
}

#blog_more_category_navbar {
  display: block;
}
@media (max-width: 1199px) {
  #blog_more_category_navbar {
    display: none;
  }
}

.blog-hr-image {
  max-width: 246px;
  width: 100%;
  height: 180px;
  border-radius: 10px;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.category-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  cursor: pointer;
  text-overflow: "";
  width: 75%;
  background: url(../../images/index/down-arrow.webp) no-repeat;
  background-position: 80% 50%;
}

.category-fold {
  height: 80px;
  background: #efefef;
  -webkit-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1);
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-blog-mob {
  display: none;
}

@media (max-width: 1199px) {
  .category-blog-des {
    display: none;
  }
  .category-blog-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1400px) {
  .container-blog-carousel {
    max-width: 1200px;
  }
}

.card-blog-mob {
  background: #ffffff;
  border: 1px solid rgba(33, 33, 33, 0.18);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 0 8% 0;
}

.blog-parent-tab .card {
  background: #ffffff;
}

.blog-parent-tab .card-body {
  padding: 0 20px;
  padding: 0 1.25rem;
}
.blog-parent-tab .card-body .card-time-read {
  opacity: 0.7;
  font-size: 13px;
}
.blog-parent-tab .card-body .card-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.blog-parent-tab .card-body .card-text {
  font-size: 14px;
}

@media (max-width: 575px) {
  .blog-parent-tab {
    display: none;
  }
}

@media (max-width: 768px) {
  .blog-parent-tab .card-body .card-time-read {
    font-size: 10px;
  }
  .blog-parent-tab .card-body .card-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .blog-parent-tab .card-body .card-text {
    font-size: 10px;
  }
}

.leading-parent {
  background-color: #fdf4f3;
  border-radius: 8px;
}
.leading-parent .card-head {
  background-color: #c82128;
  border-radius: 8px 8px 0 0;
}
.leading-parent .card-head .content-text h1 {
  font-weight: bold;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 28px;
}
.leading-parent .card-head .content-text p {
  font-size: 15px;
  color: #ffffff;
}
@media (min-width: 1199px) {
  .leading-parent .card-head .content-text h1 {
    font-size: 28px;
  }
  .leading-parent .card-head .content-text p {
    font-size: 15px;
  }
}
@media (min-width: 968px) {
  .leading-parent .card-head .content-text h1 {
    font-size: 24px;
  }
  .leading-parent .card-head .content-text p {
    font-size: 12px;
  }
}
.leading-parent .card-body p {
  margin-bottom: 8%;
  margin-top: 2%;
}
.leading-parent .card-body input {
  margin-bottom: 4%;
}
.leading-parent .card-body button {
  margin-top: 7%;
  background-color: #c82128;
  color: #ffffff;
  border-radius: 8px;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .blog-parent-trending-des {
    display: none;
  }
  .blog-parent-trending {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .trending-heading {
    text-align: center;
  }
  .latest-blog-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .latest-blog-div::before,
  .latest-blog-div::after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #000;
    margin-left: 10px;
    opacity: 0.6;
  }
  .latest-blog-div::before {
    margin-right: 0.5em;
  }
  .latest-blog-div::after {
    margin-left: 0.5em;
  }
  .leading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .leading .leading-parent {
    width: 328px;
  }
}

@media (min-width: 577px) {
  .blog-parent-trending {
    display: none;
  }
}

@media screen and (min-width: 577px) and (max-width: 1024px) {
  .blog-parent-trending-des {
    display: block;
  }
  .latest-blog-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .latest-blog-div::after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #000;
    margin-left: 10px;
    opacity: 0.6;
  }
}

.loader_bg {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh -75px);
  left: calc(50vw -75px);
}

.loader:before,
.loader:after {
  content: "";
  border: 1em solid #ff5733;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader:before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.link-container-control {
  float: right;
  padding: 6px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  width: 32px;
  justify-content: center;
  align-items: center;
}

.link-container-control .rotate {
  transform: rotate(180deg);
}

.hide, .arrowhide {
  display: none !important;
}


@media screen and (max-width: 576px){
  #side-control-box, .table-content, .table-button-web{
    display : none;
  }
  .displaynone {
    display: none !important;
  }
  .arrowhide {
    display: block !important;
  }
  .custom-side-link-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .side-link-parent {
    overflow: auto;
    word-break: break-word;
    border-left: 6px solid #c82128;
    padding: 5px 14px 5px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #f2f2f2;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
  }

  .side-link-child {
    overflow: auto;
    word-break: break-word;
    border: 1px solid #f0f0f0;
    border-left: 3px solid #c82128;
    min-height: 40px;
    padding-left: 12px;
    padding-right: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
  }
}
@media screen and (min-width: 576px){
  .table-modal-content, .link-container-control {
    margin-bottom: 15px;
    position: sticky !important;
    z-index: 15 !important;
    top: 220px !important;
  }
  .table-div, .table-button, .table-p, .table-close, .table-hr{
    display: none;
  }
  .custom-side-link-container {
    margin-top: 15px;
    width: 495px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .side-link-parent {
    overflow: auto;
    word-break: break-word;
    border-left: 6px solid #c82128;
    padding: 5px 14px 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #f2f2f2;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
  }
  .side-link-child {
    overflow: auto;
    word-break: break-word;
    border: 1px solid #f0f0f0;
    border-left: 3px solid #c82128;
    min-height: 40px;
    padding-left: 12px;
    padding-right: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 477px;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;

    color: #000000;
  }
}

@media screen and (max-width: 576px){
  .table-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 30; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(51, 51, 51, 0.1);; /* Black w/ opacity */
  }

  /* table-modal Content */
  .table-modal-content {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(67, 67, 68, 0.1206);
    border-radius: 10px;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
  }

  /* The table-close Button */
  .table-close {
    color: #000000;
    float: right;
    font-size: 28px;
  }
  .table-p {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
  }

  .table-close:hover,
  .table-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .table-div{margin-left: 10%;margin-bottom: 5%;margin-top: 5%;}
  .sticky-div{width: 100%; height: 100%; top: 229px; background-color: #fff; z-index: 15; position: sticky;}
  .table-img{padding: 12px;}

  .table-button{
    width: 85%;
    height: 125%;
    border: 1px solid #C82128;
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #FFFFFF;
    background: #C82128;
  }
}

.table-button-web{
  width: 495px;
  height: 48px;
  border: 1px solid #C82128;
  border-radius: 6px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #FFFFFF;
  background: #C82128;
}

#side-control-box a {
  text-decoration: none !important;
  color:black !important
}
#side-control-box h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0 ;
  /* identical to box height */

  color: #000000;
}

#res-control-box a {
  text-decoration: none !important;
  color:black !important
}
#res-control-box h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0 ;
  /* identical to box height */

  color: #000000;
}
#res-control-box strong{
  font-weight: normal !important;
}
#res-control-box b{
  font-weight: normal !important;
}
#res-control-box span{
  font-weight: normal !important;
}
#res-control-box h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0 ;
  /* identical to box height */

  color: #000000;
}

#res-control-box h2 {
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-decoration: none !important;
  background: none !important;
  font-family: proxima_novaregular !important;
}

#res-control-box h2:hover {
    text-decoration: underline !important;
}

#res-control-box h3:hover {
    text-decoration: underline !important;
}

#res-control-box h2 strong {
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-decoration: none !important;
  background: none !important;
  font-family: proxima_novaregular !important;
}

#res-control-box h2 strong:hover {
    text-decoration: underline !important;
 }

#res-control-box h3 strong:hover {
    text-decoration: underline !important;
 }

#res-control-box h2 b {
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-decoration: none !important;
  background: none !important;
  font-family: proxima_novaregular !important;
}

#res-control-box h2 b:hover {
    text-decoration: underline !important;
 }

#res-control-box h3 b:hover {
    text-decoration: underline !important;
 }

#res-control-box h2 span {
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-decoration: none !important;
  background: none !important;
  font-family: proxima_novaregular !important;
}

#res-control-box h2 span:hover {
    text-decoration: underline !important;
}

#res-control-box h3 span:hover {
    text-decoration: underline !important;
}

#res-control-box h3 {
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-decoration: none !important;
  background: none !important;
  font-family: proxima_novaregular !important;
}

#res-control-box h3 strong {
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-decoration: none !important;
  background: none !important;
  font-family: proxima_novaregular !important;
}

#res-control-box h3 b {
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-decoration: none !important;
  background: none !important;
  font-family: proxima_novaregular !important;
}

#res-control-box h3 span {
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-decoration: none !important;
  background: none !important;
  font-family: proxima_novaregular !important;
}


.cursor-pointer{
  cursor: pointer;
}


.table-content{
  font-weight: normal !important;
  font-size: 18px !important;
  text-decoration: none !important;
}

.table-img-web{
  padding: 12px;
  margin-right: 0px;
}

.warning-tally {
  margin-bottom: 10px;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ea1d27;
}

.displaynonetally{display: none !important;}
.displaynoneall{display: none !important;}
