/*Blog Style 2*/
.iq-default-blog-style-2 .iq-blog-article-style:nth-child(odd) .iq-blog-box {
  background: transparent;
}

.iq-default-blog-style-2 .iq-blog-article-style:nth-child(even) .iq-blog-box {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}

.iq-default-blog-style-2 .iq-blog-article-style:nth-child(even) .iq-blog-box .iq-blog-image {
  text-align: right;
}

.iq-default-blog-style-2 .iq-blog-article-style:nth-child(even) .iq-blog-box .iq-blogtag {
  top: 15px;
  bottom: auto;
  position: absolute;
  margin: 0 -10px 0;
}

.iq-default-blog-style-2 .iq-blog-article-style:nth-child(even) .iq-blog-box .iq-blogtag li {
  float: none;
}

.iq-default-blog-style-2 .iq-blog-article-style:nth-child(even) .iq-blog-box img {
  object-fit: cover;
}

.iq-default-blog-style-2 .iq-blog-article-style:nth-child(even) .iq-blog-box .iq-blog-detail {
  margin-left: 45px;
  margin-right: -100px;
}

.iq-default-blog-style-2 .iq-blog-article-style:last-child .iq-blog-box {
  border-bottom: none;
  margin-bottom: 0;
}

.iq-default-blog-style-2 .iq-blog-box {
  display: flex;
  border: none;
  border-bottom: 1px solid var(--white-light-color);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.iq-default-blog-style-2 .iq-blog-box .iq-blog-image img {
  position: relative;
  text-align: center;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /* max-width: 440px;*/
  height: auto;
  height: 350px;
  object-fit: cover;
}

.iq-default-blog-style-2 .iq-blog-box .iq-blogtag {
  top: 15px;
  bottom: auto;
}

.iq-default-blog-style-2 .iq-blog-box .iq-blog-detail {
  align-self: center;
  margin-left: -100px;
  margin-right: 45px;
  background: var(--white-color);
  padding: 30px;
  box-shadow: 0 10px 44px 0 rgba(0, 0, 0, 0.05);
  z-index: 9;
}

/*Blog Style 2 Grid Css*/
.iq-default-blog-style-2-grid .iq-blog-box:before {
  display: none;
}

.iq-default-blog-style-2-grid .iq-blog-box {
  margin-bottom: 0;
  border: none;
}

.iq-default-blog-style-2-grid .iq-blog-box {
  display: block;
  border: none;
}

.iq-default-blog-style-2-grid .iq-blog-box .iq-blogtag {
  bottom: auto;
  top: 15px;
}

.iq-default-blog-style-2-grid .iq-blog-box .iq-blog-detail {
  position: relative;
  width: calc(100% - 60px);
  background-color: var(--white-color);
  margin: -100px 0 30px 30px;
  padding: 20px;
  z-index: 1;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
}

.iq-default-blog-style-2-grid .iq-blog-box .iq-blog-detail .iq-blog-meta ul li {
  line-height: 28px;
}

.iq-default-blog-style-2-grid .iq-blog-box .iq-blog-detail .iq-blog-meta ul li a,
.iq-default-blog-style-2-grid .iq-blog-box .iq-blog-detail .iq-blog-meta ul li a {
  font-size: (--font-size-sm);
}

.iq-default-blog-style-2-grid .iq-blog-box .iq-blog-detail .iq-blog-meta ul {
  margin: 0 0 10px;
}

.iq-default-blog-style-2-grid .owl-carousel .iq-blog-box .iq-blog-detail {
  width: calc(100% - 60px);
}

.iq-default-blog-style-2-grid .owl-carousel .iq-blog-box:hover {
  box-shadow: none;
}

.iq-default-blog-style-2 .iq-blog-box:before {
  display: none;
}

.iq-default-blog-style-2 .iq-blog-box .iq-blog-detail:before {
  width: 0;
  height: 4px;
  content: "";
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.iq-default-blog-style-2 .iq-blog-box .iq-blog-detail:hover:before {
  width: 100%;
}

/*Blog Style 3 slider*/
.kivicare-post-style3 .iq-blog-box .iq-blog-detail {
  padding: 0;
}

.kivicare-post-style3 .iq-blog-box {
  border: none;
}

.kivicare-post-style3 .iq-blog-box:hover {
  box-shadow: none;
}

.kivicare-post-style3 .iq-blog-box:before {
  display: none;
}

.kivicare-post-style3 .iq-blog-detail .iq-blog-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

.kivicare-post-style3 .iq-blog-box .iq-blog-cat {
  margin-bottom: 0;
}

.kivicare-post-style3 .iq-blog-box a.iq-cat-name {
  background: transparent;
  color: var(--secondary-color);
  text-decoration: underline;
  letter-spacing: var(--letter-spacing-two);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semi-bold);
}

.kivicare-post-style3 .iq-blog-box a.iq-cat-name:hover {
  background: transparent;
  color: var(--secondary-color);
}

.kivicare-post-style3 .iq-blog-detail .iq-blog-meta .list-inline-item a {
  font-size: var(--font-size-sm);
  letter-spacing: var(--letter-spacing-two);
  color: var(--globle-font-color);
  text-transform: uppercase;
  font-weight: var(--font-weight-medium);
}

.kivicare-post-style3 .iq-btn-container .iq-button.iq-btn-link {
  font-style: italic;
  font-weight: var(--font-weight-medium);
  text-transform: capitalize;
}

.kivicare-post-style3 .iq-blog-box .iq-blog-detail p {
  margin-bottom: 35px;
}

.kivicare-post-style3 .iq-blog-box .iq-btn-link i {
  line-height: normal;
  vertical-align: middle;
  font-size: (--font-size-18);
  margin-left: 10px;
}

.kivicare-post-style3 .iq-blog-box {
  margin: 0 15px 0;
}

@media(max-width:992px) {
  .iq-title-box-slider.owl-carousel:before {
    display: none;
  }

  .iq-title-box-slider.owl-carousel {
    margin-left: 0;
  }
}

@media (max-width: 1199px) and (min-width: 992px){
  .iq-default-blog-style-2-grid .iq-blog-box .iq-blog-detail{
    margin: -100px 0 15px 15px;
    width: calc(100% - 30px);
  }
}

@media(max-width:767px) {
  .iq-default-blog-style-2 .iq-blog-box {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }

  .iq-default-blog-style-2 .iq-blog-box .iq-blog-detail {
    margin-left: 0;
    border-radius: 4px;
    border: 1px solid var(--white-light-color);
  }

  .iq-default-blog-style-2 .iq-blog-article-style:nth-child(even) .iq-blog-box {
    display: block;
  }

  .iq-default-blog-style-2 .iq-blog-article-style:nth-child(even) .iq-blog-box .iq-blog-detail {
    margin-left: 30px;
  }

  .iq-default-blog-style-2 .iq-blog-article-style:nth-child(even) .iq-blog-box .iq-blogtag {
    margin: 0 0 0 15px;
  }

  .iq-default-blog-style-2 .iq-blog-article-style:nth-child(even) .iq-blog-box .iq-blogtag li {
    float: left;
  }

  .iq-default-blog-style-2 .iq-blog-box .iq-blog-image img {
    height: auto;
  }

  .iq-default-blog-style-2 .iq-blog-box {
    margin-bottom: 0;
    border: none;
  }

  .iq-default-blog-style-2 .iq-blog-box {
    display: block;
    border: none;
  }

  .iq-default-blog-style-2 .iq-blog-box .iq-blogtag {
    bottom: auto;
    top: 15px;
  }

  .iq-default-blog-style-2 .iq-blog-box .iq-blog-detail {
    position: relative;
    width: calc(100% - 60px);
    background-color: var(--white-color);
    margin: -100px 0 30px 30px;
    padding: 20px;
    z-index: 1;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
  }
}

@media(max-width:480px) {
  .iq-blog-box .iq-blog-cat {
    position: relative;
    margin-bottom: 20px;
  }
}