@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: .01rem auto 0;
    padding: 0;
    font-size: 1.6rem;
    color: #4a5565;
    width: 100%;
    font-weight: 400;
    background-color: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #326196;
}

p,
ul,
li {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #4a5565;
}

input {
    border: none;    
    padding-left: 0;
    min-height: 45px;
    background-color: transparent;
    box-shadow: none;
}

.form-control {
    font-size: 1.6rem;
    border-radius: 10px;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 15px 0;
    animation-duration: .5s;
    transition: 0.3s all ease-in-out;
    background-color: #fff;
}

header.menu-fix {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    border-bottom: 1px solid #eee;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.20);
}

.bg-gray {
    background-color: #fbf9fa;
}

.btn-main {
    background-color: #326196;
    border: 1px solid #326196;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    box-shadow: 0 0 17px rgb(50 97 150 / 27%);
}

.btn-main.btn-bdr {
    border: solid 1px #326196;
    background: transparent;
    color: #326196;
    box-shadow: none;
}

.btn-main:hover {
    color: #fff;
    background-color: #2e2e2e;
    border: 1px solid #2e2e2e;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.red-btn {
    background-color: #fd4f51;
    box-shadow: 0.0625rem 0.0625rem 2.6875rem #fd4f51;
}

.heading {
    font-size: 3.2rem;
    line-height: 4.5rem;
    font-weight: 700;
    color: #2e2e2e;
    margin: 0 0 10px;
}

.head-divider {
    margin: 0 0 40px;
}


.check-list li {
    list-style: none;
    position: relative;
    padding: 0 0 8px 10px;
}

.check-list li:before {
    content: "\f00c";
    position: absolute;
    left: -17px;
    top: 0;
    font-family: 'Font Awesome 5 Pro';
    color: #fd4f51;
}

.note-txt {
    font-style: italic;
    font-size: 1.4rem;
    line-height: 2.6rem;
}

.section-divider {
    padding: 60px 0;
}

.logo-area img {
    width: 180px;
}

.bg-blue {
    background: #eef3ff;
}

.banner-block {
    padding: 108px 0;
}

.banner-caption h1 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 6.5rem;
    margin: 0 0 25px;
    color: #101828
}

.banner-caption h2 {
    font-size: 1.8rem;
    line-height: 3rem;
}

.banner-caption h2 span {
    font-weight: 700;
    color: #326196;
}

.increment-desc-wrapper {
    margin: 0 0 25px;
}

.increment-desc-wrapper h2 {
    color: #326196;
    font-weight: 700;
    font-size: 3rem;
    line-height: 4rem;
}

.increment-desc-wrapper h2 span {
    display: block;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #4a5565;
}


.challenges-info-wrapper {
    border: solid 1px #000;
    border-radius: 20px;
    padding: 20px;
    border-left: solid 5px #000;
    margin: 0 0 20px;
}

.challenges-info-wrapper i {
    font-size: 2.5rem;
}

.challenges-info-wrapper .chalenges-desc h2 {
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #2e2e2e;
}

.challenges-info-wrapper.purple-bdr {
    border-color: #ad46ff !important;
}

.challenges-info-wrapper.red-bdr i {
    color: #fb2c36;
}

.challenges-info-wrapper.orange-bdr {
    border-color: #ff6900 !important;
}

.challenges-info-wrapper.orange-bdr i {
    color: #ff6900;
}

.challenges-info-wrapper.yellow-bdr {
    border-color: #fdc700 !important;
}

.challenges-info-wrapper.yellow-bdr i {
    color: #fdc700;
}

.challenges-info-wrapper.red-bdr {
    border-color: #fe0303 !important;
}

.challenges-info-wrapper.red-bdr i {
    color: #fe0303;
}

.serice-box {
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    /* box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a; */
    padding: 30px;
    border-radius: 12px;
    margin: 0 0 26px;
    min-height: calc(100% - 26px);
}

.service-desc-block h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2e2e2e;
}

.service-icon-block i {
    font-size: 2.5rem;
    padding: 20px;
    background: #dddddd;
    border-radius: 8px;
    margin: 0 0 25px;
}

.health-care-marketing-wrapper .blue-icon i {
    background: #dbeafe;
}

.health-care-marketing-wrapper .green-icon i {
    background: #dcfce7;
}

.health-care-marketing-wrapper .red-icon i {
    background: #ffd9d9;
}

.blue-icon i {
    color: #326196;
}

.green-icon i {

    color: #00a63e;
}

.red-icon i {
    color: #fe0303;
}

.yellow-icon i {
    color: #fdc700;
}



.pricing-info-box {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    border: solid 2px #155dfc;
    padding: 40px;
    border-radius: 10px;
}

.pricing-info-box h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #2e2e2e;
}

.pricing-info-box h2 span {
    font-size: 4.5rem;
    font-weight: 700;
    color: #2e2e2e;
}

.pricing-list-package-each h2 {
    font-size: 1.8rem;
    line-height: 3rem;
}

.pricing-list-package-wrapper {
    margin: 40px 0;
}

.pricing-info-box .btn-main {
    width: 100%;
}

.result-wrapper-each {
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    padding: 30px;
    border-radius: 10px;
    margin: 0 0 15px;
    min-height: calc(100% - 15px);
}

.result-info-wrapper {
    margin: 35px 0;
}

.result-head-wrapper h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2e2e2e;
}

.result-desc-icon i {
    font-size: 2.2rem;
}


.result-head-wrapper {
    margin: 0 0 30px;
}

.result-desc-wrapper {
    margin: 0 0 10px;
}

.result-desc h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #2e2e2e;
    margin: 0;
}

.result-desc {
    padding-left: 12px;
}


.result-testimonial-wrapper p {
    padding: 20px 0;
    font-style: italic;
}

.growth-wrapper-each {
    margin: 0 0 30px;
}

.growth-icon {
    width: 55px;
    height: 55px;
    background: #326196;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.growth-desc h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #2e2e2e;
    margin: 0 0 10px;
}


.rep-testimonial-slider-single {
    background: #fff !important;
    border-radius: 10px;
    border: none !important;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a !important;
}

.faq-wrapper-main .serice-box {
    min-height: auto;
}

.faq-wrapper-main .service-desc-block h2 {
    font-size: 1.8rem;
}

.cta-section {
    background: #326196;
}

.cta-section .btn-main {
    background: #fe0303;    
}

.cta-section .btn-main:hover {
    background: #2e2e2e;    
}

.cta-section p a {
    color: #fff;
    text-decoration: underline;
}

.copyright-bg {
    background-color: #021b79;
    padding: 15px 0;
}

#return-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #1c4885;
    width: 50px;
    height: 50px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999;
    visibility: hidden;
}

#return-to-top:hover {
    background: #FD4F51;
    transform: translateY(5px);
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 16px;
    font-size: 19px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: translateY(0px);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#return-to-top.show {
    visibility: visible;
}

.health-care-marketing-wrapper .yellow-icon i {
    background: #fff7d9;
}

.healthcare-marketing-cta-wrapper {
    background: #326196;
    padding: 30px;
    border-radius: 12px;
}

.healthcare-marketing-cta-wrapper .btn-main {
    background: #fe0303;
}

.healthcare-marketing-cta-wrapper .btn-main:hover {
    background: #2e2e2e;
}

.emr-integration-wrapper .serice-box {
    border-top: solid 4px #326196;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media(max-width:990px) {
    .banner-block {
        padding: 40px 10px;
    }
}

@media(max-width:767px) {
    .banner-caption h1 {
        font-size: 4rem;
        line-height: 5rem;
        margin: 0 0 25px;
    }

    .cta-section .input-group {
        flex-direction: column;
        align-items: center;
    }

    .cta-section .form-control {
        width: 100%;
        border-radius: 5px !important;        

    }

    .cta-section .btn-main {
        width: max-content;
        margin-top: 10px;
        border-radius: 5px !important;        
    }
}