:root{
    --white: #ffffff;
    --black: #000000;
    --text: #666666;
    --primary-color: #75378D;
    --secondary-color: #EE7633;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body{
    font-size: 16px;
    font-family: "HelveticaNeueRoman", sans-serif;
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'HelveticaNeueRoman', sans-serif;
    src: url('../font/HelveticaNeueRoman.otf') format('otf');
}
@font-face {
    font-family: 'HelveticaNeueThin', sans-serif;
    src: url('../font/HelveticaNeueThin.otf') format('otf');
}
@font-face {
    font-family: 'HelveticaNeueLight', sans-serif;
    src: url('../font/HelveticaNeueLight.otf') format('otf');
}
@font-face {
    font-family: 'HelveticaNeueBold', sans-serif;
    src: url('../font/HelveticaNeueBold.otf') format('otf');
}
@font-face {
    font-family: 'HelveticaNeueBlack', sans-serif;
    src: url('../font/HelveticaNeueBlack.otf') format('otf');
}
a,.btn,button,.button,img{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
a {
    text-decoration: none !important;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-control:focus,
.btn-close:focus{
    border-color: var(--primary-color);
    outline: 0;
    /* box-shadow: 0 0 0 0.25rem rgb(190 143 45 / 25%); */
    box-shadow: none;
}

/* scrollbar styling */
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    /* display: none; */
  }

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}
::selection {
    color: #fff;
    background: var(--primary-color);
}
.lsheader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.navbar-brand{
    width: 270px;
}
.navbar-toggler {
    color: var(--white);
    border: 1px solid var(--white);
}
.navScrolled {
    position: fixed;
    top: 0;
    z-index: 999;
    background: var(--primary-color);
    -webkit-box-shadow: 0 10px 50px 0 rgba(4, 16, 38, 0.06);
    box-shadow: 0 10px 50px 0 rgba(4, 16, 38, 0.06);
    animation: scrollSticky 0.5s ease-out both;
    -webkit-animation: scrollSticky 0.5s ease-out both;
}
.fyr_btn{
    height: 46px;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 25px;
    font-weight: 300;

}
.form_group{
    text-align: left;
}
.form_field{
    margin-bottom: 20px;
}
.form_field label{
    font: normal normal 300 16px/17px Helvetica Neue;
    letter-spacing: 0.8px;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}
.form_control{
    background: #FFFFFF;
    height: 50px;
    border: 1px solid #D4D5E6;
    border-radius: 5px;
    width: 100%;
    padding: 0 15px;
    font: normal normal 300 16px / 17px Helvetica Neue;
    letter-spacing: 0.8px;
    font-family: 'HelveticaNeueRoman', sans-serif !important;
}
.form_field.half_field {
    width: 100%;
    max-width: 48%;
    position: relative;
}
.form_field.half_field a{
    position: absolute;
    right: 15px;
    text-decoration: underline !important;
    font: normal normal 500 14px/22px Helvetica Neue;
    letter-spacing: 0.7px;
    color: #75378D;
    top: 50%;
}
.term_privacy {
    display: flex;
    align-items: flex-start;
}
.term_privacy label {
    font: normal normal 300 18px / 22px Helvetica Neue;
    letter-spacing: 0.9px;
    color: #666666;
    margin-left: 10px;
}
.term_privacy label a{
    color: #75378D;
    font-weight: 500;
    text-decoration:underline !important;
}
@keyframes scrollSticky {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.lsheader2:after {
    background-color: var(--black) !important;
}
.navScrolled.lsheader .navbar .navbar-nav .nav-item .nav-link,
.lsheader2 .navbar .navbar-nav .nav-item .nav-link,
.navScrolled.lsheader .navbar-brand {
    color: var(--white);
}
.navbar .navbar-nav .nav-item {
    position: relative;
}
.navbar .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 19px;
    letter-spacing: 1.7px;
    font-family: "HelveticaNeueRoman", sans-serif;
    color: var(--white);
    min-height: 4rem;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 4px;
    gap: 5px;
}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navScrolled.lsheader .navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link.active,
.navScrolled.lsheader .navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--secondary-color);
}
.home-area {
    padding: 163px 0;
    padding-top: 263px;
    display: flex;
    align-items: center;
}
.home-title{
    font-size: 60px;
    line-height: 77px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 30px;
}
.home-desc{
    font-size: 20px;
    line-height: 30px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: normal;
    color: #E8D8EE;
    margin-bottom: 69px;
    letter-spacing: 1px;
    max-width: 434px;
}
.reg-btn{
    display: inline-block;
    padding: 19px 30px;
    background-color: var(--white);
    font-size: 20px;
    line-height: 22px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--black);
    text-transform: uppercase;
    border-radius: 5px;
}
.reg-btn:hover{
    color: var(--white);
    background-color: var(--secondary-color);
}
.fyr-canhelp-area{
    padding-top: 250px;
}
.fyr-canhelp-top{
    position: relative;
    margin-bottom: 80px;
}
.fyr-canhelp-top h2{
    font-size: 60px;
    line-height: 77px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 900;
    color: var(--black);
    margin-bottom: 10px;
}
.fyr-canhelp-top-text-play{
    overflow: hidden;
    position: absolute;
    top: 80px;
    height: 70px;
    width: 100%;
}
.fyr-canhelp-top-text-play-inner{
    position: absolute;
    inset: 0;
    animation: vertical-ticker-desktop 12s  infinite;
}
.fyr-canhelp-top-text-play-inner p{
    font-size: 60px;
    line-height: 77px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 900;
    color: var(--secondary-color);
    margin-bottom: 16px;
}
@keyframes vertical-ticker-desktop {
    0% {
        top: 90px;
        visibility: visible;
    }
    11% {
        top: 0;
    }
    36% {
        top: 0;
    }
    47% {
        top: -90px;
    }
    62% {
        top: -90px;
    }
    73% {
        top: -180px;
    }
    88% {
        top: -180px;
    }
    98% {
        top: -270px;
    }
    99% {
        top: -270px;
        visibility: hidden;
    }
    100% {
        top: 90px;
        visibility: hidden;
    }
}
.fyr-justTake-pad-top{
    padding-top: 300px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
.section-heading{
    margin-bottom: 50px;
}
.section-heading h2{
    font-size: 40px;
    line-height: 66px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: bold;
    color: var(--black);
    margin-bottom: 10px;
}
.section-heading p,
.provider-portal-heading p{
    font-size: 20px;
    line-height: 30px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 300;
    color: var(--black);
    letter-spacing: 1px;
    margin-bottom: 0;
}
.section-heading p span{
    color: var(--primary-color);
}
.fyr-justTake-pad-bottom{
    padding-bottom: 200px;
    background: transparent linear-gradient(0deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
.fyr-justTake-video{
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 30px 30px #0000000D;
    border-radius: 15px;
    overflow: hidden;
}
.fyr-justTake-video .animVideo{
    display: block;
}
.fyr-justTake-video .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 10;
}
.animVideo {
    cursor: pointer;
}
.provider-portal-inner{
    position: relative;
}
.provider-laptop{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.provider-portal-heading{
    margin-bottom: 40px;
}
.provider-portal-heading h2{
    font-size: 40px;
    line-height: 66px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 300;
    color: var(--black);
    margin-bottom: 20px;
}
.provider-portal-heading h2 strong{
    color: var(--primary-color);
    font-weight: bold;
}
.provider-portal-main-inner{
    max-width: 550px;
}
.pp-mainInner-box {
    display: flex;
    flex-direction: column;
}
.pp-mainInner-box .pp-mainInner-box-items:not(:last-child){
    margin-bottom: 20px;
}
.pp-mainInner-box .pp-mainInner-box-items{
    display: flex;
    gap: 20px;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid transparent;
}
.pp-mainInner-bi-num{
    width: 60px;
    height: 60px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #D4D5E6;
    font-size: 32px;
    line-height: 30px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: bold;
    color: var(--black);
    letter-spacing: 1.6px;
}
.pp-mainInner-bi-cont h3{
    font-size: 20px;
    line-height: 22px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
}
.pp-mainInner-bi-cont p{
    font-size: 16px;
    line-height: 26px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 300;
    color: var(--text);
    margin-bottom: 0;
}
.pp-mainInner-bi-cont p strong{
    color: var(--primary-color);
    font-weight: 600;
}
.pp-mainInner-box .pp-mainInner-box-items.active{
    border-color: #D4D5E6;
}
.pp-mainInner-box .pp-mainInner-box-items.active .pp-mainInner-bi-num{
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.pp-mainInner-box .pp-mainInner-box-items.active .pp-mainInner-bi-cont h3{
    color: var(--primary-color);
}
/*.provider-img, .provider-img img{
    height: 100%;
}*/
.provider-portal-area{
    padding-bottom: 150px;
}
.partner-area{
    padding: 100px 0;
}
.btn-nxt, .btn-pre {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background-color: var(--white);
    border-radius: 50%;
}
.btn-nxt {
    right: 4px;
}
.btn-pre {
    left: 4px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
}
.cursor-alter{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 15px;
    transition: all .3s;
}
.cursor-alter:hover{
    border-color: #D4D5E6;
    box-shadow: 0px 13px 16px #0000001A;
}
.partner-swiper .swiper-slide{
    margin: 30px 0;
    height: auto;
}
.partner-swiper .swiper-slide .cursor-alter{
    height: 100%;
}
.cursor-alter .partner-logo img{
    filter: grayscale(1);
    transform: scale(0.9);
}
.cursor-alter:hover .partner-logo img{
    filter: grayscale(0);
    transform: scale(1);
}
.pricing-top-pad{
    padding-top: 110px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
.pricing-bottom-pad{
    padding-bottom: 100px;
    background: transparent linear-gradient(0deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
.pricing-main{
    padding: 40px 50px;
    border-radius: 15px;
    border: 1px solid #D4D5E6;
    background-color: var(--white);
}
.plan-box{
    margin-bottom: 30px;
}
.plan-box span{
    display: inline-flex;
    align-items: center;
    padding: 16px 20px;
    border-radius: 5px;
    border: 1px solid #75378D;
    font-size: 20px;
    line-height: 22px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: normal;
    color: var(--primary-color);
}
.plan-pricing{
    display: flex;
}
.plan-pricing-left,
.plan-pricing-right{
    width: 50%;
}
.plan-pricing-left{
    padding-right: 50px;
    border-right: 1px solid #D4D5E6;
}
.plan-pricing-right{
    padding-left: 50px;
}
.plan-pricing-left-inner{
    max-width: 560px;
}
.plan-pricing-title{
    font-size: 30px;
    line-height: 36px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: bold;
    color: var(--black);
    margin-bottom: 15px;
}
.plan-pricing-decs{
    font-size: 20px;
    line-height: 30px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 300;
    color: var(--text);
    margin-bottom: 30px;
}
.plan-pricing-left-list li{
    font-size: 20px;
    line-height: 30px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 300;
    color: var(--text);
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed var(--text);
}
.plan-pricing-left-list li strong{
    color: var(--primary-color);
    font-weight: 600px;
}
.plan-pricing-left-tc span{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 300;
    color: var(--text);
    margin-bottom: 10px;
}
.plan-pricing-left-tc span b{
    font-weight: bold;
}
.plan-pricing-left-tc p{
    font-size: 50px;
    line-height: normal;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
}
.plan-pricing-left-tc p small{
    display: block;
    font-size: 20px;
    line-height: 33px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 600;
    color: var(--black);
}
.subscribe-btn{
    padding: 15px 30px;
    line-height: 1;
    color: var(--white);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    transition: all .3s;
}
.subscribe-btn:hover{
    color: var(--primary-color);
    background-color: transparent;
}
.plan-pricing-right-inner{
    max-width: 560px;
    margin: 0 0 0 auto;
}
.plan-pricing-right-box{
    margin-top: 30px;
}
.plan-pricing-right-box .plan-pricing-right-box-item:not(:last-child){
    margin-bottom: 30px;
}
.plan-pricing-right-box .plan-pricing-right-box-item{
    display: flex;
    gap: 20px;
}
.pprbi-icon{
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F9;
}
.pprbi-cont h3{
    font-size: 20px;
    line-height: normal;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
}
.pprbi-cont p{
    font-size: 16px;
    line-height: 26px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 300;
    color: var(--text);
    margin-bottom: 0;
}
.testimonial-area{
    padding-top: 100px;
    padding-bottom: 200px;
}
.testimonial-box{
    padding: 40px 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D4D5E6;
    border-radius: 15px;
    height: 100%;
}
.testimonial-box p{
    font-size: 16px;
    line-height: 26px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 300;
    letter-spacing: 0.48px;
    color: var(--text);
    margin-bottom: 20px;
}
.testimonial-box h5{
    font-size: 18px;
    line-height: 26px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.testimonial-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.testimonial-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-swiper{
    max-width: 1370px;
    margin: auto;
}
.testimonial-swiper .swiper-slide{
    height: auto;
    opacity: 0.2;
}
.testimonial-swiper .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.testimonial-swiper .swiper-wrapper{
    max-width: 1400px;
    margin: auto;
}
.testimonial-swiper-main{
    position: relative;
}
.faq-area .accordion .accordion-item{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D4D5E6;
    border-radius: 5px;
    overflow: hidden;
}
.faq-area .accordion .accordion-item:not(:last-child){
    margin-bottom: 20px;
}
.faq-area .accordion .accordion-item .accordion-header .accordion-button{
    font-size: 20px;
    line-height: 26px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 600;
    color: var(--black);
}
.faq-area .accordion .accordion-item .accordion-header .accordion-button:focus{
    box-shadow: unset;
}
.faq-area .accordion .accordion-item .accordion-header .accordion-button::after{
    background-image: unset;
    font-family: "FontAwesome";
    content: '\f055';
    color: var(--primary-color);
}
.faq-area .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){
    background-color: transparent;
    color: var(--primary-color);
    box-shadow: unset;
}
.faq-area .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{
    transform: unset;
    content: '\f056';
}
.faq-area .accordion .accordion-item .accordion-body p{
    font-size: 16px;
    line-height: 26px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 300;
    color: var(--text);
    margin: 0;
}
.contact-us-pad-top{
    padding-top: 200px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
.contact-us-pad-bottom{
    padding-bottom: 200px;
    background: transparent linear-gradient(0deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
.contact-us-box{
    padding: 40px 50px;
    border: 1px solid #D4D5E6;
    border-radius: 15px;
    background-color: var(--white);
}
.contact-us-form .form-control,
.contact-us-form .form-select{
    min-height: 50px;
    border-radius: 5px;
    border: 1px solid #D4D5E6;
    color: #6C6D7F;
}
.app-area{
    padding: 100px 0;
    background-color: #7d4795;
}
.app-left h3{
    font-size: 70px;
    line-height: 77px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 30px;
}
.app-left h4{
    font-size: 40px;
    line-height: 66px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 20px;
}
.app-left p{
    font-size: 20px;
    line-height: 30px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 300;
    color: var(--white);
    max-width: 666px;
    margin-bottom: 90px;
}
.app-left h5{
    font-size: 20px;
    line-height: 30px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 300;
    color: var(--secondary-color);
    text-align: center;
    text-transform: capitalize;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.app-left h5 img{
    width: 24px;
}
.app-flex-main{
    display: inline-block;
}
.app-flex{
    display: inline-flex;
    gap: 30px;
    align-items: center;
}
.app-download{
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: start;
    padding: 10px 25px;
    border-radius: 5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}
.ad-cont span{
    font-size: 12px;
    line-height: normal;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 100;
    color: var(--text);
}
.ad-cont h5{
    font-size: 24px;
    line-height: normal;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 600;
    color: #0F0F0F;
    text-transform: capitalize;
    margin: 0;
}
.ad-cont{
    line-height: 1;
}
.footer{
    padding: 30px 0;
    background-color: var(--white);
}
.footer-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.footer-cont{
    font-size: 16px;
    line-height: 17px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: normal;
    color: var(--black);
    margin: 0;
}
.footer-cont strong,.footer-cont a{
    color: var(--primary-color);
    font-weight: bold;
}
.pti-area{
    padding: 40px 0;
}
.pti-head p{
    font-size: 34px;
    line-height: 42px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 300;
    letter-spacing: 1.02px;
    color: var(--white);
    margin: 0;
}
.pti-head p strong{
    font-weight: bold;
}
.pti-box{
    display: block;
    background-color: var(--white);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
}
.pti-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--primary-color);
}
.pti-box-top{
    display: flex;
    justify-content: space-between;
}
.pti-box-top{
    margin-bottom: 20px;
}
.pti-box h5{
    font-size: 30px;
    line-height: 33px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: var(--black);
    margin: 0;
}
.provider-sec-box{
    display: flex;
    flex-direction: column;
}
.provider-sec-box-item{
    padding: 30px;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    border: 1px solid transparent;
}
.provider-sec-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #EEE0D8;
    flex-shrink: 0;
}
.provider-sec-cont h3 {
    font-size: 20px;
    line-height: 22px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 10px;
}
.provider-sec-cont p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    letter-spacing: 0.48px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 0px;
}
.provider-sec-box-item .provider-sec-icon .psi-2{
    display: none;
}
.provider-sec-box-item:hover {
    border-color: #D4D5E6;
    background-color: var(--white);
}
.provider-sec-box-item:hover .provider-sec-icon{
    background-color: var(--secondary-color);
}
.provider-sec-box-item:hover .provider-sec-icon .psi-1{
    display: none;
}
.provider-sec-box-item:hover .provider-sec-icon .psi-2{
    display: block;
}
.provider-sec-box-item:hover .provider-sec-cont h3{
    color: var(--secondary-color);
}
.provider-sec-box-item:hover .provider-sec-cont p{
    color: var(--black);
}
.provider-sec-log{
    display: none;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 5px;
    color: var(--white);
    background-color: var(--secondary-color);
    margin-top: 15px;
}
.provider-sec-box-item:hover .provider-sec-log{
    display: inline-flex;
}

/* 12-02-25 */
.pti-new-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    position: relative;
    top: -30px;
    border-radius: 15px;
    border: 1px solid #D4D5E6;
    background-color: var(--white);
    overflow: hidden;
    height: 100%;
}
.pti-new-box-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #EEE0D8;
    margin: auto;
    margin-bottom: 20px;
}
.pti-new-box-cont h3{
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    font-family: 'HelveticaNeueRoman', sans-serif;
    letter-spacing: 0.9px;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}
.pti-new-box-cont p{
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    font-family: 'HelveticaNeueRoman', sans-serif;
    letter-spacing: 0.54px;
    color: #666666;
    text-align: center;
    margin-bottom: 0;
}
.pti-new-box i{
    display: none;
}
.truncate {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.pti-new-box:hover .truncate {
    white-space: normal;
    max-height: none;
}
.ptinb-1:hover,
.ptinb-2:hover,
.ptinb-3:hover{
    border: unset;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ptinb-1:hover{
    background-image: url('./img/maskGroup-7.png');
}
.ptinb-2:hover{
    background-image: url('./img/maskGroup-8.png');
}
.ptinb-3:hover{
    background-image: url('./img/maskGroup-9.png');
}
.pti-new-box:hover .pti-new-box-icon{
    display: none;
}
.pti-new-box:hover .pti-new-box-cont h3{
    text-align: start;
    font-size: 22px;
    line-height: 25px;
    color: var(--white);
}
.pti-new-box:hover .pti-new-box-cont p{
    text-align: start;
    color: var(--white);
}
.pti-new-box:hover i{
    display: block;
}
.provider-sec-title{
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    font-family: 'HelveticaNeueRoman', sans-serif;
    color: #000000;
    margin-bottom: 40px;
}
.provider-sec-title strong{
    font-weight: bold;
    color: var(--secondary-color);
}
.psa-bg{
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
.footer-logo{
    width: 210px;
}
.lsoon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 6px;
    background-color: #ffffff;
}
.alert {
    position: fixed;
    top: 10px;
    right: 10px;
    margin: 0;
    z-index: 9999;
}
.alert .close {
    position: absolute;
    right: 10px;
}
.alert p {
    margin: 0;
}
.footer-inner .footer-cont:first-child br{
    display: none;
}
.img2,.img2 img{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.fyr_btn{
        height: 46px;
        background: #FFFFFF;
        border-radius: 5px;
        text-align: center;
        font-size: 16px;
        letter-spacing: 0.8px;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        padding: 0 25px;
        font-weight: 300;

    }
    .frgt-remb {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.frgt-remb a{
    color: #000;
}
    .form_group{
        text-align: left;
    }
    .form_field{
        margin-bottom: 20px;
    }
    .form_field label{
        font: normal normal 300 16px/17px "HelveticaNeueRoman", sans-serif;
        letter-spacing: 0.8px;
        color: #000000;
        margin-bottom: 10px;
        display: block;
    }
    .form_control{
        background: #FFFFFF;
        height: 50px;
        border: 1px solid #D4D5E6;
        border-radius: 5px;
        width: 100%;
        padding: 0 15px;
        font: normal normal 300 16px / 17px "HelveticaNeueRoman", sans-serif;
        letter-spacing: 0.8px;
    }
    .form_field.half_field {
        width: 100%;
        max-width: 48%;
        position: relative;
    }
    .form_field.half_field a{
        position: absolute;
        right: 15px;
        text-decoration: underline !important;
        font: normal normal 500 14px/22px "HelveticaNeueRoman", sans-serif;
        letter-spacing: 0.7px;
        color: #75378D;
        top: 50%;
    }
    .term_privacy {
        display: flex;
        align-items: flex-start;
    }
    .term_privacy label {
        font: normal normal 300 18px / 22px "HelveticaNeueRoman", sans-serif;
        letter-spacing: 0.9px;
        color: #666666;
        margin-left: 10px;
    }
    .term_privacy label a{
        color: #75378D;
        font-weight: 500;
        text-decoration:underline !important;
    }
    .form_group {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .home-content ul.nav.nav-tabs {
        background: #75378D;
    }
    button[aria-selected="false"]#crete_account_tab{
        border-radius: 0 0 30px 0;
    }
    button[aria-selected="true"]#crete_account_tab:before{
        top: 0px;
         right: 0;
         box-shadow: 32px -32px 0 0 #75378d;
         content: "";
         display: block;
         width: 70px;
         height: 70px;
         position: absolute;
         border-radius: 100%;
    }
    button[aria-selected="false"]#login_account_tab{
        border-radius: 0 0 0px 30px;
    }
    button[aria-selected="true"]#login_account_tab:before{
        top: 0px;
         left: 0;
         box-shadow: -32px -32px 0 0 #75378d;
         content: "";
         display: block;
         width: 70px;
         height: 70px;
         position: absolute;
         border-radius: 100%;
    }
    .tab-content>.tab-pane{
        display: none;
    }
    .tab-content>.active{
        display: block;
    }
    .contact-us-area, .app-area{
        background-size: cover;
        background-position: center;
    }
    .footer-cont img{
        max-height:50px;
    }
    /*.footer .footer-inner{
        justify-content: center;
    }*/
    .footer .footer-inner img{
        max-width:300px;
    }
    .home-content {
        background:#FFFFFF;
        border-radius:30px 40px 30px 30px;
        overflow:hidden;
    }
    .home-content .nav-pills{
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .home-content .nav-pills li{
        width: 100%;
        max-width: 50%;
    }
    .home-content .nav-pills li .nav-link{
        width: 100%;
        padding: 24px 30px;
    }
    .home-content .nav-pills:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 50%;
        width: 100%;
    }
    .home-content .tab-content{
        padding: 30px;
        color: #666666
    }
    .home-content .nav-pills li .nav-link.active{
        background: #fff;
        color: #000;
    }
    .home-content .nav-pills li .nav-link{
        background: #75378D;
        color: #fff;
        border-radius: 0px;
        position: relative;
    }
  .position-wrap {
    position: relative;
  }
    form .fyr_btn{
        width: 100%;
        margin-top: 36px;
        background: #75378D;
        border-radius: 5px;
        border: 0;
        color: #fff;
    }
    .form_group .form_field.half_field a.code_resend_link{
        text-align: right;
    position: static;
    }
  .text-end {
      text-align: right !important;
  }

  .form_field .error-text {
    color: #ff4c51;
    width: 100%;
    font-size: 0.8125rem;
  }
  .eye{
      position: absolute;
      top: 25px;
      transform: translateY(-50%);
      right: 15px;
      cursor: pointer;
  }
  .eye-show{
      display: none;
  }
.note-text strong{
    color: var(--primary-color);
    font-weight: 600px;
}
    .plan-pricing-left-tc p span{
        font-size: 20px;
        line-height: 33px;
        font-weight: 500;
        letter-spacing: 0px;
        color: #000000;
    }
    .pp-mainInner-box .pp-mainInner-box-items:hover {
        border-color: #D4D5E6;
    }
    .pp-mainInner-box .pp-mainInner-box-items:hover .pp-mainInner-bi-num {
        color: var(--white);
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }
    .pp-mainInner-box .pp-mainInner-box-items:hover .pp-mainInner-bi-cont h3 {
        color: var(--primary-color);
    }
    .pp-mainInner-box .pp-mainInner-box-items{height: 100%;}
    section.faq-area {
        padding-top: 160px;
    }
    .fyr-justTake-video .play-btn{
        top: unset;
        bottom: 40px;
        left: 25px;
        transform: unset;
    }
    .fyr-justTake-video{position: relative; z-index: 0}
    .fyr-justTake-video:before {
        position: absolute;
        content: '';
        left: 5px;
        top: 5px;
        right: 5px;
        bottom: 20px;
        /*background: transparent linear-gradient(230deg, #75378D00 0%, #EE763370 44%, #75378D 100%) 0% 0% no-repeat padding-box;*/
        background-image: url('./img/Elderly-Person-and-Nurse.png');
        z-index: 1;
        border-radius: 15px;
    }
    .fyr-justTake-video .animVideo{
        border-radius: 15px;
    }
    .fyr-justTake-video {
        background: #E3E1FF 0% 0% no-repeat padding-box;
        border-radius: 20px;
        padding: 5px 5px 20px;
    }
    .home-area{display: block;}
    .marquee-container {
        width: 100%;
        padding: 2px 0;
    }

    .marquee-content {
        display: flex;
        animation: marquee 20s linear infinite;
    }

    .marquee-item {
        flex: 0 0 auto;
        padding: 0 20px;
        font: normal normal 900 27px/25px Lato;
        letter-spacing: 0px;
        color: #000000;
    }
    .marquee-item i{
        color: #EE7633;
        font-size: 22px;
        margin: 0 50px;
    }
    .marquee-item h2{
        text-align: center;
        font-size: 40px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #001350;
        font-style: italic;
        font-weight: 900;
        margin-right: 25px;
        margin-bottom: 0;
    }
    .marquee-item h3{
        font: normal normal normal 40px/36px Hi Jack;
        letter-spacing: 0px;
        color: #75378D;
        margin-right: 22px;
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 0
    }
    .marquee-item p {
        margin: 0;
        font-size: 20px;
    }

    @keyframes marquee {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    /* Optional: Pause animation on hover */
    .marquee-container:hover .marquee-content {
        animation-play-state: paused;
    }
    .marquee_section{
        position: relative;
        top: -70px;
        left: 0;
        width: 100%;
        background: #FFE100;
    }
    button[aria-selected="false"]#crete_account_tab {
        z-index: 1;
    }
    a#resendCode {
        color:#ea5e22;
        text-decoration: underline !important;
        display: inline-block;
        margin-top: 5px;
    }




    @media (max-width: 1439px) {
        .marquee-item {
            font-size: 20px;
        }
        .marquee-item i{
            font-size: 18px;
            margin: 0 30px;
        }
        .marquee-item h2{
            font-size: 30px;
            margin-right: 25px;
        }
        .marquee-item h3{
            font-size: 30px;
        }
        .marquee-item p{
            margin:0;
        }
        .home-content .nav-pills li .nav-link{
            padding:14px 10px;
        }
        button[aria-selected="true"]#crete_account_tab:before{
            box-shadow:28px -28px 0 0 #75378d;
            width:52px;
            height:52px;
        }
        .term_privacy label{
            font-size:16px;
        }
    }
    @media(max-width:1300px){
        button[aria-selected="true"]#login_account_tab:before {
        box-shadow:-38px -40px 0 0 #75378d;
    }
    button[aria-selected="true"]#login_account_tab:before{
        z-index:-3;
    }
    }
    @media (max-width: 1199px) {
        .marquee-item {
            font-size: 16px;
            line-height: 20px;
        }
        .marquee-item i{
            font-size: 12px;
            margin: 0 20px;
        }
        .marquee-item h2{
            font-size: 22px;
            margin-right: 20px;
        }
        .marquee-item h3{
            font-size: 24px;
        }
        .marquee-item p{
            margin: 0;
        }
    }
    @media (max-width: 1023px) {
        .marquee_section{
            top: -20px;
        }
        .pti-new-box {
            min-height: auto;
        }
    }
    @media (max-width: 767px) {
        .marquee-item {
            font-size: 14px;
            line-height: 16px;
        }
        .marquee-item i{
            font-size: 12px;
            margin: 0 20px;
        }
        .marquee-item h2{
            font-size: 18px;
            margin-right: 15px;
        }
        .marquee-item h3{
            font-size: 18px;
        }
        .marquee-item p{
            margin: 0;
        }
    }

.home-content .nav-pills {
    border-bottom: 1px solid #dbdbdb;
}
#codeSection .text-end {
    margin-top: 10px;
}
.password_criteria ul li {
    color: #75378d;
    font-size: 12px;
}
.form-check-label a {
    text-decoration: underline !important;
    color: #75378d;
}

.theme-color-2 {
    background: #ea5e22;
    color: #fff;
}

.theme-color-2:hover {
    background: #c45221;
    color: #fff;
}


.sent_code_on {
    color: #ea5e22;
}

.password-discleamer {
    background: #F9F9F9 0% 0% no-repeat padding-box;
    border: 1px solid #D4D5E6;
    border-radius: 5px;
    padding: 10px;
    font: normal normal 300 12px / 20px "HelveticaNeueRoman", sans-serif;
    letter-spacing: 0.6px;
    color: #000000;
    margin-top: 10px;
}
#termsAndConditionsModel .modal-body, #privacyPolicyModel .modal-body{
    max-height: calc(100vh - 200px);
    overflow: auto;
}
#termsAndConditionsModel .modal-body p a, #privacyPolicyModel .modal-body p a, #termsAndConditionsModel .modal-body li a, 
#privacyPolicyModel .modal-body li a{
    color: #75378d;
    text-decoration: underline !important;
}
#termsAndConditionsModel h3, #privacyPolicyModel h3 {
    margin: 15px 0 10px;
    font-size: 22px;
}
#termsAndConditionsModel .modal-footer button.btn, #privacyPolicyModel .modal-footer button.btn{
    background: #75378d;
}










/*===============:: Responsive styling start ::===============*/
@media (min-width: 1400px) {
    .lsheader .container{
        max-width: 1520px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1360px;
    }
}

@media (min-width: 1540px) {
    .provider-portal-area {
        padding-top: 120px;
    }
}
@media (max-width: 1540px) {
    .navbar-brand {
        width: 240px;
    }
    .navbar .navbar-nav .nav-item .nav-link{
        font-size: 16px;
    }
    .home-area{
        padding-top: 180px;
    }
    .home-title {
        font-size: 54px;
        line-height: 74px;
        margin-bottom: 26px;
    }
    .home-desc {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 56px;
    }
    .section-heading h2 {
        font-size: 35px;
        line-height: 55px;
    }
    .fyr-canhelp-area {
        padding-top: 120px;
    }
    .fyr-canhelp-top h2,
    .fyr-canhelp-top-text-play-inner p {
        font-size: 56px;
        line-height: 70px;
    }
    .fyr-canhelp-top-text-play {
        top: 72px;
    }
    .fyr-justTake-pad-top {
        padding-top:120px;
    }
    .fyr-justTake-pad-bottom {
        padding-bottom: 70px;
    }
    .provider-portal-area{
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .provider-portal-heading h2 {
        font-size: 35px;
        line-height: 58px;
        margin-bottom: 15px;
    }
    .section-heading p, .provider-portal-heading p {
        font-size: 18px;
        line-height: 26px;
    }
    .provider-laptop-img{
        width: 850px;
    }
    .pp-mainInner-box .pp-mainInner-box-items {
        padding: 25px;
        border-radius: 25px;
    }
    .pp-mainInner-bi-num {
        width: 55px;
        height: 55px;
        font-size: 28px;
        line-height: 28px;
    }
    .partner-area,
    .app-area {
        padding: 80px 0;
    }
    .pricing-top-pad {
        padding-top: 120px;

    }
    .pricing-main {
        padding: 30px 40px;
        border-radius: 13px;
    }
    .plan-box span {
        padding: 12px 16px;
        font-size: 16px;
        line-height: 18px;
    }
    .plan-pricing-title {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .plan-pricing-decs {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 26px;
    }
    .plan-pricing-left-list li {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .plan-pricing-left-tc span {
        font-size: 18px;
        line-height: 28px;
    }
    .plan-pricing-left-tc p {
        font-size: 40px;
    }
    .plan-pricing-left-tc p small {
        font-size: 16px;
        line-height: 28px;
    }
    .subscribe-btn {
        padding: 12px 20px;
    }
    .plan-pricing-left-inner,
    .plan-pricing-right-inner {
        max-width: 600px;
    }
    .pprbi-cont h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .pricing-bottom-pad {
        padding-bottom: 50px;
    }
    .testimonial-area {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .testimonial-box {
        padding: 30px 40px;
        border-radius: 12px;
    }
    .faq-area .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
        line-height: 24px;
    }
    .contact-us-pad-top {
        padding-top: 120px;
    }
    .contact-us-pad-bottom {
        padding-bottom: 150px;
    }
    .contact-us-box {
        padding: 30px 40px;
        border-radius: 13px;
    }
    .contact-us-form .form-control, .contact-us-form .form-select {
        min-height: 45px;
    }
    .app-left h3 {
        font-size: 64px;
        line-height: 70px;
        margin-bottom: 26px;
    }
    .app-left h4 {
        font-size: 35px;
        line-height: 55px;
        margin-bottom: 18px;
    }
    .app-left p {
        font-size: 18px;
        line-height: 28px;
        max-width: 600px;
        margin-bottom: 58px;
    }
    .app-download {
        padding: 8px 18px;
    }
    .ad-cont h5 {
        font-size: 20px;
    }
    .ad-cont h5 {
        font-size: 20px;
    }


}
@media (max-width: 1400px) {
    .pti-head p {
        font-size: 27px;
        line-height: 37px;
    }
    .pti-box {
        display: block;
        padding: 24px;
    }
    .pti-icon,.provider-sec-icon {
        width: 45px;
        height: 45px;
    }
    .pti-icon img,.provider-sec-icon img{
        width: 20px;
    }
    .pti-box h5 {
        font-size: 22px;
        line-height: 26px;
    }
    .provider-sec-box-item {
        padding: 22px;
    }
    .provider-sec-cont h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .provider-sec-cont p {
        font-size: 15px;
        line-height: 24px;
    }
    .provider-sec-log {
        padding: 12px 22px;
    }

    /* 12-02-25 */
    .pti-new-box {
        padding: 30px;
    }
    .pti-new-box-cont h3 {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .pti-new-box-cont p {
        font-size: 14px;
        line-height: 23px;
    }
    .provider-sec-title{
        font-size: 32px;
        line-height: 37px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1380px) {
    .navbar-brand {
        width: 210px;
    }
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 1.2px;
    }
    /* .home-area {
        padding: 120px 0;
        padding-top: 150px;
    } */
    .home-title {
        font-size: 40px;
        line-height: 54px;
        margin-bottom: 22px;
    }
    .home-desc {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 35px;
    }
    .reg-btn {
        display: inline-block;
        padding: 16px 25px;
        font-size: 16px;
        line-height: 20px;
    }
    .fyr-canhelp-area {
        padding-top: 100px;
    }
    .fyr-canhelp-top h2, .fyr-canhelp-top-text-play-inner p {
        font-size: 48px;
        line-height: 68px;
    }
    .fyr-justTake-pad-top {
        padding-top: 150px;
    }
    .section-heading h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .section-heading p, .provider-portal-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .fyr-justTake-video .play-btn{
        width: 50px;
    }
    .provider-laptop-img {
        width: 750px;
    }
    .provider-portal-heading h2 {
        font-size: 32px;
        line-height: 45px;
    }
    .pp-mainInner-box .pp-mainInner-box-items:not(:last-child) {
        margin-bottom: 15px;
    }
    .pp-mainInner-box .pp-mainInner-box-items {
        padding: 20px;
        border-radius: 18px;
    }
    .pp-mainInner-bi-num {
        width: 46px;
        height: 46px;
        font-size: 22px;
        line-height: 24px;
    }
    .pp-mainInner-bi-cont h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .pp-mainInner-bi-cont p {
        font-size: 15px;
        line-height: 24px;
    }
    .provider-portal-area {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .partner-area, .app-area {
        padding: 70px 0;
    }
    .pricing-top-pad {
        padding-top: 100px;
    }
    .testimonial-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .testimonial-swiper-main .btn-pre {
        left: -44px;
    }
    .testimonial-swiper-main .btn-nxt {
        right: -44px;
    }
    .testimonial-box {
        padding: 20px 30px;
        border-radius: 10px;
    }
    .testimonial-box p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .testimonial-box h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .faq-area .accordion .accordion-item .accordion-body p {
        font-size: 15px;
        line-height: 25px;
    }
    .contact-us-pad-top {
        padding-top: 100px;
    }
    .contact-us-pad-bottom {
        padding-bottom: 100px;
    }
    .contact-us-box {
        padding: 20px 30px;
        border-radius: 12px;
    }
    .app-left h3 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 22px;
    }
    .app-left h4 {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 14px;
    }
    .app-left p {
        font-size: 16px;
        line-height: 26px;
        max-width: 500px;
        margin-bottom: 50px;
    }
    .footer {
        padding: 20px 0;
    }
    .footer-cont {
        font-size: 15px;
        line-height: 16px;
    }



}
@media (max-width: 1200px) {
    .provider-laptop-img {
        width: 620px;
    }
}
@media (max-width: 991px) {
    .navScrolled{
        animation: unset;
    }
    .navbar .navbar-nav .nav-item .nav-link,
    .navScrolled.lsheader .navbar .navbar-nav .nav-item .nav-link,
    .lsheader2 .navbar .navbar-nav .nav-item .nav-link, .navScrolled.lsheader .navbar-brand{
        color: var(--black);
        min-height: 3rem;
    }
    .sidenavOffcanvas .offcanvas-header{
        border-bottom: 1px solid #D4D5E6;
    }
    .home-area {
        padding: 80px 0;
        padding-top: 120px;
    }
    .home-title {
        font-size: 35px;
        line-height: 45px;
    }
    .reg-btn {
        padding: 12px 18px;
        font-size: 14px;
        line-height: 18px;
    }
    .fyr-canhelp-top h2, .fyr-canhelp-top-text-play-inner p {
        font-size: 30px;
        line-height: 40px;
    }
    .fyr-canhelp-top-text-play {
        top: 45px;
        height: 50px;
    }
    @keyframes vertical-ticker-desktop {
        0% {
            top: 90px;
            visibility: visible;
        }
        11% {
            top: 0;
        }
        36% {
            top: 0;
        }
        47% {
            top: -60px;
        }
        62% {
            top: -60px;
        }
        73% {
            top: -120px;
        }
        88% {
            top: -120px;
        }
        98% {
            top: -200px;
        }
        99% {
            top: -200px;
            visibility: hidden;
        }
        100% {
            top: 90px;
            visibility: hidden;
        }
    }
    .fyr-justTake-pad-top {
        padding-top: 80px;
    }
    .section-heading h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .section-heading p, .provider-portal-heading p {
        font-size: 15px;
        line-height: 20px;
    }
    .section-heading {
        margin-bottom: 40px;
    }
    .provider-laptop{
        display: none;
    }
    .provider-portal-main-inner{
        max-width: 100%;
    }
    .partner-area, .app-area {
        padding: 60px 0;
    }
    .navbar-brand {
        width: 150px;
    }
    .pricing-top-pad,
    .fyr-canhelp-area,
    .provider-portal-area,
    .testimonial-area,
    .contact-us-pad-top {
        padding-top: 80px;
    }
    .provider-portal-heading h2,.provider-sec-title {
        font-size: 25px;
        line-height: 35px;
    }
    .pricing-main {
        padding: 28px;
        border-radius: 12px;
    }
    .plan-box span {
        padding: 10px 14px;
        font-size: 15px;
        line-height: 16px;
    }
    .plan-box {
        margin-bottom: 20px;
    }
    .plan-pricing-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .plan-pricing-decs {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .plan-pricing-left-list li {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 6px;
        margin-bottom: 6px;
    }
    .plan-pricing-left-tc span {
        font-size: 14px;
        line-height: 24px;
    }
    .plan-pricing-left-tc p {
        font-size: 30px;
    }
    .plan-pricing-left-tc p small {
        font-size: 14px;
        line-height: 24px;
    }
    .subscribe-btn {
        padding: 10px 16px;
    }
    .plan-pricing-left {
        padding-right: 25px;
    }
    .plan-pricing-right {
        padding-left: 25px;
    }
    .plan-pricing-right-box {
        margin-top: 20px;
    }
    .pprbi-icon {
        width: 40px;
        height: 40px;
    }
    .pprbi-icon img{
        width: 20px;
    }
    .plan-pricing-right-box .plan-pricing-right-box-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .plan-pricing-right-box .plan-pricing-right-box-item {
        gap: 15px;
    }
    .pprbi-cont h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .pprbi-cont p {
        font-size: 14px;
        line-height: 18px;
    }
    .testimonial-area,
    .contact-us-pad-bottom {
        padding-bottom: 100px;
    }
    .faq-area .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
        line-height: 18px;
    }
    .faq-area .accordion .accordion-item .accordion-body p {
        font-size: 14px;
        line-height: 23px;
    }
    .app-left h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 18px;
    }
    .app-left h4 {
        font-size: 22px;
        line-height: 36px;
    }
    .app-left{
        text-align: center;
    }
    .app-left p {
        font-size: 14px;
        line-height: 23px;
        margin: auto;
        margin-bottom: 42px;
    }
    .app-flex{
        justify-content: center;
    }


}
@media (max-width: 768px) {
    .home-area {
        padding: 50px 0;
        padding-top: 90px;
    }
    .home-title {
        font-size: 25px;
        line-height: 35px;
    }
    .home-desc {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    .fyr-justTake-pad-top {
        padding-top: 100px;
    }
    .section-heading h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .section-heading p, .provider-portal-heading p {
        font-size: 14px;
        line-height: 18px;
    }
    .provider-portal-heading h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .partner-area, .app-area {
        padding: 50px 0;
    }
    .cursor-alter .partner-logo img{
        width: 100px;
    }
    .testimonial-box {
        padding: 20px;
    }
    .footer-inner{
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .testimonial-swiper-main .btn-nxt {
        right: -10px;
    }
    .testimonial-swiper-main .btn-pre {
        left: -10px;
    }
    .pti-new-box{
        top: 0;
    }
    .pti-new-area{
        padding-top: 40px;
    }
}
@media (max-width: 576px) {
    .home-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .home-area {
        padding: 30px 0;
        padding-top: 90px;
    }
    .reg-btn {
        padding: 10px 14px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0;
    }
    .fyr-canhelp-top h2, .fyr-canhelp-top-text-play-inner p {
        font-size: 20px;
        line-height: 42px;
    }
    .fyr-canhelp-top {
        margin-bottom: 40px;
    }
    .fyr-justTake-pad-top {
        padding-top: 70px;
    }
    .section-heading h2,
    .provider-portal-heading h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .provider-portal-area {
        padding-bottom: 20px;
    }
    .section-heading {
        margin-bottom: 20px;
    }
    .plan-pricing{
        flex-direction: column;
    }
    .plan-pricing-left, .plan-pricing-right {
        width: 100%;
    }
    .plan-pricing-left {
        order: 1;
        padding-right: 0;
        padding-top: 25px;
        border-right: unset;
    }
    .plan-pricing-right {
        padding-left: 0;
        padding-bottom: 25px;
        border-bottom: 1px solid #D4D5E6;
    }
    .app-left h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 12px;
    }
    .app-left h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .app-flex {
        gap: 15px;
    }
    .testimonial-area, .contact-us-pad-bottom {
        padding-bottom: 50px;
    }
    .pti-head p {
        font-size: 20px;
        line-height: 30px;
    }
    .pti-area {
        padding: 30px 0;
    }
    .provider-sec-title {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 15px;
    }
    .home-area{
        position: relative;
        z-index: 1;
    }
    .home-area::before{
        position: absolute;
        content: '';
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(117, 55, 141, 0.7);
    }
    .pti-new-mobile .swiper-pagination-bullets-dynamic{
        position: unset;
        transform: unset !important;
        margin: auto;
        margin-top: 15px;
    }
    .swiper-pagination-bullet-active{
        background: #75378D;
    }
    .pricing-top-pad, .fyr-canhelp-area, .provider-portal-area, .testimonial-area, .contact-us-pad-top {
        padding-top: 40px;
    }
    .provider-img, .provider-img img {
        height: 330px;
        width: 100%;
        object-fit: fill;
    }
    .contact-us-area{
        background: unset !important;
    }
    .ptimobSwiper .swiper-wrapper .swiper-slide{
        height: auto;
    }
    .footer-inner .footer-cont:first-child br{
        display: block;
    }
}
@media (max-width: 430px) {
    .app-flex {
        flex-direction: column;
    }
    .app-download{
        width: 100%;
    }
}


/*sunil*/
.pti-new-box {
    min-height: 430px;
    transition: all ease .4s;
    -moz-webkit-: all ease .4s;
}
.ptinb-1:hover, .ptinb-2:hover, .ptinb-3:hover{
    transition: all ease .4s;
    -moz-webkit-: all ease .4s;
}
.provider-sec-box-item{
    transition: all ease .4s;
    -moz-webkit-: all ease .4s;
}
.provider-sec-log {
    display: inline-flex;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    -moz-webkit-: all ease .4s;
}
.provider-sec-box-item:hover .provider-sec-log {
    opacity:1;
    visibility:visible;
    transition:all ease .4s;
    -moz-webkit-:all ease .4s;
}
.provider-img, .provider-img img {
    object-fit: cover;
    border-radius: 20px;
    transition:all ease .4s;
    -moz-webkit-:all ease .4s;
}
.pti-new-box:hover .pti-new-box-cont h3,.pti-new-box:hover .pti-new-box-cont p, .provider-sec-box-item{
    transition: all ease .4s;
    -moz-webkit-: all ease .4s;
}
.pti-new-box:hover .pti-new-box-icon{
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    -moz-webkit-: all ease .4s;
    height:0;
}
.pti-new-box i {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0 !important;
}
.pti-new-box:hover i {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
}
.provider-sec-area {
    padding-bottom:40px;
}
.provider-sec-box-item + .provider-sec-box-item {
    margin-top: -50px;
}
.provider-sec-box-item:hover + .provider-sec-box-item {
    margin-top:0px;
    transition: all ease .4s;
    -moz-webkit-: all ease .4s;
}
.home-content .nav-pills li:first-child .nav-link {
    border-radius: 30px 0 0 0;
}

#codeSection .text-end, .queryValid .text-end{
    color: #ea5e22;
    margin-top:10px;
}
#codeSection .text-end a, .queryValid .text-end a{
  font-weight:500;
  text-decoration: underline !important;
  color:#000;
}
.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}
.main_header_nav nav ul li.active a {
    color: #ea5e22;
}
ul.list-unorder {
    list-style: disc;
    padding-left:25px;
    margin-top: 10px;
}
ul.list-unorder li {
    padding-bottom:8px;
}
.terms_btn {
    margin-top: 12px;
}
.terms_btn a, .terms_btn a:not([href]):not([class]), .terms_btn a:not([href]):not([class]):hover {
    color: #ea5e22;
    text-decoration: underline !important;
    cursor: pointer;
}

@media(max-width:1400px){
.pti-new-box{
    min-height:365px;
}
}
@media(max-width:1199px){
.contact-us-pad-top, .pricing-top-pad, .provider-portal-area{
    padding-top:50px;
}
.fyr-canhelp-area{
    padding-top:60px;
}
}
@media(max-width:992px){
.swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.pti-new-box i{
    margin-top:15px !important;
}
.fyr-canhelp-top{
    margin-bottom:40px;
}
.provider-portal-area{
    padding-bottom:0;
}
.provider-sec-title{
    margin-top:30px;
}
.provider-sec-box {
    padding-bottom:40px;
}
.contact-us-pad-top{
    padding-top:0;
}
.testimonial-area, .contact-us-pad-bottom{
    padding-bottom:70px;
}
.contact-us-area .contact-us-pad-top {
    padding-top: 50px;
}
.img2, .img2 img {
    height: auto;
}
#pricing {
    padding-bottom: 50px;
}
}
@media(max-width:767px){
.pti-new-box{
    min-height:auto;
}
.pti-new-box:hover .pti-new-box-icon{
    margin-block:0;
}
.provider-portal-heading {
    margin-bottom: 35px;
    margin-top: 28px;
}
.provider-sec-title {
    line-height: 38px;
}
.provider-img, .provider-img img {
    overflow: hidden;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
}
.provider-sec-box {
    padding-bottom: 0;
}
}
@media(max-width:576px){
.fyr-canhelp-area {
    padding-top: 40px;
}
.contact-us-pad-top, .pricing-top-pad, .provider-portal-area {
    padding-top: 40px;
}
.footer-cont .m-block{
    display: block;
    margin-top: 5px;
}
}
