.blog-bnr {
  background-image: url(../images/blog-bnr.jpg);
}
#inner-banner.blog-bnr {
  background-position: center center;
}
.blog-bnr {
  background-size: cover;
  background-repeat: no-repeat;
}
.featuredbx {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.featuredbx .blogpic {
  overflow: hidden;
}
.featuredbx .blogpic img {
  transition: all 0.5s ease-in-out;
}
.featuredbx:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.featuredbx .blogdetails {
  padding: 30px 50px;
}
.featuredbx .blogdetails .date {
  color: #515151;
  font-size: 14px;
}
.featuredbxin .blogdetails .title a {
  color: #212529;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  padding: 5px 0;
}
.featuredbx .blogdetails .title a {
  color: #212529;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  padding: 5px 0;
}
.featuredbx .blogdetails p {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 16px;
}
.blogtit {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 20px;
}
.otherblogs {
  padding: 80px 0 0 0;
}
.otherblogs .blogtit {
  font-weight: 700;
  margin-bottom: 0;
}
.otherblogs p {
  margin-bottom: 35px;
  font-size: 16px;
  color: #515151;
}
.featuredbxin {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 35px;
  position: relative;
}
.featuredbxin .blogpic {
  overflow: hidden;
}
.featuredbxin .blogpic img {
  transition: all 0.5s ease-in-out;
}
.featuredbxin:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.featuredbxin .blogdetails {
  padding: 25px;
  height: 295px;
}
.featuredbxin .blogdetails .date {
  color: #515151;
  font-size: 14px;
}
.featuredbxin .blogdetails p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #515151;
}
.bloginner {
  padding: 40px 0 80px 0;
}
.bloginner .bloginnerdetails {
  margin-top: 25px;
  margin-bottom: 35px;
}
.bloginner .bloginnerdetails p {
  font-size: 16px;
  line-height: 24px;
}
.bloginner .bloginnerdetails ul {
  padding-left: 20px;
}
.bloginner .blogdate {
  font-size: 14px;
  margin-bottom: 0px;
  color: #515151;
}
.bloginner .blogtit {
  margin-bottom: 10px;
  font-size: 26px;
  color: #212529;
  line-height: 36px;
}
.bloginner .bloglink {
  color: #2083f3 !important;
  text-decoration: underline !important;
}
.bloginner h2.blogtit {
  margin-bottom: 0px;
  font-size: 26px;
  color: #212529;
  line-height: 30px;
  padding-top: 10px;
}
.bloginner h3 {
  font-size: 22px;
}
.bloginner .subtxt {
  color: #515151;
  font-weight: 800;
  margin-top: 25px;
}
#Need-assistance {
  height: 250px;
}
#Need-assistance a.bt-style2 {
  width: 140px;
  margin: 15px auto 0;
}
.faq_wrp {
  padding: 0 0 80px 0px;
}
.faq_wrp .accordion-title:before {
  float: right !important;
  content: "-";
  padding-right: 5px;
  font-weight: 400;
  font-size: 48px;
}
.faq_wrp .accordion-title.collapsed:before {
  float: right !important;
  content: "+";
  font-size: 32px;
}
.faq_wrp .faq_bx #accordion .card {
  border: none;
  border-bottom: 1px solid #bbbbbb;
  border-radius: 0px;
}
.faq_wrp .card .card-header {
  line-height: 30px;
  padding: 25px 0px;
  background-color: transparent;
  border: none;
}
.faq_wrp .card .card-header a {
  display: block;
  color: #212529;
  font-size: 22px;
  font-weight: 600;
}
.faq_wrp .card-body {
  padding: 0 0 20px 0;
  font-size: 16px;
  font-weight: 400;
  color: #515151;
  line-height: 1.3;
  padding-bottom: 30px;
}
.recentblog {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  padding: 20px 15px;
  margin: 0 15px;
}
.recentblog .recentbx {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
}
.recentblog .recentbx:last-of-type {
  border-bottom: none;
}
.recentblog .recentbx img {
  padding-right: 15px;
  width: 130px;
}

.recentblog .recentbx .info span {
  display: block;
  padding-bottom: 7px;
  color: #515151;
  font-size: 14px;
  font-weight: 400;
}
.recentblog .recentbx .info, .recentblog .recentbx .info a {
  color: #212529;
  font-size: 18px;
  font-weight: 700;
}

.otherblog {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #bbbbbb;
  margin: 10px;
  height: 180px;
}
.otherblog img {
  padding-right: 15px;
  width: 180px;
}
.otherblog .info p {
  color: #212529;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.otherblogwrp .swiper-button-next:after {
  display: none;
}
.otherblogwrp .swiper-button-prev:after {
  display: none;
}

.otherblogwrp .swiper-button-next {
  right: -8%;
  width: 70px;
}
.otherblogwrp .swiper-button-next,
.otherblogwrp .swiper-button-prev {
  bottom: 70px;
  top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #ee3137;
}
.otherblogwrp .swiper-button-prev {
  left: -10%;
  width: 100px;
}

.otherblogwrp .swiper-button-next.swiper-button-disabled,
.otherblogwrp .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.otherprodblog {
  padding: 80px 0;
}

.otherblogbx {
  height: auto;
  margin-bottom: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 18px;
}

.otherblogbx .info {
  padding: 25px;
  color: #212529;
  font-size: 18px;
  font-weight: 700;
  height: 215px;
}
.otherblogbx .info p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 5px;
}
.otherprodblog .swiper-button-next {
  right: -15px;
  top: 180px;
}
.otherprodblog .swiper-button-next,
.otherprodblog .swiper-button-prev {
  color: #212529;
}
.otherprodblog .swiper-button-prev {
  left: -15px;
  top: 180px;
}
.otherprodblog .swiper-button-next:after {
  display: none;
}
.otherprodblog .swiper-button-prev:after {
  display: none;
}

.customPage{ margin: 100px 0px 20px 0px;}
.btn-primary{ border: none; height: 50px; border-radius: 0px; background-color: #ee3137; color: #fff;}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.customPage .display-1{ font-size: 2rem;}
	.customPage h1 { font-size: 24px; }
	.customPage p { font-size: 16px; }
	.customPage{ margin: 50px 0px 20px 0px !important;}
  .featuredbx .blogdetails {
    padding: 25px;
  }
  .blog-bnr {
    background-image: url(../images/blog-mobile-bnr.jpg);
  }
  .otherblog img {
    width: 120px;
  }
  .otherblogwrp .swiper-button-next,
  .otherblogwrp .swiper-button-prev {
    bottom: -50px;
  }
  .otherblogwrp .swiper-button-prev {
    left: 20%;
  }
  .otherblogwrp .swiper-button-next {
    right: 22%;
  }
  .otherblogwrp {
    padding: 0 0 80px 0;
  }
  .bloginner .blogtit {
    font-size: 20px;
    line-height: 26px;
  }
  .otherprodblog {
    padding: 40px 0;
  }
  .bloginner {
    padding: 10px 0 40px 0;
  }
  .bloginner > .col-12 {
    padding: 0;
  }
  .bloginner > .col-12 > .row > .col-12,
  .col-10 {
    padding: 0;
  }
  .otherprodblog .swiper-button-next {
    right: 0;
  }
  .otherprodblog .swiper-button-prev {
    left: 0;
  }
  .otherblog,
  .featuredbxin .blogdetails {
    height: auto;
  }
  .faq_wrp .card .card-header a {
    font-size: 18px;
  }
}
