/* 
font-family: "Poppins", sans-serif;
font-family: 'KitRounded';
*/
@font-face {
    font-family: 'KitRounded';
    src: url('../fonts/KitRounded-SemiBold.eot');
    src: url('../fonts/KitRounded-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KitRounded-SemiBold.woff2') format('woff2'),
        url('../fonts/KitRounded-SemiBold.woff') format('woff'),
        url('../fonts/KitRounded-SemiBold.ttf') format('truetype'),
        url('../fonts/KitRounded-SemiBold.svg#KitRounded-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: clip;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}

b,
strong {
    font-weight: 700;
}

body {
    font-size: 18px;
    line-height: 26px;
    font-family: "Poppins",
        sans-serif;
    font-weight: 400;
    color: #000000;
    overflow-x: clip;
}

p {
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: #013D5A;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

a:hover,
a:focus,
a:active {
    color: #E78324;
}

img {
    max-width: 100%;
}

.mt-120 {
    margin: 120px 0px 0px;
}

.mtb-120 {
    margin: 120px 0px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mt-50 {
    margin-top: 50px;
}

.pt-120 {
    padding: 120px 0px 0px;
}

.ptb-120 {
    padding: 120px 0px;
}

.ptb-80 {
    padding: 80px 0px;
}

.ptb-50 {
    padding: 50px 0;
}

.pb-120 {
    padding: 0px 0px 120px 0px;
}

h1,
h2 {
    font-family: 'KitRounded';
    font-weight: 600;
}

h3,
h4,
h5,
h6 {
    font-weight: 700;
}

header {
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

header.sticky {
    padding: 20px 0;
    box-shadow: 0px -5px 20px rgb(0 0 0 / 20%);
}

header .menu-item+.menu-item {
    margin-left: 30px;
}

header .menu-item:nth-last-of-type(1),
header .menu-item:nth-last-of-type(2) {
    display: none;
}

header .menu-item a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #013D5A;
}

header .navbar-brand {
    max-width: 270px;
}

header .navbar,
header .navbar-brand {
    padding: 0;
    margin: 0;
}

.btn-primary {
    position: relative;
    padding: 13px 20px;
    border-radius: 50px;
    color: #fff !important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    z-index: 1;
    transition: .9s all;
    overflow: hidden;
    display: block;
    width: fit-content;
    border: 0;
    box-shadow: none;
    outline: none;
}

.btn-primary:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #E78324;
    z-index: -1;
    transition: .9s all;
}

.btn-primary:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    background: #033C5A;
    z-index: -1;
    transition: .9s all;
}

.btn-primary:hover:after,
.btn-primary:focus:after,
.btn-primary:active:after {
    width: 100%;
}

.btn-secondary {
    position: relative;
    padding: 13px 20px;
    border-radius: 50px;
    color: #fff !important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    z-index: 1;
    transition: .9s all;
    overflow: hidden;
    display: block;
    width: fit-content;
    border: 0;
    box-shadow: none;
    outline: none;
}

.btn-secondary:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #033C5A;
    z-index: -1;
    transition: .9s all;
}

.btn-secondary:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    background: #E78324;
    z-index: -1;
    transition: .9s all;
}

.btn-secondary:hover:after,
.btn-secondary:focus:after,
.btn-secondary:active:after {
    width: 100%;
}

header .menu-item.current-menu-item>a,
header .menu-item:hover>a,
header .menu-item a:focus {
    color: #E78324 !important;
}

.right-btns {
    gap: 10px;
}

.header-margin-top {
    margin-top: 113px;
}

/*Banner*/
.home-banner {
    position: relative;
    background: #E0F2F8;
    min-height: 700px;
    padding: 70px 0;
    z-index: 2;
}

.banner-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.banner-shape img {
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-img {
    position: absolute;
    bottom: 0;
    right: 45px;
    z-index: 1;
}

.banner-img img {
    max-width: 603px;
}

h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 72px;
    color: #003D59;
    margin-bottom: 12px;
}

.hb-desc .btn-primary {
    min-width: 255px;
    text-align: center;
}

h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 60px;
    color: #003D59;
    margin-bottom: 18px;
}

h2:last-child {
    margin-bottom: 0;
}

.full-img img {
    width: 100%;
}

.home-we-care {
    background: #FFF6E2;
}

.we-care-links {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
}

.we-care-links:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #E78324;
    right: -30px;
}

.we-care-links a {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #033C5A;
    position: relative;
    padding-right: 30px;
}

.we-care-links a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 76%;
    transform: translateY(-76%);
    width: 15px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 17L10 9L1 1' stroke='%23E78324' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 11px 18px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .5s all;
}

.we-care-links a:nth-child(1):before {
    top: 50%;
    transform: translateY(-50%);
}

.we-care-links a+a {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgba(0, 61, 89, .2);
}

.we-care-links a.active,
.we-care-links a:hover,
.we-care-links a:focus {
    color: #E78324;
}

.we-care-links a.active::before,
.we-care-links a:hover:before,
.we-care-links a:focus:before {
    opacity: 1;
}

.we-care-desc-main {
    display: flex;
    height: 100%;
    align-items: center;
}

.we-care-desc {
    display: none;
    padding-left: 50px;
}

.we-care-desc img {
    max-width: 193px;
    display: block;
    margin-bottom: 30px;
}

.we-care-desc h3 {
    font-family: 'KitRounded';
    color: #E78324;
    font-weight: 600;
    font-size: 38px;
    line-height: 132%;
    margin-bottom: 12px;
}

/* How Work */

.howor-box {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 10px 40px 0px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 55px;
}

.howor-box:nth-child(2n) {
    flex-direction: row-reverse;
    padding: 10px 30px 0px 40px;
}

.howor-box:nth-child(2n) .howorb-desc h3 {
    color: #E68425;
}

.howorb-desc {
    max-width: 70%;
    flex: 0 0 70%;
    padding: 30px 0px;
}

.howorb-desc h3 {
    color: #033C5A;
    font-weight: 600;
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 12px;
}

.howorb-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.howorb-desc p:last-child {
    margin-bottom: 0;
}

.howorb-img {
    text-align: center;
    max-width: 22%;
    flex: 0 0 22%;
}

.howorb-img img {
    max-width: 100%;
}

/* Home Switch section */
.hswitch-main {
    padding: 45px 68px 20px 20px;
    background: #FFF6E3;
    border-radius: 20px;
}

.hswitch-img {
    max-width: 90%;
    margin: auto;
}

.hswitch-img img {
    width: 100%;
}

.hswitch-desc {
    text-align: right;
}

.hswitch-desc h2 {
    margin-bottom: 24px;
    color: #033C5A;
}

.hswitch-desc p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
}

.hswitch-desc .btn-primary {
    max-width: fit-content;
    margin-left: auto;
    font-size: 20px;
    line-height: 26px;
    padding: 14px 25px;
}

.home-switch .hswitch-desc {
    max-width: 470px;
    margin-left: auto;
}


/* Testimonial Section */
.home-testimonial {
    background: #ffffff;
}


.testimonial-main-slider {
    padding: 0 120px;
}

.testimonialSwiper .swiper-slide {
    height: auto;
    padding-bottom: 40px;
}

.htesti-box {
    background: #E3F5F9;
    border-radius: 12px;
    /* padding: 52px 75px; */
    text-align: center;
    position: relative;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.htestib-content {
    padding: 52px 75px;
}

.htesti-box::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #E3F5F9;
}

.htesti-box h4 {
    font-size: 24px;
    font-family: "Poppins",
        sans-serif;
    line-height: 33px;
    color: #033C5A;
    font-weight: 700;
    margin-bottom: 18px;
}

.htesti-box p {
    font-size: 18px;
    color: #000;
    line-height: 27px;
    margin-bottom: 0;
}

.testimonialThumbSwiper {
    max-width: 50%;
    margin-top: 17px;
    overflow: hidden;
    position: relative;
}

.testimonialThumbSwiper .swiper-slide {
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 150px;
    padding-top: 15px;
}

.htestithb-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    transition: all 0.3s ease;
    transform-origin: center center;
}

.htestithb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonialThumbSwiper .swiper-slide-thumb-active .htestithb-img {
    width: 90px;
    height: 90px;
    transform: translateY(-15px);
}

.htesti-thbox p {
    margin-top: 7px;
    font-weight: 700;
    color: #033C5A;
    font-size: 16px;
    line-height: 22px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

.testimonialThumbSwiper .swiper-slide-thumb-active .htesti-thbox p {
    opacity: 1;
    visibility: visible;
}

.testimonial-main-slider .test-next,
.testimonial-main-slider .test-prev {
    color: #003D59;
    background: none;
    margin-top: -42px;
}

.testimonial-wrapper .test-next::after,
.testimonial-wrapper .test-prev::after {
    display: none;
}

.testimonial-wrapper .test-next svg,
.testimonial-wrapper .test-prev svg {
    width: 20px;
}


.test-prev {
    left: 0;
}

.test-next {
    right: 0;
}

.testimonialThumbSwiper .swiper-scrollbar {
    background: #DFF2F9;
    height: 10px;
    border-radius: 10px;
    bottom: 0;
    width: 300px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 40px auto 0px;
    max-width: 300px;
}

.testimonialThumbSwiper .swiper-scrollbar-drag {
    background: #033C5A;
    border-radius: 10px;
}


/* cta */
.cta {
    position: relative;
    z-index: 1;
    margin-top: 70px;
}

.cta::before {
    content: '';
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF6E3;
    z-index: -1;
}

.cta-desc {
    padding: 50px 0px 50px;
}

.cta-desc h2 {
    margin-bottom: 30px;
}

.cta-desc .btn-primary {
    min-width: 235px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    padding: 15px 25px;
}

.cta-img img {
    width: 100%;
}

.cta-img {
    max-width: 90%;
    margin: auto;
}

/* Footer */
footer {
    background-color: #013D5A;
    padding: 80px 0px 0px;
}

.foot-logo {
    margin-bottom: 50px;
}

.foot-logo img {
    max-width: 270px;
}

.social-link {
    display: flex;
    column-gap: 8px;
}

.social-link li a {
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 5px;
}

.social-link li a:hover {
    background-color: #FFFFFF;
}

.social-link li a svg path {
    transition: all 0.3s;
}

.social-link li a:hover svg path {
    fill: #222020;
}

.foot-link ul li a {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #FFFFFF;
}

.foot-top li a:hover,
.fb-desc p a:hover {
    color: #E78324;
}

.foot-link li+li {
    margin-top: 12px;
}

.foot-link h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.foot-bottom {
    margin-top: 90px;
    padding: 30px 0px;
    border-top: 1px solid #E78324;
}

.fb-desc p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 0;
}

.fb-desc p a {
    color: #fff;
    text-decoration: underline;
}


/* Inner banner */
.inner-banner {
    position: relative;
    background: #E0F2F8;
    min-height: 490px;
    padding: 50px 0;
    overflow: hidden;
    z-index: 2;
}

.inb-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.inb-shape img {
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.inb-img {
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 1;
}

.inb-img img {
    max-width: 603px;
}

.inb-desc .btn-primary {
    min-width: 255px;
    text-align: center;
}

/* Our specialities section */
.our-specialties .row+.row {
    row-gap: 50px;
}

.our-specialties .row+.row .col-lg-4 {
    display: inherit;
}

.ouspeci-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    background: #E3F5F9;
    border: 1px solid #F58222;
    padding: 30px 20px;
    border-radius: 10px;
}

.ouspecib-img {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #003D59;
    max-width: 150px;
    margin: 0px auto 20px;
}

.ouspecib-img img {
    max-width: 80%;
}

.ouspecib-desc h3 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    color: #F58222;
    margin-bottom: 10px;
}

.ouspecib-desc p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0px;
}

/* faq */

.faq-accordion .accordion-button {
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #101828;
    margin-bottom: 0;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: transparent;
}

.faq-accordion .accordion-button::after {
	    position: absolute;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 11H15M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z' stroke='%23E78324' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    transform: rotate(0);
    display: none;
}

.faq-accordion .accordion-button::before {
    content: "";
    position: absolute;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 7V15M7 11H15M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z' stroke='%23033C5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    display: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    display: block;
}

.faq-accordion .accordion-button.collapsed::before {
    display: block;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #E78324;
    font-weight: 500;
    box-shadow: none !important;
    background-color: transparent;
}

.faq-accordion .accordion-item {
    border-radius: 0;
    padding-bottom: 24px;
    border: 0;
}

.faq-accordion .accordion-item+.accordion-item {
    padding: 24px 0;
    border-top: 1px solid rgba(231, 131, 36, 0.2);
}

.faq-accordion .accordion-item:last-child {
    padding-bottom: 0 !important;
}

.faq-accordion .accordion-body {
    padding: 0;
    padding-top: 10px;
}

.faq-accordion .accordion-body p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}

.faq-accordion .accordion-body ul {
    margin-top: 10px;
    margin-bottom: 10px
}

.faq-accordion .accordion-body a {
    text-decoration: underline;
    color: #E78324;
    font-weight: 500;
}

.faq-accordion .accordion-body li {
    list-style: disc;
    list-style-position: inside;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.faq-accordion .accordion-body li+li {
    margin-top: 8px;
}

.practices-trust .col-lg-4 {
    display: inherit;
}

.practice-box {
    text-align: center;
    width: 100%;
}

.practices-trust .row+.row {
    row-gap: 50px;
}

.practice-box-img {
    background: #BBDEFB;
    border-radius: 10px;
    width: 150px;
    height: 150px;
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
}

.practice-box-img img {
    max-width: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.practice-box-desc h3 {
    font-family: 'KitRounded';
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #033C5A;
    margin-bottom: 15px;
}

.cta-two-inner {
    background: #E3F5F9;
    border-radius: 20px;
}

.cta-two-desc {
    padding: 90px 0 90px 60px;
}

.cta-two-desc p {
    margin-bottom: 20px;
}

.cta-two-desc p a {
    color: #E78324;
    font-weight: 700;
    text-decoration: underline;
}

.cta-two-desc .btn-primary {
    min-width: 255px;
    text-align: center;
}

.cta-img-two {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cta-img-two img {
    max-width: 430px;
    border-radius: 0 0 20px 0;
}

.listing-normal ul {
    padding-left: 1.5rem;
    margin-bottom: 30px;
}

.listing-normal ul li {
    list-style-type: disc;
    font-size: 18px;
    line-height: 194%
}

.orderhub-desc .btn-secondary {
    min-width: 240px;
    text-align: center;
}

.orderhub-img img {
    max-width: 430px;
    display: block;
    margin: 0 auto;
}

.about-pratner .pp-box .pp-box-img svg path {
    fill: #033C5A;
    transition: all 0.5s;
}

.about-pratner .pp-box:hover .pp-box-img svg path {
    fill: #fff;
}

.pharma-partners .row {
    row-gap: 30px;
}

.pharma-partners .col-lg-3 {
    display: inherit;
}

.pp-box {
    height: 100%;
    width: 100%;
    padding: 30px 15px;
    border: 1px solid #43BCD9;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    transition: .5s all;
}

.pp-box-img {
    margin-bottom: 15px;
}

.pp-box-img img {
    max-width: 70px;
    display: block;
    margin: 0 auto;
}

.pp-box-desc h3 {
    font-family: 'KitRounded';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 15px;
    transition: .5s all;
}

.pp-box-desc p {
    transition: .5s all;
	font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  margin-top: 15px;
}

.pp-box:hover,
.pp-box:focus,
.pp-box:active {
    background: #033C5A;
    border-color: #033C5A;
}

.pp-box:hover .pp-box-desc h3,
.pp-box:hover .pp-box-desc p,
.pp-box:focus .pp-box-desc h3,
.pp-box:focus .pp-box-desc p,
.pp-box:active .pp-box-desc h3,
.pp-box:active .pp-box-desc p {
    color: #fff;
}

.pp-add {
    text-align: left;
    padding: 20px;
    background-color: #fff !important;
    border: 1px solid #43BCD9 !important;
}

.pp-add-desc h5 {
    font-family: 'KitRounded';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #003D59;
    margin-bottom: 15px;
    transition: .5s all;
}

.pp-add-desc ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
    transition: .5s all;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.pp-add-desc ul li:last-child {
    margin-bottom: 0;
}

.payers-support {
    background: #E3F5F9;
}

.payers-desc {
    display: none;
}

.payers-links {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.payers-links:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #033C5A;
    right: -70px;
}

.payers-links a {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #033C5A;
    position: relative;
    padding-left: 64px;
}

.payers-links a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 76%;
    transform: translateY(-76%);
    width: 0;
    height: 3px;
    background: #E78324;
    opacity: 0;
    transition: .5s all;
}

.payers-links a:nth-child(1):before {
    top: 50%;
    transform: translateY(-50%);
}

.payers-links a+a {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #E78324;
}

.payers-links a.active,
.payers-links a:hover,
.payers-links a:focus {
    color: #E78324;
}

.payers-links a.active::before,
.payers-links a:hover:before,
.payers-links a:focus:before {
    opacity: 1;
    width: 44px;
}

.payers-desc {
    padding: 30px 0;
}

.payers-desc img {
    max-width: 270px;
    display: block;
    margin-bottom: 12px;
}

.payers-desc h3 {
    font-family: 'KitRounded';
    color: #E78324;
    font-weight: 600;
    font-size: 38px;
    line-height: 132%;
    margin-bottom: 12px;
}

.payer-cta-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.payer-cta-desc h2,
.payer-cta-desc h3 {
    font-family: 'KitRounded';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    color: #003D59;
    margin-bottom: 16px;
}

.form-container {
    padding: 50px 30px;
    background: rgba(166, 221, 234, 0.2);
    border: 1px solid #033C5A;
    border-radius: 10px;
}

.medication-hidden-field {
    display: none !important;
}

.forminator-label {
    display: none !important;
}

.forminator-input,
.forminator-textarea,
.forminator-merge-tags {
    width: 100% !important;
    padding: 11px 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #333333 !important;
    border: 1px solid #033C5A !important;
    border-radius: 50px !important;
    background: rgba(166, 221, 234, 0.2) !important;
    margin-bottom: 20px;
    outline: none !important;
}

.forminator-input-with-icon .forminator-input {
	padding-left: 35px !important;
}

.forminator-textarea, .forminator-merge-tags {
    border-radius: 20px !important;
}
.forminator-merge-tags {
margin: 0;
	height:100%;
}

#add-medicine {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	padding: 12px 15px;
	border-radius: 50px;
	border: none;
	background: #033C5A;
	font-weight: 400;
}

#medicine-wrapper:has(.medicine-input-field) {
	margin-bottom: 15px;
}

#medicine-wrapper {
display: grid;
  align-items: center;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.medicine-row:nth-child(1) {
	display: none;
}
.medicine-row {
	position: relative;
}
.medicine-input-field {
	padding: 5px 12px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	color: #333 !important;
	border: 1px solid #033C5A !important;
	border-radius: 50px !important;
	background: rgba(166, 221, 234, 0.2) !important;
	outline: none !important;
	width: 100%;
}
.remove-medicine {
	position: absolute;
	top: 50%;
	right: 8px;
	height: 25px;
	width: 25px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: #c00d0d;
	border-radius: 50px;
	transform: translateY(-52%);
}
.remove-medicine img {
	max-width: 10px;
	max-height: 10px;
	margin: 0 !important;
	filter: brightness(0) invert(1);
}
.forminator-input::placeholder,
.forminator-textarea::placeholder {
    color: #333333 !important;
}

.form-container .forminator-field {
    text-align: center;
}

.form-container .btn-secondary {
    min-width: 255px !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 15px 20px !important;
    border-radius: 50px !important;
    box-shadow: none !important;
    font-size: 18px !important;
    line-height: 27px !important;
}

.form-container .forminator-error-message {
    text-align: left;
}

.form-container form,
.form-container .forminator-row-last {
    margin: 0 !important;
}

.forminator-ui .select2-selection {
    border-color: #033C5A !important;
    background-color: rgba(166, 221, 234, 0.2) !important;
    border-radius: 50px !important;
    padding: 7px 16px !important;
    outline: none !important;
}

.forminator-ui .select2-selection .select2-selection__rendered {
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #333333 !important;
}

.forminator-select-dropdown {
    padding: 0 !important;
    background: #FFFFFF !important;
    border-color: #033C5A !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

.select2-results__option--selectable {
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    outline: 0 !important;
    padding: 10px 15px !important;
}

.select2-results__option--highlighted {
    background: rgba(166, 221, 234, 0.2) !important;
}

.select2-results__option--selected {
    background: rgba(166, 221, 234, 1) !important;
}

.faq-banner {
    padding-bottom: 0;
}

.faq-banner .inb-img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.faq-banner .inb-img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.location-box {
    padding: 50px 40px;
    background: rgba(224, 242, 248, 0.2);
    border: 1px solid #31B7E6;
    border-radius: 10px;
}

.location-box+.location-box {
    margin-top: 50px;
}

.loc-title {
    border-bottom: 1px solid #E78324;
    margin-bottom: 30px;
}

.loc-title h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 45px;
    color: #F28F2F;
    margin-bottom: 20px;
}

.location-box h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #003D59;
    margin-bottom: 30px;
}

.loc-inner-grid {
    display: grid;
    grid-template-columns: 40px auto;
    gap: 15px;
}

.loc-inner-grid+.loc-inner-grid {
    margin-top: 20px;
}

.loci-img img {
    width: 100%;
}

.loc-inner-grid h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #033C5A;
    margin-bottom: 6px;
}

.loc-inner-grid p,
.loc-inner-grid p a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
}

.loc-inner-grid p a:hover,
.loc-inner-grid p a:focus,
.loc-inner-grid p a:active {
    color: #F28F2F;
}

.map-img img {
    max-width: 100%;
    display: block;
    margin-left: auto;
}

.sign-in-grid {
    display: grid;
    grid-template-columns: 80px auto;
    gap: 20px;
}

.sign-in-grid+.sign-in-grid {
    margin-top: 30px;
}

.sign-in-img {
    width: 80px;
    height: 80px;
    background: #E0F2F8;
    border-radius: 50%;
    position: relative;
    text-align: center;
}

.sign-in-img img {
    max-width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

.sign-in-desc h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #033C5A;
    margin-bottom: 4px;
}

.sign-in-desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
}

.form-container .small-title {
    margin-bottom: 30px;
    text-align: center;
}

.form-container .small-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    max-width: 80%;
    margin: 0 auto;
}

.scroll-top svg {
    display: none;
}

.get-started {
    padding-top: 40px;
}

.wepr-content h2 {
    margin-bottom: 25px;
    color: #E78324
}

.wepr-content h3 {
    margin-bottom: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #003D59;
    text-transform: capitalize;
    font-family: 'KitRounded';
}

.wepr-content p {
    line-height: 28px;
    margin-bottom: 15px;
}

.wepr-content h3,
.wepr-content h2 {
    margin-top: 30px;
}

.wepr-content ul {
    margin-bottom: 20px;
}

.wepr-content li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 17px;
}

.wepr-content li+li {
    margin-top: 10px;
}

.easy-box {
    border: 1px solid rgba(231, 131, 36, 0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all 0.4s ease-in-out;
    height: 100%;
    padding: 36px 17px;
}

.easy-box p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
    margin-top: 15px;
}

.easy-box:hover {
    background-color: rgba(231, 131, 36, 0.2);
}

.easy-box:hover svg path {
    fill: #E78324;
}

.cta-title h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #033C5A;
    margin-bottom: 25px;
    text-align: center;
}

.tranferrx-sec {
    margin-top: 150px;
}

.tranferrx-sec .cta-title h3 {
    margin-bottom: 15px;
}

.tranferrx-sec .cta-main {
    padding: 30px 30px;
    background-color: #E3F5F9;
    border: 1px solid #033C5A;
    border-radius: 10px;
}

.tranferrx-sec .forminator-button {
    padding: 15px 91px !important;
    border-radius: 50px !important;
    border: none !important;
    background-color: #033C5A !important;
    color: #FFFFFF !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 0 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    margin: 0 auto !important;
    display: block !important;
}

.tranferrx-sec .forminator-button::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    background: #E78324;
    z-index: -1;
    transition: .9s all;
}

.tranferrx-sec .forminator-button:hover::after,
.tranferrx-sec .forminator-button:focus::after,
.tranferrx-sec .forminator-button:active::after {
    width: 100%;
}

.tranferrx-sec .forminator-row-last,
.tranferrx-sec .forminator-ui {
    margin-bottom: 0 !important;
}

.wb-terms-privacy .row+.row {
    margin-top: 20px;
}

.cta-title h2 {
    margin-bottom: 30px;
}

.forminator-row:has(.forminator-field-html) {
    margin-bottom: 0 !important;
}

.cta-form-desc h4 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
    text-align: left;
}

.cta-form-desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #7D7D7D;
    margin-bottom: 10px;
    text-align: left;
}



/* Responsive */

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

    .banner-img,
    .inb-img {
        right: 0;
    }

    .banner-img img {
        max-width: 570px;
    }

    .inb-img img {
        max-width: 590px;
    }

    .we-care-links a {
        font-size: 21px;
    }

    .pp-box-desc h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .pp-box-desc p {
        font-size: 16px;
        line-height: 24px;
    }

    header .navbar-brand {
        max-width: 200px;
    }
}

@media screen and (max-width: 1199px) {
    .mt-120 {
        margin-top: 90px;
    }

    .mtb-120 {
        margin: 90px 0px;
    }

    .mb-120 {
        margin-bottom: 90px;
    }

    .pt-120 {
        padding-top: 90px;
    }

    .ptb-120 {
        padding: 90px 0px;
    }

    .ptb-80 {
        padding: 70px 0px;
    }

    .pb-120 {
        padding: 0px 0px 90px 0px;
    }

    body {
        font-size: 16px;
        line-height: 25px;
    }

    .home-banner {
        min-height: 588px;
    }

    .banner-img img,
    .inb-img img {
        max-width: 450px;
    }

    header .menu-item+.menu-item {
        margin-left: 28px;
    }

    h1 {
        font-size: 42px;
        line-height: 56px;
    }

    h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .hb-desc .btn-primary,
    .inb-desc .btn-primary {
        min-width: 210px;
    }

    .btn-primary,
    .btn-secondary {
        font-size: 16px;
        line-height: 25px;
        padding: 11px 20px;
    }

    .form-container .btn-secondary {
        min-width: 210px !important;
        padding: 11px 20px !important;
        font-size: 16px !important;
        line-height: 25px !important;
    }


    .we-care-links {
        padding: 15px 0;
    }

    .we-care-links a+a {
        padding-top: 20px;
        margin-top: 20px;
    }

    .we-care-links a {
        font-size: 18px;
    }

    .we-care-desc img {
        max-width: 160px;
    }

    .we-care-desc h3 {
        font-size: 30px;
    }

    .howor-box {
        padding: 15px 30px 0px 20px;
    }

    .howorb-desc {
        padding: 15px 0px;
    }

    .howorb-desc h3 {
        font-size: 24px;
        line-height: 37px;
    }

    .howorb-desc p {
        font-size: 16px;
        line-height: 25px;
    }

    .hswitch-desc p {
        font-size: 16px;
        line-height: 25px;
    }

    .hswitch-desc .btn-primary,
    .cta-desc .btn-primary {
        font-size: 18px;
        line-height: 24px;
        padding: 12px 22px;
    }

    .htesti-box h4 {
        font-size: 22px;
        line-height: 31px;
    }

    .htesti-box p {
        font-size: 16px;
        line-height: 25px;
    }

    .htesti-thbox p {
        font-size: 14px;
        line-height: 20px;
    }

    .cta-desc .btn-primary {
        min-width: 190px;
    }

    .cta::before {
        top: 75px;
    }

    .header-margin-top {
        margin-top: 95px;
    }

    header {
        padding: 25px 0;
    }

    header .navbar-brand,
    .foot-logo img,
    .mob-logo .navbar-brand {
        max-width: 180px;
    }

    .mob-logo .navbar-brand {
        display: inline-block;
    }

    header .menu-item a {
        font-size: 16px;
        line-height: 25px;
    }

    .right-btns a {
        padding: 10px 20px;
    }

    footer {
        padding: 70px 0px 0px;
    }

    .foot-link h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .foot-link ul li a {
        font-size: 15px;
        line-height: 22px;
    }

    .fb-desc p {
        font-size: 15px;
        line-height: 22px;
    }

    .foot-bottom {
        margin-top: 70px;
    }

    .ouspeci-box {
        padding: 20px;
    }

    .ouspecib-img {
        width: 130px;
        height: 130px;
        max-width: 130px;
    }

    .ouspecib-img svg {
        max-width: 70px;
        max-height: 70px;
    }

    .ouspecib-desc h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .practice-box-img {
        width: 130px;
        height: 130px;
    }

    .practice-box-img img {
        max-width: 80px;
    }

    .practice-box-desc h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .cta-two-desc {
        padding: 70px 0 70px 40px;
    }

    .cta-two-desc .btn-primary {
        min-width: 230px;
    }

    .listing-normal ul li {
        font-size: 16px;
    }

    .orderhub-img img {
        max-width: 100%;
    }

    .orderhub-desc .btn-secondary {
        min-width: 210px;
    }

    .payers-desc {
        padding: 15px 0;
    }

    .payers-links::before {
        right: -60px;
    }

    .payers-links a {
        font-size: 18px;
        line-height: 26px;
    }

    .payers-links a+a {
        padding-top: 18px;
        margin-top: 18px;
    }

    .payers-desc img {
        max-width: 220px;
    }

    .payers-desc h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .payer-cta-desc h2,
    .payer-cta-desc h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .form-container {
        padding: 40px 25px;
    }

    .faq-accordion .accordion-button {
        font-size: 16px;
        line-height: 26px;
    }

    .location-box {
        padding: 40px 30px;
    }

    .loc-title h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .location-box h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .loc-inner-grid h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .loc-inner-grid p,
    .loc-inner-grid p a {
        font-size: 18px;
        line-height: 26px;
    }

    .get-started {
        padding-top: 30px;
    }

    .sign-in-grid {
        grid-template-columns: 70px auto;
    }

    .sign-in-img {
        width: 70px;
        height: 70px;
    }

    .sign-in-desc h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .form-container .small-title p {
        max-width: 100%;
    }

    .wepr-content h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .tranferrx-sec {
        margin-top: 120px;
    }

    .home-switch .hswitch-desc {
        max-width: 420px;
    }

    .pp-add-desc ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width:991px) {
    .mt-120 {
        margin-top: 70px;
    }

    .mtb-120 {
        margin: 70px 0px;
    }

    .mb-120 {
        margin-bottom: 70px;
    }

    .pt-120 {
        padding-top: 70px;
    }

    .ptb-120 {
        padding: 70px 0px;
    }

    .ptb-80 {
        padding: 60px 0px;
    }

    .pb-120 {
        padding: 0px 0px 70px 0px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    header {
        padding: 20px 0;
    }

    header.sticky {
        padding: 15px 0;
    }

    .navbar-toggler {
        padding: 0;
        outline: 0;
        border: 0;
        margin-right: 0;
        box-shadow: 0 0 0 !important;
    }

    .icon-bar {
        width: 30px;
        height: 3px;
        background: #E78324;
        display: block;
        border-radius: 20px;
    }

    .icon-bar+.icon-bar {
        margin-top: 6px;
    }

    .icon-bar:nth-child(2) {
        max-width: 70%;
        margin-right: auto;
    }

    .navbar>.container {
        justify-content: start;
    }

    .right-btns {
        margin-left: auto;
        margin-right: 25px;
    }

    .right-btns a {
        padding: 8px 18px;
    }

    .navbar-collapse {
        padding: 0;
        float: left;
        width: 70%;
        position: fixed;
        right: -100%;
        left: auto;
        top: 0;
        z-index: 11;
        -ms-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        height: 100vh !important;
        border: 0;
        display: block;
        background: #FFFFFF;
        overflow: auto;
        box-shadow: 2px 0 2px 2px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse.show {
        right: 0%;
    }

    header ul.navbar-nav {
        margin-top: 35px;
        border-top: 1px solid #E78324;
    }

    header .menu-item {
        width: 100%;
    }

    header .menu-item:nth-last-of-type(1),
    header .menu-item:nth-last-of-type(2) {
        display: block;
    }

    header .menu-item+.menu-item {
        margin-left: 0px;
        border-top: 1px solid #E78324;
    }

    header .menu-item a {
        font-size: 16px;
        width: 100%;
        display: block;
        padding: 22px 20px !important;
        line-height: 1;
        border: 0;
        background: transparent;
        color: #000;
        font-weight: 400;
        display: flex;
        justify-content: space-between;
    }

    .menu-mob-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 20px 15px 0 25px;
    }

    button.close-btn {
        width: 35px;
        height: 35px;
        background: #E78324;
        border: 0;
        z-index: 2;
        cursor: pointer;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-primary,
    .btn-secondary {
        font-size: 15px;
        line-height: 24px;
    }

    .form-container .btn-secondary {
        width: fit-content !important;
        min-width: 190px !important;
        font-size: 15px !important;
        line-height: 24px !important;
    }


    .header-margin-top {
        margin-top: 80px;
    }

    .home-banner {
        min-height: auto;
        padding: 50px 0 0;
    }

    .inner-banner {
        padding: 50px 0 0;
    }

    .banner-img,
    .inb-img {
        position: static;
        text-align: center;
    }

    .banner-img img,
    .inb-img img {
        max-width: 400px;
    }

    .row {
        row-gap: 30px;
    }

    h1 {
        font-size: 38px;
        line-height: 48px;
    }

    h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    p {
        margin-bottom: 20px;
    }

    .hb-desc .btn-primary,
    .inb-desc .btn-primary {
        min-width: 170px;
    }

    .full-img img,
    .hswitch-img img {
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .we-care-links,
    .payers-links {
        padding: 0;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        gap: 10px;
    }

    .we-care-links::before,
    .payers-links::before {
        display: none;
    }

    .we-care-links a::before,
    .payers-links a::before {
        display: none;
    }

    .we-care-links a+a,
    .payers-links a+a {
        padding-top: 0px;
        margin-top: 0px;
    }


    .we-care-links a,
    .payers-links a {
        display: inline-block;
        width: fit-content;
        font-size: 16px;
        line-height: 16px;
        padding-right: 0;
        border: 1px solid rgba(0, 61, 89, .2);
        border-radius: 50px;
        padding: 8px 14px !important;
    }

    .payers-links a {
        border-color: #E78324;
    }

    .we-care-desc {
        padding-left: 0;
    }

    .we-care-desc img {
        max-width: 140px;
        margin-bottom: 20px;
    }

    .we-care-desc h3 {
        font-size: 26px;
    }

    .howor-box {
        align-items: end;
    }

    .howorb-desc h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .howor-box {
        padding: 10px 20px 0px 20px;
    }

    .hswitch-main {
        padding: 40px 30px;
    }

    .hswitch-desc {
        text-align: center;
    }

    .hswitch-desc .btn-primary {
        margin-right: auto;
    }

    .hswitch-desc h2 {
        margin-bottom: 15px;
    }

    .hswitch-desc .btn-primary,
    .cta-desc .btn-primary {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 20px;
    }

    .testimonial-main-slider {
        padding: 0 60px;
    }

    .testimonialThumbSwiper {
        max-width: 82%;
        margin-top: 0;
    }

    .testimonialThumbSwiper .swiper-scrollbar {
        margin: 20px auto 0px;
    }

    .cta::before {
        top: 0;
    }

    .cta-desc {
        text-align: center;
    }

    .cta-desc h2 {
        margin-bottom: 20px;
    }

    .cta-desc .btn-primary {
        min-width: 170px;
        margin: 0 auto;
    }

    .cta-desc {
        padding: 50px 0px 0px;
    }

    .cta-img {
        max-width: fit-content;
    }

    .foot-logo {
        margin-bottom: 30px;
    }

    footer {
        padding: 60px 0px 0px;
    }

    .foot-bottom {
        margin-top: 50px;
    }

    .social-link li a {
        height: 40px;
        width: 40px;
    }

    .foot-bottom {
        padding: 20px 0px;
    }

    .fb-desc p {
        font-size: 13px;
        line-height: 20px;
    }

    .inb-desc h1 br {
        display: none;
    }

    .our-specialties .row+.row {
        row-gap: 30px;
    }

    .ouspecib-img {
        width: 100px;
        height: 100px;
        max-width: 100px;
    }

    .ouspecib-img svg {
        max-width: 50px;
        max-height: 50px;
    }

    .cta-two-inner {
        padding: 30px 30px 0;
    }

    .cta-two-desc {
        padding: 0;
        text-align: center;
    }

    .cta-two-desc p {
        margin-bottom: 15px;
    }

    .cta-two-desc .btn-primary {
        min-width: 190px;
        margin: 0 auto;
    }

    .cta-img-two {
        position: static;
        text-align: center;
    }

    .orderhub-desc .btn-secondary {
        min-width: 190px;
    }

    .cta-img-two img {
        max-width: 100%;
    }

    .payers-desc {
        padding: 0;
    }

    .payers-desc h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .payers-desc img {
        max-width: 200px;
    }

    .payer-cta-desc h2,
    .payer-cta-desc h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .form-container {
        padding: 25px;
    }

    .faq-banner {
        min-height: auto;
    }

    .faq-accordion .accordion-item+.accordion-item {
        padding: 20px 0;
    }

    .location-box {
        padding: 30px 25px;
    }

    .loc-title h3 {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }

    .loc-title {
        margin-bottom: 20px;
    }

    .location-box h4 {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .loc-inner-grid+.loc-inner-grid {
        margin-top: 0;
    }

    .loc-grid {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .loc-inner-grid {
        height: 100%;
        width: calc(32.8% - 10px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px;
        border: 1px solid #31B7E6;
        border-radius: 10px;
    }

    .loc-inner-grid h5 {
        text-align: center;
    }

    .loc-inner-grid p,
    .loc-inner-grid p a {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .loc-inner-grid:nth-last-child(2) p br,
    .loc-inner-grid:nth-last-child(2) p a br {
        display: none;
    }


    .loc-inner-grid:nth-last-child(2),
    .loc-inner-grid:nth-last-child(1) {
        width: calc(49.9% - 10px);
        min-height: 188px;
    }

    .map-img img {
        max-width: 70%;
        margin-right: auto;
    }

    .sign-in-grid {
        align-items: center;
    }

    .sign-in-grid:last-child {
        align-items: start;
    }

    .sign-in-grid+.sign-in-grid {
        margin-top: 25px;
    }

    .form-container .small-title p {
        max-width: 80%;
    }

    .wepr-content h3,
    .wepr-content h2 {
        margin-top: 20px;
    }

    .wepr-content h3 {
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 38px;
    }

    .wepr-content p {
        line-height: 26px;
    }

    .cta-title h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .tranferrx-sec {
        margin-top: 110px;
    }

    .home-switch .hswitch-desc {
        max-width: 100%;
    }
	
	.home-about .row {
		flex-direction: column-reverse;
	}
/* MobTab Accordion */

.tab-mob-acco .accordion-item {
	background: #E7832421;
	border: none;
	border-radius: 8px;
}
	
	
.payers-support .tab-mob-acco .accordion-item {
	background: #ffffff;
}
	.tab-mob-acco .accordion-item + .accordion-item  {
		margin-top: 10px;
	}

.tab-mob-acco .accordion-button {
	padding: 20px;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #003D59;
	box-shadow: 0 0 0 !important;
	border-radius: 10px;
	/* height: auto; */
	line-height: 20px;
	font-size: 16px;
}
	
	.tab-mob-acco .we-care-desc {
		display: block !important;
		padding: 20px;
	}
		.tab-mob-acco .accordion-button::after {

							background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.4999 13.5H16.5001V1.49991C16.5001 0.672089 15.828 0 14.9999 0C14.1721 0 13.5 0.672089 13.5 1.49991V13.5H1.49991C0.672089 13.5 0 14.1721 0 14.9999C0 15.828 0.672089 16.5001 1.49991 16.5001H13.5V28.4999C13.5 29.328 14.1721 30.0001 14.9999 30.0001C15.828 30.0001 16.5001 29.328 16.5001 28.4999V16.5001H28.4999C29.328 16.5001 30.0001 15.828 30.0001 14.9999C30.0001 14.1721 29.328 13.5 28.4999 13.5Z' fill='%23003D59'/%3E%3C/svg%3E%0A");
			background-size: 100% 100%;
			width: 18px;
    height:18px;
			transform: rotate(0) !important;
	}
	.tab-mob-acco .accordion-button:not(.collapsed)::after {
		background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.79993 16.8001H28.1998C29.1941 16.8001 30 15.9942 30 14.9997C30 14.0053 29.1944 13.1995 28.1998 13.1995H1.79993C0.805878 13.1997 0 14.0056 0 14.9999C0 15.9942 0.805878 16.8001 1.79993 16.8001Z' fill='%23003D59'/%3E%3C/svg%3E%0A");
		transform: rotate(0) !important;
	}
	
	.home-we-care  h2 {
		text-align:center;
	}
}

@media screen and (max-width: 767px) {
    .mt-120 {
        margin-top: 50px;
    }

    .mtb-120 {
        margin: 50px 0px;
    }

    .mb-120 {
        margin-bottom: 50px;
    }

    .pt-120 {
        padding-top: 50px;
    }

    .ptb-120 {
        padding: 50px 0px;
    }

    .ptb-80 {
        padding: 40px 0px;
    }

    .pb-120 {
        padding: 0px 0px 50px 0px;
    }

    header .navbar-brand,
    .foot-logo img,
    .mob-logo .navbar-brand {
        max-width: 150px;
    }

    .icon-bar+.icon-bar {
        margin-top: 5px;
    }

    header ul.navbar-nav {
        margin-top: 30px;
        border-top: 1px solid #E78324;
    }

    .navbar-collapse {
        width: 100%;
    }

    header .menu-item a {
        padding: 20px 18px !important;
    }

    .header-margin-top {
        margin-top: 69px;
    }

    .home-banner,
    .inner-banner {
        padding: 40px 0 0;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    body,
    .howorb-desc p,
    .htesti-box p,
    .ouspecib-desc p {
        font-size: 15px;
        line-height: 24px;
    }

    .btn-primary,
    .btn-secondary,
    .hswitch-desc .btn-primary,
    .cta-desc .btn-primary {
        font-size: 14px;
        line-height: 23px;
        padding: 10px 20px;
    }

    .form-container .btn-secondary {
        padding: 10px 20px !important;
        width: fit-content !important;
        min-width: fit-content !important;
        font-size: 14px !important;
        line-height: 23px !important;
    }


    .hb-desc .btn-primary,
    .inb-desc .btn-primary,
    .cta-desc .btn-primary,
    .cta-two-desc .btn-primary,
    .orderhub-desc .btn-secondary {
        min-width: auto;
    }

    .banner-img img,
    .inb-img img {
        max-width: 100%;
    }

    h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .home-we-care h2 {
        text-align: center;
    }

    .we-care-links a,
    .payers-links a {
        font-size: 12px;
        line-height: 12px;
    }

    .we-care-desc h3 {
        font-size: 22px;
    }

    .howor-box {
        padding: 15px 15px 0;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .howorb-desc {
        padding: 0;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .howorb-img {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .howorb-desc h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .howor-box:nth-child(2n) {
        flex-direction: column;
        padding: 15px 15px 0;
    }

    .hswitch-main {
        padding: 30px;
    }

    .htesti-box h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .htestib-content {
        padding: 40px;
    }

    .testimonial-main-slider {
        padding: 0;
    }

    .testimonial-wrapper .test-next svg,
    .testimonial-wrapper .test-prev svg {
        width: 15px;
    }

    .testimonialThumbSwiper {
        max-width: 100%;
    }

    .testimonialThumbSwiper .swiper-scrollbar {
        margin: 0 auto;
    }

    footer {
        padding: 50px 0px 0px;
    }

    .foot-logo {
        margin-bottom: 25px;
    }

    .foot-link li+li {
        margin-top: 8px;
    }

    .foot-link h3 {
        font-size: 17px;
        line-height: 15px;
    }

    .foot-bottom {
        margin-top: 40px;
        padding: 15px 0px;
    }

    .fb-desc {
        flex-wrap: wrap;
        text-align: center;
    }

    .scroll-top {
        position: fixed;
        bottom: 15px;
        right: 15px;
        height: 40px;
        width: 40px;
        background-color: #E78324;
        border-radius: 100%;
        justify-content: center;
        opacity: 0;
        transition: all 0.3s;
        z-index: 10;
        transition: all 0.4s ease-in-out;
    }

    .scroll-top:hover {
        background-color: #033C5A;
    }

    .scroll-top a {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scroll-top.showBtn {
        opacity: 1;
        transform: translateY(0);
    }

    .scroll-top svg {
        display: block;
    }

    .scroll-top p {
        display: none;
    }

    .ouspecib-img {
        width: 90px;
        height: 90px;
        max-width: 90px;
    }

    .ouspecib-img svg {
        max-width: 45px;
        max-height: 45px;
    }

    .ouspecib-desc h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .faq-accordion .accordion-item+.accordion-item {
        padding: 18px 0;
    }

    .faq-accordion .accordion-button {
        padding-right: 30px;
    }


    .faq-accordion .accordion-button:not(.collapsed)::after {
        margin-left: 6px;
    }

    .faq-accordion .accordion-button {
        font-size: 15px;
        line-height: 24px;
    }

    .faq-accordion .accordion-body p,
    .faq-accordion .accordion-body li {
        font-size: 15px;
        line-height: 23px;
    }

    .cta-desc {
        padding: 40px 0px 0px;
    }

    .social-link li a {
        height: 35px;
        width: 35px;
    }

    .social-link li a svg {
        max-height: 16px;
        max-width: 16px;
    }

    .practice-box-img {
        width: 100px;
        height: 100px;
    }

    .practice-box-img img {
        max-width: 60px;
    }

    .practice-box-desc h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .cta-two-inner {
        padding: 30px 20px 0;
    }

    .listing-normal ul li {
        font-size: 15px;
    }

    .pp-box-img svg {
        max-width: 60px;
        max-height: 60px;
    }

    .pp-box-desc h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .payers-desc h3 {
        font-size: 22px;
        line-height: 33px;
    }

    .payers-desc img {
        max-width: 180px;
    }

    .payer-cta-desc h2,
    .payer-cta-desc h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .form-container {
        padding: 20px;
    }

    .forminator-input,
    .forminator-textarea {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .forminator-ui .select2-selection {
        padding: 4px 16px !important;
    }

    .forminator-ui .select2-selection .select2-selection__rendered {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .forminator-select-dropdown {
        border-radius: 10px !important;
    }

    .select2-results__option--selectable {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .location-box {
        padding: 20px;
    }

    .loc-title {
        margin-bottom: 15px;
    }

    .loc-title h3 {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 24px;
    }

    .location-box h4 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .loc-grid {
        display: block;
    }

    .loc-inner-grid {
        display: grid;
        grid-template-columns: 40px auto;
        gap: 15px;
        padding: 0;
        border: none;
        align-items: start;
        justify-content: left;
        width: 100% !important;
        min-height: fit-content !important;
    }

    .loc-inner-grid+.loc-inner-grid {
        margin-top: 20px;
    }

    .loc-inner-grid h5,
    .loc-inner-grid p,
    .loc-inner-grid p a {
        text-align: left;
        font-size: 15px;
        line-height: 23px;
    }

    .map-img img {
        max-width: 100%;
    }

    .sign-in-grid {
        grid-template-columns: 60px auto;
        gap: 15px;
        align-items: start;
    }

    .sign-in-img {
        width: 60px;
        height: 60px;
    }

    .sign-in-img img {
        max-width: 30px;
    }

    .sign-in-desc h3 {
        font-size: 17px;
        line-height: 25px;
    }

    .form-container .small-title p {
        max-width: 100%;
        font-size: 15px;
        line-height: 28px;
    }

    .wepr-content h3,
    .wepr-content h2 {
        margin-top: 15px;
    }

    .wepr-content h3 {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 32px;
    }

    .tranferrx-sec {
        margin-top: 100px;
    }

    .tranferrx-sec .cta-main {
        padding: 20px 20px;
    }

    .cta-title h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .tranferrx-sec .forminator-button {
        padding: 10px 31px !important;
    }

    .pp-add-desc h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
	.tab-mob-acco .accordion-button {
	padding: 15px;
	line-height: 18px;
	font-size: 14px;
}
	.tab-mob-acco .we-care-desc {
	padding: 15px;
}
	.we-care-desc h3 {
	font-size: 18px;
}
	.we-care-desc img {
	max-width: 100px;
}
			.tab-mob-acco .accordion-button::after {
			width: 15px;
    height:15px;
	}
	.payers-desc-main.we-care-desc img {
	max-width: 140px;
}
	#medicine-wrapper {
	grid-template-columns: repeat(1, 1fr);
}
}