/* ----- Fonts CSS ----- */
@font-face {
	font-family: 'fontello';
	src: url('fonts/fontello.eot');
	src: url('fonts/fontello.eot#iefix') format('embedded-opentype'),
		 url('fonts/fontello.woff') format('woff'),
		 url('fonts/fontello.ttf') format('truetype'),
		 url('fonts/fontello.svg#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {font-family:'Open Sans', sans-serif !important;}
.clear{ clear:both;}
/* ---------- Theme CSS ---------- */
#Map-Container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#Accessibility, #Header,  #Banner, #About, #Noticeboard, #Publications, #Inthenews, #Futuermeetings, #Content-Main, #Footer, #Main-Menu, #Mobile-Menu, #Service, #Credibility {
	max-width: 1200px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
/* ADA */
.adaOn span {
	background: #003263;
	color: #fff;
	border-radius: 50%;
}
/* Scroller CSS */
#Scroller a {
	background: #fff;
	border: 2px solid #000;
	color: #000;
	border-radius: 50%;
}
/* Header CSS */
#Header-Container{ position:absolute; top:0px;  z-index:99; left:0px; }
#Header-bg{background: url(../images/header-bg.png) no-repeat 72px 33px; max-width: 1256px;margin: 0px auto;}
#Header {
	min-height: 150px;
}
.logo{padding:10px 0 0 0;}
.appoint {
	padding: 50px 35px 0 0;
	float: right;
}
.call-appoint {
	font-size: 18px; margin:0 20px 0 0;
	text-transform: uppercase; 
	font-weight: 700;
	border: 1px solid #cbcccd;
	line-height: 40px;
	display: inline-block;
	border-radius: 10px;position:relative;
}
.mem-logout{font-size: 14px; display:inline-block;}
.call-appoint a{ display:block;padding:0 45px 0 20px; }
.mem-logout a{ display:inline-block;padding:0 3px 0 3px;color: #007ac3; }
.fa-sign-out::before {
	content: "\f08b";
	margin: 0 0px 0 10px;
	color: #007ac3;
}
.call-appoint a.font-icon::before, .mem-logout a.font-icon::before{color:#797e84;font-size: 15px;margin: 0 20px 0 0;}
.call-appoint a::after {
	content: '';
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border: solid #007ac3;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin: 0 0 0 15px;position: absolute;
top: 17px;
right: 24px;
}
.error{color:#ff0000;}

/* Menu CSS */
#Menu-Container {
	display: table;
	width: 86%;
	float: right;
	position: absolute;
	top: 113px;
	right: 0px;
	text-align: left;
}
.menu li {
	font-size:14px;
	height: 45px;
	color: #fff;
	text-transform:uppercase;
}
.menu li a {
	padding: 10px 23px;
	color: #1b1b1b;
}
.menu li a:hover{color:#007ac3; }
.menu li li:last-child ul{
	right: 100%;
	left: 100%;
}
.menu li.menu-donate ul {
	width: 215px !important;
}
.menu li.menu-donate ul {
	right: 100%;
	left: -65%;
}
.menu ul{width: 295px;}
.menu ul li a{color: #fff;padding:7px 15px 7px 30px;}
.menu ul li a:hover{color: #fff; background:rgba(58, 58, 54, 0.8);}
.menu li li {background: rgba(128, 125, 117, 0.9);}
.menu-home {
	width: 50px;
	font-size: 0px !important;
}
.menu-home a::before {
	font-size: 20px;
}
.menu-home a {
	width: 100%;
	height: 100%;padding: 10px 0px !important;
}
.menu-home a::before {
	vertical-align: top;
	margin: auto;
}
.menu-home span {
	vertical-align: middle;
}
.toggleMenu {
	font: bold 16px/30px Verdana, Arial, Helvetica, sans-serif;
}
.toggleMenu a {
	border-radius: 5px;
	border: 2px solid #ccc;padding: 3px;
}
.Wrapper {
	font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
}
.search-menu a{background: url(../images/search-menu-img.png) no-repeat center center; text-indent:-99999px; display:block;}

/* Home Banner CSS */
#Banner-Container{background:#f5eee4;}

#Banner-Container #Banner {
	height: 520px;
}
#Banner-Container .banner1 {
	background: url(../images/banner1-bg.jpg) no-repeat center top;
}
#Banner-Container .banner1 .theme-L {
	background: url(../images/banner1-l-bg.jpg) no-repeat right top;
}
#Banner-Container .banner1 .theme-R {
	background: url(../images/banner1-r-bg.jpg) no-repeat left top;
}
#Banner-Container .banner2 {
	background: url(../images/banner2-bg-new.jpg) no-repeat center top;
}
#Banner-Container .banner2 .theme-L {
	background: url(../images/banner2-l-bg-new.jpg) no-repeat right top;
}
#Banner-Container .banner2 .theme-R {
	background: url(../images/banner2-r-bg-new.jpg) no-repeat left top;
}
#Banner-Container .banner3 {
	background: url(../images/banner3-bg.jpg) no-repeat center top;
}
#Banner-Container .banner3 .theme-L {
	background: url(../images/banner3-l-bg.jpg) no-repeat right top;
}
#Banner-Container .banner3 .theme-R {
	background: url(../images/banner3-r-bg.jpg) no-repeat left top;
}
/* Subpage Banner CSS */
#Banner-Container-S #Banner {
	height: 400px;
}

/* Banner Content CSS */
.banner-content {
	float: right;
	width: 375px;
	margin: 363px 0 0 0;
}
.banner-head{font-size:31px; font-weight:700; color:#1a1d1e; line-height:35px; text-transform:uppercase;}
.banner-head span{font-size:55px; color:#088808;}
.banner-head span sup{font-size:20px;}
.banner-subhead {font-size:24px; font-weight:600; text-transform:uppercase;color:#088808; margin:10px 0 0 0; line-height:25px;}
.banner-subhead span{ font-weight:300; font-size:20px; display:block;letter-spacing:1px;}
.Banner_auto, .Banner_nav{display:none;}
.banner2 .banner-content {
	margin: 185px 0 0 0;
	width: 395px;
}
.banner2 .banner-content .banner-subhead{font-size: 18px;line-height: 28px;}
.banner2 .banner-head span, .banner2 .banner-subhead {color:#db5a37;}
.banner2 .banner-head {color:#063e61;}
.banner3 .banner-content {
	margin: 255px 0 0 0;
}
.banner3 .banner-head span {
	/* font-size: 30px; */
	color: #db5a37;
	/* display: block; */
}
.banner3 .banner-head{color:#063e61;}
.banner3 .banner-subhead {color: #db5a37;margin:13px 0 10px 0;}
.banner3 .banner-hosthead {
	color: #063e61;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 23px;
}
.banner3 .banner-hosthead span{display:block; color:#db5a37; font-size: 15px;text-transform:none;}

#About-Container{ padding:20px 0; text-align:center;}
.about-container {
	width: 80%;
	margin: 40px auto 0 auto;
	color: #595c5d;
	line-height: 27px;
}
.about-head {
	font-size: 48px;
	padding: 20px 0;
	color: #555252;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
.aboutreadmore {
	text-align: center;
	position: relative;
}
.aboutreadmore a{background:#dac7ae; color:#575858; padding:0 45px; line-height:48px; display:inline-block; font-size:20px; font-weight:700; border-radius:30px; margin:30px auto 0 auto;}
.aboutreadmore::after {
	z-index: -1;
	position: absolute;
	content: '';
	left: 0px;
	bottom: 23px;
	border-top: 1px solid #e5e5e5;
	width: 100%;
	height: 1px;
}

#Noticeboard-Container {
	margin: 25px 0;
}
#Noticeboard{}
.noticeboard-head{ font-size:35px; color:#000000; line-height:40px; font-weight:700; text-transform:uppercase; text-align:center; margin:0 0 35px 0;}
.noticeboard-text {
	border: 4px solid #c87b43;
	background: url(../images/noticeboard-bg.jpg) repeat left top;
	padding: 30px;
	position: relative;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.noticeboard-text ul li {
	/* width: 150px; */
	display: inline-block;
	/* background: #fff; */
	padding: 20px 15px;
	text-align: center;
	margin: 0 10px;
}
.noticeboard-text::after {
	border-bottom: 5px solid #d4d4d4;
	position: absolute;
	left: 0px;
	bottom: -9px;
	content: '';
	width: 100%;
	height: 5px;
}

#Futuermeetings-Container{background:#f5f5f5; padding:70px 0 60px 0;}
#Futuermeetings-Container ul li{background:#ffffff; width:340px; display:inline-block; text-align:center; vertical-align:top; font-size:14px; color:#595c5d;margin: 0 28px; position:relative;}
.futuermeetings-text {
	padding: 20px 40px 35px 40px;
	min-height: 250px;
}
.Futuermeetings-head{font-size:19px; font-weight:700; line-height:25px; margin:20px 0 20px 0; color:#0b1012;}
.futuermeetings-readmore{ position:relative;}
.futuermeetings-readmore a {
	font-size: 16px;
	font-weight: 900;
	color: #9da8b3;
	display: block; margin:30px 0 0 0;
}
.futuermeetings-readmore::after {
	position: absolute;
	left: 67px;
	bottom: -13px;
	border: 2px solid #c0c2c3;
	width: 120px;
	height: 3px;
	content: '';
}
#Inthenews-Container{padding:45px 0 50px 0;}
.inthenews-head{font-size:48px; padding:52px 0; color:#555252; background:url(../images/inthenews-head-head.jpg) no-repeat left top; text-align:center; font-weight:700; text-transform:uppercase; margin:0 0 50px 0; }
.newslisthead {
	font-size: 22px;
	font-weight: 700;
	line-height: 25px;
	color: #3a3a3a;
	margin: 20px 0 20px 0;
}
.news-content{	min-height: 170px;}
#Inthenews ul li {
	vertical-align: top;
	background: #f0f2f4;
	width: 365px;
	margin: 0 16px 50px 16px;
	display: inline-block;
	padding: 0 20px 20px 20px;
	color: #595c5d;
	font-size: 16px;
	line-height: 25px;
	border-top: 6px solid #efd9b9;
	position: relative;
	min-height: 525px;
	text-align: center;
}
#Inthenews ul li img{ margin:0 0 20px 0;}
.news-readmore {
	font-size: 15px;
	color: #929799;
	position: absolute;
	bottom: 35px;
	left: 39px;
}
.news-readmore a{color: #929799;}
.news-readmore a:hover{color: #b4a18d;}
.news-readmore::after{position:absolute; left:0px; bottom:-13px; border:3px solid #c0c2c3; width:120px; height:3px ; content:'';}
.allnews{ text-align:center;position:relative; }
.allnews::after{z-index: -1;position:absolute; content:''; left:0px; bottom:23px; border-top:1px solid #e5e5e5; width:100%; height:1px; }
.allnews a{background:#dac7ae; color:#575858; padding:0 45px; line-height:48px; display:inline-block; font-size:20px; font-weight:700; border-radius:30px; margin:0 auto;}

#Publications-Container{background:#f7f7f7; padding:50px 0 20px 0;}
.publications-list{width:825px; display:inline-block;}
.publications-head{ font-size:35px; color:#000000; line-height:40px; font-weight:700; text-transform:uppercase; text-align:center; margin:0 0 35px 0;}
.publications-list .nbs-flexisel-container {position: relative;max-width: 100%;*width: 1200px;*overflow: hidden;}
.publications-list .nbs-flexisel-ul {  position:relative; width:9999px; margin:0px; padding:0px;  list-style-type:none; text-align:center;  }
.publications-list .nbs-flexisel-inner {overflow: hidden;width:100%;margin: 0 auto;}
.publications-list .nbs-flexisel-item { cursor: auto;float:left;    margin:0px; padding:0px;  position:relative;}
.publications-list .nbs-flexisel-item img {  position: relative;cursor: auto;}
.publications-list ul li:last-child{ border:none;}
#flexisel1 {display:none;}
.publications-list .nbs-flexisel-nav-left, #credibility-sec .nbs-flexisel-nav-right{top:1px !important; color:#2381ad;}
.publications-list .nbs-flexisel-nav-right {right: -50px;}
.publications-list .nbs-flexisel-nav-left {left: -50px;}

.abstract-sec{float: right; display:inline-block; vertical-align:top; background:url(../images/abstract-sec-bg.png) no-repeat left top;width: 318px; min-height:484px;}
.abstract-head {margin: 84px 0 0 40px;font-size: 23px;color: #575858;font-weight: 700;text-align: center;text-transform: uppercase;line-height: 30px;position: relative;background: url(../images/abstract-head-bg.png) no-repeat center top;min-height: 168px;padding: 30px 0 0 0;}
.abstract-head span{font-size: 35px; display:block;line-height: 40px;}
.abstract-viewmore {margin: 55px 0 0px 50px;clear: both;text-align: center;}
.abstract-viewmore a {padding: 0 25px;background: #dac7ae;line-height: 40px;display: inline-block;border-radius: 25px;font-weight: 700;font-size: 16px;color: #575858;}


/* Footer CSS */

#Footer-Container{background:#d1c4aa; padding:20px 0;}
.footer-head {
	font-size: 20px;
	font-weight: 400;
	color: #575858;
	text-transform: uppercase;
	margin: 25px 0 20px 0;
	font-weight: 700;
	letter-spacing: 1px;
}
.f-container{
	width: 70%; margin:0 auto;
}
.social-logo { text-align:center;}
.social-logo ul {
	font-size: 0px;
}
.social-logo li {
	display: inline-block;margin: 0 10px;
	vertical-align: middle;
	width: 40px;	text-align: center;
	height: 40px;
	font-size: 20px;
	background:#fff;border-radius: 20px;
}
.social-logo li:first-child{ margin-left:0px;}
.social-logo li a {
	width: 100%;
	height: 100%;padding: 9px;display: block;
color: #a0866a;
}
.footer-bottom{ text-align: center;width:100%; display:block; border-top:1px solid #dad0bb; margin:30px 0 0 0;}
.footer-img {width: 580px;text-align: center;}

form {}

input[type=text], input[type=submit] {
  padding: 12px;
  display: inline-block;
  border: 1px solid #e3dccc;
  box-sizing: border-box;background: #e3dccc; float:left;
}

input[type=checkbox] {
  margin-top: 16px;
}

input[type=submit] {
  background-color: #a0866a;
  color: white;
  border: none; cursor:pointer;
}

input[type=submit]:hover {
  opacity: 0.8;
}


.f-menu {text-align: center;margin: 25px 0 0 0;color: #888379; }
.f-menu a{color:#575858;padding: 0 10px;}
.copyrights{font-size: 16px;font-weight: 400;margin: 15px 0 0 0;text-align: center; color:#575858;}
.ypo-logo {text-align: center;margin: 25px 0 0 0px;}

/* Navigation CSS */
#Content-Container {background: url(../images/content-heading-bg.jpg) no-repeat center 0px ;}
.meetings-banner{background: url(../images/meetings-banner-bg.jpg) no-repeat center 0px !important;}
.meetings-banner-2021{background: url(../images/meetings-banner-2021-bg-new.jpg) no-repeat center 0px !important;}
.meetings-banner-2022{background: url(../images/meetings-banner-2022-bg.jpg) no-repeat center 0px !important;}
.meetings-banner-2023{background: url(../images/meetings-banner-2023-bg.jpg) no-repeat center 0px !important;}
.meetings-banner-2021 .banner-content {
	margin: 165px 120px 100px 0;
	width: 473px;
}
.meetings-banner-2021 .banner-content, .meetings-banner-2022 .banner-content, .meetings-banner-2023 .banner-content{position: relative;z-index: 9;float: right;}
.meetings-banner-2022 .banner-content {
	width: 320px;
	margin: 173px 165px 25px 0;
}
.meetings-banner-2021 .banner-head, .meetings-banner-2022 .banner-head, .meetings-banner-2023 .banner-head{ font-size:25px; line-height:30px;}
.meetings-banner-2021 .banner-head span, .meetings-banner-2022 .banner-head span {font-size: 40px;color: #db5a37;}
.meetings-banner-2021 .banner-subhead, .meetings-banner-2022 .banner-subhead{color:#db5a37;}
.meetings-banner-2021 .banner-subhead {
	margin: 5px 0 0 0;
	font-size: 15px;
	font-weight: 400;
	float: right;
	line-height: 22px;
}
.meetings-banner-2021 .banner-subhead span{ display:inline-block;}
.meetings-banner-2023 .banner-content {
	width: 280px;
	margin: 190px 165px 38px 0;
}
.meetings-banner-2023 .banner-head span {
    font-size: 40px;
    color: #088808;
}
.meetings-banner-2023 .banner-subhead{color:#088808;}
.meetings-banner-2021 .navigation, .meetings-banner-2022 .navigation, .meetings-banner-2023 .navigation {
	text-align: left ;
	padding: 0px 0 15px 0;
}
 .meetings-banner-2021 h1, .meetings-banner-2022 h1, .meetings-banner-2023 h1{text-align: left !important;
	padding: 10px 0 0 0 !important;}
.donate-banner{background: url(../images/donate-banner-bg.jpg) no-repeat center 0px !important;}
#Content-Container h1 {
	text-align: center;
	text-transform:uppercase;
	padding-top: 210px;
	color: #444444;
	font-size: 28px;
	font-weight: 700;line-height: 50px;
}
#Content-Main {
	padding: 40px 0 30px 0;
	clear: both;
}
.navigation {font-size: 15px; font-weight:400; text-align:center; padding:10px 0 40px 0; color:#444444;}
.navigation span{ margin:0 10px;}
.navigation a{text-decoration:none; color:#007ac3;}

/* Text CSS */
.textMain {
	font-size: 15px;
	line-height: 25px;
	color: #2e2e2e;
	margin: 0 20px 0 0;
}
.textMain a {
	color: #003e74;
}
.textMain h1, .content-heading h1 {
	font-size:36px;
	font-weight: 700;
	color: #0e4678;
	text-transform: uppercase;
}
.textMain h1 span {
	font-size:  30px;font-weight:700;
	color: #1e1e1e;
}
.textMain h2, .hTag2, .textMain h3.hTag2, .textMain h4.hTag2 {
	font-size: 20px;
	font-weight: 700;
	color: #525354;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}
.textMain h2 span {
	font-size: 17px;
	font-weight: 500;
	color: #003e74;
	text-transform: none;
	margin: 3px 0 0 0;
}
.textMain h2 a, .hTag2 a, .textMain h3.hTag2 a, .textMain h4.hTag2 a {
	color: #1e1e1e;
}
.textMain h3, .hTag3, .textMain h2.hTag3, .textMain h4.hTag3 {
	font-size:  19px; 
	font-weight:700;color: #003e74;
}
.textMain h3 a, .hTag3 a, .textMain h2.hTag3 a, .textMain h4.hTag3 a {
	color: #003e74;
}
.textMain h4, .hTag4, .textMain h2.hTag4, .textMain h3.hTag4 {
	font-size:  18px; 
	font-weight:700;color: #003e74;
}
.textMain h4 a, .hTag4 a, .textMain h2.hTag4 a, .textMain h3.hTag4 a {
	color: #003e74;
}
.textMain ul ul, .textMain ol ol {
	margin: 0px;
	padding: 5px 5px 0px 20px;
}
/* Sidebar CSS */
#Sidebar {
	width: 300px;
}
/* Contact Page */
.contactTable {
	border-spacing: 5px;
	border: 2px solid #ccc;
}
.contactTable:hover {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-moz-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-ms-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-o-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
}
.contact-address {
	width: 300px;
	padding: 10px;
	position: relative;
}
.contact-address p.textMainBold {
	padding: 5px 0px;
}
.contact-address p {
	position: relative;
	padding: 5px 10px 5px 30px;
}
.contact-address p::before {
	position: absolute;
	left: 5px;
	top: 5px;
}
.contact-map {
	position: relative;
}
.contact-map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	border: 0px;
}
/* Profile Schema */
.textMain .schemaTable {
	padding: 5px;
	text-align: center;
}
.textMain .schemaTitle {
	padding: 5px 10px;
	font: normal 18px/24px Verdana, Arial, Helvetica, sans-serif;
}
.textMain .schemaTable ul {
	margin: 0px;
	padding: 0px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-moz-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-ms-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-o-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
}
.textMain .schemaTable li {
	margin: 0px;
	padding: 10px;
	position: relative;
	background: none;
	border-right: 1px dotted #ccc;
	min-width: 250px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.textMain .schemaTable li:last-child {
	border-right: 0px;
}
.textMain .schemaTable p.textMainBold {
	padding: 5px 0px;
}
.textMain .schemaTable p {
	position: relative;
	padding: 5px 10px 5px 30px;
}
.textMain .schemaTable p::before {
	position: absolute;
	left: 5px;
	top: 5px;
}
/* Submit Testimonials */
.textMain .write-review {
	font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
	float: right;
	position: relative;
	border: 2px solid #ccc;
}
.textMain .write-review a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
}
.textMain .write-review a::before {
	margin-right: 15px;
}
/* Usefull Links Page */
.textMain .useFul {
	margin: 15px 0px;
	padding: 0px;
}
.textMain .useFul ul {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	text-align: center;
}
.textMain .useFul li {
	margin: 1%;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	min-width: 290px;
	font: 400 16px/20px 'Source Sans Pro', sans-serif;
	background: none;
	border: 2px solid #ccc;
}
.textMain .useFul li span {
	display: block;
	padding: 15px 0px;
	background: #ccc;
	margin: 0px 0px 15px 0px;
}
.textMain .useFul li img {
	margin: 10px 0px;
}
.textMain .useFul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
/* Relative List */
.textMain .relList li {
	border: 2px solid #ccc;
}
.textMain .relList li a {
	padding: 5px 15px;
}

/* Landing page styles */
#landingpage-Header-Container{ position:absolute; top:0px;  z-index:99; left:0px; background: url(../images/header-bg.png) no-repeat 125px 30px;}
.landingpage-Menu-Container ul li{font-size: 13px;}
.landingpage-Menu-Container ul li a{padding: 10px 15px;}

#Content-Main table.tableborder {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 auto;
	width: 70%;
}
#Content-Main table tr.blueheader {
	background:#dac7ae;
	color: #000;
}
#Content-Main table tr {
	background: #fafafa;
}
#Content-Main table td {
	padding: 5px;
	border: 0px;
}
#Content-Main #page-wrap #hotel td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: center;
}
.alignleft {
	float: left;
	margin: 0 1% 0 0%;
}

.people-sec{ text-align:center;}
.people-sec .alignleft{ float:none;}
.people-sec h3{ font-size:16px; margin:0px !important;}

.table-center{ margin:0 auto; width:80%;}

.secretariat-list{ display:table;width: 100%;}
.secretariat-list li {background: none !important;border: 1px solid #999; width:50%; display:table-cell; vertical-align:middle;}
.secretariat-list-img{vertical-align:middle; width:200px;}
.secretariat-list-text{vertical-align:middle;}

.video-container {
	height: 0;
	margin: 20px auto;
	overflow: hidden;
	padding-bottom: 40.25%;
	padding-top: 30px;
	position: relative;
	border: 3px solid #0e4678;
	width: 700px;
}
.video-container iframe {height: 100%;left: 0;position: absolute;top: 0;width: 100%;}

hr {
	border: 1px solid #E9E9E9;
}
.winners {
	border: 1px solid #CCCCCC;
	float: right;
	padding: 1%;
	text-align: center;
	width: 34%;
	margin-left: 1%;
	-moz-box-shadow: -1px 1px 4px #706e70;
	-webkit-box-shadow: -1px 1px 4px #706e70;
	box-shadow: -1px 1px 4px #706e70;
}
.winners h5 {
	font-size: 13px;
	padding-bottom: 10px;
}
.winners strong {
	color: #006EC8;
}
.publicationspage-list li {
	display: block;
	border-bottom: 1px solid #E9E9E9;
	background: none !important;
	float: left;
	width: 50%;
	min-height: 310px;
	padding: 5px 10px 15px 0px !important;
}
.publicationspage-list li img{ width:150px; }
.publicationspage-list li p{ padding: 2px 0px;}
.btn-donate li {
	display: inline-block;
	margin: 0 3px;
}
.btn-donate a {
	display: inline-block;
	color: #fff;
	padding: 4px 1px;
	text-align: center;
	border-radius: 4px;
	background: #C0C0C0;
	color: #000;
}
.donor-page {
    text-align: center;
    margin-bottom: 5px;
}
.donor-list {
	text-align: justify;
	margin-left: 0px!important;
	color: #010101;
	font-weight: bold;
	background: none ;
}
.donor-list li{ background:none !important;}
/* .donor-list ul li{
	float:left;
	list-style:none!important;
	width:50%;
} */
.list1, .list2 {
	display: inline-block;vertical-align: middle;
}
.last-list{
	list-style: none !important;
}
.donor-list img{ width:42%;}
.alignright {
	float: right;
	margin: 0 2% 2% 2%;
	border: 4px solid #F1E5C5;
}
.all-news {
	border-bottom: 1px dotted #CCCCCC;
	padding: 15px 0 15px; border-left:5px solid #efd9b9;
	width: 100%;
	height: auto;
	float: left;
	background: #f0f2f4;
	padding: 20px;
	margin: 10px 0;
}

#Content-Container .notFound h1{padding-top:0px;}

#Accessibility{ display:none;}


.off-img {
	float: none;
	margin: 0px;
	display: block;
	/* text-align: center; */
}
.off-img img {
	border: 0px;
	float: none;
}
.tabs{width: 45%;	display: inline-block;}

.tabs li {
	

	text-align: center;
	background: none !important;
	padding: 10px !important;
	border: 1px solid #999;
	margin: 10px;
}
.tabs li a{display:block; text-decoration:none;}

.list-mem{ margin:0 0 20px 0;text-align:center;}
.list-mem a{ display:inline-block; margin:0 5px;}

.apply-for-membership, .scientific-button{ text-align:center;}
.apply-for-membership a{background:#444444; color:#fff; display:inline-block; padding:0 20px; line-height:40px; margin:0 auto; text-decoration:none;}

.scientific-button a{border:2px solid #444444; color:#000; display:inline-block; padding:0 20px; line-height:40px; margin:0 auto; text-decoration:none;}

.obituary-readmore {
	background: #dac7ae;
	line-height: 35px;
	display: inline-block;
	padding: 0 20px;
	color: #575858 !important;
	float: right;
	text-decoration: none !important;margin:0 0 10px 0;
}
.heading {
	background: #dac7ae;
	clear: both;
	margin: 10px 0;
	border-radius: 8px;
	border: 1px solid #ccc;
}
.blue-background-color{background-color:#0693e3; color:#fff;}
.wp-block-button a {
	border: none;
	border-radius: 28px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	overflow-wrap: break-word;
}
.wp-block-button {
	color: #fff;
	margin-bottom: 1.5em;
}
p.blue-background-color {
	padding: 20px 30px;
}
.head-alignleft{text-align:left !important;}

.blue-background-color a{ color:#fff;}

.img-l {
	float: left;
	margin: 10px 15px 20px 0px;
}
.img-c img{padding:0 1%;}
.about-page{}
.accordion {
	border-radius: 5px;
	margin: 0 auto;
	width: 70%;
}
.accordTitle, .textMain .accordTitle, .accordResponsive .tabTitle, .accordResponsive .textMain .tabTitle{border:1px solid #ccc; background:#fafafa;}
.accordTitle, .textMain .accordTitle{ padding:5px 10px; }
.accordContent, .textMain .accordContent, .accordResponsive .tabContent, .textMain .accordResponsive .tabContent{ background:#fafafa;border:1px solid #ccc;}
.accord-col{ width:49%;margin: 0 0 10px 0; display:inline-block; vertical-align:top; }
.officers-sec td{ text-align:center;}
.officers-sec h3{ color:#3a3a3a; margin: 0 0 -15px 0;}

.block2, .block3{}
aside .block2 ul li, aside .block3 ul li {
	/* background: #fff; */
	margin: 7px auto 0;
	width: 100%;
	padding: 1% 0;
	border: 1px solid #ccc;
	background: #d95936;
	color: #fff;
}
aside .block2 ul li a, aside .block3 ul li a {
	color: #fff;
	padding: 10px 0; text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	display: block;
}
.wp-block-image{ text-align:center;}
.textMain ol li{ background:none;}
.founding-chairman{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
.registration-tab a {
	margin: 19px auto;
	padding: 1% 20px;
	border: 2px solid #ccc;
	background: no-repeat;
	color: #fff;
	display: inline-block;
}
.table-virtual-meeting{ width:80%;margin:10px auto; border:1px solid #999;}
.textMain ul{margin:0px;}
.table-virtual-meeting ul li{color:#000; background:none; border-bottom:1px solid #999; padding:10px 0 10px 20px;}
.table-virtual-meeting ul li h2 {
	text-align: left;
	padding: 0px;
	color: #fff;
}
.table-virtual-meeting ul li h3{ padding:0px ;color:#000;}
.table-virtual-meeting ul li:first-child {
	background: #c45911;
	color: #fff !important;
}
.table-virtual-meeting ul li:last-child{border-bottom:0px;}
.table-virtual-meeting ul li:nth-child(2), .table-virtual-meeting ul li:nth-child(4){background:#eebc95;}
.table-virtual-meeting ul li:nth-child(3), .table-virtual-meeting ul li:nth-child(5), .table-virtual-meeting ul li:nth-child(6){background:#fbe4d5;}
.table-virtual-meeting ul li:nth-child(7){background:#c5e0b3;}
.table-virtual-meeting ul li:nth-child(8), .table-virtual-meeting ul li:nth-child(9), .table-virtual-meeting ul li:nth-child(10), .table-virtual-meeting ul li:nth-child(11), .table-virtual-meeting ul li:nth-child(12){background:#e2efd9;}
.table-virtual-meeting ul li:nth-child(13){background:#b4c6e7;}
.table-virtual-meeting ul li:nth-child(14), .table-virtual-meeting ul li:nth-child(15), .table-virtual-meeting ul li:nth-child(16), .table-virtual-meeting ul li:nth-child(17), .table-virtual-meeting ul li:nth-child(18){background:#d9e2f3;}
.table-virtual-meeting ul li:nth-child(19){background:#ffe599;}
.table-virtual-meeting ul li:nth-child(20), .table-virtual-meeting ul li:nth-child(21), .table-virtual-meeting ul li:nth-child(22), .table-virtual-meeting ul li:nth-child(23), .table-virtual-meeting ul li:nth-child(24){background:#fff2cc;}
.registration-fees-sec{}
.registration-fees-sec td {
	text-align: left;padding:10px 5px 10px 15px !important; 
}
.noticeboard-tab li {
	background: none !important;
	border: 1px solid #999;
	width: 49%;
	display: inline-block;
	padding: 0px !important;
	vertical-align: middle;
	text-align: center;
}
.noticeboard-tab li a {
	display: block;
	text-decoration: none;
	line-height: 45px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type="button"], input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
}
/* Media Query For Different Screens */

@media screen and (max-width : 1199px) {
#Accessibility, #Header, #Publications, #Inthenews, #Futuermeetings, #Content-Main, #Footer, #Credibility {padding-left:1%; padding-right:1%;}
.menu li a {padding: 10px 26px;}
#Futuermeetings-Container ul li{margin: 0 19px;}
#Inthenews ul li{margin: 0 7px 50px 7px;}	
#Content-Container h1{line-height:30px;}	
.meetings-banner-2023 .banner-content {
	margin: 160px 70px 75px 0;
}
.meetings-banner-2021 .banner-content {
	margin: 165px 40px 100px 0;
	width: 473px;
}
}

@media screen and (max-width : 1169px) {
#Header-bg{background-position:53px 19px;}	
#Menu-Container {top: 101px;}
.menu li a {padding: 10px 14px;}
#Banner-Container .banner1, #Banner-Container .banner2{background-position:87% top;}
.meetings-banner-2021 .banner-content {
	margin: 140px 60px 120px 0;
}
.meetings-banner-2023{background-position: 51% 0px !important ;}
.meetings-banner-2023 .banner-content{margin:166px 0px 70px 0;}
.banner-head{font-size: 26px;}
.banner-head span{font-size: 36px;}	
#Futuermeetings-Container ul li{width: 32%;margin: 0 3px;}
.futuermeetings-text {padding: 20px 25px 35px 25px;}
.futuermeetings-readmore a{bottom: 0px;height: 59px;width: 59px;right: 0px;}
.publications-list {width: 554px;}
#Inthenews ul li{width: 31%;padding: 0 23px 50px 23px;font-size: 15px;line-height: 23px;}
.newslisthead{font-size: 19px;margin: 29px 0 29px 0;}
.news-readmore{left: 25px;}
.social-logo {width: 210px;}
.footer-img{width: 445px;}
#Content-Container h1{padding-top: 190px;}
.secretariat-list li {
	width: 100%;
	display: block;
	margin: 0 0 10px 0;
	padding: 0px !important;
}
.publicationspage-list li{ width:100%;}

}	

@media screen and (max-width : 979px) {
#Header-bg {background-position: -47px 14px;}
.appoint {padding: 35px 35px 0 0;}
.call-appoint{margin: 0px 0px 0 0;}
#Menu-Container {top: 94px;}
.menu li{font-size:12px;}
.menu li a {padding: 10px 7px;}
.banner-content{width: 265px;}
.banner-head {font-size: 20px;line-height: 25px;}
.banner-head span {font-size: 27px;}
.banner-subhead{font-size: 17px;}
.banner-subhead span{font-size: 17px;}
.meetings-banner-2021 .banner-head span, .meetings-banner-2022 .banner-head span {
	font-size: 30px;
	color: #db5a37;
}
.meetings-banner-2021 .banner-head, .meetings-banner-2022 .banner-head, .meetings-banner-2023 .banner-head {
	font-size: 21px;
	line-height: 25px;
}
.meetings-banner-2023 {
	background-position: 59% 0px !important;
}
.meetings-banner-2022 .banner-content {
	width: 320px;
	margin: 173px 165px 65px 0;
}
#Futuermeetings-Container{padding: 30px 0 30px 0;}
#Futuermeetings-Container ul li {width: 33%;margin: 0px;}
#Inthenews-Container {padding: 25px 0 25px 0;}
#Inthenews ul li {width: 31%;font-size: 13px;margin: 0 7px 25px 7px;min-height: 300px;}
.newslisthead {font-size: 16px;margin: 15px 0 10px 0;line-height: 22px;}
.news-readmore{bottom: 35px;}
#Publications-Container {height: 550px;}
.publications-list {width: 400px;}
.social-logo {width: 175px;}
.footer-img {width: 370px;}
.f-menu a {padding: 0 3px;}
.footer-head{margin: 100px 0 20px 0;}
#Content-Container h1{font-size: 30px;}
input[type=text]{ width:125px;}
#Content-Main table td {
	padding: 5px;
	border: 0px;
	width: 100%;
	float: left;
}
#Content-Main table.tableborder {
width: 100%;
}
.img-l, .img-r {
	float: none;
	margin: 10px 0px;
	clear: both;
	text-align: center;
}
}

@media screen and (max-width : 767px) {
.logo{width: 60%;}	
.appoint {padding: 35px 10px 0 0;}
.call-appoint{font-size: 15px;}
.menu li {font-size: 10px;}
#Banner-Container .banner1, #Banner-Container .banner2, #Banner-Container .banner3 {background-position: 75% top;background-size: 155%;}
#Banner-Container #Banner {height: 430px;}
.banner2 .banner-content {
	width: 308px;
	margin: 157px 0 0 0;
}
.banner2 .banner-content .banner-subhead {
	font-size: 13px;
	line-height: 20px;
}
 .banner3 .banner-content {
	width: 205px;
	margin: 200px 0 0 0;
}
.banner1 .banner-content {
	margin: 295px 0 0 0;width: 205px;
}
.banner-head{font-size: 19px;}
.banner-head span{font-size: 24px;}
.banner-head span sup {font-size: 12px;}
.banner-subhead {font-size: 17px;}
.banner-subhead span {font-size: 15px;}
.meetings-banner-2021{background-position:55% 0px !important;}
.meetings-banner-2023 {
	background-position: 63% 0px !important;
}
#Futuermeetings-Container ul li {width: 32%;}
.Futuermeetings-head {font-size: 15px;line-height: 19px;margin: 5px 0 15px 0;}
.futuermeetings-text {padding: 20px 20px 35px 20px;}
#Inthenews ul li {width: 31%;font-size: 13px;margin: 0 3px 25px 3px;min-height: 300px;padding: 0 15px 50px 15px;}
.inthenews-head{margin: 0 0 30px 0;font-size: 35px;padding: 30px 0;}
.newslisthead{font-size: 15px;}
.publications-list {width: 295px;}
.abstract-sec{width: 296px;}
.abstract-head{font-size: 19px;line-height: 23px;}
.abstract-head span{font-size: 30px;}
.footer-img {width: 266px;}
.footer-head {margin: 55px 0 20px 0;}
.social-logo li{margin: 0 5px;}
#Content-Container h1{font-size: 24px;}
.f-container {
	width: 100%;
}
.secretariat-list-img {
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
	float: none;
	display: block;
	text-align: center;
}
.alignleft {
	float: none;
	margin: 0 1% 0 0%;
}
.secretariat-list-text {
	vertical-align: middle;
	padding:0px 0 0 0 !important;
	display: block;
	text-align: center;
	width: 100%;
}
.accordion{ width:100%;}
}

@media screen and (max-width : 640px) {
/* Menu CSS */ 
#Main-Menu {
	display: none;
}
#Mobile-Menu {
	display: block;
}
#Content, #Sidebar {
	display: block;
}
#Sidebar {
	margin: 0px auto;
	clear: both;
}
.contactTable .table-cell {
	display: block;
	width: 100%;
}
.contact-address {
	border-radius: 10px 10px 0px 0px;
}
.contact-map {
	height: 250px;
	border-radius: 0px 0px 10px 10px;
}
.textMain .useFul li {
	width: 95%;
}
.textMain .schemaTable .table-cell {
	display: block;
	margin: 0px auto;
}
#Content-Container h1{font-size: 25px;line-height: 30px;padding-top: 199px;}

}

@media screen and (max-width : 639px) {
.logo {width: 65%;}	
.call-appoint {margin: 35px 0px 0 0;font-size: 12px;}	
.call-appoint a {	padding: 0 25px 0 10px;}
.call-appoint a.font-icon::before {margin: 0 10px 0 0;}
.call-appoint a::after{right: 12px;}
.appoint {padding: 0px 0px 0 0;}
#Menu-Container{width:100%; }
.banner-content, .banner2 .banner-content {
	width: 297px;
	margin: 140px 0 0 0;
}
.banner2 .banner-content .banner-subhead {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
}
.banner1 .banner-content {
	margin: 220px 0 0 0;
	width: 205px;
}
.banner-head {font-size: 15px;line-height: 20px;}
.banner-head span sup {font-size: 10px;}
.banner-subhead {line-height: 15px;font-size: 13px;margin: 5px 0 0 0;}
.banner-subhead span {font-size: 11px;}
#Banner-Container #Banner {height: 320px;}
.meetings-banner-2021 {
	background-position: 60% 0px !important;
}
.meetings-banner-2022 .banner-content {
	width: 320px;
	margin: 178px 0px 95px 0;
}
.meetings-banner-2021 .banner-content {
	margin: 145px 0px 120px 0;
	width: 100%;
}
.meetings-banner-2023 {
	background-position: 66% 0px !important;
}
.meetings-banner-2023 .banner-content {
	margin: 166px 0px 70px 0;
}
#Futuermeetings-Container ul li {width: 98%;margin: 10px 0px;}	
#Futuermeetings-Container {padding: 15px 0 15px 0;}
#Inthenews ul li{width: 48%;}
#Publications-Container{height: auto;padding: 20px 0 20px 0;}
.publications-list {width: 99%;}
.publications-head{font-size: 30px;margin: 0 0 5px 0;}
.abstract-sec {min-height: auto;width: 100%;float: left;margin: 0 auto;display: block;background: #ede5dc;padding: 0 0 20px 0;}
.abstract-head {margin: 35px 0 0 0px;}
.abstract-viewmore{margin: 25px 0 0px 0px;}
.social-logo, .footer-img, .subscribe-newsletter {
	width: 100%;
	display: block !important;
	text-align: center;
	margin: 10px 0;
}
.footer-head {margin: 25px 0 15px 0;}
.subscribe-newsletter input[type="text"], .subscribe-newsletter input[type="submit"]{ float:none;}
#Content-Container h1 {
	font-size: 20px;
	line-height: 26px;
	padding-top: 175px;
}
.textMain .registerManus {
	width: 100% !important;
}
.publicationspage-list li {
	width: 100%;
	text-align: center;
}
}

@media screen and (max-width : 479px) {
#Header-Container, #Header-bg {background: center 0px;background: #f1ebe1;position: relative;}
.logo, .appoint {width: 98%;display: block; text-align:center;}	
.call-appoint {margin:0px auto 10px auto;font-size: 12px;float: none;}
#Menu-Container {float: none;width: 100%;position: relative;top: 0px;left: 0px;}
.banner-content, .banner2 .banner-content{ display:none;}
#Banner-Container .banner1, #Banner-Container .banner2, #Banner-Container .banner3 {
	background-position: 40% top;
	background-size: 110%;
}
#Banner-Container{margin: -40px 0 0 0;}
#Banner-Container #Banner {
	height: 155px;
}
.Banner-Tabs{ display:none;}
.about-container {
	margin: 0px auto 0 auto; width:98%;
}
.meetings-banner-2021, .meetings-banner-2022, .meetings-banner-2023{ background:none !important;}
#Inthenews ul li {width: 99%;min-height: 245px;}
.publications-list {width: 99%;height: 450px;}
.news-readmore {bottom: 40px;}	
#Content-Container h1 {
	padding-top: 80px;
	font-size: 18px;
	line-height: 24px; padding-bottom:5px;
}
.navigation {
	min-height: 200px;
	font-size: 14px;
	width: 100%;
	padding: 0 1%;
}
.table-center td{ width:100%; display:block;}
.textMain {
	padding-right: 0px !important;
	margin: 0px;
}
.login {
	width: 96%;
	margin: 0 auto;
	padding: 10px !important;
}

}

@media screen and (max-width : 359px) {
#Content-Container h1 {
	padding-top: 75px;
	font-size: 19px;
	line-height: 25px;
}
}