@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=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@font-face {
    font-family:Lavish;
    src: url('../fonts/Lavish.otf');
}


body 				{color: #333333;background: linear-gradient(90deg, #fdfde0 0%, #fdfde0 100%);font-size: 1rem;;font-size: 1rem;font-family: "Philosopher", sans-serif;}

h1, h2, h3, h4, h5	{color: #193867; font-weight: 700;font-size: 1rem;font-family: "Marcellus", serif;}
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: rgba(0,0,0,1);*/ padding-top: 1rem; padding-bottom: 1rem; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.menu-area.sticky 		{padding-top: .75rem; padding-bottom: .75rem; background-color: rgba(0,0,0,0.5);}


.navbar 												{padding: 0;}

.menu-area .bg-light 									{background-color: transparent !important;}
.menu-area .navbar-light .navbar-nav .nav-link 			{color: #fff; font-weight:500;font-family: "Lato", sans-serif;font-size:18px;}
.menu-area .navbar-light .navbar-nav .nav-link:hover	{color: #fff; background-color: #000; border-radius: 10px;border:1px solid #000;}
.menu-area .navbar-nav .nav-item.active a				{color: #fff; background-color: #000; border-radius: 10px;}


.menu-area .navbar-expand-lg .navbar-nav .nav-link 		{padding-left: 1rem; padding-right: 1rem;padding-top: 14px;}
a.nav-reg-link{background-color:#9d9268;color:#fff!important;border:1px solid #9d9268;border-radius:25px;}
a.nav-reg-link:hover{color:#fff;}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active 				{color: #fff;font-weight:500;}

.cardio-logo img{animation: 1.1s infinite beatHeart;transform-origin: 50% 60%;}
@keyframes beatHeart {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.05);
  } 
  100% {
    transform: scale(1);
  }
}

.navbar-toggler{background-color: #4b8856;}

.calendar-location-row {margin-top: 3rem;}
.calendar-location-row span{font-size:20px;font-weight: 600;}
.calendar-location-row img{width:30px;}
/*.line-c a{background-color: #9e9269;color:#fff;border-radius:25px;padding-left: 20px;padding-right: 20px;padding-top: 10px;padding-bottom: 10px;}*/

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

.banner-area .cont-holder	{position: absolute; width: 100%; left: 0; top:8%;}
.left-area{margin-top:0%;text-align: center;}

ul.navbar-nav{background-color:#50b46f;border-radius: 25px;}


.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:0rem;}
.left-area .line-b			{/*margin-bottom: 1rem;*/ 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:50%;}

.bg-holder img{width:100%;}
.right-area img{width:70%;margin-top: 12.0rem;margin-left: 5.5rem;}
.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: -15%;margin-right: 15%;}

.chairperson-wrap			{padding-top: var(--def-padding); padding-bottom: var(--def-padding); }

.chairperson-text           {margin-top: 1rem;margin-bottom: 1rem;}
.chairperson-text h2		{font-size:40px;color:#ba2e35;margin-bottom: 1rem;}
.chairperson-text p{font-size:22px;line-height: 30px;color:#454444;}
.chairperson-text span{color:#ba2e35;font-size:20px;}
.chairperson-text h4{font-size: 28px;color:#ba2e35;margin-top: 2rem;}

.speaker-wrap				{padding-top: var(--def-padding); padding-bottom: var(--def-padding);}
.speaker-wrap h1 			{color: #041931; text-align: center;font-size:60px;padding-bottom: 2rem;}
.speaker-wrap h4 			{color: #2bb2cf;}

.speaker-block				{overflow: hidden; position: relative;}
.speaker-block .speaker-shadow	{position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; z-index: 10;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,49,123,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,49,123,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,49,123,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00317b',GradientType=0 );}
.speaker-block .speaker-desc			{position: absolute; left: 0; bottom: 0; width: 100%; height: auto; padding: 1rem; text-align: center; z-index: 11;}
.speaker-block .speaker-desc .line-a	{font-size: 125%; font-weight: 600; color: #FFFFFF; }
.speaker-block .speaker-desc .line-b	{margin-bottom: 1rem;}

.speaker-block .speaker-desc			{}
.speaker-block .speaker-desc .line-a	{-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
.speaker-block .speaker-desc .line-b	{-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}

.speaker-block .speaker-desc .line-a 	{-webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;}
.speaker-block .speaker-desc .line-b	{opacity: 0; -webkit-transition: opacity 0.2s, -webkit-transform 0.35s; transition: opacity 0.2s, transform 0.35s;}

.speaker-block:hover .speaker-desc .line-b	{opacity: 1;}

.speaker-block:hover .speaker-desc .line-a,
.speaker-block:hover .speaker-desc .line-b	{-webkit-transform: translate3d(0,-20px,0); transform: translate3d(0,-20px,0);}

.speaker-block:hover .speaker-desc .line-b	{-webkit-transition-delay: 0.05s; transition-delay: 0.05s; -webkit-transition-duration: 0.35s; transition-duration: 0.35s;}


.speaker-block .speaker-img img			{opacity: 1; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1); transform: scale(1);}
.speaker-block:hover .speaker-img img	{opacity: 0.8; -webkit-transform: scale(1.1); transform: scale(1.1);}


.speakers-wrap .swiper-button-next,
.speakers-wrap .swiper-button-prev 			{background-color: #FFFFFF; width: 72px; height: 72px; border-radius: 100%;}

.speakers-wrap .swiper-button-next:after,
.speakers-wrap .swiper-button-prev:after 	{font-size: 24px;}

.spk-desc .line-a{color:#fff;font-family: "Philosopher", sans-serif;font-weight: 600;}

.speakers-block .spkr-img	{border:3px solid #fff;overflow: hidden;}
.speakers-block .spkr-desc	{text-align: center;margin-top: 15px;}

.speakers-block .spkr-img img		{transition: transform 0.4s ease-in-out;}
.speakers-block:hover .spkr-img img	{transform: scale(1.1);opacity: 0.9;}

.spkr-desc .line-a{color:#0a5d4f;font-size:20px;font-weight: 600;}
.spkr-desc .line-b{color:#000;font-size:15px;}
.speakers-block {cursor: pointer;position: relative;height: 100%;padding-top:10px;filter: drop-shadow(0 0 15px #ccc);}

/* Laptop  - For 1024 Resolution */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
{
	
	
.speakers-block				{padding-top: 100px;}
.speakers-block .spkr-desc	{padding-top: 100px;}}

/* iPad Landscape */
@media only screen   
and (orientation : landscape)   
and (-webkit-min-device-pixel-ratio: 2)  
and (min-width : 768px)   
and (max-width : 1024px)   
{	
	
.speakers-block				{padding-top: 0px;}
.speakers-block .spkr-desc	{padding-top: 0px;}}

/* 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)  
{
	
.speakers-block							{padding-top: 100px;}
.speakers-block .spkr-desc				{padding-top: 100px;}}

.speaker-wrap span img{width:50px;}
.speaker-wrap span {position: absolute;top:5%;right:5%;width: 100%;text-align: right;}


.spk-block						{height: 100%; background-color: #0a5d4f; -webkit-box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.1); box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.1);border-radius: 25px;padding: 10px;}

.spk-block .spk-img				{overflow: hidden; -webkit-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); position: relative;}
.spk-block .spk-img img			{/*opacity: 0.8;*/ -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1); transform: scale(1); mix-blend-mode: multiply;border-radius: 25px;padding: 15px;}
.spk-block:hover .spk-img img 	{opacity: 1; -webkit-transform: scale(1.1); transform: scale(1.1); mix-blend-mode: normal;}
.spk-block .spk-desc			{/*padding: 1rem;*/text-align: center;}
.spk-block .spk-desc .line-a	{font-size: 110.0%;font-weight: 500!important;}
.spk-block .spk-desc .line-b	{font-size: 90.5%;font-family: "Philosopher", sans-serif;color:#fff;font-weight: 300;}
.spk-block .cv-more a {background: rgb(46,66,130);background: linear-gradient(90deg, rgba(46,66,130,1) 0%, rgba(113,113,186,1) 100%);padding-left: 25px;padding-right: 25px;padding-top: 5px;padding-bottom: 5px; font-size:16px;border-radius: 5px;font-weight: 300;font-family: "Philosopher", sans-serif;}

.speaker-wrap .cv-more a {background: rgb(46,66,130);background: linear-gradient(90deg, rgba(46,66,130,1) 0%, rgba(113,113,186,1) 100%);padding-left: 25px;padding-right: 25px;padding-top: 5px;padding-bottom: 5px; font-size:16px;border-radius: 5px;font-weight: 300;color: #fff;}

.speaker-wrap .cv-more{text-align: center;}

.spk-block .spk-img span 			{position: absolute; bottom: 0; left: 0; width: 100%; text-align: center;}
.spk-block .spk-img span img 		{width: 36px;}
.spk-block .spk-img span img 		{opacity: 1; -webkit-transform: scale(1); transform: scale(1); mix-blend-mode: normal;}
.spk-block:hover .spk-img span img 	{-webkit-transform: scale(1); transform: scale(1); mix-blend-mode: normal;}

.grayscale {-webkit-filter: grayscale(100%);}
.spk-img img:hover {-webkit-filter: none;cursor:pointer;}

.spk-block a{font-family: "Philosopher", sans-serif;font-weight: 500;color:#fff;}
.spk-block .cv-more{text-align: center;margin-bottom: 2rem;}


.program-wrap		{padding-top: var(--def-padding); padding-bottom: var(--def-padding);}
.program-wrap h1    {color:#041931;text-align: center;font-size: 60px;padding-bottom: 2rem;}



.prog-row					{padding-top: 1rem; padding-bottom: 1rem; padding-left: 0.5rem; padding-right: 0.5rem;}
.prog-row:not(:last-child)	{border: 1px solid #fdfde0;}

.prog-row-a					{background-color: #ccdee8;}
.prog-row-b					{background-color: #fdecd4;}

.nav-pills .nav-link 		{border-radius: 0; background-color: #73a9cb;}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link 	{background-color: #00588e;}

.nav-justified .nav-item,
.nav-justified>.nav-link 	{margin-right: 3px;}

.nav-justified .nav-item:last-child,
.nav-justified>.nav-link:last-child 	{margin-right: 0;}

.prog-row img{border-radius: 10%;border:3px solid #918663;}
.prog-row .spkr-img{border:0px;}
.prog-row .speakers-block:hover .spkr-img img {transform: none;}

.prog-row .speakers-block{text-align: -webkit-center;}


.line-aa		{color: #FFFFFF; text-align: left; font-size: 125%; text-transform: uppercase; font-weight: 500;}
.line-bb		{color: #FFFFFF; text-align: left;}

.program-wrap .nav-pills .nav-link.active,
.program-wrap .nav-pills .show>.nav-link 	{color: #FFFFFF; background-color: #08295b;border-radius:20px;border:2px solid #fff;}
.program-wrap .nav-link 					{color: #FFFFFF; background-color: #08295b;border-radius:20px;}
.program-wrap li{margin: 5px;}
.program-wrap .line-b{color:#f5c504;}

.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%;}

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

.program-wrap .nav-item .line-a				{font-size: 200%; font-weight: 700;}
.prog-row				{padding: 0.75rem 0.5rem; border-bottom: 1px solid #CCCCCC;}
/*.prog-row:last-child	{border-bottom: none;}*/

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

.highlight-row-2 .lecture {text-transform: uppercase;font-size: 20px!important;}

.highlight-row-1{background: linear-gradient(90deg, #fef8a8 0%, #fdfbe1 100%);}

.prog-row .doc img		{border-radius: 100%;width:50%;float: right;}
.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-row.highlight-c img   {width: 50%;border-radius: 50%;}

/*.workshop-wrap		{padding-top: var(--def-padding); padding-bottom: var(--def-padding); background-color: #f2f2f2;}
.workshop-wrap h1 	{color: #2bb2cf; font-size: 300%; text-align: center;}*/




.registration-wrap		{padding-top: var(--def-padding); padding-bottom: var(--def-padding);}
.registration-wrap h1    {color:#041931;text-align: center;font-size: 60px;padding-bottom: 2rem;}
.btn-register{background-color:#50b46f;border:0px;color: #fff;}

.support h3{font-size:26px;}


.footer				{padding-top: 1rem; padding-bottom: 0rem; background-color: #fffbc4; font-size: 75%; color: #000;}
.footer a 			{color: #000; /*text-decoration: underline;*/}
.footer a:hover 	{color: #000; text-decoration: none;}

    
    
.iti 											{display: block;}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] 		{padding: 1rem 3rem;}



.sponsors-wrap			{padding-top: var(--def-padding); padding-bottom: var(--def-padding);}
.sponsors-wrap h1 		{text-align: center;font-size:60px;color:#041931;padding-bottom: 2rem;}
.sponsors-wrap .sponsors-block	{border-top: 1px solid #0a5d4f;border-bottom: 1px solid #0a5d4f;border-left: 1px solid #9d9268;border-right: 1px solid #9d9268;}
.sponsors-wrap h4{font-family: "Marcellus", serif;font-weight: 600;text-align:center;color:#0a5d4f;font-size:25px;margin-top:3rem;margin-bottom: 2rem;}


.reg-gray				{background-color: #f2f2f2; padding: 1rem; border-radius: 0.25rem;}
.grand-total			{background-color: #cccccc; padding: 1rem; border-radius: 0.25rem;}



.committee-wrap {padding-top: 3rem;padding-bottom: 3rem;background:linear-gradient(90deg, rgba(22,82,72,0.9) 0%, rgba(24,50,51,0.9) 100%), 
    url("../images/pattern.png");background-size: contain;background-repeat: repeat;}
.committee-wrap h1{font-size:300%;}





.patronage			{padding-top: var(--def-padding); padding-bottom: var(--def-padding); background-color: #FFFFFF;}


/* ===== PRELOADER ===== */
#preloader	{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 9999;}
#status		{width: 72px; height: 72px; position: absolute; left: 50%; top: 50%; background-image: url("../images/loading.gif"); background-repeat:no-repeat; background-position: center center; margin: -36px 0 0 -36px;}
/* ===== 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;}	
.menu-area{background-color: rgba(0,0,0,0.8)!important;}	
	
}


/* 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;}


.page				{margin-top: 69px;}
.menu-area          {background-color: rgba(0,0,0,0.8)!important;}	
.menu-area.sticky 	{background-color: rgba(0,0,0,0.8);}	
	
	
/*.banner-area				{position: static; padding-top: 1rem; padding-bottom: 1rem;}
.banner-area .cont-holder	{position: static;}
.banner-area .bg-holder		{display: none;}*/
	
.banner-area .cme			{position: static; width: 200px; height: auto; }	
	
	
	
.speakers-wrap .swiper-button-next,
.speakers-wrap .swiper-button-prev 			{width: 48px; height: 48px;}

.speakers-wrap .swiper-button-next:after,
.speakers-wrap .swiper-button-prev:after 	{font-size: 18px;}}


/* 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;}
	
.menu-area{background-color: rgba(0,0,0,0.8)!important;}	
.menu-area.sticky 	{background-color: rgba(0,0,0,0.8);}
	
.page				{margin-top: 70px;}
	
.banner-area				{position: static; padding-top: 1rem; padding-bottom: 1rem;}
.banner-area .cont-holder	{position: static;}
.banner-area .bg-holder		{display: none;}
	

.banner-area .cme			{position: static; width: 200px; height: auto; }	
.banner-area .name-moh		{position: static; margin-bottom: 1rem;}
	
	
.speakers-wrap .swiper-button-next,
.speakers-wrap .swiper-button-prev 			{width: 48px; height: 48px;}

.speakers-wrap .swiper-button-next:after,
.speakers-wrap .swiper-button-prev:after 	{font-size: 18px;}}

/* 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: 70px;}

.menu-area{background-color: rgba(0,0,0,0.8)!important;}	
.menu-area.sticky 		{background-color: rgba(0,0,0,0.8);}	
	
.speakers-wrap .swiper-button-next,
.speakers-wrap .swiper-button-prev 			{width: 48px; height: 48px;}

.speakers-wrap .swiper-button-next:after,
.speakers-wrap .swiper-button-prev:after 	{font-size: 18px;}
	
.speaker-block .speaker-desc .line-a		{font-size: 100%; margin-bottom: 0.5rem;}	
	
.left-area					{text-align: center;}
	
	
.nav-justified .nav-item,
.nav-justified>.nav-link 	{margin-right: 0px;}
	
.banner-area .cme			{position: static; width: 200px; height: auto; margin: inherit; margin-bottom: 1rem; margin-left: 1rem;}
.banner-area .name-moh		{position: static; margin-bottom: 1rem;}}

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

.page				{margin-top: 0px;}
	
.menu-area{background-color: rgba(0,0,0)!important;}	
.menu-area.sticky 		{background-color: rgba(0,0,0,0.8);}
	

.speakers-wrap .swiper-button-next,
.speakers-wrap .swiper-button-prev 			{width: 48px; height: 48px;}

.speakers-wrap .swiper-button-next:after,
.speakers-wrap .swiper-button-prev:after 	{font-size: 18px;}
	
.speaker-block .speaker-desc .line-a		{font-size: 100%; margin-bottom: 0.5rem;}
	
	
.banner-area				{/*position: static;*/ padding-top: 0%; padding-bottom: 1rem;}
/*.banner-area .cont-holder	{position: static;}*/
/*.banner-area .bg-holder		{display: none;}*/
	
.left-area					{text-align: center;}
	
	
.nav-justified .nav-item,
.nav-justified>.nav-link 	{margin-right: 0px;}
	

.banner-area .cme			{position: static; width: 200px; height: auto; margin: inherit; margin-bottom: 1rem; margin-left: 1rem;}
.banner-area .name-moh		{position: static; margin-bottom: 1rem;}}

.float-whatsapp{text-align: center;font-size: 18px;font-weight: 500;color: #000;/*border-top: 1px solid;border-bottom: 1px solid;*/}
.float-whatsapp a{color:#000!important;}
.padding-left-right{padding-left: 5%;padding-right: 5%;}


.affiliation-section{padding-top: 2rem;padding-bottom: 2rem;background-image: url("../images/affiliation-back.png");background-position: center;background-repeat: no-repeat;}


.conf-quick-details{margin-top: 2rem; border-bottom: 3px solid #84bc63;border-top: 3px solid #2290b9;border-left: 3px solid #84bc63;border-right: 3px solid #2290b9;padding: 10px;border-radius: 15px;background-image: url("../images/affiliation-back.png");background-repeat: no-repeat;background-position: center;}
.conf-quick-details .counter-wrap img{width:20%;margin-bottom:1rem;}

.conf-quick-details .counter-wrap h1{color:#fff;display: inline-block;}
.conf-quick-details .counter-wrap span{color:#fff;font-size:22px;text-transform:uppercase;}

.speaker-block {position: relative;margin-bottom: 40px;}
.speaker-block .inner-box {position: relative;height: 100%;}
.speaker-block .image-box {position: relative;padding: 5px;background-color: rgba(255,255,255,.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: #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 .image-box .image {position: relative;margin-bottom: 0;z-index: 1;overflow: hidden;background: radial-gradient(circle, rgba(34,145,186,1) 0%, rgba(6,52,99,1) 100%);}
.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: radial-gradient(circle, rgba(6,52,99,1) 0%, rgba(34,144,185,1) 100%);
text-transform: uppercase;}
.speaker-block .social-links li {position: relative;display: inline-block;margin: 0 9px;}
.speaker-block .social-links li a {position: relative;display: block;font-size: 14px;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: .40;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: 30px;}
.speaker-block .caption-box .name {position: relative;display: block;font-size: 16px;line-height: 1em;color: #ffffff;font-weight: 400;margin-bottom: 10px;text-align: center;background-color: #063463;padding: 10px;border-bottom: 3px solid #84bc63;border-top: 3px solid #2290b9;/*border-left: 3px solid #84bc63;border-right: 3px solid #2290b9;border-radius: 0.25rem;*/}
.speaker-block .caption-box .name a {color: #ffffff;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;}
.speaker-block .caption-box .designation {position: relative;display: block;font-size: 14px;line-height: 26px;color: #ffffff;font-weight: 400;opacity: .70;text-align: center;}
.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;}
.animated-box {position: relative;}
.animated-box:after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;border-radius: 4px;background: linear-gradient(120deg, #000, #85bc61, #2291ba);background-size: 300% 300%;clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 3px calc(100% - 3px), 3px 100%, 100% 100%, 100% 0%, 0% 0%);}

.animated-box.in:after {animation: frame-enter 1s forwards ease-in-out reverse, gradient-animation 4s ease-in-out infinite;}
/* motion */
@keyframes gradient-animation {
  0% {
    background-position: 15% 0%;
  }
  50% {
    background-position: 85% 100%;
  }
  100% {
    background-position: 15% 0%;
  }
}

.committee-speakers-dept-head h3{color:#fff;font-weight:400;}

.reg-left {background: linear-gradient(90deg, rgba(118, 116, 190, 1) 0%, rgba(65, 94, 187, 1) 35%);padding: 1rem 1rem;height: 100%;color: #FFFFFF;}

.amount-main {background: #05317a;/* padding: 10px 0px 0px 0px; */border-radius: 3px;/* margin: 15px 0; */}
.total-payment h4 {color: #fff;font-weight: 300;}

h4.float-whatsapp{font-weight:400;font-family: "Philosopher", sans-serif;}
.btn-registration{background-color: #0a5d4f;border:1px solid #0a5d4f;}
.btn-registration:hover{background-color: #0a5d4f;border:1px solid #0a5d4f;}
.item-detail {text-align: right;padding-right: 10px;font-size: 19px;font-weight: 500;padding-top: 5px;background-color: #0e559f;}
.registration-method .unstyled li{display:block;margin:0px;font-family: "Philosopher", sans-serif;}
.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:#fff!important;}
.registration-method h4{color:#fff;text-transform: none;padding-bottom: 1rem;font-weight: 600;font-family: "Philosopher", sans-serif;}
.registration-div p{padding-top:0px;padding-bottom:15px;font-family: "Philosopher", sans-serif;}
.registration-amount{position:absolute;top:5%;right:0px;float:right;font-weight:bold;font-family: 'Rubik', sans-serif;}
.registration-method ul li:last-child p{padding-bottom:0px;}
.registration-method ul{padding-left: 0rem;}
.registration-method li{padding-bottom: 1rem;}
ul.unstyled-pay{list-style: none;padding-left: 0rem;}
.form-floating>.form-select{font-family: "Philosopher", sans-serif;}
h5.note{color:#0a5d4f;font-size:21px;}

.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;}

.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%;}
.modal-body p{font-size:18px;}

@media only screen and (max-width:1440px){
.date-time h3{font-size:23px;}
.location-time h3{font-size:23px;}
.affiliation-section{padding-top:8rem;}
.affiliation-section h1{font-size:35px;}
/*.chairperson-wrap p{font-size:16px;}*/
.conf-quick-details .counter-wrap span{font-size:20px;}
.welcome-note{margin-left: -15%;}
/*.left-area{margin-top: 2%;}*/
.cme-img img{width:14%;}
ul#example{padding: 25px 0px;}
.cardio-header-logo{width:40%!important;}
.banner-area{padding-bottom: 10rem;}}

@media only screen and (max-width:1280px){
.left-area	{margin-top: 5%;}
.count-div{width:160px!important;}
.banner-area .cont-holder{top:10%;}
.countdown-right{margin-top: -8rem;}}

@media only screen and (max-width:1366px){
.speaker-wrap span{bottom:40%;}}

@media only screen and (max-width:1024px){
.date-time h3{font-size:18px;}
.location-time h3{font-size:18px;}
.speaker-block .caption-box .name{font-size:14px;}
.btn-registration{font-size:16px;}
.menu-area .navbar-expand-lg .navbar-nav .nav-link{padding-left: 0.5rem;padding-right: 0.5rem;}
/*.prog-row .time{width:30%;}*/
.left-area{margin-top: 0%;}
h1.powered-by{font-size:30px!important;}	
.speaker-wrap span{bottom: 42%;}
.count-div{width:160px!important;}
.prog-row .time{font-size:11px;}
.welcome-note{margin-left: 0%;margin-right: 0%;}
ul#example li{margin-left: -10px!important;}
.cme-img img{width:15%!important;}
.menu-area{background-color: transparent!important;}
.banner-area{margin-top: -5rem;}
.banner-area .cont-holder{margin-top:0%;}
.cardio-header-logo{width:60%!important;}
.banner-area{padding-bottom: 20rem;}
.chairperson-text h2{font-size:35px;}
.speaker-wrap span img{width:40px;}
.kims-logo img{width:12%!important;}}

@media only screen and (max-width:768px){
.date-time h3{font-size:18px;font-weight:600;}
.location-time h3{font-size:20px;font-weight:600;}
.date-time img{width:25px;}
.location-time img{width:25px;}
.conf-heading{width:100%;}
.conf-quick-details .counter-wrap span{font-size:14px;}
.conf-quick-details .counter-wrap img{width:40%;}
.prog-row .time{width:100%;}
.prog-row .doc img{width: 100%;}
.btn-registration{width:60%;font-size:14px;}
.left-area{margin-top: 10%;}
.right-area{margin-top: 12%;}
.page{margin-top: 0px;}
.inner-banner img{padding-top:4rem;}
.conf-heading h1{font-size:33px;}
ul#example li{margin-left: 10px!important;}
.countdown-right{margin-top: 10rem;}
.chair-col-section-details{text-align: center;}
.button-international-local{font-size: 20px!important;}
.program-wrap .speakers-block .spkr-img{right: auto;width: 50%;}
.prog-row .lecture{font-size:17px!important;}
.left-area .line-c{margin-top: 1rem;}
.banner-area .cont-holder{top:10%;margin-top: 0%;}
.cme-img img{width:25%!important;}
.prog-row .speakers-block{padding-top: 0px;}
.speaker-wrap span img{width:40px;}
.spkr-desc .line-a{fnt-size:18px;}
.banner-area{padding-bottom:35rem;}
.chairperson-text p{font-size:20px;}
.speaker-wrap h1{font-size:45px;}
.program-wrap h1{font-size:45px;}
.registratin-wrap h1{font-size:45px;}
.sponsors-wrap h1{font-size:45px;}
.offcanvas-end-menu{background: linear-gradient(90deg, rgb(0 0 0) 0%, rgba(10, 93, 79, 1) 100%);}
ul.navbar-nav{background: none;}
.btn-close-menu{margin-top: -12rem!important;background-color: #fff; padding: 20px!important;}
.menu-area li{border-bottom:1px solid #f5f5f563;}
.modal-body p{font-size: 16px;}
.talk-pill{border-radius: 25px!important;}}

@media only screen and (max-width:475px){
.cme-img img{width: 40%!important;}	
.right-area{margin-top: -40%;}
/*.left-area{margin-top:70%;}*/
.banner-area .cont-holder{position: relative;}
.affiliation-section h1{font-size:25px;}
.conf-heading{width:100%;}
.chairperson-wrap{padding-top: 2rem;padding-bottom:2rem;}
.committee-wrap{padding-top: 2rem;padding-bottom:2rem;}
.program-wrap{padding-top: 2rem;padding-bottom: 2rem;}
.speaker-wrap{padding-top: 2rem;padding-bottom: 2rem;}
.sponsors-wrap{padding-top: 2rem;padding-bottom: 2rem;}
.registration-wrap{padding-top: 2rem;padding-bottom: 2rem;}	
.speaker-block .caption-box .name{line-height: normal;}
.program-wrap li{width:100%;}
.program-wrap .nav-item .nav-link{width:100%;}
.program-wrap .nav-link{padding: 5px;}
.prog-row .time{font-size: 14px;}
.btn-registration{width:100%;}
.prog-row.highlight-c .lecture{font-size:15px;}
.conf-heading h1{font-size:25px;}
.padding-left-right{padding-left: 0%;padding-right: 0%;}
.counter{margin-top: 5%;}
.chairperson-wrap p{font-size:16px;font-weight: 400;}
.footer p{font-size:16px!important;}
.menu-area{padding-top: 0rem;padding-bottom: 0rem;}
.inner-banner img{padding-top:3rem;}
.prog-row.highlight-c img{width:30%;}
.workshop-wrap li{width:100%;}
.workshop-wrap .nav-item .nav-link{width: 100%;}
.highlight-c h4{font-size:18px;text-align: center;}
.box-card-flag{width: 30px!important;bottom: 10px!important;}
.speaker-block .inner-box:hover .social-links{bottom: 10px;}
.program-wrap .speakers-block .spkr-img{width:75%;}
.highlight-row-2 .lecture{font-size:15px!important;}
.prog-row .time	{width:70%;}
.prog-row .docname{font-size:15px!important;}
.cme-cpd{margin:2rem!important;}
.cme-cpd a{font-size:20px!important;}
.powered-by h1{font-size:30px!important;}
.kims-logo{left:3%;top:10%!important;}}

@media only screen and (max-width:375px){
.highlight-row-2 .lecture{font-size:16px;}
.spkr-desc .line-a{font-size:14px!important;}
.speaker-wrap span{bottom:45%;}
.speakers-block .spkr-desc{padding-top: 40px!important;}
.chair-conf-heading h1{font-size:30px!important;}
.chair-conf-heading span{font-size:20px!important;}
.welcome-note h3{font-size:20px!important;}
ul#example li p{font-size:12px!important;}
.spk-block .cv-more a{font-size:13px;}}

@media only screen and (max-width:360px){
.speakers-block .spkr-desc {padding-top: 35px !important;}
.speaker-wrap span{bottom:45%;}
.cme-cpd a{font-size: 16px!important;}
.powered-by h1 {font-size: 25px!important;}}	


.box-card-flag {right:0%;transform: translateX(-50%);width: 40px;bottom: 25px;z-index: 5;position: absolute;}
.footer p{font-size:15px;font-weight:500;}



#tsparticles{top:0;left:0;position:absolute; width:100%;height:0;z-index:0;padding-top:85%;overflow:hidden;}
canvas{display:block;position:absolute;left:0;top:0;height:100%;width:101.902173913%;opacity:0.1;}
#tsparticles::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:20%;z-index:9;display:none;border:2px solid green;background: linear-gradient(0deg, rgba(34,15,75,1) 0%, rgba(34,15,75,1) 42%, rgba(34,15,75,0.5466561624649859) 81%, rgba(34,15,75,0) 100%);}


.date-time-workshop h3{font-size:22px;font-weight:400;}

@media only screen and (max-width:1366px){
.date-time-workshop h3{font-size:20px;}
ul#example li{margin-left:20px;}
.nav-tabs button{font-size:16px!important;}}

@media only screen and (max-width:1280px){
.date-time-workshop h3{font-size:19px;}
.affiliation-section{padding-top: 10rem;}}

@media only screen and (max-width:1024px){
.nav-tabs button{font-size:14px!important;}}

@media only screen and (max-width:768px){
.date-time-workshop h3{text-align: center;display: block;}
.affiliation-section{padding-top: 12rem;}
.nav-tabs button{width:50%;margin:5px;}
.cardio-header-logo{width:80%!important;}}

@media only screen and (max-width:475px){
body{background: linear-gradient(90deg, #f7f4ba 0%, #fbf9cf 100%);}
.date-time-workshop img{display: none;}
.affiliation-section{padding-top: 3rem;}
.date-time-workshop h3{font-size:16px;}
.speaker-block .caption-box .name{font-size:13px;}
.program-wrap .nav-item .line-a{font-size:110%;}	
.workshop-wrap .nav-item .line-a{font-size:110%;}
.prog-row .doc img{float: none;}
.onoffcanvas h3{font-size:20px!important;}
.onoffcanvas p{font-size:14px!important;}
.close-button{top:0%!important;}
.chair-conf-heading h1{font-size:30px;}	
.chair-conf-heading span{font-size:18px;}
ul#example li span{font-size:25px;}
ul#example li{margin-left: 0px!important;}
.count-div{width: 90px!important;}
ul#example li p{font-size:14px;}
/*.banner-area .cont-holder{background-color: #002b25;}*/
.countdown-right{margin-top: 0rem;}
.nav-tabs button + button {margin-left: 0%!important;}
.button-international-local{width: 100%!important;}
.spkr-desc .line-a{font-size:17px;font-weight:500;}
.spkr-desc .line-b{font-size:12px;}
.speaker-wrap .cv-more a{font-size:11px;}
.speaker-wrap span{bottom: 45%;}	
.welcome-note h3{padding-top: 0rem;font-size: 25px;}
.jahra-back-icon{display: none;}
.agenda-back-top img{top:0rem;}
.agenda-back-top{width:25%!important;opacity: 0.2!important;right: 20px!important;left: auto!important;}
.agenda-back-bottom img{bottom:10rem!important;}
.agenda-back-bottom{width:25%!important;opacity: 0.2!important;}
.cardio-header-logo{width:100%!important;}
.calendar-location-row span{font-size:16px;}
.banner-area{padding-bottom: 2rem;}
.chairperson-text h2{font-size:25px;}
.speaker-wrap h1{font-size:35px;}
.program-wrap h1{font-size:35px;}
.registration-wrap h1{font-size:35px;}
.sponsors-wrap h1{font-size:35px;}
.bg-holder-mobile{display: block!important;position: absolute;}}

@media only screen and (max-width:375px){
.speaker-block .social-links li a{font-size:12px;}
.footer p{font-size:13px;}
.count-div {width: 85px!important;}}

@media only screen and (max-width:360px){
.count-div {width: 80px!important;}}

@media only screen and (max-width:320px){
.count-div {width: 70px!important;}
.location-time h3 {font-size: 18px;}}


ul.listings-cv{padding-left: 2rem;}
ul.listings-cv li{color:#000;font-weight:400;line-height: 30px;}


@media (min-width: 2500px) and (max-width: 2560px){
.right-area img{margin-top: 16rem;margin-left: 7.5rem;}
.cardio-header-logo{width:35%;}}	

@media (min-width: 2008px) and (max-width: 2100px){
.right-area img{margin-top: 13rem;margin-left:6rem;}
.cardio-header-logo{width:33%;}}

@media only screen and (max-width:1800px){
.right-area img{margin-top: 10.5rem;margin-left:5rem;}}

@media only screen and (max-width: 1440px) {
.right-area img {margin-top: 5.5rem;margin-left: 1rem;}}

@media only screen and (max-width:1024){
.right-area img{margin-top: 4.5rem;}}

@media only screen and (max-width: 768px) {
.right-area img {margin-top: 0.5rem;margin-left: 0rem;}}


.cardio-header-logo{width:45%;}

.accordion-main nav{margin-bottom:3rem;margin-top:3rem;}
.accordion-main .nav-tabs{border-bottom:none;display:flex;margin:0 auto;justify-content:center;}
/*.nav-tabs button{font-size:1.875rem;border:none;background:none;text-transform:uppercase;cursor:var(--white);padding:0.6rem 0;font-weight:500;color:var(--white);}*/
/*.nav-tabs button + button{margin-left:16.25rem;}*/
.nav-tabs button.active{}

.button-container{display: flex;gap:0px;}
.button-international-local{}
/*.button-local{width:30%;color:#fff!important;}*/

.animation-white	{animation:flikering 10s linear infinite;}

@keyframes flikering {
	0% {opacity:0}
	1% {opacity:1}
	2% {opacity:0}
	3% {opacity:1}
	4% {opacity:0}
	30% {opacity:1}
	40% {opacity:0}
	51% {opacity:0}
	52% {opacity:1}
	53% {opacity:0}
	54% {opacity:1}
	55% {opacity:0}
	56% {opacity:1}
	57% {opacity:0}
	70% {opacity:1}
	100% {opacity:0}
}

.prog-row				{padding: 0.2rem;border: 1px solid #444; /*border: 1px solid #ebebeb; background-color: #FFFFFF;*/ margin-bottom: 0.25rem;border-radius: 100px;width:100%;}
.prog-row-new{margin-bottom:4rem;}
.prog-row-new-1{margin-top: 3rem; margin-bottom:4rem;}
.prog-row:last-child	{margin-bottom: 0;}
.prog-row .time			{color:#000;font-weight: 600;text-transform: uppercase;}
.prog-row .doc			{}
.prog-row .doc img 		{max-width: 60px; width: 100%;}
.prog-row .lecture		{font-weight: 400; font-size:20px;color:#041931;}
.prog-row .lecture-session{color:#041931;font-size:25px!important;font-weight: 600;}
.prog-row .session-moderator{color:#747474!important;}
.prog-row .docname		{font-weight: 600; font-size: 17px;color:#747474;}
.prog-row .topics		{color: #ccffcc;}
.prog-row .short-course	{color: #000000;}
.prog-row .play			{font-size: 200%;}
.prog-row .play a		{color: var(--blue-color); display: inline-block;}
.prog-row .play a:hover	{color: var(--pink-color);}
.prog-row.highlight-a	{background-color: #eae7f6; border-color: #d5d1ee;}
.prog-row.highlight-b	{background-color: #4c4c4c; border-color: #4c4c4c; color: #041931;}
.prog-row.highlight-a .docname {color: #FD226A;}
.prog-row.highlight-b .docname {color: #041931;}
/*.prog-row .doc img		{border-radius: 100%;}*/
/*.highlight-row-1{background-color: #fff;}*/
.highlight-row-2 {background: linear-gradient(90deg, #fef8a8 0%, #fdfbe1 100%);text-align: center;}
/*****PROGRAM_SECTION CSS ENDS HERE********/

.jahra-circle {position: relative;z-index:1;}
.jahra-circle img{animation:rotation linear 50s infinite;width:40%;right:10%;margin-top: 5%;position: absolute;}
.jahra-circle img{}
@keyframes rotation{
	0%{transform:rotate(0deg)}
	100%{transform:rotate(360deg)}
}

.talk-sub span{display: block;color: #000;font-weight: 600;font-size:14px;}

@media only screen and (max-width:475px){
.bg-holder-desktop{display: none;}
/*.left-area-desktop{display: none;}*/
.left-area-mobile{display: block;}
.banner-area .cont-holder{margin-top:5%;}
.left-area-mobile h3{color:#073e39;}
.left-area .line-b{display: inline-block;}
.left-area .line-c{margin-top: 1rem;z-index: 9;}
.right-area img{width:100%;margin-top: -10rem;}
.desktop-swiper{display: none;}
.mobile-swiper{display: block;margin-top: 28rem;text-align: center;}
.mobile-swiper img{width:55%;}
.bg-holder-video video{opacity: 0.8;}
.date-time h3 {font-size: 18px;font-weight: 500;color:#000;}
.location-time h3 {font-size: 18px;font-weight: 500;color:#000;}
.left-area{margin-top:15%;}
.location-time{margin-top: 1rem;margin-bottom: 1rem;}}

@media only screen and (max-width:390px){
.mobile-swiper{margin-top: 25rem;}}

@media only screen and (max-width:375px){
.mobile-swiper{margin-top: 25rem;}
.location-time h3{font-size:16px;}}

@media only screen and (max-width:360px){
.mobile-swiper{margin-top: 23rem;}
.mobile-swiper img{width:60%;}}

@media only screen and (max-width:320px){
.mobile-swiper{margin-top: 21rem;}
.mobile-swiper img{width:55%;}}

/*.committee-wrap{display:none;}*/



.nav-tabs button {font-size: 18px;border: none;background: none;text-transform: uppercase;cursor: var(--white);padding: 0.6rem 0;font-weight:400;color: var(--white);padding: 15px;background-color: #ffffff7d !important;border-radius: 50px;}
.nav-tabs button + button {margin-left: 15px;}
.nav-tabs button.active {color: #fff;font-weight: 500;background: linear-gradient(90deg, rgba(158, 146, 105, 1) 0%, rgb(157 146 104) 100%)!important;padding: 15px;}


.bg-holder-video {position: relative;overflow: hidden;background-color: #000;}
.bg-holder-video video {z-index: auto;top: 0;width: 100%;height: 100%;object-fit: cover;opacity: 0.5;}



.jahra-back-icon{position: absolute;right: 20px;width: 10%;opacity: 0.5;}
.jahra-back-icon img{top: 5rem;position: relative;}

.jahra-back-logo-icon{position: absolute;left: 20px;width:20%;opacity: 0.5;}
.jahra-back-logo-icon img{top: 5rem;position: relative;}


.agenda-back-top{position: absolute;left: 20px;width: 12%;opacity: 0.5;}
.agenda-back-top img{top: 5rem;position: relative;}

.agenda-back-bottom{position: absolute;right: 20px;width: 12%;opacity: 0.5;}
.agenda-back-bottom img{bottom: 30rem;position: relative;}

.cme-img img{width:12%;}	

.cme-img-mobile{display:none;}

@media only screen and (max-width:768px){
.cme-img-desktop{display: none!important;}
.cme-img-mobile{display: block!important;}
.top-tag{position: relative!important;margin-top: 2rem;z-index: 1!important;}
.menu-area{top:0rem;background-color: #000!important;padding-top: 0rem;padding-bottom: 0rem;}
.top-tag h5{font-size:15px!important;}
.banner-area{margin-top: -0.5rem;}}


.top-tag {position: fixed;top: 0;left: 0;width: 100%;background-color:#9c9069;text-align: center;padding-top:10px;font-size: 18px;z-index: 1000;display:none}
.top-tag span{display: block;color: #000;font-weight:500;}
.top-tag h5{color:#fff;font-weight:400;line-height: 30px;font-weight: 500;font-size:20px;}
.close-btn {position: absolute;top: 5px;right: 20px;background-color: #020b28;color: white;border: none;border-radius: 50%;font-size: 18px;cursor: pointer;padding: 5px 12px;}

.cert-logo {padding-top: 3rem;padding-bottom: 3rem;}
.cert-logo img{width: 50%;}
.cert-body {padding-top: 1rem;padding-bottom: 1rem;}
.page-certificate{background: linear-gradient(90deg, rgba(22, 82, 72, 1) 0%, rgba(24, 50, 51, 1) 100%);}
.cert-body h5{color:#dbeef8;font-weight: 400;font-size: 25px;}
.cert-body td{color:#dbeef8;}
.cert-body th{color:#dbeef8;}
.cert-body a{color:#dbeef8;}
.cert-body h1{font-size:50px;color:#dbeef8;}

.bg-holder-mobile{display: none;}




  :root{
    --pill-bg-1: #fff7c7;          /* soft yellow */
    --pill-bg-2: #fdefa6;          /* soft yellow gradient */
    --pill-shadow: 0 8px 24px rgba(0,0,0,.12);
    --accent-green: #2bb673;       /* divider + avatar glow ring */
    --name: #3c3a3a;               /* dark text */
    --subtle: #535354;             /* subtitle */
  }

.talk-pill{ position: relative;background-color:#f5e879;border-radius: 100px;min-height: 110px;box-shadow: var(--pill-shadow);padding: 18px 18px 18px 120px;overflow: visible;}
  /* top-right time */
.talk-pill .talk-time{position: absolute;top: -25px;right: 18px;font-weight: 600;font-size:17px;  letter-spacing: .3px;font-family: "Inter", sans-serif;}
  /* speaker avatar overlapping the pill */
.talk-avatar{position: absolute;left: -6px;top: 50%;transform: translateY(-50%);width: 110px; height: 110px;display: grid; place-items: center;filter: drop-shadow(0 6px 14px rgba(0,0,0,.18));}
.talk-avatar .circle{width: 100px; height: 100px; border-radius: 50%;overflow: hidden;box-shadow: 0 0 0 3px rgb(43 182 115 / 74%), 0 2px 10px rgb(0 0 0);}
.talk-avatar img{width: 100%; /*height: 100%;*/ object-fit: cover;display: block;}
.talk-title{ margin: 10px 0 2px 0; font-weight: 600;font-size:19px;color: var(--name);/*text-transform: uppercase;*/letter-spacing: 0px;font-family: "Inter", sans-serif;}
.talk-title-1{ margin: 15px 0 2px 0; font-weight: 600;font-size:19px;color: var(--name);/*text-transform: uppercase;*/letter-spacing: 0px;font-family: "Inter", sans-serif;font-size:30px;}
.talk-title-2{ margin: 15px 0 2px 0; font-weight: 600;font-size:19px;color: var(--name);/*text-transform: uppercase;*/letter-spacing: 0px;font-family: "Inter", sans-serif;font-size:20px;}
.talk-title-2 span{display: block;}
.talk-sub{margin: 0; color: var(--subtle);font-weight: 500;font-family: "Inter", sans-serif;}
/* thin green divider between two columns on md+ */
@media (min-width: 768px){
/*.talk-col + .talk-col{ border-left: 2px solid var(--accent-green);}*/
.talk-title-1{font-size:25px;}}
  /* compact on small screens */
@media (max-width: 575.98px){
.talk-pill{padding: 16px 16px 16px 96px; min-height: 96px;}
.talk-avatar{ width: 96px; height: 96px; left: -8px; }
.talk-avatar .circle{ width: 78px; height: 78px; box-shadow: 0 0 0 5px rgba(43,182,115,.18), 0 2px 8px rgba(0,0,0,.12);}
.talk-title{ margin-top: 22px; font-size: 1rem; }
.talk-pill .talk-time{ font-size: .95rem; right: 14px; top: 8px; }}

@media only screen and (max-width:475px){
.prog-row .lecture-session{font-size:18px!important;}
.prog-row{border-radius: 0px;}
.talk-pill .talk-time{left: 15px;top: -25px;}
.talk-title{margin-top: 5px;}
.talk-title-1{font-size:20px;font-size:14px;}
.talk-title-2{margin: 10px 0 2px 0;font-size:14px;}
.talk-avatar .circle{width:70px;height: 70px;}
.talk-pill{min-height: 80px;}
.talk-sub{font-size:12px;}}

.powered-by{text-align: center;margin-top: 3rem;}
.powered-by h1{font-size:40px;color:#717171;}

.cme-cpd{text-align:center;margin: 5rem;}
.cme-cpd a{padding: 15px;background-color: #f5e879;font-size: 25px;border-radius: 10px;color: #323030;}


.kims-logo{position:absolute;left:15%;top:0%;}
.kims-logo img{width:12%;}

@media only screen and (max-width:1440px){
.kims-logo{left:5%;}}


@media only screen and (max-width:1366px){
.kims-logo{left:8%;}}