/*
* Tabs
*/
.rb19.home-tabs {
  padding: 0 0 92px;
}
.nav-tabs {
  text-align: center;
  padding-left: 22px;
}
.home-tabs .tabs-redesign {
  display: inline-block;
  position: relative;
  border-top: solid 1px rgba(91, 125, 149, 0.2);
}

.home-tabs .tabs-redesign li {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.22;
  letter-spacing: 0.22px;
  color: #5b7e96;
  display: inline-block;
  margin: 0 25px;
  cursor: pointer;
  padding-top: 21px;
  position: relative;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
  transition: all 0.5s ease;
}
.home-tabs .tabs-redesign li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -2px;
  height: 5px;
  width: 101.6%;
  background-image: linear-gradient(91deg, #5fb4e4, #5b7d95 100%);
  opacity: 0;
}
.home-tabs .tabs-redesign li.current:after {
  opacity: 1;
}

.home-tabs .tabs-redesign li.current {
  color: #2c3843;
}
.home-tabs .tabs-redesign li:hover {
  color: #2c3843;
}
.home-tabs .tabs-redesign li:hover:after {
  opacity: 1;
}
/* .home-tabs .tabs li:hover {
  background: #51b1b6;
  color: #ffffff;
} */
.home-tabs .tab-contents {
  float: left;
  width: 100%;
  margin-top: 51px;
}
.home-tabs .tab-content {
  display: none;
  float: left;
  width: 100%;
}

.home-tabs .tab-content.current {
  display: block;
}

.home-tabs .tab-content .col-outer {
  float: left;
  width: 100%;
}
.home-tabs .tab-content .img-box {
  float: left;
  width: 42.3%;
  border-radius: 5px;
  overflow: hidden;
  height: 340px;
}
.home-tabs .tab-content .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.home-tabs .tab-content .content-wrap {
  float: left;
  width: 57%;
  padding-left: 80px;
  padding-top: 9px;
}
.home-tabs .tab-content .content-wrap .icon {
  margin-bottom: 20px;
}
.home-tabs .tab-content .content-wrap h6 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.53px;
  color: #415464;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}
.home-tabs .tab-content .content-wrap p {
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.18px;
  color: #5b7e96;
  margin: 11px 0 30px;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}

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

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

@media screen and (max-width: 1150px) and (min-width: 992px) {
  .rb19.home-tabs {
    padding: 0 0 50px;
  }
  .home-tabs .tabs-redesign li {
    font-size: 16px !important;
    margin: 0 10px;
    padding-top: 10px;
  }
  .home-tabs .tabs-redesign li.current:after {
    height: 4px;
  }
  .home-tabs .tabs-redesign li:hover:after {
    height: 4px;
  }
  .home-tabs .tab-content .content-wrap p {
    margin: 9px 0 16px;
  }
  .home-tabs .tab-content .content-wrap {
    padding-left: 50px;
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-tabs {
    padding-left: 0;
  }
  .home-tabs .tab-content .content-wrap .icon {
    margin-bottom: 15px;
  }
  .home-tabs .tab-contents {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .rb19.home-tabs {
    padding: 0 0 40px;
  }
  .home-tabs .tabs-redesign li {
    font-size: 14px !important;
    margin: 0 10px 10px;
    padding-top: 0;
  }
  .home-tabs .tabs-redesign li:after {
    height: 3px;
  }
  .home-tabs .tab-content .content-wrap h6 {
    font-size: 20px;
  }
  .home-tabs .tab-content .content-wrap p {
    font-size: 16px;
    margin: 6px 0 16px;
  }
  .home-tabs .tab-content .content-wrap {
    padding-left: 30px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .rb19.home-tabs {
    padding: 0 0 30px;
  }
  .home-tabs .tab-content .content-wrap h6 {
    font-size: 18px;
  }
  .home-tabs .tab-content .content-wrap p {
    font-size: 16px;
    margin: 6px 0 16px;
  }
  .home-tabs .tab-content .img-box {
    width: 100%;
    height: 300px;
  }
  .home-tabs .tab-content .img-box {
    width: 100%;
    height: 300px;
  }
  .home-tabs .tab-content .content-wrap {
    width: 100%;
    padding-left: 0;
    padding: 30px 0 0;
    text-align: center;
  }
  .home-tabs .tab-content .col-outer {
    max-width: 555px;
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 596px) {
  .home-tabs .tabs-redesign li {
    font-size: 14px;
    margin: 0 10px 10px;
    padding-top: 0;
  }
  .home-tabs .tabs-redesign li:after {
    height: 3px;
  }
}

@media screen and (max-width: 595px) {
  .home-tabs .tabs-redesign li {
    font-size: 14px;
    margin: 0 10px 8px;
    padding-top: 5px;
    line-height: 1.6;
  }

  .home-tabs .tabs-redesign {
    border-top: none;
  }
  .home-tabs .tabs-redesign li:after {
    height: 2px;
  }
}

@media screen and (max-width: 595px) and (min-width: 481px) {
}

@media screen and (max-width: 480px) {
  .nav-tabs {
    padding-left: 0;
    max-width: 280px;
    margin: 0 auto;
  }
  .home-tabs .tabs-redesign li:after {
    top: 26px;
  }
}
