/* bootstrap 4 styles */

.text-white{
    color: #fff!important;
}


.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}



.flex-column {
    flex-direction: column !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.d-inline-block {
    display: inline-block !important;
}

.text-center {
    text-align: center !important;
}

.border-r-15 {
    border-radius: 15px;
}

.border-r-10 {
    border-radius: 10px;
}

.box-shadow {
    box-shadow: 0px 3px 20px #0000000F;
}


.h1 {
    font-size: 2.5rem !important
}

.h2 {
    font-size: 2rem !important
}

.h3 {
    font-size: 1.75rem !important
}

.h4 {
    font-size: 1.5rem !important
}

.h5 {
    font-size: 1.25rem !important
}

.h6 {
    font-size: 1rem !important
}

.order-lg-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-lg-2 {
    -ms-flex-order: 2;
    order: 2
}

.col-12 {
    max-width: 100%
}

.text-left {
    text-align: left !important;
}



.h-auto{
    height: auto!important;
}


.d-block {
    display: block !important
}

.w-100{
    width: 100%!important;
}

.position-relative{
    position: relative;
}

.d-none{
    display: none;
}

.text-gray{
    color: #616161;
}
.text-black{
    color: #000;
}

@media screen and (min-width: 991px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-block {
        display: block !important
    }

    .d-lg-flex{
        display: flex;
    }
}

@media screen and (min-width: 767px) {

    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .d-md-none {
        display: none !important
    }
    .d-md-block {
        display: block !important
    }
}





















/* custom code */
html {
    font-size: 100%;
}

.bg-blue {
    background-color: #15386b !important;
    ;
}


.btn-fap {
    padding: 15px;
    border: 2px solid #15386b !important;
    color: #15386b !important;
    ;
    font-size: large !important;
    ;
    border-radius: 10px !important;
    ;
    font-weight: bold !important;
    ;
}

.btn-fap:hover {
    border: 1px solid #f05574 !important;
    background: #f05574 !important;
    color: #fff !important;
}

.txt-bold {
    font-weight: bolder;
}

.contact-button {
    background: #00396f;
    border-color: #00396f;
    padding: 5px 10px;
}

.contact-button:hover {
    background: #00396f;
    border-color: #00396f;
}


.kits-container {
    margin-top: 100px;
    margin-bottom: 50px;
}

.section-title {
    color: #FF4060;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: Bold;
}

.section-title:after {
    content: "";
    width: 50px;
    height: 4px;
    border-radius: 20px;
    margin-top: 10px;
    background-color: #FF4060;
    display: block;
}


.section-title-2 {
    color: #00396F;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: Bold;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.section-title-2:before {
    content: "";
    width: 10px;
    height: 35px;
    background-color: #FF4060;
    display: block;
}


.kits-container .desc {
    color: #00396F;
    font-size: 18px;
    line-height: 25px;
}

.kits-container .download-pdf-box {
    border: 1px solid #00396F;
    border-radius: 10px;
    padding: 15px;
}

.kits-container .download-pdf-box .desc {
    font-size: 22px;
    font-weight: bold;
}


.kits-contacts-container{
    margin-top: 30px;
}
.kits-contacts-container .contacts-box{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 2px 4px #0000001f;
    width: 100%;
    margin-bottom: 10px;
    height: 95%;
}
.kits-contacts-container .contacts-box .heading{
    background-color: #FF4060;
    color: #fff;
    width: 100%;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.kits-contacts-container .contacts-box .content-box{
    padding: 15px 20px;
}

.kits-contacts-container .contacts-box .content-box .content{
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 5px;
}
.kits-contacts-container .contacts-box .content-box .content .icon {
    width: 23px;
}

.kits-contacts-container .contacts-box .content-box .content .link {
    color: #00396F;
    font-size: 15px;
    font-weight: 700;
    transition-duration: 0.3s;
}

.kits-contacts-container .contacts-box .content-box .content:hover .link {
    color: #FF4060;
}

.main-btn {
    background-color: #FF4060;
    border-radius: 5px;
    border: 1px solid #FF4060;
    color: #fff !important;
    padding: 10px 20px;
    margin-top: 8px;
}

.main-btn:hover {
    background-color: transparent;
    color: #FF4060 !important;
}

.kit-box {
    box-shadow: 0px 0px 13px #00000054;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kit-box .kit-image {
    width: 100%;
}

.kit-box .kit-title {
    color: #254B7A;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    padding: 5px 15px;
}

.kit-box .kit-link {
    color: #254B7A;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #254B7A;
    border-radius: 5px;
    display: inline-block;
    transition-duration: 0.3s;
}

.kit-box .kit-link:hover {
    background-color: #254B7A;
    color: #fff;
}

.kit-info-box {
    background-color: #F6F6F6;
    border-radius: 10px;
}

.kit-info-box img {
    border-radius: 10px;
}

.text-blue {
    color: #254B7A;
}
.text-pink {
    color: #F05574;
}

.bg-blue {
    background-color: #254B7A !important;
}

hr {
    height: 1px;
}

.compendium-search-bar {
    border: 0px !important;
    box-shadow: none;
    border-bottom: 1px solid #ff4060 !important;
    border-radius: 0;
    transition-duration: 0.5s;
}

.compendium-search-bar:focus {
    box-shadow: none;
}

.compendium-table-container {
    background-color: #eeeeee52;
    border-radius: 10px;
    padding: 15px;
}

.compendium-table-container .compendium-test-name {
    color: #ff4060;
    font-weight: 700;
    font-size: 25px;
}

.compendium-table-container .compendium-name {
    color: #000;
    font-size: 15px;
}

.color-pink {
    color: #ff4060;
}
.color-blue {
    color: #00396f;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}



.select-nav {
    display: none;
}

.menu_icon {
    display: none;
}

.sidebar_nav_container {
    display: none;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 300px;
    background-color: #EAEFF5;
    z-index: 2;
    transition: 500ms all ease-out;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar_menu_ul {
    padding: 0;
    margin: 0;
}

.sidebar_menu_li {
    list-style: none;
}

.sidebar_menu_li .sidebar_menu_button_inner {
    display: flex;
    justify-content: space-between;
}

.sidebar_menu_li .btn-account {
    color: #00396F;
}

.sidebar_menu_button_inner a,
.sidebar_menu_button_inner i {
    color: #00396F !important;
    font-weight: 600;
}

#sidebar_nav_container .logo img {
    max-width: 100% !important;
}

.close_btn {
    font-size: 2em;
    color: #F05574 !important;
    cursor: pointer;
}

.sidebar_logo_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 1.5em;
}

.collapsible {
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-bottom: 1px solid #d4d4d4;
}

.active,
.collapsible:hover {
    background-color: transparent;
}

.collapsible_content {
    padding: 0 18px;
    padding-left: 3em;
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.collapsible_content ul li {
    padding: 0.6em 0;
}

#navigation .menu>li {
    padding: 0px 10px;
}

.instructions-container {
    border: 1px solid #E5E5E5;
}



.instructions-container .instructions-box {
    position: relative;
    box-shadow: 0px 3px 20px #0000000F;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.instructions-container .instructions-box .number {
    position: absolute;
    background-color: #FF4060;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    top: -15px;
    left: -15px;
    align-items: center;
    justify-content: center;
}

.instructions-container .instructions-box .icon {
    width: 40%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.instructions-container .instructions-box .desc {
    font-size: 16px;
    line-height: 20px;
}

.instructions-container .instructions-box .desc strong {
    line-height: 30px;
}

.compendium-fixed-image {
    position: fixed;
    top: 0;
    margin-top: 130px;
}

.compendium-container .download-pdf-box{
    background-color: #00396f;
    display: flex;
    padding: 15px 20px;
}
.compendium-container .download-pdf-box .main-btn{
    width: 100%;
    margin: 0;
    border:0px;
    border-radius: 5px;
    height: 100%;
}

.compendium-container .download-pdf-box .main-btn:hover{
    background-color: #fff;
}

.compendium-container .compendium-search-bar{
    border-bottom: none !important;
    border-radius: 5px;
}

.compendium-details-row-container{
    display: flex;
    column-gap: 10px;
}

.compendium-details-row-container .icon{
    color: #ff4060;
    font-size: 20px;
    margin-top: 3px;
}

.compendium-details .back-btn{
    background-color: #00396F;
    margin-bottom: 20px;
    color: #fff !important;
}

.compendium-details .back-btn:hover{
    background-color: #ff4060;
}

.compendium-pagination-container ul{
    display: flex;
    list-style: none;
    column-gap: 10px;
    margin-top: 20px;
    justify-content: flex-end;
}
.compendium-pagination-container ul .pagination-button{
    padding: 0px;
    min-width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00396f;
    border-color: #00396f;
    color: #fff !important;
    transition-duration: 0.3s;
}
.compendium-pagination-container ul .pagination-button a{
    color: #fff !important;
}

.compendium-pagination-container ul .pagination-button.active, .compendium-pagination-container ul .pagination-button:hover{
    background-color: transparent;
    color: #00396f !important;
}

.compendium-pagination-container ul .pagination-button.active a, .compendium-pagination-container ul .pagination-button:hover a{
    color: #00396f !important;
}


.compendium-container form input[type="text"], 
.compendium-container form input[type="password"], 
.compendium-container form input[type="email"], 
.compendium-container form textarea{
    margin-bottom: 0px;
}






@media screen and (max-width: 991px) {
    .compendium-image{
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .compendium-image{
        display: none;
    }

    .nav_container {
        display: flex;
        align-items: center;
    }

    .sidebar_nav_container {
        display: block;
    }

    .menu_icon {
        display: block;
    }

    .nav_container .menu_icon i {
        font-size: 1.5em;
    }

    #navigation .logo {
        text-align: left;
    }

    #navigation .logo img {
        max-width: 70% !important;
    }

    .compendium-container .download-pdf-box{
        padding: 15px;
    }
    .compendium-container .download-pdf-box .main-btn{
        padding: 10px 5px;
    }

    .kits-container{
        margin-top: 50px;
    }

    .section-title-2{
        font-size: 27px;
    }
}


.medical-experts-team-container{
            
}
.medical-experts-team-box{
    text-align: center;
    margin: 0px 45px;
}
.medical-experts-team-box .image-container{
    margin-bottom: 20px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 10px;
}
.medical-experts-team-box .image-container .image-bg{
    background-color: #00396f;
    border-radius: 10px;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.medical-experts-team-box .image-container img{
    width: 100%;
    border-radius: 10px;
    margin-top: -50px;
    transition-duration:0.3s;
}
.medical-experts-team-box .image-container img:hover{
    transform: scale(1.1);
}
.medical-experts-team-box .member-name{
    font-weight:800;
    color: #f05574;
    font-size:16px;
    margin-bottom: 0px;
}
.medical-experts-team-box .member-title{
    font-weight: 700;
    color: #f05574;
    font-size: 15px;
}


.mediacl-member-box{
    background-color: #00396f;
    display: flex;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    padding: 25px;
    color: #fff;
    margin: 70px 0px;
    column-gap: 40px;
    border-top-left-radius: 105px;
  }
  
  .mediacl-member-box .member-image-container{
    width: 25%;
  }
  .mediacl-member-box .member-details{
    width: 75%;
  }
 
  .mediacl-member-box .img-box{
    margin-top: -100px;
    margin-left: -27px;
  }
  .mediacl-member-box  .linkedin-link{
    color: #fff;
    font-size: 30px;
  }
  .mediacl-member-box .member-details .member-name{
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0px;
  }
  .mediacl-member-box .member-details .member-job-title{
    color: #FF4060;
    font-weight: 500;
    font-size: 23px;
  }
  @media(max-width:767px){
    .mediacl-member-box{
      flex-direction: column;
      border-radius: 15px;
      align-items: center;
      margin-top: 180px;
    }
    .mediacl-member-box .member-image-container{
      width: 100%;
    }
    .mediacl-member-box .member-details{
      width: 100%;
    }
    .mediacl-member-box .img-box img{
       width: 200px;
    }
    .mediacl-member-box .img-box {
      margin-top: -150px;
      margin-left: 0;
      text-align: center;
      position: relative;
    }
    .mediacl-member-box .member-details .member-name,
    .mediacl-member-box .member-details .member-job-title{
      text-align: center;
    }
    .mediacl-member-box .linkedin-link{
      position: absolute;
      top: 150px;
      right: 0px;
    }
    .mediacl-member-box ul{
      padding-left: 15px;
      margin-top: 15px;
    }
  }

@media(max-width:1200px){
    .medical-experts-team-box{
        margin: 0px 20px;
        margin-bottom: 30px;
    }
}
@media(max-width:991px){
    .medical-experts-team-container{
        display: flex;
        flex-wrap: wrap;
    }
    .medical-experts-team-container .col-md-4{
        width: 50%;
    }
    .medical-experts-team-box .image-container{
        height: 375px;
    }
}
@media(max-width:660px){
    .medical-experts-team-container{
        margin-top:50px;
    }
    .medical-experts-team-box .image-container img{
        margin-top:0px;
    }
    .medical-experts-team-box .image-container .image-bg{
        height:100%;
    }
    .medical-experts-team-box .image-container{
        height: 320px;
    }
    .medical-experts-team-box {
        margin-bottom: 40px;
    }
    .medical-experts-team-box .member-name {
        font-size: 16px;
    }
    .medical-experts-team-box .member-title {
        font-size: 14px;
    }
    .medical-experts-team-box{
        margin:0;
        margin-bottom: 30px;
    }
}
@media(max-width:520px){
    .medical-experts-team-box .image-container{
        height: 320px;
    }
}
@media(max-width:470px){
    .medical-experts-team-box .image-container{
        height: auto;
    }
    .medical-experts-team-container .col-md-4{
        width: 100%;
    }
    .medical-experts-team-box .image-container{
        margin-left:30px;
        margin-right:30px;
    }
}