@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face{
    font-family: 'medadvisor_font';
    src: url(//7279767.fs1.hubspotusercontent-na1.net/hubfs/7279767/raw_assets/public/Medadvisors_aus_Sept2024/fonts/medadvisor_font.ttf),
        url(//7279767.fs1.hubspotusercontent-na1.net/hubfs/7279767/raw_assets/public/Medadvisors_aus_Sept2024/fonts/medadvisor_font.woff);
    font-display: block;
    font-style: normal;
}

@font-face{
    font-family: "Font Awesome 5 Free";
    src: url(//7279767.fs1.hubspotusercontent-na1.net/hubfs/7279767/raw_assets/public/Medadvisors_aus_Sept2024/fonts/fa-solid-900sss.ttf),
        url(//7279767.fs1.hubspotusercontent-na1.net/hubfs/7279767/raw_assets/public/Medadvisors_aus_Sept2024/fonts/fa-solid-900sss.woff2),
        url(//7279767.fs1.hubspotusercontent-na1.net/hubfs/7279767/raw_assets/public/Medadvisors_aus_Sept2024/fonts/fa-solid-900ssss.woff);
    font-style: normal;
    font-weight: 900;
    font-display: block;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #2482ff;
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 10px;
}
.primary-btn{
    font-weight: 700;
}
#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-en-cookie-confirmation-buttons-area #hs-eu-cookie-settings-button {
    color: #2482ff !important;
}

#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-en-cookie-confirmation-buttons-area #hs-eu-confirmation-button {
    background-color: #2482ff !important;
    border: 1px solid #2482ff !important;
    font-family: Poppins, sans-serif;
}

#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-en-cookie-confirmation-buttons-area #hs-eu-decline-button {
    border: 1px solid #2482ff !important;
    color: #2482ff;
    font-family: Poppins, sans-serif;
}
/* Header */
.hs-blog-post .post-content{
    float: none !important;
}

.custom-header {
    padding: 0 40px;
    background-color: #FFFFFF;
    z-index: 999;
    position: relative;
}

.custom-header .container {
    max-width: 1500px;
    margin: 0 auto;
    float: none;
    width: 100%;
}

.custom-header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-header .header-logo {
    max-width: 20% !important;
    min-width: 200px !important;
    transition: all 0.3s !important;
    width: 100%;
}
.custom-header .header-logo img{
    width: 100% !important;
}

.custom-header .header--right {
    visibility: visible;
    justify-content: start;
    display: flex;
    /* flex-wrap: wrap; */
    flex: 0 80%;
    margin-left: 2%;
    width: 100%;
}

.custom-header .header--right .header-menu {
    margin-left: auto;
}

.custom-header .header-menu .hs-menu-wrapper > ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
    align-items: center;
    line-height: 100%;
}

.custom-header .header-menu .hs-menu-wrapper > ul > li{
    position: relative;
    padding: 0 25px;
    display: inherit;
}
.custom-header .header-menu .hs-menu-wrapper > ul li.active-branch > a {
    color: #0056e0;
}
.custom-header .header-menu .hs-menu-wrapper>ul li:hover a {
    color: rgba(36, 130, 255, 1);
}
.custom-header .header-menu .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #001349;
    text-transform: initial;
    display: inline-block;
    line-height: 100%;
    padding: 30px 0px;
    font-family: Poppins, sans-serif;
}

.custom-header .header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 6px;
    position: relative;
    font-size: 14px;
    content: "\f107" 
}

.cm-two-col-area.career-two-column-custom.no-arrow .acc_section:before {
    display: none !important;
}

@media screen and (min-width: 992px){
    .custom-header .header-menu .hs-menu-wrapper {
        diplay: block !important;
    }
}

.custom-header .header-menu .hs-menu-wrapper > ul > li:nth-last-child(2) > a{
    border-radius: 7px;
    border: 2px solid #0056E0;
    color: #0056E0;
    padding: 10px 20px;
    text-align: left;
    overflow: visible !important;
    max-width: none !important;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-transform: initial;
    display: inline-block;
    line-height: 100%;
    font-family: Poppins, sans-serif;
    font-style: normal;
}


.custom-header .header-menu .hs-menu-wrapper > ul > li:nth-last-child(2):hover > a {
    background: #0056E0;
    color: #fff;
}

.custom-header .header-menu .hs-menu-wrapper > ul ul {
    box-shadow: 0px 5px 20px 0px rgba(130, 130, 130, 0.25);
    padding: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: opacity 0.5s;
    color: #0a2540;
    background: #ffffff;
    min-width: 6rem !important;
    left: auto !important;
    right: 0 !important;
    top: 100% !important;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    line-height: 100%;
    pointer-events: none;
    padding-bottom: 15px;
}

.custom-header .header-menu .hs-menu-wrapper > ul ul ul {
    left: 100% !important;
    right: auto !important;
    position: absolute !important;
    top: 0px !important;
    padding: 10px 0;
}
.custom-header .header-menu .hs-menu-wrapper > ul > li > ul > li:hover ul{
    pointer-events: all;
    display: block;
    visibility: visible;
    opacity: 1;
}
.custom-header .header-menu .hs-menu-wrapper > ul > li:hover > ul {
    pointer-events: all;
}
.sectionSlider-mod.med-pharma .sectionSlider-counter {
    color: #fff;
}
.cm-two-col-area.med-pharma .content-wrapper-sec.two-col-container {
    align-items: self-start !important;
}
.custom-header .header-menu .hs-menu-wrapper > ul ul li {
    text-transform: capitalize;
    padding: 0 40px;
    display: inherit;
    position: relative;
}

.custom-header .header-menu .hs-menu-wrapper > ul > li > ul > li:first-child{
    padding-top: 15px;
}

.custom-header .header-menu .hs-menu-wrapper > ul ul li a {
    overflow: visible !important;
    max-width: none !important;
    width: 100%;
    color: #2482ff !important;
    text-align: left !important;
    white-space: nowrap !important;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: initial;
    text-decoration: none;
    font-family: Poppins, sans-serif;
    font-style: normal;
}

.custom-header .header-menu .hs-menu-wrapper > ul > li:last-of-type {
    padding-left: 0;
}

.custom-header .header-menu .hs-menu-wrapper > ul > li:last-of-type > a i{
    font-size: 36px;
}

.custom-header .header-menu .hs-menu-wrapper > ul > li:last-of-type > a:after{
    display: none;
}
.custom-header .header-menu .hs-menu-wrapper > ul > li:last-of-type > a{
    line-height: 0;
    color: #0056E0;   
}

.custom-header .header-menu .hs-menu-wrapper > ul > li:last-of-type > a i:after{
    display: inline-block;
    font-family: 'medadvisor_font';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\0042';
}

@media screen and (max-width: 1240px){
    .custom-header .header-menu .hs-menu-wrapper > ul > li {
        padding: 0 8px;
    }

    .custom-header .header-menu .hs-menu-wrapper > ul > li:nth-last-child(2) > a {
        padding: 10px;
        font-size: 14px;
    }

    .custom-header .header--right {
        margin: 0;
    }

    .custom-header {
        padding: 0 10px;
    }
    .custom-header {
        padding: 14px;
    }
}

@media screen and (max-width: 991px){
    .custom-header .header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
        display: none;
    }
    .custom-header .header-menu .hs-menu-wrapper > ul > li > ul > li:first-child{
        padding: 0;
    }
    .custom-header .header-menu .hs-menu-wrapper > ul ul li{
        padding: 0;
    }
    .custom-header .header--right .header-menu {
        position: absolute;
        top: 35px;
        background-color: #FFFFFF;
        z-index: 999;
        border-top: 1px solid #001349;
        left: 0;
        padding: 10px 0 20px;
        right: 0;
        top: 100% !important;
        width: auto;
        display: none;
    }
    .custom-header .header--right .mobile-icon {
        display: inline-block !important;
        cursor: pointer;
        top: 0px;
        right: 10px;
        width: auto;
        height: auto;
        padding: 7px 10px 8px 10px;
        background: #ffffff;
        border: 1px solid #000000;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #000000;
        color: #2482FF;
        background-color: transparent !important;
        border: 0 !important;
        right: 10px;
        top: -20px;
    }

    .custom-header .header--right {
        justify-content: end;
    }

    .custom-header .header--right .mobile-icon i {
        width: 22px;
        height: 2px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #000000;
        display: inline-block;
        background-color: #0056e0 !important;
        height: 3px;
        position: relative;
        top: -4px;
    }

    .custom-header .header--right .mobile-icon i:before {
        position: absolute;
        content: '';
        top: -8px;
        transition: all .1s;
        background-color: #0056e0 !important;
        height: 3px;
        width: 30px;
    }

    .custom-header .header--right .mobile-icon i:after {
        background-color: #0056e0 !important;
        height: 3px;
        width: 30px;
        content: '';
        position: absolute;
        top: 8px;
        transition: all .1s;
    }
    .custom-header.menu_open .header--right .mobile-icon i {
        background: transparent !important;
    }

    .custom-header.menu_open .header--right .mobile-icon i:before {
        top: 0;
        transform: rotate(40deg);
    }

    .custom-header.menu_open .header--right .mobile-icon i:after {
        top: 0;
        transform: rotate(-40deg);
    }
    .custom-header .header-menu .hs-menu-wrapper > ul > li {
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        background-color: transparent;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;
        font-weight: normal;
        text-decoration: none;
        text-indent: 0px;
        text-align: left;
        color: #ffffff;
        border-top: 0px dotted rgba(255, 255, 255, .35);
        position: relative;
        padding: 0 25px;
    }

    .custom-header .header-menu .hs-menu-wrapper > ul > li > a {
        font-size: 18px !important;
        font-weight: 600;
        padding: 5px;
        line-height: 35px;
    }

    .custom-header .header-menu .hs-menu-wrapper > ul > li:nth-last-child(2) > a {
        color: #0056e0;
        text-align: center;
        width: calc(100% - 60px);
    }

    .custom-header .header-menu .hs-menu-wrapper > ul > li:last-of-type {
        position: absolute;
        right: 0;
        width: auto;
        bottom: 18px;
    }

    .custom-header .header-menu .hs-menu-wrapper > ul > li:not(:last-child) ul {
        position: static;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.5s;
        background: transparent;
        box-shadow: none;
        padding: 0;
        display: none;
    }
    .child-trigger {
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important;
        min-width: 55px !important;
        height: 45px !important;
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
    }

    .child-trigger i {
        width: 10px;
        height: 1px;
        background-color: #000000;
        display: block;
        content: '';
        position: relative;
        top: 50%;
        margin: 0 auto !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .child-trigger i:after {
        position: absolute;
        content: '';
        width: 10px;
        height: 1px;
        background-color: #000000;
        display: block;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .custom-header .header-menu .hs-menu-wrapper > ul > li:last-of-type .child-trigger {
        display: none !important;
    }
    .child-trigger.child_open i:after {
        transform: rotate(0deg);
    }
    .custom-header .header-menu .hs-menu-wrapper > ul > li:last-child > ul {
        position: absolute !important;
        visibility: hidden;
        opacity: 0;
    }

    .custom-header .header-menu .hs-menu-wrapper > ul > li:last-child:hover > ul {
        visibility: visible;
        opacity: 1 !important;
    }
}

/* Footer */
.footer {
    position: relative;
    z-index: 9;
}

.footer-bottom {
    background-color: #2482ff;
    text-align: center;
    padding: 20px 10px 21px;
}

.footer-bottom p {
    margin: 0;
    line-height: 100% !important;
    padding-top: 20px;
    text-align: left;
    color: #fff !important;
    font-family: poppins !important;
    font-size: 14px !important;
    margin-left: 0;
}

.footer .container {
    width: 100%;
    max-width: 1204px;
    margin: 0 auto;
    float: none;
}

.footer--mid-section {
    background-image: linear-gradient(rgba(36, 130, 255, 1), rgba(36, 130, 255, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    min-height: 150px;
}

.footer--mid-inner {
    display: flex;
    justify-content: space-between;
}

.footer--mid-inner .footer-leftSection {
    display: flex;
    /*     align-items: end; */

    width: 30.076923%;
}

.footer--mid-inner .footer-leftSection ul {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.footer-menu1.footer-menu {
    width: 42.47094%;
}

.footer--mid-inner .footer-leftSection ul li {
    color: #FFFFFF !important;
    font-size: 16px !important;
    line-height: 25px;
    font-family: Poppins,sans-serif;
}

.footer--mid-inner .footer-leftSection ul li a {
    color: inherit;
}

.footer-topImage img {
    width: 100% !important;
    margin-bottom: -1px;
}
.footer-bottom {
    background-color: #2482ff;
    text-align: center;
    padding: 20px 10px 21px;
}

.footer-bottom p {
    margin: 0;
    line-height: 100% !important;
    padding-top: 20px;
    text-align: left;
    color: #fff !important;
    font-family: poppins !important;
    font-size: 14px !important;
    margin-left: 0;
}

.footer .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    float: none;
}

.footer--mid-section {
    background-image: linear-gradient(rgba(36, 130, 255, 1), rgba(36, 130, 255, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    min-height: 150px;
}

.footer--mid-inner {
    display: flex;
    justify-content: space-between;
}

.footer--mid-inner .footer-leftSection {
    display: flex;
    /*     align-items: end; */
    width: 30.076923%;
}

.footer--mid-inner .footer-leftSection ul {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.footer-menu1.footer-menu {
    width: 42.87094%;
}

.footer--mid-inner .footer-leftSection ul li {
    color: #FFFFFF !important;
    font-size: 16px !important;
    line-height: 25px;
    font-family: Poppins,sans-serif;
}

.footer--mid-inner .footer-leftSection ul li a {
    color: inherit;
}

.footer-topImage img {
    width: 100% !important;
    margin-bottom: -1px;
}

.footerRightInner {
    display: flex;
}

.footer-rightSection {
    width: calc(100% - 30.076923%);
    margin-right: 32px;
    margin-top: 15px;
}

.image1 {
    width: 100%;
    text-align: end;
    margin-right: 4.9%;
    padding-top: 0;
    margin-top: 4px;
}

.image1 img {
    width: 200px;
}

.footer--mid-section .container {
    max-width: 1220px;
}
.hs-search-results__featured-image-wrapper {
    width:100%;
}
.hs-search-results__featured-image-wrapper img {
    height:250px;
}
.hs-search-results__title {
    font-size:24px;color:#2582fe;
}
.hs-search-results__listing {
    gap:45px !important;
}
.hs-search-results__pagination {
    margin-top:45px;
}
@media screen and (max-width: 1200px){
    .footer .container {
        padding: 0 20px;
    }
    .footer--mid-section {
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px){
    .footer--mid-inner {
        flex-direction: column;
    }

    .footer--mid-inner .footer-leftSection {
        width: 100%;
    }


    .image1 {
        text-align: left;
    }

    .footer-rightSection {
        margin-top: 40px;
    }
}

/* Home */
.cm-two-col-area.home-col .left-col img {
    width: 100%;
}

.cm-two-col-area.home-col .right-col .content-col {
    margin: 0;
}

.cm-two-col-area.home-col .content-wrapper-sec.two-col-container {
    align-items: center;
}

.cm-two-col-area.home-col .right-col .content-col ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.cm-two-col-area.home-col .right-col .content-col ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.cm-two-col-area.home-col .right-col .content-col ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #00B7BD;
    line-height: 0;
    position: absolute;
    top: 7px;
    left: 0;
}
.outcome-custom-card.cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.outcome-custom-card.cards section{
    height: 100%;
}
.outcome-custom-card.cards img.card__image{
    height: auto !important;
}
.home-card .cards__card {
    min-height: 363px;
    align-items: stretch;
}
@media screen and (max-width: 1280px){
    .outcome-custom-card.cards {
        grid-template-columns:1fr 1fr;
    }
    .outcome-custom-card.cards section{
        width: 100%;
    }
}
@media screen and (max-width: 580px){
    .outcome-custom-card.cards {
        grid-template-columns:1fr;
    }
}
.cm-two-col-area.iso-certified .content-col {
    margin: 0;
}

.cm-two-col-area.iso-certified .left-col {
    width: 28%;
}

.cm-two-col-area.iso-certified .left-col img{
    vertical-align: unset;
    width: 100%;
}

.cm-two-col-area.iso-certified .right-col {
    width: 70%;
    margin-left: 2.564102564%;
}

.cm-two-col-area.iso-certified .content-wrapper-sec {
    align-items: center;
}
.cm-contact-v2 .cm-contact-v2-inner:before {
    display: none;
}

.portfolio-listing-section{
    background-color: #fff;
}

.cm-two-col-area.robust .left-col {
    width: 28%;
}

.cm-two-col-area.robust .right-col {
    width: 70%;
    margin-left: 2.564102564%;
}

.cm-two-col-area.robust .left-col img {
    width: 100%;
}

.cm-two-col-area.robust .top-content{
    max-width: 100%;
}
.cm-two-col-area.robust .right-col .content-col {
    margin: 0;
}

.cm-two-col-area.robust .content-wrapper-sec {
    align-items: center;
}

.cm-two-col-area.robust .right-col h2 {
    color: #fff;
}
ul#inb-icons li {
    font-size: 19px;
    font-family: Poppins, sans-serif;
    padding-left: 36px;
    margin: 0px 0px 15px;
    position: relative;
}

ul#inb-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    padding-left: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 22.4px;
    margin-top: 18px;
}

ul#inb-icons span#inb-list-icon {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 27px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0rem;
}

ul#inb-icons span#inb-list-icon svg {
    height: 17px;
    fill: #00B7BD;
}
.program section.cards__card.card {
    align-items: center;
    align-self: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.4rem;
    max-width: 100%;
    width: calc(25% - 15px);
    align-items: self-start;
    height: 100%;
    margin: 0;
    min-height: 230px;
}
.program section.cards__card.card h3 {
    font-size: 20px;
}
.cards.program {
    justify-content: start;
    flex-wrap: wrap;
}
.channel .card__text,
.program.cm-pro .card__text{
    padding: 20px 20px;
}
.advanced-counter.custom-counter-outer.count {
    box-shadow: none !important;
    padding-bottom: 25px !important;
}
.channel .cards__card {
    width: 25%;
    min-height: 430px;
    align-items: start;
    gap: 0;
    justify-content: start;
}
.hs_cos_wrapper_type_header h2 {
    color: #00217f;
    font-weight: 600;
}
.advanced-counter.custom-counter-outer.count {
    padding-block-end: 20px !important;
}
.cm-contact-v2 .contact-form-area {
    background: #f5f5f5;
}

.cm-two-col-area.career-two-column-custom .accordion-area ul li .acc_head h6 {
    width: 100%;
    color: #0056E1 !important;
    font-weight: 400 !important;
}

.cm-two-col-area.career-two-column-custom .accordion-area ul li.active .acc_head h6 {
    color: #2482ff !important;
}

.cm-two-col-area.career-two-column-custom .accordion-area ul li .acc_head h6:before {
    bottom: -4px;
}

.cm-two-col-area.career-two-column-custom .accordion-area ul li .acc_head h6:after {
    bottom: -4px;
    fill: #2482ff !important;
    stroke: #2482ff !important;
    border-color: #2482ff !important;
}
.cm-bottom-pane.diversity .bottom-pane-inner .btn-rows a {
    border-radius: 10px;
}
.cm-bottom-pane.intersted .bottom-pane-inner .btn-rows a:hover {
    background: #001489 !important;!i;!;
}
.rec-blog-posts-populated {margin: 0;}

.blog-related-posts{
    padding: 60px 16px; 
}

.blog-related-posts__content {
    text-align: left;
    margin-top: 20px;
}

.blog-post-main img.blog-related-posts__image {
    border-radius: 0;
}
.cm-bottom-pane .bottom-pane-inner p{
    max-width: 800px !important;
    margin: 0 auto !important;  
}
.cm-bottom-pane.intersted .bottom-pane-inner .btn-rows a{
    background-color: #0056e0 !important;
    color: #fff !important;

}
.cm-two-col-area .left-col img {
    width: 100%;
}
.about-number-card section.cards__card.card {
    width: calc(31.33% - 20px);
}
.cards.about-number-card {
    justify-content: stretch;
}
.about-custom-card .cards__card {
/*     min-height: 300px; */
    display: unset !important;
}




/* Related Post */
.blog-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.blog-list__item {
    padding: 15px;
    width: 100%;
}

.blog-list__itemInner {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.blog-list__itemInner > a{
    line-height: 0;
}

.blog-list__item--content {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px 0 0;
    justify-content: space-between;
}

.blog-list__item--content h6 {
    color: #00217f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.92px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-list__item--content h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.blog-list__item--content .secondary {
    background-color: #fff;
    border-color: #0056e0;
    border-width: 1px;
    color: #0056e0;
    padding: 13px 1rem;
    border-style: solid;
    font-size: 14px;
    letter-spacing: 0.05px;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 4px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.blog-list__item figure img {
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
}

.blog-list__item figure {
    aspect-ratio: 3 / 2;
    -webkit-aspect-ratio: 3 / 2;
    line-height: 0;
    margin: 0;
}

.blog-list__itemInner > a:hover img {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
}

.blog-list__item--content > a:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    background-color: #eee;
    border-color: #0056e0;
    color: #0056e0;
}
.cm-bottom-pane.leading .bottom-pane-inner .btn-rows a {
    background: #0056e0;
    color: #fff;
    border-radius: 10px;
}
.cm-two-col-area .accordion-area ul li .acc_head:before {
    display: none;
}

.cm-two-col-area.career-two-column-custom .accordion-area ul li .acc_content {
    padding: 0 !important;
}

.count .custom-counter1 .counter-number {
    flex-direction: column;
    align-items: self-start;
}

.program.cm-pro section.cards__card.card,
.channel .cards__card{
    display: unset !important;
}

.cards.channel .card img{
    max-height: 200px;
    object-fit: cover;
}

.cm-two-col-area.career-two-column-custom .accordion-area ul li .acc_head h6:before,
.cm-two-col-area.career-two-column-custom .accordion-area ul li .acc_head h6:after {
    display: none;
}

.cm-two-col-area.career-two-column-custom .accordion-area ul li .acc_content {
    height: 100%;
    overflow: visible;
}

.cm-two-col-area.career-two-column-custom .accordion-area ul li .acc_head h6 {
    margin-bottom: 0;
}
.cm-two-col-area.career-two-column-custom li.acc_section .acc_content p{
    transform: none;
}
.cm-bottom-pane.bottom-pane .bottom-pane-inner .btn-rows a:hover {
    background: rgba(0, 33, 127, 1.0) !important;
}

/* .channel.custom-channel-grid{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
} */
.custom-channel-grid .cards__card{
    width: 100%;
}
@media (min-width: 768px) {
    .blog-list__item {
        width: 33.33%;
    }
}

@media (min-width: 992px) {
    .blog-list__item {
        width: 33.33%;
    }
}

@media (min-width: 1024px) {
    .blog-list__item {
        width: 25%;
    }
}
@media screen and (min-width: 991px){
    .cr section.cards__card.card {
        min-height: 300px;
    }
    .cards.channel .card {
        display: inline-block !important;
        min-height: 380px !important;
    }
    .program.cm-pro section.cards__card.card {
        min-height: 430px !important;
    } 
    button.splide__arrow--prev {
    left:-2em !important;
}
button.splide__arrow--next {
    right:-2em !important;
}
}

@media screen and (max-width: 1240px){
    .portfolio-listing-section{
        padding: 80px 60px;
    }
}

@media screen and (max-width: 1220px){
    .home-card .cards__card {
        width: calc(33.33% - 15px);
    }
}

@media screen and (max-width: 1024px){
    .home-card .cards__card {
        min-height: auto;
        margin: 0;
    }
    .home-card .cards__card:first-child {
        margin-top: 15px;
    }
    .home-card .cards__card{
        min-height: 296px;
    }
}

@media screen and (max-width: 991px){
    /*     .channel.custom-channel-grid{
    grid-template-columns: 1fr 1fr 1fr;
}
    .channel.custom-channel-grid .cards__card{
    width: 100%;
} */
    .cards.channel .card{
        margin-bottom: 20px;
    }
    .portfolio-listing-section {padding: 50px;}

    .custom-port-list .project-item.category-31 {
        width: 50%;
    }
    .rec-blog-posts .rec-blog-posts-populated .rec-post {
        width: 50%;
    }
    .program section.cards__card.card,
    .channel .cards__card{
        width: 48%;
    }

    .cr section.cards__card.card{
        min-height: 300px !important
    }
    .home-card .cards__card {
        width: calc(50% - 15px);
    }
    .channel .cards__card, .program section.cards__card.card{
        display: inline-block;
    }
    .cards.about-number-card section.cards__card.card {
        width: calc(50% - 20px)!important;
    }
    .slide-banner-wrapper .swiper-slide .image-content {
        height: 140px;
        width: auto;
    }
}
#custom-hard-code-heading{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.active-modal .cm-sticky-col {
    z-index: 0;
}
.button-wrapper a.secondary-btn {
    display: inline-block;
}
@media screen and (max-width: 767px){
    .advance-button.btn-wrapper.center {
        justify-content: center;
    }
    .sectionSlider-mod.test .sectionSlider-card-copy-conainer .section-slider-title{
        font-size: calc(34px - 4pt) !important;
    }
    .sectionSlider-card-copy>div{
        font-size: 18px !important;
    }
    #custom-hard-code-heading{
        font-size: 16px;
        font-weight: 400;
    }
    .cards.channel .card img{
        width: 100%;

    }
    .cards.channel.nine-five .card img{
        max-height: 250px;
        width:100%;
    }

    .home-col .content-col {
        padding: 0 !important;
        margin-top: 20px !important;
    }
    .portfolio-listing-section {padding: 30px;}

    .custom-port-list .project-item.category-31 {
        width: 100%;
    }
    .rec-blog-posts .rec-blog-posts-populated .rec-post {
        width: 100%;
    }
    .cm-two-col-area.iso-certified .left-col,
    .cm-two-col-area.iso-certified .right-col{
        width: 100%;
    }
    .channel .cards__card,
    .program section.cards__card.card{
        width: 100% !important;
        min-height: auto !important;
    }
    .home-card .cards__card {
        width: 100%;
    }
    .home-card .cards__card{
        min-height: auto;
    }
    .cm-contact-v2 .descr p{
        margin-bottom: 15px;
    }
    .cm-two-col-area.robust .content-wrapper-sec {
        justify-content: center;
        gap: 32px;
    }
    .cards.about-number-card section.cards__card.card {
        width: 100%!important;
    }
    .cm-two-col-area.robust .left-col {
        width: 50%;
    }

    .cm-two-col-area.robust .right-col {
        width: 100%;
        margin: 0;
    }

    h4#custom-line-text {
        flex-wrap: wrap;
        flex-direction: column;
        grid-gap: 10px !important;
    }

    h4#custom-line-text svg {
        display: block;
        width: 34px;
        transform: rotate(90deg);
        height: 34px;
    }
    .channel .cards__card, .program section.cards__card.card{
        margin: 0 !important;
    }
    .cards.program.cm-pro.channel {margin-top: 15px;}
}
@media screen and (max-width: 540px){
    .cr section.cards__card.card{
        min-height: 200px !important
    }
}
@media screen and (max-width: 425px){
    .cm-two-col-area.robust .content-wrapper-sec{
        gap: 18px;
    }
    .cm-two-col-area.robust .right-col h2{
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
    }
    .home-custom-buttons.advance-button .btn__item a{
        width: 100%;
    }
    .advance-button.custom-registrar-box .btn__item a,
    .advance-button.custom-impact-action-button .btn__item a{
        margin: 0;
    }
}

.equal-slider-height-patients .swiper-slide {
    height: auto !important;
    border-radius: 10px !important;
    border: 2px solid #FAFAFA !important;
    padding: 20px !important;
    background-color:white !important;
    color:black !important;
}


/* Pharma Hub Pages */

.cards.cards-v2.pharma-hub .imageDes.cards__card {
    text-align: center;
}

.cards.cards-v2.pharma-hub .imageDes.cards__card img {
    object-fit: contain;
}

.cards.cards-v2.pharma-hub .imageDes.cards__card .card__text {
    padding: 0;
}

.hs-search-field--open .hs-search-field__suggestions{
    z-index: 99;
}

@media screen and (max-width:767px){
    .cards.cards-v2.pharma-hub .imageDes.cards__card img {
        height: 75px;
    }
}
@media screen and (max-width: 425px){
    .advance-button.btn-wrapper .btn__item {
        text-align: center;
    }
}

.cards .card .card__image {
    height:auto !important;
}
@media screen and (max-width: 767px) {
    .cards.channel .card img {
        width: auto;
    }
}