@charset "utf-8";
/* CSS Document */

/*
Montserrat
Thin 		100
ExtraLight 	200
Light 		300
Regular 	400
Medium 		500
SemiBold 	600
Bold 		700
ExtraBold 	800
Black 		900
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body 				{color: #333333; /*background-color: #001e40;*/ font-family: "Poppins", sans-serif;overflow-x: hidden;}

h1, h2, h3, h4, h5	{color: #193867; font-weight: 700;}
h1					{}
h2					{}
h3					{}
h4					{}
h5					{}

strong				{font-weight: 600;}

a					{text-decoration:none; color: #193867; transition: 0.5s;}
a:hover				{text-decoration:none; color: #333333;}
a:visited			{text-decoration:none;}
a:focus,a:hover		{text-decoration:none;}


.navbar-toggler-icon 	{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}


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

.page					{}


.menu-area				{position: fixed; top:0rem; left: 0; z-index: 50; width: 100%; background-color: rgb(0 0 0 / 0%); padding-top: 2rem; padding-bottom: 2rem; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.menu-area.sticky 		{padding-top: 1.75rem; padding-bottom: 1.75rem; background-color: #315297;}


.navbar 												{padding: 0;}

.menu-area .bg-light 									{background-color: transparent !important;}
.menu-area .navbar-nav .nav-link 			{color: #FFFFFF; font-weight:500;}
.menu-area .navbar-nav .nav-link:hover	{color: #fff; background-color: #5e9cd5; border-radius: 25px;border:1px solid #5e9cd5;}
.menu-area .navbar-nav .nav-item.active a				{color: #000000; background-color: #d3ad3a; border-radius: 25px;}

.conf-menu{display: none;}
.menu-area .navbar-expand-lg .navbar-nav .nav-link 		{padding-left: 1rem; padding-right: 1rem;}
a.nav-reg-link{background-color:#d3ad3a;color:#000!important;border:1px solid #d3ad3a;border-radius:25px;}
a.nav-reg-link:hover{color:#000;}

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active 				{color: #177eaf;font-weight: 600;}

.coming-soon-section{padding-bottom: 0rem;}
/*.counter{background: rgb(45,65,129);background: rgb(46,65,129);
background: linear-gradient(90deg, rgba(46,65,129,1) 0%, rgba(78,87,156,1) 100%);}*/
.count-div {width: 150px !important;}
.countdown-right{margin-top: -8rem;z-index: 999;position: relative;}
ul#example{border-radius: 15px;}

/*.location-time{margin-left: 15px;}*/
.left-area .line-b{display: flex;}
.date-time h3{font-size:25px;font-weight:500;display: contents;color:#fff;  font-family: "Poppins", sans-serif;text-transform:uppercase;letter-spacing:1px;}
.location-time h3{font-size:25px;font-weight:500;display: contents;color:#fff;  font-family: "Poppins", sans-serif;text-transform:uppercase;letter-spacing:1px;}
.date-time img{margin-top: -15px;margin-right: 10px;}
.location-time img{margin-top: -15px;}

.line-c a{background-color: #d3ad3a; color:#fff;border-radius:15px;padding-left: 25px;padding-right: 20px;padding-top: 10px;padding-bottom: 10px;font-size:20px;}

.banner-area				{position: relative; width: 100%; /*background-color: #000033;*/padding-bottom:0rem;}

.banner-area .cont-holder	{position: absolute; width: 100%; left: 0; top:12%;}
.left-area{margin-top: 7%;}
.conf-desktop-view{margin-top: 3rem;}

ul.navbar-nav{/*background: rgb(118,116,190);background: linear-gradient(90deg, rgba(118,116,190,1) 0%, rgba(65,94,187,1) 35%);border-radius: 25px;*/padding:0.5rem;}


.banner-area .cont-holder .cont-holder-in	{width: 1500px; max-width: 100%; margin: 0 auto;}


.banner-area .cme			{position: absolute; width: 300px; height: auto; margin: 0 auto; z-index: 10; left: 0; right: 0; bottom: 5%;}
.banner-area .name-moh		{position: absolute; left: 0; top: 110px; width: 100%; z-index: 11; color: #ffff66; text-align: center; font-size: 150%; font-weight: 500; text-shadow: 2px 2px 7px rgba(0,0,0,0.5);}


.left-area .line-a			{margin-bottom: 2rem;}
.left-area .line-b			{margin-bottom: 2rem; color: #FFFFFF; font-weight: 500;}
.left-area .line-c			{margin-bottom: 1rem; color: #FFFFFF; font-weight: 500;position: relative;z-index: 999;}
.left-area .line-d			{margin-bottom: 0;}

.left-area .line-d a 				{display: inline-block; padding: .75rem 2rem; background-color: #ff9200; color: #000000; border: 1px solid #FFFFFF; border-radius: 2rem; font-weight: 500; transform: perspective(1px) translateZ(0); transition: color 0.3s; overflow: hidden;}
.left-area .line-d a:before 		{content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background: #193867; transform: scaleX(0); transform-origin: 0 50%; transition: transform 0.3s ease-out;}
.left-area .line-d a:hover 			{color: #FFFFFF;}
.left-area .line-d a:hover:before 	{transform: scaleX(1);}

.line-ab img{width:70%;}

.bg-holder img{width:100%;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{display: none;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{display: none;}
.swiper-button-next img{width:100%!important;}
.swiper-button-prev img{width:100%!important;}
.swiper-button-next, .swiper-button-prev{bottom: 10%;top: 0;top: auto;}
.swiper-button-next, .swiper-button-prev{width: calc(var(--swiper-navigation-size) / 30* 27);}
.swiper-button-prev{left: 20%;}
.swiper-button-next{right:40%;}

.right-area img{width:80%;margin-top: 3.0rem;margin-left: 0rem;}
.coumtdown-wrap				{padding-top: var(--def-padding); padding-bottom: var(--def-padding); background-image: url("../images/countdown-bg.webp"); background-repeat: no-repeat; background-position: center top; background-size: cover;}
.coumtdown-wrap h1 			{text-align: center; color: #f69e28; font-weight: 800;}
.coumtdown-wrap h4 			{text-align: center;}
.coumtdown-wrap h5 			{text-align: center;}
.coumtdown-wrap .date-place	{color: #193867; font-weight: 600; text-align: center;}

.chair-name{text-align: left;}
.welcome-note h3{padding-top:3rem;}
/*.welcome-note{margin-left: -25%;}*/

.register-now-btn a{background: #4682C5;background: linear-gradient(90deg,rgba(70, 130, 197, 1) 0%, rgba(51, 102, 180, 1) 50%, rgba(42, 88, 172, 1) 100%);border-radius:25px;border:1px solid #ccc;padding-left: 30px;padding-right: 30px;padding-top: 7px;padding-bottom: 7px;color:#fff;  font-family: "Poppins", sans-serif;text-transform: uppercase;font-size:20px;}


.conf-logo img{margin-bottom:3rem;}
.line-b .date-time{margin: 10px;}
.line-b .date-time h3{font-size:18px;font-weight:300;}

.chairperson-wrap{padding-top: 3rem;padding-bottom: 3rem;background-image: url("../images/chairperson-message-background.jpg");background-position:bottom;background-size: cover; }
.chairperson-wrap h1{font-family: "Poppins", sans-serif;color:#3374bc;text-transform:uppercase;font-weight: 600;text-transform: uppercase;}
.chairperson-wrap h3{font-family: "Poppins", sans-serif;color:#198e78;text-transform:uppercase;font-weight: 500;text-transform: uppercase;}
.chairperson-img{margin-top: 3rem;}
.chairperson-text{margin-top: 0rem;}
.chairperson-text img{width: 30%;border: 1px solid #0ea0a7;background-color: #0ea0a7;border-radius: 25px;}
.chairperson-text p{font-size:16px;color:#000;line-height: 30px;font-weight:400;text-align: justify;}
.chairperson-designation h4{color:#ffbc47;font-size:22px;font-weight:400;}
.chairperson-designation h6{color:#fff;font-size:17px;font-weight: 300;}
.chair-conf-heading{text-align: left;}
span.chairperson-name{display: block;color:#3374bc;font-weight: 600;}
span.chairperson-designation{display: block;}

.who-attend{padding-top: 5rem;padding-bottom: 5rem;background-image: url("../images/attend.jpg");background-position: top center;background-size: cover;}
.who-attend h1{color:#ffbc47;text-transform: uppercase;font-family: "Poppins", sans-serif;text-align: center;margin-bottom: 2rem;}
.attend-specialities{margin-top: 2rem;}
ul.attend-specialities li{color: #fff;font-size:20px;text-align: left;line-height: 45px;font-family: "Poppins", sans-serif;font-weight: 300;}
.attend-specialities {list-style: none;padding-left: 1.5em;}
.attend-specialities li {position: relative;padding-left: 1.2em;margin-bottom: 0.5em;}
.attend-specialities li::before {content: "•";position: absolute;left: 0;font-size: 2.5em;color: #ffbc47;}

.speakers-wrap{padding-top:3rem;padding-bottom:3rem;background-image: url("../images/speakers-background.jpg");background-repeat: no-repeat;background-position: top right;background-size: cover;}
.speakers-wrap h3{color:#fff;text-align:center;text-transform:uppercase;font-weight:400;font-family: "Poppins", sans-serif;font-size:40px;}
.speakers-wrap h1{color:#fff;font-family: "Poppins", sans-serif;text-align:center;text-transform:uppercase;margin-bottom: 2rem;font-weight:700;}

.committee-wrap{padding-top:3rem;padding-bottom:3rem;/*background-image: url("../images/speakers-background.jpg");background-repeat: no-repeat;background-position: top right;background-size: cover;*/}
.committee-wrap h3{color:#3b7abd;text-align:center;text-transform:uppercase;font-weight:400;font-family: "Poppins", sans-serif;font-size:40px;}
.committee-wrap h1{color:#3b7abd;font-family: "Poppins", sans-serif;text-align:center;text-transform:uppercase;margin-bottom: 2rem;font-weight:700;}
.committee-wrap .doctor-name{color:#3b7abd;}
.committee-wrap .plus-icon{color:#3b7abd;}
.committee-wrap .name-line{color:#3b7abd;}



.doctor-card {position: relative; /* Light teal background */overflow: hidden;text-align: center;padding-bottom: 40px; /* space for name */}
.doctor-photo img {width: 100%;display: block;border: 2px solid #fff;}
.flag-icon {position: absolute;top: 8px;right: 8px;width: 28px;height: auto;border-radius: 3px;z-index: 2;}
.doctor-name {position: relative;bottom: 0;left: 0;text-align: left;width: 100%;margin: 0;padding: 8px 0;color: white;font-size:16px;font-weight:400;}

.doctor-name-bar {padding: 6px 10px;display: flex;align-items: center;justify-content: space-between;color: white;font-size: 16px;font-weight: 500;position: relative;}
.name-line {display: inline-block;width: 2px;height: 18px;background-color: #00fff7; /* bright cyan line */margin-right: 8px;}
.doctor-name {flex-grow: 1;}
.plus-icon {font-size: 30px;font-weight:200;line-height: 1;padding-left: 10px;color: #fff;}



.program-wrap{padding-top: 5rem;padding-bottom: 5rem;background-color: #b2e1f1;}
.program-wrap h3{color:#3b7abd;text-align:center;text-transform:uppercase;font-weight:400;font-family: "Poppins", sans-serif;font-size:40px;}
.program-wrap h1{color:#01aa8b;font-family: "Poppins", sans-serif;text-align:center;text-transform:uppercase;margin-bottom: 2rem;font-weight:700;}
.days-icon img {width: 30%;}
.program-wrap .nav-link 					{color: #FFFFFF; background-color: #c4cdcf;/*border-radius:10px;*/}
.program-wrap li{margin: 1px;}
.program-wrap .line-b{color:#000;text-align: center;}

.program-wrap .nav-item .nav-link			{/*-webkit-box-shadow: 0px 1px 50px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 1px 50px 0px rgba(0,0,0,0.2); box-shadow: 0px 1px 50px 0px rgba(0,0,0,0.2);*/height: 100%;text-align: left;}

/*.program-wrap .nav-link						{padding: 0.75rem 1.25rem;}*/

.days-icon{text-align: center;}
.program-wrap .nav-item .line-a				{font-size: 120%; font-weight: 300;text-align: center;color:#fff;}
.program-wrap .nav-item .line-b				{color:#fff;}
.prog-row				{padding: 0.75rem 0.5rem; border-bottom: 1px solid #fff;}
.prog-row:last-child	{border-bottom: none;}

.prog-row .time			{font-size: 17px;text-align: center;padding: 10px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;font-weight: 500;color: #444;width:100%;}
.prog-row .doc			{}
.prog-row .lecture		{font-weight: 500;font-size:16px;color:#fff;/*font-family: "Outfit", sans-serif!important;*/}
.prog-row .docname		{font-weight: 500;/*font-family: "Outfit", sans-serif!important;*/font-size:17px;color:#288cc1;font-style: italic;font-family: "Poppins", sans-serif;color:#fff;}
.prog-row.highlight-a	{/*background: linear-gradient(45deg, rgb(96 203 235) 0%,rgb(15 83 161) 100%);*/color:#fff;margin-bottom:1rem;margin-top: 1rem;}
.program-head p{font-size:20px;color:#000!important;}
.prog-row.highlight-b	{background-color: #0f53a1;color:#000;margin-bottom:0.5rem;font-family: "Poppins", sans-serif;}
.prog-row.highlight-c   {background-color: #daf5f5;color:#000;margin-bottom:0.5rem;font-family: "Poppins", sans-serif;}
.highlight-break-session{background-color: #62d1f4!important;color:#000;text-transform: uppercase;}
.prog-row.highlight-c .lecture{color:#444;font-size:17px;/*text-align: right;*/}
.program-wrap .speakers-block .spkr-img{width:40%;}
.program-wrap .speakers-block{padding-top: 85px;}

.highlight-row-2 .lecture {text-transform: uppercase;font-weight: 600!important;color: #000;font-size: 20px!important;}

.prog-row .doc img		{width:50%;background-color: #0ea0a7;}
.prog-row .doc-icon img      {width: 50%;}
.highlight-session      {background-color: #84bc63!important;text-align: center;}
.highlight-session .time{font-size:30px;text-transform: uppercase;font-weight: 600;/*font-family: var(--poppins)!important;*/}
/*.prog-row span{font-size:24px;font-family: var(--poppins)!important;}*/
    
.prog-row .prog-time		{font-weight: 500; line-height: normal;}
.prog-row .prog-title		{margin-bottom: 0.25rem; font-size: 125%; font-weight: 600; color: #00588e; line-height: normal;}
.prog-row .prog-doc			{margin-bottom: 0.25rem; line-height: normal;}
.prog-row .prog-img img		{-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.prog-tabs{text-align: center;}

.session-head h2{color:#3b7abd;text-transform:uppercase;font-weight:400;}
.session-head h5{color:#01aa8b;font-weight:400;}
.vertical-divider {height: 60px;width: 2px;background-color: #90b5b5;margin-left: -45px;margin-top: 1rem;position: absolute;}
.vline {width: 2px;height: 60px;background-color: #90b5b5;margin-left: 10px;}
.docname p{font-size:18px;color:#01aa8b;font-weight: 500;}


.sponsors-wrap{padding-top: 5rem;padding-bottom: 5rem;background-color: #92b0aa;}
.sponsors-wrap h3{color:#fff;text-align:center;text-transform:uppercase;font-weight:400;font-family: "Poppins", sans-serif;font-size:40px;}
.sponsors-wrap h1{color:#fff;font-family: "Poppins", sans-serif;text-align:center;text-transform:uppercase;margin-bottom: 2rem;font-weight:700;}
.sponsors-wrap h4{text-align: center;color:#fff;margin-top: 2rem;margin-bottom: 1rem;font-weight:300;}
.sponsors-wrap img{border-radius:15px;}

.registration-wrap{padding-top: 5rem;padding-bottom: 5rem;background-color: #50aec8;background-image: url("../images/registration-background.jpg");background-position: right;background-size: cover;}
.registration-wrap h3{color:#fff;text-align:center;text-transform:uppercase;font-weight:400;font-family: "Poppins", sans-serif;font-size:40px;}
.registration-wrap h1{color:#fff;font-family: "Poppins", sans-serif;text-align:center;text-transform:uppercase;margin-bottom: 2rem;font-weight:700;}
.btn-registration{background-color: #0e3f60;border-color: #0e3f60;}
.btn-registration:hover{background-color: #315297;border-color: #315297;color:#fff;}
.float-whatsapp {text-align: center;font-size: 18px;font-weight: 500;color: #fff;}
.registration-method ul {padding-left: 0rem;}
.registration-method ul li:last-child p{padding-bottom:0px;}
.registration-method ul{padding-left: 0rem;}
.registration-method h3{color:#fff;text-transform:uppercase;font-weight:400;font-family: "Poppins", sans-serif;font-size:25px;margin-top: 1rem;margin-bottom: 2rem;text-align: left;}
.registration-div h4 {padding: 0px;font-size: 18px;color: #fff!important;font-weight: 500;}
.registration-method li{padding-bottom: 0rem;list-style: none;}
ul.unstyled-pay{list-style: none;padding-left: 0rem;}
.form-floating>.form-select{font-family: "Poppins", sans-serif;}
.support h3{font-size:25px;margin-bottom: 1rem;}

.form-label-pay{font-size:25px;text-transform: uppercase;color:#221638;}

.styled-checkbox {position: absolute;opacity: 0;}
.styled-checkbox + label {position:relative;cursor:pointer;padding:0;font-size:16px;line-height: 1.5;display: flex;}

.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:#fff;box-shadow: 0 0 0 1px #fff;}
.styled-checkbox:focus + label:before {box-shadow: 0 0 0 1px #fff;}
.styled-checkbox:checked + label:before {background:#315297;box-shadow: 0 0 0 1px #315297;}
.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%;}
.footer{background-color: #315297;}
.footer p{color:#fff;font-size:18px;font-weight:400;font-family: "Poppins", sans-serif;}
.footer a{color:#fff;font-size:18px;font-weight:400;font-family: "Poppins", sans-serif;}


.doctor-photo {overflow: hidden;transition: transform 0.3s ease-in-out;background-color: #0ea0a7;}
.doctor-photo img {transition: transform 0.4s ease-in-out;}
.doctor-photo:hover img {transform: scale(1.1);opacity: 0.9;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);}


.doctor-slide-panel {position: fixed;top: 0;right: -400px;width: 350px;height: 100%;background: #fff;z-index: 1001;box-shadow: -3px 0 15px rgba(0,0,0,0.2);transition: right 0.4s ease;padding: 25px 20px;}
.doctor-slide-panel.open {right: 0;}
.doctor-slide-content {position: relative;}

.close-slide-panel {position: absolute;top: 10px;right: 15px;font-size: 24px;color: #333;cursor: pointer;}
.book-btn {background: #007bff;color: #fff;padding: 10px 20px;border: none;border-radius: 25px;margin-top: 20px;cursor: pointer;transition: background 0.3s ease;}
.book-btn:hover {background: #0056b3;}

.spkr-cv-img img{width: 30%;border-radius: 10%;background-color: #031a31;border: 2px solid #fff;padding: 5px;}
.spkr-cv-info{margin-top: 1rem;}

.nav-pills-conf{flex-wrap: nowrap;}
.conf-mobile-view{display: none;}


/* Panel slide animation */
.onoffcanvas {position: fixed;top: 0;right: -100%;width: 350px;height: 100%;background: #fff;z-index: 1050;transition: right 0.4s ease;overflow-y: auto;}
.onoffcanvas.is-open {right: 0;}
/* Image inside panel */
.onoffcanvas .panel-photo img {width: 100%;max-width: 100%;height: auto;transition: transform 0.4s ease;display: block;}
/* Optional: Animate image on panel open */
.onoffcanvas.is-open .panel-photo img {transform: scale(1);}
.onoffcanvas .panel-photo img {transform: scale(0.95); /* slightly shrink on close */}
/* Optional: Overlay background */
.overlayx {display: none;position: fixed;z-index: 1049;top: 0;left: 0;height: 100%;width: 100%;background: rgba(0,0,0,0.5);transition: opacity 0.3s ease;opacity: 0;}
.overlayx.showx {display: block;opacity: 1;}

.specialty-badge {background: #eaf4ff;border-radius: 30px;padding: 12px 15px;font-size: 18px;font-weight: 600;color: #003366;display: flex;align-items: center;/*justify-content: center;*/gap: 10px;transition: all 0.3s ease-in-out;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);}
.specialty-badge i {color: #003366;font-size: 18px;}
.specialty-badge:hover {background-color: #d6ebff;transform: scale(1.03);box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);}
.register-now-button-mobile{display: none;}
.bg-holder-mobile{display: none;}
.cme-counter-section{background-color:#5e9cd5;padding-top: 2rem;padding-bottom: 2rem;}
.cme-cpd-img img{width: 30%;}
.cme-content{display: inline-block;top: 3rem;position: relative;}
.cme-content h2{font-weight: 800;font-size:40px;color: #fff;letter-spacing: 2px;}
.cme-content h3{font-weight: 400;font-size:30px;color: #fff;letter-spacing: 2px;}
.chairman-inner-img{display: none;}



/****MEDIA QUERY STARTS HERE****/
@media only screen and (max-width:1800px){
.date-location-img{width:70%;}}

@media only screen and (max-width:1500px){
.left-area{margin-top: 0%;}
.conf-logo img{margin-top: 2rem;}
.left-desktop-view img{width:60%;}}

@media only screen and (max-width:1440px){
.line-b .date-time h3{font-size:16px;}}

@media only screen and (max-width:1280px){
.left-desktop-view img{width:55%;}}

@media only screen and (max-width:1024px){
ul.attend-specialities li{font-size:16px;line-height: 30px;}
h1{font-size:35px;}
.left-desktop-view img{width:60%;}
.line-b .date-time h3{font-size:13px;}
.left-area .line-b{margin-bottom: 1rem;}
.chairperson-text{margin-top: 2rem;}
.conf-desktop-view{margin-top: 0rem;}
.conf-logo img{margin-bottom: 2rem;width:50%;}
.register-now-btn a{font-size: 16px;}
.chairperson-wrap{padding-top: 1rem;padding-bottom: 1rem;}
.chairperson-wrap h3{font-size:21px;}
.ds-flat .ds-element{width:100px;height: 100px;}
.ds-flat .ds-element-value{font-size:200%;}
.chairperson-text p{font-size:15px;}
.prog-row .time{font-size:16px;}
.prog-row.highlight-c .lecture {font-size:15px;}
.docname p{font-size:16px;}
.support h3{font-size:22px;}}

@media only screen and (max-width:768px){
.conf-logo img{margin-top: 2rem;}
.left-desktop-view img{width:80%;}
.bg-holder{padding-top: 0rem;}
.menu-area{background-color: #7baba1;}
.conf-desktop-view{display: none;}
.conf-mobile-view{display: block;padding-top: 1rem;padding-bottom: 1rem;}
.register-now-btn{text-align: center;margin-top: 1rem;margin-bottom: 1rem;display: none;}	
.conf-mobile-view .date-time img{margin-top: 0px;}
.who-attend{background-position: left;}
.specialty-badge{font-size:16px;}
.prog-row .doc img{width:75%;}
.conf-mobile-view h3{color:#000;font-weight:600!important;font-size: 16px;}
.chairperson-wrap{padding-top: 3rem;padding-bottom: 2rem;background-position: left;}
.speakers-wrap{padding-top: 3rem;padding-bottom: 3rem;}
.committee-wrap{padding-top: 3rem;padding-bottom: 3rem;}	
.program-wrap{padding-top: 3rem;padding-bottom: 3rem;}
.sponsors-wrap{padding-top: 3rem;padding-bottom: 3rem;}
.registration-wrap{padding-top: 3rem;padding-bottom: 3rem;}	
h1{font-size:27px;}
.bg-holder-desktop{display: none;}
.bg-holder-mobile{display: block;}
.conf-logo{display: none;}
.content-holder-mobile{display: none;}	
.banner-area{padding-top: 4rem;}
.left-area{margin-top:0%;}
.left-desktop-view img{width: 75%;}
.register-now-btn-tab{display: block!important;text-align: left;}
.conf-mobile-view .conf-logo{display: none;}
.conf-logo{display: none;}
.chairperson-text{margin-top:0rem;}
.register-now-button-mobile{display: block;bottom:5rem;left: 1rem;position: absolute;}
.cme-cpd-img img{width:35%;margin-top: 20px;}
.cme-content h2{font-size:30px;}
.cme-content h3{font-size:21px;}
.ds-flat .ds-element{width:90px;height: 90px;}
.ds-flat .ds-element-value{font-size:150%;}
.ds-flat .ds-element-title{font-size:70%;}
.ds-flat .ds-element{padding: 1rem;}
.chairperson-wrap{background-image: url("../images/chairperson-message-background-mobile.png");background-position: left;}
.conf-menu{display: block;}
.conf-menu img{width:50%;}
.offcanvas-end-menu{background-color: #9dc8bf;}
.menu-area .navbar-nav .nav-link{color:#000;}
.offcanvas-body-menu li{border-bottom: 1px solid #00000014;padding: 0.5rem;}}

@media only screen and (max-width:475px){
.left-area{margin-top:10%;}
.register-now-btn a{font-size:14px;}
.register-now-btn{margin-top: 2rem;}
.left-desktop-view img{width: 60%;}
.chairperson-text p{font-size:15px;}
.conf-mobile-view{padding-left: 5px;padding-right: 5px;background-color: #0e3f60;}
.conf-mobile-view .conf-logo{display: block;}
.conf-mobile-view h3{color:#fff;}
.specialty-badge i{font-size:11px;}
.specialty-badge{font-size:12px;padding: 5px 5px;}	
.register-now-button-mobile{bottom: 1rem;left: 0.5rem;}
.register-now-btn-tab{display: none;}
.prog-row .time{text-align: left;}
.support h3{font-size:18px;}	
.float-whatsapp{font-size:13px;line-height: 30px;}
.float-whatsapp a{display: block;}
.footer p{font-size:14px;}
.footer a{font-size:14px;}
.prog-row.highlight-c .lecture{font-size:14px;}
.docname p{font-size:14px;}
.chairman-inner-img{margin-top: 0rem;opacity: 0.1;}
.doctor-name{font-size:13px;}
.ds-flat .ds-element{width:70px;height:70px;}
.ds-flat .ds-element-title{font-size:50%;}
.ds-flat .ds-element-value{font-size:120%;}
.chairperson-text img{width:50%;}}

/****MEDIA QUERY ENDS HERE****/

.nav-pills-conf .nav-link {border: none;padding: 10px 15px;font-weight: 500;background-color:#85b1df; color:#fff;transition: all 0.3s ease-in-out;box-shadow: 0 3px 10px rgba(0,0,0,0.1);min-width: 180px;border-radius: 0px;}
.nav-pills-conf .nav-link:hover {transform: scale(1.03);}
.nav-pills-conf .nav-link.active {background:#3b7abd;}
.days-icon img {width:60px;height: auto;margin-bottom: 6px;}
.line-a {font-size: 16px;font-weight: 600;}
.line-b {font-size: 14px;color: #e0e0e0;}

.nav-pills-spkr {gap: 20px;display: flex;flex-wrap: wrap;}
.nav-pills-spkr .nav-item {flex: 1 1 160px; /* ensures equal sizing */max-width: 200px;}

.nav-pills-spkr .nav-link {width: 100%;background: #f1f5f9;border-radius: 10px;border: 2px solid transparent;color: #333;font-weight: 600;text-align: center;padding: 12px 20px;transition: all 0.3s ease-in-out;display: flex;align-items: center;justify-content: center;font-size:20px;}
.nav-pills-spkr .nav-link i {font-size: 16px;color: #007bff;}
.nav-pills-spkr .nav-link:hover {background: linear-gradient(to right, #e0f3ff, #f0faff);border-color: #007bff;color: #007bff;}
.nav-pills-spkr .nav-link.active {background: linear-gradient(to right, #0a2c48, #368fbf);color: #fff;border-color: #007bff;box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);}
.nav-pills-spkr .nav-link.active i {color: #fff;}

ul.listings-cv li{color:#fff;font-size:16px;line-height: 30px;}

