/* blogs css */
section.lets_customize.lets_blogs h6 {
  color: #fff;
}

section.lets_customize.lets_blogs h6:after {
  content: none
}

.blog_trending {
  padding: 100px 0;
  background-color: #fff;
  background-image: url("/static/bflex/images/Treding-Article-bg.png");
  background-size: 35% auto;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.owl_blogs .item ul {
  display: flex;
  padding-inline-start: 0;
  list-style: none;
  margin: 15px 0;
}

.owl_blogs .item ul li {
  color: #707070;
  font-size: 1.25vw;
  margin-right: 35px;
}

.owl_blogs .item p,
.owl_blogs .item a {
  color: #3E513A;
  margin-bottom: 0;
  font-size: 1.6vw;
  font-family: "Gilroy-Medium";
  text-decoration: none;
}

.owl_blogs .item ul li:after {
  content: "";
  background: #898888;
  ;
  position: absolute;
  bottom: 4px;
  right: -15px;
  height: 16px;
  width: 1px;
}

.owl_blogs .item ul li:last-child:after {
  content: none;
}

.owl_blogs .item ul li {
  position: relative
}

.blogs_all {
  background-color: #EFEFEF;
  padding: 100px 0;
  position: relative;
}

img.blog_left_dec {
  position: absolute;
  top: -8%;
  left: -17px;
  width: 200px;
}

img.blog_right_dec {
  position: absolute;
  top: -4%;
  left: 75%;
  width: 250px;
}

.blogcard_caption {
  background-color: #ffff;
}

.blog_card_wrap {
  overflow: hidden;
}

.blogcard_caption {
  padding: 25px;
}

.blogcard_caption ul {
  display: flex;
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 10px;
}

.blogcard_caption ul li {
  color: #5B5B5B;
  font-size: .85vw;
  margin-right: 30px;
}

.blogcard_caption p {
  color: #3E513A;
  text-decoration: none;
  display: block;
  min-height: 68px;
  font-size: 1.3vw;
  font-family: "Gilroy-Medium";
}

.blogs_all .row a {
  color: #0d6efd;
  text-decoration: unset;
}

.blogs_all .row a:hover {
  color: #CDB47A !important;
}

.blog_card_wrap:hover .blogcard_caption p {
  color: #CDB47A !important;
  text-decoration: underline !IMPORTANT;
}

.card-outer-acor .img-wrapper-all-blog {
  position: relative;
  transition: 0.3s linear;
}

.img-wrapper-all-blog:hover {
  transition: 0.3s linear;
}

.card-outer-acor:hover {
  transition: 0.3s linear;
}

.card-outer-acor:hover .img-wrapper-all-blog::after {
  content: "";
  position: absolute;
  right: 3%;
  top: 5%;
  width: 13%;
  height: 22%;
  background-image: url("https://bflex.beta.webenza.net/static/bflex/images/arrow-single.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35% auto;
  background-color: #CDB47A;
}

.blogcard_caption ul li:after {
  content: "";
  background: #707070;
  position: absolute;
  bottom: 3px;
  right: -15px;
  height: 13px;
  width: 1px;
}

.img-wrapper-all-blog {
  position: relative;
}

.img-wrapper-all-blog img {
  width: 100%;
}

.blogcard_caption ul li:last-child:after {
  content: none;
}

.blogcard_caption ul li {
  position: relative
}

.blogs_all .row {
  row-gap: 0px;
}

section.blogs_all .row .col-md-12 {
  margin-bottom: 0;
}

section.blogs_all .row .col-md-4 {
  margin-bottom: 30px;
}

.input-group.signupmail {
  width: 85%;
  margin-top: 30px;
  border: 0;
}

.left_sec_cus {
  padding: 5%;
}

.lets_blogging {
  background-color: #F5F1E7;
  padding: 60px 0;
}

.input-group.signupmail input {
  border: 0;
  font-size: 1.1vw;
  padding: 1.1rem 2rem;
  padding-right: 8rem;
}

.form-control:focus {
  color: #5B5B5B;
}

span#basic-addon2 {
  border: 0;
  padding: 0;
  border-radius: 0;
  background-color: #3E513A;
  color: #fff;
  font-size: 1vw;
}

.lets_blogging .btn {
  padding: 2% 6%;
}

.right_sec_cus {
  padding-left: 25px !important;
}

img.corner_leaf {
  position: absolute;
  right: -36%;
  bottom: -4%;
  width: 90%;
  opacity: 1;
}

.blogs_all select.form-select.form-select-lg.mb-3 {
  color: #3E513A;
  width: fit-content;
  margin-left: auto;
  font-size: 1.5vw;
  background-position-y: 20px;
  font-weight: normal;
  background-color: transparent;
  font-family: "Unna-Regular";
  border: 0;
  margin-top: -15px;
  margin-bottom: 20px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/dropdown-arrow.svg);
  padding-right: 5%;
  background-size: 10%;
}

section.blogs_all h2 {
  margin-bottom: 30px;
}

section.lets_customize.lets_blogs {
  padding: 0;
  height: 84vh;
  padding-top: 12%;
}

section.lets_customize.lets_blogs .blogs_box img {
  width: 90%;
  margin-top: -25px;
  margin-bottom: -25px;
  height: 72vh;
}

section.lets_customize.lets_blogs h2 br {
  display: none;
}

.empt_blog {
  padding: 20px 0;
  background-color: #364B32;
}

.blog_card_wrap img {
  object-fit: cover;
  width: 100%;
}

section.lets_customize.lets_blogs .blogpara {
  padding-left: 10%;
  margin-top: -10%;
}

section.lets_customize.lets_blogs h2 {
  font-size: 3vw;
}

a.blog_load-more {
  text-align: center;
}

.input-group>.form-control:focus, .input-group>.form-select:focus {
  z-index: inherit;
}

a.blog_load-more button {
  border: 0;
  background: #127DCE;
  color: #fff;
  padding: 10px 20px;
}

img.triang_sol1 {
  position: absolute;
  left: 3%;
  bottom: -53px;
  width: 105px;
  z-index: 99;
}

img.lets_talk_left {
  position: absolute;
  top: -17%;
  left: 2%;
  width: 175px;
}

.blog_trending h2 {
  font-size: 3.2vw;
}

.blogs_all h2 {
  font-size: 3vw;
}

.green_cus_load {
  text-align: center;
}

.green_cus_load button {
  background: #3E513A;
  padding: 1.2% 4%;
  border-radius: 0;
}

section.lets_talks.lets_blogging .col-md-6:nth-child(2) {
  z-index: 2;
}

.btn-check:focus+.btn-dark, .btn-dark:focus {
  box-shadow: none;
}

.btn-check:focus+.btn, .btn:focus {
  box-shadow: none;
}

.btn-check:focus+.btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: none;
  border-color: none;
}

.btn-dark:hover {
  color: #fff;
  background: #3E513A;
  /* border: none; */
}

section.lets_talks h2 {
  font-size: 4vw;
}

.btn-check:active+.btn-dark:focus, .btn-check:checked+.btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show>.btn-dark.dropdown-toggle:focus {
  box-shadow: none;
}

img.arrow_anch {
  padding: 15px 15px 15px 0px;
}

.arrow_anch:hover {
  transition: 0.5s all;
}

a:hover {
  text-decoration: none !important;
}

.why_bf_sub a.bfl_cta:hover {
  text-decoration: none !important;
}

.form-select:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

@media screen and (min-width:1200px) {

  section.blogs_all .container,
  section.lets_talks .container {
    max-width: 75%;
    width: 75%;
  }

  section.blog_trending .container {
    max-width: 100%;
    width: 100%;
    margin-left: 10%;
  }
}

@media screen and (max-width:991px) {
  img.blog_right_dec {
    display: none;
  }

  img.blog_left_dec {
    display: none;
  }

  img.lets_talk_left {
    display: none;
  }

  section.lets_customize.lets_blogs {
    padding: 50px 0;
  }

  .empt_blog {
    padding: 0;
  }

  section.lets_customize.lets_blogs .blogs_box img {
    margin: 0;
    margin-top: 30px;
  }

  .blog_trending {
    padding: 50px 0;
  }

  .blogs_all {
    padding: 50px 0
  }

  .blogs_all .row {
    row-gap: 0;
  }

  .input-group.signupmail {
    width: 100%;
  }
}

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

  .blogcard_caption ul,
  .owl_blogs .item ul {
    flex-direction: column;
  }
}

@media(min-width:768px) {
  .blog_card_wrap img {
    max-height: 19.5vw;
  }

  form#blogform {
    position: relative;
    top: -2.5vw;
  }
}

.endless_container {
  text-align: center;
}

.endless_container a.endless_more {
  border: 0;
  background: #127DCE;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}

.form_hand {
  z-index: 2;
}

.input-group.signupmail button {
  border: 0;
  /* padding: 0.6rem 1rem 0.7rem 1rem; */
  border-radius: 0;
  background-color: #3E513A;
  color: #fff;
  font-size: 12px;
  height: fit-content;
  position: absolute;
  right: 12px;
  bottom: 9px;
}

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

section.lets_customize a {
  transition: 0.5s all;
}

section.lets_customize a:hover {
  transition: 0.5s all;
}

header.header_main.header_smart .navbar-expand-sm .navbar-nav .nav-link:hover {
  transition: 0.8s all;
}

header.header_main.header_smart .navbar-expand-sm .navbar-nav .nav-link {
  transition: 0.3s all;
}

a.bfl_cta .arrow_anch {
  transition: all .5s;
}

a.bfl_cta:hover {
  color: #fff !important;
}

@media screen and (min-width:767px) {
  .blogcard_caption ul li {
    white-space: nowrap;
  }

  .blog_trending {
    overflow: hidden;
  }

  .owl-carousel .owl-item .img-wrapper-blog {
    width: 100%;
    overflow: hidden;
  }

  .owl-carousel .owl-item .img-wrapper-blog img {
    transition: 0.2s linear;
  }

  .owl-carousel .owl-item .img-wrapper-blog img:hover {
    transform: scale(1.1);
    transition: 0.2s linear;
  }

  .img-wrapper-all-blog {
    width: 100%;
    overflow: hidden;
    max-height: 13vw;
  }

  .blogs_all .row .row {
    padding: 0px;
    margin-left: 0px;
  }

  section.lets_talks.lets_blogging img {
    transition: 0.2s linear;
  }

  .blog_card_wrap .img-wrapper-all-blog img {
    transition: 0.2s linear;
  }

  .blog_card_wrap:hover .img-wrapper-all-blog img {
    transform: scale(1.1) !important;
    transition: 0.2s linear !important;
  }
}

.blogcard_caption a:hover {
  color: #CDB47A;
}

.green_cus_load button {
  box-shadow: inset 0px 0 0 0 #CDB47A;
  transition: 0.8s linear;
  border: 0px solid #3E513A !important;
}

.green_cus_load button:hover {
  box-shadow: inset 400px 0 0 0 #CDB47A;
  color: #fff !Important;
  border: 1px solid #CDB47A;
}

.input-group.mb-3.signupmail button {
  box-shadow: inset 0px 0 0 0 #CDB47A;
  transition: 1.3s ease-out;
}

.input-group.mb-3.signupmail button:hover {
  box-shadow: inset 400px 0 0 0 #CDB47A;
  color: #fff !Important;
}

span#basic-addon2 {
  background-color: transparent !important;
}

/* blogs css */
@media screen and (max-width:767px) {
  .owl_blogs .item ul li {
    font-size: 12px;
  }

  .owl_blogs .item p,
  .owl_blogs .item a {
    font-size: 20px;
  }

  section.lets_customize.lets_blogs .blogs_box img {
    height: auto;
    width: 100%;
  }

  .blogs_box {
    /* width:100%; */
  }

  .blogs_box img {
    width: 100%;
  }

  .blog_trending h2 {
    font-size: 32px;
  }

  section.blogs_all h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .blogs_all select.form-select.form-select-lg.mb-3 {
    font-size: 20px;
  }

  .blogcard_caption ul li {
    font-size: 12px;
  }

  .blogpara {
    padding-top: 8%;
    margin-top: -2%;
  }

  .blogcard_caption a {
    font-size: 20px;
  }

  section.lets_talks h2 {
    font-size: 32px;
  }

  .input-group.signupmail input {
    font-size: 20px;
  }

  span#basic-addon2 {
    font-size: 16px;
  }

  .green_cus_load button {
    font-size: 18px;
    padding: 3% 8%
  }

  section.lets_customize.lets_blogs {
    height: 77vh;
    margin-top: -1%;
    padding-top: 40%;
  }

  .owl_blogs .item ul li:after {
    height: 14px
  }
}

.owl_blogs .item a:hover {
  color: #CDB47A;
  transition: 0.3s all linear;
  text-decoration: underline !important;
}

@media (min-width:1200px) {
  .blogcard_caption p {
    min-height: 110px
  }
}

@media (min-width:1500px) {
  .blogcard_caption p {
    min-height: 135px
  }
}

@media (min-width:1800px) {
  .blogcard_caption p {
    min-height: 148px
  }
}

img.corner_leaf.position_img {
  display: none;
}

section.lets_talks {
  overflow: hidden;
  background-image: url(https://bflex.beta.webenza.net/static/bflex/images/Location-Let-Talk-Ideas-bg.png);
  background-size: 50% auto;
  background-position: right;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  #letstalks p {
    white-space: nowrap;
    white-space: break-spaces;
    width: 60%;
  }
}
