div#content {
  border-bottom: none;
}

.nav-item {
  margin-top: 0 !important;
}

#logo h1 {
  font-size: 1.7em;
  color: black;
  background: transparent;
  font-family: 'Open Sans', sans-serif !important;
}


#navbar {
  box-shadow: 0 0.25rem 1.625rem rgba(4, 55, 102, .09);
}

.nav-link:hover {
  color: #1087c3 !important;
}

h1 a:hover {
  color: #1087c3 !important;
}

.form-control {
  line-height: 2.25em !important;
}

a:hover {
  color: gray !important;
}

footer {
  margin: 0 !important;
}


/*div#main-wrapper {
  min-height: calc(100vh - 210px);
}*/
div#main-wrapper {
 height: auto;
}

.nav-link {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}


.navbar-toggler {
  border: none !important;
  padding: 0;
  display: flex;
  justify-content: space-between;

}

a.nav-link.active {
  border-bottom: 1px solid #1087c3;
}

.nav-link {
  color: black !important;
}

#main-wrapper .container12 {
  /*border: 1px solid;*/
  box-shadow: 0px 0px 15px 4px rgb(18 70 219 / 9%);
}


button:hover,
.button:hover {
  background: transparent !important;
}

.carousel-item img {
  height: 450px;
}

article a {
  color: #1087c3 !important;
}


ul.menu li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

ul.menu li {
  border-left: solid 1px #e0e0e0;
  display: inline-block;
  padding: 0 0 0 0.75em;
  margin: 0 0 0 0.75em;
}

#logo h1 a {
  color: black;
  text-decoration: none;
}

/* 22 Feb, 2024 */

/* blue part */
.available {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 2px 30px;
  background-color: #294378;
  display: flex;
  justify-content: space-between;
  align-self: center;
}

.available span {
  font-size: 15px;
  margin-top: 2px;
  font-weight: 700;
}

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

.realt_child {
  display: inline-flex;
  border-radius: 50px;
  color: #156cab;
  padding: 0 10px;
  width: auto;
  background-color: #fff;
  align-self: center;
}

.realt_child i {
  font-size: 12px;
  align-self: center;
  margin-right: 5px;
}

.realt_child span {
  font-size: 12px;
  font-weight: 600;
}

.row.footer-logo img {
  height: 70px;
}
@media (max-width:767px) {
  .nextToCarousel{
    margin-bottom:30px;
  }
  .available {
    display: block;
  }

  .available span {
    display: inline-block;
    display: flex;
    justify-content: center;
  }

  .realt {
    justify-content: center;
  }

  .realt_child {
    display: inline-flex;
  }

  .realt_child i {
    margin-right: 5px;
  }
}

/* blue part is over */

/* image part begin */

/* carousel slider css */
.post-slide {
  display: flex;
}

.post_title {
  padding-top: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

/* image part over */
/*#news-slider {*/
/*    margin-top: 80px;*/
/*  }*/
.owl-controls.clickable {
  display: none !important;
}

.post-slide {
  background: #fff;
  /*margin: 20px 15px 20px;*/
  /*border-radius: 15px;*/
  /*padding-top: 1px;*/
  border-bottom: 2px solid #294378;
  /*box-shadow: 0px 14px 22px -9px #bbcbd8;*/
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  /*border-radius: 10px;*/
  /*margin: -12px 15px 8px 15px;*/
  /*margin-left: -10px;*/
}

.post-slide .post-img img {
  width: 100%;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}

/*.post-slide:hover .post-img img {*/
/*  transform: scale(1.1, 1.1);*/
/*}*/
/*.post-slide .over-layer {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  opacity: 0;*/
/*  background: linear-gradient(*/
/*    -45deg,*/
/*    rgba(6, 190, 244, 0.75) 0%,*/
/*    rgba(45, 112, 253, 0.6) 100%*/
/*  );*/
/*  transition: all 0.5s linear;*/
/*}*/
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}

.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

/* @media only screen and (max-width: 1380px) {
    .post-slide .post-content {
      padding: 0px 15px 25px 15px;
    }
    .font_size{
        font-size:13px!important;
    }
  } */
.investorIDlist li {
  list-style: none;
}

/* .doller{
          font-size: 23px;
      
  } */
strong.token_number.doller {
  color: #ba3526;
}

.over-layer {
  display: none;
}

/* carousel css ended */


@media (max-width: 576px) {
  .row.footer-logo img {
    height: 50px;
  }

  .post_img img {
    width: 100% !important;
    height: auto;
  }

  /*.available{*/
  /*    z-index: 1 !important;*/
  /*    position: relative;*/
  /*}*/

  /*.post-slide.post_slide .row.m-0 {*/
  /*    margin-top: -25px !important;*/
  /*}*/
  /* .col-12.col-sm-6.col-lg-6.col-md-6.\32 nd-part {*/
  /* background: white !important;*/
  /* margin-top: -65px !important;*/
  /*}*/
  /* ul.investorIDlist.marketplace {*/
  /*  margin: 0;*/
  /*}*/
  /*article.py-3 h1.my-2 {*/
  /*  font-size: 30px;*/
  /*}*/
  /*.realt_child span {*/
  /*  font-size: 9px !important;*/
  /*}*/
  /* .available span.text-uppercase.text-light.m-0 {*/
  /*   font-size: 13px;*/
  /*   line-height: 0.9;*/
  /*}*/
  /*p.m-0 {*/
  /*   line-height: 1;*/
  /*}*/
  /*li.assetAnnualReturn.border-bottom {*/
  /*   padding-top: 3px;*/
  /*       line-height: 1;*/
  /*}*/
}

.owl-prev,
.owl-next {
  display: none;
}

.font_size {
  font-size: 14px;
}

.price_title,
.token_title,
.doller {
  font-size: 15px;
}

div#news-slider-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {

  /* For mobile phones: */
  div#news-slider-mobile {
    display: block;
  }

  #news-slider {
    display: none;
  }

}

/* 06-03-2024 */
@media (min-width:769px){
  .available span {
    font-size: 14px;
  }
  .price_title {
    font-size: 12px;
    font-weight: 700;
  }

  .post_img img {
    height: 250px;
  }
  .doller{
    font-size: 14px;
    font-weight: 700;
  }
  #news-slider .post-img.post_img{
    height: 67%;
  }
  .font_size{
    font-size: 11px;
    font-weight: 700;
  }
  .token_number_{
    color: #ba3526;
  }
  
  .appreciation-not-included{
    font-size:10px;
    margin-top: 0;
  }
  p.metaLabel, p.notranslate{
    margin-bottom:0;
    font-size: 12px;
    font-weight: 700;
  }
  .assetAnnualReturn div{
    margin-top:9px;
    line-height: 0;
  }
  .metaLabel_, .data_{
    font-size: 11px;
  }
  .buttonText{
    font-size: 12px;
  }
  .marketplaceTokenBtn button{
    padding: 5px 50px;
    display: flex;
    justify-content: center;
  }
  /* div#footer_margin{
    margin-bottom:20px;
  } */
}
@media (max-width:370px){
  ul.menu li {
    border-left: solid 0px transparent;
    display: inline-block;
    padding: 0 0 0 0.75em;
    margin: 0 0 0 0.75em;
  }
  /* footer ul li {
    font-size:14px;
  } */
}