div.homepage_section_container {
    max-width: 1400px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li {
    font-family: 'Poppins', sans-serif;
}

h2.home_page_title {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.section_head_title_link {
    display: flex;
    align-items: center;
    gap: 10px;
}

div.section_head_title_link h2 {
    font-family: "Poppins", Sans-serif;
    margin: 0px;
}

div.section_head_title_link h2 a {
    color: #0060BF;
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 600;
}

h2.page_link {
    font-size: 0px;
}

div.homepage_section_left {
    /* padding-right: 2%; */
    padding-right: 0%;
    padding-left: 25px;
}

section#career_centeral_section div.section_head_title_link h2,
section#career_centeral_section div.section_head_title_link h2 a {
    color: #fff;
}

section#career_centeral_section div.section_head_title_link {
    padding: 20px 12px 14px 21px;
}

section#career_centeral_section div div.career_central_post_img_text {
    padding: 6px 21px 21px 21px;
}

#latest-news-section .main-news-info h3.first_news_title a {
    color: #fff;
}

/* Basic styles for skeleton loader */
.skeleton-loader {
    height: 200px;
    /* Adjust based on your content height */
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: 0 0;
    }
}

section#clinical_post_section .clinical_post_img_text {
    background-color: #F6F5F5;
}

section#clinical_post_section .clinical_post_img_text {
    margin: 21px 0px;
    display: flex;
    align-items: center;
}

section#clinical_post_section .clinical_post_img_text .clinical_post__content_wrap {
    background-color: #fff;
    padding: 30px 30px 30px 30px;
}

section#clinical_post_section .clinical_post_img_text span.post_category_name {
    background-color: #C7E0FF;
    padding: 3px 10px 3px 10px;
    border-radius: 2px 2px 2px 2px;
    font-family: "Poppins", Sans-serif;
}

section#clinical_post_section .clinical_post_img_text h3.clinical_post__thumbnail {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    word-break: break-word;
}

section#clinical_post_section .clinical_post_img_text h3.clinical_post__thumbnail a {
    color: #000;
}

section#clinical_post_section .clinical_post_img_text span.date_text {
    line-height: 1.6em;
    display: inline;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
}

section#clinical_post_section .clinical_post_img_text div.post_meta_date {
    color: #807E7E;
    margin-bottom: 0px;
    line-height: 1.3em;
    font-size: 12px;
}

section#clinical_post_section .clinical_post_img_text .clinical_post__content_wrap {
    position: relative;
    left: -25px;
    box-shadow: 0 1px 25px rgba(0, 0, 0, .05);
    z-index: 1;
    width: 64%;
}

div.career_central_post_img_text h3.career_central_post_thumbnail {
    font-size: 17px;
    font-family: 'Poppins, sans serif';
    color: #fff;
}

section#career_centeral_section {
    background-color: #1C5186;
}

div.career_central_post_img_text h3.career_central_post_thumbnail a {
    color: #fff;
}

section#career_centeral_section div.post_meta_date {
    color: #fff;
}

img.career_img_contain {
    width: 181px;
    height: 103px;
    object-fit: cover;
}

ul#quizzes_links_sidebar {
    list-style-type: none;
    padding: 0px;
}

ul#quizzes_links_sidebar li.list_quiz_sidebar:after {
    content: "";
    border-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

ul#quizzes_links_sidebar li.list_quiz_sidebar {
    margin: 0;
    padding: 0;
    position: relative;
    justify-content: flex-start;
    text-align: left;
    display: flex;
    font-size: inherit;
    align-items: var(--icon-vertical-align, center);
    vertical-align: baseline;
    background: transparent;
}

ul#quizzes_links_sidebar li.list_quiz_sidebar:not(:last-child) {
    padding-bottom: calc(21px / 2);
}

ul#quizzes_links_sidebar li.list_quiz_sidebar:not(:first-child) {
    margin-top: calc(21px / 2);
}

ul#quizzes_links_sidebar li.list_quiz_sidebar span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

ul#quizzes_links_sidebar li.list_quiz_sidebar:last-child:after {
    display: none;
}

section#quiz_list_home_import_sec {
    margin-top: 35px;
}

ul#quizzes_links_sidebar li.list_quiz_sidebar a.latest_quiz_links {
    display: flex;
    gap: 15px;
}

ul#quizzes_links_sidebar {
    margin-top: 25px;
}

div.quiz_links_divider {
    position: relative;
    z-index: 1;
}

div.quiz_links_divider:before {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #1C50875C;
    color: #1C50875C;
}

.course-container {
    background-color: #4687CD17;
    padding: 20px;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    /* margin-top: 25px; */
    margin-top: 16px;
}

.course-container h2 {
    margin-bottom: 5px;
    text-align: left;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-top: 0px;
}

.course-card {
    display: flex;
    margin-bottom: 0px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    padding-left: 0px;
    transition: transform 0.3s ease;
    /* padding-bottom: 25px; */
}

.course-card img {
    width: 40% !important;
    height: auto;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 10px;
}

.course-info {
    flex-grow: 1;
}

.course-info h3 {
    color: #2b2b2b;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 0px !important;
}

.course-info p {
    color: #1C5087;
    font-family: "Poppins", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 0.5em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.course-card a {
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    fill: #F7F7F7 !important;
    color: #F7F7F7 !important;
    background-color: #2872C1;
    padding: 8px 12px;
    margin-top: 5px;
    height: 40px;
    width: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.latest-news-section {
    /* max-width: 900px; */
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

#latest-news-section .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

#latest-news-section .header h2 {
    font-size: 1.5rem;
}

#latest-news-section .header .view-all {
    color: #007bff;
    font-size: 0.9rem;
    text-decoration: none;
}

#latest-news-section .news-container {
    display: flex;
    flex-wrap: wrap;
}

#latest-news-section .main-news {
    flex: 1 1 45%;
    margin-right: 25px;
    position: relative;

}

#latest-news-section .main-news img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

#latest-news-section .main-news-info {
    display: flex;
    justify-content: end;
    flex-direction: column;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    max-width: calc(100%);
    height: 100%;
    width: 100%;
}

#latest-news-section .main-news-info-content-section {
    padding: 15px;
}

#latest-news-section .main-news-info h3 {
    font-size: 1.2rem;
    margin: 0 0 5px;
}

#latest-news-section .main-news-info .date {
    font-size: 0.9rem;
    color: #ddd;
}

#latest-news-section .news-list {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

#latest-news-section .news-item {
    display: flex;
    align-items: center;
    height: 30%;
    position: relative;
}

#latest-news-section .news-item img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    margin-right: 10px;
    position: absolute;
    top: 0px;
}

#latest-news-section .news-info {
    position: absolute;
    left: 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;

}

#latest-news-section .news-info h4 {
    margin: 0px;
    font-size: 0.9rem;
    /* padding-left: 20px; */
    color: #2F2E2E;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 10px;
}

#latest-news-section .news-info .date {
    font-size: 0.8rem;
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    line-height: 1.6em;
}

#latest-news-section .news-info p {
    padding-left: unset;
    margin: 0px;
}

.news-list .news-item:first-child {
    /* display: none !important; */
}

#latest-news-section .news-info h4.sidebar_news_title a {
    color: #2F2E2E;
}

div#latest-news-section div.sidebar_news_title {
    padding: 0px;
}

div#latest-news-section div.news-info {
    padding: 14px 14px 14px 14px;
}

.clinical_post__content_wrap a span {
    color: #000 !important;
}

.clinical_post__content_wrap a:hover,
.clinical_post__content_wrap a span:hover {
    color: #436C9F !important;
}

section#slideshow_home_import_sec div.home_slideshow_sec {
    margin: 10px !important;
}

/* Case Report */
p.case_report_short_content {
    margin-bottom: 0px;
}

a.readmore_casereport {
    /* display: flex;
    justify-content: end; */
    font-weight: 600;
    color: #2872C1;
}

div.case_report_main_div {
    padding-right: 25px;
    padding-left: 25px;
}

div.case_report_main_div div.case_report_main_div_img_text {
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 21px;
}

div.case_report_main_div {

    margin-top: 20px;
}

div.case_report_main_div:last-child div.case_report_main_div_img_text {
    border: 0px;
}

div.case_report_main_div {
    box-shadow: #E3E3E3 0px 2px 11.1px 0px;
    margin-bottom: 20px;
}

div.case_report_main_div div.case_report_main_div_img_text {
    border: 0px;
}

section#clinical_post_section {
    margin-top: 20px;
}

section#clinical_home_import_sec {
    margin-top: 50px;
}

section#slideshow_home_import_sec {
    margin-top: 50px;
}

div.section_head_title_link h2.page_link {
    border-left: 1px solid #cfcfcf;
    padding-left: 10px;
}

div.home_slideshow_sec div.section_head_title_link {
    margin-bottom: 20px;
}

/*  */
div.course_card_container_sidebar div.course-info {
    position: relative;
    z-index: 1;
    margin-top: 5px;
}

div.course_card_container_sidebar div.course-info a {
    position: absolute;
    bottom: 15px;
}

div.course_card_container_sidebar div.course-info h3 {
    width: 75%;
}

div.course_card_container_sidebar div.course-info h3 {
    font-size: 17px;
    font-weight: 600;
}

.course-card {
    padding-bottom: 0px;
    /* border: 1px solid red; */
    padding-top: 5px;
}

.course-container {
    padding-top: 5px;
}

div.elementor-shortcode div.homepage_section_right div.course-card div.course-info h3 {
    font-size: 16px;
}

div.elementor-shortcode div.homepage_section_right div.course-card div.course-info {
    margin-top: 0px;
}

section#quiz_list_home_import_sec,
section#medtigo_community_home_import_sec,
section#connect_list_home_import_sec {
    margin-top: 55px;
}

#drugs-and-Conditions {
    box-shadow: 0px 0px 10px 0px rgba(213.3000183105469, 209.12677123360135, 209.12677123360135, 0.5) !important;
    padding: 0px !important;
}

#drugs-and-Conditions .tab-content {
    margin-top: 20px !important;
}

#drugs-and-Conditions #myTab {
    border: none !important;
    width: 100% !important;
}

#drugs-and-Conditions #myTab .nav-item {
    width: 50% !important;
}

#drugs-and-Conditions .nav-tabs .nav-link {
    width: 100% !important;
    border-radius: 0px !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    border-width: 1px !important;
    position: relative !important;
    padding: 20px 25px !important;
    line-height: 1 !important;
    border: solid transparent !important;
    background-color: #E6E6E6 !important;
    color: #000 !important;
    transition: none !important;
}

#drugs-and-Conditions .nav-tabs .nav-link.active {
    border-color: #FFFFFF !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    border-width: 1px !important;
    background-color: unset !important;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25) !important;

}

#drugs-and-Conditions .category-list {
    list-style: none !important;
}

#drugs-and-Conditions .category-item {
    /* border-bottom: 1px solid #eee; */
    display: flex !important;
    align-items: center !important;
    /* padding: 12px 0; */

    font-size: 16px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid #CBCBCB !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

/* #drugs-and-Conditions .category-item:last-child {
        border-bottom: none !important;
    } */

#drugs-and-Conditions .category-item a {
    color: black !important;
    font-size: 14px !important;
    text-decoration: none !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

#drugs-and-Conditions .category-item a:hover {
    color: #436C9F !important;

}

#drugs-and-Conditions .view-all {
    display: inline-block !important;
    margin-top: 15px !important;
    color: #2563eb !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

#drugs-and-Conditions .category-item a::before {
    content: "•" !important;
    color: #1C5087 !important;
    margin-right: 10px !important;
    font-size: 20px !important;
}

.home_slideshow_sec .slick-slider .col-md-3 {
    height: 320px !important;
    width: 100px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.home_slideshow_sec .row {
    --bs-gutter-x: 0.5rem !important;
}

section#drug_tab_home_import_sec {
    margin-top: 40px;
    margin-bottom: 40px;
}

li.bbp-body ul:nth-child(7n),
li.bbp-body ul:nth-child(8n),
li.bbp-body ul:nth-child(9n),
li.bbp-body ul:nth-child(10n),
li.bbp-body ul:nth-child(11n),
li.bbp-body ul:nth-child(12n),
li.bbp-body ul:nth-child(13n),
li.bbp-body ul:nth-child(13n),
li.bbp-body ul:nth-child(14n),
li.bbp-body ul:nth-child(15n) {
    display: none;
}

section#medtigo_community_home_import_sec h3 {
    margin-bottom: 5px;
    text-align: left;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-top: 0px;
}

section#medtigo_community_home_import_sec {
    margin-top: 25px;
}

section#medtigo_community_home_import_sec div.newtopic_disscussion {
    text-align: center;
}

div.newtopic_disscussion a {
    border-radius: 8px;
}

section#connect_list_home_import_sec div.section_head_title_link {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

section#connect_list_home_import_sec div.section_head_title_link:before {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    content: "";
    border: 1px solid #1C50875C;
    color: #1C50875C;
    bottom: -10px;
}

div#stay_connected_contains div.connect_img {
    margin-bottom: 20px;
}

.home_slideshow_sec .slick-slide {
    margin-right: 20px;
    height: 100% !important;
}

.home_slideshow_sec .slick-track {
    align-items: stretch;
    display: flex;
}

.home_slideshow_sec .slick-slide {
    height: auto !important;
}

.home_slideshow_sec .slick-slide div {
    height: auto !important;
}

.home_slideshow_sec {
    font-family: "Poppins" !important;
    padding: unset !important;
    margin: unset !important;
}

.literature_review .col.review_box {
    box-shadow: 0px 0px 10px -2px rgba(124.80001831054688, 121.81567832615185, 121.81567832615185, 0.5);
}

.literature_review .row {
    column-gap: 30px;
}

.literature_review h3 a,
.literature_review h3 {
    color: #424040;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
}

.literature_review p {
    color: #525252;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0px;
}

div.homepage_section_right {
    position: relative;
}

/* section#connect_list_home_import_sec {
    position: absolute;
    bottom: 0px;
} */

div#stay_connected_contains div.connect_img:last-child {
    margin-bottom: 0px;
}

section#connect_list_home_import_sec h2.home_page_title {
    margin-bottom: 15px;
}


.literature_review {
    margin-top: 70px;
}

.editors_sec {
    margin-top: 50px;
    padding-left: 0px;
}

.editors_sec h2 {
    color: #454547;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.editors_sec a {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #436C9F;
}

div.display-breadcrumbs p#breadcrumbs {
    font-weight: 400 !important;
    color: #195C94 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}

div.display-breadcrumbs p#breadcrumbs a {
    font-weight: 400 !important;
    color: #195C94 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
}

span.breadcrumb_last {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
}

div.news_post_content div.content-block-news div.elementor-widget-container {
    padding-left: 13px !important;
}

div.homepage_section_right {
    padding-left: 45px;
    position: sticky;
    top: 10px;
    height: fit-content;
    overflow: hidden;
}

/* Top slider */
section#homepage_top_slider section.has_eae_slider {
    /* margin-top: 8px; */
    margin-top: -85px;
    margin-bottom: 0px;
}

#latest-news-section .news-container {
    margin-top: 16px;
    margin-bottom: 22px;
}

section#clinical_post_section {
    margin-top: 21px;
    margin-bottom: 21px;
}

section#career_central_home_import_sec {
    margin-top: 25px;
}

div.career_central_post_img_text h3.career_central_post_thumbnail {
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 0px;
}

section#clinical_post_section .clinical_post_img_text {
    height: 226px;
    overflow: hidden;
}

section#clinical_post_section .clinical_post_img_text img {
    height: 100% !important;
}

.clinical_post_img_text {}

section#clinical_post_section .clinical_post__thumbnail {
    height: 100%;
}

div#drugs-and-Conditions .view_all_drug a {
    color: #0060BF;
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 600;
}

div#drugs-and-Conditions .view_all_drug {
    text-align: end;
}

#drugs-and-Conditions .tab-content {
    padding-bottom: 10px;
}

.career_centeral_div_container_text {
    display: grid;
    grid-template-columns: 50% 50%;
}

div.career_centeral_div_container_text div.career_img_div_text {
    display: grid;
    grid-template-columns: auto auto;
    gap: 7px;
}

div.career_centeral_div_container_text div.career_img_div_text .career_central_thumbnail {
    width: 170px;
    height: 100px;
}

div.career_central_post_img_text h3.career_central_post_thumbnail a {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

div.career_central_post_img_text h3.career_central_post_thumbnail {
    margin-bottom: 5px;
}

/* Case Report */
.case_report_thumbnail {
    width: 238px;
    height: 173px;
}

div.case_report_thumbnail img.case_report_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.case_report_main_div {
    height: 225px;
    /* background-color: #f3f3f3; */
}

div.case_report_main_div div.case_report_main_div_img_text {
    display: grid;
    grid-template-columns: 238px auto;
}

div.case_report_content_wrap h3.case_report_title a {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: 0px;
    line-height: 1.3em;
}

div.case_report_content_wrap h3.case_report_title {
    margin: 0px;
}

span.case_report_post_category_name {
    background-color: #EDF6FF;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}


div.case_report_main_div span.date_text {
    background-color: #e6e6e6;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}

p.case_report_short_content,
div.case_report_content_wrap h3.case_report_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.case_report_main_div {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
}

div.case_report_main_div div.case_report_main_div_img_text {
    gap: 22px;
}

div.case_report_main_div div.case_report_main_div_img_text div.case_report_content_wrap {
    /* padding-top: 6px; */
}

div.case_report_content_wrap h3.case_report_title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: normal;
}

div.case_report_main_div {
    margin-bottom: 0px;
}

div.post_meta_date {
    display: flex;
    gap: 10px;
}

div.post_meta_date p.date_text {
    margin: 0px;
    background-color: #e6e6e6;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    gap: 5px;
}

div.post_meta_date p.date_text p.date_text_p {
    margin: 0px;
}

div.date_text {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    gap: 3px;
    line-height: normal;
    padding-left: 0px;
}

div.date_text p.post_date_p {
    margin: 0px;
    line-height: normal;
    font-weight: 400;
}

/* News */
#latest-news-section .news-item div.sidebar_news_publish_date img {
    width: 15px;
    height: 15px;
    position: unset;
    margin-right: 0px;
}

#latest-news-section .news-item div.sidebar_news_publish_date p.date {
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    font-size: 15px;
}

#latest-news-section .news-item div.sidebar_news_publish_date {
    display: flex;
    align-items: center;
    gap: 5px;
}

#latest-news-section .main-news img.calender_img {
    width: 15px;
    height: 15px;
}

div.first_news_publish_date {
    margin-bottom: 25px;
}

.first_news_publish_date {
    display: flex;
    align-items: center;
    gap: 5px;
}

div.first_news_publish_date p.date {
    margin: 0px;
    font-size: 16px !important;
}

section#clinical_post_section div.case_report_main_div div.case_report_main_div_img_text {
    padding: 0px;
    padding-bottom: 0px;
}

section#clinical_post_section div.case_report_main_div {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}

ul.quiz_list {
    list-style-type: none;
    padding: 0px;
}

ul.quiz_list li a {
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}


.popup {
    text-align: center;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white !important;
    /* padding: 20px;
    border: 1px solid #ccc; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    z-index: 9999;
    width: 52%;
}

/* Background overlay */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup .col-md-8.p-4 {
    text-align: left;
}

.popup h2 {
    font-family: Poppins, sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    margin-top: 25px;

    /* font-size: 2rem; */
}

.popup li {
    font-family: Poppins, sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
}

.popup ul {
    padding-left: 15px;
}

.popup .col-md-4 {
    background-color: #2872C1;
}

.popup .disc_value.m-3 {
    border: 1px solid #fff;
    padding: 20px;
}

/* Appearance CSS for popup */

.popup {
    text-align: center;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white !important;
    /* padding: 20px;
    border: 1px solid #ccc; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    z-index: 9999;
    width: 52%;
}

/* Background overlay */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}


.mobile_pop_sevn {
    display: none;
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.popup .col-md-8.p-4 {
    text-align: left;
}

.popup h2 {
    font-family: Poppins, sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    margin-top: 25px;

    /* font-size: 2rem; */
}

.popup li {
    font-family: Poppins, sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
}

.popup ul {
    padding-left: 15px;
}

.popup .col-md-4 {
    background-color: #2872C1;
}

.popup .disc_value.m-3 {
    border: 1px solid #fff;
    padding: 20px;
}

.popup h1 {
    font-family: Poppins, sans-serif !important;
    font-size: 95px;
    font-weight: 900;
    line-height: 82px;
    color: white;
    text-shadow: 2px 3px #00000040;
}

.popup h1 sup {
    font-size: 38px;
    top: -29px !important;
}

.popup .terms {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 22.5px;
    color: white;
    letter-spacing: 0.8px;

}

.popup .un_full {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    color: white;
}

.popup .price {
    font-family: Poppins, sans-serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 43.5px;
    color: white;
    text-decoration: line-through;
}

.popup .offer_price {
    font-family: Poppins, sans-serif;
    font-size: 41px;
    color: white;
    font-weight: 700;
    line-height: 63px;
    text-shadow: 1px 3px #00000040;
}

.popup .lim_time {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: white;

}

.popup .unlock_btn {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    color: white;
    text-transform: uppercase;
    background-color: #2872C1;
    border-radius: 2px;
    padding: 10px 20px;
}




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

    div.blog_white_cards p.blog_desc_message {
        word-break: auto-phrase !important;
    }

    body:not(.home) div.course_card_container_sidebar div.course-info a {
        font-size: 14px;
        height: 25px;
        width: max-content;
    }

    div.elementor-shortcode div.homepage_section_right div.course-card div.course-info h3 {
        font-size: 14px !important;
    }

    section#homepage_top_slider section .bdt-slide-desc.bdt-position-large.bdt-position-center.bdt-position-z-index {
        max-width: 1250px;
    }


    section#career_centeral_section div div.career_central_post_img_text:nth-last-child(1),
    section#career_centeral_section div div.career_central_post_img_text:nth-last-child(2) {
        display: none;
    }

    section#quiz_list_home_import_sec,
    section#medtigo_community_home_import_sec,
    section#connect_list_home_import_sec {
        margin-top: 20px;
    }

    section#connect_list_home_import_sec h2.home_page_title {
        margin-bottom: 0px;
    }
}


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

    /* Sidebar Learn & CME sections */
    div.course_card_container_sidebar div.course-info h3 {
        font-size: 16px;
    }

    div.course_card_container_sidebar div.course-info {
        margin-top: 5px;
    }

    /* Other page sidebar */
    body:not(.home) div.course_card_container_sidebar div.course-info h3 {
        width: 100%;
    }


}

@media screen and (max-width: 1300px) {
    body:not(.home) div.course_card_container_sidebar div.course-info h3 {
        width: 100%;
    }

    body:not(.home) div.course_card_container_sidebar div.course-info h3 {
        font-size: 15px !important;
    }

    body:not(.home) div.course_card_container_sidebar div.course-info a {
        padding: 5px 12px;
        height: 33px;
    }
}

@media screen and (max-width: 1251px) {
    body:not(.home) div.course_card_container_sidebar div.course-info h3 {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 1201px) {
    div.course_card_container_sidebar div.course-info h3 {
        font-size: 13px;
    }

    div.course_card_container_sidebar div.course-info a {
        font-size: 12px;
        padding: 0px 0px;
        height: 35px;
    }

    body:not(.home) div.course_card_container_sidebar div.course-card {
        padding-right: 0px;
    }

    body:not(.home) div.course-container {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1151px) {
    div.course_card_container_sidebar div.course-info h3 {
        width: auto;
    }

    body:not(.home) div.course_card_container_sidebar div.course-card img {
        margin-right: 10px;
    }

    body:not(.home) div.course-container {
        padding-left: 10px;
    }
}

@media screen and (max-width: 1100px) {
    div.course_card_container_sidebar div.course-info a {
        bottom: 5px;
    }

    div.course_card_container_sidebar div.course-info h3 {
        font-size: 13px;
    }
}

@media screen and (max-width:1024px) {
    div.course_card_container_sidebar div.course-info h3 {
        line-height: 1.2em;
    }

    div.course_card_container_sidebar div.course-info a {
        height: 30px;
    }

    div.course_card_container_sidebar div.course-info {
        margin-top: 2px;
    }
}

@media (max-width: 768px) {

    section#medtigo_community_home_import_sec,
    section#quiz_list_home_import_sec,
    section#connect_list_home_import_sec {
        margin-top: 50px;
    }

    #drugs-and-Conditions li.category-item a:before {
        top: 0;
        position: absolute;
        top: -5px;
        left: 0;
    }

    #drugs-and-Conditions li.category-item a {
        display: flex;
        align-items: self-start;
        position: relative;
        padding-left: 15px;
        height: 35px;
    }

    div.section_head_title_link h2.page_link {
        border-left: 0;
    }

    .news-list .news-item:first-child {
        display: flex !important;
    }

    #latest-news-section .news-container {
        flex-direction: column;
    }

    #latest-news-section .main-news {
        display: none !important;
    }

    #latest-news-section .news-list {
        flex: 1 1 100%;
        margin-right: 0;
        gap: 15px;
    }

    #latest-news-section .news-item {
        flex-direction: row;
        height: 90px;
        /* Fixed height to match image */
        padding: 8px;
        overflow: hidden;
        /* Prevent content overflow */
    }

    #latest-news-section .news-item img {
        position: relative;
        width: 120px !important;
        height: 90px !important;
        object-fit: cover;
        margin-right: 15px;
    }

    #latest-news-section .news-info {
        position: relative;
        left: 0;
        padding-left: 0;
        width: calc(100% - 135px) !important;
        height: 80px;
        /* Match image height */
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* Center content vertically */
    }

    #latest-news-section .news-info h4,
    #latest-news-section .main-news-info h3 {
        font-size: 14px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 6px;
        padding-left: 0;
        color: #333;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Limit to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #latest-news-section .news-info .date {
        font-size: 12px;
        color: #666;
        padding-left: 0;
    }

    #latest-news-section .header {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    section#homepage_top_slider section.has_eae_slider {
        margin-top: 30px;
    }
}



@media (max-width: 767px) {
    .home_slideshow_sec .row {
        display: block !important;
        padding: 20px 30px;
        --bs-gutter-x: 10.5rem !important;
    }
}



@media(max-width: 767px) {
    .home_slideshow_sec h2 {
        font-size: 15px !important;
        margin-bottom: 0px !important;
    }

    .literature_review h2 {
        font-size: 15px !important;
    }

    .home_slideshow_sec h2 a {
        font-size: 12px !important;
    }

    /* .container {
        padding: 20px !important;
    } */

    .literature_review {
        margin-top: 0px !important;
    }

    .literature_review .col.review_box {
        margin-bottom: 20px;
    }

    div.editors_sec .assistant_medical_div {
        padding-right: 0px !important;
        padding-left: 10px !important;
        margin-top: 20px;
    }

    .editors_sec .col-md-6 {
        border-right: unset !important;
    }
}


@media screen and (max-width: 768px) {
    div.display-breadcrumbs p#breadcrumbs {
        font-weight: 400 !important;
        color: #195C94 !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 12px !important;
        text-transform: capitalize !important;
    }

    div.display-breadcrumbs p#breadcrumbs a {
        font-weight: 400 !important;
        color: #195C94 !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 12px !important;
    }

    span.breadcrumb_last {
        font-family: 'Poppins', sans-serif !important;
        font-size: 12px !important;
    }

    div.news_post_content div.content-block-news div.elementor-widget-container {
        padding-left: 0px !important;
    }

    div.news_post_content div p,
    div.news_post_content div span {
        font-size: 16px !important;
    }

    div.group_related_posts div.post_details h3.post-title,
    div.group_related_posts div.post_details p.post-name-date {
        line-height: 18px;
        font-size: 12px !important;
    }

    #latest-news-section .main-news img.calender_img {
        width: 15px !important;
        height: 15px !important;
        margin: 0px;
    }

    #latest-news-section .main-news-info .date {
        color: #666;
        padding-left: 0;
        font-weight: 400;
        line-height: normal;
        margin: 0px;
    }
}


@media screen and (max-width: 1151px) {
    section#homepage_top_slider section .bdt-slide-desc.bdt-position-large.bdt-position-center.bdt-position-z-index {
        max-width: 1100px;
        margin-left: 30px !important;
        margin-right: 0px !important;
    }

    div.career_centeral_div_container_text div.career_img_div_text .career_central_thumbnail {
        width: 145px;
        height: 90px;
    }

    img.career_img_contain {
        width: 100%;
        height: 100%;
    }

    div.career_central_post_img_text h3.career_central_post_thumbnail {
        font-size: 14px;
    }

    section#career_centeral_section div.post_meta_date {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .course-info h3 {
        font-size: 15px;
    }

    .course-info p {
        font-size: 24px;
    }

    section#homepage_top_slider section .bdt-slide-desc.bdt-position-large.bdt-position-center.bdt-position-z-index {
        max-width: 875px;
        margin-left: 0px;
        width: unset !important;
        min-width: 875px;
        margin-right: 0px !important;
    }
}



/* Media Queries for Responsiveness */
@media (max-width: 1023px) {
    .course-container {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .course-info h3 {
        font-size: 15px;
    }

    .course-info p {
        font-size: 24px;
    }

    .bdt-slide-desc.bdt-position-large.bdt-position-center.bdt-position-z-index {
        width: 850px !important;
    }

    section#homepage_top_slider div.top_banner_slider div.swiper-container {
        height: 240px !important;
    }

    section#homepage_top_slider div.d-flex.slides_top {
        padding-bottom: 25px;
    }

    div.first_news_publish_date p.date {
        font-size: 14px !important;
    }

    div#latest-news-section div.news-info h4.sidebar_news_title,
    div#latest-news-section div.news-info h4.sidebar_news_title a {
        height: auto !important;
        line-height: 1;
        margin-bottom: 0px;
    }

    div#latest-news-section div.news-item div.sidebar_news_publish_date {
        margin-top: 5px !important;
    }
}

@media (max-width: 768px) {
    .course-container {
        padding: 15px;
    }

    .course-card img {
        width: 70px;
        height: 70px;
    }

    .course-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .course-info h3 {
        font-size: 16px;
    }

    .course-info p {
        font-size: 14px;
    }

    .course-card a {
        font-size: 12px;
        padding: 8px 10px;
    }

    /* Home page responsve */
    section#news_home_import_sec {
        margin-top: 20px;
    }

    div.homepage_section_left {
        padding-left: 15px;
    }

    #latest-news-section .news-item img {
        height: 100%;
        width: 248px;
    }

    #latest-news-section .news-item {
        height: 165px;
        align-items: start;
    }

    #latest-news-section .news-info h4 {
        padding-top: 0px;
        margin-top: 0px;
    }

    div#latest-news-section div.news-info {
        padding-top: 0px;
    }

    #latest-news-section .news-info p i.fa {
        display: none;
    }

    div#latest-news-section div.section_head_title_link {
        position: relative;
        z-index: 1;
        justify-content: space-between;
        width: 100%;
    }

    div#latest-news-section div.section_head_title_link:before {
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        border: 0.5px solid #000;
        bottom: -10px;
    }

    section#clinical_home_import_sec div.section_head_title_link {
        position: relative;
        z-index: 1;
        justify-content: space-between;
    }

    section#clinical_home_import_sec div.section_head_title_link:before {
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        border: 0.5px solid #000;
        bottom: -10px;
    }

    section#clinical_post_section .clinical_post_img_text span.post_category_name {
        display: none;
    }

    section#clinical_post_section .clinical_post_img_text .clinical_post__content_wrap {
        background-color: transparent;
        padding-top: 0px;
        box-shadow: unset;
        position: unset;
        padding: 0px;
    }

    section#clinical_post_section .clinical_post_img_text {
        background-color: transparent;
        align-items: unset;
    }

    section#clinical_post_section .clinical_post_img_text a img,
    section#clinical_post_section .clinical_post_img_text a {
        width: 248px;
        height: 163px;
    }

    section#clinical_post_section .clinical_post_img_text .clinical_post__content_wrap {
        padding-left: 25px;
    }

    section#clinical_post_section .clinical_post_img_text span.date_text i {
        display: none;
    }

    section#career_centeral_section div.section_head_title_link {
        position: relative;
        z-index: 1;
        justify-content: space-between;
    }

    section#career_centeral_section div.section_head_title_link:before {
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        border: 0.5px solid #fff;
        bottom: 0px;
        left: 0;
        right: 0;
    }

    div#career_centeral_div_container {
        padding-top: 10px;
    }

    #drugs-and-Conditions {
        margin: 0px !important;
        max-width: 100% !important;
    }

    #drugs-and-Conditions .category-list {
        list-style-type: none;
        padding: 0px;
    }

    #drugs-and-Conditions .tab-content {
        margin-left: 0px !important;
        margin-right: 0px !important;
        max-width: 100%;

    }

    #drugs-and-Conditions .tab-content .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    #drugs-and-Conditions .category-item a {
        font-size: 12px !important;
    }

    div#stay_connected_contains {
        text-align: center;
    }

    #latest-news-section div#main-news {
        display: flex !important;
        flex: unset !important;
    }

    #latest-news-section .main-news img {
        position: relative;
        width: 120px !important;
        height: 90px !important;
        object-fit: cover;
        margin-right: 15px;
        max-width: unset;
    }

    #latest-news-section .main-news-info {
        display: block;
        position: unset;
        background-color: transparent;
    }

    #latest-news-section .main-news img {
        width: 164px !important;
    }

    #latest-news-section .main-news-info a {
        color: #000 !important;
        font-size: 14px;
        line-height: normal !important;
    }

    #latest-news-section .main-news-info-content-section {
        padding-top: 0px;
        padding-right: 0px;
    }

    #latest-news-section p.first_news_publish_date span {
        color: #666;
    }

    p.first_news_publish_date i {
        display: none;
    }

    p.first_news_publish_date span {
        color: #666 !important;
    }

    #latest-news-section .main-news-info p {
        margin: 0px;
    }

    #latest-news-section .news-item {
        height: auto;
    }

    div.homepage_section_left {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home_slideshow_sec h2 {
        font-size: 22px !important;
    }

    section#clinical_post_section .clinical_post_img_text a img {
        height: 100%;
        width: 100%;
    }

    section#clinical_post_section .clinical_post__thumbnail {
        width: 164px !important;
        height: 108px;
        overflow: hidden;
    }

    section#clinical_post_section .clinical_post_img_text {}

    section#clinical_post_section .clinical_post_img_text h3.clinical_post__thumbnail a {
        font-size: 14px;
    }

    section#clinical_post_section .clinical_post_img_text h3.clinical_post__thumbnail {
        margin: 0px;
        padding: 0px;
        height: auto;
        width: 100%;
    }

    #latest-news-section .news-item img {
        width: 164px !important;
    }

    #latest-news-section .main-news {
        margin-right: 0px;
    }

    div#latest-news-section div.news-info {
        padding-right: 0px;
    }

    section#clinical_post_section h3.clinical_post__thumbnail {
        width: 100% !important;
    }

    img.career_img_contain {
        width: 185px !important;
    }

    #latest-news-section .news-item {
        padding-left: 0px;
    }

    #latest-news-section .news-item img {
        width: 158px !important;
        height: 112px !important;
    }

    div#latest-news-section div.news-info {
        padding-left: 30px;
    }

    section#quiz_list_home_import_sec div.section_head_title_link {
        justify-content: space-between;
    }

    section#clinical_post_section .clinical_post_img_text {
        height: auto;
    }

    div.homepage_section_right {
        padding-left: 15px;
    }



    div.career_central_post_img_text h3.career_central_post_thumbnail a,
    section#career_centeral_section div.post_meta_date span {
        font-size: 14px;
    }

    section#career_centeral_section {
        position: relative;
    }

    section#career_centeral_section:before {
        content: "";
        width: 106%;
        height: 100%;
        background-color: #1C5186;
        position: absolute;
        left: -3%;
        right: 0;
        z-index: -1;
    }

    section#career_centeral_section {}

    section#career_centeral_section div div.career_central_post_img_text {
        padding-left: 0px;
    }

    section#career_centeral_section div div.career_central_post_img_text div.career_img_div {
        padding-right: 0px;
    }

    section#career_centeral_section div.section_head_title_link {
        padding-left: 0px;
    }

    h2.slide_show_title_h2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #latest-news-section div#main-news {
        margin-bottom: 20px;
    }

    #latest-news-section .main-news img {
        width: 158px !important;
        height: 112px !important;
    }

    div#latest-news-section div#main-news:has(.img_loader_medtigo) {
        display: block !important;
    }

    div.main-news_loader,
    div.news-list_loader {
        height: 175px;
    }

    #latest-news-section div.main-news_loader img.img_loader_buffer {
        width: 50px !important;
        height: 50px !important;
    }


    /* case report responsove */
    div.case_report_main_div {
        padding: 15px;
    }

    .case_report_thumbnail {
        width: 150px;
        height: 125px;
    }

    div.case_report_main_div div.case_report_main_div_img_text {
        grid-template-columns: 150px auto !important;
        gap: 10px !important;

    }

    .case_report_main_div_img_text {}

    span.case_report_post_category_name {
        font-size: 12px;
    }

    div.case_report_main_div span.date_text {
        font-size: 12px;
    }

    div.case_report_main_div div.case_report_main_div_img_text div.case_report_content_wrap .post_meta_date {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    /* span.case_report_post_category_name {
        padding: 10px;
        padding-right: 0px;
    }

    div.case_report_main_div span.date_text {
        padding: 10px;
    } */

    div.case_report_content_wrap h3.case_report_title,
    div.case_report_content_wrap h3.case_report_title a {
        font-size: 14px !important;
    }

    p.case_report_short_content {
        display: none;
    }

    div.case_report_main_div {
        height: auto;
    }

    div.case_report_main_div div.case_report_main_div_img_text div.case_report_content_wrap {
        padding: 0px;
    }

    span.case_report_post_category_name,
    div.case_report_main_div span.date_text {
        padding: 5px;
    }

    a.readmore_casereport {
        font-size: 14px;
    }

    /* DATE */

    div.post_meta_date p.date_text {
        padding: 5px;
    }

    div.post_meta_date p.date_text p.date_text_p {
        font-size: 12px;
    }

    div.post_meta_date p.date_text img.calender_img {
        width: 15px;
    }


    div.date_text {
        padding: 5px;
    }

    div.date_text p.post_date_p {
        font-size: 13px !important;
    }

    div.date_text img.calender_img {
        width: 14px;
    }

    div.case_report_content_wrap h3.case_report_title,
    div.case_report_content_wrap h3.case_report_title a {
        margin-top: 10px;
    }

    div.case_report_main_div div.case_report_main_div_img_text {
        padding-bottom: 0px;
    }

    #latest-news-section .news-item div.sidebar_news_publish_date img {
        width: 15px !important;
        height: 15px !important;
    }

    section#clinical_post_section div.case_report_main_div {
        padding: 15px;
    }
}

@media screen and (max-width: 515px) {
    .career_centeral_div_container_text {
        display: block;
    }

    div.career_centeral_div_container_text div.career_img_div_text {
        display: flex;
    }

    div.career_centeral_div_container_text div.career_img_div_text .career_central_thumbnail {
        width: 165px;
    }

    div.advisory_board_div,
    div.assistant_medical_div {
        padding-left: 25px !important;
    }

    div.editors_sec div.assistant_medical_div {
        padding-left: 25px !important;
    }

    div.literature_review div.row {
        display: block !important;
    }
}

@media (max-width: 480px) {
    .course-container {
        padding: 10px;
    }

    .course-card img {
        width: 60px;
        height: 60px;
    }

    .course-info h3 {
        font-size: 14px;
    }

    .course-info p {
        font-size: 12px;
    }

    .course-card a {
        font-size: 10px;
        padding: 6px 8px;
    }
}


@media(min-width: 768px) and (max-width: 1400px) {
    .popup {
        width: 50% !important;
    }

    .percent_off img {
        width: 130% !important;
    }

    #closeBtn {
        padding-right: 0px !important;
        margin-right: -52px;
    }
}

.popup {
    width: 50%;
}

@media(min-width: 1400px) {
    #popup .certfications_img {
        /* margin-bottom: 20px; */
    }
}



@media(max-width: 767px) {
    #popup img {
        width: 170%;
        margin-left: -70px;
        max-width: 200%;
    }
}


@media(max-width: 767px) {
    #popup img {
        width: 100% !important;
        margin-left: 0px !important;
        max-width: 200%;
    }

    .popup {
        width: 85% !important;
        margin-left: 0px !important;
    }

    .desktop_pop_sevn {
        display: none !important;
    }

    .mobile_pop_sevn {
        display: block !important;
    }

    .certfications_img {
        display: none !important;
    }
}