.position-relative {
    position: relative !important;z-index:1;
}
.center-element-wellcare {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
section.wellcare-banner {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding: 120px 0 20px 0;
  display: flex;
  align-items: center;
}
.wellcare-banner h2 {
      margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    color: #14176c;
    margin-bottom: 10px;
}
.wellcare-banner p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: #000;text-align:justify;
  margin: 0 0 10px 0;
  text-decoration: none;
}
.wellcare-banner .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .wellcare-banner h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .wellcare-banner p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .wellcare-banner .btn-get-started,
  .wellcare-banner .btn-watch-video {
    font-size: 13px;padding:4px 15px;letter-spacing:0;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
.text-left{text-align:left!important;}
.wellcare-provider-cred{position:relative;padding:20px 0;}
.wellcare-provider-cred .title_sections h2{font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    color: #14176c;
    margin-bottom: 20px;}
.wellcare-provider-cred p{font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;text-align:justify;}
.choose_thumb {
    position: relative;
    z-index: 1;
    margin-left: -37px;
}
.choose_thumb_shpae {
    position: absolute;
    top: 10%;
    right: 12%;
    z-index: -1;
}
.choose_thumb_shpae2 {
    position: absolute;
    bottom: -6%;
    left: 7%;
    z-index: -1;
}

/* choose right */
.choose_right {
    position: relative;
    z-index: 1;
}
.choose_one {
    position: absolute;
    top: -7%;
    right: -5%;
}
.choose_two {
    position: absolute;
    bottom: 7%;
    right: -18%;
    z-index: -1;
}
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}
.title_sections h2{font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    color: #14176c;
    margin-bottom: 10px;}
.title_sections p{font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;}
/* Iconbox 2 */
.wptb-why-choose-one{padding:20px 0 40px 0;}
.wptb-why-choose-one .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-transform: none;
    position: relative;
    color: #14176c;
}
.wptb-why-choose-one .title_sections p{font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;}
.wptb-icon-box2 {
    display: inline-block;
    background: #fff;
    padding:20px 30px;
    margin-bottom: 30px;
    height: 100%;
}
.wptb-icon-box2.active,
.wptb-icon-box2:hover {
    background: #333;color:#fff;
}
.wptb-icon-box2.active,
.wptb-icon-box2:hover {
    background: #333;color:#fff;
}
.wptb-icon-box2 .wptb-item--title {
    margin-top: 15px;
    margin-bottom: 15px;text-transform:capitalize;
    font-size:20px;font-weight:600;color:#000;
}
.wptb-icon-box2 .wptb-item--description {
    font-size: 15px;
    line-height: 26px;
    font-weight:500;text-align:justify;
}
.wptb-icon-box2.active .wptb-item--title,
.wptb-icon-box2:hover .wptb-item--title {
    color: #fff;
}
.wptb-icon-box2.active .wptb-item--description,
.wptb-icon-box2:hover .wptb-item--description {
    color: #fff;
}

.wptb-video-player1 {
    position: relative;
    height: 100%;
    min-height: 500px;
    background-position: 100% 50%;
    background-size: cover!important;
    background-repeat: no-repeat;background:url(../img/credential/wellbg-5.jpg);
}

.wptb-video-player1 .wptb-item--inner {
	position: relative;
    height: 100%;
}

.wptb-video-player1 .wptb-item--inner .wptb-item--holder {
    position: relative;
    padding: 0px 0px;
    width: 100%;
    height: 100%;
}
.wptb-video-player1 .wptb-item--image img {
    width: 100%;
    min-height: 400px;
    height: 836px;
    object-fit: cover;
}
/* Iconbox 2 - Style Two */
.wptb-icon-box2.style2 {
    background-color: transparent;
    padding: 0px;
}
.wptb-icon-box2.style2 + .wptb-icon-box2.style2 {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .wptb-icon-box2.style2 + .wptb-icon-box2.style2 {
        margin-top: 20px;
    }
}
/* Iconbox 2 - Style Three */
.wptb-icon-box2.style3 {
    background-color: transparent;
    border-bottom: 6px solid transparent;
    padding: 40px;
    margin-bottom: 0px;
}
/* Image Box 1 */
.wptb-image-box1 {
    margin-bottom: 30px;
}
.wptb-image-box1 .wptb-item--inner {
	position: relative;
    padding: 50px 25px 30px;
    text-align: center;
}

.wptb-image-box1 .wptb-item--image {
    overflow: hidden;
}

.wptb-image-box1 .wptb-item--image img {
    width: 100%;
}

.wptb-image-box1 .wptb-item--image a {
	display: block;
}

.wptb-image-box1 .wptb-item--inner .wptb-item--holder {
    position: relative;
    width: 100%;
}
.wptb-image-box1 .wptb-item--inner .wptb-item--title {
    font-size: 32px;
	margin-bottom: 15px;color:#fff
}

.wptb-image-box1 .wptb-item--inner .wptb-item--title a {
	color: #fff;
}

.swiper-slide-active .wptb-image-box1 .wptb-item--inner .wptb-item--title a,
.wptb-image-box1.active .wptb-item--inner .wptb-item--title a,
.wptb-image-box1 .wptb-item--inner .wptb-item--title a:hover {
	color: #000;
}

.wptb-image-box1 .wptb-item--inner .wptb-item--description {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    margin-bottom: 55px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    
}

.wptb-image-box1 .wptb-item--button .btn-three {
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    height: 52px;
    width: 100%;
    margin-top: 30px;
}
.bg-color-ffffff {
  background-color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .financial-image .financial-card {
    top: 160px;
    left: 0;
  }
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 15000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

@keyframes pop {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes rotate-vertical {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.wellcare-cta1-wrapper{padding:0 0 20px 0;position:relative;}
.wellcare-cta1::after {
  content: "";
  position: absolute;
  left: -28px;
  bottom: 0px;
  z-index: 0;
  width: 0;
  height: 0;
  border-left: 36px solid transparent;
  border-right: 0px solid transparent;
  border-top: 60px solid #b3c2d6;
}
.wellcare-cta1 {
  max-width: 100%;
  margin: 0;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2) inset;
  position: relative;
  z-index: 1;-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.wellcare-cta1 h3{color:#14176c;font-size:30px;line-height:40px;font-weight:700;}
.wellcare-cta1 p{color:#000;font-size:15px;line-height:24px;font-weight:500;margin-bottom:30px;padding:0 40px;}
.wellcarecta1  img{position:absolute;bottom:-2px;right:20px;height:320px;}
.wellcare-cta1 .learnbutton {background:#1976d2;color:#fff;padding:10px 20px;font-size:18px;
border-radius:10px;border:2px solid #1976d2;font-weight:600;margin: 0 auto;}
.wellcare-cta1 .learnbutton:hover {border: 2px solid #1976d2;background: #fff;color: #1976d2;}
@media (min-width:100px) and (max-width:767px){
img{max-width:100%;}
section.wellcare-banner {padding: 90px 0 20px 0;}
.wellcare-banner h3 {text-align: center;}
.center-element-wellcare{position:relative;}
.wellcare-banner h2 {font-size: 32px;line-height: 40px;text-align: center;}
.wellcare-banner p {font-size: 14px;line-height: 24px;margin-bottom: 10px;}
.title_sections h2 {font-size: 28px;line-height: 38px;margin-bottom: 10px;font-weight: 700;text-align: center;}
.title_sections p {font-size: 14px;text-align: center;}
.choose_thumb {margin-left: 0;}
.wptb-why-choose-one .section-title h2{font-size:26px;line-height:36px;}
.section-title p {margin-bottom: 0;font-size: 14px;line-height: 24px;font-weight: 500;}
.title_sections h2{font-size: 28px;line-height: 38px;}
.title_sections p{font-size: 14px;font-weight: 500;line-height: 26px;}
.wptb-icon-box2 .wptb-item--description {font-size: 14px;text-align: center;}
.wptb-icon-box2.active, .wptb-icon-box2:hover {text-align: center;}
.wptb-icon-box2{text-align: center;}
.wellcare-cta1{padding:20px 20px 30px 20px;}
.wellcare-cta1 p {font-size: 14px;line-height: 26px;margin-bottom: 20px;padding: 0;}
.wellcare-cta1 .learnbutton{font-size:15px;}
.wptb-video-player1 {min-height: 200px;background-size: cover!important;background-position:center!important;}
section.wptb-why-choose-one{padding:20px 0;}
}