body {
  scroll-behavior: smooth;
}

* {
  font-family: 'Lato', sans-serif;
}

.commonSection {
  padding: 100px 0;
}

.content-container {
  width: 100%;
  padding: 50px 100px 0;
  display: flex;
  justify-content: center;
}

.inner-content-section {
  width: 1350px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.success-leftSec,
.success-rightSec {
  width: 50%;
}

.success-leftSec {
  padding: 60px 0;
}

.success-fullWidthCol {
  width: 100%;
}

/** Banner Sction starts**/
.banner-section .inner-content-section {
  align-items: flex-end;
}

.banner-section {
  background-color: #f2f2f2;
  overflow: hidden;
}

.banner-section .success-rightSec {
  position: relative;
}

.banner-section .success-rightSec img {
  position: relative;
  width: 100%;
}

/** Responsive Start **/


@media (max-width: 1400px) {
  .about-rightSec img {
    position: relative;
    width: 100%;
    height: auto;
  }
}


@media (max-width: 991px) {

  .about-leftSec,
  .about-rightSec {
    width: 100%;
  }

  .inner-content-section {
    width: 100%;
  }


  .banner-btns {
    margin-top: 40px;
  }

  .banner-btns .solidButton1 {
    margin: 0 auto;
  }

  .commonSection {
    padding: 70px 0 !important;
  }

  .success-leftSec,
  .success-rightSec {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .banner-section .success-rightSec .desktop-img {
    display: block;
  }

  .banner-section .img-section .mob-img {
    display: none;
  }

  .banner-section .success-leftSec {
    display: block;
  }

  .banner-section .res-success-leftSec {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content-container {
    padding: 40px 40px 0;
  }

  .banner-section .content-container {
    padding: 0;
  }

  .banner-btns .solidButton1 {
    margin: 0;
    width: 100%
  }

  .banner-section .success-rightSec .desktop-img {
    display: none;
  }

  .banner-section .img-section .mob-img {
    display: block;
  }

  .banner-section .img-section img {
    position: relative;
    width: 100%;
  }

  .banner-section .success-leftSec {
    display: none;
  }

  .banner-section .res-success-leftSec .res-inner {
    padding: 55px 40px 60px;
  }

  .banner-section .res-success-leftSec .headerOne,
  .banner-section .res-success-leftSec .headerFour {
    text-align: center;
  }

}


/** Responsive End **/

/** Banner Sction end**/


/** About Sction Start **/
.about-section {
  overflow: hidden;
}

.about-section .inner-content-section {
  align-items: flex-end;
}

.about-section .success-leftSec {
  padding: 0;
}

.about-section .success-rightSec {
  padding: 0 0 80px 60px;
}


.about-section .success-leftSec {
  position: relative;
}

.about-section .success-leftSec img {
  position: relative;
  bottom: -10px;
  width: 100%;
  left: -20px;
}

/** Responsive Start **/

@media screen and (max-width: 1199px) {

  .about-section .success-leftSec,
  .about-section .success-rightSec {
    width: 100%;
  }

  .about-section .success-rightSec {
    padding: 0 0 50px;
  }
}

@media screen and (max-width: 768px) {

  .about-section .success-leftSec img {
    bottom: 0;
    left: 0;
  }

  .about-section .success-rightSec .headerThree {
    text-align: center;
  }
}

/** Responsive End **/

/** About Section end **/




/** Select Section Start **/
.select-section {
  background-color: #3A4775;
}

.select-section .content-container {
  padding: 35px;
}

.select-section .success-fullWidthCol .bodyText1 {
  color: #fff !important;
}

.select-section .select-link-wrapper {
  padding: 20px 0 0;
}

.select-section .select-link {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}

.select-section .select-link li {
  margin-right: 20px;
}

.select-section .select-link .bodyText7 {
  color: #fff !important;
}

.select-section .select-link li a {
  color: #fff !important;
  text-decoration: none;
}

.select-section .select-link-wrapper .mobIcon {
  margin-right: 8px;
}

@media screen and (max-width:1375px) {
  .select-section .select-link {
    flex-wrap: wrap;
  }

  .select-section .select-link li {
    width: 18%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
}

@media screen and (min-width:992px) {
  .select-section .select-link-wrapper {
    display: block;
  }

  .select-section .res-select-link-wrapper {
    display: none;
  }
}

@media screen and (max-width:991px) {
  .select-section .select-link {
    display: block;
  }

  .select-section .select-link li {
    margin-bottom: 26px;
    width: 100%;
    display: block;
  }

  .select-section .inner-content-section {
    text-align: center;
  }

  .select-section .select-link-wrapper {
    display: none;
  }

  .select-section .res-select-link-wrapper {
    display: block;
  }

  .select-section .res-select-link-wrapper .select-link {
    margin-top: 30px;
  }

  .select-section .res-select-link-wrapper .mobIcon {
    margin-right: 8px;
  }
}

/** Select Section End **/



/** Story Section Start **/
.story-section .content-container {
  padding: 100px 100px 0;
}

.story-section .inner-content-section {
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
}

.story-section .success-leftSec {
  width: 35%;
  padding: 0 40px 80px 0;
}

.story-section .success-rightSec {
  width: 65%;
}

.story-section .success-leftSec img {
  border-radius: 10px;
  width: 100%;
}

.story-section .res-success-rightSec .img-section img {
  border-radius: 10px;
  width: 100%;
}

.story-section .success-rightSec .bodyText7 {
  margin-bottom: 10px;
}


/** Responsive Start **/
@media screen and (max-width: 1375px) {

  .story-section .success-leftSec,
  .story-section .success-rightSec {
    width: 50%;
  }
}

@media screen and (max-width: 1199px) {

  .story-section .success-leftSec,
  .story-section .success-rightSec {
    width: 100%;
  }

  .story-section .success-leftSec {
    padding: 0 0 50px;
  }

  .story-section .success-rightSec {
    padding: 0 0 50px;
  }
}

@media screen and (min-width:768px) {
  .story-section .success-rightSec {
    display: block;
  }

  .story-section .res-success-rightSec {
    display: none;
  }

  .story-section .success-leftSec {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .story-section .content-container {
    padding: 0;
  }

  .story-section .success-rightSec {
    display: none;
  }

  .story-section .res-success-rightSec {
    display: block;
    padding: 40px;
  }

  .story-section .success-leftSec {
    display: none;
  }

  .story-section .res-success-rightSec .img-section {
    margin-bottom: 30px;
  }

  .story-section .headerFive,
  .story-section .bodyText7 {
    text-align: center;
  }

  .story-section .bodyText7 {
    margin-bottom: 20px;
  }
}

/** Responsive End **/

/** Story Section End **/


/** Slider Section Start **/

.slider-section {
  padding: 80px 0 110px;
}

.catagory_section {
  position: relative;
  width: 100%;
  padding: 70px 0;
  display: flex;
  justify-content: center;
}

.slider-section .catagory_section:first-child {
  padding-top: 0;
}

.slider-section .catagory_section:last-child {
  padding-bottom: 0;
}

.catagory_section .sec_content {
  position: relative;
  width: 1320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.catagory_section .sec_content .sec_head {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}

.catagory_section .sec_content .sec_head .top-icon-img {
  margin-bottom: 10px;
}

.catagory_section .sec_content .prev_btn {
  position: relative;
  width: 60px;
  display: flex;
  justify-content: flex-start;
}

.catagory_section .sec_content .next_btn {
  position: relative;
  width: 60px;
  display: flex;
  justify-content: flex-end;
}

.catagory_section .sec_content .prev_btn .button-prev,
.catagory_section .sec_content .next_btn .button-next {
  width: max-content !important;
  height: max-content !important;
}

.catagory_section .sec_content .prev_btn .button-prev::after,
.catagory_section .sec_content .next_btn .button-next::after {
  display: none;
}

.catagory_section .sec_content .prev_btn .button-prev img,
.catagory_section .sec_content .next_btn .button-next img {
  position: relative;
  width: 43px !important;
}

.catagory_section .sec_content .prev_btn .button-prev img {
  transform: rotate(180deg);
}

.catagory_section .sec_content .prev_btn .button-prev img:first-child,
.catagory_section .sec_content .next_btn .button-next img:first-child {
  display: none;
}

.catagory_section .sec_content .prev_btn .button-prev img:last-child,
.catagory_section .sec_content .next_btn .button-next img:last-child {
  display: block;
}

.catagory_section .sec_content .prev_btn .button-prev.swiper-button-disabled img:first-child,
.catagory_section .sec_content .next_btn .button-next.swiper-button-disabled img:first-child {
  display: block;
}

.catagory_section .sec_content .prev_btn .button-prev.swiper-button-disabled img:last-child,
.catagory_section .sec_content .next_btn .button-next.swiper-button-disabled img:last-child {
  display: none;
}

.catagory_section .sec_content .prev_btn .button-prev.swiper-button-disabled,
.catagory_section .sec_content .next_btn .button-next.swiper-button-disabled {
  opacity: 1;
}

.catagory_section .sec_content .slider_sec {
  position: relative;
  width: calc(100% - 120px);
}

.catagory_section .sec_content .slider_sec::after {
  position: absolute;
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  background-color: #ccc;
  margin-top: 80px;
  left: 18px;
}

.catagory_section .sec_content .slider_sec.last::after {
  display: none;
}

.catagory_section .sec_content .slider_sec .swiper {
  position: relative;
  width: 100%;
}

.catagory_section .sec_content .slider_sec .swiper .swiper-slide {
  position: relative;
  width: 25%;
  padding: 0px 15px;
}

.catagory_section .sec_content .slider_sec .swiper .swiper-slide .news_box {
  position: relative;
  width: 100%;
  min-height: 470px;
  background: #F2F2F2;
  border-radius: 10px;
  overflow: hidden;
}

.catagory_section .sec_content .slider_sec .swiper .swiper-slide .news_box .top_part {
  position: relative;
  width: 100%;
  height: 190px;
}

.catagory_section .sec_content .slider_sec .swiper .swiper-slide .news_box .top_part img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catagory_section .sec_content .slider_sec .swiper .swiper-slide .news_box .top_part p {
  position: relative;
  margin-top: 3px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.24px;
  color: #989898;
  margin-bottom: 14px;
}

.catagory_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part {
  position: relative;
  padding: 20px;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.catagory_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part h4 {
  position: relative;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catagory_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part span p {
  position: relative;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catagory_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part a {
  position: relative;
}

.catagory_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part a i {
  position: relative;
  font-size: 17px;
  margin-left: 5px;
}


.catagory_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part span {
  position: relative;
  margin-left: auto;
}

.catagory_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part img {
  position: relative;
  margin-left: 8px;
}


.catagory_section .sec_content .slider_pagination {
  position: relative;
  width: 100%;
  margin-top: 70px;
}

.catagory_section .sec_content .slider_pagination .swiper-pagination span {
  width: 11px;
  height: 11px;
  margin: 0px 7px;
  opacity: 1;
  background: #B3B3B3;
}

.catagory_section .sec_content .slider_pagination .swiper-pagination span.swiper-pagination-bullet-active {
  background: #3A4775;
}


/** Responsive Start **/


@media (max-width: 1440px) {
  .catagory_section {
    padding: 100px 60px;
  }

  .catagory_section .sec_content {
    width: 100%;
  }

  .catagory_section .sec_content .slider_sec .swiper .swiper-slide {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .catagory_section {
    padding: 70px 60px;
  }

  .catagory_section .sec_content .slider_sec .swiper .swiper-slide {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .catagory_section {
    padding: 70px 0;
  }

  .catagory_section .sec_content .slider_sec .swiper .swiper-slide {
    width: 70%;
    padding: 0px;
    margin-right: 24px;
  }

  .catagory_section .sec_content .prev_btn,
  .catagory_section .sec_content .next_btn {
    display: none;
  }

  .catagory_section .sec_content .slider_sec {
    width: 100%;
    padding: 0 0 0 40px;
  }

  .catagory_section .sec_content .slider_sec::after {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .catagory_section .sec_content .slider_pagination {
    display: none;
  }
}

@media (max-width: 450px) {
  .catagory_section {
    padding: 50px 25px;
  }

  .catagory_section .sec_content .sec_head {
    margin-bottom: 25px;
  }
}

/** Responsive End **/

/** Slider Section end **/


/** Footer Section Start **/
.success-footer-section {
  overflow: hidden;
  background-color: #f2f2f2;
}

.success-footer-section .success-rightSec {
  position: relative;
}

.success-footer-section .success-rightSec img {
  position: relative;
  bottom: -70px;
  width: 100%;
  left: 40px;
}

/** Responsive Start **/

@media screen and (max-width: 991px) {
  .success-footer-section .success-rightSec img {
    position: relative;
    bottom: -55px;
    width: 100%;
    left: 0px;
    height: auto;
  }

  .success-footer-section .success-leftSec {
    text-align: center;
  }
}

/** Responsive End **/

/** Footer Section End **/




/****** Success Indivual Page Design Start ****/



/** User Sction Start **/
.user-section .success-fullWidthCol {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-section .success-fullWidthCol .top-sec {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-section .success-fullWidthCol .top-sec p.summaryText {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #292929 !important;
  margin: 0;
  margin-bottom: 10px;
}

.user-section .success-fullWidthCol .top-sec .headerThree {
  color: #292929;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -1px;
}

.user-section .success-fullWidthCol .top-sec .auther-name-details span {
  font-weight: 700;
  color: #3A4775;
}

.user-section .success-fullWidthCol .top-sec .auther-name-details span.lightblue-text {
  font-weight: 400;
  color: #1babff;
}

.user-section .top-sec .social-icon {
  position: relative;
  display: flex;
  width: max-content;
  justify-content: center;
  margin-top: 10px;
}

.user-section .top-sec .social-icon a {
  width: 40px;
  height: 40px;
  background: #3A4775;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-right: 10px;
  cursor: pointer;
}


.user-section .top-sec .social-icon p {
  position: absolute;
  top: 0;
  left: 106%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}

.user-section .top-sec .social-icon p.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.user-section .top-sec .social-icon p span {
  position: relative;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 15px;
  background: #4BB543;
  color: #FFF;
  border-radius: 0px 4px 4px 0px;
}

.user-section .top-sec .social-icon p span::before {
  content: '';
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 24px;
  height: 24px;
  background: #4BB543;
  z-index: -1;
}

.user-section .success-fullWidthCol .middle-sec {
  display: block;
  width: 1000px;
  height: 536px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.user-section .success-fullWidthCol .middle-sec img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-section .success-fullWidthCol .bottom-sec {
  padding: 50px 0;
  width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.user-section .success-fullWidthCol .bottom-sec p {
  font-size: 20px !important;
  line-height: 28px;
  font-weight: 400;
  color: #292929 !important;
  margin: 0;
  font-style: normal;
  margin-bottom: 15px !important;
  overflow-wrap: break-word;
}

.user-section .success-fullWidthCol .bottom-sec span {
  font-size: 20px !important;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  color: #292929 !important;
}

.user-section .success-fullWidthCol .bottom-sec p a {
  text-decoration: none;
  color: #18ABFF !important;
}

.user-section .darkblue-text {
  font-weight: 700;
  color: #3A4775;
}

.user-section .lightblue-text,
.user-section .bottom-sec .lightblue-text {
  color: #1babff;
}

.user-section .bottom-sec .italic-text {
  font-style: italic;
}


/** Responsive Start **/


@media screen and (max-width:1199px) {
  .user-section .success-fullWidthCol .middle-sec {
    width: calc(100% - 78px);
    height: 380px;
  }
}

@media screen and (max-width:1040px) {
  .user-section .success-fullWidthCol .top-sec {
    width: 100%;
  }

  .user-section .success-fullWidthCol .bottom-sec {
    padding: 48px 38px;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:768px) {
  .user-section .content-container {
    padding: 0;
  }

  .user-section .success-fullWidthCol .top-sec {
    text-align: left;
    padding: 55px 38px 0;
    display: flex;
    flex-direction: column;
  }

  .user-section .success-fullWidthCol .top-sec .bodyText8 {
    text-align: left;
    width: 100%;
  }

  .user-section .success-fullWidthCol .top-sec .headerFour,
  .user-section .success-fullWidthCol .top-sec .headerOne {
    text-align: center;
  }

  .user-section .success-fullWidthCol .middle-sec {
    width: 100%;
    border-radius: 0;
  }

  .user-section .success-fullWidthCol .middle-sec img {
    width: 100%;
    margin: 0;
  }

  .user-section .social-icon {
    display: none !important;
  }

  .user-section .success-fullWidthCol .middle-sec {
    height: 350px;
  }
}

@media screen and (max-width: 450px) {
  .user-section .success-fullWidthCol .middle-sec {
    width: 100%;
    height: 250px;
  }
}

/** Responsive End **/

/** User Section end **/

/** Select Section Start **/
.select-sec {
  background-color: #f2f2f2;
}

.select-sec .content-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.select-sec .success-fullWidthCol .headerFive {
  color: #3A4775 !important;
  padding-bottom: 0;
  cursor: pointer;
}

.select-sec .success-fullWidthCol .headerFive img {
  margin-left: 10px;
  transition: all 0.4s;
}

.select-sec .success-fullWidthCol .headerFive.active img {
  transform: rotate(-180deg);
  transition: all 0.4s;
}

.select-sec .close-comment-section,
.select-sec .open-comment-section {
  width: 65%;
  margin: 0 auto;
}

.select-sec .open-comment-section {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
}

.select-sec .open-comment-section.active {
  max-height: -moz-fit-content;
  max-height: fit-content;
  transition: all 0.4s;
}

.select-sec .open-comment-section .no_comment_line {
  position: relative;
  margin-top: 50px;
  padding-bottom: 45px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #ccc;
}

/* .select-sec .comment-section-wrapper .comment-box {
  padding-bottom: 35px;
} */

.select-sec .comment-section-wrapper .comment-box:last-child,
.select-sec .res-comment-section-wrapper .comment-box:last-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.select-sec .comment-section-wrapper .top_sec {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
}

.select-sec .comment-section-wrapper .top_sec .bodyText5,
.select-sec .res-comment-section-wrapper .top_sec .bodyText5 {
  color: #1babff !important;
  cursor: pointer;
}

.select-sec .comment-section-wrapper .top_sec button,
.select-sec .res-comment-section-wrapper .top_sec button {
  background: transparent;
  border: none;
  cursor: pointer;
}

.select-sec .form-section-wrapper {
  padding: 40px 0 85px;
  padding-bottom: 0;
}

.select-sec .form-section-wrapper .custominput {
  border-radius: 5px;
  border: 2px solid #CCC;
  background: #FFF;
  width: 100%;
  padding: 15px;
}

.select-sec .form-section-wrapper .custominput:focus {
  box-shadow: none;
  outline: none;
}

.select-sec .form-section-wrapper .custominput::placeholder {
  color: #292929 !important;
}


/** Responsive Start **/


@media screen and (max-width: 991px) {

  .select-sec .close-comment-section,
  .select-sec .open-comment-section {
    width: 100%;
    margin: 0;
  }

  .select-sec .content-container {
    padding: 40px 130px;
  }
}

@media screen and (min-width: 768px) {
  .select-sec .comment-section-wrapper {
    display: block;
  }

  .select-sec .res-comment-section-wrapper {
    display: none;
  }

  .select-sec .comment-section-wrapper .top_sec .bodyText5,
  .select-sec .res-comment-section-wrapper .top_sec .bodyText5 {
    display: block;
  }

  .select-sec .comment-section-wrapper .bottom_sec .bodyText5,
  .select-sec .res-comment-section-wrapper .bottom_sec .bodyText5 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .select-sec .content-container {
    padding: 40px 40px;
  }

  .select-sec .inner-content-section {
    justify-content: flex-start;
  }


  .select-sec .comment-section-wrapper {
    display: block;
  }

  .select-sec .res-comment-section-wrapper {
    display: block;
    margin-top: 30px;
  }

  .select-sec .form-section-wrapper .solidButton1 {
    width: 100%;
  }

  .select-sec .res-comment-section-wrapper .top_sec .bodyText4 {
    margin-top: 30px;
  }

  .select-sec .res-comment-section-wrapper .comment-box {
    padding-bottom: 60px;
  }

  .select-sec .success-fullWidthCol .headerFive {
    font-size: 36px;
    line-height: 45px;
  }

  .select-sec .comment-section-wrapper .top_sec .bodyText5,
  .select-sec .res-comment-section-wrapper .top_sec .bodyText5 {
    display: none;
  }

  .select-sec .comment-section-wrapper .bottom_sec .bodyText5,
  .select-sec .res-comment-section-wrapper .bottom_sec .bodyText5 {
    color: #1babff !important;
    cursor: pointer;
    font-size: 18px;
  }

  .select-sec .comment-section-wrapper .bottom_sec .bodyText4,
  .select-sec .res-comment-section-wrapper .bottom_sec .bodyText4 {
    margin-bottom: 5px;
  }

  .select-sec .success-fullWidthCol .headerFive img {
    width: 24px;
  }

}

@media screen and (max-width: 575px) {

  .select-sec .success-fullWidthCol .headerFive {
    font-size: 28px;
  }

  .select-sec .success-fullWidthCol .headerFive img {
    margin-left: 5px;
    width: 20px;
  }
}

@media screen and (max-width: 430px) {

  .select-sec .success-fullWidthCol .headerFive {
    font-size: 24px;
  }

  .select-sec .success-fullWidthCol .headerFive img {
    width: 18px;
  }

  .select-sec .form-section-wrapper .headerSix {
    font-size: 34px;
  }
}

/** Responsive End **/


/** Select Section End **/




/** Slider Section Start **/

.slider-section {
  padding: 80px 0 110px;
}

.success_story_section {
  position: relative;
  width: 100%;
  padding: 70px 0;
  display: flex;
  justify-content: center;
}

.success_story_section .sec_content {
  position: relative;
  width: 1320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.success_story_section .sec_content .sec_head {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}


.success_story_section .sec_content .slider_sec {
  position: relative;
  width: calc(100% - 120px);
}

.success_story_section .sec_content .slider_sec.last::after {
  display: none;
}

.success_story_section .sec_content .slider_sec .swiper {
  position: relative;
  width: 100%;
}

.success_story_section .sec_content .slider_sec .swiper h1 {
  position: relative;
  width: 100%;
  text-align: center;
}

.success_story_section .sec_content .slider_sec .swiper .swiper-slide {
  position: relative;
  width: 25%;
  padding: 0px 15px;
}

.success_story_section .sec_content .slider_sec .swiper .swiper-slide .news_box {
  position: relative;
  width: 100%;
  background: #F2F2F2;
  border-radius: 10px;
  overflow: hidden;
}

.success_story_section .sec_content .slider_sec .swiper .swiper-slide .news_box .top_part {
  position: relative;
  width: 100%;
  height: 190px;
}

.success_story_section .sec_content .slider_sec .swiper .swiper-slide .news_box .top_part img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.success_story_section .sec_content .slider_sec .swiper .swiper-slide .news_box .top_part p {
  position: relative;
  margin-top: 3px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.24px;
  color: #989898;
  margin-bottom: 14px;
}

.success_story_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 298px;
}

.success_story_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part h4 {
  position: relative;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.success_story_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part p {
  position: relative;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.success_story_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part a {
  position: relative;
}

.success_story_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part a i {
  position: relative;
  font-size: 17px;
  margin-left: 5px;
}


.success_story_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part span {
  position: relative;
  margin-left: auto;
}

.success_story_section .sec_content .slider_sec .swiper .swiper-slide .news_box .bottom_part img {
  position: relative;
  margin-left: 8px;
}


.success_story_section .sec_content .slider_pagination {
  position: relative;
  width: 100%;
  margin-top: 70px;
}

.success_story_section .sec_content .slider_pagination .swiper-pagination span {
  width: 11px;
  height: 11px;
  margin: 0px 7px;
  opacity: 1;
  background: #B3B3B3;
}

.success_story_section .sec_content .slider_pagination .swiper-pagination span.swiper-pagination-bullet-active {
  background: #3A4775;
}

@media (max-width: 1440px) {
  .success_story_section {
    padding: 100px 60px;
  }

  .success_story_section .sec_content {
    width: 100%;
  }

  .success_story_section .sec_content .slider_sec .swiper .swiper-slide {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .success_story_section {
    padding: 70px 60px;
  }

  .success_story_section .sec_content .slider_sec .swiper .swiper-slide {
    width: 50%;
  }
}

@media (max-width: 768px) {

  .success_story_section .sec_content .slider_sec .swiper .swiper-slide {
    width: 70%;
    padding: 0px;
    margin-right: 20px;
  }

  .success_story_section .sec_content .prev_btn,
  .success_story_section .sec_content .next_btn {
    display: none;
  }

  .success_story_section .sec_content .slider_sec {
    width: 100%;
  }

}

@media (max-width: 575px) {
  .success_story_section {
    padding: 70px 35px;
  }

  .success_story_section .sec_content .slider_pagination {
    display: none;
  }
}

@media (max-width: 450px) {
  .success_story_section {
    padding: 50px 25px;
  }

  .success_story_section .sec_content .sec_head {
    margin-bottom: 25px;
  }
}

/** Slider Section end **/


/** Footer Section Start **/
.success-footer-section {
  overflow: hidden;
  background-color: #f2f2f2;
}

.success-footer-section .success-rightSec {
  position: relative;
}

.success-footer-section .success-rightSec img {
  position: relative;
  bottom: -10px;
  width: 100%;
  left: 40px;
}


/** Responsive Start **/
@media screen and (max-width: 991px) {

  .success-footer-section .success-leftSec,
  .success-footer-section .success-rightSec {
    width: 100%;
  }

  .success-footer-section .success-rightSec img {
    position: relative;
    bottom: -55px;
    width: 100%;
    left: 0px;
    height: auto;
  }

  .success-footer-section .success-leftSec {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .success-footer-section .success-rightSec .desktop-img {
    display: block;
  }

  .success-footer-section .success-rightSec .mob-img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .success-footer-section .success-rightSec .desktop-img {
    display: none;
  }

  .success-footer-section .success-rightSec .mob-img {
    display: block;
  }

  .success-footer-section .content-container {
    padding: 0 !important;
  }

  .success-footer-section .banner-btns .solidButton1 {
    width: 100%;
  }

  .success-footer-section .success-leftSec {
    padding: 85px 40px 40px;
  }

  .success-footer-section .success-rightSec img {
    bottom: -14px;
  }

}

/** Responsive End **/

/** Footer Section End **/