* {
  font-family: 'Lato', sans-serif;
  scroll-behavior: smooth;
}

.blog-banner {
  position: relative;
  width: 100%;
  padding: 100px 60px;
  display: flex;
  justify-content: center;
}

.blog-banner .banner-inner {
  position: relative;
  width: 800px;
  display: flex;
  flex-direction: column;
}

.blog-banner .banner-inner .inner-heading {
  position: relative;
  width: 100%;
  text-align: center;
}

/* .blog-banner .banner-inner .inner-heading h1 {
  font-size: 48px;
  font-weight: 600;
  color: #3A4775;
  margin: 0;
} */

/* .blog-banner .banner-inner .inner-heading p {
  font-size: 24px;
  line-height: 36px;
  margin: 20px 0 0;
  font-weight: 400;
  color: #292929;
}

.blog-banner .banner-inner .inner-heading  span {
  font-size: 24px;
  line-height: 36px;
  margin: 20px 0 0;
  font-weight: 700;
  color: #1F1F1F;
} */


.blog-banner .banner-inner .inner-search {
  position: relative;
  margin-top: 60px;
  width: 100%;
  padding: 0px 35px;
}

.blog-banner .banner-inner .inner-search .search-input {
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid rgba(58, 71, 117, 0.25);
  border-radius: 10px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.blog-banner .banner-inner .inner-search .search-input form {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.blog-banner .banner-inner .inner-search .search-input input {
  position: relative;
  width: calc(100% - 60px);
  height: 100%;
  border: none;
  outline: none;
  padding: 0px 10px;
  margin-bottom: 0;
}

.blog-banner .banner-inner .inner-search .search-input button{
  position: relative;
  width: 60px;
  height: 100%;
  background: transparent;
  border: none;
}
.blog-banner .banner-inner .inner-search .search-input img{
  display: block;
  margin: 0 auto;
}


.blog-banner .banner-inner .inner-filter-sec {
  position: relative;
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-banner .banner-inner .inner-filter-sec h3 {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.50);
  font-weight: 700;
}

.blog-banner .banner-inner .inner-filter-sec .tag-sec {
  position: relative;
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.blog-banner .banner-inner .inner-filter-sec .tag-sec a {
  position: relative;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05);
  margin: 10px;
  padding: 10px 15px;
  /* font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #3A4775; */
  border-radius: 10px;
}



.blog-box-sec {
  position: relative;
  padding: 80px 60px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog-box-sec .sec-inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.blog-box-sec .sec-inner .blog-box {
  position: relative;
  width: 33.33%;
  padding: 15px;
}

.blog-box-sec .sec-inner .blog-box .box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #f3f7f9;
  overflow: hidden;
  text-decoration: none;
}

.blog-box-sec .sec-inner .blog-box .box-inner .blog-img {
  position: relative;
  width: 100%;
}

.blog-box-sec .sec-inner .blog-box .box-inner .blog-img img {
  position: relative;
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.blog-box-sec .sec-inner .blog-box .box-inner .blog-about {
  position: relative;
  width: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
/* 
.blog-box-sec .sec-inner .blog-box .box-inner .blog-about h2 {
  position: relative;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #3A4775;
  margin: 0;
} */



.blog-box-sec .sec-inner .blog-box .box-inner .blog-about p {
  margin-top: 20px;
  margin-bottom: 0;
}


.blog-box-sec .pagination-list {
  position: relative;
  margin-top: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-box-sec .pagination-list li {
  position: relative;
  list-style: none;
  margin: 0px 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #292929;
  cursor: pointer;
}
.blog-box-sec .pagination-list li.active {
  width: 50px;
  height: 50px;
  background: #3A4775;
  border-radius: 50%;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  margin: 0px 10px;
}

.blog-box-sec .pagination-sec {
  position: relative;
  margin-top: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.blog-box-sec .pagination-sec a {
  position: relative;
  width: 150px;
  height: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
}

.blog-box-sec .pagination-sec a i {
  font-size: 18px;
}

.blog-box-sec .pagination-sec a.prev_btn {
  border: 1px solid #3A4775;
  background: transparent;
  color: #3A4775;
  display: none;
}

.blog-box-sec .pagination-sec a.prev_btn i {
  margin-right: 15px;
}

.blog-box-sec .pagination-sec a.next_btn {
  margin-left: 30px;
  border: 1px solid #3A4775;
  background: #3A4775;
  color: #fff;
  display: none;
}

.blog-box-sec .pagination-sec a.next_btn i {
  margin-left: 15px;
}



/* ===================== Responsive =================== */

@media (max-width: 1550px) {
  .blog-box-sec .sec-inner .blog-box .box-inner .blog-img img {
    height: 325px;
  }
}

@media (max-width: 1400px) {
  .blog-box-sec .sec-inner {
    width: 100%;
  }
  .blog-box-sec .sec-inner .blog-box .box-inner .blog-img img {
    height: 265px;
  }
}

@media (max-width: 1150px) {
  .blog-box-sec .sec-inner .blog-box {
    width: 50%;
  }
  .blog-box-sec .sec-inner .blog-box .box-inner .blog-img img {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .blog-banner {
    padding: 80px 35px;
  }

  .blog-banner .banner-inner {
    width: 100%;
  }

  .blog-box-sec {
    padding: 80px 20px;
    padding-top: 0;
  }

  .blog-box-sec .sec-inner .blog-box .box-inner .blog-about h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .blog-box-sec .sec-inner .blog-box {
    width: 100%;
  }
  .blog-box-sec .sec-inner .blog-box .box-inner .blog-img img {
    height: 390px;
  }
}

@media (max-width: 678px) {

  .blog-banner {
    padding: 50px 25px;
  }

  .blog-banner .banner-inner .inner-search {
    margin-top: 40px;
  }

  .blog-banner .banner-inner .inner-filter-sec {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {

  .blog-box-sec .sec-inner .blog-box .box-inner .blog-img img {
    height: 325px;
  }
}

@media (max-width: 499px) {

  .blog-banner .banner-inner .inner-search {
    padding: 0px 15px;
  }

  .blog-box-sec {
    padding: 50px 10px;
    padding-top: 0;
  }
}

@media (max-width: 450px) {

  .blog-box-sec .sec-inner .blog-box .box-inner .blog-img img {
    height: 250px;
  }
}







.video-banner {
  position: relative;
  width: 100%;
  padding: 100px 60px;
  display: flex;
  justify-content: center;
}

.video-banner .banner-inner {
  position: relative;
  width: 800px;
  display: flex;
  flex-direction: column;
}

.video-banner .banner-inner .inner-heading {
  position: relative;
  width: 100%;
  text-align: center;
}

.video-banner .banner-inner .inner-heading h5 {
  font-size: 16px;
  font-weight: 400;
  color: #3A4775;
  margin: 0;
}

/* .video-banner .banner-inner .inner-heading h1 {
  font-size: 48px;
  font-weight: 600;
  color: #000;
  margin: 0;
  margin-top: 10px;
}

.video-banner .banner-inner .inner-heading p {
  font-size: 24px;
  line-height: 36px;
  margin: 20px 0 0;
  font-weight: 400;
  color: rgba(0, 0, 0);
} */

.video-box-sec {
  position: relative;
  padding: 80px 60px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-box-sec .sec-inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.video-box-sec .sec-inner .blog-box {
  position: relative;
  width: 33.33%;
  padding: 20px;
}

.video-box-sec .sec-inner .blog-box .box-inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.video-box-sec .sec-inner .blog-box .box-inner .blog-video {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.video-box-sec .sec-inner .blog-box .box-inner .blog-video .thumbnail-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.video-box-sec .sec-inner .blog-box .box-inner .blog-video .thumbnail-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-box-sec .sec-inner .blog-box .box-inner .blog-video .video-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 15px 20px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #0000008f,#fff0);
}
.video-box-sec .sec-inner .blog-box .box-inner .blog-video .video-top img {
  position: relative;
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
}
.video-box-sec .sec-inner .blog-box .box-inner .blog-video .video-top p {
  position: relative;
  width: calc(100% - 40px);
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.5;
  white-space: nowrap;
  overflow-x: hidden;
  color: #fff !important;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.video-box-sec .sec-inner .blog-box .box-inner .blog-video .video-button {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box-sec .sec-inner .blog-box .box-inner .blog-video .video-button a {
  position: relative;
  cursor: pointer;
}
.video-box-sec .sec-inner .blog-box .box-inner .blog-video .video-button a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box-sec .sec-inner .blog-box .box-inner .blog-video .video-button a .bg span {
  position: relative;
  width: 25px;
  height: 25px;
  background: #fff;
}
.video-box-sec .sec-inner .blog-box .box-inner .blog-video .video-button a i {
  position: relative;
  font-size: 68px;
  color: #f00;
}

.video-box-sec .sec-inner .blog-box .box-inner .blog-video .video-bottom {
  position: absolute;
  left: 0;
  bottom: 10px;
}
.video-box-sec .sec-inner .blog-box .box-inner .blog-video .video-bottom a {
  position: relative;
  background: rgba(23,23,23,.8);
  border-radius: 0px 4px 4px 0px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.video-box-sec .sec-inner .blog-box .box-inner .blog-video .video-bottom a span {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.video-box-sec .sec-inner .blog-box .box-inner .blog-video .video-bottom a i {
  font-size: 20px;
  color: #fff;
  margin: 0px 4px 0px 8px;
}
.video-box-sec .sec-inner .blog-box .box-inner .blog-video .video-bottom a p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}

.video-box-sec .sec-inner .blog-box .box-inner .blog-video iframe {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-box-sec .sec-inner .blog-box .box-inner .blog-about {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

/* .video-box-sec .sec-inner .blog-box .box-inner .blog-about p {
  position: relative;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #3A4775;
} */


.video-box-sec .pagination-list {
  position: relative;
  margin-top: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box-sec .pagination-list li {
  position: relative;
  list-style: none;
  margin: 0px 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #292929;
  cursor: pointer;
}
.video-box-sec .pagination-list li.active {
  width: 50px;
  height: 50px;
  background: #3A4775;
  border-radius: 50%;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  margin: 0px 10px;
}

.video-box-sec .pagination-sec {
  position: relative;
  margin-top: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.video-box-sec .pagination-sec a {
  position: relative;
  width: 150px;
  height: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
}

.video-box-sec .pagination-sec a i {
  font-size: 18px;
}

.video-box-sec .pagination-sec a.prev_btn {
  border: 1px solid #3A4775;
  background: transparent;
  color: #3A4775;
  display: none;
}

.video-box-sec .pagination-sec a.prev_btn i {
  margin-right: 15px;
}

.video-box-sec .pagination-sec a.next_btn {
  margin-left: 30px;
  border: 1px solid #3A4775;
  background: #3A4775;
  color: #fff;
  display: none;
}

.video-box-sec .pagination-sec a.next_btn i {
  margin-left: 15px;
}


/* ===================== Responsive =================== */

@media (max-width: 1600px) {
  .video-box-sec .sec-inner .blog-box .box-inner .blog-video {
    height: 250px;
  }
}

@media (max-width: 1300px) {
  .video-box-sec .sec-inner .blog-box .box-inner .blog-video {
    height: 170px;
  }

  .video-box-sec .sec-inner .blog-box .box-inner .blog-about p {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 991px) {
  .video-box-sec .sec-inner .blog-box {
    width: 50%;
  }
  .video-banner {
    padding: 60px 40px;
  }
}

@media (max-width: 768px) {
  .video-box-sec {
    padding: 80px 30px;
    padding-top: 0;
  }
}

@media (max-width: 650px) {
  .video-box-sec .sec-inner .blog-box {
    width: 100%;
  }

  .video-box-sec .sec-inner .blog-box .box-inner .blog-video {
    height: 220px;
  }
}

@media (max-width: 499px) {
  .video-box-sec {
    padding: 80px 10px;
    padding-top: 0;
  }

  /* .video-box-sec .sec-inner .blog-box .box-inner .blog-video {
    height: 180px;
  } */

  .video-banner {
    padding: 40px;
  }
}




/* ====================== individual blog ====================== */


* {
  font-family: 'Lato', sans-serif;
}

/** Common Sction starts**/

.is-hidden {
  display: none;
}

.is-hidden.active {
  display: block;
}

.commonSection {
  padding: 100px 0;
}

.content-container {
  width: 100%;
  padding: 50px 100px 0;
  display: flex;
  justify-content: center;
}

.inner-content-section {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-leftSec,
.blog-rightSec {
  width: 50%;
}

.blog-fullWidthCol {
  width: 100%;
}

.big-text {
  color: #000;
  font-size: 60px;
  line-height: 54px;
  font-weight: 700;
  margin: 20px 0;
}

.bold-blue-text {
  color: #3A4775;
  font-size: 36px;
  font-weight: 700;
}

.footer-top-section .register_btn {
  padding: 10px 40px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #3A4775;
  background: #3A4775;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-top-section .register_btn img {
  margin-left: 6px;
}

/** Common Sction End**/


/** Banner Sction Start **/
.banner-section .content-container {
  padding: 0;
}

.banner-section .inner-content-section {

  background-image: url(../img/individual-blog.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  width: 100%;
  height: 600px;
}

.banner-section .blog-leftSec {
  padding: 60px;
}

.banner-section .banner-img-box,
.banner-section .banner-top-section {
  display: flex;
  align-items: center;
}

.banner-section .banner-top-section .small-box {
  margin-right: 14px;
}

.banner-section .banner-top-section .small-box.story {
  color: rgba(58, 71, 117, 0.50);
  font-size: 16px;
  font-weight: 900;
}

.banner-section .banner-top-section .small-box.commonBg {
  color: #3A4775;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 8px 14px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.05);
}

.banner-section .banner-img-box .imgBox-wrapper .heading {
  color: var(--black-50, #808080);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}

.banner-section .banner-img-box .imgBox-wrapper .img-para-top {
  color: rgba(0, 0, 0, 0.50);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

.banner-section .banner-img-box .imgBox-wrapper .img-para-bottom {
  color: rgba(0, 0, 0, 0.50);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.banner-section .banner-img-box .imgBox-wrapper .img-para-bottom span {
  text-decoration: underline;
}

.banner-section .bold-blue-text {
  margin: 20px 0;
}

.banner-section .banner-img-box .img-container {
  margin-right: 15px;
}

/** Banner Sction End**/
.content-container .blog-fullWidthCol {
  padding: 100px 0;
}

.content-section p {
  color: #1F1F1F;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.content-section .blog-circel-section {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  width: 100%;
}

.content-section .blog-circel-section i {
  font-size: 100px;
  margin-right: 18px;
  color: var(--pastel-blue-10, #F3F7F9);
}

/** Slider Sction starts**/
.story-section .story-heading {
  color: #3A4775;
  font-family: Lato;
  font-size: 36px;
  font-weight: 700;
}

.story-section .customSwiper .customSlide {
  position: relative;
  width: 33.33% !important;
  padding: 0px 20px;
}

.story-section .storySwiperBox {
  width: 1400px;
}

.box-inner-section {
  width: 100%;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: rgba(136, 179, 197, 0.10);

}

.story-section .storySwiperBox .moreBtn {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(60, 72, 118, 0.50);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  border: none;
  padding: 6px 14px;
}

.story-section .storySwiperBox .moreBtn.active {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #FFF;
}

.story-section .storySwiperBox .feedback-body {
  margin-bottom: 20px;
}

.story-section .storySwiperBox .moreBtn i {
  color: #3a4775;
  margin-left: 9px;
  font-size: 14px;
}



.box-inner-section .client-info {
  display: flex;
  align-items: center;
}

.box-inner-section .client_img {
  position: relative;
  width: 70px;
  margin-right: 14px;
}

.box-inner-section .client_img img {
  position: relative;
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.box-inner-section .client_details .client-name {
  color: #3A4775;
  font-size: 18px;
  font-weight: 600;
}

.box-inner-section .client_details .client-place {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.story-section .pagination_box .swiper-pagination span.swiper-pagination-bullet {
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
}

.story-section .pagination_box .swiper-pagination span.swiper-pagination-bullet-active {
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background: #3A4775 !important;
}

.story-section .box-inner-section .feedback-body .feedback-title {
  color: #3A4775;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}

.story-section .box-inner-section .feedback-body .feedback-para {
  color: rgba(0, 0, 0, 0.50);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.story-section .box-inner-section .star-wrapper {
  position: relative;
  margin-top: 3px;
  width: 100%;
  display: flex;
  align-items: center;
}





/** Slider Sction end**/
.footer-top-section {
  overflow: hidden;
}

.footer-top-section .blog-leftSec {
  position: relative;
  padding-top: 50px;
  display: block;
}

.footer-top-section .blog-leftSec img:first-child {
  position: absolute;
  bottom: -5px;
  left: -85px;
}

.footer-top-section .blog-leftSec img:last-child {
  position: relative;
}

.footer-top-section .blog-rightSec {
  padding: 0 50px;
}

.footer-top-section .blog-rightSec .footer-para {
  color: rgba(0, 0, 0, 0.50);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.footer-top-section .blog-rightSec .bold-blue-text {
  margin: 20px 0;
}

@media screen and (max-width:1375px) {
  .story-section .customSwiper .customSlide {
    width: 50% !important;
    padding-bottom: 54px;
  }
}

@media screen and (max-width:1200px) {
  .banner-section .blog-leftSec {
    padding: 50px;
  }

  .banner-section .inner-content-section {
    height: 100%;
  }

  .story-section .story-top-section {
    padding: 40px;
  }
}

@media screen and (min-width:1200px) {
  .banner-section .inner-content-section {
    height: 100%;
  }

  .story-section .story-top-section {
    margin: 30px 0;
  }
}

@media screen and (min-width:1400px) {
  .banner-section .blog-leftSec {
    padding: 40px 70px;
  }

  .banner-section .inner-content-section {
    height: 600px;
  }
}

@media screen and (min-width:1600px) {
  .banner-section .blog-leftSec {
    padding: 50px 90px;
  }
}

@media screen and (min-width:1800px) {
  .banner-section .blog-leftSec {
    padding: 50px 120px;
  }
}

/** Mobile Responsive Start**/
@media screen and (max-width:768px) {
  .content-container {
    padding: 40px;
  }

  .inner-content-section {
    width: 100%;
  }

  .blog-leftSec,
  .blog-rightSec {
    width: 100%;
  }

  .story-section .customSwiper .customSlide {
    padding-bottom: 54px;
    width: 100% !important;
  }

  .client-feedback-box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .client-feedback-box .right-col {
    padding-left: 0px;
    text-align: center;
    padding-top: 20px;
  }

  .content-container .blog-fullWidthCol {
    padding: 40px;
  }

  .footer-top-section .blog-leftSec img:first-child {
    width: 100%;
    left: 0;
    bottom: -40px;
  }

  .footer-top-section .blog-leftSec img:last-child {
    width: 100%;
    bottom: -70px;
  }

  .footer-top-section .register_btn {
    width: 100%;
  }

  .banner-section .inner-content-section {
    background-image: none;
    height: 100%;
  }

  .banner-section .blog-leftSec {
    padding: 40px;
  }

  .story-section .story-top-section {
    padding: 30px;
  }
}

@media screen and (max-width:575px) {
  .content-container {
    padding: 0;
  }

  .story-section .content-container {
    padding: 50px 0;
  }

  .banner-section .banner-img-box {
    display: block;
  }

  .banner-section .banner-img-box .img-container {
    margin-bottom: 15px;
  }

  .client-feedback-box .right-col {
    width: 100%;
  }

  .content-container .blog-fullWidthCol,
  .banner-section .blog-leftSec {
    padding: 30px;
  }

}

@media screen and (max-width: 460px) {
  .footer-top-section .blog-rightSec {
    padding: 0 25px;
  }
}

/** Mobile Responsive end**/