/*
@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    src: url("/20230403154929oe_/https://www.cumissc.com/font/Josefin_Sans/JosefinSans-Light.ttf");
}

@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: url("/20230403154929oe_/https://www.cumissc.com/font/Josefin_Sans/JosefinSans-Regular.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url("/20230403154929oe_/https://www.cumissc.com/font/Barlow_Semi_Condensed/BarlowSemiCondensed-Regular.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url("/20230403154929oe_/https://www.cumissc.com/font/Barlow_Semi_Condensed/BarlowSemiCondensed-LightItalic.ttf");
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url("/20230403154929oe_/https://www.cumissc.com/font/Playfair_Display/PlayfairDisplay-Regular.ttf");
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: bold;
    src: url("/20230403154929oe_/https://www.cumissc.com/font/Playfair_Display/PlayfairDisplay-Bold.ttf");
}
*/


@font-face {
	font-family: "Helvetica Neue LT Std Roman55";
	font-style: normal;
	font-weight: normal;
	src: url("/20230403154929oe_/https://www.cumissc.com/font/HelveticaNeueLTStd-Roman.ttf");
}
@font-face {
	font-family: "Helvetica Neue LT Std Med";
	font-style: normal;
	font-weight: normal;
	src: url("/20230403154929oe_/https://www.cumissc.com/font/HelveticaNeueLTStd-Md.ttf");
}
@font-face {
	font-family: "Abel-Regular";
	font-style: normal;
	font-weight: normal;
	src: url("/20230403154929oe_/https://www.cumissc.com/font/Abel-Regular.ttf");
}

:root {
  --text_purple: #803773;
  --text_green: #9dd0ca;
  --bg_grey: #e7e8e8;
  --text-purple_light : #8c57a2;
  --title-font: "Abel-Regular",'Helvetica Neue LT Std Med', Arial, sans-serif;
  --content-font: "Abel-Regular",'Helvetica Neue LT Std Med', Arial, sans-serif;
  --part_space : 70px;
   --content_bottom_gap:80px;
   --content_bottom_gap:80px;
}

@media only screen and (max-width:768px) {
	:root {
	  --content_bottom_gap:80px;
	  --content_section_gap:50px;
	      --part_space: 50px;
		  

	}
}
*{
	
	background-repeat:no-repeat;
	box-sizing: border-box;
	outline: none !important; 
	
}
html, body{
    /*overflow-x:hidden;*/ /*for iphone*/
	font-family: var(--content-font);
    font-size: 100%;
    line-height: 1.4;
    color:#4d5351;
    /*background-color: #f1f1f1;*/
}

body{
    margin:0;
	font-size:22px;
	text-align:center;
	background-color:#f7f7f7;
	position:relative;
}

a{
    text-decoration: none;
	color:inherit;
}
a:hover{
	color:var(--text_purple);
}
.pagecontent a{
	color:var(--text_purple);
}
.pagecontent a:hover{
	color:var(--text_purple);
}
.pagecontent p{
	max-width:1000px;
	text-align:center;
	margin:auto;
}
img{
    vertical-align: top;
	max-width:100%;
}


h1,h2,p,div,li, ol, ul{
	padding:0px;
	margin:0px;
}
select:focus {
    outline:0; 
}

select{
    background-image: url(/20230403154929oe_/https://www.cumissc.com/images/arrow-down.png);
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: right;
    padding-right: 20px;
}

select::-ms-expand{
    display: none;
}
fieldset.fset_style1{
	border-top:1px solid #346ca7;
	border-right:0px;
	border-left:0px;
	border-bottom:0px;
	margin-top:50px;
}
fieldset.fset_style1 legend{
	font-size:26px;
	color:#346ca7;
	padding:0px 20px;
}
fieldset.fset_style1 .tips{
	color:#6c7372;
	font-size:15px;
	margin-bottom:30px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family:var(--title-font);
    font-size: 1em;
	    color: var(--text_fieldInputColor);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder  {
    font-family:var(--title-font);
    font-size: 1em;
	    color: var(--text_fieldInputColor);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-family:var(--title-font);
    font-size: 1em;
	    color: var(--text_fieldInputColor);
}

input::-moz-placeholder,
textarea::-moz-placeholder  {
   font-family:var(--title-font);
    font-size: 1em;
	    color: var(--text_fieldInputColor);
}
.mainWidth{
	width:1380px;
	display:inline-block;
}
.dialog{
	display:none; 
}
.header{
	margin-top:10px;
	margin-bottom:10px;
}

header .maxw {
    display: flex;
}

.topheader{
	height:10px;
	background-color:#73256f;
	
}

.maxw{
	max-width:1000px;
	text-align:left;
	margin: 0px auto;
}
.bannerinfo{
	max-width:1380px;
	text-align:left;
	margin: 0px auto;
}
header .maxw,footer .maxw{
	width:1380px;
	max-width:calc( 100% - 100px );
}
footer{
	padding:25px 0px;
	font-size:16px;
	background-color:#e0e0e0;
}
footer section{
	text-align:left;
	float:left;
	margin:0px;
	margin-right:20px;
	
}

footer section.RHS{
    margin-right: 0px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
footer .divFollowTitle{
    text-align: center;
    font-size: 20px;
    color: #6e2c5c;
	font-weight:bold;
}
footer h1{
	font-size:18px;
	margin-bottom:5px;
	font-weight:700;
}
footer section label{
	margin-right:5px;
	display:inline-block;
}
footer section div{
	display:inline-block;
}
footer section span.sp{
	margin-left:15px;
}
footer section span.sp:before{
	content : ' | ';
	padding-right:15px;
}

.btnBack2top{
	/*background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon/icon_backtotop.png');*/
	background-color:#ffffff;
	border-radius:50%;
	 transform: rotate(270deg);
	background-size:contain;
	width:48px;
	height:48px;
	position:fixed;
	bottom:50px;
	right:50px;
	cursor:pointer;
	box-shadow: -2px 2px 8px #cccccc; 
	
	display:none;
}
.btnBack2top:after{
	content : '\203A';
	font-size:30px;
}
.header{
	position: relative;
}
.header .hlogo{
	width: 40%;
	width: unset;
    text-align: left;
    display: inline-block;
	display: inline-flex;
    vertical-align: top;
	align-items: flex-end;
}
.header .hlogo a{
	margin-right:0px;
	height: 100%;
	align-content: flex-end;
    display: inline-flex
}
header .RHS{
	width:40%;
	float:right;
	text-align:right;
	padding-top:50px;
	
	position: absolute;
    bottom: 20px;
    right: 0px;
}
button{
	color: #ffffff;
    border: 0px;
    font-weight: 600;
    font-size: 22px;
    line-height: 16px;
    padding: 15px 30px;
    width: auto;
    margin: 60px auto 0px auto;
    border-radius: 8px;
    background-color: var(--text_purple);
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    outline: unset !important;
}
button:hover{
	 background-color: var(--text_green);
}
.mlogo,.mlogin,.msocial{
	display:none;
}
.org_partners{
	height:	60px;
	margin:0px 10px 15px 0px;
}
.socialmedia_set{
	height: 34px;
    margin-right: 0px;
    padding-top: 8px;
}
footer .socialmedia_set{
	height: 45px;
    margin-right: 0px;
}
.org_partners li,.socialmedia_set li{
	display:inline-block;
	padding:0px;
	list-style-type:none;
	vertical-align: top;
}
.org_partners li img,.socialmedia_set li img,.msocial div img{
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
footer .socialmedia_set li{
	margin-right:3px;
}
.footer{
	position: relative;
}
.org_partners li{
	margin-right:15px;
}
.icon-FB img{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_fb_v2.png');
}
.icon-FB a:hover img{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_fb_v2.png');
} 
.icon-YT img{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_youtube_v2.png');
}
.icon-YT a:hover img{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_youtube_v2.png');
} 
.icon-EM img{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_email_v2.png');
}
.icon-EM a:hover img{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_email_v2.png');
} 
.icon-TW img{ 
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_twitter2.png');
}
.icon-TW a:hover img{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_twitter2.png');
} 
.icon-CT img{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_contact.png');
}
.icon-CT a:hover img{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_contact.png');
} 
.icon-login,.icon-logout,.icon-profile{
	display: inline-block;
    padding: 0px 0px 0px 32px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
}
.icon-login{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_login2.png');
}
.icon-logout{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_logout2.png');
}
.icon-profile{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_people2.png');
	    line-height: 20px;
}
.mlogin .icon-profile{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_people_on.png');
}

.icon-login:hover,.icon-logout:hover,.icon-profile:hover{
	
}
.icon-login:hover{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_login2.png');
}



.mlogin .icon-login{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_m_login.png');
}
.mlogin .icon-logout{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_logout_on.png');
}
/*
.icon-profile:hover,.mlogin .icon-profile{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_people_on.png');
}
*/
.icon-login a{
		color:inherit;
	
}
.icon-login:hover a,.icon-logout:hover a,.icon-profile:hover a{
	text-decoration:none;
}
nav{
	
    padding: 0px 0px 0px 0px;
    margin-top: 20px;
    text-align: right;
    /* z-index: 5; */
    font-size: 0;
    display: inline-block;
    width: calc( 60% - 10px);
	width: unset;
	    flex-grow: 1;
}
nav li{
	display:inline-block;
	color:#6c7372;
	list-style-type:none;
	font-family:var(--title-content);
	margin:0px 0px 0px 50px;
}
nav a{
	color:#808080;
	padding:0px;
	display:block;
	line-height:44px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none !important	;
}
nav li.menu-ABOUTUS{
	margin-left:0px;
}
nav li:hover, nav li.selected{
	/*
	border-bottom:3px solid #346ea7;
	text-decoration:none;
	*/
	color:var(--text_purple);
}
nav .subm{
	display:none;
}
h1{
	box-sizing: border-box;

	font-family:var(--content-font);
	line-height:1.5;
	font-size:32px;
	color:#803773;
	text-transform:uppercase;
	font-weight:unset;
	text-align:center;
}
h1:after{
	content: ' ';
    width: 120px;
    height: 3px; 
    border-bottom: 3px solid #9dd0ca;
    display: block;
	margin: 10px auto 40px auto;
}

@media only screen and (min-width:768px){
	h1.alignLEFT:after{
		display:none;
	}
	h1.alignLEFT{
		text-align:left;
	}
}
h2{
	line-height:44px;
	font-size: 36px !important;
	font-weight:700;
	color:#346ca7;
	font-family: 'Open Sans', sans-serif;
}
.returnmsg{
	margin:50px 0px;
	background-color:#37a8ab;
	color:#ffffff;
	font-size:20px;
}
.returnmsg.error{
	color: #ffffff;
    background-color: #dc9f9f;
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
        margin: 15px 2px;
}
h2.sectionTitle{
	text-align:center;
    position:relative;
    z-index:2;
	width:calc( 100% - 40px );
	margin:auto;
}
h2.sectionTitle:after{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-top:solid 1px #cccccc;
    z-index:-1;
}
h2.sectionTitle span{
    margin:0;padding:0 10px;
    background:#fff;
    display:inline-block;
}
.pagecontent{
	min-height:400px;
	font-size: 20px;
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/bg_wave.jpg');
	background-position:top right;
	background-size: cover;
	padding-top:140px;
	padding-bottom:var(--part_space);
	
	
	padding-top:var(--part_space);
}
.pagecontent h1:not(:first-child){
	margin-top:var(--part_space);
}
.pagebanner{
	position:relative;
	overflow:hidden;
	    max-height: calc( 100vw * 5/19 );
}
.pagebanner img{
	width:100%;
}
@media only screen and (min-width:1921px)  {
	.pagebanner{
		max-height:60vh;
	} 
}
.bannerinfo{
	position: absolute;
    top: 25%;
    width: 100%;
    left: 50%;
    margin: auto;
    transform: translate(-50%);
	font-size:32px;
	text-shadow: 1px 1px white;
}
.bannerinfo .btitle{
	color: #73256f;
    font-size: 2em;
	line-height: 1;
    font-family: var(--title-font);
    text-align: left;
	padding-left:10px;
}
.bannerinfo .btitle:after{
	content: ' ';
    width: 140px;
    height: 3px;
    border-bottom: 3px solid #9dd0ca;
    display: block;
    margin: 5px 0px 15px 0px;
}

.bannerinfo .bdesc{
	text-align: left;
	padding-left:10px;
	 font-family: var(--title-font);
}

.bannerinfo.W .btitle, .bannerinfo.W .bdesc{
	color:#ffffff;
	text-shadow: 1px 1px #73256f;
}
.bannerinfo.W .btitle:after{
	opacity: 0.5;
	border-bottom: 3px solid #ffffff;
}
.user-logged .section-HOME .promo{
	float:unset;
	border:0px;
	padding:0px 50px;
	width:calc(100% - 100px);
}

.mmenuicon{
	background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_menu.svg');
	height:30px;
	width:30px;
	background-size:contain;
	background-position: center;
	background-repeat:no-repeat;
	position: absolute;
    top: 15px;
    right: 25px;
	display:none;
}

.registerpromo{
	background-color:#fcf1e3;
	padding:50px 30px;margin-top:50px;
}

/* TABLE */
.tablestyle_1 { 
    border: 1px solid #fcf1e3;
    border-collapse: separate;
    border-left: 0;
    border-radius: 15px;
    border-spacing: 0px;
    width:100%;
    margin-top:50px;
}
.tablestyle_1 thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    border-collapse: separate;
    
}
.tablestyle_1 th{
	background-color:#346ca7;
	color:#ffffff;
}
.tablestyle_1 tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
.tablestyle_1 th, .tablestyle_1 td {
	padding: 10px; 
	text-align: left;
	vertical-align: top;
	border-left: 0px solid #ddd;    
}
.tablestyle_1 td {
	border-top: 0px solid #ddd;
	font-size:14px;
	font-weight:600;
}
.tablestyle_1 tr:nth-child(even) td{
	background-color:#fcf1e3;
}
.tablestyle_1 thead:first-child tr:first-child th:first-child
, .tablestyle_1 tbody:first-child tr:first-child td:first-child {
    border-radius: 15px 0 0 0;
}
.tablestyle_1 thead:last-child tr:last-child th:first-child
, .tablestyle_1 tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 15px;
}
.tablestyle_1 tbody:last-child tr:last-child td:last-child{
    border-radius: 0 0 15px 0;
}
.tablestyle_1 thead:first-child tr:first-child th:last-child{
    border-radius: 0 15px 0 0;
}
.tablestyle_1 tr:first-child th:first-child
,.tablestyle_1 tr td:first-child{
	padding-left:15px;
	border-left:1px #fcf1e3 solid;
}


.tablestyle_2 { 
     border: 1px solid #6c7372;
    padding: 3px;
    border-collapse: separate;
    border-radius: 0px;
    border-spacing: 0px;
    width:100%;
    margin-top:50px;
}
.tablestyle_2 thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    border-collapse: separate;
    
}
.tablestyle_2 th{
	background-color:#346ca7;
	color:#ffffff;
	font-size:18px;
}
.tablestyle_2 tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
.tablestyle_2 th, .tablestyle_2 td {
	padding: 15px 10px; 
	text-align: left;
	vertical-align: top;
	border-left: 0px solid #ddd;    
}
.tablestyle_2 td {
	border-top: 1px solid #cccccc;
	font-size:18px;
	font-weight:500;
}
.tablestyle_2 tr:first-child th:first-child
,.tablestyle_2 tr td:first-child{
	padding-left:15px;
	
}






@media only screen and (max-width:1460px) {
    
}

@media only screen and (max-width:1379px) {
  .mainWidth{
		width:1380px;
		display:inline-block;
		max-width:calc(100% - 20px );
	}
	.bannerinfo{
		width: calc( 100% - 60px );
		
	}
	nav li{
		margin-left:30px;
	}
	
}
@media only screen and (max-width:1024px) {
	

   .maxw {
		max-width: calc( 100% - 40px ) !important;
		width:1000px;
	}
	
	.bannerinfo {
		font-size: 22px;
	}
	
	
	
	
}

.backlayer{
	background-color:#000000;
	opacity: 0.5;
	width:100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:2;
}
.IDX-ESURG{
	text-align:center;
}
/*
	nav{
		display:block;
		text-align:left;
		margin-top:10px;
	}
	header .maxw{
		display: block;
	}
	nav li.menu-ABOUTUS{
		margin-left:0px;
	}
*/
@media only screen and (max-width:1200px) {
	nav li {
    margin-left: 15px;
	}
}
@media only screen and (max-width:991px) {
	
	.assignSubMenu{
		display:none !important;
	}
	header{
		height:unset;
		padding:0px;
	}
	header .RHS{
		padding-top: 0px;
		width: 100%;
		float: unset;
		text-align: center;
	}
	.header .hlogo{
		display:block;
		font-size:0px;
		width: 100%;
		height: 80px;
		text-align: left;
		float: unset;
		padding:0px;
		    margin:  0px;
	}
	.header{
		margin-top:5px;
		margin-bottom:5px;
		text-align:left;
		margin-left:30px;
	}
	.header .hlogo a{
		height: 100%;
		display: inline-block;
		margin-right:0px;
	}
	header .hlogo img {
	/*	width: auto;
		margin-left: 0px;
		*/
	}
	header .maxw{
		max-width: calc( 100% - 100px ) !important;
		display: inline-block;
	}
	.mmenuicon{
		    display: block;
    top: 30px;
    width: 40px;
    height: 40px;
		
	}
	nav{
		display:none;
		position: fixed;
		top: 0px;
		left: 0px;
		width: calc(100% - 50px );
		/* min-width: 250px; */
		background-color: #f7f7f7;
		height: 100%;
		overflow-y: auto;
		max-width: 400px !important;
	}
	nav li{
		display:block;
		line-height:40px;
		border-bottom:1px solid #cccccc;
		border-top:0px;
		border-right:0px;
		padding:0px 0px 0px 30px;
		margin:0px;
		text-align:left;
		font-weight:normal;
	}
	
	nav li.selected{
		border-bottom: 1px solid #cccccc;
		/* border-left: 5px solid #346ea7; */
		background-color:var(--text_green);
		
		font-weight: bold;
	}
	nav a{
		padding:0px;
		display:inline-block; 
		border-right:0px;
		font-size:20px;
	}
	nav li.selected a{
		color:#ffffff;
	}
	nav li{
		background-size: 32px 32px;
		background-position: 5px center;
		padding-left: 42px;
		background-image: none !important;
	}
	nav .subm{
		display: block;
		text-indent: 5px;
	}
	nav .subm:before{
		    content: '\203A';
			line-height: 12px;
			display: inline-block;
			font-size: 14px;
	}
	nav .subm a{
		font-size:18px;
	}
}
@media only screen and (max-width:768px) {
	
	h1 {
		line-height:1.2;
	}
	h1 br{
		display:none;
	}
	
	footer{
		padding:20px;
		
	}
	footer section div{
		display:block;
		margin-bottom:5px;
	}
	
	footer section span.sp{
		margin-left:0px;
		display:inline-block;
	}
	footer section span.sp:before{
		
		padding-right:15px;
		padding-left:15px;
		
	}
	footer section div span.sp:first-child:before{
		content : '';
		    padding-left: 0px;
	}
	footer section.RHS {
		
		display: block;
		width: 100%;
		text-align: center;
		margin: 0px;
		position:unset;
	}
	.socialmedia_set{
		margin:0px;
	}
	.org_partners{
		height:40px;
		margin: 5px 0px;
		text-align: center;
		margin-bottom: 20px;
	}
	.maxw {
		max-width: calc( 100% - 100px ) !important;
	}
	
	.pagecontent{
		    padding-top: 20px;
			padding-bottom: var(--content_bottom_gap);
			font-size:18px;
	}
	.bannerinfo {
		top: 30px;
		font-size: 20px;
		width: calc( 100% - 40px );
	}
	.menu-CONTACT{
		background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_m_contact.png'); 
	}
	.menu-FACULTY{
		background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_m_faculty.png'); 
	}
	.menu-WEBINAR{
		background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_m_webinar.png'); 
	}
	.menu-PROGRAM{
		background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_m_programme.png'); 
	}
	.menu-Virtual_EXHIB{
		background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_m_sponsor.png'); 
	}
	
	.menu-REG{
		background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_m_reg3.png'); 
	}
	.menu-HOME{
		background-image:url('/20230403154929oe_/https://www.cumissc.com/images/icon_m_home.png'); 
	}
	.mlogo{
		height:60px;
		display:block;
		padding-left:0px;
		text-align:center;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.mlogo, .msocial{
		/*
		display:inline-block;
		width:50%;
		height:60px;
		background-color:#ffffff;
		text-align:center;
		line-height:unset;
		vertical-align:middle;
		*/
	}
	.msocial{
		display:block;
    border-top: 10px solid #346ca7;
    line-height: unset;
    padding: 10px 0px;
    text-align: center;	
	}
	.msocial div{
		width:40px;
		height:40px;
		display:inline-block;
		margin:0px;
		padding-top:5px;
	}
	.mlogo img{
		height:100%;
	}
	.mlogin {
		padding-right:20px;
		display:block;
		background-color:#346ca7;
		color:#ffffff;
		text-align:center;
		padding-left:0px;
		border:0px;
	}
	.mlogin img{
		width: 26px;
    height: 26px;
    padding: 0px;
    margin: 7px;
   // background-image: url(/20230403154929oe_/https://www.cumissc.com/images/icon_login_m_on.png);
    background-size: contain;
    background-position: left;
	}
	footer section{
		margin-right:0px;
		margin-bottom:30px;
		text-align:center;
	}
	.section-HOME .promo{
		width:calc( 100% - 80px );
		padding:40px;
		background-color:#ffffff;
		border:0px;
	}
	.section-HOME .register{
		margin:0px;
		padding:40px 0px;
		background-color:#fcf1e3;
		width:100%;
	}
	.section-HOME .register .divText{
		display:inline-block;
		width:60%;
		vertical-align:top;
	}
	.section-HOME .register button{
		display: inline-block;
		width: calc( 35% - 44px );
		vertical-align: top;
		margin: 10px 22px 0px 0px;
	}
	.registerpromo{
		background-color:#ffffff;padding:0px;margin:50px 0px 0px 0px;
	} 
	
	.IDX-ESURG .idx-eSurgVDOHeading{
		margin-top:50px !important;
		margin-bottom: 15px;
		text-align:center;
	}
	
	.IDX-SERVICES .gallery-list{
		display:block;
		text-align:center;
	}
	.IDX-SERVICES .gallery-list > div{
		display:inline-block;
		width:calc( 50% - 40px );
	}
	.IDX-SERVICES .gallery-list.topGallery > div:hover {
	  width: calc( 50% - 20px );
	}
}


@media only screen and (max-width:500px){
	body{
		font-size:16px;
	}
	.pagecontent{
		font-size:16px;
	}
	.mmenuicon{
		top: 20px;
		width: 30px;
		height: 100%;
	}
	.header .hlogo{
		   height: 50px;
		text-align: left;
		margin: 5px 0px;
	}
	
	h2 {
		line-height: 36px;
		font-size: 28px !important;
	}
	nav a{
		font-size:16px;
	}
	nav li{
		padding-left: 20px;
	}
	nav .subm a {
		font-size: 16px;
	}
	.hlogo img{
		height:50px !important;
	}
	button {
		font-size: 18px;
		line-height: 22px;
		padding: 4px 20px;
	}
	fieldset.fset_style1 legend{
		font-size:20px;
		    padding: 0px 5px;
	}
	h1{
		font-size:20px;
		font-weight:bold;
	}
	.bannerinfo .btitle{
		font-size:1.6em;
	}
	.bannerinfo .bdesc br{
		display:none;
	}
	.pagecontent{
		padding-top: var( --part_space);
	}
	.bannerinfo .btitle:after{
		width:auto;
		max-width:140px;
	}
	.bannerinfo {
		top: 10px;
		font-size: 14px;
		width: calc( 100% - 20px );
		
		
		
		margin: auto;
		position: absolute;
		top: 0;
		/* left: 0; */
		bottom: 0;
		/* right: 0; */
		height: fit-content;
		/* text-align: center; */
		width: calc( 100% - 60px );
	}
	.bannerinfo .btitle:after {
		
		height: 1px;
		
		margin: 2px 0px 8px 0px;
	}
	footer{
		padding:20px 0px ;
	}
	.maxw ,footer .maxw {
		max-width: calc( 100% - 60px ) !important;
	}
	.IDX-SERVICES .gallery-list.topGallery{
		display:block;
	}
	.IDX-SERVICES .gallery-list.topGallery > div{
		max-width:500px;
		margin-bottom:20px;
	}
	.IDX-ESURG .idx-eSurgVDOHeading:after{
		display:none;
	}
	.IDX-ESURG .videolist{
		width:calc( 100% - 40px );
		margin:auto;
	}
	.IDX-ESURG .idx-eSurgVDOHeading{
		padding-bottom: 0px;
	}
	.IDX-SERVICES .gallery-list > div{
		width:calc( 100% - 30px );
		
	}
	.IDX-SERVICES .gallery-list.topGallery > div:hover {
		width: calc( 100% - 10px );
	}
}