@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
*{
    margin:0;
    padding:0;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a:hover, a:focus{
    text-decoration: none;
    border: none;
    box-shadow: none;
}
a{
    transition: 0.4s all ease-in-out;
    text-decoration: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}


section{
    float: left;
    width: 100%;
}
body{
   font-family: 'Poppins', sans-serif;
background: #fcfbf9;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    background-color: #9e8b8b
}

::-webkit-scrollbar-thumb {
    background-color: #a9a298
}

/*Header css here*/
.header-area .top-header-area .header-content-right li a i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 15px;
  background-color: #0057a7;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: 1px;
}
.top-header-area .header-content-left img {
  width: 150px;
  object-fit: cover;
}
.header-area .top-header-area .header-content-right li {
  display: inline-block;
  padding-right: 30px;
  color: #0057a7;
}
.header-area .top-header-area .header-content-right li a {
  color: #000;
}
ul.header-content-right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: auto;
  margin: auto;
}
header.header-area {
  padding: 10px 0;
  background: #F4F6F8;
}
.header-area .top-header-area .header-content-right li:last-child {
  padding: 0;
}
ul.header-content-right li a {
  background: #0044a7;
  color: #fff !important;
  padding: 15px 20px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
}
ul.header-content-right li a:hover {
  background: #ffbb38;
  color: #000 !important;
}
/*Header css end here*/
/*banner sec css start here*/

.form-info {
    border-radius: 3px;
    padding: 25px 25px 25px;
    background-color: #ffffff;
    box-shadow: 10px 11px 17px 0px #cccccc6b;
    border-radius: 0;
    position: relative;
}
.form-info:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 109px;
    background: #0044a7;
    content: '';
    top: 0;
    z-index: 0;
}
.form-info {
    position: relative;
    z-index: 3;
}
.form-info h2 {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 9;
    }

.form-info .form-group {margin-bottom: 15px;}

.form-info .form-group input.form-control {
    height: 48px;
    outline: none;
    color: #999;
    box-shadow: none;
    padding: 6px 23px;
    background: #f5f5f5;
    border-color: #eee;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dcdcdc;
    }

.form-info button {
    background: #ffbb38 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inherit;
    color: #000;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 4px;
    border-bottom: 4px solid #ce8d0e;
    }

.form-info button:hover {background: #2571e0;color: #fff;}
.form-info a {
    background: #ffbb38 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inherit;
    color: #000;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 4px;
    border-bottom: 4px solid #ce8d0e;
    }

.form-info a:hover {background: #2571e0;color: #fff;}
.form-info span.form-title.text-center {
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 17px;
    position: relative;
    z-index: 9;
    padding-bottom: 22px;
}

.banner-form {position: relative;top: 0;left: auto;right: 0;width: 100%;float: right;}
.banner-sec{
    background: url(https://cdn-fincart.azureedge.net/website/Images/PMS/slide-1.jpg);
    background-position: -82px 0;
}
section.banner-sec {position: relative;padding: 60px 0;background-size: cover;min-height: 100vh;}
.carousel-caption a.btn.circle.btn-dark.border.btn-md {background-color: #0044a7;
    color: #ffffff !important;
    border: 2px solid #323a45;
    margin-top: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 12px 40px 12px;text-transform: uppercase;font-weight: 600;border: none !important;}

.carousel-caption a.btn.circle.btn-dark.border.btn-md:hover {background: #ffbb38;
    color: #000 !important;}
.top-banner {
    text-align: center;
    margin-bottom: 50px;
}

.top-banner h1 {
    font-size: 43px;
    color: #0044a7;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}

.top-banner span {
    font-size: 23px;
    font-weight: 600;
    color: #0044a7;
}
.form-info .form-group select.form-select.form-control {
    height: 48px;
    outline: none;
    color: #999;
    box-shadow: none;
    padding: 6px 23px;
    background-color: #f5f5f5 !important;
}
.banner-video p {
    font-weight: 400;
    line-height: 27px;
    font-size: 16px !important;
    margin-bottom: 10px;
    padding: 10px 0 0;
}

.banner-video span {
    font-weight: 600;
    color: #0044a7;
    font-size: 18px;
}
/*banner sec css end here*/
/**/
section.goals-sec {
    padding: 50px 0;
    background: #ffffff;
    box-shadow: -12px -11px 16px 5px #bfbcbc61;
}
section.goals-sec-bg {
    padding: 50px 0;
    background: url(https://cdn-fincart.azureedge.net/website/Images/PMS/road-map.png)  no-repeat;
    background-size: 100%;
    height: 500px;
    background-attachment: fixed;
}
.goals-text h2 {
    font-weight: 800;
    color: #0057a7;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 15px;
}

.why-choose-minty .bg-imgs .bg {
    display: block;
    width: 58%;
    height: 79vh;
    margin: 0 auto;
}
.why-choose-minty .main-heading {
    position: absolute;
    top: 4%;
    left: 63%;
    z-index: 1;
    font-size: 32px;
    display: block;
    margin-top: 30px;
    color: #0057a7;
    font-weight: 800;
    margin-top: 62px;
}
.why-choose-minty .bg-pink {
    background: #ebf2f8;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
#sync1.owl-theme {
    position: relative;
}
.owl-theme .owl-dots .owl-dot span:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #005da9 !important;
    position: absolute;
    left: 0;
    border-radius: 30px;
}
.why-choose-minty .owl-dots .owl-dot.active span:before {
    width: 78px;
    -webkit-transition: 0.4s width ease;
    -ms-transition: 0.4s width ease;
    transition: 0.4s width ease;
}
.why-choose-minty .minty-container .white-container {
    max-width: 450px;
    width: 450px;
    margin: 10px;
    overflow: unset;
}
.why-choose-minty .minty-container .white-container {
    max-width: 450px;
    width: 450px;
    margin: 10px;
    overflow: unset;
} .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #d8f4ff;
    margin-right: 10px;
    border-radius: 10px;
}

div#sync2 {}

div#sync2 .owl-nav {
    position: absolute;
    right: 0;
    z-index: 999;
}

div#sync2 .owl-nav button {
    background: #005da914;
    padding: 10px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

section.why-choose-minty {
    padding: 0;
    position: relative;
}

section.why-choose-minty .hidden-xs.hidden-sm {
    display: none;
}
.white-container p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    letter-spacing: 0.2px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h3.color-blue {
    font-size: 18px;
    font-weight: 500;
}
.goals-text p {
    font-weight: 400;
    line-height: 27px;
    font-size: 16px !important;
    margin-bottom: 10px;
}
section.goals-sec .row {
    align-items: center;
}
section.schedule-sec {
    background-image: url(https://cdn-fincart.azureedge.net/website/Images/PMS/cta-bg.png);
    padding: 50px 0;
    text-align: center;
    background-color: #024ab3;
    background-attachment: fixed;
}

.schedule-text h2 {
    font-weight: 800;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 10px;
}

.schedule-text  p {
    color: #fff;
    font-weight: 400;
    line-height: 27px;
    font-size: 20px !important;
    margin-bottom: 10px;
}

.why-choose-minty .minty-container .white-container {
    max-width: 450px;
    width: 450px;
    margin: 10px;
    overflow: unset;
    margin: 90px 20px;
    position: relative;
    left: -71px;
    margin-top: 148px;
}

.white-container {
    background: #ffffff;
    box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 8%);
    padding: 45px;
    border-radius: 20px;
    overflow: hidden;
}

.why-choose-minty .owl-dots {
    text-align: center !important;
    position: absolute;
    width: 100%;
    /* bottom: -60%; */
}


.schedule-text a {
    background: #ffbb38;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    margin: 15px 0;
    border-radius: 5px;
    font-weight: 600;
}
section.fincart-paln {
    padding: 50px 0;
    background: #fff;
}

.fincart-paln-text h2 {
    font-weight: 800;
    color: #0057a7;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 15px;
}

.fincart-paln-text p {
    font-weight: 300;
    line-height: 24px;
    font-size: 17px;
}

.single-plan h5 {
    font-weight: 800;
    font-size: 22px;
    color: #0057a7;
}

section.fincart-paln .row {
    /* align-items: center; */
}
.fincart-paln-text.plan-top {
    text-align: center;
    margin-bottom: 50px;
}
/**/
/**/
section.testimonials-sec .title-inner {text-align: center;margin-bottom: 0px;}

section.testimonials-sec .title-inner h2.title {
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 800;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    }
.item-content {
    
text-align: left;
    
padding: 0;
    
/* height: 570px; */
    
/* background-color: #ffffff; */
    
text-align: center;
    
padding-top: 0;
    
text-align: justify;
}
.item-content p {
    font-size: 12px;
    color: #141414;
    margin: 20px 1px;
    text-transform: none;
    font-weight: 400;
    background: #ffc62d;
    padding: 20px;
    height: 200px;
    border-radius: 4px;
    }
.testimonial-content {
    display: flex;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
}
.image-wrap img {
    width: 80px;
    height: 80px;
    border-radius: 50px 50px 50px 50px;
}
.testimonial-information {
    padding: 0 0 0 25px;
    text-align: left;
}
.testimonial-information .testimonial-name {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 0;
}
.testimonial-information span.testimonial-title {
    color: #2d2c2c;
    font-weight: 600;
    padding-bottom: 5px;
    display: inline-block;
}
.ratings img {
    width: 100px !important;
}
.testimonials-silde .owl-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 0;
}
.testimonials-silde .owl-nav button {
    background: #fff !important;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    color: #fff;
}
.testimonials-silde .owl-nav button i {
    color: #0057a7;
    font-size: 18px;
    }
.item-content span img {
    width: 48px !important;
    filter: brightness(0) invert(1);
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 35px;
}
section.testimonials-sec {
    background: #003967;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
/**/
section.fearured-sec {
    background: #eaeaea;
    padding: 40px 0;
}

.fearured-text {
    text-align: center;
}

.fearured-text h2 {
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: 800;
    color: #0057a7;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}
.fearured-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
}


.fearured-text ul li img {
    width: 110px;
    /* filter: brightness(0) invert(1); */
}

.fearured-text ul li {
    border: 1px solid #fff;
    padding: 10px;
    margin: 0 1px;
    height: 97px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background: #fff;
    border: 2px solid #ffffff;
    width: 24%;
    text-align: center;
}
section.doubt-sec {
    padding: 50px 0;
    background: #f6f6f6;
}

.doubt-text {
    text-align: center;
    margin-bottom: 20px;
}

.doubt-text h2 {
    margin-bottom: 0;
    font-weight: 800;
    color: #0057a7;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.doubt-text span {
    font-size: 18px;
    font-weight: 600;
    color: #ffbb38;
}
/**/
/**/
footer {
  padding: 60px 0;
  background-color: #021c3c;
}
.footer-logo p {
  color: #f8f8f8;
  font-size: 16px;
  padding: 20px 0 0;
}
.news-latter label {
  color: #f8f8f8;
  font-size: 16px;
}
.news-latter form {
  display: flex;
}
.news-latter form input.form-control {
  border-radius: 0;
  height: 45px;
}
.news-latter form button#mc-submit {
  border: none;
  background: #ffbb38;
  color: #555453;
  padding: 0 20px;
  font-weight: 500;
  cursor: pointer;
}
.social-icon {
  float: right;
  vertical-align: bottom;
}
.social-icon ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}
.social-icon ul li {
  display: inline-block;
  padding: 0 5px;
}
.social-icon ul li a {
  background: #ffffff;
  color: #555453;
  padding: 5px 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
}
.social-icon ul li a i {
  font-size: 16px;
}
.social-icon ul li a:hover {
  background: #ffbb38;
}
.social-icon p {
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  text-align: right;
  padding: 10px 0 0;
  margin-bottom: 0;
  float: right;
}
.footer-logo p a {
  color: #f8f8f8;
}
.footer-logo img {
  width: 140px;
}
footer {float: left;width: 100%;}
/**/
section.contact-from .col {
    width: 25%;
    float: left;
    margin: 0;
    padding: 6px;
}
section.contact-from .col .form-group {
    margin: 0;
}
section.contact-from .col input {
    border-radius: 0;
    border: 1px solid #afa9a9;
    padding: 10px;
    height: 46px;
    background: transparent;
}
input.submit.btn.btn-info {
    width: 100%;
    border: none;
    font-size: 16px;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    background: #ffbb38;
    text-transform: uppercase;
    font-weight: 600;
}
a.submit.btn.btn-info {
    width: 100%;
    border: none;
    font-size: 16px;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    background: #ffbb38;
    text-transform: uppercase;
    font-weight: 600;
}
.single-plan {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.single-plan:last-child {
    border: none;
}
.plan-img img {
    border-radius: 10px;
}
.goals-img {
    text-align: center;
}


section.banner-sec .banner-video {
    margin-top: 35px;
    max-width: 450px;
}

section.banner-sec .banner-video h5 {
    font-size: 27px;
    line-height: 30px;
    font-weight: 200;
    color: #0f0f0f;
}

section.banner-sec .banner-video h4 {
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

section.banner-sec .banner-video p {
    color: #fbc040;
    font-weight: 700;
    font-size: 26px !important;
}

section.banner-sec {}
section.banner-sec .banner-video a.btn.btn-info img {
    width: 26px;
    filter: invert(1);
}

section.banner-sec .banner-video a.btn.btn-info {
    background: #0067ff;
    color: #fff;
    border-radius: 40px;
    padding: 10px 30px;
    border: none;
    text-transform: uppercase;
}
.how-it-block {
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 5px 6px 11px 3px #cccccc00;
    min-height: 240px;
    border-bottom: 3px solid #ffffff;
    transition: all 0.4s;
    transform: scale(1);
}

.how-it-block h3.how-it-no {
    font-size: 50px;
    color: #0057a7;
}

.how-it-block h2 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}

.how-it-block h2 + ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 9px;
    color: #000;
}

.how-it-block h2 + ul li:before {
    position: absolute;
    left: 0;
    width: 19px;
    height: 20px;
    background: url(https://cdn-fincart.azureedge.net/website/Images/PMS/point.png);
    content: '';
    background-size: contain;
}

section.fincart-paln.steps .fincart-paln-text.plan-top p {
    font-weight: 500;
}

section.fincart-paln.steps .fincart-paln-text.plan-top h2 {
    margin: 0;
}

section.fincart-paln.steps .fincart-paln-text.plan-top h4 {
    font-size: 20px;
    font-weight: 400;
    color: #474747;
}
section.goals-sec a.btn.btn-danger {
    background: #ffbb38;
    color: #000;
    border-color: #eda823;
    border: navajowhite;
    margin-top: 10px;
    padding: 10px 24px;
    font-weight: 600;
}
section.goals-sec.bg-light {
    background: #fff !important;
}

section.fincart-paln.steps {
    background: #f5f5f5;
}
section.fincart-paln.benefits-ui {}

section.fincart-paln.benefits-ui h2 {
    font-weight: 800;
    color: #0057a7;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 30px;
}

section.fincart-paln.benefits-ui ul li {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-bottom: 1px solid #cccccc80;
    margin-bottom: 25px;
    border-radius: 20px;
}

section.fincart-paln.benefits-ui ul li:before {
        position: absolute;
    left: 0;
    width: 19px;
    height: 20px;
    background: url(https://cdn-fincart.azureedge.net/website/Images/PMS/point.png);
    content: '';
    background-size: contain;
}
.fearured-text ul li a {
    display: block;
    text-align: center;
    width: 100%;
}



section.fincart-paln.steps .col-md-4:nth-child(3) .how-it-block {
    border-bottom: 3px solid #0057a7;
}

.how-it-block:hover {
    border-color: #0057a7;
    transition: all 0.4s;
    transform: scale(1.1);
}

.form-info:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #0044a7;
    content: '';
    margin: 0 auto;
    top: 21%;
    transform: rotate(45deg);
}

.form-info #regform {
    margin-top: 39px;
}
.mobile-banner{
    display: none;
}
.banner-video video{
    width: 100%;
}
/*financial health tool sec css start here*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
*{
    margin:0;
    padding:0;
}
.fp-health ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.fp-health a:hover, a:focus{
    text-decoration: none;
    border: none;
    box-shadow: none;
}
.fp-health a{
    transition: 0.4s all ease-in-out;
    text-decoration: none;
}
.fp-health ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.fp-health img {
    max-width: 100%;
    height: auto;
}


.fp-health section{
    float: left;
    width: 100%;
}
.fp-health body{
   font-family: 'Poppins', sans-serif;
background: #fcfbf9;
}
.fp-health ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.fp-health ::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    background-color: #9e8b8b
}

.fp-health ::-webkit-scrollbar-thumb {
    background-color: #a9a298
}

/*Header css here*/
.fp-health .header-area .top-header-area .header-content-right li a i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 15px;
  background-color: #0057a7;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: 1px;
}
.fp-health .top-header-area .header-content-left img {
  width: 150px;
  object-fit: cover;
}
.fp-health .header-area .top-header-area .header-content-right li {
  display: inline-block;
  padding-right: 30px;
  color: #0057a7;
}
.fp-health .header-area .top-header-area .header-content-right li a {
  color: #000;
}
.fp-health ul.header-content-right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: auto;
  margin: auto;
}
.fp-health header.header-area {
  padding: 10px 0;
  background: #F4F6F8;
}
.fp-health .header-area .top-header-area .header-content-right li:last-child {
  padding: 0;
}
.fp-health ul.header-content-right li a {
  background: #0044a7;
  color: #fff !important;
  padding: 15px 20px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
}
.fp-health ul.header-content-right li a:hover {
  background: #ffbb38;
  color: #000 !important;
}
/*Header css end here*/
/*banner sec css start here*/

.fp-health .form-info {
    border-radius: 3px;
    padding: 25px 25px 25px;
    background-color: #ffffff;
    box-shadow: 10px 11px 17px 0px #cccccc6b;
    border-radius: 0;
    position: relative;
}
.fp-health .form-info:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 105px;
    background:
    url(https://cdn-fincart.azureedge.net/website/Images/financialplan2/form-after.png);
    content: '';
    top: 0;
    z-index: 0;
}
.fp-health .form-info {
    position: relative;
    z-index: 3;
}
.fp-health .form-info h2 {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 9;
    }

.fp-health .form-info .form-group {margin-bottom: 15px;}

.fp-health .fp-health .form-info .form-group input.form-control {
    height: 48px;
    outline: none;
    color: #999;
    box-shadow: none;
    padding: 6px 23px;
    background: #f5f5f5;
    border-color: #eee;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dcdcdc;
    }

.fp-health .form-info button {
    background: #ffbb38 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inherit;
    color: #000;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 4px;
    border-bottom: 4px solid #ce8d0e;
    }

.fp-health .form-info button:hover {background: #2571e0;color: #fff;}

.fp-health .form-info a {
    background: #ffbb38 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inherit;
    color: #000;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 4px;
    border-bottom: 4px solid #ce8d0e;
    }

    .fp-health .form-info a:hover {
    background: #2571e0;color: #fff;
    border-bottom: 4px solid #0845a1;
}

.fp-health .form-info span.form-title.text-center {
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 17px;
    position: relative;
    z-index: 9;
    padding-bottom: 10px;
}

.fp-health .banner-form {position: relative;top: 0;left: auto;right: 0;width: 100%;float: right;}

.fp-health section.banner-sec {position: relative;padding: 60px 0;/* background: url('../images/banner-before.png') no-repeat; */background-size: contain;min-height: 100vh;}
.fp-health .carousel-caption a.btn.circle.btn-dark.border.btn-md {background-color: #0044a7;
    color: #ffffff !important;
    border: 2px solid #323a45;
    margin-top: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 12px 40px 12px;text-transform: uppercase;font-weight: 600;border: none !important;}

.fp-health .carousel-caption a.btn.circle.btn-dark.border.btn-md:hover {background: #ffbb38;
    color: #000 !important;}
.fp-health .top-banner {
    text-align: center;
    margin-bottom: 50px;
}

.fp-health .top-banner h1 {
    font-size: 43px;
    color: #0044a7;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}

.fp-health .top-banner span {
    font-size: 23px;
    font-weight: 600;
    color: #0044a7;
}
.fp-health .form-info .form-group select.form-select.form-control {
    height: 48px;
    outline: none;
    color: #999;
    box-shadow: none;
    padding: 6px 23px;
    background-color: #f5f5f5 !important;
}
.fp-health .banner-video p {
    font-weight: 400;
    line-height: 27px;
    font-size: 16px !important;
    margin-bottom: 10px;
    padding: 10px 0 0;
}

.fp-health .banner-video span {
    font-weight: 600;
    color: #0044a7;
    font-size: 18px;
}
/*banner sec css end here*/
/**/
/*financial health tool sec css start here*/
.fp-health .fp-health section.financial-health-sec {
    padding: 70px 0 50px 0;
    background-color: #ebf2f8;
}
.fp-health .text-question{
    color: #0044a7;
}
.fp-health .fh-small-text{
    font-size: 13px;
    color: rgb(173, 173, 173);
}
.fp-health .financial-health-box{
    margin: 40px 10px;
}
.fp-health .financial-health-box p {
    font-weight: 400;
    line-height: 27px;
    font-size: 16px !important;
    margin-bottom: 10px;
    padding: 10px 0 0;
}

.fp-health .financial-health-box span {
    font-weight: 600;
    color: #0044a7;
    font-size: 18px;
}
/* background: rgba(255, 0, 0, 0.329); */
.fp-health .ratio-badge{
    padding: 5px 10px;
    width: auto;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
}
.fp-health .ratio-container{
    background: #fff;
    padding: 20px 20px;
    width: auto;
    border-radius: 10px;
    margin: 10px 0px;
}
.fp-health .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    border: none;
    width: 100%;
    height: 60%;
  }
  
 .fp-health  .card .percent {
    position: relative;
  }
  
 .fp-health  .card svg {
    position: relative;
    width: 240px;
    height: 240px;
    transform: rotate(-90deg);
  }
  
 .fp-health  .card svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 20;
    stroke-linecap: round;
  }
  
 .fp-health  .card svg circle:last-of-type {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    stroke: var(--strokeColor); 
  }
  
  .fp-health .card .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
 .fp-health  .card .number h3:nth-child(odd) {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 3.5rem;
  }
  
/*financial health tool sec css ends here*/
.fp-health section.goals-sec {
    padding: 50px 0;
}
.fp-health section.goals-sec-bg {
    padding: 50px 0;
    background: url(https://cdn-fincart.azureedge.net/website/Images/financialplan2/road-map.png)  no-repeat;
    background-size: 100%;
    height: 500px;
    background-attachment: fixed;
}
.fp-health .goals-text h2 {
    font-weight: 800;
    color: #0057a7;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 15px;
}

.fp-health .why-choose-minty .bg-imgs .bg {
    display: block;
    width: 58%;
    height: 79vh;
    margin: 0 auto;
}
.fp-health .why-choose-minty .main-heading {
    position: absolute;
    top: 4%;
    left: 63%;
    z-index: 1;
    font-size: 32px;
    display: block;
    margin-top: 30px;
    color: #0057a7;
    font-weight: 800;
    margin-top: 62px;
}
.fp-health .why-choose-minty .bg-pink {
    background: #ebf2f8;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
#sync1.owl-theme {
    position: relative;
}
.fp-health .owl-theme .owl-dots .owl-dot span:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #005da9 !important;
    position: absolute;
    left: 0;
    border-radius: 30px;
}
.fp-health .why-choose-minty .owl-dots .owl-dot.active span:before {
    width: 78px;
    -webkit-transition: 0.4s width ease;
    -ms-transition: 0.4s width ease;
    transition: 0.4s width ease;
}
.fp-health .why-choose-minty .minty-container .white-container {
    max-width: 450px;
    width: 450px;
    margin: 10px;
    overflow: unset;
}
.fp-health .why-choose-minty .minty-container .white-container {
    max-width: 450px;
    width: 450px;
    margin: 10px;
    overflow: unset;
} .fp-health .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #d8f4ff;
    margin-right: 10px;
    border-radius: 10px;
}

.fp-health div#sync2 {}

.fp-health div#sync2 .owl-nav {
    position: absolute;
    right: 0;
    z-index: 999;
}

.fp-health div#sync2 .owl-nav button {
    background: #005da914;
    padding: 10px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.fp-health section.why-choose-minty {
    padding: 0;
    position: relative;
}

.fp-health section.why-choose-minty .hidden-xs.hidden-sm {
    display: none;
}
.fp-health .white-container p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    letter-spacing: 0.2px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.fp-health h3.color-blue {
    font-size: 18px;
    font-weight: 500;
}
.fp-health .goals-text p {
    font-weight: 400;
    line-height: 27px;
    font-size: 16px !important;
    margin-bottom: 10px;
}
.fp-health section.goals-sec .row {
    align-items: center;
}
.fp-health section.schedule-sec {
    background-color: #0057a7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding: 50px 0;
    text-align: center;
}

.fp-health .schedule-text h2 {
    font-weight: 800;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 10px;
}

.fp-health .schedule-text  p {
    color: #fff;
    font-weight: 400;
    line-height: 27px;
    font-size: 20px !important;
    margin-bottom: 10px;
}

.fp-health .why-choose-minty .minty-container .white-container {
    max-width: 450px;
    width: 450px;
    margin: 10px;
    overflow: unset;
    margin: 90px 20px;
    position: relative;
    left: -71px;
    margin-top: 148px;
}

.fp-health .white-container {
    background: #ffffff;
    box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 8%);
    padding: 45px;
    border-radius: 20px;
    overflow: hidden;
}

.fp-health .why-choose-minty .owl-dots {
    text-align: center !important;
    position: absolute;
    width: 100%;
    /* bottom: -60%; */
}


.fp-health .schedule-text a {
    background: #ffbb38;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    margin: 15px 0;
    border-radius: 5px;
    font-weight: 600;
}
.fp-health section.fincart-paln {
    padding: 50px 0;
    background: #fff;
}

.fp-health .fincart-paln-text h2 {
    font-weight: 800;
    color: #0057a7;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 15px;
}

.fp-health .fincart-paln-text p {
    font-weight: 300;
    line-height: 24px;
    font-size: 17px;
}

.fp-health .single-plan h5 {
    font-weight: 800;
    font-size: 22px;
    color: #0057a7;
}

.fp-health section.fincart-paln .row {
    /* align-items: center; */
}
.fp-health .fincart-paln-text.plan-top {
    text-align: center;
    margin-bottom: 50px;
}
/**/
/**/
section.testimonials-sec .title-inner {text-align: center;margin-bottom: 50px;}

.fp-health section.testimonials-sec .title-inner h2.title {
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 800;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    }
.fp-health .item-content {
    
text-align: left;
    
padding: 0;
    
/* height: 570px; */
    
/* background-color: #ffffff; */
    
text-align: center;
    
padding-top: 0;
    
text-align: justify;
}
.fp-health .item-content p {
    font-size: 12px;
    color: #fff;
    line-height: au;
    margin: 20px 1px;
    text-transform: none;
    font-weight: 400;
    background: #005da99c;
    padding: 20px;
    height: 200px;
    border-radius: 4px;
    }
.fp-health .testimonial-content {
    display: flex;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
}
.fp-health .image-wrap img {
    width: 80px;
    height: 80px;
    border-radius: 50px 50px 50px 50px;
}
.fp-health .testimonial-information {
    padding: 0 0 0 25px;
    text-align: left;
}
.fp-health .testimonial-information .testimonial-name {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 0;
}
.fp-health .testimonial-information span.testimonial-title {
    color: #2d2c2c;
    font-weight: 600;
    padding-bottom: 5px;
    display: inline-block;
}
.fp-health .ratings img {
    width: 100px !important;
}
.fp-health .testimonials-silde .owl-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 0;
}
.fp-health .testimonials-silde .owl-nav button {
    background: #fff !important;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    color: #fff;
}
.fp-health .testimonials-silde .owl-nav button i {
    color: #0057a7;
    font-size: 18px;
    }
.fp-health .item-content span img {
    width: 48px !important;
    filter: brightness(0) invert(1);
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 35px;
}
.fp-health section.testimonials-sec {
    background: url(https://cdn-fincart.azureedge.net/website/Images/financialplan2/testimonials.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
/**/
.fp-health section.fearured-sec {
    background: #eaeaea;
    padding: 50px 0;
}

.fp-health .fearured-text {
    text-align: center;
}

.fp-health .fearured-text h2 {
    line-height: 1.4;
    margin-bottom: 50px;
    font-weight: 800;
    color: #0057a7;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}
.fp-health .fearured-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-health .fearured-text ul li img {
    width: 200px;
    /* filter: brightness(0) invert(1); */
}

.fp-health .fearured-text ul li {
    border: 1px solid #fff;
    padding: 10px;
    margin: 0 20px;
    height: 170px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    background: #fff;
    border: 2px solid #ababab;
}
.fp-health section.doubt-sec {
    padding: 50px 0;
    background: #f6f6f6;
}

.fp-health .doubt-text {
    text-align: center;
    margin-bottom: 20px;
}

.fp-health .doubt-text h2 {
    margin-bottom: 0;
    font-weight: 800;
    color: #0057a7;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.fp-health .doubt-text span {
    font-size: 18px;
    font-weight: 600;
    color: #ffbb38;
}
/**/
/**/
.fp-health footer {
  padding: 60px 0;
  background-color: #021c3c;
}
.fp-health .footer-logo p {
  color: #f8f8f8;
  font-size: 16px;
  padding: 20px 0 0;
}
.fp-health .news-latter label {
  color: #f8f8f8;
  font-size: 16px;
}
.fp-health .news-latter form {
  display: flex;
}
.fp-health .news-latter form input.form-control {
  border-radius: 0;
  height: 45px;
}
.fp-health .news-latter form button#mc-submit {
  border: none;
  background: #ffbb38;
  color: #555453;
  padding: 0 20px;
  font-weight: 500;
  cursor: pointer;
}
.fp-health .social-icon {
  float: right;
  vertical-align: bottom;
}
.fp-health .social-icon ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}
.fp-health .social-icon ul li {
  display: inline-block;
  padding: 0 5px;
}
.fp-health .social-icon ul li a {
  background: #ffffff;
  color: #555453;
  padding: 5px 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
}
.fp-health .social-icon ul li a i {
  font-size: 16px;
}
.fp-health .social-icon ul li a:hover {
  background: #ffbb38;
}
.fp-health .social-icon p {
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  text-align: right;
  padding: 10px 0 0;
  margin-bottom: 0;
  float: right;
}
.fp-health .footer-logo p a {
  color: #f8f8f8;
}
.fp-health .footer-logo img {
  width: 140px;
}
.fp-health footer {float: left;width: 100%;}
/**/
.fp-health section.contact-from .col {
    width: 20%;
    float: left;
    margin: 0;
    padding: 6px;
}
.fp-health section.contact-from .col .form-group {
    margin: 0;
}
.fp-health section.contact-from .col input {
    border-radius: 0;
    border: 1px solid #afa9a9;
    padding: 10px;
    height: 46px;
    background: transparent;
}
.fp-health section.contact-from .col select {
    border-radius: 0;
    border: 1px solid #afa9a9;
    color: #798388;
    padding: 10px;
    height: 46px;
    background: transparent;
}
.fp-health section.contact-from .col a {
    border-radius: 0;
    border: 1px solid #afa9a9;
    padding: 10px;
    height: 46px;
    background: transparent;
}
.fp-health input.submit.btn.btn-info {
    width: 100%;
    border: none;
    font-size: 16px;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    background: #ffbb38;
    text-transform: uppercase;
    font-weight: 600;
}
.fp-health a.submit.btn.btn-info {
    width: 100%;
    border: none;
    font-size: 16px;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    background: #ffbb38;
    text-transform: uppercase;
    font-weight: 600;
}
.fp-health .single-plan {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.fp-health .single-plan:last-child {
    border: none;
}
.fp-health .plan-img img {
    border-radius: 10px;
}
.fp-health .goals-img {
    text-align: center;
}

/*financial health tool sec css ends here*/