@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
body{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #2c2e35;
    line-height: 28px;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Lato', sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
}

a{
    text-decoration: none;
    transition: all 300ms ease;
    color: #8cc644;
    transition: all 300ms ease;
}
a:hover{
    color: #8cc644;
    
}

.container-fluid{
    padding-left: 50px;
    padding-right: 50px;
}
.section{
    padding-top: 70px;
    padding-bottom: 70px;
}
body.logged-in .welcome-section{
    height: calc(100vh - 137px);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      font-size: 18px;
    font-weight: 300;
    color: #9f9f9f;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size: 18px;
    font-weight: 300;
    color: #9f9f9f;
}
:-ms-input-placeholder { /* IE 10+ */
    font-size: 18px;
    font-weight: 300;
    color: #9f9f9f;
}
:-moz-placeholder { /* Firefox 18- */
    font-size: 18px;
    font-weight: 300;
    color: #9f9f9f;
}
.single-post-left ul,
.single-post-left ol{
   padding-left: 0;
    margin-left: 32px;
}

.blog-card-inner p:nth-child(2){
    display: none !important;
}




/*--------------------------------------------------------------
>>> Header
----------------------------------------------------------------*/
.header{
    box-shadow: 4px 1px 8px rgba(0, 0, 0, .1);
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}
body.logged-in .header.fixed{
    top: 32px;
}
.logo{
    padding: 20px 0;
}
.logo img{
    height: 65px;
    width: auto;
}
.navigation{
    text-align: center;
}
.navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.navigation ul li{
    display: inline-block;
}
.navigation ul li a{
    text-transform: uppercase;
    color: #232323;
    display: block;
    padding: 40px 10px;
    font-weight: 500;
}
.navigation ul li.current-menu-item > a,
.navigation ul li.current-menu-parent > a{
    color:#8cc644;
}

.header-button{
    position: absolute;
    right: 0;
    top:0px;
    background-color: #8cc644;
    bottom: 0;
}


.header-button.header-button--with-banner-top {
    top: 53px;
    border-top: 1px solid #fff;
}

.header-button a{
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    padding: 38px 46px;
    display: block;
}
.header-button a i{
    margin-left: 15px;
}
.mobile-button{
    display: none;
}
.welcome-section.mobile{
    display: none;
}
.simple_integration_section .container:nth-child(2)  .simple_integration_wrap img,
.simple_integration_section .container:nth-child(3)  .simple_integration_wrap img{
   box-shadow: none;
}


/*--------------------------------------------------------------
>>> Company Info
----------------------------------------------------------------*/
.company_info_box_section{
    padding-top: 30px;
    padding-bottom: 50px;
}
.company_info_box{
    text-align: center;
}
.company_info_box img{
    margin-bottom: 30px;
}
.company_info_box h2{
    font-weight: 900;
    font-size: 60px;
    color: #33353b;
    margin-bottom: 0;
}
.company_info_box p{
    font-size: 22px;
    color: #33353b;
}


/*--------------------------------------------------------------
>>> Custom Title
----------------------------------------------------------------*/
.section-title{
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.section-title h2{
    display: inline-block;
    font-weight: 800;
    font-size: 40px;
    color: #2c2e35;
    text-align: left;
    z-index: 1;
    position: relative;
}
.section-title h2 span,
.section-title h2 b{
    color: #8cc644;
}
.section-title-inner{
    display: inline-block;
    position: relative;
    padding-top: 32px;
    padding-left: 45px;
}
.section-title-inner span.box{
    width: 80px;
    height: 80px;
    border: 6px solid #8cc644;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.section-title-inner span.box::before{
    content: "";
    position: absolute;
    background: white;
    width: 40px;
    height: 45px;
    bottom: -6px;
}
.roi_driven_section .section-title-inner span.box::before{
    background-color: #f6f6f6;
}


/*--------------------------------------------------------------
>>> Footer
----------------------------------------------------------------*/
.footer{
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat-x;
    padding: 40px 0;
}
.footer-copyright-section{
    background-color: #33353c;
    padding: 31px 0 24px;
}
.footer-copyright,
.footer-copyright a{
    font-size: 18px;
    font-weight: 400;
    color: #c4c4c4;
    margin: 0;
    text-align: left;
}
.footer-copyright{
    padding-top: 9px;
}
.footer .container-fluid,
.footer-copyright-section .container-fluid{
    padding-left: 120px;
    padding-right: 120px;
}
.footer-info{
    position: relative;
    padding-left: 180px;
    padding-right: 220px;
    color: #ffffff;
    padding-top: 0;
    margin-top: 15px;
}
.footer-info p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.footer-info img{
    position: absolute;
    left: 0;
    height: 200px;
    width: auto;
    top: 0;
}
.footer-address-single{
    margin-bottom: 20px;
}
.footer-address-single h4{
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 3px;
}
.footer-address-single p,
.footer-address-single p a{
    color: #c4c4c4;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.footer-copyright a:hover{
    color: #8cc644;
}
.lets-improvde{
    background-image: url(../images/lets-improvde.jpg);
    background-position: center center;
    background-repeat: repeat-x;
    padding: 125px 0 85px;
    background-attachment: fixed;
        position: relative;
            background-size: cover;
}
.lets-improvde-content{
    text-align: center;
    position: relative;
    z-index: 1;
}
.lets-improvde-content h2{
    font-size: 69px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 30px;
}
.lets-improvde-content a{
    background-color: #f47532;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 17px 50px;
    text-transform: uppercase;
}
.lets-improvde-content a:hover{
    background-color: #f47532;
}
.lets-improvde-content a i{
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}
.brand-logo{
    text-align: right;
}


/*--------------------------------------------------------------
>>> Blog
----------------------------------------------------------------*/
.section.section-resources{
    padding-bottom: 40px;
}
.news_page_section{
    padding-top: 70px;
    padding-bottom: 40px;
}
.blog-card{
    background-color: #fff;
    box-shadow: 4px 4px 40px 0 #e4e8ee;
    margin-bottom: 30px;
}
.blog-card-inner{
    padding: 20px;
}
.blog-card-inner h2{
    min-height: 95px;
    max-height: 95px;
    margin-bottom: 0;
}
.blog-card-inner h2 a{
    font-size: 16px;
    color: #333;
    font-weight: 700;
    display: block;
}
.blog-card-inner p.meta{
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    display: block;
    line-height: 20px;
}
.blog-card-inner p.meta a{
    margin: 0;
    color: #8cc644;
    text-transform: capitalize;
}
.blog-card-inner span.date{
    font-size: 14px;
    color: #777;
}
.read-more-button{
    text-align: center;
    padding-bottom: 0;
    padding-top: 9px;
}
.read-more-button a{
    text-transform: uppercase;
    color: #8cc644;
    font-size: 20px;
    font-weight: 400;
}
.blog-card > a{
    display: block;
    background: #fafafa;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
}
.blog-card a img{
    width: 100%;
    height: auto;
}


/*--------------------------------------------------------------
>>> Hero Banner
----------------------------------------------------------------*/
.hero-banner{
    height: 550px;
    position: relative;
    background-position: center center;
    background-size: cover;
    width: 100%;
}
.hero-banner-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
}
.hero-banner-content h1{
    font-size: 60px;
    margin: 0;
    color: #ffffff;
    font-weight: 800;
    line-height: 65px;
}
.hero-banner-content h1 span,
.hero-banner-content h1 b{
    color: #8cc644;
}

/*--------------------------------------------------------------
>>> Team
----------------------------------------------------------------*/
.team_member_section{
    padding-top: 35px;
    padding-bottom: 60px;
}
.member-col {
    width: 23%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    box-shadow: 4px 4px 40px 0 #e4e8ee;
    margin: 10px;
    margin-bottom: 60px;
}
.member-col.active .board-info {
    display: none;
}
.member-info {
    float: left;
    display: none;
    padding-left: 15px;
    padding-right: 0;
    margin: 20px 0 40px 0;
    width: 100%;
}
.member-info .the-info {
    padding-left: 20px;
    width: 100%;
    float: left;
    background-color: #fff;
    padding-right: 20px;
}
.member-info .the-info h4 {
    text-transform: inherit;
    position: relative;
    z-index: 1;
    font-size: 26px;
    font-weight: 700;
    margin-right: 15px;
    color: #8cc644;
}
.member-info .the-info span.deg{
    font-size: 16px;
    color: #777;
    position: relative;
    top: 3px;
    padding-right: 6px;
}
.the-info-social{
    position: relative;
    top: 4px;
}
.the-info-social::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #d1d1d1;
    display: block;
    top: 7px;
}
.the-info-social a{
    font-size: 12px;
    color: #fff;
    background: #0077B5;
    padding: 2px 3px;
    border-radius: 2px;
    margin-left: 9px;
}

.member-info h4 {
    font-weight: 700;
    margin-bottom: 1px;
    font-size: 30px;
}
.member-info .member-desig {
    color: #8cc644;
    font-weight: 400;
}
.member-info p {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.board-info {
    width: 100%;
    position: absolute;
    bottom: -64px;
    left: 0;
    padding: 10px 15px;
    background-color:#ffffff;
}
.board-info h3 {
    font-weight: 700;
    margin: 0;
    color: #8cc644;
    text-transform: inherit;
    font-size: 20px;
    position: relative;
}
.board-info .member-desig {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding-top: 4px;
    color: #a6a6a6;
}
.last-parson .the-info,
.last-parson .board-info {
    text-align: left;
}
.last-parson{
    width: 100%;
    text-align: center;
}
.member-col img{
    width: 100%;
    height: auto;
}
.member-col > p{
    margin: 0;
}
.member-info .the-info{
    padding-left: 39px;
    position: relative;
    padding-top: 40px;
}
.the-info-title{
    display: flex;
    justify-content: left;
    align-items: center;
}
.the-info-title::before{
    content: "";
    width: 80px;
    height: 80px;
    border: 6px solid #8cc644;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.the-info-title::after{
    content: "";
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    left: 40px;
    position: absolute;
    top: 40px;
}


/*--------------------------------------------------------------
>>> Image with text
----------------------------------------------------------------*/
.image-with-text-content{
    position: relative;
}
.image-with-text-content .image-with-text-image{
    position: absolute;
    left: 0;
    top: 70px;
    width: 45%;
}
.image-with-text-content .image-with-text-image img{
    width: 100%;
    height: auto;
}
.image-with-text-content-inner{
    background-color: #fff;
    padding-top: 65px;
    padding-bottom: 30px;
    padding-left: 281px;
    font-size: 20px;
    color: #2c2e35;
    margin-left: 340px;
    padding-right: 50px;
    line-height: 28px;
}
.image-with-text-content-inner h2 b,
.image-with-text-content-inner h2 strong{
    color: #8cc644;
}
.image-with-text-content-inner strong{
    color: #8cc644;
}
.image-with-text-content-inner-mb{
    margin-bottom: 40px;
}
.image-with-text-content.right .image-with-text-image{
    left: auto;
    right: 0;
}
.image-with-text-content.right .image-with-text-content-inner{
    margin-right: 340px;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 281px;
}



/*--------------------------------------------------------------
>>> Image with List
----------------------------------------------------------------*/
.image_with_list_section{
    padding-top: 70px;
    padding-bottom: 70px;
}
.image-with-list-wrap{
    position: relative;
    min-height: 460px;
    padding-top: 40px;
    margin-left: 145px;
}
.image-with-list-image{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.image-with-list-content{
    box-shadow: 4px 4px 40px 0 #e4e8ee;
    background: #fff;
    width: 63%;
    min-height: 380px;
    position: relative;
    padding-right: 190px;
}
.image-with-list-content-inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 40px;
    padding-right: 150px;
    left: 0;
}
.image-with-list-content-inner h2{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}
.image-with-list-content-inner ul,
.image-with-text-content-inner ul,
.simple_integration_content ul,
.single-event-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.image-with-list-content-inner ul li,
.image-with-text-content-inner ul li,
.simple_integration_content ul li,
.single-event-content li{
    padding-left: 25px;
    position: relative;
    margin-bottom: 8px;
}
.image-with-list-content-inner ul li::before,
.image-with-text-content-inner ul li::before,
.simple_integration_content ul li:before,
.single-event-content li:before{
    content: "\f106";
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 50%;
    font-family: 'insightinhealth' !important;
    font-size: 18px;
    color: #8cc644;
}

.image-with-list-wrap .inlogo {
    position: absolute;
    left: -109px;
    top: -48px;
}

/*left*/
.image-with-list-left-wrap{
    position: relative;
    min-height: 460px;
    padding-top: 40px;
    margin-right: 145px;
}
.image-with-list-left-image{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.image-with-list-left-content{
    box-shadow: 4px 4px 40px 0 #e4e8ee;
    background: #fff;
    width: 53%;
    min-height: 380px;
    position: relative;
    margin-left: 498px;
}
.image-with-list-left-content-inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 40px;
    left: 0;
    padding-right: 30px;
}
.image-with-list-left-content-inner-mb{
    margin-bottom: 30px;
}
.image-with-list-left-content-inner h2{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}
.image-with-list-left-content-inner ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.image-with-list-left-content-inner ul li{
    padding-left: 25px;
    position: relative;
    margin-bottom: 8px;
}
.image-with-list-left-content-inner ul li::before{
    content: "\f106";
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 50%;
    font-family: 'insightinhealth' !important;
    font-size: 18px;
    color: #8cc644;
}
.image-with-list-left-wrap .inlogo {
    position: absolute;
    right: -109px;
    top: -30px;
}


/*--------------------------------------------------------------
>>> Welcome Section
----------------------------------------------------------------*/
.welcome-section{
    background-position: center center;
    background-size: cover;
   height: calc(100vh - 105px);
   position: relative;
}
.welcome-section-content{
    position: absolute;
    top: 50%;
    width: 75%;
    margin: 0 auto;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}
.welcome-section-content-inner{
    padding-left: 185px;
    position: relative;
    min-height: 189px;
    padding-top: 46px;
}
.welcome-section-content-inner img{
    position: absolute;
    left: 0;
    height: 215px;
    width: auto;
    top: 0;
}
.welcome-section-content-inner h1{
    color: #ffffff;
    font-size: 56px;
    font-weight: 800;
    line-height: 60px;
    margin: 0;
}
.welcome-section-content-inner h1 span{
    color: #8cc644;
}

.single-post-left{
    padding-right: 50px;
}

/*--------------------------------------------------------------
>>> Icon Boxes
----------------------------------------------------------------*/
.image_box_1_wrap{
    padding-top: 24px;
    padding-bottom: 65px;
    background-image: url(../images/icon-bg.png);
    background-position: 0 0;
    background-repeat: repeat;
}
.image_box_1{
    text-align: center;
}
.image_box_1 img{
    height: 100px;
    width: auto;
    margin-bottom: 30px;
}
.image_box_1 h2{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #33353b;
}
.image_box_1 p{
    font-size: 18px;
    line-height: 22px;
    color: #33353b;
    font-weight: 400;
    margin-bottom: 0;
}

.image_box_2_wrap{
    padding-top: 27px;
    padding-bottom: 70px;
 	background-image: url(../images/icon-bg.png);
    background-position: 0 0;
    background-repeat: repeat;
}
.image_box_2{
    text-align: center;
}
.image_box_2 img{
    width: auto;
    margin-bottom: 25px;
    width: auto;
}
.image_box_2 h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.image_box_2 h3{
    font-size: 70px;
    margin-bottom:0px;
    font-weight: 900;
    color: #8cc644;
}
.image_box_2 p{
    font-size: 18px;
    line-height: 22px;
    color: #2c2e35;
    font-weight: 400;
    margin-bottom: 0;
}

.image_box_3_wrap{
    padding-top: 27px;
    padding-bottom: 68px;
}
.image_box_3{
    text-align: center;
}
.image_box_3 img{
    width: auto;
    margin-bottom: 20px;
}
.image_box_3 h2{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #2c2e35;
}
.image_box_3 p{
    font-size: 18px;
    line-height: 22px;
    color: #2c2e35;
    font-weight: 400;
    margin-bottom: 0;
}
.company_page_section_title{
    padding-top: 35px;
    padding-bottom: 16px;
}

/*--------------------------------------------------------------
>>> Section
----------------------------------------------------------------*/
.roi_driven_section{
    padding-top: 36px;
    padding-bottom: 16px;
}
.next_best_action_section{
    padding-top: 34px;
    padding-bottom: 47px;
}
.next_best_action_section .section-title{
    margin-bottom: 0;
}

.enriched-experience-section{
    padding-top: 34px;
    padding-bottom: 112px;
}
.workflow_optimization_section{
    padding-top: 35px;
    padding-bottom: 70px;
}
.markets_data_circle_section{
    padding-top: 34px;
    padding-bottom: 70px;
}
.news_blog_section{
    padding-top: 34px;
    padding-bottom: 27px;
}



/*--------------------------------------------------------------
>>> Simple Integration
----------------------------------------------------------------*/
.simple_integration_section{
    padding-top: 70px;
    padding-bottom: 25px;
}
.simple_integration_content {
    padding-left: 30px;
}
.simple_integration_content h2 strong,
.simple_integration_content b{
    color: #8cc644;
}
.simple_integration_content.left{
    padding-left: 0;
    padding-right: 30px;
}
.simple_integration_content h3{
    font-size: 20px;
    color: #2d2f36;
    font-weight: 4600;
    margin-bottom: 20px;
}
.simple_integration_content a{
        color: #8cc644;
    text-decoration: underline;
}
.in-button{
    font-size: 22px;
    font-weight: 600;
    color: #8cc644 !important;
    border: 2px solid #8cc644;
    padding: 0px 34px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background-color: #fff;
    box-shadow: -1px 4px 27px 14px #EDEDED;
}
.in-button:focus{
    color: #99c32e;
}
.in-button:hover{
    background-color: #8cc644;
    color: #fff !important;
}
.simple_integration_content a i{
    font-size: 14px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
.market-page-top-content strong,
.about-page-top-content strong{
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}


/*--------------------------------------------------------------
>>> Contact Page
----------------------------------------------------------------*/
.contact-page-wraper{
    padding-top: 66px;
    padding-bottom: 63px;
}
.contact-box{
    background-color: #fff;
    box-shadow: 4px 4px 40px 0 #e4e8ee;
    padding: 40px 30px 70px;
    margin-left: 35px;
    position: relative;
}
.contact-box-wraper{
    position: relative;
}
.contact-box-wraper::before{
    width: 80px;
    height: 80px;
    border: 6px solid #8cc644;
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -30px;
}
.contact-box h2{
    font-size: 40px;
    font-weight: 800;
    color: #2c2e35;
    margin-bottom: 40px;
}
.contact-box-single{
    margin-bottom: 30px;
}
.contact-box-single h6{
    font-size: 20px;
    font-weight: 700;
    color: #2c2e35;
    margin-bottom: 0;
}
.contact-box-single p{
    font-size: 18px;
    font-weight: 400;
    color: #2c2e35;
    line-height: 24px;
    margin-bottom: 0;
}
.contact-box-phone{
    font-size: 18px;
    color: #8cc644;
    font-weight: 400;
    display: block;
    margin-top: 68px;
}
.contact-box-phone:hover{
    color: #8cc644;
}
.contact-form-wrap{
    padding-left: 100px;
}
.contact-form-wrap h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    padding-left: 11px;
    margin-bottom: 10px;
}
.contact-form-wrap{
    background:white;
    padding:30px;
    }
  .contact-form-wrap .hs-richtext p span{
      font-size: 20px !important;
    padding-bottom: 26px !important;
    display: block !important;
    font-weight: bold !important;
    text-shadow: none !important;
        }
.single-contact-form{
    margin-bottom: 20px;
}
.single-contact-form label{
    font-size: 20px;
    font-weight: 700;
    color: #2c2e35;
    display: block;
    margin-bottom: 5px;
}
.single-contact-form input,
.single-contact-form textarea{
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    height: 50px;
    padding: 0 15px;
}
.single-contact-form input.wpcf7-not-valid,
.single-contact-form textarea.wpcf7-not-valid{
    border-color: red;
}
.single-contact-form textarea{
    resize: none;
    height: 160px;
    padding: 10px 15px;
}
.single-contact-form-button{
    overflow: hidden;
    margin-top: 40px;
}
.single-contact-form-button input[type="submit"]{
    background-color: #8cc644;
    height: 75px;
    display: inline-flex;
    font-size: 22px;
    float: left;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 0;
    border: none;
    padding: 0 40px;
    justify-content: center;
    align-items: center;
}
.platform_box_section_1{
    padding-top: 70px;
    padding-bottom: 26px;
}
.platform_box_section_2{
    padding-top: 36px;
    padding-bottom: 26px;
}
.platform_box_section_3 {
    padding-top: 6px;
    padding-bottom: 70px;
}
.platform_box_section_3 .simple_integration_wrap{
    margin-bottom: 0;
}

/*--------------------------------------------------------------
>>> horizontal-accordion
----------------------------------------------------------------*/
.horizontal-accordion{
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	align-content: center;
	position: relative;
	width: 100%;	
	transition: all 200ms ease-in-out 50ms;
    opacity: 0;
}
	
	.horizontal-accordion__item{
		transition: all 200ms ease-in-out 50ms;
        cursor: pointer;
        overflow: hidden;
        padding-left: 90px;
        position: relative;
	}

	.default{
		width: 90px;
        overflow: hidden;
	}
	
	.expand{
        width: 100vw;
        padding: 0;
	}
	
.horizontal-accordion__title {
    width: 90px;
    position: absolute;
    height: 100%;
    text-align: center;
    left: 0;
    font-size: 20px;
    color: #fff;
    z-index: 99;
    background-color: #2c2e35;
    transition: opacity 500ms;
    font-weight: 500;
}
.horizontal-accordion__title span {
    position: absolute;
    transform: rotate(-90deg) translate(0, -35px);
    display: block;
    white-space: nowrap;
    top: 50%;
    text-transform: uppercase;
    left: -58px;
}
.horizontal-accordion__text {
    position: absolute;
    width: 100%;
    max-width: 60%;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    
}
/* .horizontal-accordion__image img{
    min-width: 100%;
    min-height: 680px;
} */
.horizontal-accordion__item_2 .horizontal-accordion__title{
    background-color: #40424a;
}
.horizontal-accordion__item_1 .horizontal-accordion__title{
    background-color: #5c5f67;
}
.expand .horizontal-accordion__text{
    opacity: 1;
    display: flex;
}
.horizontal-accordion__item_1 .horizontal-accordion__title span{
    left: -14px;
}
.horizontal-accordion__item_2 .horizontal-accordion__title span{
    left: -59px;
}
.horizontal-accordion__content-title {
    color: white;
    font-size: 60px;
    line-height: 64px;
    font-weight: 800;
    margin-bottom: 50px;
}
.horizontal-accordion__content-title span,
.horizontal-accordion__content-title b{
    color: #8cc644;
}
a.horizontal-accordion__content-url {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border: 3px solid #8cc644;
    background-color: #8cc644;
    padding: 0px 34px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 0px 1px 14px -7px #537C17;
}
.horizontal-accordion__content-url:hover{
    background-color: #8cc644;
    color: #ffffff;
}
a.horizontal-accordion__content-url i{
    padding-left: 10px;
    font-size: 16px;
}


/* For close button */
.horizontal-accordion__content-close {
    opacity: 0;
    transition: 500ms;
    position: absolute;
    z-index: 9;
    color: #8cc644;
    font-size: 20px;
    right: 100px;
    top: 100px;
    cursor: pointer;
}
.expand .horizontal-accordion__content-close {
    opacity: 1;
}
.horizontal-accordion__item_no-padding{
    padding: 0;
}
.horizontal-accordion__text_top{
    opacity: 1;
}
.horizontal-accordion__content {
    position: relative;
}
.horizontal-accordion__bg{
    background-color: #5c5f67;
}
/* .horizontal-accordion__item_3 .horizontal-accordion__content{
    background-color: rgba(92,95,104, .9);
}
.horizontal-accordion__item_2 .horizontal-accordion__content{
    background-color: rgba(64,66,74, .9);
}
.horizontal-accordion__item_1 .horizontal-accordion__content{
    background-color: rgba(44,46,53, .9);
} */
.horizontal-accordion__item_3{
    background-color: rgba(92,95,104, .9);
}
.horizontal-accordion__item_2 {
    background-color: rgba(64,66,74, .9);
}
.horizontal-accordion__item_1{
    background-color: rgba(44,46,53, .9);
}
.horizontal-accordion__image{
    opacity: 0;
    font-size: 0;
}
.horizontal-accordion__top .horizontal-accordion__image{
    opacity: 1;
    overflow: hidden;
}
.horizontal-accordion__text_top.lets-hide {
    opacity: 0;
}
.horizontal-accordion__text-column{
    width: 50%;
    padding: 0 20px;
    float: left;
    color: #fff;
    position: relative;
}
.horizontal-accordion__text-title {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 700;
    text-decoration: underline;
    line-height: 30px;
}
.horizontal-accordion__text-txt {
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 35px;
    margin-top: 30px;
}
a.horizontal-accordion__text-url {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 1px;
}
.expand .horizontal-accordion__title{
    opacity: 0;
    left: calc(100% - 90px);
    /* left: 100%; */
    visibility: hidden;
    /* display: none; */
}
.horizontal-accordion__text-url i{
    color: #8cc644;
    padding-left: 5px;
}
.vm {
    position: absolute;
    width: 100%;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.horizontal-accordion__image img{
    max-width: inherit !important;
}



/*--------------------------------------------------------------
>>> Privacy Policy
----------------------------------------------------------------*/
.privacy-policy-section{
    background-color: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 50px;
}
.privacy-policy-block{
    margin-bottom: 20px;
}
.privacy-policy-head{
    margin-bottom: 40px !important;
}
.privacy-policy-head h6{
    font-size: #2c2e35;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.privacy-policy-block h3{
    font-weight: 700;
}
.privacy-policy-head h1{
    font-size: 70px;
    font-weight: 800;
    color: #2c2e35;
    margin-bottom: 0;
}
h5.provacy-title {
    font-size: 28px;
}
.privacy-policy-block h5,.privacy-policy-block h2,.privacy-policy-block h4{
    font-weight: 700;
    font-size: 20px;
    color: #2c2e35;
    margin-bottom: 10px;
}
.privacy-policy-block ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}
.privacy-policy-block ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.privacy-policy-block ul li::before{
    width: 10px;
    height: 10px;
    background-color: #8cc644;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
}


/*--------------------------------------------------------------
>>> Single Blog page
----------------------------------------------------------------*/

.single-blog-page{
    background-color: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 50px;
}
.single-post-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.blog-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-sidebar .widget_categories ul li {
    margin-bottom: 7px;
    text-align: right;
    position: relative;
}
.blog-sidebar .widget_categories ul li a {
    position: absolute;
    left: 0;
}
.blog-sidebar ul li a {
    font-size: 18px;
    color: #999;
    display: block;
}
.blog-sidebar .widget-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 18px;
}


.news-page-download-kit{
    text-align: right;
    margin-top: 37px;
    font-size: 20px;
}
.news-page-download-kit a.email{
    color: #868686;
}
.download-kit{
    text-transform: uppercase;
    background-color: #f47532;
    color: #fff !important;
    font-size: 18px;
    padding: 8px 30px;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    position: relative;
}
.download-kit:hover,
.download-kit:focus,
.download-kit:active{
    background-color: #f47532;
    color: #ffffff;
}
.download-kit img{
    height: 26px;
    width: auto;
    margin-left: 8px;
}
.download-kit-footer{
    text-align: right;
}


.wpcf7-form.invalid,
.wpcf7-form.failed,
.wpcf7-form.sent{
    position: relative;
    padding-top: 70px;
}
.wpcf7-form.sent{
    padding-top: 100px;
}
.wpcf7-response-output{
    position: absolute;
    top: 0;
    left: 100px;
    margin: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
    border-color: transparent;
    background-color: #ffc107;
    color: #fff;
    font-weight: 500;
    padding: 13px;
    width: 88%;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{
    border-color: #ffc107;
    background-color: #ffc107;
    color: #fff;
    font-weight: 500;
    padding: 13px;
    width: 88%;
}

.wpcf7-form.sent .wpcf7-response-output{
    border-color: #8cc644;
    background-color: #8cc644;
    color: #fff;
    font-weight: 500;
    padding: 13px;
    width: 88%;
}



.wpcf7-not-valid-tip {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 16px;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.main-section{
    margin: 0;
    overflow: hidden;
}
.board_member_section{
    padding-top: 0;
    padding-bottom: 70px;
}
.board-member{
    background: #fff;
    box-shadow: 4px 4px 40px 0 #e4e8ee;
}
.board-member img{
    width: 100%;
    height: auto;
}
.board-member-inner{
     padding: 15px 10px;
    position: relative;
    overflow: hidden;
}
.board-member-inner h2{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #8cc644;
    float: left;
}
.board-member-inner a{
   float: right;
    font-size: 12px;
    color: #fff;
    background: #0077B5;
    padding: 2px 4px;
    border-radius: 2px;
    line-height: 1.2;
    position: relative;
    top: 6px;
}

.news-footer p,
.news-footer h4{
    margin: 0;
}
.news-footer h4{
    margin-bottom: 10px;
}


.single-investors{
    background: #fff;
    box-shadow: 4px 4px 40px 0 #e4e8ee;
}
.single-investors a{
    display: block;
    padding: 10px;
}
.single-investors img{
    width: 100%;
    height: auto;
}
.single-investors h2{
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #232323;
    margin-top: 10px;
    margin-bottom: 5px;
}
.grecaptcha-badge{
    z-index: 999999999991;
}

/*3-3-2021*/
.download-kit{
    box-shadow: -1px 4px 9px rgb(0, 0, 0, .2);
}
.footer-copyright-section {
    background-color: #fff;
}
.download-kit-footer {
    margin-top: 23px;
}
.footer-copyright {
    padding-top: 32px;
}
.brand-logo img:nth-child(3){
   margin-right: 14px;
}
.d-none-laptop{
   display: none;
}
.footer-copyright,
.footer-copyright a{
   color: #2C2E35;
}


/*.simple_integration_wrap img,
.image-with-text-image img{
    box-shadow: 1px -1px 20px 12px #F5F5F5;
}*/


@media(max-width: 2600px){
     .footer-copyright-section .col-one{
        width: 30%;
    }
    .footer-copyright-section .col-two {
        width: 50%;
        text-align: center;
    }
   .footer-copyright-section .col-three {
        width: 20%;
    }
}
@media(max-width: 1600px){
    .container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .footer-copyright-section .col-one{
        width: 34%;
    }
    .footer-copyright-section .col-two {
        width: 47%;
        text-align: center;
    }
   .footer-copyright-section .col-three {
        width: 19%;
    }
}
@media(max-width: 1280px){
  .footer-copyright-section .col-one{
        width: 41%;
    }
    .footer-copyright-section .col-two {
        width: 38%;
        text-align: center;
    }
   .footer-copyright-section .col-three {
        width: 22%;
    } 
    .footer-copyright {
        padding-top: 65px;
    }
    .download-kit-footer {
        margin-top: 56px;
    }
    
}
@media(max-width: 1024px){
    .footer-copyright-section .col-one{
       order: 3;
       width: 100%;
    }
    .footer-copyright-section .col-four{
       display: block;
       width: 100%;
    }
    .footer-copyright-section .col-two {
        width: 70%;
        text-align: left;
    }
    .footer-copyright-section .col-three {
        width: 30%;
    }
    .download-kit{
        margin-left: 0;
    }
     .footer-copyright-section .col-two img{
        margin-bottom: 10px;
    }
    .footer-copyright {
        padding-top: 10px;
    }
}
@media(max-width: 767px){
    .download-kit{
        margin-left: 0;
    }
    .d-none-laptop {
        display: block;
        margin-top: 10px;
    }
    .brand-logo{
        text-align: center;
    }
    .footer-copyright{
        margin-bottom: 0;
    }
    .footer-copyright-section .col-two {
        width: 100%;
        text-align: left;
    }
    .footer-copyright-section .col-two img{
        margin-bottom: 10px;
    }
    .footer-copyright-section .col-three {
        width: 100%;
    } 
    .footer-copyright-section .col-one{
         width: 100%;
        order: 3;
        margin-top: 15px;
    }
}

#enriched-experience-section .image-with-list-left-wrap{
    padding-top: 21px;
}
#enriched-experience-section .image-with-list-left-content{
    min-height: 420px;
}

.our_philosophy_content{
    text-align: center;
    padding-top: 0;
    padding-bottom: 27px;
}
.our_philosophy_content .section-title{
    margin-bottom: 10px;
}
.our_philosophy_content_title{
    margin-bottom: 40px;
}
.in-button-center{
    text-align: center;
    margin-top: 40px;
}
#next_best_action_section .image-with-list-content{
    min-height: 510px;
}
.testimonial-single-autohr{
    text-align: right;
    font-style: italic;
}

.testimonial-section {
    background-color: transparent;
padding-top: 80px;
    padding-bottom: 80px;
}
.testimonial-single h3,
.testimonial-single-autohr{
    color: #fff;
}
.testimonial-wrap{
    position: relative;
}
.testimonial-quote{
    position: absolute;
    height: 100px;
    width: auto;
    opacity: .2;
    top: -32px;
}

.footer-common-bg{
    background-image: url(../images/icon-bg.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: contain;
}
.the-info-content{
    position: relative;
    z-index: 1;
}

.single-post-left table{}
.single-post-left table tr{}
.single-post-left table tr td{
    border: 1px solid #ccc;
    padding: 10px;
}

.loadmore-button-center{
    text-align: center;
    margin-top: 30px;
}

.orginal_post_link,
.orginal_post_link:focus,
.orginal_post_link:active,
.orginal_post_link:visited{
    text-decoration: underline;
    color: #8bc34a;
    font-weight: 700;
}


.insightin_widget{
    margin-bottom: 40px;
}
.insightin_widget h2.widget-title{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.insightin_widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.insightin_widget ul li{
    margin-bottom: 10px
}
.insightin_widget ul li a{
    font-size: 18px;
    color: #000;
}
.blog2-sidebar{
    padding-top: 32px
}
.recent-post .singleRecent{
   padding-left: 100px;
    position: relative;
    margin-bottom: 16px;
    min-height: 90px;
}
.recent-post .singleRecent a{
    color: #000;
    display: block;
}
.recent-post .singleRecent h2{
    font-size: 16px;
    margin-bottom: 5px;
}
.recent-post .singleRecent p{
    font-size: 14px;
    margin: 0;
}
.singleRecent-thumb{
    position: absolute;
    left: 0;
    width: 90px;
    height: 90px;
    top: 0;
    overflow: hidden;
}
.singleRecent-thumb img{
    width: 100%;
    height: auto;
    max-width: inherit;
}
.blog-post2-left{
    padding-right: 30px;
}
.all-news-button{
    background: #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 7px;
    color: #fff;
}

tr.table-header td{
     background: #8cc644;
    color: #fff;
}
.single-post-left a{
    text-decoration: underline;
    color: #8cc644;
}
.single-post-left a.post-button{
    background: #8cc644;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
}
.blog-card-inner p.meta{
    min-height: 40px;
}



.sitemap-wrap{
    padding: 50px 0 30px 0;
}
.sitemap-wrap ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sitemap-wrap ul li{
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}
.sitemap-wrap ul li a{
    font-size: 18px;
    display: block;
    line-height: 28px;
    color: #2c2e35;
}
.sitemap-wrap ul li a:hover{
    color: #8cc644;
}
.sitemap-wrap ul li::before {
    content: "\f106";
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 50%;
    font-family: 'insightinhealth' !important;
    font-size: 18px;
    color: #8cc644;
}



/*Droupdown*/

.navigation ul li{
    position: relative;
}
.navigation ul ul.sub-menu{
    position: absolute;
    width: 240px;
    background: #fff;
    left: 50%;
    top: 110%;
    transition: all 300ms ease;
    box-shadow: 3px 5px 8px rgb(0, 0, 0, .1);
    visibility: hidden;
    opacity: 0;
    margin-left: -120px;
}
.navigation ul li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
     top: 80%;
}
.navigation ul ul.sub-menu li{
    display: block;
    border-top: 1px solid #eaeaea;
}
.navigation ul li.menu-item-has-children > a:after{
    content: "\f102";
    font-family: 'insightinhealth' !important;
    font-size: 14px;
    position: absolute;
    transform: rotate(90deg);
    left: auto;
    margin-left: 5px;
}
.navigation ul ul.sub-menu li:first-child{
    border: none;
}
.navigation ul ul.sub-menu li a{
    padding: 11px 0;
}
.navigation ul li:hover > a{
    color: #8cc644;
}
@media (max-width: 767px){
    .navigation ul ul.sub-menu {
        position: relative;
        width: 100%;
        background: #fff;
        left: 0;
        top: 0;
        transition: all 300ms ease;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        display: none;
    }
}

.custom-breadcrump{
    margin-bottom: 35px !important;
    margin-left: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.custom-breadcrump li{
    display: inline-block;
}
.custom-breadcrump li a,
.custom-breadcrump li{
    font-size: 16px;
    text-decoration: none;
}
 .custom-breadcrump.taxonomy-blog-category li a,
.custom-breadcrump.taxonomy-blog-category li{
      font-size: 18px;
}
.custom-breadcrump li i{
    font-size: 11px;
    margin-right: 7px;
}


/*Site Map css*/
div.footerinfo {
    margin-top: 16px;
    color: #666;
    font-size: 12px;
    text-align: right;
}
div.footerinfo * {
    font-size: 12px;
}
.sitemap {
    margin: 5em 0;
}
.primaryNav {
    clear: both;
    width: 100%;
    margin-top: 3em 0;
}
.primaryNav #home {
    position: absolute;
    margin-top: -3em;
    margin-bottom: 0;
    min-width: 14.5em;
    width: 100%;
}
.primaryNav #home:before {
    display: none;
}
.primaryNav #home.long-cell:before {
    display: block;
    position: absolute;
    border-width: 0;
    border-color: #ccc;
    border-style: solid;
    z-index: -1;
    border-left-width: 2px;
    border-top-width: 2px;
    top: 1.375em;
}


.collapsed_item {
    display: none !important;
    cursor: pointer !important;
}
.expand_items a {
    color: #333 !important;
    text-align: center;
    cursor: pointer !important;
}

.simple_integration_wrap{
    margin-bottom: 45px;
}


.market_page_section_1{
    padding-top: 8px;
    padding-bottom: 0;
}
.market_page_section_2{
    padding-top: 35px;
    padding-bottom: 25px;
}
.market_page_section_3{
    padding-top: 35px;
    padding-bottom: 70px;
}
.market_page_section_3 .simple_integration_wrap{
    margin-bottom: 0;
}

/*=============================
// Readmore Css
==============================*/
.more-text {
  display: none;
}
.moreless-wrap{
      position: relative;
}
.readmore_content{
    margin-bottom: 15px;
}



/*=============================
// Sitemap
==============================*/
.sitemap-section {
    padding-bottom: 200px;
}
.sitemap-tree{
    padding-top: 50px;
    padding-bottom: 50px;
}
 .sitemap-tree{
    text-align: center;
}
.sitemap-tree ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sitemap-step-1{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.sitemap-step-1::before{
    width: 100%;
    height: 2px;
    background-color: #dadada;
    position: absolute;
    content: "";
    top: 22px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
}
.sitemap-step-1 > li{
    display: inline-block;
    position: relative;
}
.sitemap-step-1 > li >  a{
    display: block;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 20%);
    color: #000;
    font-weight: 500;
    min-width: 160px;
}
.sitemap-step-2{
    position: relative;
    top: 40px;
    background-color: #fff;
    text-align: left;
    width: fit-content;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 20%);
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px !important;
}
.sitemap-step-2 > li{
    display: block;
}
.sitemap-step-2 > li > a{
    color: #000;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding: 2px 15px;
}
.sitemap-step-2 > li > a:hover,
 > a:hover{
    color: #8cc644;
}
.sitemap-home{
    display: inline-block;
    background-color: #fff;
    padding: 13px 44px 9px;
    font-size: 16px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 20%);
    color: #000;
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
}
.sitemap-home:before{
     width: 2px;
    height: 125px;
    background-color: #dadada;
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
}
.post-count{
    display: inline-flex;
    background: #8cc644;
    line-height: 1;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
}
.sitemap-step-map:before{
      width: 2px;
    height: 135px;
    background-color: #dadada;
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
}
.sitemap-news-table table tr td{
    border: 1px solid #e1e1e1;
}
.sitemap-news-table table tr th{
    background-color: #8cc644;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.sitemap-news-table table tr td h2,
.sitemap-news-table table tr td h2 a{
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin: 0;
}
.sitemap-news-table table tr td h2 a:hover{
    color: #8cc644;
}
.sitemap-news-table table tr td.date{
    width: 180px;
    font-size: 16px;
    font-weight: 500;
}
.sitemap-home img{
    height: 26px;
    width: auto;
    position: relative;
    top: -3px;
}
.custom-breadcrump.custom-breadcrump-sitemap{
    margin-bottom: 20px !important;
}
.in-large-button{
    text-align: center;
    padding-top: 50px;
}
.in-large-button .in-button{
     background-color: #8cc644;
     color: #fff !important;
}
.board_member_section .section-title{
    margin-bottom: 28px;
}
.about-page-top-content{
    padding-top: 30px;
    padding-bottom: 30px;
}
.market-page-top-content{
     padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 1024px) and (max-width: 1279px){
    .sitemap-step-li-6:after {
        right: -176px !important;
    }
}

@media (min-width: 768px) and (max-width: 1080px){
   .sitemap-step-1 > li {
        width: 27%;
        margin: 8px 12px;
    }
    .sitemap-step-2 {
        top: 325%;
    }
    .sitemap-home:before {
        height: 120px;
    }
    .sitemap-step-1::before {
        width: 73%;
        top: 29px;
    }
    .sitemap-home:before {
        height: 126px;
    }
    .sitemap-step-map:before{
        width: 265%;
        height: 2px;
        background-color: #dadada;
        position: absolute;
        content: "";
        top: 21px;
    }
    .sitemap-step-li-6:after{
        width: 2px;
        height: 200px;
        background-color: #dadada;
        position: absolute;
        content: "";
        top: -118px;
        z-index: -1;
        left: 91px;
    }
    
    
}

@media (max-width: 767px){
    .sitemap-tree {
        padding-left: 10%;
        padding-right: 10%;
    }
    .sitemap-step-1::before {
        width: 2px;
        height: 95%;
    }
   .sitemap-step-1 {
       display: block;
   }
   .sitemap-step-map:before {
        width: 2px;
        height: 135px;
        background-color: #dadada;
        position: absolute;
        content: "";
        top: 0;
        z-index: -1;
        left: -50%;
        transform: translateX(50%);
        right: 0;
        margin: auto;
    }
    .sitemap-step-2 {
        left: 0;
        transform: unset;
        margin-bottom: 60px !important;
    }
   .sitemap-step-1 > li {
        width: 100%;
        margin: 10px 0;
    }
    .sitemap-home:before {
        height: 120px;
    }
    .chaps-button--logo-menu-area{
        display:none;
    }
}

/*Ifram podcast*/
.health-podcast-ifram{
    width: 82% !important;
}
@media(max-width: 767px){
    .health-podcast-ifram{
        width: 82% !important;
    }

}

audio{
    display: block;
    margin-bottom: 20px;
}

.archive_post_accoridion-content{
    display: none;
}
.archive_post_accoridion > a{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}
.archive_post_accoridion > a i{
    font-size: 15px;
    position: relative;
    transform: rotate(90deg);
    display: inline-block;
}
.archive_post_accoridion > a.active i{
    transform: rotate(-90deg);
}
.archive_post_accoridion-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.archive_post_accoridion-content ul li a{
    display: inline-block;
    padding: 3px 0;
    font-size: 18px;
    font-weight: 400;
        color: #000;
}
.archive_post_accoridion-content ul li a:hover{
        color: #8cc644;
}
.in-footer-social a{
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-right: 8px;
}
.in-footer-social a:hover{
    color: #8cc644;
}
.green_title{
    position: relative;
    display: inline-block;
    z-index: 11;
    font-weight: bold;
}
.green_title:before{
   content: '';
    border: 6px solid #8cc644;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -26px;
    border-radius: 50%;
    top: -24px;
    display: inline-block;
    z-index: -1;
}
.green_title:after{
    content: '';
  width: 32px;
    height: 36px;
    background: #f6f6f6;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 4px;
    z-index: -1;
}
.green_title_1:after{
    right: 56px !important;
    top: 2px;
}
.contact-form-left{
    padding-right: 30px;
}
.contact-form-left img{
    height: 80px;
    margin-bottom: 30px;
}
.contact-form-left h3{
    font-size: 32px;
    line-height: 40px;
    color: #8cc644;
}



.event-section{
    padding-top: 70px;
}
.event-action{
      background: #fff;
    padding: 50px 30px;
    position: sticky;
    top: 170px;
    box-shadow: -3px 3px 17px rgba(0, 0, 0, .1);
}
.event-action p{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}
.single_speaker{
    background: #fff;
    min-height: 400px;
    margin-bottom: 30px;
}
.single_speaker img{
    width: 100%;
    height: auto;
}
.single_speaker h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.single_speaker_deg{
    font-size: 16px;
    line-height: 22px;
}
.single-event-content h1 a{
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #000;
}
.single_speaker_inner{
    padding: 15px;
}
.single_speaker_inner h4 a{
    font-size: 12px;
    color: #fff;
    background: #0077B5;
    padding: 2px 3px;
    border-radius: 2px;
    position: relative;
    top: -2px;
}
.event_button{
    margin-top: 20px;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 0px 1px 14px -7px #537c17;
    background-color: #8cc644;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
    text-align: center;
    padding: 18px 0;
}
.event_button:hover,
.event_button:visited, 
.event_button:focus, 
.event_button:active{
     background-color: #8cc644;
     color: #fff;
     outline: none;
}
body #jobs_widget_container{
    border-radius: 0;
}
body #jobs_widget_link_split,
body #jobs_widget_company_link{
    display: none !important;
}
body #jobs_widget_container #jobsTable th {
    width: 50%;
    font-size: 16px;
     font-weight: 300 !important;
    background-color: #8cc644;
    color: #fff;
    padding: 6px 18px;
    text-align: left;
    vertical-align: middle;
}
body #jobsTable td{
    font-size: 16px;
    font-weight: 300 !important;
}
body #jobs_widget_container strong{
   font-weight: 300 !important; 
}
body #jobsTable td {
    padding: 12px 14px;
    text-align: left;
    background-color: #fff;
    vertical-align: middle;
    border-top: 1px solid #e3e3e3;
    color: #000;
}
body #jobsTable td a{
     color: #000;
}
.simple_integration_section .container:nth-child(4) .simple_integration_wrap img{
   box-shadow: none;
}
.listen-now-button{
    display: inline-block;
    background: #8cc644;
    color: #fff !important;
    text-decoration: none !important;
    padding: 13px 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.more-text{
    margin-top: 15px;
}
.single_speaker.resource-page{
    height: auto;
    min-height: auto;
}




.insightin_widget_category{
    display: none;
}
.blog2-sidebar_sticky{
    position: sticky;
    position: -webkit-sticky;
    top: 170px;
}
.blog-Subscribe-form{
    margin-bottom: 30px;
}
.blog-Subscribe-form h2.widget-title{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.single_speaker p:empty{
      margin: 0;  
}


.member-col.no-description {
    cursor: unset;
}


.social-youtube-icon {
    position: relative;
    top: 3px;
}

.logo-menu-area {
    display: flex;
    align-items: center;
}
.chaps-button--logo-menu-area a.horizontal-accordion__content-url{
     font-size: 18px!important;
}
@media (max-width: 1360px) and (min-width: 1240px){
    .navigation ul li a {
        padding: 33px 6px!important;
        font-size: 15px!important;
    }
    .chaps-button--logo-menu-area a.horizontal-accordion__content-url {
    font-size: 18px;
    padding: 0px 20px;

 
    height: 48px;
}
}
@media (max-width: 1239px) and (min-width: 992px){
  .chaps-button--logo-menu-area a.horizontal-accordion__content-url {
       font-size: 11px!important;
       padding: 0px 4px!important;
       height: 33px;
  }
  a.horizontal-accordion__content-url i {
    padding-left: 5px;
    font-size: 10px;
  }
 
  section.header-top-section-area a {
   
    font-size: 14px!important;
   
  }
  .logo img {
    height: auto;
    width: 180px!important;
 }
    .navigation ul li a {
        padding: 22px 12px!important;
        font-size: 13px!important;
    }
}

@media (max-width: 991px) and (min-width: 768px){
  .chaps-button--logo-menu-area a.horizontal-accordion__content-url {
       font-size: 11px!important;
       padding: 0px 4px!important;
       height: 33px;
  }
  a.horizontal-accordion__content-url i {
    padding-left: 5px;
    font-size: 10px;
  }
  .navigation ul li a {
    padding: 22px 2px!important;
    font-size: 11px!important;
  }
  section.header-top-section-area a {
   
    font-size: 14px!important;
   
  }
}

@media (max-width:768px) {
  .chaps-button--logo-menu-area a.horizontal-accordion__content-url {
       font-size: 11px!important;
       padding: 0px 4px!important;
       height: 33px;
  }
  a.horizontal-accordion__content-url i {
    padding-left: 5px;
    font-size: 10px;
  }
 
  section.header-top-section-area a {
   
    font-size: 12px!important;
   
  }
}

iframe.ceo_HIMSS_Interview_iframe {
    width: 100%;
    height: 365px;
    max-width: 646px;
}
.footer-Hi-Trust-logo {
    height: 80px;
}
.single-client-logo div {
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgb(126 126 126 / 25%);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 15px;
}
.single-client-logo div img{
    height: 35px;
    width: auto;
}


#medicare_accordion .accordion-button {
    padding: 0;
    border: 0;
    margin: 0;
    padding: 7px 0;
    font-weight: 700;
    color: #555;
    font-size: 16px;
}
#medicare_accordion .accordion-button br{
    display: none;
}
#medicare_accordion .accordion-button:not(.collapsed) {
    color: #8cc644;
    background-color: transparent;
}
#medicare_accordion .accordion-button:focus {
    box-shadow: none;
}
#medicare_accordion .accordion-body {
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
}
#medicare_accordion .accordion-collapse {
    border: none;
    border-width: 0;
}
#medicare_accordion .accordion-header {
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
}
#medicare_accordion .accordion-button:not(.collapsed)::after{
    content: "\f102";
    font-family: 'insightinhealth' !important;
    background: transparent;
    transform: rotate(90deg);
    font-size: 15px;
    color: #333;
}
#medicare_accordion .accordion-button::after{
    content: "\f102";
    font-family: 'insightinhealth' !important;
    background: transparent;
    transform: rotate(-90deg);
    font-size: 12px;
    color: #333;
    transition: none;
}
#medicare_accordion .accordion-button:not(.collapsed)::after{
    content: "\f102";
    font-family: 'insightinhealth' !important;
    background: transparent;
    transform: rotate(90deg);
    font-size: 12px;
    color: #333;
    position: relative;
    right: 7px;
     transition: none;
}
.in-footer-social a.tw{
    margin: 0;
    position: relative;
    left: -8px;
    width: 18px;
}
.in-footer-social a.tw svg{
    width: 24px;
    height: 24px;
    fill: #fff;
}
.in-footer-social a.tw svg:hover{
    color: #8cc644;
}
.footer-address-single h5{
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}
.footer-address h2{
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}
.green_title_1_new{
    
}
.green_title_1_new:after{
    right: 34px;
}
.our-partners-section .single-investors a {
    display: flex;
    padding: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.our-partners-section .single-investors img {
    width: auto;
    height: 30px;
    text-align: center;
}
.our-partners-section .single-investors h2{
    display: none;
}
.our-partners-section .mobile-col-center .mobile-col{
    padding: 0 5px;
}
.our-partners-section .mobile-col-center{
    margin-bottom: 40px;
}
.our-partners-section .our_philosophy_content_title {
    margin-bottom: 0;
}
.our-partners-section .single-investors{
        padding: 25px;
}
.green_title.cloud-based:after{
    left: 8px;
}


.hero_banner_new{
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: #f1f1f1;
    padding: 30px 80px;
}
.hero_banner_new h1{
    font-size: 42px;
    margin: 0;
    font-weight: 700;
}

.our_partners_section{
    padding-bottom: 50px;
}
.our_partners_wrap{
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.our_partners__logos{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 15px;
}
.our_partner_logo{
    background-color: #fff;
    box-shadow: 4px 4px 40px 0 #f3f3f3;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 23%;
}
.our_partner_logo img{
    object-fit: scale-down;
    width: 100%;
    height: 71px;
}
.our_partners__content h2 b{
    color: #8cc644;
}

.in-landing-page-download{
    position: fixed;
    left: 5px;
    background: #8cc644;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    padding: 25px;
    text-align: center;
    padding-right: 50px;
    transition: all 500ms ease;
    box-shadow: 5px 7px 13px rgba(0, 0, 0, .2);
    left: -150%;
    
}
.in-landing-page-download.active{
    left: 0;
}
.in-landing-page-download h2{
       color: #fff;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 5px;
}
.in-landing-page-download p{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px;
}
.in-landing-page-download__link,
.in-landing-page-download__link:focus,
.in-landing-page-download__link:active{
    background: #fff;
    display: inline-block;
    padding: 16px 30px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    color: #000;
    line-height: 1;
    font-weight: 700;
    box-shadow: 5px 5px 9px rgba(0, 0, 0, .1);
}
.in-landing-page-download__close{
    position: absolute;
    right: 0;
    color: #fff;
    top: 10px;
    background: #fff;
    color: #333;
    padding: 6px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 11px;
    right: 10px;
}
.in-lets-together-section{
    padding-top: 60px;
}
.in-lets-together{
    display: grid;
    grid-template-columns: 2fr 1fr;
    justify-content: center;
    align-items: center;
    background: #8cc644;
    padding: 0;
    background-image: url(https://dev-insightinhealth.azurewebsites.net//wp-content/uploads/2023/09/dot-bg.png);
    background-position: center center;
}
.in-lets-together__img{
        margin-top: -140px;
}
.in-lets-together__content{
        padding: 0 75px;
}
.in-lets-together__content h2{
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 40px;
}
.in-lets-together__content a,
.in-lets-together__content a:hover{
    background: #fff;
    color: #8cc644;
    height: 75px;
}
.platform_lead_text .market-page-top-content{
   padding-bottom: 50px;
}
.platform_lead_text .market-page-top-content img{
    margin-top: 10px;
    box-shadow: 4px 4px 40px 0 #e6e6e6;
}


@media(max-width: 767px){
    .our_partners_wrap{
        display: block;
    }
    .our_partner_logo {
        padding: 5px;
    }
    .our_partner_logo {
        flex: 1 0 31%;
    }
    .in-lets-together{
        display: block;
    }
    .in-lets-together__content {
        padding: 15px;
        text-align: center;
    }
    .in-lets-together__img {
        margin-top: 0;
        text-align: center;
    }
    .in-lets-together__img img{
        height: 200px;
        width: auto
    }
    .in-lets-together__content h2 {
        font-size: 32px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 15px;
    }
    .in-lets-together-section {
        padding-top: 0;
    }
}



.single_speaker-wrapper .single_speaker {
    margin-bottom: 30px;
}
.coin-spin-wrap{
    height: 202px;
    overflow: hidden;
    width: auto;
    margin-bottom: 10px;
}
.coin-spin-wrap img{
       width: auto;
    background: #fff;
    height: 237px;
    position: relative;
    top: 0;
    left: 0;
}
#medicare_accordion .no-arrow-icon .accordion-button::after{
    display: none;
}

/*--------------------------------------------------------------
>>> Lead form
----------------------------------------------------------------*/
.lead-form-section{
    padding: 50px 0;
    background: #f6f6f6;
}
.lead-form-wrap{
     background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    width: 480px;
    margin: 0 auto;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}
.lead-form-wrap h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-new-form-agree{
    margin-bottom: 20px;
}
/*.contact-new-form-agree input[type='checkbox']{
    opacity: 0;
    position: absolute;
}*/
.contact-new-form-agree label{
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
/*.contact-new-form-agree label:before{
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}*/