/* CSS Document */
/*
font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Sofia+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600&display=swap");
@font-face {
    font-family: "Samsung Sharp Sans Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Samsung Sharp Sans Regular"),
    url("fonts/samsungsharpsans.woff") format("woff");
}

@font-face {
    font-family: "Samsung Sharp Sans Medium";
    font-style: normal;
    font-weight: normal;
    src: local("Samsung Sharp Sans Medium"),
    url("fonts/samsungsharpsans-medium.woff") format("woff");
}

@font-face {
    font-family: "Samsung Sharp Sans Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Samsung Sharp Sans Bold"),
    url("fonts/samsungsharpsans-bold.woff") format("woff");
}
body {
    color: #333333;
    font-size: 1rem;
    font-family: "Samsung Sharp Sans Regular";
}

h1,
h2,
h3,
h4,
h5 {    color: #1b8fc9;    font-weight: 800;    font-family: "Samsung Sharp Sans Bold";    text-align: center;
}
.title_light {
    font-family: "Samsung Sharp Sans Regular";
    color: #555555;
}

strong {
    font-weight: 700;
    font-size: 18px;
    font-family: "Samsung Sharp Sans Regular";
}

a {
    text-decoration: none;
    color: #6d00ff;
}
a:hover {
    text-decoration: none;
    color: #333333;
}
a:visited {
    text-decoration: none;
}
a:focus,
a:hover {
    text-decoration: none;
}

:root {
    --def-padding: 2.5rem;
    --blue-color: #00458a;
}

.internal-medicine-logo-inner {
    display: none;
}
.navbar-toggler-icon {
    background-image: url("../images/menu-icon.png");
}

.page {}

.menu-area {
    padding: 0.5rem 0;
    background-color: #1b90cb;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu-area.sticky {
    padding: 0.5rem 0;
    background-color: #1b90cb;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.05);
}

.navbar {
    padding: 0;
}

.navbar-toggler {
    /*border:1px solid #ffa200;*/
    border-radius: 0px;
}

.menu-area .bg-light {
    background-color: transparent !important;
    margin-left: 1rem;
}
.menu-area .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    border: 1px solid transparent;
    font-size: 23px;
    font-family: "Sofia Sans Condensed", sans-serif;
}
.menu-area .navbar-light .navbar-nav .nav-link:hover {
    color: #c10c1b;
}
.menu-area .navbar-nav .nav-item.active a {
    color: #c10c1b;
}

/*.menu-area .navbar-expand-lg .navbar-nav .nav-link 		{padding-left: 0.7rem; padding-right: 0.7rem;}*/

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: #c10c1b;
    border-radius: 0.25rem;
}

.line-b h3 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.line-b img {
    width: 3%;
    margin-top: -10px;
}

.internal-medicine-logo {
    width: 180px;
    position: absolute;
    top: 16px;
}

.banner-area {
    position: relative;
    width: 100%;
    background-color: #f8f8f8;
    margin-top: 85px;}
.banner-area .banner-text {
    position: absolute;
    bottom: 20%;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.banner-area .banner-text .line-a {
    font-size: 70px;
    font-weight: 500;
    color: #ffffff;
    line-height: normal;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.banner-area .banner-text .line-a span {
    display: block;
    font-size: 40px;
    font-weight: 300;
}
.banner-area .banner-text .line-b {
    font-size: 200%;
    color: #ffffff;
    margin-bottom: 1rem;
}
.banner-area .banner-text .line-c {}

.date-box {
    border: 2px solid #b5b5b5;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    margin-bottom: 22px;
}
.date-box .date {
    color: var(--white-color);
    border-bottom: 1px solid #b5b5b5;
    padding: 0 25px 6px 25px;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 100;
}
span.month {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.conf-icon {
    font-size: 25px;
    font-weight: 300;
}

.row.grid-divide [class*="col-"]:not(:last-child):after {
    background: #a0c6ec;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}
.gap-conf-date {
    border-right: 1px solid #fff;
    padding: 50px;
    display: grid;
}
.gap-conf-date-1 {
    padding: 50px;
    display: grid;
}

.video-icon {
    color: #fff;
    margin-right: 10px;
}

.shape-line {
    position: absolute;
    right: 0;
}

.animate-charcter {
    text-transform: uppercase;    /*background-image: linear-gradient(-225deg,#2a2a29 0%,#f3d605 29%,#121066 67%,#0b2804 100%);background-size: auto auto;background-clip: border-box;background-size: 200% auto;color: #fff;background-clip: text;text-fill-color: transparent;-webkit-background-clip: text;-webkit-text-fill-color: transparent;animation: textclip 10s linear infinite;display: inline-block;*/
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.webinar-img {
    width: 20%;
}
.webinar-icon {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}
.webinar-icon {
    cursor: pointer;
}
.webinar-icon p {
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
}
.webinar-icon div {
    width: 210px;
    height: 210px;
    padding: 9px;
    transform: skewX(0deg);
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    margin: -3% 0 0 -3%;
}
.webinar-icon div span {
    width: 100%;
    height: 100%;
    display: block;
    animation: rotation360 3s linear infinite;
}
.webinar-icon div span img {
    width: 100%;
}
@keyframes rotation360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.webinar-icon:hover {
    transform: translate(5px, 5px);
}

/*.coming-soon-section {position: relative;margin-top: 0px;z-index: 2;text-align: right;}
.auto-container      {position: static;max-width: 1500px;padding: 0px 15px;margin: 0 auto;}
.coming-soon-section .outer-container {position: relative;display: block;background-color: #ffc600;text-align: left;}
.coming-soon-section .title-column {position: relative;float: left;width: 50%;}
.coming-soon-section .title-column .inner-column {position: relative;padding: 40px 90px;}
.coming-soon-section .title-column .inner-column:before {position: absolute;right: 85px;top: 40px;height: 110px;width: 3px;background-image: url(../images/icons/border1.png);content: "";}
.coming-soon-section h3 {position: relative;display: block;font-size: 40px;line-height:50px;color: #212639;font-weight: 600;font-family: 'Poppins', sans-serif;}
.coming-soon-section .timer-column {position: relative;float: right;width: 50%;}
.coming-soon-section .timer-column .inner-column {position: relative;float: right;padding: 0 50px;}*/

.lgx-inner-countdown {
    background: #11498f;
    display: flex;
}
.lgx-inner-countdown .countdown-left-info {
    background: #ffb320;
    width: 30%;
    text-align: center;
    padding: 4.2rem 1rem;
}
.lgx-inner-countdown .countdown-left-info .title {
    margin-top: 0;
    font-weight: 700;
}
.lgx-inner-countdown .countdown-left-info .subtitle {
    font-weight: 400;
    margin-bottom: 0;
}
.lgx-inner-countdown .countdown-right {
    text-align: center;
    margin: 1rem auto 0;
}

.count-down {
    text-align: center;
    display: inline-flex;
    margin-top: 0rem;
}
.count-div {
    width: 200px;
}
ul#example li {
    height: 150px;
    border: 0px;
}
ul#example li span {
    font-size: 80px;
    line-height: 80px;
    color: #fff;    /*background: linear-gradient(97.14deg, #7579FF 7.11%, #B224EF 97.04%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;*/
}
ul#example li {
    height: 150px !important;
    padding-top: 30px !important;
}
ul#example li p {
    font-size: 21px;
    padding: 15px 0px 15px 0px;
}
.count-div {
    width: 80px !important;
    background-color: #dfdfdf;
    border-radius: 100px;
    height: 80px;
}
ul#example li span {
    font-size: 30px !important;
    line-height: 40px !important;
    margin-top: 10px;
    font-weight: 700 !important;
}
ul#example li p {
    color: #000 !important;
    font-weight: 600;
}
span.days {
    color: #000 !important;
}
.timer-column {
    position: absolute;
    bottom: -2rem;
    left: 15rem;
    bottom: -1rem;
}
ul#example li p {
    font-size: 11px !important;
    font-weight: 700;
}

.mobile-slide {
    display: none !important;
}

.top-mobile-section-div {
    display: none;
}
.register-section {
    padding-top: var(--def-padding);
    padding-bottom: var(--def-padding);
    scroll-margin-top: 85px;
    background-size: contain;
    background-color: #f7f7f7;
    text-align: left;
    font-weight: 700;
}
.register-section h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1b8fc9;
    margin-bottom: 2.55rem;
    text-align: center;
}
.register-input {
    font-size: 13px;
    height: 40px;
}
.chairman-section {
    padding-top: var(--def-padding);
    padding-bottom: var(--def-padding);
    background-image: url("../images/chairperson-background.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
.chairman-back {
    position: absolute;
    right: 0;
    width: 45%;
    opacity: 0.3;
}
.chair-area {}
.chairman-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}
.chairman-section h5,
.chairman-section h6 {
    color: #fff;
}
.chairman-section p {
    font-size: 1.1em;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
}
.chairman-section h5 {
    font-weight: 700 !important;
    font-size: 25px;
    text-align: left;
}

.chairman-section-1 {
    padding-top: var(--def-padding);
    padding-bottom: var(--def-padding);
    background-color: #eef0f2;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.chairman-section-1 h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.chairman-section-1 p {
    font-size: 1.1em;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
}
.chairman-section-1 h5 {
    font-weight: 700 !important;
    font-size: 25px;
}

.chairman-section-mobile {
    display: none;
}

/*.committee-area						{padding-top: var(--def-padding); padding-bottom: var(--def-padding);}*/

h2.conf-organizer {
    font-weight: 500;
    font-size: 35px;
    color: #221638;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.organizer-img h4 {
    font-weight: 500;
    font-size: 21px;
    color: #0b1f8f;
}
.organizer-img h5 {
    font-weight: 500;
    color: #f14b59;
    font-size: 18px;
}

.top-area {
    padding-top: var(--tb-padding);
    padding-bottom: var(--tb-padding);
}
.top-area-block {
    padding: 5rem 2rem;
    height: 100%;
}
.top-area-block .line-a {
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 200%;
    font-weight: 500;
    text-transform: uppercase;
}
.top-area-block .line-b {
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 150%;
    font-weight: 500;
    text-transform: uppercase;
}
.top-area-block .line-c {
    margin-bottom: 0rem;
    color: #ffffff;
    font-size: 100%;
}

.top-area-block-a {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url("../images/auditorium.jpg");
}
.top-area-block-b {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url("../images/medical-exhibition1.jpg");
}
.btn-360 {
    color: #fff;
    border: 1px solid #fff;
}
.btn-360:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #9d0718;
}

.cme {
    width: 15%;
    position: absolute;
    right: 0;
    top: -20px;
}
.banner-area .banner-text .line-a span {
    margin-bottom: 2rem;
}

.register-now-area {
    background: #eef0f2;
}
.register-now-area button {
    cursor: pointer;
    padding: 0.8em 4.15em;
    font-size: 1rem;
    font-family: 'Samsung Sharp Sans Medium', serif;
    color: white;
    border: none;
    border-radius: 30px;
    background-color: #FD0307;
    transition: all 0.2s;
    &:hover,
    &:focus {
        background: linear-gradient(
                0deg,
                #FD0307 0%,
                #FD0307 100%
        );
        box-shadow: 0 0 0 4px white, 0 0 0 8px #FD0307;
        outline: 0;
    }
}
.vertical-rectangle {
    width: 200px;
    height: 310px;
    object-fit: cover;
    object-position: center;
    border: 3px solid white;
    border-radius: 100px; /* Half of the width */
    /*border-top-left-radius: 50%;*/
    /*border-top-right-radius: 50%;*/
    /*border-bottom-left-radius: 50%;*/
    /*border-bottom-right-radius: 50%;*/
}
.speaker-block .image-box-speakers {
    position: relative !important;
    padding: 4px !important;
    background-color: #00000 !important;
    overflow: hidden !important;
}

.speakers-area .nav-item-tab {
    border-bottom: 1px solid #ce1126;
}
.speakers-area .nav-pills .nav-link {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    font-size: 18px;
    font-family: "Titillium Web", sans-serif;
}
.speakers-area .nav-pills .nav-link.active {
    font-size: 18px;
    color: #fff;
    text-align: left;
    background-color: #00bfeb;
    width: 100%;
}
.speakers-area .nav-link:hover {
    background-color: #657376;
    color: #fff;
    width: 100%;
}
.speakers-area .nav-item {
    border-bottom: 1px solid #ce1126;
    width: 100%;
}
.nav-link i {
    /*position: absolute;left: 5%;top: 5%;z-index: 1;*/
    font-size: 200%;
    color: rgb(255 252 252 / 12%);
}

.speakers-area {
    padding-top: var(--def-padding);
    padding-bottom: var(--def-padding);    /*background-image: url("../images/speakers-back.png");background-repeat: no-repeat;background-size: cover;*/
    background-color: #fff;
}
.registration-section h1 {}
.speakers-area h1 {
    font-weight: 500;
    font-size: 60px;
    color: #1b8fc9;
    font-family: "Sofia Sans Condensed", sans-serif !important;
    margin-bottom: 1rem;
    text-transform: uppercase;
    text-align: center;
}

span.designation {}

.speaker-block {
    position: relative;    /*margin-bottom: 40px;*/
}
.speaker-block .inner-box {
    position: relative;
}
.speaker-block .image-box {
    position: relative;
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.15);
    overflow: hidden;
}
.speaker-block .image-box .image:after,
.speaker-block .image-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #fff;
    content: "";
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.speaker-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.speaker-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}
.speaker-block .social-links {
    position: absolute;
    left: 0;
    bottom: -140px;
    padding: 20px;
    width: 100%;
    z-index: 9;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.speaker-block .social-links ul {
    position: relative;
    padding: 5px 0px;
    text-align: center;
    background-color: rgba(68, 68, 68, 0.8);
}
.speaker-block .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 9px;
}
.speaker-block .social-links li a {
    position: relative;
    display: block;
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-block .image-box .image:after {
    opacity: 0.4;
    z-index: 1;
    top: auto;
    bottom: 0;
    background-color: #5c5a5a;
}
.speaker-block .image-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #ffffff;
    content: "";
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.speaker-block .caption-box {
    position: relative;
    padding-top: 5px;
}
.speaker-block .caption-box .name {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 10px;
}
.speaker-block .caption-box .name a {
    color: #000;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Sofia Sans Condensed", sans-serif;
}
.speaker-block .caption-box .designation {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 26px;
    color: #ce1126;
    font-weight: 400;
    font-family: "Sofia Sans Condensed", sans-serif;
}
.speaker-block .inner-box:hover .image-box .image:after,
.speaker-block .inner-box:hover .image-box:before {
    height: 100%;
}
.speaker-block .inner-box:hover .social-links {
    bottom: 0;
}
ul.program_tab-header {
    display: grid;
    grid-gap: 1rem;
    justify-content: center;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    padding: 0px;
}

ul.program_tab-header li {
    width: 100%;
    padding: 8px 10px;
    text-align: center;
    cursor: pointer;
    display: block;
    border: 1px solid #ccc;
    border-radius: 25px;
    background: #f8fbfb;
}

ul.program_tab-header li.active {
    background: #1b8fc9;
    color: #fff;
    border: 1px transparent;
}
ul.program_tab-header li.active .count,
ul.program_tab-header li.active .week,
ul.program_tab-header li.active .date {
    color: #fff;
}
ul.program_tab-header li .count {
    font-family: "Samsung Sharp Sans Bold";
    font-size: 3.75rem;
    font-weight: 700;
    color: #999997;
    display: block;
    margin: 5px 0 0px;
}
ul.program_tab-header li .week {
    display: block;
    font-size: 1rem;
    color: #222;
    font-weight: 800;
    text-transform: uppercase;
    padding: 2px 0px 0px;
}
ul.program_tab-header li .date {
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 400;
    color: #999997;
    margin: 0px;
}
.schedule-section {
    padding-top: var(--def-padding);
    padding-bottom: var(--def-padding);
    background-image: url("../images/spnsors-background.jpg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: top center;
}
/*.schedule-section:before {position: absolute;left: 0;top: 0;height: 100%;width: 100%;content: "";}*/

.schedule-session-name h2 {
    color: #f14b59;
}
span.schedule-day-date {
    color: #000;
    font-weight: 300;
    font-size: 25px;
}
span.schedule-topic {
    color: #221638;
    font-weight: 300;
}
.schedule-session-name h2 {
    line-height: 50px;
    font-weight: 300;
}
.schedule-section h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1b8fc9;
    margin-bottom: 2.55rem;
    text-align: center;
}
.schedule-block {
    position: relative;
    padding: 5px;
    margin-bottom: 0px;
    background-color: #dfe1e3;
}
.schedule-block:hover:before {
    height: 100%;
    top: 0;
}
.schedule-block:before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 0;
    width: 100%;
    content: "";
    background: rgb(241, 75, 89);
    background: -moz-linear-gradient(left,
    rgba(241, 75, 89, 1) 0%,
    rgba(69, 74, 180, 1) 50%,
    rgba(255, 162, 0, 1) 100%);
    background: -webkit-linear-gradient(left,
    rgba(241, 75, 89, 1) 0%,
    rgba(69, 74, 180, 1) 50%,
    rgba(255, 162, 0, 1) 100%);
    background: linear-gradient(to right,
    rgba(241, 75, 89, 1) 0%,
    rgba(69, 74, 180, 1) 50%,
    rgba(255, 162, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f14b59', endColorstr='#ffa200', GradientType=1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.schedule-block .inner-box {
    position: relative;
    padding: 20px 35px 25px;
    padding-left: 135px;
    background-color: #ffffff;
}
.schedule-block .thumbs-box {
    position: absolute;
    left: 7px;
    top: 5px;
    height: 115px;
    width: 110px;
    border-radius: 00%;
    overflow: hidden;
}
.schedule-block .thumbs-box img {
    display: block;
    width: 100%;
    height: auto;
}
.schedule-block .content-box {
    position: relative;
    float: left;
    max-width: 750px;
}
.schedule-block .date {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #212639;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Sofia Sans Condensed", sans-serif;
}
.schedule-block .date .icon {
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #f14b59;
    margin-right: 10px;
}
.schedule-block h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1em;
    color: #212639;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: "Sofia Sans Condensed", sans-serif;
}
.schedule-block h4 a {
    color: #212639;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.schedule-block .text {
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 15px;
}
.schedule-block .schedule-info {
    position: relative;
    padding-left: 0rem;
    float: right;
}
.schedule-block .schedule-info li {
    position: relative;
    float: left;
    margin-right: 10px;
    padding-right: 0.5px;
    font-size: 18px;
    line-height: 30px;
    color: #212639;
    font-weight: 600;    /*border-right: 2px dashed #f14b59;*/
    list-style: none;
    font-family: "Sofia Sans Condensed", sans-serif;
}
.schedule-block .schedule-info li span {
    color: #848484;
}
.schedule-block .schedule-info li a {
    color: #f14b59;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.schedule-block .btn-box {
    position: relative;
    float: right;
    padding-top: 80px;
}
.schedule-block .btn-box a {
    padding: 14px 40px;
    line-height: 20px;
    font-size: 15px;
}
.sponsors-section {
    padding-top: var(--def-padding);
    padding-bottom: var(--def-padding);
    /*background-image: url("../images/sponsors-back.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;background-position: top center;*/
    background-color: #fff;
}
.col-sponsors-section h5 {}
.sponsors-list {
    overflow: hidden;
    padding-left: 0rem !important;
}
.sponsors-list li {
    width: 20%;
    padding: 5px;
    display: inline-block;
}
.sponsors-list li img {
    width: 100%;
}
.col-sponsors-section h5 {
    color: #333;
    font-weight: 500;
}
.col-sponsors-section img {
    -webkit-transition: all 0.6s;
    cursor: pointer;
    border: 1px solid #ccc;
}
.col-sponsors-section img:hover {
    transform: scale(1.1);
}
.col-sponsors-section {
    padding-bottom: 2rem;
}
.registration-section {
    padding-top: var(--def-padding);
    padding-bottom: var(--def-padding);
    background-image: url("../images/hospital-background 2024.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-color: #1b8fc9;
}
.registration-section h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2.55rem;
    text-align: center;
}
.registration-wrap .form-select {}
.registration-wrap .form-control {}
.registration-wrap .form-floating>label {
    color: #000000;
}
.registration-wrap h5 span {
    color: #ff0000;
    font-weight: 500 !important;
}
ul.unstyled-pay {
    list-style: none;
    padding-left: 0rem;
}
.form-label-pay {
    font-size: 25px;
    text-transform: uppercase;
    color: #221638;
}
.registration-section h5 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #221638;
    padding: 5px;
}
.register-btn .btn {
    background: linear-gradient(97.14deg, #ce1126 7.11%, #ce1126 97.04%);
    border: 0px;
    color: #fff;
    border-radius: 0px;
}
.contact-info-bar h4 {
    font-weight: 400;
    color: #221638;
    font-size: 20px;
    margin-top: 1rem;
}
.contact-info-bar a {
    color: #221638 !important;
}
.rights {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #1b8fc9;
}
.rights p,
.rights p a {
    padding-bottom: 0rem;
    font-size: 16px;
    color: var(--white-color);
    opacity: 0.8;
    color: #fff;
    margin-bottom: 0rem;
}
.rights p a:hover {
    opacity: 1;
}
p.copyright {
    float: left;
}
p.designed {
    float: right;
}
.statistics-section {
    background-color: #1b8fc9;
    padding: 4rem 0;
}
.statistics-section .counter-wrap {
    padding: 0rem 0rem 0rem;
    text-align: center;
}
.statistics-section .counter-wrap h1 {
    font-size: 6rem;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    display: inline-block;
}
.statistics-section .counter-wrap span {
    line-height: normal;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.counter-wrap img {
    width: 0%;
}

.panel-1 {
    background-image: url("../images/medical-exhibition.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 10px 10px 10px;
    padding-top: 5rem;
    padding-bottom: 3rem;
    border-left: 3px solid #ef4d5b;
    border-right: 3px solid #892181;
    border-top: 3px solid #ef4d5b;
    border-bottom: 3px solid #892181;
}
.panel-1 h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 38px;
    font-weight: 500;
}
.panel-1 a {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}
.panel-1 {
    height: 400px;
}
.panel-1 img {
    width: 15%;
}
.panel-1 a {
    line-height: 200px;
    color: #fff;
    font-size: 20px;
}
.panel-2 {
    background-image: url("../images/poster-presentation-back.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 10px 10px 10px;
    padding-top: 5rem;
    padding-bottom: 3rem;
    border-left: 3px solid #ef4d5b;
    border-right: 3px solid #892181;
    border-top: 3px solid #ef4d5b;
    border-bottom: 3px solid #892181;
}
.panel-2 h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 38px;
    font-weight: 500;
}
.panel-2 a {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}
.panel-2 {
    height: 400px;
}
.panel-2 img {
    width: 15%;
}
.panel-2 a {
    line-height: 200px;
    color: #fff;
    font-size: 20px;    /*border:1px solid #fff;border-top-left-radius: 20px;border-bottom-right-radius: 20px;padding:15px;background-color:#000000d6;*/
}

.registration-method {
    background: #f1f5f9;
    padding: 15px;
    border-radius: 3px;
    margin: 0px 0 15px 0;
}
.registration-method h3 {
    font-size: 22px;
    padding-top: 0px;
}
.registration-method .unstyled li {
    display: block;
    margin: 0px;
}
.registration-method .unstyled .styled-checkbox+label::before {
    float: left;
}
.registration-method .unstyled label {
    display: block;
    position: relative;
    z-index: 1;
}
.registration-method .unstyled .styled-checkbox+label .registration-div {
    margin: 0 50px 0 40px;
}
.registration-div h4 {
    padding: 0px;
    font-size: 18px;
    color: #000 !important;
}
.registration-method h4 {
    color: #05317a;
    text-transform: none;
    padding-bottom: 2rem;
    font-weight: 600;
}
.registration-div p {
    padding-top: 0px;
    padding-bottom: 15px;
}
.registration-amount {
    position: absolute;
    top: 5%;
    right: 0px;
    float: right;
    font-weight: bold;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
}
.registration-method ul li:last-child p {
    padding-bottom: 0px;
}
.registration-method li {
    padding-bottom: 1rem;
}

.form-check-cme {
    margin-bottom: 1rem;
}
.cme-row {
    margin-top: -0.5rem;
    background-color: #e3e3e3;
    padding: 20px;
}
.cme-row span {
    display: block;
    color: #221638;
    font-weight: 500;
}
span.title {
    color: #f14b59;
    font-weight: 400;
}

.amount-main {
    background: #05317a;    /*padding: 10px 0px 0px 0px;*/
    border-radius: 3px;    /*margin: 15px 0;*/
}
.grand-total {
    float: left;
    padding-top: 5px;
    font-size: 19px;
    font-weight: 500;
    padding-left: 10px;
}
.grand-total h5 {
    color: #fff;
}
.item-detail h5 {
    color: #fff;
}
.item-detail {
    text-align: right;
    padding-right: 10px;
    font-size: 19px;
    font-weight: 500;
    padding-top: 5px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
}
.styled-checkbox+label:before {
    content: "";
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 1px;
    display: inline-block;
    vertical-align: bottom;
    width: 28px;
    height: 28px;
    background: #fff;
    box-shadow: 0 0 0 1px #ced4da;
}
.styled-checkbox:hover+label:before {
    background: #05317a;
    box-shadow: 0 0 0 1px #05317a;
}
.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 1px #05317a;
}
.styled-checkbox:checked+label:before {
    background: #05317a;
    box-shadow: 0 0 0 1px #05317a;
}
.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked+label:after {
    content: "✓";
    position: absolute;
    left: 8px;
    top: 0px;
    background: none;
    width: 2px;
    height: 2px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
/*.checkbox .styled-checkbox:checked + label:after {content:"";width:23px;height:23px;left:3px;top:3px;bottom:3px;right:3px;background:#c9b87a}*/

.checkbox .styled-checkbox+label:before {
    border-radius: 0%;
}
:root {
    scroll-behavior: auto;
}

/* ===== PRELOADER ===== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}
#status {
    width: 128px;
    height: 132px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../images/loading-new.gif");
    background-repeat: no-repeat;
    background-position: center center;
    margin: -32px 0 0 -32px;
}

.schedule-section-mobile .nav-pills {
    margin: 0 auto;
    display: grid;
    gap: 0.2rem;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}
.schedule-section-mobile .nav-pills .nav-link {
    width: 100%;
    display: block;
    height: 100%;
}
.doctor_card {
    width: 100%;
    padding: 20px 20px 20px;
    border-radius: 20px;
    margin: 15px 0px;
    background-color: #eff0f2;
    border: 1px solid #ccc;
}
.doctor_card p {
    font-weight: 500;
}
.doctor_card .doctor_details-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.doctor_card .doctor_details-row span {
    text-transform: capitalize;
}
.doctor_card .doctor_details-row .user_pic {
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 70%;
    border: 3px solid #2293d5;
    margin-right: 20px;
}
.user_pic img {
    width: 110px;
}
.doctor_card .doctor_details-row .name {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1b8fc9;
    margin-bottom: 0.1rem;
    max-width: 100%;
    text-align: left;
}
.doctor_card .doctor_details-row .auth_label {
    display: inline-block;
    background: #1b8fc9;
    color: #fff;
    border-radius: 20px;
    margin-top: 4px;
    padding: 0px 15px;
    font-size: 1rem;
    font-weight: 400;
}
.doctor_card .doctor_details-row .auth_label a {
    color: #fff;
}
.doctor_card .doctor_details-row .time {
    display: block;
    font-size: 1rem;
    color: #1b8fc9;
    font-weight: 700;
    margin-top: 15px;
}
.doctor_details-row .time .icon {
    margin-right: 4px;
    font-size: 0.85rem;
}
.doctor_card .center_content {
    flex-direction: column;
    text-align: center;
}
.doctor_card .center_content .name {
    max-width: 100%;
    text-align: center;
}
.doctor_card .center_content .user_pic {
    margin-right: 0px;
}
.doctor_card .center_content .time {
    color: #545555;
}
.doctor_card p {
    margin-top: 5px;
    margin-bottom: 0px;
}

ul.whatsapp_connect {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0px;
}
ul.whatsapp_connect li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
ul.whatsapp_connect li a {
    display: block;
    background: #fff;
    padding: 5px 20px;
    border-radius: 25px;
}

.hospital_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}

.hospital_list .card_list {
    flex: 0 0 18%;
    max-width: 18%;
    padding: 10px 10px;
    margin: 5px;
    border-radius: 20px;
    border: 1px solid #ccc;
}
/* ===== PRELOADER ===== */

/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {}

/* Laptop - For 1366 Resolution */
@media only screen and (min-width: 1030px) and (max-width: 1366px) {}

/* Laptop  - For 1024 Resolution */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        font-size: 0.875rem;
    }
}

/* iPad Landscape */
@media only screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1024px) {
    body {
        font-size: 0.875rem;
    }
}

/* iPad Portrait */
/* Orientation : Portrait */
@media only screen and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1024px) {
    body {
        font-size: 0.875rem;
    }
}

/* Generally, this dimension is recommended for mobile: - For 640 Resolution */
@media only screen and (min-width: 360px) and (max-width: 640px) {
    body {
        font-size: 0.875rem;
    }
    .page {
        margin-top: 30px;
    }
    .banner-area .banner-text {
        bottom: 5%;
    }
    .banner-area .banner-text .line-a {
        font-size: 150%;
    }
    .banner-area .banner-text .line-b {
        font-size: 100%;
    }
    .banner-area .banner-text .line-c {}
    .chair-area {
        text-align: center;
    }
    .speakers-block {
        padding: 1rem 1rem;
    }
    .doctor_card .doctor_details-row .center_content .name {
        max-width: 100%;
        text-align: center;
    }
    .doctor_card .doctor_details-row .name {
        font-size: 1.35rem;
        font-weight: 700;
        color: #1b8fc9;
        margin-bottom: 0.1rem;
        max-width: 300px;
        text-align: left;
    }
    .chairman-section h5 {
        font-weight: 700 !important;
        font-size: 25px;
        text-align: left;
    }
}

/* Mobile - For 480 Resolution */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    body {
        font-size: 0.875rem;
    }
    .page {
        margin-top: 70px;
    }
    .banner-area .banner-text {
        bottom: 5%;
    }
    .banner-area .banner-text .line-a {
        font-size: 150%;
    }
    .banner-area .banner-text .line-b {
        font-size: 100%;
    }
    .banner-area .banner-text .line-c {}
    .chair-area {
        text-align: center;
    }
    .speakers-block {
        padding: 1rem 1rem;
    }
    .doctor_card .doctor_details-row .center_content .name {
        max-width: 100%;
        text-align: center;
    }
    .doctor_card .doctor_details-row .name {
        font-size: 1.35rem;
        font-weight: 700;
        color: #1b8fc9;
        margin-bottom: 0.1rem;
        max-width: 160px;
        text-align: left;
    }
    .chairman-section h5 {
        font-weight: 700 !important;
        font-size: 25px;
        text-align: center;
    }
}

/* Mobile - For 480 Resolution */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    body {
        font-size: 0.875rem;
    }

    .page {
        margin-top: 55px;
    }

    .banner-area .banner-text {
        bottom: 5%;
    }
    .banner-area .banner-text .line-a {
        font-size: 150%;
    }
    .banner-area .banner-text .line-b {
        font-size: 100%;
    }
    .banner-area .banner-text .line-c {}
    .chair-area {
        text-align: center;
    }
    .speakers-block {
        padding: 1rem 1rem;
    }
    .doctor_card .doctor_details-row .center_content .name {
        max-width: 100%;
        text-align: center;
    }
    .doctor_card .doctor_details-row .name {
        font-size: 1.35rem;
        font-weight: 700;
        color: #1b8fc9;
        margin-bottom: 0.1rem;
        max-width: 160px;
        text-align: left;
    }
    .chairman-section h5 {
        font-weight: 700 !important;
        font-size: 25px;
        text-align: center;
    }
}

.padding-left-right {
    padding-left: 10%;
    padding-right: 10%;
}

.unstyled-cme li {
    display: inline-block !important;
}
.banner-inner-area img {
    width: 100%;
}
.banner-inner-area {
    padding-top: 5rem;
}

.scrtabs-tabs-fixed-container ul.nav-tabs {
    margin-left: 0rem;
}

.webinar-icon-new {
    position: absolute;
    top: 30em;
    left: 0rem;
    width: 150px;
    z-index: 2;
}

.left-side-bar-pic-mobile {
    display: none;
}

.hosp {
    background-image: url("../images/hospital-logos-background.jpg");
    background-repeat: repeat;
    margin-top: -1rem;
}

.hosp-logos {
    padding: 3rem 0;
    background-color: white;
    background-repeat: repeat;
}
.hospital-logos {
    text-align: center;
}

.virtual-conference {
    background-color: aqua;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.virtual-conference h1 {
    font-weight: 300;
    font-size: 60px;
    color: #c31126;
    font-family: "Sofia Sans Condensed", sans-serif !important;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.webinar-icon-new {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.webinar-icon-new:hover {
    transform: translate(5px, 5px);
}

.virtual-date-link h3 {
    font-weight: 500;
    color: #000;
}
.listing-virtual-link li {
    list-style: none;
    margin: 10px;
}
.listing-virtual-link {
    padding-left: 0rem;
    margin-left: -1rem;
    margin-bottom: 0px;
}
a.zoom-link {
    color: #000;
    margin: 0px;
    border-radius: 20px;
    background-color: #fff;
}
a.zoom-link:hover {
    background-color: #fff;
}

.play-icon-virtual {
    background-color: #f04545;
    color: #fff;
    padding: 8px 8px 8px 9px;
    border-radius: 100%;
    font-size: 13px;
}

.medical-exhibition {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-image: url("../images/360-background.webp");
    background-repeat: no-repeat;
    background-position: top center;
}

.medical-exhibition h1 {
    font-weight: 500;
    font-size: 60px;
    color: #fff;
    font-family: "Sofia Sans Condensed", sans-serif !important;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.play-button {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.play-button:hover {
    transform: translate(5px, 5px);
}

.animate-charcter {
    background-image: linear-gradient(-225deg,
    #fff 0%,
    #fff 29%,
    #fff 67%,
    #333 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 5s linear infinite;
    display: inline-block;
    font-size: 190px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
.event_schedule {
    width: 100%;
    background: #eef0f2;
    padding: 3rem 0;
    margin-top: -20px;
}
.event_schedule .schedule_title h3 {
    font-size: 2.75rem;
    color: #606161;
}
.event_schedule .syotimer__body {
    display: flex;
}
.event_schedule .syotimer-cell {
    text-align: center;
    flex: 0 0 25%;
    max-width: 25%;
}
.event_schedule .syotimer-cell .syotimer-cell__value {
    font-family: "Samsung Sharp Sans Bold";
    font-size: 4.5rem;
    font-weight: 700;
    color: #1b8fc9;
}
.event_schedule .syotimer-cell .syotimer-cell__unit {
    font-size: 1.55rem;
    font-weight: 600;
    color: #606161;
    text-transform: capitalize;
}

.sposnor_row {
    width: 100%;
    text-align: center;
}
.sposnor_row .title {
    font-size: 30px;
    font-weight: 700;
}

ul.sponsor_colmn-list {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}

ul.sponsor_colmn-list li {
    margin: 10px;
}
.sposnor_row .title.diamond-color {
    background: -webkit-linear-gradient(278deg, #0953a7, rgb(211 235 241));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sposnor_row .title.platinum-color {
    background: -webkit-linear-gradient(278deg, #7c8691, #dcdfe0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sposnor_row .title.gold-color {
    background: -webkit-linear-gradient(278deg, #d48716, #f9ebd7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sposnor_row .title.silver-color {
    background: -webkit-linear-gradient(278deg, #9b9999, rgb(233, 233, 232));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sponsors-section {
    background-image: url("../images/ssors-background.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}
.sponsors-section h1 {
    font-weight: 700;
    font-size: 60px;
    color: #1b8fc9;
    margin-bottom: 1rem;
    text-align: center;
}

.sponsors-div h4 {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
    color: #000;
    font-weight: 400;
}

.col-sponsors-section h5 {}

.sponsors-list {
    overflow: hidden;
    padding-left: 0rem !important;
}
.sponsors-list li {
    width: 20%;
    padding: 5px;
    display: inline-block;
}
.sponsors-list li img {
    width: 100%;
}

.sponsors-div img {
    border-radius: 20px;
    filter: drop-shadow(5px 5px 4px #ccc);
    cursor: pointer;
    -webkit-transition: all 0.6s;
}
.sponsors-div img:hover {
    transform: scale(1.1);
}

.col-sponsors-section img {
    -webkit-transition: all 0.6s;
    cursor: pointer;
    border: 1px solid #ccc;
}
.col-sponsors-section img:hover {
    transform: scale(1.1);
}

.col-sponsors-section {
    padding-bottom: 2rem;
}

.scientific-btn {
    border-radius: 0px !important;
    margin: 2px;
    color: #000;
}
.scientific-btn-non {
    background-color: #ccc !important;
    border-radius: 0px !important;
    color: #000;
    margin: 2px;
}
.scientific-btn:hover {
    color: #000;
}

.schedule-section-mobile {
    display: none !important;
}

.scrtabs-tab-scroll-arrow {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .schedule-section-mobile .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        background-color: #c31126 !important;
        border-radius: 0px;
        font-size: 11px;
        color: #fff;
    }
    .schedule-section-mobile .nav-pills .nav-link {
        background-color: #00bfeb;
        border-radius: 0px;
        font-size: 11px;
        color: #fff;
    }
    /* li.schedule-list-mobile {
      width: 10%;
      margin: 3px;
    } */
    .hospital-logos p {
        font-size: 18px;
    }
    .hospital_list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 1080px) {
    .schedule-section-mobile .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        background-color: #c31126 !important;
        border-radius: 0px;
        font-size: 11px;
        color: #fff;
    }
    .schedule-section-mobile .nav-pills .nav-link {
        background-color: #00bfeb;
        border-radius: 0px;
        font-size: 11px;
        color: #fff;
    }
    /* li.schedule-list-mobile {
      width: 15%;
      margin: 2px;
    } */
    .hospital-logos p {
        font-size: 18px;
    }
    .hospital_list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 800px) {
    .schedule-section-mobile .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        background-color: #c31126 !important;
        border-radius: 0px;
        font-size: 11px;
        color: #fff;
    }
    .schedule-section-mobile .nav-pills .nav-link {
        background-color: #00bfeb;
        border-radius: 0px;
        font-size: 08px;
        color: #fff;
    }
    /* li.schedule-list-mobile {
      width: 13%;
      margin: 3px;
    } */
    .hospital-logos p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .schedule-section-mobile .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        background-color: #1b8fc9 !important;
        border-color: #1b8fc9 !important;
        border-radius: 0px;
        font-size: 11px;
        color: #fff;
    }
    .schedule-section-mobile .nav-pills .nav-link.active .conf-no-days {
        color: #fff;
    }
    .schedule-section-mobile .nav-pills .nav-link {
        background-color: #f8fbfb;
        border: 1px solid #ccc;
        border-radius: 0px;
        font-size: 11px;
        color: #000;
    }
    /* li.schedule-list-mobile {
      width: 23%;
      margin: 4px;
    } */
    .hospital-logos p {
        font-size: 18px;
    }
    .hospital_list .card_list {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .statistics-section {
        padding: 0px !important;
    }
    .statistics-section .container {
        max-width: 100%;
        padding: 0px;
    }
    .statistics-section .container .row {
        margin: 0px;
    }
    .statistics-section .container .row .col-12 {
        padding: 0px;
        border-bottom: 12px solid #fff;
    }
    .statistics-section .container .row .col-12:last-child {
        border-bottom: 0px;
    }
    .statistics-section .counter-wrap {
        padding: 1rem 0;
    }
}

@media only screen and (max-width: 475px) {
    /* li.schedule-list-mobile {
      width: 30%;
    } */
    .schedule-section-mobile .nav-pills .nav-link {
        font-size: 13px;
    }
    .schedule-section-mobile .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        font-size: 13px;
    }
    span.conf-no-days {
        font-size: 18px !important;
    }
    .smart-sticky-desktop {
        display: none !important;
    }
    .speakers-mobile-tab {
        display: block !important;
    }
    .hospital_list {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* li.schedule-list-mobile {
  width: 22%;
  margin: 1px;
} */

@media only screen and (max-width: 375px) {
    .schedule-section-mobile .nav-pills .nav-link {
        font-size: 12px;
    }
    .schedule-section-mobile .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        font-size: 12px;
    }
}

@media only screen and (max-width: 360px) {
    .schedule-section-mobile .nav-pills .nav-link {
        font-size: 11px;
    }
    .schedule-section-mobile .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        font-size: 11px;
    }
}
.hospital-logos .title {
    font-weight: 800;
    margin-bottom: 15px;
}
.hospital-logos p {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 500;
}

span.conf-no-days {
    font-size: 45px;
    font-weight: 700;
    display: block;
    color: #9a9a9a;
}
.conf-week {
    font-size: 18px;
    font-weight: 700;
    display: block;
    color: #000;
}
.conf-date {
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #9a9a9a;
}
.scrtabs-tabs-fixed-container .nav-tabs .nav-link.active span.conf-no-days,
.scrtabs-tabs-fixed-container .nav-tabs .nav-link.active .conf-week,
.scrtabs-tabs-fixed-container .nav-tabs .nav-link.active .conf-date {
    color: #fff;
}

ul.listings-dr-bio li {
    list-style: square;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.speakers-mobile-tab {
    display: none;
}

.blink {
    background-color: #000 !important;
    color: #fff !important;
}

.virtual-conference-mobile {
    display: none;
}

@media only screen and (max-width: 475px) {
    .virtual-conference-desktop {
        display: none;
    }
    .virtual-conference-mobile {
        display: block;
    }
    .timer-mobile {
        display: none;
    }
    .weeks-div {
        display: none;
    }
}

.committee-main {
    padding-top: 3rem;
    padding-bottom: 3rem;    /*background-image: url("../images/speakers-background.jpg");background-repeat: no-repeat;background-size: cover;background-position: right;*/
    background-color: #fffbfb;
    display: inline-block;
    width: 100%;
}
.committee-main h2 {
    color: #f04545;
    padding-top: 3rem;
    font-size: 45px;
    font-weight: 700;
    font-family: "Sofia Sans Condensed", sans-serif;
}
.committee-main h4 {
    color: #f04545;
    padding-top: 3rem;
    font-size: 30px;
    font-weight: 700;
    font-family: "Sofia Sans Condensed", sans-serif;
}

.timer-column {
    position: absolute;
    bottom: -2rem;
    left: 12rem;
    top: 10rem;
    z-index: 999;
}
.timer-column a {
    background-color: #ba1025 !important;
    color: #ffffff !important;
    padding: 15px;
    border-radius: 20px;
    font-size: 50px;
    font-weight: 300;
}

.zoom-in-out {
    animation: zoom-in-zoom-out 5s ease infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}