/******* pagination CSS  *********/
ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 20px 0 0;
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
	color: #424242;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
}
ul.pagination li a.active, ul.pagination li.active a {
	background-color: #07a0cc;
	color: white;
	border: 1px solid #07a0cc;
}
ul.pagination li a:hover:not(.active) {
	background-color: #ddd;
}
div.center {
	text-align: center; 
}
#pages.pagelist {
	margin-bottom: 20px;
	display: block;
	width: 100%;
	text-align: center
}
.entry-content ul.pagination li {
	list-style: none;
}
.shop-products div:nth-child(3n) { /*margin-right:0;*/
}
.fullwidth-column .shop-products div:nth-child(3n) { /*margin-right:40px;*/
}
.shop-products div.product-list {
	display: inline-block;
	float: none;
}
#cart {
	width: 100%;
	min-height: 0;
	margin: 0;
}
#cart table {
	border: 1px solid #ededed;
	margin-bottom: 0; overflow:visible;
}
#cart table td {
	padding: 5px 10px;
	background: #fcfcfc;
	color: #424242;
}
#cart table #main_heading > td {background: #467995; font-weight: bold; color: #fff; border: none; font-size: 13px; padding: 10px;}
#cart table tr:last-child td input.fg-button {
	background: #666666;
	border: medium none;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 15px;
}
#cart table tr:last-child td input.fg-button:nth-child(2), #cart table tr:last-child td input.fg-button:nth-child(4) {
/*	background: #00abcc;*/
}
#cart table td input.qty {
	text-align: center !important;
border: #ccc thin solid;
min-width: 40px;
min-height: 30px;
width: 40px;
padding: 0; margin:auto;
}
#cart table tr td:nth-child(4) { vertical-align:middle; text-align:center;}
#cart table tr:last-child td {
	color: #424242;
}
.rltd-heading {
	text-align: left;
}
#cart table td span.error, #cart table td span.error p {
	color: #ff0000;
	display: block;
	text-align: left;
	font-size: 11px;
	padding: 0;
}
div.inner-banner {
	display: block;
	padding-top: 0;
}
.shop-products {
	/*max-width: 1060px;*/
	margin: auto;
}
.entry-content #cart .graybtn {
	background: #666;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px !important;
	border-radius: 3px;
	text-transform: capitalize !important;
}
.entry-content .registration ul li {
	width: 48%;
	margin: 5px 2% 5px 0;
	float: left;
	list-style: none;
	height: 56px;
}
.entry-content .registration table.two-column-table td ul li {
	width: 100%;
}
.entry-content .registration ul {
	padding-left: 0;
	text-align: left;
}
.entry-content .registration ul li.map {
	height: auto;
}
.entry-content .registration ul li input, .entry-content .registration ul li select {
	border: #ccc thin solid;
	color: #424242;
	font-size: 14px;
	width: 100%;
	background: #f8f8f8;
	padding: 10px
}
.entry-content .registration input[type="checkbox"] {
	border: none;
}
.entry-content .registration ul li p {
	font-size: 12px;
	color: #ff0000;
	padding: 0;
}
.entry-content .registration ul li button {
	background: #00abcc none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 30px;
}
.entry-content .registration ul li a {
	color: #c03d3d;
	margin-right: 25px;
}
.billing-table td input[type="text"] {
	border: thin solid #cccccc;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}
.billing-table td span.bill_detail {
	background: #f1f1f1 none repeat scroll 0 0;
	display: inline-block;
	min-height: 32px;
	padding: 1px 5px;
	width: 100%;
	max-width: 408px;
}
.billing-table td #ass_shipp_data {
	background: #00abcc;
	border: medium none;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 10px;
}
header nav ul.static li a {
	font-size: 14px;
}
#review-product {
	background: #00abcc none repeat scroll 0 0;
	border: medium none;
	margin: 0 0 0 8px;
	box-shadow: none;
	display: inline-block;
	vertical-align: middle;
	padding: 8px 19px;
	border-radius: 0;
	font-size: 14px;
}
.pro-atc a.atc-btn {
	vertical-align: middle;
}
.ui-dialog .ui-dialog-titlebar {
	background: #4e4e4e;
	font-weight: normal;
	color: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default.ui-button {
	background: url(../images/close.png) no-repeat scroll 0 0 /100% auto;
	border: none;
}
div.ui-dialog {
	width: 723px !important;
    box-shadow: 0 0 10px 1px #0000001a;
    padding: 15px;
	z-index: 10000;
	position: fixed;
}
div.ui-dialog[aria-describedby="custom-box-alert"] {
    width: 723px !important;max-width:723px !important;
}
.ui-dialog #review {
	border: #ccc thin solid;
}
div.ui-dialog #dialog {
	border-left: #ccc thin solid;
	border-bottom: #ccc thin solid;
	border-right: #ccc thin solid;
}
div.ui-dialog .ui-dialog-titlebar {
	border-radius: 0;
}
div.ui-dialog #dialog td, div.ui-dialog #dialog tr {
	border: none;
	padding-top: 0;
}
div.ui-dialog #dialog table {
	margin: 0;
	border: none;
}
div.ui-dialog #dialog table td button.btn-rounded {
	background: #00abcc none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 24px;
	border-radius: 0;
	float: right;
}
div.ui-dialog #dialog table td select {
	width: 100%;
	padding: 3px;
}
div.ui-dialog #dialog #ratingError, div.ui-dialog #dialog #reviewError {
	font-size: 12px;
	color: #ff0000;
	text-align: right;
}
.rltd-products > div > a > img {
	max-width: 100px;
}
div.search-btns a.kinesio-global {
	background: #00abcc url("../images/globe-icon.jpg") no-repeat scroll right center;
	padding: 16px 36px 16px 20px;
}
div.search-btns a.cart-menu {
	background: #00abcc url("../images/cart.jpg") no-repeat scroll 17% center;
	padding: 16px 12px 16px 38px;
}
div.search-btns a.search-menu {
	background: #00abcc url("../images/search-icon.jpg") no-repeat scroll left center;
	padding: 16px 20px 16px 36px;
}
div.search-btns a.my-account-link-top {
	background: rgba(0, 0, 0, 0) url("../images/my-account.jpg") no-repeat scroll 13% 25px;
	border-left: 2px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	margin-left: 14px;
	margin-top: -10px;
	padding: 27.5px 12px 14.5px 40px;
	position: relative;
	text-transform: uppercase;
	vertical-align: top;
}
div.search-btns {
	font-size: 12px;
}
div.top-login input[type="text"], div.top-login input[type="password"] {
	width: 134px;
}
.shop-categories .product-cat {
	position: relative;
	z-index: 99999;
}
.shop-categories .product-cat strong, .shop-categories .product-cat a {
	cursor: pointer;
	display: block;
}
.shop-categories div.product-cat strong.cat-name {
	padding: 85px 25px 0;
	left: 0;
	top: 0;
	transform: rotateY(180deg);
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	height: 100%;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.shop-categories div.product-cat.product-list {
	margin: 0 3% 50px;
	min-height: 215px;
	width: 20%;
	cursor: pointer;
}
.shop-categories div.product-cat:hover strong.cat-name {
	opacity: 1;
	transform: rotateY(0deg);
}
.pro-des h1 {
	color: #3d3d3d;
	font-family: helveticaneueroman;
	font-size: 26px;
	text-transform: capitalize;
}
.shop-detail {
	float: left;
	width: 45%;
}
.entry-content ul.resp-tabs-list li {
	/*background: #757575 !important;
	padding: 4px 15px 0!important;
	color: #fff;
	border-radius: 3px 3px 0 0;
	border: none !important;
	margin: 0 10px 0 0;
	font-size: 15px;
	font-family: helveticaneuebold;*/
}
.entry-content ul.resp-tabs-list li.resp-tab-active {
	/*background: #2ea3c5 !important;*/
}
div.resp-tabs-container {
	border: thin solid #dedede !important;
	padding: 20px;
}
.resp-tabs-container .resp-tab-content {
	padding: 0;
}
#dialog {
	display: none;
}
.shop-products.rltd-products div {
	width: 30%;
}
.shop-detail .thumbnail-img img {
	border: #d4d8d8 thin solid;
	padding: 5px;
}
.thumbnail-img {
	clear: both;
	padding: 10px;
	border-left: #d4d8d8 thin solid;
	border-bottom: #d4d8d8 thin solid;
	border-right: #d4d8d8 thin solid;
}
.pro-share a, .email-fr a {
	margin: 0 2px;
}
#parentHorizontalTab {
	margin-top: 40px !important;
}
.shop-products.rltd-products h1 {
	background: #757575 none repeat scroll 0 0 !important;
	border: medium none !important;
	border-radius: 5px 5px 0 0;
	color: #ffffff;
	font-family: helveticaneuebold;
	font-size: 15px;
	margin: 0 10px 0 0;
	padding: 6px 15px !important;
	display: table;
}
.shop-products.rltd-products {
	margin-top: 40px;
}
.rltd-product-list {
	border: thin solid #dedede;
	padding: 20px;
}
.shop-products.rltd-products div.rltd-product-list {
	width: 100%;
	margin: 0;
	min-height: 0;
}
div.inner-btm-cta {
	border-top: thin solid #dedede;
	margin-top: 30px;
	padding: 20px 0;
}
#loginDiv a, #loginDiv span {
	vertical-align: middle;
}
.shop-products div.pagelist {
	min-height: 0;
	margin: 0;
	text-align: center;
}
.shop-products div.myAC {
	min-height: 190px;
	position: relative;
	width: 15%;
	border: 1px solid #dedede;
	display: inline-block;
	margin: 20px 4% 35px;
}
.shop-products div.myAC span {
	background: #000000 none repeat scroll 0 0;
	border: medium none;
	bottom: 0;
	color: #ffffff;
	display: block;
	font-weight: bold;
	left: 0;
	opacity: 0.7;
	padding: 5px;
	position: absolute;
	width: 100%;
	z-index: 50;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	height: 40px;
}
.shop-products div.myAC:hover span {
	height: 100%;
	padding: 80px 5px;
}
div#slider1 {
	margin: 0;
	width: 100%;
	padding: 20px;
	border: 1px solid #dedede;
}
#slider1 div.viewport {
	margin: 0;
	width: 700px;
	border: none;
	height: 445px;
}
div#slider1 .buttons {
	background: none;
	top: 160px;
}
div#slider1 .buttons.prev {
	margin-left: -21px;
}
div#slider1 .buttons.next {
	margin-right: -21px;
}
#slider1 ul.overview li {
	border: none;
	min-height: 388px;
	width: 220px;
	margin: 0 15px 0 0;
	list-style: none;
}
.shop-products.rltd-products #slider1 li div {
	width: 100%;
}
.label-tag {
	width: 150px;
}
#cart table tr td img.cart-image {
	max-width: 50px;
	margin: 5px;
}
#cart table tr td {
	vertical-align: middle;
}
#cart table tr td strong {
	font-weight: bold; font-weight:15px;
}
.cross-price {
	padding: 0;
	text-decoration: line-through;
	-moz-text-decoration-style: solid;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
}
td.coupan {
	text-align: right;
}
td.coupan input {
	border: #ccc thin solid;
}
td.coupan-label {
	text-align: right;
	font-weight: bold;
}
#cart tr.order-total td {
	text-align: right; /*padding:10px;*/
}
.shop-categories .cart-amount div {
	display: block;
	width: 100%;
	text-align: right;
}
.cart-amount .main-price {
	color: #424242;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.cart-amount .discount-price {
	font-size: 15px;
	line-height: normal;
}
.cart-amount .discount-price span {
	color: #227622;
	font-size: 13px;
}
#cart #table a span.red {
	color: #ff0000;
	font-size: 12px;
	text-transform: capitalize;
}
ul.resp-tabs-list, p {
	font-size: 15px;
}
#cart #table .product-name {
	font-size: 16px; font-weight:bold !important;
	line-height: normal;
}
#cart #table .product-name strong {font-weight:bold !important;}
#cart table tr td.valign {
	vertical-align: middle;
}
#cart table.payemnt-mode td {
	background: #ededed;
	font-size: 16px;
	font-weight: bold;
	border-top: thin solid #e0e0e0;
}
#cart table.payemnt-mode tr:first-child td {
	border: none;
}
#cart table.payemnt-mode tr:last-child td {
	background: none;
}
.pro-price .cross-price {
	color: #919191;
	font-size: 24px;
	font-weight: normal;
}
#cart table .cart-price {
	/*font-weight: bold;*/
	font-size: 16px;
}
.ui-dialog div.ui-dialog-titlebar {
	background: none;
	border-bottom: thin solid #cccccc;
	padding: 0 0 6px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	border-left: none;
	border-top: none;
	border-right: none;
}
.ui-dialog span.ui-dialog-title {
	overflow: visible; font-size:15px; font-weight:500;
}
.ui-widget .login-popup input {
	border: #ccc thin solid;
	margin: 5px 0;
	width: 100%;
}
.ui-widget .login-popup {
	text-align: center;
}
.ui-widget .login-popup a {
	color: #424242;
	float: right;
	font-size: 12px;
	/*margin-top: 10px;*/
	padding: 4px 13px;
	text-decoration: underline;
	vertical-align: middle;
}
.ui-state-default span.ui-icon {
	background: #000000 url("../images/close.png") no-repeat scroll 0 0 / 100% auto;
	border: medium none;
	border-radius: 14px;
	margin-top: -15px;
	padding: 12px;
}
.shop-categories > div.clr {
	min-height: 0
}
.order-table table tr.order-heading {
	background: #f6f6f6;
	border: #e5e5e5 thin solid;
}
.order-table table tr.order-heading td {
	border: none;
	line-height: 21px;
	padding: 5px 20px;
}
.order-table .cart-amount strong {
	font-size: 16px;
}
.order-table .cart-amount .discount-price {
	font-weight: bold;
}
.order-table .cart-amount .discount-price span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 5px;
}
.order-table table {
	margin-bottom: 0;
}
.order-table table td {
	border: none;
}
div.order-table {
	border-left: #e5e5e5 thin solid;
	border-right: #e5e5e5 thin solid;
	border-bottom: #e5e5e5 thin solid;
	padding: 10px 20px;
}
div.order-table.head {
	padding: 0;
	border: none;
	margin-top: 20px;
}
.resp-tab-content > div:first-child {
	margin-top: 0;
}
.order-table table td img.cart-image {
	margin: 5px;
	max-width: 80px;
}
.myorderwidth {
	max-width: 900px;
	margin: auto
}
.resp-tab-content .cart-amount .colfirst {
	width: 15%;
}
.resp-tab-content .cart-amount .colsecond {
	width: 80%;
	float: left;
}
.resp-tab-content .cart-amount .review {
	width: 30%;
	float: right;
}
.review #review-product {
	font-size: 15px;
	padding: 10px 40px;
	margin-top: 40px;
}
.seminar-box { 
	/*max-width:1000px; margin:auto*/
}
.seminar-box #main_heading {
	background: #f6f6f6;
	border: #e5e5e5 thin solid;
}
.seminar-box #main_heading td {
	border: none;
	text-transform: uppercase;
	font-size: 15px;
}
.seminar-box table td {
	border: medium none;
	color: #424242;
	font-size: 13px; /*line-height: 22px;*/
	padding: 5px 10px;
}
.seminar-box tr.partner {
	background: #e4e4e4;
}
.seminar-box tr.partner td strong {
	color: #06accd;
	font-size: 14px;
	letter-spacing: 1px;
}
.seminar-box tr.official {
	background: #06accd;
}
.seminar-box tr.official td strong {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}
.seminar-box tr {
	border-left: #e5e5e5 thin solid;
	border-right: #e5e5e5 thin solid;
}
.seminar-box tr.sminar-content-list td {
	padding: 5px 10px;
	border-top: none;
	vertical-align: top;
	line-height: 20px;
}
.seminar-box tr.sminar-content-list td p {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	color: #424242;
	text-transform: uppercase;
	line-height: 20px;
}
.seminar-box tr.official td strong, .seminar-box tr.partner strong {
	font-weight: normal;
}
.seminar-box tr.partner td, .seminar-box tr.official td {
	padding: 0 12px;
}
.Seminart-left-detail {
	float: left;
	width: 55%;
}
.seminar-detail .Seminart-left-detail p { /*font-size:15px;*/
	padding: 0;
	line-height: normal; margin-bottom:0;
}
.seminar-detail .map {
	float: right;
	width: 40%; min-width:250px;
}
.seminar-detail .map a.atc-btn {
	padding:10px 20px; line-height:normal;
	
}
.seminar-detail .map .pro-price {
	padding: 0;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	font: 25px/25px "helveticaneuebold";
}
.entry-content .map .pro-price ul {
	padding: 0 0 10px;
}
.entry-content .map .pro-price ul li {
	list-style: none;
	margin-left: 0 !important;
	padding: 0 0;
	clear: both;
}
.entry-content .map .pro-price span.price {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #00a5cc !important;
	float: right;
	width: 42%;
	text-align: right;
}
.entry-content .map .pro-price input {
	/*margin-top: 8px;*/
	width: 5%; display: inline-block;
vertical-align: top; margin-top:4px;
}
.entry-content .map .pro-price .price-text {
	width: 48%;	font-size: 14px !important;	padding: 0; font-weight: normal; display: inline-block; vertical-align: top;
}
.seminar-detail .pro-price input, .seminar-detail .pro-price span {
	display: inline-block;
	vertical-align: top;
}
.seminar-detail .map .pro-price:nth-child(2) {
	float: right;
}
.seminar-detail #review-product {
	padding: 9px 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.seminar-detail .red_clr, .seminar-detail .red_clr p {
	color: #ff0000;
	font-size: 14px;
	line-height: normal;
	padding-top: 1em;
}
.seminar-detail #parentHorizontalTab {
	margin-top: 0 !important;
}
.backtoseminar {
	background: #666666 none repeat scroll 0 0;
	border-radius: 5px;
	clear: both;
	color: #ffffff;
	margin-top: 7px;
	padding: 5px 10px;
}
.marginbottom {
	margin-bottom: 25px;
}
#new_shipp_info_tbl tbody tr td p {
	color: #ff0000;
	font-size: 12px;
	padding: 0;
}
.error p, .error span, div.error {
	color: #ff0000;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
}
span.error {
	color: #ff0000;
}
.gender td {
	color: #424242;
}
.gender td input {
	margin-right: 5px;
}
.billing-table td select {
	border: thin solid #cccccc;
	width: 100%;
}
.billing-table td textarea {
	border: thin solid #cccccc;
	width: 100%;
	height: 60px;
}
.billing-table td input[type="submit"] {
	background: #00abcc none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	font-size: 14px;
	padding: 7px 20px;
}
.seminar-detail .hentry {
/* padding: 25px 0 0;*/
}
#megaMenu ul.megaMenu li.menu-item.mega-with-sub > a::after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a::after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator::after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator::after {
	border-top-color: rgba(0, 0, 0, 0);
}
#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > span.um-anchoremulator {
	border-left: 1px solid #666668;
	box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
}
#megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a, #megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator, #megaMenu ul li.menu-item.mega-with-sub > a, #megaMenu ul li.menu-item.mega-with-sub > span.um-anchoremulator, #megaMenu ul li.menu-item.ss-nav-menu-mega > a, #megaMenu ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator {
	padding-right: 19px;
}
#megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
	color: #666668;
	font-size: 15px;
	font-weight: normal;
	padding: 0 14px;
}
#megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title {
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0);
	text-transform: uppercase;
}
#megaMenu ul.megaMenu > li.menu-item:hover ul.sub-menu {
	display: block !important;
}
.seminar-box tr.sminar-content-list {
	border-bottom: thin solid #e5e5e5;
}
div#megaMenu ul.megaMenu > li.menu-item {
	padding: 0 0 20px;
}
header nav { /*padding:15px 15px 0;*/
}
.activity-search-box .search-left {
	float: left;
	width: 50%;
}
.activity-search-box .search-right {
	float: right;
	width: 50%;
}
.activity-search-box label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: bold;
}
.activity-search-box input {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	border: #ccc thin solid;
	width: 400px;
}
.activity-search-box button {
	background: #333333;
	border: medium none;
	margin-left: 5px;
	padding: 9px 20px;
	vertical-align: middle;
}
.activity-search-box button:hover {
	background: #424242;
}
.activity-search-box {
	padding-bottom: 20px;
}
div.activity-search-box a {
	background: #06accd none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	padding: 6px 20px;
	text-transform: uppercase;
	vertical-align: middle;
}
div.activity-search-box a:hover {
	color: #f9f9f9;
}
.activity-search-box .search-right {
	text-align: right;
}
table.list-table {
	border: 1px solid #ededed;
}
table.list-table td, table.list-table th {
	padding: 5px 10px;
}
table.list-table th {
	background: #f2f2f2;
	color: #333;
}
#list_form .shop-products h1 {
	padding-bottom: 30px;
}
.add-activity select {
	width: 230px;
	padding: 5px;
}
.add-activity td { /*vertical-align:middle;*/
}
.add-activity td span {
	display: block;
}
.add-activity td input[type="text"] {
	width: 100%;
	border: #ccc thin solid;
}
.add-activity input[type="submit"] {
	background: #333333 none repeat scroll 0 0;
	border: medium none;
	margin-left: 5px;
	padding: 11px 20px;
	vertical-align: middle;
	text-transform: uppercase;
}
.add-activity input[type="submit"]:hover {
	background: #424242;
	text-transform: uppercase;
}
.entry-content ul.pagination {
	padding-left: 0;
}
#cart table tr td.table-grey-head {
	background: #f3f3f3;
}
#cart .fg-button, .shop-products .fg-button {
	background: #424242;
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px;
	text-transform: uppercase;
}
#cart table tr td a.listing-link {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.w3-table-all {
	border: 1px solid #ededed;
}
.w3-table-all tr td, .w3-table-all tr th {
	padding: 5px 15px;
	color: #424242;
}
.w3-table-all tr th {
	background: #f3f3f3;
}
.entry-content table td .btn-danger {
	color: #e30000;
	padding: 0 0 0 10px;
	cursor: pointer;
}
.entry-content table .textright {
	text-align: right;
}
#cart .fg-button:hover, .shop-products .fg-button:hover {
	color: #fff;
}
table td label {
	color: #424242;
}
#cart #table td a.atc-btn, #cart a.atc-btn {
	padding: 6px 19px 5px 43px;
	width: auto;
	background-position: 12px center;
	display: inline-block;
	color: #fff;
}
#cart #table td a.atc-btn:hover {
	background-position: 15px center;
}
.shop-products .w3-table-all td div.pro-price.inline, .shop-categories .w3-table-all td div.pro-price.inline {
	display: inline-block;
	float: none;
	margin: 0;
	min-height: 0;
	vertical-align: middle;
	width: auto;
	font: 24px/36px "helveticaneuebold";
	padding: 0 10px;
	border: none;
}
.shop-products #cart .w3-table-all td a.atc-btn, .shop-categories #cart .w3-table-all td a.atc-btn {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 15px 5px 50px;
	color: #fff;
	font-weight: normal;
	width: auto;
	font: 14px/25px "helveticaneuebold";
}
#cart table td a {
	color: #666;
	font-weight: bold;
}
.backtopage a {
	color: #2ea3c5;
	font-family: "helveticaneuebold";
	padding: 10px 0;
	display: inline-block;
}
.backtopage a i {
	font-size: 24px;
	vertical-align: middle;
}
.backtopage {
	text-align: left;
}
.entry-content .backtopage a:hover {
	color: #333;
}
.exam-question .error-php {
	display: none;
}
.exam-question .shop-categories {
	margin-bottom: 0;
	padding-bottom: 40px;
}
.exam-question #countdown-1 {
	border: none;
	min-height: 0;
	width: auto;
	text-align: right;
	width: 50%;
	float: right;
	padding: 5px 0;
}
.exam-question #countdown-1 div {
	float: none;
}
.exam-question #countdown-1 span {
	color: #666;
	vertical-align: text-top;
}
.exam-question table {
	background: #f8f8f8;
	border: #eee thin solid;
}
.exam-question form table th {
	padding: 5px 10px;
	background: #eeeeee;
	color: #424242;
}
.exam-question form table td {
	padding: 10px 10px;
	line-height: normal;
}
.success_msg {
	color: green;
	font-weight: bold;
	font-family: "helveticaneuebold";
	font-weight: normal;
	text-align: center;
	margin: 30px 0 0;
}
.error_msg {
	color: red;
	font-weight: bold;
}
.content-list #cart {
	border: none;
}
.exam-question form table td input[type="checkbox"] {
	display: block;
	float: left;
	height: 20px;
	margin: 0 7px 5px 0;
	vertical-align: top;
}
.timeTo span {
	vertical-align: text-top;
}
.exam-question form table td #short_desc {
	border: thin solid #cccccc;
	width: 100%;
}
.exam-question form table td input[type="radio"] {
	vertical-align: middle;
	margin: 3px 5px;
}
#list_form {
	position: relative;
	clear: both;
}
input[type="submit"].examination-finish-btn {
	position: absolute;
	right: 0;
	bottom: -55px;
	background: #00abcc;
	border: none;
	text-transform: uppercase;
}
.exam-question ul.pagination .pagelist ul li {
	padding: 5px 0;
}
.exam-question ul.pagination .pagelist ul li a {
	font: 17px/27px "helveticaneueroman";
	text-transform: capitalize;
}
.shop-categories div.question-box {
	width: 100%;
	/*max-width: 700px;*/
	margin: auto;
	border: none;
}
.question-top-bar .question-number {
	color: #424242;
	font-size: 21px;
	float: left;
	text-align: left;
	width: 50%;
}
.question-top-bar .question-number span {
	background: #00abcc;
	color: #fff;
	border-radius: 25px;
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	padding: 12px 12px;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 45px;
}
.question-top-bar .question-number strong {
	vertical-align: middle;
	display: inline-block;
	margin: 0;
	width: auto;
}
.question-top-bar {
	width: 100%;
	padding: 15px 0;
}
.shop-categories .question-box .question-content-box {
	background: #ededed;
	border: #ccc thin solid;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
	padding: 20px;
	font-family: "helveticaneueroman";
}
.shop-categories .question-box .question-content-box h2 {
	font-family: "helveticaneueroman";
	color: #333;
	font-size: 20px;
	padding: 0 0 0;
}
.shop-categories .question-box .question-content-box ul {
	list-style: none;
	color: #333;
	font-size: 16px;
}
.shop-categories .question-box .question-content-box ul li {
	background: #f7f7f7;
	padding: 10px;
	margin: 10px 0;
	text-transform: capitalize;
	border-radius: 3px;
	box-shadow: 0 0 2px #858585;
	color: #f2f2f2;
	font-size: 14px;
	padding: 3px;
	text-transform: capitalize;
	color: #424242;
	position: relative;
}
.shop-categories .question-box .question-content-box ul li strong {
	margin: 0 5px;
	display: inline-block;
	background: #494949;
	border-radius: 3px 0 0 3px;
	color: #fff;
	font-size: 14px;
	height: 100%;
	margin: -3px 10px -3px -3px;
	padding: 5px 8px;
	vertical-align: middle;
	width: 30px;
	position: absolute;
}
.question-content-box span {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 0 2px 35px;
	width: 100%;
}
.question-content-box input {
	margin: 4px 5px 0 0;
	float: left;
}
.question-content-box span.ans-line {
	padding: 0;
	float: left;
	width: calc(100% - 40px);
	display: inline-block;
}
.question-content-box .question-next-prev {
	width: 100%;
	padding: 0px 0;
	text-align: center;
}
.shop-categories div.question-next-prev > a {
	color: #333;
	font-size: 16px;
	margin: 0 5px;
	padding: 5px;
	text-transform: capitalize;
}
.shop-categories .exam-pagigination {
	width: 100%
}
.shop-categories .exam-pagigination ul li a {
	color: #333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.exam-pagigination li {
	border: thin solid #cccccc;
	display: inline-block;
	padding: 5px 5px;
	min-width: 35px;
	margin: 1px;
	background: #f6f6f6;
}
.exam-pagigination li.done {
	background: #00abcc;
	border: #00abcc thin solid;
}
.shop-categories .exam-pagigination ul li.done a {
	color: #fff;
}
.shop-categories .exam-pagigination ul li.current {
	background: #d3d3d3;
	box-shadow: 0 0 5px #303030;
}
.shop-categories .question-box #list_form input[type="submit"].btn-primary {
	background: #00abcc;
	color: #fff;
	border: none;
	float: right;
}
.shop-products #list_form .start-exam-btn {
	background: #2a9a2a;
	border-radius: 3px;
	color: #ececec;
	display: inline-block;
	text-align: center;
	width: 153px;
}
#cart td p.exam-day {
	font-size: 14px;
	padding: 0;
}
#cart td p.exam-day strong {
	display: inline;
	font-size: 14px;
	color: #3b3a36;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
body h3 {
	color: #3d3d3d;
	font-family: "helveticaneuebold";
}
.shop-categories #cart {
	border: none;
}
.shop-products div span.mobile-headig {
	display: none;
}
.shop-categories div span.mobile-headig {
	display: none;
}
.inner-banner img.mob-inner-banner {
	display: none;
}
.shop-products div#google_map, .shop-products div#map {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	height: 300px;
	margin: 0 0 20px;
}
.shop-products div#google_map div, .shop-products div#map div {
	width: auto;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
}
#list_form input[type="text"], #list_form select {
	border: #ccc thin solid;
	box-shadow: none;
	padding: 8px 5px;
	width: 235px;
}
#list_form input[type="submit"] {
	background: #424242;
	padding: 8px 15px;
	color: #fff;
	border: none;
	font-size: 15px;
}
#list_form label {
	display: block;
	font-weight: bold;
}
.profile-updt-success {
	color: #008000;
	text-align: center;
	padding: 20px 0 0;
	font-size: 18px;
	font-family: "helveticaneuebold";
	text-transform: capitalize;
}
.activity-search-box {
	max-width: 1060px;
	margin: auto;
}
.shop-products div.partnerSubList {
	height: auto;
	min-height: 0;
	border-right: #e5e5e5 thin solid;
	width: 50%;
	border-left: none;
	border-top: none;
	border-bottom: none;
	margin: 20px 0;
	padding: 0 2%;
	text-align: left;
	float: left;
	font-size: 14px;
	line-height: 20px;
	background: #fff;
}
.shop-products div.partnerSubList:nth-child(2n) {
	border: none;
	float: right;
}
.partnerList {
	border: 1px solid #e5e5e5;
}
.partner-country {
	color: #424242;
	display: block;
	font-size: 18px;
	padding: 10px;
	text-transform: uppercase;
	background: #e5e5e5;
}
.instructor-list .instructorsub-list {
	width: 25%;
	float: left;
	padding: 10px 2%;
	text-align: center;
	color: #424242;
}
.instructor-list .instructorsub-list p {
	font-size: 14px;
	line-height: normal;
}
.instructor-name {
	color: #424242;
}
.instructor-form .control-label {
	vertical-align: top;
	font-size: 14px;
}
.instructor-form select {
	font-size: 14px;
}
.instructor-form {
	padding-bottom: 20px;
}
.instructor-pic {
	margin-bottom: 10px;
}
.entry-content .instructor-pic img {
	height: 165px;
}
.marginBottom {
	margin-bottom: 20px !important;
}
.sminar-content-list a.atc-btn {
	background-position: 5px center;
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px 3px 26px;
	width: 110px;
}
.sminar-content-list a.atc-btn:hover {
	background-position: 5px center;
}
.sminar-content-list td span.seminar-list-price {
	color: #2ea3c5;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 2px;
}
.sminar-content-list .date i {
	margin-right: 5px;
}
.sminar-content-list .date {
	vertical-align: middle;
}
.policies {
	max-height: 350px !important;
}
.my-seminar-table td form {
	width: 300px;
}
.my-seminar-table td form input[type="file"] {
	border: #ccc thin solid;
	display: block;
	float: left;
	margin-right: 5px;
	width: 240px;
	padding: 0;
}
.my-seminar-table td form button {
	background: #424242;
	border: none;
	color: #fff;
	padding: 5px 10px;
}
.my-seminar-table td form span.error {
	margin: 0;
	border: none;
}
#cart .my-seminar-table td a.cancel {
	color: #ff0000;
}
span.error.myseminarerror {
	font-size: 16px;
	margin: 0 0 10px;
	display: block;
}
#cart .my-seminar-table td {
	line-height: 20px;
}
#cart .my-seminar-table {
	margin-bottom: 30px;
}
#cart .my-seminar-table tr {
	border-bottom: thin solid #e5e5e5;
}
.seminar-detail h2 strong, .seminar-detail h2 {
	color: #00a5cc;
}
.seminar-detail p span, .seminar-detail li span {  /*color: #74736f !important; font: 17px/27px "helveticaneueroman" !important;*/
}
.seminar-detail h2 {
	text-align: left !important;
	margin-top: 10px;
	letter-spacing: 1px;
}
.seminar-detail h2 div {
	color: #00a5cc !important;
}
.seminar-detail h2 span {
	font-size: 20px !important;
	font-family: "helveticaneueroman";
}
.seminar-detail ul li {
	margin-left: 10px !important;
}
.seminar-detail p {
	padding: 0 0 10px;
}
.seminar-detail ul li p {
	padding: 0;
}
#cart table.my-seminar-table #main_heading > td {
	text-transform: capitalize;
}
.seminar-box #list_form label {
	font-size: 16px;
	color: #424242 !important;
}
#cart .partnerSubList .partner-address {
	border: none;
}
.partnerSubList .partner-address h2 {
	padding: 0;
	text-transform: capitalize;
}
#cart .partnerSubList .partner-address td {
	font-size: 16px;
	border: none;
	padding: 5px 0;
	line-height: normal;
}
#cart .partnerSubList .partner-address td a {
	font-weight: normal;
	color: #00a5cc;
}
h1 button.btn {
	background: #424242;
	font-size: 14px;
	border: none;
}
.entry-content ul.pdngnone-ul {
	padding: 0;
}
.transcript ul.pdngnone-ul li {
	margin: 0;
	box-shadow: none;
	list-style: none;
	display: inline-block;
	float: left;
	width: 28%;
	margin-right: 2%;
}
.transcript ul.pdngnone-ul li:last-child {
	width: 10%;
	margin-right: 0;
}
.transcript ul.pdngnone-ul li input, .transcript ul.pdngnone-ul li select {
	border: #ccc thin solid;
	width: 100%;
	padding: 9px 5px;
	margin-bottom: 5px;
}
.transcript ul.pdngnone-ul li input {
	padding: 9.5px 5px;
}
.transcript ul.pdngnone-ul li input[type="file"] {
	padding: 5px;
	margin-bottom: 5px;
}
.transcript ul.pdngnone-ul li:last-child button {
	background: #424242;
	color: #fff;
	border: none;
}
.policyTab .policyTabList {
	border-radius: 3px;
	border-right: thin solid #cccccc;
	color: #424242;
	display: block;
	float: left;
	font-size: 12px;
	margin-right: 3px;
	padding: 10px;
	text-align: center;
	width: 145px;
}
.policyTab .policyTabList b { font-weight:normal;}
.policyTab .policyTabList:nth-child(3) {
	margin-right: 0;
	border-right: none;
}
.policies div.div_hide {
	font-size: 15px;
	margin-top: 10px;
}
.policies div.div_hide p {
	font-size: 15px;
	line-height: 20px;
}
.ui-dialog .policies button {
	background: #424242;
	border: medium none;
	float: right;
	padding: 7px 20px;
	margin-bottom: 20px;
}
.policyTab {
	background: #e9e9e9;
}
.ui-dialog .policies label {
	color: #424242;
}
#cart .my-seminar-table tr td a.seminar-cancel {
	color: #ff0000;
	display: block;
}
form .jp-video button {
	padding: 0;
}
.sweet-alert .confirm {
	background: #00a5cc !important;
}
.sweet-alert .sa-icon.sa-success span.sa-line {
	background: #00a5cc;
}
.sweet-alert .sa-icon.sa-success div.sa-placeholder {
	border: 4px solid #00a5cc;
}
.jp-audio, .jp-audio-stream, div.jp-video {
	border: 1px solid #dedede;
}
.jp-video div.jp-interface {
	border-top: 1px solid #dedede;
}
button.jp-video-play-icon {
	margin-top: 0;
	top: 43%;
}
.shop-products #list_form .start-exam-btn.skip-video {
	padding: 10px;
	background: #00abcc;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}
h2 div span {
	color: #00a5cc !important;
}
.jp-video-360p {
	max-width: 600px;
	margin: auto;
}
.jp-jplayer, .jp-jplayer video, .jp-jplayer img {
	height: 335px !important;
}
.two-column-table tr td input {
	background: #f8f8f8;
	border: thin solid #cccccc;
	color: #424242;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}
.entry-content .two-column-table tr td {
	list-style: outside none none;
	margin: 5px 1%;
	width: 48%;
}
.entry-content .two-column-table tr td {
	border: none;
}
.entry-content .two-column-table tr td button {
	background: #00abcc none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 30px;
}
.entry-content .two-column-table {
	border-bottom: none;
}
.shop-categories h1 input {
	background: #424242 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px;
	text-transform: uppercase;
}
.full-width-banner .inner-banner img {
	max-width: 100%;
	width: auto;
}
.full-width-banner {
	box-shadow: 1px 8px 4px #cccccc inset;
	padding-top: 15px;
	border-bottom: #dcdcdc thin solid;
}
.full-width-banner .inner-banner {
	margin: auto;
	padding-left: 18%;
	text-align: left;
}
.leftBox {
	background: #ffffff;
	position: relative;
	z-index: 110;
	border-top: 4px solid #00abcc;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	left: 0;
	padding: 15px 10px;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 19%;
	z-index: 999;
	text-align: center;
	margin-top: -43px;
	font: 15px/19px "helveticaneueroman";
	color: #535353;
	float: left;
}
.profile-pic span {
	background: #ffffff none repeat scroll 0 0;
	border: 4px solid #ffffff;
	border-radius: 100px;
	box-shadow: 0 0 5px #c3c3c3;
	display: inline-block;
	height: 114px;
	overflow: hidden;
	width: 114px;
}
.leftBox .user-name span {
	color: #535353;
	font-size: 11.5px;
}
.leftBox .user-name p {
	font-size: 14.5px;
	color: #535353;
	padding: 8px 0 0;
}
.cktp-profile-process {
	background: #e7f5e1;
	border: #dcdcdc thin solid;
	border-radius: 5px;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
}
.cktp-profile-process h5 {
	font-family: helveticaneueroman;
	font-size: 14px;
	color: #03829b;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	padding: 0;
}
.cktp-profile-process h5 a {
	color: #03829b;
}
.cktp-profile-process h5 span {
	color: #565454;
	vertical-align: middle;
	display: inline-block;
}
.cktp-profile-process h5 span.right-arrow {
	float: right;
	font-size: 22px;
}
.cktp-profile-process h5 span.user-icon {
	margin-top: -5px;
	margin-right: 5px;
}
.cktp-profile-process p {
	font-size: 13px;
	color: #4e4e4e;
	padding: 0;
}
.user-menu li {
	list-style: none;
}
.user-menu li a {
	background: #467995;
	border-radius: 2px;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	margin-top: 10px;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.user-menu span {
	/*font-size: 15px;*/
	margin-right: 5px;
}
.user-menu span.count {
	background: #ffffff;
	border-radius: 58px;
	color: #d60404;
	float: right;
	font-family: oswald;
	font-size: 13px;
	padding: 3px 5px;
	margin-bottom: -3px;
	margin-top: -3px;
}
.inner-banner h1 {
	float: right;
	font-size: 24px;
	margin-top: 14px;
}
.user-activity-list {
	padding: 5px;
}
.user-pages .rightBox {
	float: right;
	width: 80%;
}
.user-pages {
	padding: 20px 0 0;
}
.account-list .box-list {
	width: 32.5%;
	border: #dcdcdc thin solid;
	float: left;
}
.account-list .box-list:nth-child(2) {
	margin: 0 1.25%
}
.account-list .box-list h4 {
	background: #00a8c9;
	padding: 8px 10px;
	font: 17px/20px "helveticaneueroman";
	text-transform: uppercase;
}
.account-list .box-list h4 a {
	color: #fff;
}
.account-list .box-list h4 span.right-arrow {
	float: right;
	font-size: 22px;
}
.account-list .box-list h4 span {
	display: inline-block;
	margin-right: 5px;
	margin-top: -2px;
}
.user-activity-list .ktBox span.logo-name {
	width: 45px;
	background: #4e4e4e;
	text-align: center;
	font-family: oswald;
	font-size: 13.5px;
	color: #fff;
	display: inline-block;
	padding: 10px 0;
	margin-right: 10px;
	float: left;
	text-transform: uppercase;
}
.user-activity-list .ktBox p {
	font-size: 13px;
	line-height: normal;
	line-height: 17px;
	min-height: 38px;
	padding: 0 40px 0 0;
	position: relative;
}
.user-activity-list .ktBox p span.right-arrow {
	color: #dcdcdc;
	float: right;
	font-family: 'helveticaneuethin';
	font-size: 38px;
	font-weight: normal;
	position: absolute;
	top: 5px;
	right: 5px;
}
.user-activity-list .ktBox .dateBox .date {
	float: left;
	font-size: 11px;
	color: #a29b9d;
	margin-top: 2px;
}
.user-activity-list .ktBox .dateBox a {
	color: #ffffff;
	float: right;
	font-family: "Roboto", sans-serif;
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: normal;
	padding: 1px 4px;
	text-transform: uppercase;
	margin-top: 2px;
}
.user-activity-list .ktBox .dateBox a.purchased {
	background: #209600;
}
.user-activity-list .ktBox .dateBox a.completed {
	background: #db0000;
}
.user-activity-list .ktBox .dateBox a.buynow {
	background: #db8100;
}
.user-activity-list .ktBox .dateBox a.attempted {
	background: #004ddb;
}
.user-activity-list .ktBox {
	border: #dcdcdc thin solid;
	padding: 5px;
	margin-bottom: 5px;
}
.user-activity-list .ktBox:nth-child(5) {
	margin-bottom: 0;
}
.user-activity-list .ktBox .dateBox span.persent {
	font-family: helveticaneueroman;
	font-size: 12.5px;
	color: #505050;
	float: right;
	margin-right: 7px;
}
.user-activity-list .ktBox .dateBox span.expiring {
	font-size: 11px;
	color: #d00000;
	font-family: helveticaneueroman;
	float: left;
	margin: 1px 0 0 3px;
}
.partner-address th {
	color: #424242;
}
#list_form input[type="text"], #list_form select {
	width: 183px;
}
div.seminar-box tr.official td strong p, div.seminar-box tr.official td strong {
	color: #fff;
	padding: 0;
	font-size: 15px;
}
.seminar-detail .pro-price .cross-price {
	font-size: 14px;
	float: left; margin:0; font-weight:normal;
}
.seminar-detail .pro-price .cross-price+p {
	font-size: 12px;
	float: left;
	margin-left: 5px;
}
.billing-table td .profile-pic {
	display: inline-block;
	vertical-align: middle;
}
.billing-table td .profile-pic span {
	width: 40px;
	height: 40px;
}
.billing-table td input#user_image {
	width: 200px;
}
.billing-table button, .billing-table input, .billing-table textarea {
 border: thin solid #cccccc  font-family: inherit;
	padding: 5px;
}
td.last-td-right {
	text-align: right;
}
.scroll-table {
	overflow-x: auto;
}
.scroll-table table {
	width: 550px;
}
.top-login input[type="submit"].fp, .top-login input[type="submit"].fp:hover, .top-login input[type="submit"].fp:focus {
	background: none;
	border: medium none;
	color: #fff;
	text-transform: capitalize;
}
.top-login.top-login-mob input[type="submit"].fp, .top-login .mobile input[type="submit"].fp:hover {
	color: #313131;
	background: none;
}
.top-login input:-webkit-autofill, .top-login input:-webkit-autofill:hover, .top-login input:-webkit-autofill:focus, .top-login input:-webkit-autofill:active, .top-login input:-webkit-autofill#username, .top-login input:-webkit-autofill#usernameId_new, .top-login input:-webkit-autofill:hover, .top-login input:-webkit-autofill:focus, .top-login input:-webkit-autofill:active {
transition: background-color 600s ease-in-out 0s;
-webkit-padding-start:30px !important;
}
.user-pass {
	position: relative;
	display: inline-block;
}
.user-pass img {
	position: absolute;
	left: 6px;
	top: 6px;
}
.seminar-detail .map a.atc-btn.seminar-addtocart {
	clear: both;
	/*float: right;margin-bottom: 12px;*/
	margin-bottom: 0;
}
.seminar-detail .red_clr {
	margin-bottom: 12px;
}
#cart table.locati-list-table tr td {
	line-height: 20px;
	padding: 8px 10px;
}
.sidebar-button {
	background: #06accd;
	border-top: 1px solid #dedede;
	clear: both;
	margin: 0 -35px -35px;
	padding: 15px 0;
	text-align: center;
	vertical-align: middle;
}
div.right-column .sidebar-button img {
	display: inline;
	max-width: 100%;
	padding: 0;
	vertical-align: middle;
	width: auto;
	cursor: pointer;
}
div.right-column .sidebar-button:hover img {
	transform: scale(1);
}
h1 img.top-heading-btn {
	float: right;
	cursor: pointer;
}
.right-column .advanced-sidebar-menu .seminar-ul {
	padding-left: 18px;
	padding-bottom: 20px;
}
.right-column .advanced-sidebar-menu .seminar-ul li {
	color: #06accd;
	font: 17px/20px "helveticaneueroman";
	list-style: outside none disc;
	margin-left: 15px;
	padding: 5px 0;
}
.entry-content .registration-list {
	text-align: left;
}
.entry-content .registration-list p {
	padding-bottom: 5px;
}
.entry-content .registration-list ul li {
	font-size: 12pt;
	line-height: 15px;
}
.right-column a.home-page-sidebar-link {
	font-size: 19px;
	line-height: 25px;
}
.right-column .advanced-sidebar-menu h2 {
	color: #06accd;
}
.container a.rdbutton {
	background: #dd4577;
	background: -webkit-linear-gradient(#dd4577, #f76796);
	background: linear-gradient(#dd4577, #f76796);
	border: 2px solid #ea9999;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 10px 16px;
	font: italic 700 18px/1 "Calibri", sans-serif;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
	text-decoration: none;
}
.right-side {
	float: right;
}
.container .right-column .sidebar2 a.rdbutton {
	color: #fff;
	padding: 10px 14px;
	font-size: 17px;
	margin: 0 -15px;
}
.right-column .sidebar2.inner {
	overflow-y: auto;
}
.seminar-login {
	border: thin solid #d7d7d7;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
}
.seminar-login .seminar-login-left {
	float: left;
	width: 45%;
}
.seminar-login .seminar-right {
	border-left: thin solid #ccc;
	float: right;
	padding-left: 5%;
	width: 50%;
}
.container .seminar-login a.rdbutton {
	width: 215px;
	margin: auto;
	display: block;
}
.entry-content .seminar-login ul {
	padding: 0 10px 10px;
}
.fancybox-inner p {
	font-size: 15px;
	line-height: 17px;
}
.fancybox-lock .fancybox-overlay {
	background: rgba(0, 0, 0, 0.6);
}
/************ New Desh board CSS *********/

.userinfo {
	float: right;
	width: auto;
}
.profile-pic {
	display: inline-block;
	width: 50px;
	margin-top: 5px;
}
.userinfo .profile-pic span {
	width: 100%;
	height: auto
}
.userinfo .profile-pic span img {
	width: 100%;
	height: auto !important; min-height:100%;
}
.userinfo .user-name {
	color: #535353;
	font-size: 11.5px;
	display: inline-block;
	margin: 13px 6px 0 10px;
	vertical-align: top
}
.userinfo .user-name p {
	padding-bottom: 0;
	margin: 0;
	color: #535353;
	font-size: 14.5px;
	line-height: 20px;
}
.fa-user-icon, .my-account-icon {
	background: url(../images/profile-icon.png) left top no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
}
.my-account-icon {
	background: url(../images/myaccount-icon.png) left top no-repeat;
}
.tablegrid, .tablegrid table {
	width: 100%;
	border: 0;
	font-size: 13px;
	color: #333;
	margin: 0
}
.tablegrid table th {
	font-weight: normal;
	background: #467995;
	border: 1px solid #d1d2d2;
	padding: 5px 8px;
	color: #fff;
	line-height: normal;
	vertical-align: middle;
	text-transform: capitalize;
	font-size: 13px;
}
.tablegrid table th.cellsubheading {
	background: #467995
}
.tablegrid table td {
	border: 1px solid #d1d2d2;
	padding: 5px 8px;
	line-height: 23px;
}
.tablegrid table td span {
	font-size: 13px;
	line-height: normal;
	color: #087f9b;
	display: block
}
.tablegrid table td:first-child {
	text-align: left
}
.tablegrid table tr:nth-child(odd) {
	background: #f6f8f8
}
.tablegrid table tr:nth-child(even) {
	background: #fff
}
.tablegrid .redbut {
	background: #db0000 none repeat scroll 0 0;
}
.tablegrid .grnbut {
	background: #209600 none repeat scroll 0 0;
}
.tablegrid .yellowbut {
	background: #db8100 none repeat scroll 0 0;
}
.tablegrid .bluebut {
	background: #004ddb none repeat scroll 0 0;
}
.tablegrid .blubut {
	background: #00adef none repeat scroll 0 0;
}
.tablegrid .disablebut {
	background: #cbccce none repeat scroll 0 0;
}
.cartbut {
	background: #228d22 url("../images/cart-icon.png") no-repeat scroll 5px center;
	border-radius: 5px;
	font-size: 10.5px !important;
	padding: 2px 6px 2px 25px !important;
}
.compare {
	font-size: 12px;
	text-transform: uppercase;
	background: #c54d13;
	padding: 7px 10px 5px;
	color: #fff;
	border-radius: 5px;
	font-family: helveticaneuebold
}
.cartbut:hover {
	color: #fff
}
.tablegrid .redbut, .tablegrid .blubut, .tablegrid .grnbut, .cartbut, .tablegrid .yellowbut, .tablegrid .bluebut, .tablegrid .disablebut {
	color: #fff;
	display: inline-block;
	font-size: 10.5px;
	margin: 0 auto;
	min-width: 78px;
	padding: 2px 6px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	min-width: 93px !important;
}
.aligncenter {
	text-align: center
}
table.nxtlevel td {
	text-align: left;
	padding-left: 8px
}
table.nxtlevel tr:nth-child(odd) {
	background: #fff
}
table.nxtlevel tr:nth-child(even) {
	background: #fffbe8
}
.titleheading {
	color: #424242;
	font: 34px/37px "helveticaneuebold";
	margin: 0;
	padding: 0 0 0.3em;
	text-align: left;
	/*text-transform: uppercase;*/
}
.rightalign {
	text-align: right !important
}
.leftalign {
	text-align: left !important
}
.centeralign {
	text-align: center !important
}
.fa.moreaction {
	color: #acacac;
	font-size: 17px;
}
.more-action {
	position: relative;
	cursor: pointer
}
.actiontoogle {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d4d4d4;
	box-shadow: 0 0 3px #b0b0b0;
	display: block;
	margin-top: 8px;
	min-width: 220px;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-align: left;
	z-index: 333;
}
.actiontoogle:before {
	border-bottom: 10px solid #fefefe;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 35px;
	top: -9px;
	width: 0;
	z-index: 444
}
.actiontoogle a {
	display: block;
	padding: 3px 0 5px 25px;
	color: #000
}
.downloaddoc {
	background: url(../images/document-download.png) left center no-repeat;
}
.missque {
	background: url(../images/missque.png) left center no-repeat;
}
.redtxt {
	color: #C00 !important
}
.attexm {
	font-size: 12px;
	line-height: normal
}
.attexm span {
	color: #C00;
	font-size: 12px !important;
	display: inline-block !important
}
.que_marks {
	background: #ff7474;
	color: #fff;
	padding: 1px 12px;
	margin: 5px -8px -5px
}
/************ New Desh board CSS END *********/
#cart .smnr-prqsts {
	background: #f5e0e0 none repeat scroll 0 0;
	border: 2px solid #ff0000;
	padding: 10px 20px 20px;
}
.smnr-prqsts {
	float: left;
}
.entry-content .smnr-prqsts ul {
	padding-bottom: 0;
}
.product-name p {
	padding: inherit;
}
/*tooltip*/
.tooltip-hover {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	position: relative;
}
.form-horizontal .tooltip-hover {
	margin-top: 1px;
}
.form-horizontal.registration .tooltip-hover {
	margin-top: 5px;
}
.tooltip-hover .tooltipBox {
	display: none;
}
.tooltip-hover i {
	color: #01aacc;
	font-size: 16px;
	cursor: pointer;
}
.entry-content .professional_title .tooltip-hover .tooltipBox ul li {
	display: list-item;
	width: auto;
	padding: 0;
	float: none;
	width: 100%;
	margin: 10px 0;
	line-height: normal;
}
.entry-content .professional_title .tooltip-hover .tooltipBox {
	background: none;
	position: absolute;
	top: 20px;
	width: 450px;
	z-index: 1000;
	background: #fff;
	border: thin solid #eaeaea;
	padding: 15px;
}
.entry-content .professional_title .tooltip-hover .tooltipBox strong {
	color: #000;
}
.tooltip-hover:hover .tooltipBox {
	display: block;
}
.entry-content .professional_title .tooltip-hover .tooltipBox ul {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
body footer {
	z-index: 1;
}
body .main {
	z-index: 2;
}

.tooltip-popup {
  position: relative;
  display: inline-block;
}

.tooltip-popup .tooltiptext-popup {
  visibility: hidden;
  width: 300px;
  background-color: white;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip-popup:hover .tooltiptext-popup {
  visibility: visible;
}

/*tooltip*/
/********Webinar**********/
.webinarDetail .map {
	text-align: right;
}
.webinarDetail .map .atc-btn {
	text-align: left;
}
.webinarDetail .map .pro-price {
	margin-bottom: 10px;
}
/******** End webinar**********/

.frgtUser {
	display: block;
	float: right;
	line-height: 0;
	margin-top: -1px;
	padding: 0 0 0 10px;
	vertical-align: super;
	width: 130px;
}
.top-login .frgtUser input[type="submit"].fp {
	padding: 0 0 4px;
}
.container a.rdbutton.rgs {
	padding: 5px 22px;
}
.seminar-detail td {
	font-size: 17px;
	color: #74736f;
	border-left: 1px solid #ededed;
	padding: 5px 10px;
}
.seminar-detail td:last-child {
	border-right: 1px solid #ededed;
}
.seminar-detail ol li {
	color: #74736f;
	font: 17px/27px "helveticaneueroman";
	margin-left: 15px;
	padding: 5px 0;
}
.seminar-detail ol {
	color: #74736f;
	list-style: decimal;
}
.frgtUser > span {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	width: 60px;
}
.frgtUser > span a {
	margin-bottom: 3px;
	display: inline-block;
}
.frgtUser > span:first-child {
	margin-top: -6px;
}
/********************Ebook****************/
.ebook .ebook-banner {
	position: relative;
	background: url(../images/ebook-banner-bg.jpg) no-repeat;
	height: 400px;
	margin-bottom: 30px;
}
.ebook .ebook-banner .ebook-next, .ebook .ebook-banner .ebook-prev {
	position: absolute;
	top: 42%;
}
.ebook .ebook-banner .ebook-next {
	right: 20px;
}
.ebook .ebook-banner .ebook-prev {
	left: 17px;
}
.ebook .resp-tab-content ul li {
	display: inline-block;
	margin-right: 2.9%;
	position: relative;
	width: 22.5%;
	margin-bottom: 25px;
	vertical-align: top;
	border: #ededed thin solid; text-align:left;
}
.ebook .resp-tab-content ul li .bookName {
	padding: 5px;
}
.ebook .resp-tab-content ul li:nth-child(4n) {
	margin-right: 0;
}
.resp-tabs-container .resp-tab-content {
	border: none;
}
.ebook .resp-tab-content ul li img {/*border:#cccccc 2px solid;*/
	height: 251px;
	width: 100%;
}
.ebook .resp-tab-content ul li div.add-to-cart {
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	bottom: 0;
	text-align: center;
	padding-top: 105px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.ebook .resp-tab-content ul li:hover div.add-to-cart {
	height: 100%;
	opacity: 1;
}
.ebook .resp-tab-content ul li div.add-to-cart a {
	background: #00a5cb;
	color: #fff;
	padding: 10px 12px;
	border-radius: 5px;
	font-weight: 500;
	text-transform: uppercase;
}
.ebook, .ebook div, .ebook ul li, .ebook p, .ebook a {
	font-family: 'Roboto', sans-serif;
}
.ebook .resp-tabs-list li {
	color: #2d2d2d;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 5px 5px 0 0;
	background: #f2f2f2;
	padding: 5px 15px;
	border: #fff thin solid;
	box-shadow: 0 0 5px #666;
	vertical-align: bottom;
	display: inline-block;
	float: none;
	position: relative;
	min-width: 180px;
	text-align: center;
}
.ebook .resp-tabs-list li.resp-tab-active {
	border: none !important;
	background: #eeeeee;
	color: #00a5cc;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100 */
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.ebook .resp-tabs-list {
	margin-left: 1px;
}
.ebook .resp-tabs-list li.resp-tab-active::before {
	background: #fff none repeat scroll 0 0;
	bottom: -6px;
	content: "";
	display: block;
	height: 6px;
	left: 0;
	position: absolute;
	width: 100%;
}
.ebook div.resp-tabs-container {
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 20px;
	height: auto;
	min-height: 0;
	position: relative;
	z-index: 1;
}
.ebook .resp-tab-content ul li:last-child, .ebook .resp-tab-content ul li:nth-last-child(4), .ebook .resp-tab-content ul li:nth-last-child(3), .ebook .resp-tab-content ul li:nth-last-child(2) {
	margin-bottom: 0;
}
.ebook .ebook-content {/*padding-top:30px;*/
}
.book-view-all {
	text-align: center;
}
.book-view-all a {
	background: #00a5cc;
	padding: 15px 25px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	width: 220px;
	display: inline-block;
}
.book-view-all a:hover { color:#fff; background:#0fb4d5;}
.ebook h2 {
	color: #00a5cc;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 32px;
}
.ebook .my-library {
	margin-top: 50px;
}
.ebook .lSAction a.lSPrev {
	background: url(../images/caro-left.png) no-repeat;
}
.ebook .lSAction a.lSNext {
	background: url(../images/caro-right.png) no-repeat;
}
.ebook div.lSAction a {
	height: 64px;
	width: 35px;
}
.ebook .lSSlideWrapper {
	padding: 0 0px;
}
.ebook .item .lSSlideOuter ul li img {/* border:#cccccc 2px solid;*/
	height: 238px;
	width: 100%;
}
.ebook .lSSlideOuter {
	position: relative;
}
.ebook .lSSlideOuter .lSSlideWrapper {
	max-width: 850px;
	margin: auto;
}
.ebook .lSSlideOuter .lSPager {
	display: none;
}
.container.ebook {
	padding-bottom: 100px;
}
.ebook-pagination ul {
	text-align: center;
	padding: 0;
	margin: 0;
}
.ebook-pagination ul li {
	color: #424242;
	display: inline-block; /*height:36px;*/
	padding: 13px 18px;
	border: #ccc thin solid;
	font-size: 17px;
	cursor: pointer;
}
.ebook-pagination ul li.active {
	background: #00a5cc;
	color: #fff;
}
.ebook-detail h2 {
	color: #181a1e;
	font-size: 28px;
	font-weight: 500;
	text-transform: capitalize;
}
.ebook-detail .ebook-detail-left {
	width: 43.5%;
	float: left;
}
.ebook-detail .ebook-detail-right {
	width: 56.5%;
	float: right;
}
.ebook-detail .ebook-detail-right .pdng-left {
	padding-left: 20px;
}
.ebook h2, .ebook h3 {
	font-family: 'Roboto', sans-serif;
}
.ebook-detail .book-by {
	font-weight: 300;
	font-style: italic;
	font-size: 25px;
	color: #181a1e;
	margin-bottom: 40px;
}
.ebook-detail p {
	text-align: justify;
	font-weight: 300;
}
.ebook-detail .e-detail-button {
	padding: 40px 0 0;
}
.ebook-detail .e-detail-button a {
	background: #09b7da;
	padding: 7px 20px;
	width: 215px;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	border: #08abcb thin solid;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
}
.ebook-detail .e-detail-button a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.ebook-detail .e-detail-button a:hover {
	background: #dd4577;
	border: #dd4577 thin solid;
}
.ebook-detail {
	border-bottom: #dddddd thin solid;
	margin-bottom: 40px;
	padding-bottom: 50px;
}
.flipbook-viewport {
	min-height: 600px;
}
.flipbook h2, .flipbook h2 span {
	color: #181a1e;
	font-weight: 27px;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
}
.flipbook h2 span {
	display: inline-block;
	border-bottom: #181a1e 1px solid;
	padding: 0 20px 15px;
}
.intro ul {
	margin-top: 40px;
}
.bookcontent.intro ul li {
	background: #f6f6f6;
	padding: 10px;
	color: #181a1e;
	font-size: 17px;
	margin-bottom: 5px;
	list-style: none;
}
.flipbook div, .flipbook p {
	color: #181a1e;
	font-weight: 300;
}
.ebook img {
	max-width: 100%;
}
.flipbook img {
	box-shadow: 0 0 5px #ccc;
	margin: 20px 0;
}
.ebook-banner ul li img {
	height: 324px;
	width: 266px;
}
.ebook .ebook-detail-left img {
	width: 100%;
}
.main-app .container.ebook { /*max-width:1005px;*/}
.ebook-content .resp-tabs-container ul { margin:0; text-align:center;}

/******************** / Ebook****************/
.chkout {
	position: absolute;
	left: 0;
	bottom: -80px;
	width: 100%;
}
.chkout button {
	width: 100%;
	text-align: center;
	background: #fc6497;
	font-size: 24px;
	color: #fff;
	box-shadow: none;
	font-weight: bold;
	border: none;
}
.chkout button span, .chkout button img {
	display: inline-block;
	vertical-align: middle;
}
.next-prev {
	padding-top: 90px;
	text-align: center; /*position:relative; z-index:1000;*/
}
.next-prev button {
	display: inline-block;
	vertical-align: bottom;
	background: none;
	font-size: 90px;
	padding: 5px 10px;
	border: none;
	color: #c5c5c5;
}
.next-prev button:hover {
	color: #666;
}
.flipbook-viewport {
	overflow: hidden !important;
}
#previousPage {
	position: absolute;
	top: 44%;
	left: 0;
}
#nextPage {
	position: absolute;
	top: 44%;
	right: 0;
}
.bookcontent ul {
	margin: 10px 0;
}
.bookcontent ul li {
	line-height: normal;
	margin: 5px 0 5px 20px;
	list-style: disc;
}
div.flipbook-viewport .page .bookcontent img {
	margin: 15px 0;
}
div.flipbook-viewport .page .bookcontent.cover img {
	margin: 0;
}
.member-popup { /*max-width:400px;*/
	margin: auto;
}
.ui-widget-content .member-popup .upgrd-btn a {
	background: #40b5db;
	padding: 15px 30px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	border-radius: 3px;
}
.member-popup .upgrd-btn {
	text-align: right;
}
.member-popup .eye-pic {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.member-popup p {
	margin-top: 20px
}
.ui-widget-content .member-popup a {
	color: #40b5db;
}
.ul-column ul li .disable-video-btn {
	color: #7E7E7E;
}
.actvPsvVdoLink ul.resp-tabs-list li {
	display: inline-block;
	width: 50%;
}
#parentHorizontalTab.actvPsvVdoLink {
	margin-top: 0 !important;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#82b5bf+0,7db9e8+100 */
	//background: #82b5bf; /* Old browsers */
	//background: -moz-linear-gradient(top, #82b5bf 0%, #7db9e8 100%); /* FF3.6-15 */
	//background: -webkit-linear-gradient(top, #82b5bf 0%, #7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	//background: linear-gradient(to bottom, #82b5bf 0%, #7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82b5bf', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
}
.resp-vtabs .actvPsvVdoLink .resp-tabs-list.hor_1 {
	font-size: 0;
}
.resp-vtabs .actvPsvVdoLink .resp-tabs-list.hor_1 li {
	border: none !important;
	border-radius: 0;
	text-align: center;
	background: #fff !important;
	float: none;
}
.resp-vtabs .actvPsvVdoLink .resp-tabs-list.hor_1 li.resp-tab-active {
	background: none !important;
	border: none !important;
	border-radius: 0;
	text-align: center;
	box-shadow: none;
}
.resp-vtabs .actvPsvVdoLink .resp-tabs-list.hor_1 li::before {
	display: none;
}
.resp-tabs-container .actvPsvVdoLink .resp-tabs-container {
	width: 100%;
	background: none;
	padding: 20px;
}
.vdoDetail .hip-adductors {
}
.vdoDetail .hip-adductors .top {/* background:none;*/
}
.division_heading h4 {
	background: #0191ad;
	font-size: 18px;
	font-weight: 600;
	color: #e3f2fd;
	position: relative;
	padding: 9px;
	margin-bottom: 0;
}
.resp-tab-content p {
	font-size: 14px;
	line-height: normal;
	color: #000;
	padding: 10px;
}
#language_child {
	min-height: 94px;
	/*max-height: 94px;*/
        max-height: 400px;
}
.human-body {
	position: relative;
        text-align: center;
}
.resp-tab-content .column p {
	padding: 0;
}
.resp-tab-content .column h5 {
	padding-bottom: 5px;
}
.resp-tab-content .column .seeAll {
	position: absolute;
	bottom: 10px;
	right: 0;
}
.resp-tab-content .column {
	position: relative;
	min-height: 0;
	padding-bottom: 45px;
}
.relavance-videos .row > p {
	width: 100%;
	margin-bottom: 10px;
}
.relavance-videos .row {
	display: flex;
	flex-wrap: wrap;
}
.ChildHorizontalTab_2 .relavance-videos { /*width:100%;*/
}
.ChildHorizontalTab_2 .relavance-videos > .row {
	max-width: 100%;
}
.ChildHorizontalTab_2 .relavance-videos > .row .column {
	width: calc(33.33% - 20px);
	margin: 0 8px;
	background: #fff;
	border: #dedede thin solid;
	border: #dedede thin solid;
	padding: 10px 15px 50px;
}
.carPromotion input[type="text"], body div#cart tr td.carPromotion .button_theme {display: inline-block; padding: 7px 10px; font-size: 13px; width: auto; vertical-align:middle; line-height:normal;}
.carPromotion input[type="text"] { width:140px; padding:3px 10px; font-size:12px;}
body div#cart tr td.carPromotion .button_theme {border:#07a0cc thin solid; border-radius:0; padding:3px 10px; font-size:12px; margin-right:2px;}
.shop-categories .cart-amount div.amount_off {font-size: 11px; font-weight: bold; color:#07a0cc;}
#cart .cart_btns { padding-top:20px; text-align:right;}
#cart .cart_btns .button_theme{ background:#00abcc; text-transform:capitalize; font-weight:normal; margin-right:0;}
#cart .cart_btns .button_theme.gryButton { background:#3B3B3B;}
#cart .cart_btns .button_theme.gryButton:hover { background:#000000;}
body div#cart tr td.coupan .button_theme { border-radius:0;}
.mobile-coupon td.coupan input[type="text"] { padding:5px 9px; font-size:13px; line-height:19px;}
.mobile-coupon td.coupan input[type="text"]:focus { outline:none; border-radius:0; border-color:#cccccc;}
body div#cart tr td.coupan .button_theme{ padding:4px 9px; font-size:13px;}
.carPromotion input[type="text"]:focus { outline:none; border-radius:0; border-color:#cccccc;}
body .couponBtn .button_theme { background:#00abcc; color:#fff;}
body .couponBtn .button_theme.gryButton { background:#3B3B3B; color:#fff;}
body .couponBtn .button_theme.gryButton:hover { background:#000000;}
div.ui-dialog[aria-describedby="preCheckCoupon"] {max-width: 550px !important;}
div.tooltip-popup .tooltiptext-popup {background: #fff; box-shadow: 0px -3px 10px -5px #000; text-align: left; width: auto; padding: 10px 20px; border-radius: 0;  border: #ccc thin solid;left: 41px; bottom: 27px;}
div.tooltip-popup .tooltiptext-popup:after { content:""; border-left:transparent 5px solid; border-right:transparent 5px solid; border-top:#fff 10px solid;position: absolute;bottom: -10px;}
div.tooltip-popup .tooltiptext-popup:before { content:""; border-left:transparent 5px solid; border-right:transparent 5px solid; border-top:#ccc 10px solid;position: absolute;bottom: -11px;}
.shop-categories .cart-amount div.discount-price .tooltip-popup {display: inline-block; width: auto;}
.shop-categories .order-total div.discount-price .tooltip-popup {display: inline-block; width: auto;}

.shop-categories .order-total .tooltiptext-popup div.amount_off {
    font-size: 13px;
    font-weight: bold;
    color: #424242;
    text-align: right;
    padding: 3px;
    white-space: nowrap;
}

.shop-categories .cart-amount .tooltiptext-popup div.amount_off strong { font-weight:bold !important;}
.shop-categories #cart  .cart-amount .tooltiptext-popup table { border:none;}
.shop-categories #cart  .cart-amount .tooltiptext-popup table td { white-space:nowrap; font-size:13px; border:none; background:none; border:none; padding:3px 0;}
.shop-categories #cart  .cart-amount .tooltiptext-popup table td:first-child { padding-right:15px;}
.shop-categories #cart .cart-amount .tooltiptext-popup table tr { background:none;}
.shop-categories #cart .cart-amount .tooltiptext-popup table tr.popTotal { border-top:#666 dashed 1px;}
.shop-categories #cart .cart-amount .tooltiptext-popup table tr.popTotal td { font-weight:bold;}

.cart-amount .tooltiptext-popup div.amount_off strong { font-weight:bold !important;}
#cart  .cart-amount .tooltiptext-popup table { border:none;}
#cart  .cart-amount .tooltiptext-popup table td { white-space:nowrap; font-size:13px; border:none; background:none; border:none; padding:3px 0;}
#cart  .cart-amount .tooltiptext-popup table td:first-child { padding-right:15px;}
#cart .cart-amount .tooltiptext-popup table tr { background:none;}
#cart .cart-amount .tooltiptext-popup table tr.popTotal { border-top:#666 dashed 1px;}
#cart .cart-amount .tooltiptext-popup table tr.popTotal td { font-weight:bold;}

body div .cart-amount .tooltiptext-popup div.amount_off strong { font-weight:bold !important;}
body div .cart-amount .tooltiptext-popup table { border:none; margin: 0;}
body div .cart-amount .tooltiptext-popup table td { white-space:nowrap; font-size:13px; border:none; background:none; border:none; padding:3px 0;color:#000;}
body div .cart-amount .tooltiptext-popup table td:first-child { padding-right:15px;}
body div .cart-amount .tooltiptext-popup table tr { background:none;}
body div .cart-amount .tooltiptext-popup table tr.popTotal { border-top:#666 dashed 1px;}
body div .cart-amount .tooltiptext-popup table tr.popTotal td { font-weight:bold;}

/*#unknown-division .dc_toggle_box { background:none;}
#unknown-division div.dc_toggle > a:before {
    background: url(../images/plus-minus.png) no-repeat;
    content: "";
    display: block;
    height: 6px;
    left: -12px;
    position: absolute;
    top: 8px;
    width: 6px;
	opacity: 1;
    visibility: visible;
}
#unknown-division div.dc_toggle.dc_show > a:before {
    background-position: 0 -6px;
}
#unknown-division .dc_toggle > a { margin-left:0; padding:5px 0;}*/

.conditionArdn .dc_toggle_box { background:none;}
.conditionArdn div.dc_toggle > a:before {
    background: url(../images/plus-minus.png) no-repeat;
    content: "";
    display: block;
    height: 6px;
    left: -12px;
    position: absolute;
    top: 8px;
    width: 6px;
	opacity: 1;
    visibility: visible;
}
.conditionArdn div.dc_toggle.dc_show > a:before {
    background-position: 0 -6px;
}
.conditionArdn .dc_toggle > a { margin-left:0; padding:5px 0; }

#parentVerticalTab h2.resp-accordion { min-height:32px;}
div.tnp-subscription input[type=email] { border:#DEDEDC thin solid}

.updtCktp textarea {height: 60px; background: #f3f3f3;}
.updtCktp label { color:#666;}
.updtCktp h1 { margin-bottom:20px;}
.updtCktp input.form-control {border-radius: 0; background: #f3f3f3;  border: #dcd7ca thin solid;}
.updtCktp .profile-pic span { height:40px; width:40px;}
.AddLocation select, .AddLocation input { height:40px; font-size:12px; line-height:40px; background:#f3f3f3;}
.AddLocation .btn-danger {background: #424242; border: #424242 thin solid; padding: 5px 10px; margin-top: 10px;}
.AddLocation .btn-danger:hover {background: #07a0cc; border: #07a0cc thin solid;}
.AddLocation hr { margin:15px 0;}
.updtCktp .btn-primary {padding: 10px 15px; border-radius: 5px; font-size: 14px; background:#07a0cc;}
.updtCktp .btn-primary:hover{ background:#011b23; text-decoration:none;}
 @media (min-width: 1024px) {
.choose_slider_items li.next_item_2 {
	left: 695px;
}
.choose_slider_items li.next_item {
	left: 551px;
}
.choose_slider_items li.current_item {
	left: 352px;
	top: 40px;
}
.choose_slider_items li.previous_item {left: 9%; }
.choose_slider_items li.current_item {left: 34%; top: 40px;}
.choose_slider_items li.next_item {left: 57%;}
.choose_slider_items li.previous_item_2 {
	left: 0;
}
div.leftBox { display:block !important;}
}
@media (max-width: 1250px) {
.top-bar div.top-login input[type="text"], .top-bar div.top-login input[type="password"] {
	width: 90px;
	vertical-align: middle;
}
.top-bar div.top-login {
	padding: 11px 5px 0 0;
}
.shop-products div.myAC {
	margin: 20px 3% 35px;
	width: 16%;
}
div.leftBox { display:block !important;}
}
@media (max-width: 1024px) {
body footer {
	/*margin: 0 0 322px;*/
}
/************ New Desh board CSS END *********/
.tablegrid table td {
	padding: 5px;
}
.tablegrid, .tablegrid table {
	font-size: 12px;
}
.tablegrid .redbut, .tablegrid .blubut, .tablegrid .grnbut, .cartbut, .tablegrid .yellowbut, .tablegrid .bluebut, .tablegrid .disablebut {
	font-size: 9px;
	padding: 0 6px;
}
.cartbut {
	font-size: 11px !important;
}
#cart table tr td strong { display:block !important;}
body .mobile-coupon .coupan input[type="text"] { width:calc(100% - 75px);}
.Coupon { padding-left:0 !important;}
/*.choose_slider_items li.previous_item {left: 6%;}
.choose_slider_items li.current_item {left: 31%; top: 40px;}
.choose_slider_items li.next_item {left: 54%;}*/
.registration ul li {
    width: 31% !important;
}
div#cart table#table.responsive_cart_table td {
    width: auto !important;        text-align: left !important;
}
.common_btn {
    margin: 10px 0 0;
}

}


@media (max-width: 999px) {
div.top-login input[type="text"], div.top-login input[type="password"] {
	width: 190px;
}
div.logo {
	width: 170px;
}
div.top-login {
	padding: 0;
}
div.main {
	margin-top: 0;
}
body footer {
	font-size: 12px;
	/*margin: 0 0 280px;*/
}
div.search-btns a.my-account-link-top {
	float: none;
	display: inline-block;
}
div.search-btns {
	text-align: right;
}
div.container {
	max-width: 720px;
}
.shop-categories div.product-cat.product-list {
	margin: 0 2% 30px;
	width: 28%;
}
div.right-column .sidebar2 {
	margin: auto;
	max-width: 552px;
}
.shop-products div.product-list {
	margin: 20px 2% 15px;
}
div.inner-btm-cta {
	max-width: 552px;
	margin: auto;
}
div.pro-des {
	width: 370px;
}
div.right-column .sidebar2.inner {
	margin: auto;
}
.shop-categories td.cart-amount div {
	margin: 0;
}
td.coupan input[type="text"] {
	font-size: 13px;
	width: 128px;
}
td.coupan input[type="submit"] {
	font-size: 13px !important;
}
div.shop-categories h1 {
	margin: 20px 0;
}
#cart table tr td {
	width: auto;
}
.shop-products div.myAC {
	width: 22%;
	margin: 20px 3% 10px;
}
.shop-categories div.error, .shop-categories div.error p {
	margin: 0;
	padding: 0;
}
.review #review-product {
	padding: 10px 30px;
}
.shop-categories div.question-top-bar, .shop-categories div.question-top-bar div {
	margin: 0;
}
.shop-categories div.question-content-box {
	margin: 0;
}
.activity-search-box input {
	width: 253px;
}
.add-activity table td {
	display: block;
	width: 20%;
	float: left;
	clear: left;
}
.add-activity table td:nth-child(2n) {
	width: 80%;
	clear: none;
}
.add-activity table td:nth-child(2n) select {
	width: 100%;
}
.add-activity table tr:last-child td {
	width: 100%;
}
.entry-content .two-column-table tr td button {
	padding: 10px 20px;
}
.leftBox {
	margin-top: 0;
	width: 32%;
}
.user-pages .rightBox {
	width: 65%;
}
.account-list .box-list {
	width: 100%;
}
.account-list .box-list:nth-child(2) {
	margin: 10px 0;
}
.full-width-banner .inner-banner {
	padding-left: 0;
}
.tablegrid table {
	width: 720px; min-width:700px;
}
.tablegrid table {
	width: 720px; min-width:700px;
}
.tablegrid table table.mobile-cart-page {min-width: 345px; width: 345px;}
.tablegrid {
	width: 100%;
	overflow-x: scroll;
	padding-bottom: 25px;
}
.mainWrapper div.webnrListNew .resp-tabs-container ul li {vertical-align: top; min-width: 43%; margin-right: 2%; display: inline-block; max-width: 43%; text-align:left;
}
#parentVerticalTab div.leftBox {position: static; width: 100%; margin-bottom: 20px;}
#webinarList .tablegrid table { min-width:850px;}
.webinarCustomInput input, .webinarCustomInput select { min-width:47%; max-width:50%;}
div#cart .table-responsive > table {min-width: 970px;}
.newBlueTable.tablegrid table th { width:auto;}
.registration input[type="file"] { width:100%;}
.registration .profile-pic { margin-top:5px;}
body div.entry-content h1, body div h1 {font-size: 25px!important;}
.shadow-box b {padding: 10px 5px;}
.seminar-application-container h3 {font-size: 20px !important; margin: 0 0 20px; }    
.registration ul li {width: 48% !important; margin: 0 10px; }
body #list_form .search-box-seminar input[type="submit"].w100_btn {width: 100%; } 
input#csv_upload {
    margin: 0 0 10px;
}
}


@media (max-width: 768px) {
	
.ebook-detail .ebook-detail-left, .ebook-detail .ebook-detail-right {width: 100%; float: none;}
.ebook-content .content-slider li { min-width:160px;}
.resp-vtabs .resp-tab-content { overflow:hidden;}
.ChildHorizontalTab_2 .relavance-videos > .row .column {width: calc(50% - 20px);}
.vdoDetail .relavance-videos .col-4 { width:50%; max-width:none;}
}
@media (max-width: 735px) {
div.container {
	max-width: 600px;
}
.shop-products div.product-list {
	margin: 20px 4% 25px;
	min-height: 365px;
}
div.pro-des {
	width: 310px;
}
.instructor-list .instructorsub-list {
	padding: 10px 1%;
}
.shop-products div.myAC {
	width: 27%;
}
.order-table .cart-amount .colfirst img.cart-image {
	max-width: 100%;
}
.review #review-product {
	padding: 10px 20px;
}
.activity-search-box input {
	width: 205px;
}
#cart #table td a.atc-btn {
	padding: 6px 10px 5px 33px;
	width: 130px;
	font-weight: normal;
	font-size: 12px;
}
.shop-categories div.product-cat.product-list {
	min-height: 185px;
}
.shop-categories div.product-cat strong.cat-name {
	padding: 52px 20px 0;
}
.inner-banner img {
	display: none;
}
.full-width-banner .inner-banner img {
	display: inline;
}
.inner-banner img.mob-inner-banner {
	display: block;
}
.entry-content .two-column-table tr td button {
	padding: 10px 15px;
}
.billing-table td .profile-pic {
	margin-top: 5px;
}
.policyText { max-height:calc(100vh - 350px); overflow:auto;}
.hip-adductors .resp-tab-content .type1 .img, .hip-adductors .resp-tab-content .img-1 .text { width:100%; margin-bottom:30px;}
.ChildHorizontalTab_2 .relavance-videos > .row .column {width: calc(100% - 0px);}
.vdoDetail .relavance-videos .col-4 { width:100%;}
.registration ul li {
    width: 100% !important;
    margin: 0 0 10px;
}


}
@media (max-width: 666px) {
.instructor-list .instructorsub-list {
	width: 50%;
	padding: 10px 4%;
}
.instructor-list .instructorsub-list:nth-child(3) {
	clear: left;
}
.logo img.mobile {
	display: none;
}
div.container {
	max-width: 500px;
}
.shop-categories div.product-cat.product-list {
	width: 38%;
}
div.pro-des {
	width: 260px;
}
#review-product {
	margin: 10px 0 0 56px;
}
div.shop-categories h1 {
	margin: 10px 0;
}
#cart table tr:last-child td input.fg-button {
	font-size: 12px;
	padding: 10px 10px;
}
.shop-products div.myAC {
	width: 32%;
}
.review #review-product {
	margin: 50px 0 0;
	padding: 10px;
}
.right-column {
	margin-top: 40px;
}
.shop-products div span.mobile-headig {
	border: none;
	padding: 5px 0;
	font-weight: bold;
	background: #e1e1e1;
	margin: 0;
}
.shop-products div .examination-result-table span.mobile-headig {
	display: block;
}
.shop-products .examination-result-table, .shop-products .examination-result-table tr, .shop-products .examination-result-table tr td, .shop-products .examination-result-table tbody {
	display: block;
}
.examination-result-table tr#main_heading {
	display: none;
}
.shop-products #cart .examination-result-table {
	border: none;
}
.shop-products #cart .examination-result-table tr td {
	background: #f6f6f6;
	text-align: center !important;
	border: none;
	padding: 0;
}
.shop-products .examination-result-table tr {
	border: thin solid #dcdcdc;
	border-radius: 3px;
	margin: 0 auto 30px;
	max-width: 300px;
}
.shop-products #list_form .start-exam-btn {
	font-size: 12px;
	width: 125px;
}
#cart td p.exam-day {
	line-height: 20px;
}
#cart #table td a.atc-btn {
	padding: 6px 9px 5px 0;
	font-size: 10px;
	font-weight: normal;
	width: 111px;
}
.entry-content .two-column-table tr td button {
	font-size: 14px;
	padding: 10px 9px;
}
.user-pages .rightBox {
	width: 53%;
}
.leftBox {
	margin-top: 0;
	width: 43%;
}
.full-width-banner .inner-banner {
	text-align: left;
}
.full-width-banner .inner-banner img {
	max-width: 300px;
}
.inner-banner h1 {
	margin-top: 5px;
}
table.mobile-table-view tbody tr {
	display: block;
}
table.mobile-table-view tbody tr td {
	width: 30%;
	float: left;
	clear: left;
}
table.mobile-table-view tbody tr td:nth-child(2n) {
	width: 70%;
	clear: none;
}
table.mobile-table-view tbody tr.fullwidthTR td {width: 100%; }    
.seminar-box #main_heading td,.seminar-box tr.sminar-content-list td {text-align: left; }
.tablegrid table td.flex-action .tableActionFlex {justify-content: flex-start !important; max-width: 100%!important} 
.filter-search {padding: 10px 0px !important;}
.rgstrFooter button, .rgstrFooter input.button_theme {
    margin: 10px 0 !important;
}
.mt-mbl{margin-top: 10px!important;}



}





@media (max-width: 643px) {
.entry-content .two-column-table tr td button {
	font-size: 14px;
	margin-bottom: 5px;
	max-width: 145px;
	padding: 10px 9px;
	width: 100%;
}
.user-pages .rightBox {
	width: 100%;
	margin-top: 20px;
}
.leftBox {
	width: 100%;
}
.full-width-banner .inner-banner img {
	max-width: 280px;
}
#cart table tr:last-child td input.fg-button {
	padding: 10px 6px;
}
#popUpLoginForm img {
	display: none;
}
body div.ui-dialog {
	top: 60px !important;
	width: 100% !important;
	left: 2% !important;
	margin: 0;
}
body div.ui-dialog.quick_sign_up_cls {top: 5px !important;}
.popUpSignupForm > div > div:first-child{ display:none;}
div.ui-dialog.quick_sign_up_cls {
   
    height: 90vh !important;
    overflow: auto;
}
}
@media (max-width: 567px) {
.seminar-box .mobile-seminar-list, .seminar-box .mobile-seminar-list tr, .seminar-box .mobile-seminar-list thead, .seminar-box .mobile-seminar-list tbody, .seminar-box .mobile-seminar-list td {
	display: block;
	text-align: center;
}
.Seminart-left-detail, .seminar-detail .map {
	width: 100%;
}
.map a.atc-btn, .map a.atc-btn:hover {
	background-position: 18px center;
}
.activity-search-box .search-left {
	width: 100%;
	text-align: right;
}
#list_form .search-left input[type="text"], #list_form .search-left select {
	width: 190px;
}
.activity-search-box .search-right {
	width: 100%;
	margin-top: 5px;
}
.entry-content .registration ul li {
	width: 95%;
}
.add-activity table td {
	width: 100%;
}
.add-activity table td:nth-child(2n) {
	width: 100%;
}
div.container {
	max-width: 430px;
}
.shop-detail {
	width: 100%;
}
div.pro-des {
	width: 100%;
}
#review-product {
	margin: 0 0 0 10px;
}
.shop-categories div span.mobile-headig, .shop-products div span.mobile-headig {
	display: block;
	border: none;
	padding: 5px 0; /*font-weight:normal;*/
	background: #e1e1e1;
	margin: 10px 0;
	font-size: 14px;
}
.shop-categories .mobile-cart-page, .shop-categories .mobile-cart-page tr, .shop-categories .mobile-cart-page tr td, .shop-categories .mobile-cart-page tbody, .shop-products .mobile-cart-page, .shop-products .mobile-cart-page tr, .shop-products .mobile-cart-page tr td, .shop-products .mobile-cart-page tbody {
	display: block;
}
.mobile-cart-page tr#main_heading {
	display: none;
}
.shop-categories #cart .mobile-cart-page, .shop-products #cart .mobile-cart-page {
	border: none;
}
.shop-categories #cart .mobile-cart-page tr td, .shop-products #cart .mobile-cart-page tr td {
	background: #f6f6f6;
	text-align: center !important;
	border: none;
	padding: 0;
}
.shop-categories .mobile-cart-page tr, .shop-products .mobile-cart-page tr {
	border: thin solid #dcdcdc;
	border-radius: 3px;
	margin: 0 auto 15px;
	/*max-width: 300px;*/
	background: #f6f6f6;
}
.shop-categories td.cart-amount div, .shop-products td.cart-amount div {
	float: none;
	text-align: left;
        padding: 0 10px !important;
}
#cart table.mobile-cart-page tr td img.cart-image {
	max-width: 100px;
}
#cart #table.mobile-cart-page .product-name {
	padding: 0;
}
#cart table.mobile-cart-page tr td:first-child span.mobile-headig {
	margin-top: 0;
}
.shop-categories .mobile-cart-page tr.mobile-coupon, .shop-categories .mobile-cart-page tr.order-total {
	border: none;
}
.shop-categories #cart .mobile-cart-page tr.mobile-coupon td, .shop-categories #cart .mobile-cart-page tr.order-total td {
	background: none;
}
.shop-categories #cart .mobile-cart-page tr:last-child td input {
	width: 100%;
	margin: 5px 0;
}
#cart table tr td strong {
	padding: 0;
}
div.shop-categories h1, div.shop-products h1 {
	font-size: 20px;
	line-height: 17px;
	margin: 0;
}
.hentry {
	padding: 20px 0 0;
}
.shop-products div.product-list {
	margin: 0 2% 25px;
}
div.shop-categories { /*margin-bottom:15px;*/
}
#cart table.mobile-table-view tbody tr:first-child td {
	width: 100%;
}
#cart table.mobile-table-view tbody tr td {
	width: 30%;
	display: block;
	float: left;
}
#cart table.mobile-table-view tbody tr td:nth-child(2n) {
	width: 70%;
}
#cart table tr:last-child td input.fg-button {
	font-size: 12px;
	padding: 10px 12px;
}
.shop-products div.myAC {
	width: 40%;
}
.form-horizontal table.mobile-table-view, .form-horizontal table.mobile-table-view tbody, .form-horizontal table.mobile-table-view tbody tr {
	display: block;
}
table.mobile-table-view tbody tr td {
	width: 30%;
	float: left;
	clear: left;
}
table.mobile-table-view tbody tr td:nth-child(2n) {
	width: 70%;
	clear: none;
}
table.mobile-table-view tbody tr.fullwidthTR td {
	width: 100%;
}
.order-table table tr.order-heading td {
	padding: 5px 12px;
}
.w3-table-all tr td, .w3-table-all tr th {
	padding: 5px 7px;
}
.shop-categories td.cart-amount div {
	margin: 0 0 10px
}
.shop-products .w3-table-all td div.pro-price.inline, .shop-categories .w3-table-all td div.pro-price.inline, .shop-products #cart .w3-table-all td a.atc-btn, .shop-categories #cart .w3-table-all td a.atc-btn {
	margin-bottom: 10px;
}
.shop-categories div.question-top-bar {
	width: 100%;
}
.shop-categories div.question-top-bar strong {
	padding: 0;
}
.question-content-box textarea {
	width: 100%;
	border: #ccc thin solid;
}
.activity-search-box input {
	width: 120px;
}
#cart {
	border: none;
}
#cart #table td a.atc-btn {
	font-size: 12px;
	padding: 6px 16px 5px 0;
	text-align: right;
	width: 137px;
	margin-bottom: 10px;
}
.ui-dialog {
	top: 10px !important;
}
#cart table.mobile-table-view tbody tr td {
	font-size: 12px;
}
.order-table table tr.order-heading td {
	display: block;
	text-align: center;
}
.resp-tab-content .order-table .cart-amount .colfirst, .resp-tab-content .order-table .cart-amount .colsecond, .resp-tab-content .order-table .cart-amount .review {
	display: block;
	width: 100%;
	text-align: center;
}
.resp-tab-content .order-table .cart-amount .review #review-product {
	margin: 10px 0;
}
.full-width-banner .inner-banner {
	padding: 30px 0 0;
	position: relative;
}
.full-width-banner .inner-banner img {
	max-width: 100%;
}
.inner-banner h1 {
	margin-top: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.shop-categories div.product-cat.product-list {
	min-height: 155px;
}
.mainWrapper div.webnrListNew .resp-tabs-container ul li { min-width:none; max-width:300px;}
}
@media (max-width: 479px) {
.webinarCustomInput input, .webinarCustomInput select { min-width:100%; max-width:100%;}
.seminar-detail .map a.atc-btn {
	font-size: 12px;
	width: 140px;
}
.seminar-detail #review-product {
	padding: 10.5px 20px;
	font-size: 12px;
}
.instructor-list .instructorsub-list {
	padding: 10px 2% 0 0;
	width: 50%;
}
.instructor-list .instructorsub-list:nth-child(2n) {
	padding: 10px 0 0 2%;
}
.entry-content .instructor-pic img {
	height: 156px;
}
.seminar-box #main_heading td {
	font-size: 12px;
}
.top-bar div.search-btns a.my-account-link-top, .top-bar div.search-btns a.kinesio-global, .top-bar div.search-btns a.search-menu {
	background: none;
	padding: 16px 7px;
	font-size: 11px;
}
.top-bar div.search-btns a.my-account-link-top {
	border-left: none;
	margin: 0;
}
.top-bar div.search-btns a.cart-menu {
	background: #00abcc url("../images/cart.jpg") no-repeat scroll 9% center;
	padding: 16px 5px 16px 26px;
}
div.container {
	/*max-width: 300px;*/
	padding: 0;
}
.pro-atc a.atc-btn { /*width:138px;*/
}
.pro-atc a.atc-btn, .pro-atc a.atc-btn:hover {
	background-position: 10px center; /*width:138px;*/
}
#review-product {
	margin: 5px 0 0 53px;
}
.shop-categories div.product-cat.product-list {
	width: 200px;
}
.product-list a.atc-btn, .product-list a.atc-btn:hover {
	background-position: 35px center;
	width: auto;
}
.shop-products div.myAC {
	width: 160px;
}
.question-top-bar .question-number {
	width: 100%;
}
.exam-question #countdown-1 {
	width: 100%;
	text-align: left;
}
.shop-categories div.product-cat.product-list {
	min-height: 185px;
}
.shop-categories div.product-cat strong.cat-name {
	padding: 75px 20px 0;
}
.tablegrid table {
	width: 880px;
}
.vdoDetail table td, .vdoDetail table td label  { font-size:13px;}
.vdoDetail table td:first-child { width:80px;}
}
.sminar-content-list strong {
	text-transform: capitalize;
}
.border-none td {
	border: none;
	color: #424242;
}
.border-none td select {
	background: #fff;
	padding: 5px;
	border: #ccc thin solid;
}
.prof-title-span {
	display: inline-block;
	margin-right: 10px;
	color: #424242;
	padding: 2px 0;
}
.prof-title-span input {
	vertical-align: middle;
}
.reg-check {
	clear: both;
	text-align: left;
}
.entry-content .registration ul li .reg-gender input[type="radio"] {
	width: auto;
	vertical-align: sub;
}
form#seminar_list_form table.my-seminar-table tr:nth-child(2) td:nth-child(5) a {
	width: 100px;
}
.professional_title {
	float: left;
	width: 100%;
}
.professional_titles {
	float: right;
	width: 50%;
}
.professional_title tr:nth-child(even), .professional_titles tr:nth-child(even) {
	background: #f7f7f7;
}
.professional_title tr, .professional_titles tr {
	vertical-align: top;
}
.reg-check h2 {padding-top: 20px; color: #07a0cc; font-size: 18px; margin-bottom:0;}
.professional_title tr td, .professional_titles tr td {
	padding: 5px 10px;
	vertical-align: top;
}
.professional_titles tr:last-child td:first-child {
	padding-bottom: 37px;
}
#seminar_list_form table th, #seminar_list_form table td, table.center-align tr th, table.center-align tr td {
	text-align: center;
}
#seminar_list_form table tr th:first-child, #seminar_list_form table td:first-child, table.center-align tr th:first-child, table.center-align tr td:first-child {
	text-align: left;
}
table.center-align .centeralign a {
	font-size: 20px;
}
table.center-align .centeralign a .fa-check {
	color: green;
}
table.center-align .centeralign .document_hide a {
	color: #ccc;
	cursor: default;
}
.center-align tr td a.atc-btn {
	font-family: helveticaneueroman;
	font-size: 12px;
	padding-left: 35px;
	padding-right: 10px;
}
.reqseminar label {
	float: left;
	font-size: 11px;
}
.reqseminar a {
	float: right;
	min-width: 89px !important;
}
.reqseminar div {
	display: block;
	margin-bottom: 3px;
	min-height: 22px;
	overflow: hidden;
}
.my-seminar-table td {
	vertical-align: middle
}
.question-box strong {
	color: #424242;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}
table.center-align .centeralign a.document_hide, table.center-align .centeralign a.document_hide i, table.center-align .centeralign a svg {
	color: #ccc;
}
.seeAll {
	text-align: right;
}
.seeAll br {
	display: none;
}
.seeAll a {
	background: #07a0cc;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-top: 5px;
	padding: 2px 6px;
	text-transform: uppercase;
	line-height: 25px;
	margin-right: 10px;
	min-width: 93px;
	text-align: center;
}
.seeAll a i {
	font-size: 16px;
	float: left;
	margin-top: 4px;
}
p.leftAlign {
	text-align: left;
}
.question-content-box h2 span.wNum {
	background: #00abcc;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	margin-right: 5px;
	padding: 4px;
	text-align: center;
	width: 35px; line-height:26px;
	
	display: block;
float: left;
margin-bottom: 90px;
}
#workshop_header .acr-btn, #seminar_header .acr-btn {
	background: #07a0cc;
	padding: 3px 10px;
	border-radius: 15px;
	color: #fff;
}
.account-list span#workshop_header, .account-list #seminar_header {/*background: #00abcc;color: #fff;*/
	cursor: pointer;
	display: block;
	padding: 5px 10px;
	font-size: 15px;
}
.account-list span#workshop_content, .account-list #seminar_content {
	background: #fff;/*border: thin solid #d1d2d2;*/
	display: inline-block;
	margin-top: 0;
	padding: 10px;
	font-size: 15px;
	line-height: 24px;
}
.account-list div p.preque {
	padding: 5px 0;
	border: thin solid #d1d2d2;
}
div.sweet-alert {
	height: 400px;
	width: 450px;
	overflow-y: auto;
}
.smnr-prqsts h4 {
	font: 15px/27px "helveticaneueroman";
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	color: #333333;
}
.smnr-prqsts ul li {
	font: 15px/25px "helveticaneueroman";
	list-style: inside;
}
.sa-icon.sa-success::before {
	border-radius: 120px 0 0 120px;
	left: -33px;
	top: -7px;
	transform: rotate(-45deg);
	transform-origin: 60px 60px 0;
}
.sa-icon.sa-success::before, .sa-icon.sa-success::after {
	background: white;
	border-radius: 50%;
	content: "";
	height: 120px;
	position: absolute;
	transform: rotate(45deg);
	width: 60px;
}
.sa-icon.sa-success.animate::after {
	animation: 4.25s ease-in 0s normal none 1 running rotatePlaceholder;
}
.sa-icon.sa-success::after {
	border-radius: 0 120px 120px 0;
	left: 30px;
	top: -11px;
	transform: rotate(-45deg);
	transform-origin: 0 60px 0;
}
.sa-icon.sa-success::before, .sa-icon.sa-success::after {
	background: none;
	border-radius: 50%;
	content: "";
	height: 80px;
	position: absolute;
	transform: rotate(45deg);
	width: 60px;
}
.sa-icon.sa-success {
	border-color: #a5dc86;
	margin-left: 20px;
}
.sa-icon {
	border: 4px solid gray;
	border-radius: 50%;
	box-sizing: content-box;
	height: 80px;
	margin: 20px auto;
	padding: 0;
	position: relative;
	width: 80px;
}
.sa-icon.sa-success .sa-line.sa-tip {
	left: 14px;
	top: 46px;
	transform: rotate(45deg);
	width: 25px;
}
.sa-icon.sa-success span.sa-line {
	background: #00a5cc none repeat scroll 0 0;
}
.sa-icon.sa-success .sa-line {
	background-color: #a5dc86;
	border-radius: 2px;
	display: block;
	height: 5px;
	position: absolute;
	z-index: 2;
}
.animateSuccessTip {
	animation: 0.75s ease 0s normal none 1 running animateSuccessTip;
}
.sa-icon.sa-success .sa-line.sa-long {
	right: 8px;
	top: 38px;
	transform: rotate(-45deg);
	width: 47px;
}
.sa-icon.sa-success span.sa-line {
	background: #00a5cc none repeat scroll 0 0;
}
.sa-icon.sa-success .sa-line {
	background-color: #a5dc86;
	border-radius: 2px;
	display: block;
	height: 5px;
	position: absolute;
	z-index: 2;
}
.animateSuccessLong {
	animation: 0.75s ease 0s normal none 1 running animateSuccessLong;
}
.sa-icon.sa-success div.sa-placeholder {
	border: 4px solid #00a5cc;
}
.sa-icon.sa-success .sa-placeholder {
	border: 4px solid rgba(165, 220, 134, 0.2);
	border-radius: 50%;
	box-sizing: content-box;
	height: 80px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 80px;
	z-index: 2;
}
.sa-icon.sa-success .sa-fix {
	background-color: white;
	height: 90px;
	left: 28px;
	position: absolute;
	top: 8px;
	transform: rotate(-45deg);
	width: 5px;
	z-index: 1;
}
.sa-icon {
	float: left;
}
h4.product-added {
	float: left;
	clear: none;
	margin-top: 48px;
	margin-left: 30px;
}
.shop-products div#map div.gm-err-container {
	width: 100%;
}
.entry-content ul.pagination {
	clear: both;
}
.entry-content .registration .professional_title ul, .entry-content .form-horizontal .professional_title ul {
	background: #f8f8f8;
	border: thin solid #ebebeb;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px 10px;
	clear: both;
}
.entry-content .registration .professional_title ul li, .entry-content .form-horizontal .professional_title ul li {
	width: 120px;
	height: auto;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
}
.entry-content .registration .professional_title ul li input, .entry-content .form-horizontal .professional_title ul li input {
	width: auto;
	vertical-align: middle;
}
.entry-content .registration .professional_title p, .entry-content .form-horizontal .professional_title p {
	padding-bottom: 10px;
	float: left;
}
.entry-content #cart .smnr-prqsts ul li, .entry-content #cart .smnr-prqsts ul li {
	color: #74736f;
	font: 15px/21px "helveticaneueroman";
	list-style: outside none disc;
	margin-left: 15px;
	padding: 0;
}
.entry-content #cart .smnr-prqsts h4, .entry-content #cart .smnr-prqsts h4 {
	color: #ff0000;
	font: bold 15px/27px "helveticaneueroman";
	margin: 5px 0;
	padding: 0;
}
.blurBtn {
	background: #d3d3d3 !important;
}
.entry-content .registration .professional_title ul:nth-child(3) li, .entry-content .form-horizontal .professional_title ul:nth-child(3) li {
	width: 310px;
}
.registration-list > p {
	color: #dd4577;
}
#cart #table .product-name .rgl-prc {
	clear: both;
	color: #646464;
	display: block;
	font-size: 12px;
	font-weight: 600;
}
#cart #table .product-name .rgl-prc br {
	display: none;
}
#cart #table .product-name p {
	line-height: normal;
	font-size: 14px; font-weight:normal; margin:0;
}
#cart #table .product-name table, #cart #table .product-name table td {
	border: none;
	padding: 0;
}
/*************Webinar******************/
.webinar-cotent .webinar-left {
	width: 30%;
	float: left;
}
.webinar-cotent .webinar-right {
	width: 68%;
	float: right;
}
.Zebra_Accordion dt {
	font-family: Myriad Pro;
	font-size: 20px;
	background: #00a5cc;
	padding: 10px;
	font-weight: normal;
	overflow: hidden;
	margin-top: 8px;
	cursor: pointer;
	line-height: normal;
}
.Zebra_Accordion dt.Zebra_Accordion_Expanded {
	cursor: default;
}
.Zebra_Accordion dt i.fa.fa-angle-down {
	display: none;
}
.Zebra_Accordion dt.Zebra_Accordion_Expanded i.fa.fa-angle-down {
	display: inline-block;
	vertical-align: top;
}
.Zebra_Accordion i.fa.fa-angle-right {
	vertical-align: top;
}
.Zebra_Accordion dt.Zebra_Accordion_Expanded i.fa.fa-angle-right {
	display: none;
	vertical-align: top;
}
.Zebra_Accordion dt span {
	display: inline-block;
	width: calc(100% - 82px);
}
.Zebra_Accordion dd {
	background: #d5e3e6;
	padding: 10px 0;
	font-family: Myriad Pro;
	font-size: 18px;
	color: #424242;
}
.Zebra_Accordion dd ul {
	padding: 0 0 20px;
}
.Zebra_Accordion dd ul li {
	list-style: none;
	background: url(../images/session-list-arrow.png) no-repeat scroll 18px 12px;
	padding: 8px 0 8px 40px;
	border-bottom: #dae6e8 thin solid;
	border-top: #c7dce0 thin solid;
	margin-left: 0 !important;
}
body .webinar-cotent dd ul {margin:0;}
.Zebra_Accordion dd ul li.processed-page {
	list-style: none;
	background: url(../images/session-list-arrow-green.png) no-repeat scroll 18px 12px;
	padding: 12px 0 12px 40px;
	border-bottom: #dae6e8 thin solid;
	border-top: #c7dce0 thin solid;
	margin-left: 0 !important;
}
.Zebra_Accordion dd ul li.processed-page a {
	color: #06981b;
}
.Zebra_Accordion dd ul li a {
	color: #424242;
}
.Zebra_Accordion dd ul li:first-child {
	border-top: none;
}
.Zebra_Accordion dd ul li:last-child {
	border-bottom: none;
}
.Zebra_Accordion dd ul li.active {
	background: url(../images/session-list-arrow-active.png) no-repeat scroll 18px 12px;
}
.Zebra_Accordion dd ul li.active a {
	color: #00a5cc;
}
.webinar-cotent h5 {
	color: #00a5cc;
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
	padding: 15px 0 10px;
}
.pic-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
iframe.pic-left {
	margin-right: 20px;
}
.webinar-bottom {
	color: #06accd;
	font-size: 18px;
	text-align: right;
	padding: 20px 0;
}
a.wbnr-button {
	margin-top: 7px;
	background: #00a5d4;
	padding: 10px 22px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	font-family: Myriad Pro;
	display: inline-block;
	vertical-align: middle;
}
a.wbnr-button .fa {
	font-size: 34px;
	vertical-align: middle;
	display: inline-block;
}
a.wbnr-button span {
	display: inline-block;
	margin-right: 10px;
	padding-top: 4px;
	vertical-align: middle;
}
.webinar-cotent {
	padding-top: 15px;
}
.webinarDetail h1 span {
	color: #424242;
	font-weight: bold;
	font-size: 24px;
	text-transform: none;
	font-family: Myriad Pro;
}
.webinarDetail p {
	text-align: justify;
}
.quiz-box .quiz-pic {
	float: left;
	width: 44%;
}
.quiz-box .quiz-text {
	float: right;
	width: 54%;
	padding-top: 24px;
	position: relative;
	height: 100%;
	min-height: 405px;
	padding-bottom: 41px;
}
.quiz-box .quiz-text ul {
	padding: 0 24px 24px;
}
.quiz-box h3 {
	color: #00a5cc;
	font-size: 19px;
	text-transform: none;
}
.quiz-box {
	background: #f5f9fa;
	border: #e8e6e5 2px solid;
}
.quiz-box ul li, .quiz-box ul li label {
	font-size: 19px;
	color: #424242;
}
.quiz-box ul li label {
	display: block;
	padding-left: 30px;
}
.quiz-box ul li {
	list-style: none;
	padding: 12px 12px;
}
.quiz-box ul li input[type="radio"] {
	margin-right: 10px;
	float: left;
	margin-top: 4px;
	margin-bottom: 20px;
}
.quiz-box ul {
	padding: 20px 0;
}
.quiz-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.quiz-bottom a {
	background: #000000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 0;
	text-transform: uppercase;
	display: inline-block;
	width: 49.7%;
	text-align: center;
	float: left;
	margin-right: 1px;
}
.quiz-text .quiz-bottom a {
	margin-right: 0;
	width: 49.9%;
}
.quiz-bottom a.next {
	float: right;
}
.quiz-bottom a i {
	font-size: 28px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}
.quiz-bottom a span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}
.quiz-bottom a:hover {
	color: #00a5cc;
}
.quiz-counter {
	text-align: right;
	margin-top: -30px;
}
.quiz-counter span {
	font-size: 25px;
	color: #00a5cc;
	display: inline-block;
	padding: 20px;
	border-top: 2px solid #e8e6e5;
	border-right: 2px solid #e8e6e5;
	border-left: 2px solid #e8e6e5;
	background: #f5f9fa;
	margin-bottom: -2px;
}
.quiz-result {
	border: #00aacb 9px solid;
	border-radius: 10px;
	position: relative;
	padding-bottom: 75px;
	margin-top: 8px;
}
.quiz-result h1 {
	text-align: center;
	text-transform: none;
	padding-bottom: 5px;
	font-size: 40px;
	margin-top: 40px;
}
.score-sheet {
	color: #fff;
	margin: 30px auto 0;
	width: 600px;
}
.score-sheet li {
	border-bottom: 1px solid #cccccc;
	color: #424242;
	font-family: Myriad Pro;
	font-size: 20px;
	font-weight: 600;
	list-style: outside none none;
	padding: 10px 0;
	text-transform: capitalize;
}
.score-sheet ul li .fa {
	background-color: #424242;
	border-radius: 50%;
	color: #fff;
	font-size: 19px;
	height: 35px;
	margin-left: -60px;
	margin-right: 21px;
	padding: 6px;
	text-align: center;
	width: 35px;
	font-weight: bold;
}
.score-sheet span {
	color: #fff;
	float: right;
	font-family: Myriad Pro;
	font-weight: 600;
	margin-right: 50px;
}
.seminar-detail .score-sheet li span {
	font-size: 19px !important;
	font-weight: bold !important;
	color: #424242 !important;
	padding: 10px 0;
}
.quiz-result h1:after {
	border-bottom: 6px solid #00afef;
	content: "";
	display: block;
	margin: 5px auto 0;
	width: 240px;
}
.quiz-result div.brdr {
	border: #00acef 2px solid;
	width: 200px;
	margin: auto;
}
.webinar-bottom a.btn-blur {
	color: #bbbbbb;
	cursor: default;
}
.quiz-result .gry-brdr {
	width: 50px;
	border-bottom: #d0d0d0 2px solid;
	margin: 40px auto;
}
.quiz-result .quiz-bottom {
	bottom: 0;
	position: absolute;
	right: 0;
	text-align: right;
	width: 50%;
}
.Zebra_Accordion dt span.pagenum {
	width: auto; color: #d6d6d6; font-size: 18px; vertical-align: top; display: inline; position: absolute; right: 40px;
	}
.webinar-submit {
	text-align: right;
	padding-top: 10px;
}
.webinar-right .rdbutton {
	background: #dd4577;
	background: -webkit-linear-gradient(#dd4577, #f76796);
	background: linear-gradient(#dd4577, #f76796);
	border: 2px solid #ea9999;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 10px 16px;
	font: italic 700 18px/1 "Calibri", sans-serif;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
	text-decoration: none;
	text-transform: uppercase;
}
.webinar-right > h5:first-child {
	padding-top: 0;
}
.processed-page {
	color: #06981b;
}
.rsltValidation {
	padding: 20px;
	text-align: center;
	color: red;
}
.package-wrapper .step-num {
	float: left;
	width: 60px;
	float: left;
}
.package-wrapper .step-num span {
	background: #fff;
	padding: 13px;
	border: #c7c7c7 4px solid;
	display: block;
	border-radius: 50px;
	display: block;
	width: 50px;
	height: 50px;
	color: #c7c7c7;
	font-size: 30px;
	font-weight: bold;
}
.package-wrapper .step-text h4 {
	color: #888888;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
}
.package-wrapper .step-text {
	float: right;
	width: calc(100% - 60px);
	padding: 8px 0 0;
}
.package-wrapper .step-text span {
	font-size: 12px;
	letter-spacing: 0;
	display: block;
	text-align: left;
	clear: both;
}
.package-wrapper .package-left ul li {
	border-bottom: #d6d6d6 thin solid;
	border-top: #ffffff thin solid;
	padding: 10px 8px;
	background: #ededed;
}
.package-wrapper .package-left ul li.actv-tab, .package-wrapper .package-left ul li.success {
	background: #fff;
}
.package-wrapper .package-left ul li.actv-tab .step-text h4, .package-wrapper .package-left ul li.success .step-text h4 {
	color: #000;
}
.package-wrapper .package-left ul li.actv-tab .step-text h4 .fa {
	color: #888888;
}
.package-wrapper ul li.actv-tab .step-num span, .package-wrapper ul li.success .step-num span {
	background: #00a8c9;
	border: #7acddd 4px solid;
	color: #fff;
}
.package-wrapper .package-left ul li:first-child {
	border-top: none;
}
.package-wrapper .package-left ul li:last-child {
	border-bottom: none;
}
.package-wrapper .leftBox {
	padding: 0;
}
.package-wrapper .step-text h4 .fa {
	float: right;
	padding-right: 7px;
}
.package-wrapper .rightBox, .package-wrapper .rightBox p, .package-wrapper p, .package-wrapper .left-column {
	font-family: helveticaneueroman, sans-serif;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0;
	color: #74736f;
}
.package-wrapper .rightBox .package-top, .package-wrapper .package-top {
	padding: 15px;
	border: #dcdcdc thin solid;
	background: #fbfbfb;
}
.package-wrapper .rightBox h3, .package-wrapper h3 {
	font-family: helveticaneueroman;
	font-size: 19px;
	text-transform: capitalize;
}
.package-wrapper .rightBox .package-top span.price-total, .package-wrapper .package-top span.price-total {
	text-decoration: line-through;
	display: inline-block;
	margin-right: 29px;
}
.package-wrapper .rightBox .package-top span.price-off, .package-wrapper .package-top span.price-off {
	color: #1a9719;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.package-wrapper .rightBox .package-top span.final-price, .package-wrapper .package-top span.final-price {
	color: #d90200;
	font-size: 35px;
	font-weight: bold;
}
.package-wrapper .rightBox .package-top .right-pack-top, .package-wrapper .package-top .right-pack-top {
	width: 345px;
	float: right;
}
.package-wrapper .rightBox .package-top .left-pack-top, .package-wrapper .package-top .left-pack-top {
	border-right: thin solid #dcdcdc;
	float: left;
	padding-right: 20px;
	width: calc(100% - 365px);
}
.package-wrapper .rightBox .package-list h3, .package-wrapper .package-list h3 {
	background: #06accd;
	padding: 5px 10px;
	color: #fff;
	font-weight: 300;
}
.package-list-search {
	background: #eeeeee;
	padding: 10px;
	text-align: right;
}
.package-list-search input, .package-list-search select {
	border: #dcdcdc thin solid;
	padding: 5px;
	margin-right: 10px;
}
.package-list-search input[type="submit"] {
	background: #6c6c6c;
	padding: 5px 25px;
	border: none;
	box-shadow: none;
}
.package-list-search input[type="date"] {
	background: #fff url(../images/package-date-icon.png) no-repeat scroll 97% center;
}
.package-list-search label {
	margin: 0 7px 0 20px;
}
.package-list-search select {
	min-width: 170px;
}
.package-list {
	margin-top: 15px; /*border:1px solid #ededed;*/
}
.package-list table {
	border: none;
}
.pkg-list-table {
	padding: 0 10px;
}
.pkg-list-table table {
	border-top: 1px solid #ededed;
}
.package-wrapper strong {
	font-weight: bold;
}
.pkg-list-table table .pkg-select {
	background: #00960b;
	padding: 10px 25px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 3px;
	font-size: 16px;
}
.pkg-list-table .mrgn-table:nth-child(2n+1) {
	background: #fafafa;
}
.pkg-list-table .mrgn-table {
	margin: 10px 0;
}
.success-show-area {
	margin-top: 10px;
	padding-top: 10px;
	border-top: #ededed thin solid;
	letter-spacing: 0;
}
.success-show-area p {
	font-size: 12px;
	text-align: left;
	letter-spacing: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: normal;
	margin-bottom: 5px;
}
.success-show-area p.view {
	font-size: 11px;
	color: #9e9e9e;
}
.success-show-area p.view a {
	padding-right: 5px;
}
.success-show-area p.view a:last-child {
	padding-left: 5px;
}
.package-wrapper .package-left ul li.success {
	border: 2px solid #00abcc;
}
.package-wrapper .package-left ul li.success .fa {
	color: #009609;
}
.package-wrapper .package-left ul li select {
	border: #dddddd thin solid;
	border-radius: 3px;
	padding: 5px;
	font-size: 12px;
	letter-spacing: 0;
	width: 100%;
	color: #898989;
}
.package-wrapper .package-left ul li .success-show-area {
	text-align: left;
}
.package-wrapper .package-left ul li .success-show-area h5 {
	color: #3e3e3e;
	font-size: 14px;
	font-weight: 600;
	margin: 10px 0;
}
.pkg-list-table .mrgn-table.selected {
	background: #d9d9d9;
}
.pkg-list-table .mrgn-table.selected table td p, .pkg-list-table .mrgn-table.selected table td {
	color: #848685;
}
.pkg-list-table .mrgn-table.selected table td .pkg-select {
	background: #a5a5a5;
}
.package-wrapper .pro-price {
	font: 25px/25px "helveticaneuebold";
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.package-wrapper .pro-price .price-text {
	font-size: 14px;
	padding: 0;
	width: 51%;
	font-weight: 600;
}
.package-wrapper .pro-price input, .package-wrapper .pro-price span {
	display: inline-block;
	vertical-align: top;
}
.package-wrapper .pro-price ul li {
	clear: both;
	list-style: outside none none;
	margin-left: 0;
	padding: 0;
	color: #74736f;
	font: 17px/27px "helveticaneueroman";
	list-style: outside none disc;
}
.package-wrapper .pro-price span.price {
	color: #00a5cc;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	width: 41%;
}
.package-wrapper .pro-price input {
	margin-top: 8px;
	width: 5%;
}
.package-list.seminar-box table td {
	padding: 5px 10px;
}
.package-list.seminar-box table td.price {
	color: #00a5cc;
	font-size: 20px;
	font-weight: 600;
	vertical-align: middle;
}
.package-list.seminar-box table tr:nth-child(2n+1) {
	background: #fafafa;
}
.cart a.atc-btn {
	background-color: #228c27;
	border-radius: 3px;
	font-size: 16px;
	font-weight: normal;
	padding: 12px 20px 10px 40px;
	width: auto;
}
.package-wrapper .cart span.price-off {
	color: #1a9719;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.package-wrapper .cart span.final-price, .package-wrapper .cart span.final-price {
	color: #00a5cc;
	font-size: 26px;
	font-weight: bold;
}
.package-wrapper .cart span.price-total, .package-wrapper .cart span.price-total {
	display: inline-block;
	font-weight: bold;
	color: #666;
	font-size: 15px;
	margin-right: 8px;
	text-decoration: line-through;
}
.cart .right-pack-top {
	line-height: normal;
	min-width: 180px;
}
.package-list.seminar-box table tr.cart td, .package-list.seminar-box table tr.cart {
	background: none;
	border: none;
}
.ebook .resp-tab-content ul li .bookDesc {
	color: #424242;
	font-size: 13px;
	padding: 10px;
	text-transform: uppercase;
	color: #000;
}
.ebook .resp-tab-content ul li .bookDesc span {
	display: block;
	color: #666;
	font-style: italic;
	margin-top: 5px;
}
.seminar-detail .nicefade_container li {
	background: url(../images/offer-banner.jpg) no-repeat;
	padding: 10px 60px;
	margin: 0 !important; /*line-height:normal;*/
}
.offer-div { /*display:inline-block; vertical-align:middle;*/
	display: table-cell;
	height: 130px;
	vertical-align: middle;
}
.offer-div h2 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-family: "helveticaneueroman";
	line-height: normal;
	margin: 0;
}
.seminar-detail .offer-div h2 span {
	color: #FC6497;
	font-weight: bold;
	font-size: 24px !important;
}
.seminar-detail .offer-div h2 a {
	background: #fc6497 url("../images/get-offer-icon.png") no-repeat scroll 90% 5px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 20px;
	padding: 8px 40px 8px 17px;
	text-transform: capitalize;
	position: absolute;
	bottom: 13px;
	right: 20px;
}
body h1 {
	color: #00a5cc;
	font: 34px/37px "helveticaneuebold";
	margin: 0;
	padding: 0 0 0.3em;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pro-price .cross-price {
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
}
.online-read {
	padding: 1px 0;
}
.online-read #area {
	height: 480px;
	margin: 2.5% auto;
}
.online-read p {
	font-size: 14px;
}
#cart table.pck-seminar-cart {
	border: 3px solid #2ea3c5;
}
.discount-des {
	background: none;
	color: #fff; /*padding: 10px;*/
	clear: both;
}
.discount-des p {
	color: #00a5cc;
	font-size: 14px !important;
	line-height: normal;
	text-align: justify;
	padding-bottom: 0;
}
.offer-pkg {
	background: #ecf6f8;
	padding: 15px;
	margin-bottom: 30px;
}
.seminar-detail .offer-pkg li {
	background: #43b5d7;
	width: 32%;
	margin-right: 2%;
	display: block;
	float: left;
	margin-left: 0 !important;
}
.seminar-detail .offer-pkg li:last-child {
	margin-right: 0;
}
.seminar-detail .offer-pkg li, .seminar-detail .offer-pkg li p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 21px;
}
.seminar-detail .offer-pkg li p {
	min-height: 60px;
}
.seminar-detail .offer-pkg li .offer-li {
	padding: 15px;
	text-align: center;
	overflow: hidden;
}
.ofr-btn {
	background: #fc6497;
	color: #fff;
	font-size: 18px;
	padding: 4px 13px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 10px;
}
.ofr-btn span, .ofr-btn img {
	display: inline-block;
	vertical-align: middle;
}
.seminar-detail .offer-pkg ul {
	display: flex;
}
.offer-pkg.offer-col-2 li {
	width: 49%;
	margin-right: 2%;
}
.offer-pkg.offer-col-2 li:last-child {
	margin-right: 0;
}
.offer-pkg.offer-col-1 li {
	width: 100%;
	margin: 0;
}
.offer-pkg.offer-col-1 li p {
	text-align: left;
	min-height: 0;
}
.offer-pkg.offer-col-1 li div.offer-li {
	text-align: right;
}
.ul-column ul:nth-child(5), .ul-column ul:nth-child(9) {
	clear: both;
}
.search-box-seminar .search-left {
	width: 48%;
	float: left;
}
.search-box-seminar .search-right {
	width: 48%;
	float: right;
}
#list_form .search-box-seminar label {
	width: 110px;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-size: 14px;
}
.search-box-seminar .input-label {
	display: inline-block;
	width: calc(100% - 115px);
	vertical-align: middle;
}
#list_form .search-box-seminar input[type="text"], #list_form .search-box-seminar select {
	width: 100%;
}
.search-box-seminar {
	margin-top: 20px;
}
.search-box-seminar h2 {
	/*background: #dd4577;*/
	font-size: 15px;
	text-transform: capitalize;
	font-weight: normal;
	color: #424242;
	margin-top: 10px;
	padding: 7px 10px; margin-bottom:0;
}
.filter-search {
	background: #f8f8f8;
	padding: 10px 15px;
	border-left: #dedede thin solid;
	border-bottom: #dedede thin solid;
	border-right: #dedede thin solid;
	border-top: #dedede thin solid;
	margin-bottom: 20px; box-shadow:0 0 5px -3px;
}
.search-box-seminar h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
	color: #07a0cc;
	font-family: "helveticaneueroman", Arial, Helvetica, sans-serif;
	position: relative;
	margin: 10px 0;
}
.search-box-seminar h3::before {
	content: "";
	display: block; /*height:1px; background:#ddd;*/
	position: absolute;
	width: 100%;
	top: 13px;
	z-index: 1;
	border: thin dashed #dedede;
}
.search-box-seminar h3 span {
	background: #f8f8f8;
	position: relative;
	z-index: 2;
	padding-right: 11px;
}
.search-seminar-row {
	padding: 5px 0; clear:both;
}
#list_form .search-box-seminar select {
	background: #fff url(../images/select-arrow-down.png) no-repeat scroll 98% 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
#list_form .search-box-seminar input[type="text"], #list_form .search-box-seminar select {
	border-radius: 3px;
	border: #cacaca thin solid;
	font-size: 13px;
}
/*#list_form .search-box-seminar .seminarDate { background:#eeeeee;}*/
#list_form .search-box-seminar input[type="submit"] {
	background: #dd4577;
}
.ui-icon-circle-triangle-e, .ui-icon-circle-triangle-e:hover, a.ui-corner-all .ui-icon-circle-triangle-e:hover {
	background-position: 0 0 !important;
}
.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-w:hover, a.ui-corner-all .ui-icon-circle-triangle-w:hover {
	background-image: url(images/if_double-arrow-left_383152.png) !important;
	background-position: 0 0 !important;
}
.filter-search h3.expand span {
	cursor: pointer;
}
.filter-search h3.expand span i.fa {
	color: #424242;
}
.search-box-seminar .expand.collasp-row .fa-caret-down {
	display: inline-block;
}
.search-box-seminar .expand.collasp-row .fa-caret-right {
	display: none;
}
.search-box-seminar .expand .fa-caret-down {
	display: none;
}
body div.audio-player {
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #4c4e5a 0%, #2c2d33 100%) repeat scroll 0 0;
	border-radius: 3px;
	height: 39px;
	position: relative;
	width: 400px;
}
body div.audio-player .mejs-controls {
	height: 39px !important;
}
body div.audio-player img.cover {
	display: none;
}
div.audio-player .mejs-controls .mejs-play button, div.audio-player .mejs-controls .mejs-pause button {
	top: 8px;
	left: 10px;
}
div.audio-player .mejs-controls .mejs-mute button, div.audio-player .mejs-controls .mejs-unmute button {
	top: 13px;
	left: 40px;
}
div.audio-player .mejs-controls div.mejs-horizontal-volume-slider {
	top: 14px;
	left: 60px;
	width: calc(100% - 75px);
}
div.audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 100%;
}
div.audio-player .mejs-time-loaded {
	background: #dedede !important;
}
div.audio-player .mejs-container {
	height: auto !important;
}
.hentry div.audio-player .mejs-container .mejs-controls {
	background: none;
}
.container a.rdbutton.white_button {
	border-style: solid;
	border-color: #dd4577;
	color: #dd4577;
	text-shadow: none;
	box-shadow: 0 0 -2px;
	margin-bottom: 15px;
	background: #fff;
}
.container a.rdbutton.white_button:hover {
	background: #dd4577;
	color: #fff;
}
.seminar-detail .map a.atc-btn.seminar-addtocart.white-hover:hover {
	background: #fff;
	color: #4e4e4e;
	box-shadow: 0 0 1px inset;
}
.instructor-pic {
	position: relative;
}
.hover-icon {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: 0;
}
body .instructor-pic .hover-icon img {
	width: 60px;
	height: auto;
	margin: 23% 0 0;
	opacity: 0.7;
}
.hover-icon:hover {
	opacity: 1;
}
#appendOption .col-md-6 {
	width: 50%;
	float: left;
}
#appendOption .form-group {
	margin-left: 0px;
	margin-right: 0px;
}
#appendOption .form-horizontal .control-label {
	line-height: 30px;
	padding-top: 0px;
}
#appendOption .col-md-4 {
	width: 33.33333333%;
	float: left;
}
#appendOption .col-md-8 {
	width: 66.66666667%;
	float: left;
}
#appendOption [class^="col-xs-"], #appendOption [class^="col-sm-"], #appendOption [class^="col-md-"], #appendOption [class^="col-lg-"] {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.entry-content .user-location-list ul {
	overflow: hidden;
}
.entry-content .user-location-list ul li {
	width: 49%;
	float: left;
	list-style: none;
	margin: 0 0 5px;
}
.entry-content .user-location-list ul li:nth-child(2n) {
	float: right;
	width: 49%;
}
.entry-content .user-location-list ul li select, .entry-content .user-location-list ul li input {
	padding: 5px;
	background: #f3f3f3;
	border: #ddd thin solid;
	width: 100%;
}
.entry-content .user-location-list ul li:nth-child(2n+1) {
	clear: left;
}
.entry-content .user-location-list .removeOpt {
	background-color: #a43f3e;
	border-color: #a43f3e;
	color: #fff;
	font-size: 12px;
	padding: 6px 15px;
	line-height: 20px;
	font-weight: 400;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.entry-content .user-location-list hr {
	color: #fff;
	background: none;
	border-top: #ececec thin solid;
	margin-top: -10px;
}
.entry-content .user-location-list ul li.f-right {
	width: 100%;
	text-align: right;
}
.billing-table.mobile-table-view td, table .pt_sequence td {
	border: none;
	line-height: normal;
}
.shop-categories div a.btn.btn-primary {
	background-color: #33414e;
	border-color: #33414e;
	font-size: 12px;
	padding: 7px 15px;
	line-height: 20px;
	font-weight: 400;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.attendi-course tr td label {
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	vertical-align: top;
	width: calc(100% - 20px);
}
.attendi-course tr td input[type="radio"] {
	display: inline-block;
	margin-right: 5px;
	margin-top: 3px;
	vertical-align: top;
	width: auto;
}
.attendi-course tr td ul li {
	list-style: none;
	display: inline-block;
	width: 22%;
	padding-bottom: 0;
	vertical-align: top;
}
.attendi-course tr td ul {
	padding: 0;
}
.attendi-course #ev_input1 {
	width: 75%;
}
#webinar_pre_msg table {
	border: #thin solid #dedede;
}
#webinar_pre_msg table thead tr {
	background: #00abcc;
	color: #fff;
}
#webinar_pre_msg table tbody tr td {
	border-right: #dedede thin solid;
}
#webinar_pre_msg table tbody tr td:last-child {
	border-right: none;
}
#webinar_pre_msg table ul {
	background: #f5f5f5 none repeat scroll 0 0;
	border: thin solid #dedede;
	margin-bottom: 5px;
	padding: 7px;
}
#webinar_pre_msg table ul li {
	line-height: normal;
	padding-bottom: 5px;
	padding-top: 5px;
}
#webinar_pre_msg table tr td {
	padding: 6px 10px;
}
#webinar_pre_msg table {
	border: thin solid #dedede;
}
#webinar_pre_msg .desktop {
	max-height: 340px;
	overflow: auto;
}
#webinar_pre_msg table ul li {
	font-size: 13px;
	color: red;
}
.accordionjs .acc_section div.acc_head {
	padding: 5px 10px;
}
.accordionjs .acc_section div.acc_head h3 {
	font-size: 15px;
	padding: 0;
}
.accordionjs {
	padding: 0;
}
.entry-content ul.accordionjs .acc_section {
	margin: 0;
	text-align: left;
}
.entry-content ul.accordionjs .acc_section ul li {
	display: list-item;
	float: left;
	width: 29%;
	margin-right: 2%;
	float: left;
}
.entry-content ul.accordionjs .acc_section {
	margin-top: 10px;
}
.entry-content ul.accordionjs .acc_section .acc_head img {
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}
.entry-content ul.accordionjs .acc_section .acc_head img.list-down {
	display: none;
}
.entry-content ul.accordionjs .acc_section.acc_active .acc_head img.list-down {
	display: inline-block;
}
.entry-content ul.accordionjs .acc_section.acc_active .acc_head img.list-arrow {
	display: none;
}
.search-seminar-row .pt-list div {
	display: inline-block;
	width: 31%;
	margin: 0 1.1%;
}
#list_form .search-box-seminar .pt-list div label {
	width: auto;
}
#list_form .search-box-seminar .pt-list {
	margin-bottom: 15px;
}
#list_form .search-box-seminar .pt-list div select[multiple="multiple"] {
	background-image: none;
	background-color: #fdfdfd;
}
body .webinar-cotent ul {
	color: #74736f;
	list-style: disc;
}
body sup {
	vertical-align: baseline;
}
body a.bktBtn {
	float: right;
	padding-left: 40px;
}
.Zebra_Accordion dt span.headinMrngAlgn {
	display: inline-block;
	margin-top: 7px;
	width: auto;
}
.wbnrCKTI .Zebra_Accordion dd {
	background: none;
	padding: 0;
}
.wbnrCKTI .Zebra_Accordion dd table th, .wbnrCKTI .Zebra_Accordion dd table td {
	padding: 5px 10px;
}
.wbnrCKTI .Zebra_Accordion dd table {
	border: #dedede thin solid;
}
.wbnrCKTI .Zebra_Accordion dd table tbody tr:nth-child(2n) {
	background: #f7f7f7;
}
.wbnrCKTI .Zebra_Accordion dd table thead tr {
	background: #ebebeb;
	border-bottom: #dedede 2px solid;
}
.wbnrCKTI .Zebra_Accordion dt { /*padding-right:20px;*/
}
.wbnrCKTI .Zebra_Accordion dt .fa {
	margin-left: 30px;
	margin-top: 8px;
	float: right;
}
.wbnrCKTI .Zebra_Accordion dt .fa-angle-double-down {
	display: none;
}
.wbnrCKTI .Zebra_Accordion dt.Zebra_Accordion_Expanded .fa-angle-double-down {
	display: inline-block;
}
.wbnrCKTI .Zebra_Accordion dt.Zebra_Accordion_Expanded .fa-angle-double-right {
	display: none;
}
.tablegrid input, .tablegrid select {
	background-color: #f6f7fb;
	padding: 10px 16px;
	border: #cfd4ec thin solid;
	border-radius: 2px;
	height: 37px;
	font-weight: 500;
	color: #000;
	font-size: 13px;
	padding-left: 8px;
	margin-bottom: 8px;
	margin-right: 8px;
	vertical-align: middle;
}
.webinarCustomInput input::-webkit-input-placeholder, .tablegrid input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #666;
opacity:1 !important;
}
.webinarCustomInput input::-moz-placeholder, .tablegrid input::-moz-placeholder { /* Firefox 19+ */
 color: #666;
opacity:1 !important;
}
.webinarCustomInput input:-ms-input-placeholder, .tablegrid input:-ms-input-placeholder { /* IE 10+ */
 color: #666;
opacity:1 !important;
}
.webinarCustomInput input:-moz-placeholder, .tablegrid input:-moz-placeholder { /* Firefox 18- */
 color: #666;
opacity:1 !important;
}
.tablegrid button, .tablegrid input[type="submit"], .tablegrid input[type="button"] {
	color: #fff;
	padding: 7px 15px 7px 10px;
	padding-left: 16px;
	text-transform: uppercase;
	/*font: normal normal 14px/25px 'helveticaneuebold';*/
	width: auto;
	vertical-align: top;
	margin: 0 auto;
	background: #4e4e4e;
	box-shadow: none;
	border: none;
	margin-bottom: 8px;
	margin-right: 8px;
	height: 37px;
}
.tablegrid button span, .tablegrid input[type="submit"] span, .tablegrid input[type="button"] span {
	display: inline-block;
	vertical-align: middle;
	margin-top: 1.3px;
}
.tablegrid button .fa, .tablegrid input[type="submit"] .fa, .tablegrid input[type="button"] .fa {
	margin-top: -2px;
}
.webinarCustomInput input, .webinarCustomInput select {
	background: #fff;
	border: thin solid #cccccc;
	border-radius: 0;
	box-shadow: none;
}
.webinarCustomInput input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #aaa;
opacity:1 !important;
}
.webinarCustomInput input::-moz-placeholder { /* Firefox 19+ */
 color: #aaa;
opacity:1 !important;
}
.webinarCustomInput input:-ms-input-placeholder { /* IE 10+ */
 color: #aaa;
opacity:1 !important;
}
.webinarCustomInput input:-moz-placeholder { /* Firefox 18- */
 color: #aaa;
opacity:1 !important;
}
.Seminart-left-detail .marginbottom p i.fa-calendar strong {
	font-family: helvetica;
}
.webnrListNew {
	display: block;
}
.webnrListNew .webnrListNew_left {
	float: left;
	/*width: 22%;
	margin-right: 2%;*/
	/*background: #dcdddf;*/
}
.webnrListNew .webnrListNew_right {
	float: right
	/*width: 72%;	*/
}
.webnrListNew .webnrListNew_text {
	background: #dcdddf;
	padding: 20px;
	font-size: 13px;
}
.webnrListNew .webnrListNew_text p {
	font-size: 15px;
	margin-bottom: 15px;
	word-break: keep-all;
	line-height: 20px;
	color: #000;
}
.webnrListNew #parentHorizontalTab {
	margin-top: 0 !important;
}
.webnrListNew .resp-tabs-container {
	min-height: 0;
}
.webnrListNew .resp-tabs-container {
	padding: 0;
	border: none !important;
}
.webnrListNew .resp-tabs-container ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.webnrListNew .resp-tabs-container ul li {/*flex: 1 1 23.7%;*/
	/*padding: 0 0 87px 0;
	max-width: 23.86%;
	margin-right: 1.5%;
	margin-left: 0;
	display: inline-block;
	background: #f2f2f2;
	position: relative;
	margin-top: 20px;
	border: 1px solid #eaeaea;*/  
}
.webnrListNew .resp-tabs-container ul li .text {
	padding: 10px 10px 0;
	border-top: 0.5px solid #eaeaea;
	min-height: 146px;
}
.webnrListNew .resp-tabs-container ul li .text h3 {
	font-weight: normal;
	font-size: 15px;
	padding: 7px 0 0px;
}
.webnrListNew .resp-tabs-container ul li .text span {
	font-size: 11px;
	line-height: normal;
	margin-bottom: 10px;
	display: inline-block;
}
.webnrListNew .resp-tabs-container ul li .text p {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 0px;
	font-family: arial;
	color: #444; padding:0;
}
/*.webnrListNew .resp-tabs-container ul li .text p:nth-child(05) {font-size: 13px; line-height: 1.5;  margin-bottom: 10px;}*/
.webnrListNew .resp-tabs-container ul li:nth-child(4n) {
	margin-right: 0;
}
.webnrListNew .resp-tabs-container ul li .text .rating span {
	margin-bottom: 3px;
	font-size: 14px;
	color: #444;
	font-weight: normal;
}
.webnrListNew .resp-tabs-container ul li .text p i.fa-calendar {
	font-size: 13px;
	color: #cacaca;
}
.webnrListNew .resp-tabs-container ul li .text .rating {
	position: absolute;
	bottom: 60px;
	background: #fff;
	width: calc(100% - 52px);
	padding: 7px 0;;
}
.webnrListNew .resp-tabs-container ul li .text .rating > span {
	font-weight: normal;
	margin: 2px 0px 0;
	padding: 0;
	float: left;
}
.webnrListNew .resp-tabs-container ul li .text .rating i {
	color: #f4c050;
}
.webnrListNew .resp-tabs-container ul li .adToCart a {
	background: #228d23;
	font-size: 11px;
	padding: 5px 10px;
	color: #fff;
	width: 55%;
	line-height: 18px;
	vertical-align: bottom;
	border-radius: 3px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: bottom;
}
.webnrListNew .resp-tabs-container ul li .adToCart a i {
	margin-right: 3px;
	font-size: 13px;
}
.webnrListNew .resp-tabs-container ul li .adToCart > span {
	float: none;
	display: inline-block;
	vertical-align: bottom;
	width: 45%;
	color: #000;
	font-size: 17px;
	font-family: "helveticaneuebold"; /*margin-left: 2.8em;*/
	text-align: right;
}
.webnrListNew .resp-tabs-container ul li .adToCart {
	position: absolute;
	bottom: 7px;
	width: 100%;
	padding: 10px;
	z-index: 10;
	border-radius: 1px 1px 5px 5px;
	border: 0;
	font-size: 0;
}
.webnrListNew .resp-tabs-container ul li .adToCart .red_clr {
	color: red;
	font-size: 11px;
	background: none;
	border-radius: 0;
	text-transform: none;
	padding: 0 0 0 4px;
	line-height: normal;
	display: inline-block;
	text-align: left;
	width: calc(100% - 30px);
}
.cross-price, .tablegrid table td span.cross-price {
	font-size: 15px;
	margin-left: 5px;
	color: #666;
}
.entry-content .webnrListNew ul.resp-tabs-list li {
	/*background: none !important;
	color: #000;
	font-family: helveticaneueroman !important;
	text-transform: inherit;
	padding: 5px 15px !important;*/
}
.entry-content .webnrListNew ul.resp-tabs-list {
	/*border-bottom: #999999 thin solid;*/
}
{
background:#cccccc;
}
.entry-content .webnrListNew ul.resp-tabs-list li.resp-tab-active {
	/*background: #cccccc !important;*/
}
.webnrListNew .resp-tabs-container ul li:last-child {
	/*margin-right: 0;*/
}
.webnrListNew .resp-tabs-container ul li .image {
	position: relative;
	overflow: hidden;
	height: 130px; 
	/* background:#f2f2f2; */
	background: #ffffff;
}
.webnrListNew .resp-tabs-container ul li .image img {
	display: block;
	margin: 0 auto;
}
.webnrListNew .resp-tabs-container ul li .image .hover_preview {
	position: absolute;
	background: rgba(0,0,0,0.7);
	text-align: center;
	color: #FFF;
	text-align: center;
	height: 100%;
	width: 100%;
	bottom: 0;
	text-transform: uppercase;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.webnrListNew .resp-tabs-container ul li:hover .image .hover_preview {
	height: 100%;
	padding-top: 20%;
}
.webnrListNew .resp-tabs-container ul li:hover .image img {
	transform: scale(1.1);
}
.webnrListNew .resp-tabs-container ul li .text .adToCart a:hover {
	background: #333;
}
.webnrListNew .resp-tabs-list {
	margin: 0 0 0px;
}
.rtngSection {
	margin-top: 20px;
}
.rtngSection .ratings {
	/*display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom: 35px;display: block;
    overflow: hidden;
    clear: both;
    padding: 0 0 19px 0;*/
}
.average-rating { /*float: left; width: 30%; */
	align-items: center;
	padding-top: 10px;
	flex-direction: column;
	margin-right: 30px;
	text-align: center;
}
.rtngSection h2 {
	font-size: 24px;
}
.average-rating label {
	font-size: 90px;
	margin: 30px 0px 30px 0px;
	display: block;
	color: #444;
}
.average-rating .fa {
	color: #F4C150;
	font-size: 26px;
	padding: 8px 8px 8px 0px;
}
.average-rating p {
	font-size: 16px;
	padding: 1em 0 0;
	letter-spacing: 1px;
	text-align: center;
}
.user-ratings {
	/* float: right;
    width: 70%;*/     display: flex;
	flex: 1 0 auto;
	min-width: 1px;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.user-ratings button.customRatingButton {
	background: none;
	border: 0;
	width: 100%;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	border-radius: 0;
	position: relative;
	padding-right: 40px;
}
.user-ratings .close_bar {
	position: absolute;
	right: 0;
	color: #878585;
	top: 14px;
	font-weight: normal;
	display: none;
}
.user-ratings .bar-active .close_bar {
	display: inline-block;
}
.user-ratings .star {
	display: inline-block;
	width: 140px;
	margin-top: 16px;
	clear: both;
	vertical-align: top;
	padding-left: 20px;
}
.user-ratings .star .fa.fa-star-o, .user-ratings .star .fa-star{
	/*color: #f1f1f1;*/
	color: #dcdcdc;
}
.user-ratings .star .fa.fa-star, .user-ratings .star .fa-star {
	color: #F4C150; font-size:15px;
}
.user-ratings .status-bar {
	margin-top: 15px;
	display: inline-block;
	width: calc(100% - 165px);
	vertical-align: top;
}
.user-ratings .star-status {
	text-align: right;
	display: inline-block;
	width: 45px;
}
.user-ratings .star-status div {
	color: #00a5cc;
	font-weight: normal;
	padding-top: 18px;
	font-size: 14px;
	font-family: arial;
}
.user-ratings .bar-container {
	width: 100%;
	background-color: #f1f1f1;
	text-align: center;
	color: white;
}
.user-ratings .bar-1, .user-ratings .bar-2, .user-ratings .bar-3, .user-ratings .bar-4, .user-ratings .bar-5 {
	border-radius: 0 3px 3px 0;
	height: 22px;
	background-color: #A1A7B3;
}
.user-ratings .bar-5 {
	width: 49%;
}
.user-ratings .bar-4 {
	width: 34%;
}
.user-ratings .bar-3 {
	width: 13%;
}
.user-ratings .bar-2 {
	width: 3%;
}
.user-ratings .bar-1 {
	width: 1%;
}
.ratings-review {
	display: inline-block;
	width: 20%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 0px;
}
/*
div.commentBtn .ratings-review{font-size: 18px; font-weight: 600; letter-spacing: 1px; text-align: center; margin:0 auto;}*/

div.commentBtn .ratings-review p {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
}
.ratings-review p, div.entry-content .ratings-review p {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	padding-bottom: 0;
	line-height: 1
}
article > .ratings {
	font-size: 0;
	padding-bottom: 5px;
}
.ratings-search {
	display: inline-block;
	text-align: right;
	width: 80%;
	margin: 0px auto;
	font-size: 0px;
	padding-bottom: 0px;
}
.ratings-search input {
	padding: 6px;
	vertical-align: middle;
	font-size: 16px;
	border: 1px solid #CACBCC;
}
.ratings-search a {
	font-size: 17px;
	padding: 6px 9px 7px 9px;
	vertical-align: middle;
	background: #00a5cc;
	color: #fff;
}
.ratings-search #searchDiv .container input[type="search"]:hover, .ratings-search input[type="search"]:focus {
	background: #fff;
	outline: none;
	box-shadow: none;
}
hr {
	margin-bottom: 1em;
	height: 1px;
	border: 0;
	border-top: 1px solid #DEDFE0;
	padding: 0;
}
.costumer {
	display: block;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}
.costumer-details {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 16px;
}
.images {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.images img {
	border-radius: 35px;
}
.costumer-name {
	display: inline-block;
	width: 86%;
	float: left;
	margin-bottom: -7px;
}
.reviews-comment {
	margin-bottom: 1em;
}
.reviews-comment p {
	line-height: 1.2;
	padding-bottom: 20px;
}
.reviews-star .fa.fa-star {
	color: #F4C150;
}
.reviews-text {
	width: 100%;
	font-size: 18px;
}
 //.costumer .fa.fa-star-o {
color: #f1f1f1;
}
.costumer .fa.fa-star-o {
	color: #dcdcdc;
}
.comment-status p {
	display: inline-block;
	width: 35%;
	vertical-align: top;
	color: #b3b3b3;
	font-size: 15px;
}
.helpful-selection {
	display: inline-block;
	width: 28%;
	vertical-align: top;
}
.helpful-selection a {
	border: 1px solid #b1b1b1;
	padding: 4px 16px;
	margin-right: 10px;
	color: #878787;
}
.comment-status a {
	vertical-align: top;
	font-size: 14px;
}
.reviews-star {
	margin-bottom: 20px;
}
div.entry-content .costumer-name p {
	padding: 0px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 1px;
	color: #252525;
	margin-bottom: -7px;
}
.user_comments .costumer-reviews .costumer .costumer-details .costumer-name .reviews-star {
	margin-top: -17px;
	float: right;
	margin-bottom: 0;
}
.costumer-reviews .costumer .costumer-details .images {
	margin-right: 2em;
	float: left;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	overflow: hidden;
}
.costumer-details .reviews-text .reviews-comment p {
	margin-left: 6.5em;
	font-size: 14px;
	margin-top: 3.5em;
	font-weight: normal;
	color: #909090;
	margin-bottom: 0;
	float: none;
	padding-right: 1em;
	line-height: 1.5;
	padding-bottom: 0; padding:0;
}
.costumer-name span {
	font-size: 13px; color: #919191; padding-top: 8px; display: inline-block;
}
.costumer-name span i.fa-clock {
	font-size: 12px;
}
.costumer-details .reviews-text .reviews-star i.fa {
	padding-right: 3px;
	font-size: 14px;
}
.left-column .ratings hr {
	margin-bottom: 2em;
	height: 1px;
	border: 0;
	border-top: 1px solid #DEDFE0;
	padding: 0;
}
.costumer-name p:last-child ::before {
	content: " ";
	font-size: 13px;
	color: #dcdcdc;
	margin-top: -7px;
}
.costumer-name p:last-child {
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 13px;
	color: #dcdcdc;
	margin-top: -7px;
}
.commentSection {
	background: #f5f5f5;
	border: 0;
	padding: 34px 20px;
	border-radius: 5px;
	box-shadow: 0 0 9px -4px #dedede;
	margin-bottom: 30px;
}
.commentSection ul > li {
	display: inline-block;
}
.commentSection ul > li input {
	border: 1px solid #CACBCC;
	font-size: 14px;
	padding: 1em;
	margin: 0 0.9em;
}
.commentSection ul > li:last-child textarea {
	border: 1px solid #CACBCC;
	font-size: 14px;
	margin: 0.9em;
	width: 605px;
	height: 110px;
}
.commentSection ul > li:last-child {
	margin: 1em 0 1em;
}
.commentSection .commentBtn {
	font-weight: normal;
	border: 0;
	box-shadow: 0 3px 6px 6px rgba(0,0,0,.01), 0 6px 80px 80px rgba(0,0,0,.01);
	font-size: 14px;
	letter-spacing: 1px;
	padding: 22px 0;
	background: #00abcc;
	width: 90px;
	text-align: center;
	color: #fff;
	margin: -29px -20px 0 0;
	float: right;
	border-radius: 5px;
}
.commentSection h3 {
	font-size: 30px;
	letter-spacing: 1px;
	color: #00abcc;
	padding: 0.5em 0;
	text-transform: none;
	font-family: helvetica;
	font-weight: 600;
	margin: 0;
}
.commentSection .ratingSection {
	padding: 0;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #444;
	position: relative; margin-top:-5px;
}
.commentSection .reviews-star {
	font-size: 23px;
	margin: 0.2 0 0;
}
.commentSection .reviews-star .fa:last-child {
	color: #f1f1f1
}
div.Seminart-left-detail div.reviews-star ul li {
	display: inline-block;
	margin: 0.3em 0.5em 0 0 !important;
	line-height: 1
}
div.Seminart-left-detail div.reviews-star ul li i.fa:last-child {
	color: #f1f1f1
}
div.Seminart-left-detail div.reviews-star ul {
	margin: 0;
	padding: 0;
}
.average-rating span.stars {
	display: inline-block;
	background: url(../images/new_star.png) 0 -23px repeat-x;
	width: 125px;
	height: 23px;
}
.average-rating span.stars span {
	background: url(../images/new_star.png) 0 0px repeat-x;
	height: 23px;
}
.webnrListNew .webnrListNew_right .resp-tab-content ul li p i.fa-calendar strong {
	font-family: "helveticaneuebold";
	font-size: 11px;
	color: #a9a6a6; padding:0;
}
.resp-tab-content ul li .text .rating p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
	font-family: arial;
	float: right;
	font-weight: 600;
	color: #000;
}
.clickable-rating-star span {
	width: 23px;
	height: 23px;
	display: block;
	float: left;
	background-image: url(../images/clickable-star-rate.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0px 2px;
	cursor: pointer;
	background-position: top;
}
.clickable-rating-star span.clicked, .clickable-rating-star span.hover {
	background-position: bottom;
}
span.product_stars, span.product_stars span {
	display: block;
	background: url(../images/stars.png) 0 -16px repeat-x;
	width: 85px;
	height: 16px;
}
span.product_stars span {
	background-position: 0 0;
}
.ratings .average-rating label span.product_rating {
	text-align: center
}
.costumer-details .images img {
	border-radius: 0;
	min-height: 100%;
}
.user_comments {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 6px 6px rgba(0,0,0,.01), 0 6px 80px 80px rgba(0,0,0,.01);
	padding: 1em 1em 0; /*max-height: 137px;*/
	border: .5px solid #e0e2e3;
	margin-bottom: 15px;
}
div.inner-btm-cta {
	border-top: thin solid #dedede;
	margin-top: 0;
	padding: 20px 0;
}
span.product_stars, span.product_stars span,   /*.webnrListNew .rating .stars, .webnrListNew .rating .stars span 
    {
            display: block;
            background: url(../images/stars.png) 0 -16px repeat-x;
            width: 80px;
            height: 16px;
    }

    span.product_stars span {
            background-position: 0 0;
    }*/

    .ratingSection p {
	float: left;
	color: #444;
	font-weight: 600;
	line-height: 1;
}
.ratingSection .starrr {
	float: left;
	margin: 0 0 0 1em;
}
.commentSection .commentBtn span i.far.fa-comment-alt::before {
	padding-right: 4px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable table.wbnrPopup tbody tr td {
	font-size: 17px;
	color: #444;
         border: none;
        line-height: normal;
        padding: 0;
}
/*.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close span.ui-button-icon-primary.ui-icon.ui-icon-closethick:active, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close span.ui-button-icon-primary.ui-icon.ui-icon-closethick:hover{     background: #000000 url(../images/close.png) no-repeat scroll 0 0 / 100% auto;
        border: medium none;
        border-radius: 14px;
        margin-top: -15px;
        padding: 12px;}*/
.webnrListNew .resp-tabs-container ul li .adToCart i.fa.fa-eye {
	text-align: left;
	float: left;
	padding-right: 6px;
}
.user_comments .noRecord {
	padding-bottom: 1em;
}
.user-ratings button.customRatingButton .bar-deactive {
	opacity: 0.25;
}
.user-ratings button.bar-deactive {
	opacity: 0.25;
}
.webnrListNew .resp-tabs-container ul li .adToCart > span.crossSpan {
	line-height: normal;
}
.webnrListNew .resp-tabs-container ul li .adToCart > span.crossSpan .cross-price {
	/*display: block;*/ disply:inline-block;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.webnrListNew .resp-tabs-container ul li .adToCart > span.crossSpan .spanblock, .spanblock { display:block;}
.wbnrPopup textarea {
	width: 100%;
}
.ble_clr {
	color: #00a0e2;
}
body .webinar_exam_content_start {
	background: #000;
	border: none;
	box-shadow: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
body .webinar_exam_content_start:hover {
	color: #00a5cc;
}
.webinar-results .webinar-results-heading {
	background: #00aacb;
	padding: 10px 0px 10px 20px;
	display: block;
	margin: 8px 0px 0px 0px;
}
.webinar-results .webinar-results-heading p {
	color: #ffffff;
	padding: 0px;
}
.webinar-results .webinar-results-marks {
	padding: 60px 20px 40px 20px;
	background: #fbfbfb;
}
.webinar-results .webinar-results-marks ul {
	text-align: center;
}
.webinar-results .webinar-results-marks li {
	list-style: none;
	display: inline-block;
	padding: 0px 30px 0px 0px;
}
.seminar-detail .webinar-results .webinar-results-marks li h2 {
	font-size: 60px;
	color: #b7b7b7;
	font-weight: bold;
	margin: 0px;
	text-align: center !important;
}
.seminar-detail .webinar-results .webinar-results-marks li .webinar-right-answer h2 {
	color: #00a5cc;
}
.webinar-results .webinar-results-marks ul li p {
	font-size: 12px;
	text-align: center;
}
.webinar-results .webinar-results-marks li label {
	color: #b7b7b7;
	font-size: 20px;
}
.retake-btn {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 40px 0px 0px;
}
.retake-btn a {
	background: #00a5cc;
	padding: 13px 20px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
}
.retake-btn a:hover {
	background: #007995;
	color: #fff;
}
.instruction {
	display: inline-block;
	vertical-align: middle;
}
.instruction p {
	color: red;
	padding-top: 13px;
}
.ebook_detail_warning {
	color: #ff0000;
	margin-top: 10px;
}
.product_review_popup div.ui-dialog {
	max-width: 500px;
	background: #f9f9f9;
}
.product_review_popup div.ui-dialog #dialog textarea, .product_review_popup div.ui-dialog #dialog select {
	width: 100%;
	background: #fff;
	padding: 5px;
	border: #dedede thin solid;
}
.product_review_popup div.ui-dialog #dialog {
	padding: 10px 0;
	border: none;
}
.product_review_popup div.ui-dialog #dialog table tr td:last-child {
	padding-right: 0;
}

body div.entry-content h1, body div h1 {color: #424242;
font-size: 27px; font-weight: 500; margin-bottom: 30px; margin-bottom: 50px; font-weight: bold;text-transform: inherit;}
body div.entry-content h2, body div h2 { font-size:27px;}
/********* Kinesio webinar ***********/

body div.audio-player { margin-bottom:20px;}

@media (max-width: 1279px) {
.webnrListNew .resp-tabs-container ul li {
	max-width: 31.86%;
	
}
.Zebra_Accordion dt span { font-size:17px; width:calc(100% - 60px);}
.Zebra_Accordion dt span.pagenum { width:40px;}
}
 @media (max-width: 999px) {
.webnrListNew {
	display: block;
}
.webnrListNew .webnrListNew_left, .webnrListNew .webnrListNew_right {
	/*float: none;
	width: auto;
	margin-right: 0;*/
}
.webnrListNew .resp-tabs-container ul {
	display: block;
	text-align: center;
}

.webnrListNew .webnrListNew_left {width: 70%; max-width:35%;}
.webnrListNew .webnrListNew_right {width: 65%;}
.mainWrapper div.filterTab { margin-left:-229px;}
.mainWrapper div.web-category-text {margin-top: 85px;}
.webnrListNew .resp-tabs-container ul.listSmnr  li { width:100%; margin:0; max-width:none;}

.webinar-cotent .webinar-right, .webinar-cotent .webinar-left {width: auto;float: none;}
.webinar-cotent .webinar-right { margin-top:25px;}
.quiz-counter { margin-top:10px;}
.seminar-detail .webinar-results .webinar-results-marks li h2 { font-size:50px;}
.webinar-results .webinar-results-marks li { margin-bottom:30px;}



}
 @media (max-width: 769px) {
.webnrListNew h2.resp-accordion {
	display: block;
}
.webnrListNew h2.resp-tab-active span.resp-arrow {
	border-bottom: 12px solid #fff;
}
.mainWrapper div.web-category-text {margin-top: 29px;}

.webinar-cotent h5 { font-size:20px;}
body div.audio-player *, body div.audio-player { max-width:100%;}

}
 @media (max-width: 734px) {
.costumer-details .reviews-text .reviews-comment p {
	clear: both;
	margin: 0;
	padding-top: 5px;
}
.webnrListNew .webnrListNew_left, .mainWrapper .webnrListNew .webnrListNew_right { width:100%; max-width:100%; padding-left:15px !important; padding-right:15px !important;}
.mainWrapper .webnrListNew .webnrListNew_text { margin-top:0;}
div.innerBanner {margin-bottom: 10px;}
body div.entry-content h1, body div h1 {font-size:30px;}
.webnrListNew .webnrListNew_right {width: 100%; max-width: 100%; margin: 20px 0; padding-left: 15px; padding-right: 15px; border: none;}
.shop-categories .mobile-cart-page tr.order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;padding: 5px 0 5px 10px;
}.shop-categories td.cart-amount div.main-price {
    margin: 0;
}


}
 @media (max-width: 666px) {
.webnrListNew .resp-tabs-container ul li {
	max-width: 50%;
}
.quiz-box .quiz-pic,.quiz-box .quiz-text { padding:20px; width:auto; float:none;}
.quiz-box .quiz-pic { text-align:center;}
.quiz-text .quiz-bottom a { width:calc(50% - 20px); font-size:13px;}
.quiz-bottom a.next { float:none;}
.quiz-box .quiz-text { min-height:0; padding-bottom:60px;}
.quiz-bottom a span { margin:0 10px;}
}
 @media (max-width: 566px) {
.webnrListNew .resp-tabs-container ul li {
	max-width: 100%; width:250px;
}
.rtngSection .ratings {
	display: block;
}
.ratings input[type="search"] {
	width: calc(100% - 50px);
}
.ratings-review {
	vertical-align: middle;
}
.ratings-review p {
	font-size: 14px;
}
.user_comments .costumer-reviews .costumer .costumer-details .costumer-name .reviews-star {
	margin-top: 0;
	float: none;
}
h2 {
	font-size: 19px;
}
body h1 {
	font-size: 24px;
}
.commentSection .commentBtn { display:block; float:none; width:100%; clear:both;}
body div.innerBanner h1 { font-size:40px; padding:85px 0;}
div.conditionArdn .dc_toggle > a {
  padding: 5px 20px 5px 0;
}
}

/********* Kinesio webinar ***********/
#popUpLoginForm .desktop input.button_theme {display: inline-block;padding: 11px 20px;margin-bottom: 15px;cursor: pointer;margin-right: 7px;border: 0;border-radius: 5px;position: relative;overflow: hidden;box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), inset 0px 4px 3px -2px rgba(0,0,0,.07);line-height: 23px;text-transform: capitalize;font-size: 13px;background: #07a0cc !important; text-decoration:none;}
#popUpLoginForm .desktop input.button_theme:hover { background:#1bb4e0 !important;}



/* Add */
.headingColor{
	color: #396278 !important;
}
.textUpper{
	text-transform: uppercase !important;
}
.webinarList .webnrListNew .webnrListNew_right{
    margin-left: 0;
    padding: inherit;
}
.mainWrapper .webnrListNew .resp-tabs-container ul li .text h3{
	font-weight: bold;
	font-size: 18px;
	padding: 7px 0 0px;
	margin: 0;
}
.mainWrapper .webnrListNew .webnrListNew_right{
 border: none;
}
.mainWrapper .fancy-line { 
    border: 0; 
    height: 1px;
    position: relative;
    margin: 0.5em 0;
}
.mainWrapper .fancy-line:before {
    top: -0.5em;
    height: 1em;
}
.mainWrapper .fancy-line:after {
    height: 0.5em;
    top: calc(-0.5em + 1px);        /* adjusted this */
}

.mainWrapper .fancy-line:before, .mainWrapper .fancy-line:after {
    content: '';
    position: absolute;
    width: 100%;
}
.mainWrapper .fancy-line, .mainWrapper .fancy-line:before {
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 90%);
}
.mainWrapper .fancy-line:after {
    background: #fff;
}
.mainWrapper .webnrListNew .resp-tabs-list {
    /* margin: 0 0 0px;
    margin: 0 auto;
    max-width: 29vw; */
}
.mainWrapper .webnrListNew .resp-tabs-list li {
	background: transparent !important;
	font-size: 15px;
text-transform: capitalize;
}
.mainWrapper .webnrListNew ul.resp-tabs-list li.resp-tab-active {
    color: #07a0cc !important;
}
.mainWrapper .webnrListNew ul.resp-tabs-list li:hover {
	color: #07a0cc;
}
.mainWrapper .web-category-text{
	margin-top: 101px;
}
.mainWrapper .filterTab  {
	margin-left: -270px;
	margin-bottom: 20px;
}
.mainWrapper .webnrListNew .resp-tabs-container ul li{
	min-width: 29%;
	margin-right: 2%; position: relative; padding-bottom: 60px; max-width:29%;  list-style:none; margin-bottom:20px;
}

.mainWrapper .webnrListNew .resp-tabs-container ul li:nth-child(3n+3) { 
	margin-right: 0; 
}
.mainWrapper .webnrListNew .resp-tabs-container ul li:nth-child(4n){
	margin-right: auto;
}
.mainWrapper .webnrListNew .resp-tabs-container ul li .image{
	height: 160px;
}
.mainWrapper .webnrListNew .resp-tabs-container ul li .adToCart > span{
	width: auto;
	float: right; margin-top:6px;
}
.mainWrapper .webnrListNew .resp-tabs-container ul li .adToCart a{
	font-size: 16px;
	width: auto;
	line-height: 24px;
	text-transform: capitalize;
	background: #0993ba !important;
}
body .mainWrapper div.entry-content h1, .mrgTop-0{
	margin-top: 0;
}
.mainWrapper .webnrListNew .webnrListNew_text {
    background: #daedf3;
}
.mainWrapper .webinarBg {
	background: url(../images/webinar-headBg.jpg) no-repeat;
	background-size: cover;
	background-position: center 83%;
}
.mainWrapper .contactBg {
	background: url(../images/contact-banner.jpg) no-repeat;
	background-position: center 44%;
}


.mainWrapper .average-rating label{
	font-size: 80px;
	margin: 0 0px 30px 0px;
}
.mainWrapper .ratings-search{
	width: 100%;
}
.mainWrapper .btn-primary{
	background: #0993ba;
	text-transform: capitalize;
	font-size: 13px;font-weight: 600 !important;
	padding: 12px;
	border: none;text-decoration: none;
}
.mainWrapper .btn-primary:hover{
	background-color: #1ca4ca;
}
.mainWrapper .webinarDetail .map, .seminar-detail .map {
    text-align: left;
    padding:20px 12px;
    background-color: #efefef;
	border: 1px dashed #d7d7d7;
}
.mainWrapper .webinarDetail .map .pro-price, .seminar-detail .map .pro-price {
    margin-bottom: 23px;
	font-size: 32px;
	overflow: inherit;
}
.mainWrapper .webinarDetail input.form-control{
	border-radius: 5px;
	border-top-right-radius: 0;
border-bottom-right-radius: 0;
background-color: #f4f4f4;
}
.mainWrapper .webinarDetail .searchBtn {
    padding: 0 15px;
	line-height: 46px;
	border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.mainWrapper .seminar-detail h2{
	letter-spacing: normal;
	margin-bottom: 20px;
	font-size: 25px;
}
.mainWrapper .shop-products {
    margin-bottom: 30px;
}
body .mainWrapper .productName{
	font-size: 30px !important;
}
.mainWrapper .seminar-detail .Seminart-left-detail p, .mainWrapper .user_comment_list, .mainWrapper .descSection{
	font-size: 16px;
	font-weight: 300;
}
.mainWrapper .descSection ul li {
    padding: 5px 0;
    list-style: outside;
    margin-left: 15px;
}
.mainWrapper .descSection ul{
	margin-left: 8px;
}
.mainWrapper .divider{
	margin-bottom: 3rem;
}
.mainWrapper a.atc-btn{
	text-transform: uppercase;
}
.mainWrapper .mrgBtm-0{
	margin-bottom: 0;
}
.mainWrapper a.atc-btn svg, .seminar-detail .map svg{
	margin-right: 5px;
}

/*  Internation List  */

.mainWrapper #list_form input[type="text"], .mainWrapper #list_form select{
	/* width: 100%; */
}
.mainWrapper .partnerContact .addressSection{
	margin-bottom: 20px;
}
.mainWrapper .partnerContact .addressSection h2 {
    margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.mainWrapper .partnerContact .addressSection p {
	margin-bottom: 5px;
	font-weight: 300;
}
.mainWrapper .searchField{
	background-color: #efefef;
	border: 1px dashed #d7d7d7;
	padding: 20px;
	margin: 25px 0 45px;
}
.mainWrapper .searchField ul li {
    list-style: none;
    width: auto;
    display: inline-block;
}
.mainWrapper .searchField ul{
	margin: 0;
}
.mainWrapper #list_form input[type="submit"]{
	background: #0993ba !important;
	text-decoration: none;
	margin-top: -3px;
	padding: 10px 15px;
	text-transform: uppercase;
}
.mainWrapper #list_form select{
	padding-top: 11px;
	padding-bottom: 10px;
}
.mainWrapper .partnerContact .addressSection h1 {
	border-bottom: 1px solid #cfcfcf;
	font-size: 28px;
}
.mainWrapper .partnerContact .addressSection .col-md-4 {
    margin-bottom: 15px;
}
.seminar-detail div.entry-content .Seminart-left-detail {width:60%} 
.seminar-detail div.entry-content .map { width:40%;}
.mainWrapper .webnrListNew .resp-tabs-container ul li .adToCart a.red_clr{font-size: 13px; line-height: normal; background: none !important;}
.mainWrapper .webnrListNew .resp-tabs-container ul li .adToCart p { margin:0; padding:0;}
.cktpForm button{background: #07a0cc; padding: 9px; font-weight:normal; text-decoration:none;}
.cktpForm button:hover { background:#0095c1;}
.registration > ul > li.map { width:100%; height:150px;}
.seminar-detail .map a.atc-btn {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), inset 0px 4px 3px -2px rgba(0,0,0,.07);
    line-height: 23px;
    text-transform: capitalize;
    font-size: 13px;
    background: #07a0cc;
    color: #fff;
}
ul.leadHeader.full li { width:100%;}
.choose_slider_items li.current_item { z-index:90;}
.smnrNew.webnrListNew .webnrListNew_right { width:22%;} 
.ui-widget .login-popup input[type="radio"],.ui-widget .login-popup input[type="checkbox"] {width: auto; vertical-align: middle;
    margin-top: 0; margin-bottom: 7px;}
.ui-widget .login-popup .error { clear:both;}
.ui-widget .login-popup .reg-check label {font-family: 'Roboto', sans-serif; color: #424242; font-size: 15px;}
.vdoDetail .bottom ul.resp-tabs-list li { border-radius:0;}
.conditionArdn > .ul-column:nth-child(3n+1) { clear:left;}
.conditionArdn > .ul-column ul { min-height:0;}
.conditionArdn .dc_toggle > a { padding:5px 0;}
.conditionArdn .dc_toggle > a::before { top:10px;}	
div.ui-dialog.quick_sign_up_cls { max-width:600px !important;}
.quick_sign_up_cls.ui-widget .login-popup input[type="text"],.quick_sign_up_cls.ui-widget .login-popup input[type="email"],.quick_sign_up_cls.ui-widget .login-popup select{padding: 10px; margin-bottom: 8px; width:100%; border:#ccc thin solid;}


div.ui-dialog.popUpUpdateProfileRemindCSS{ max-width:390px !important; max-height:300px !important;}
.incompleteBtn { text-align:center; padding-top:10px;}
.incompleteBtn .incBtn {background: skyblue; padding: 11px 20px; color: #fff; text-decoration: none; display: inline-block;border-radius: 5px; font-size: 13px; position:relative; margin-right:10px;}
.incompleteBtn .incBtn.incblue{ background:#00adef;}
.incompleteBtn .incBtn.incgreen{background:#209600;}
.incompleteBtn .incBtn.incred{ background:#db0000;}
.incompleteBtn .incBtn:before {background: rgba(0,0,0,0.2); content: ""; position: absolute; display: block; left: 0; top: 0; height: 100%; width: 0;}
.incompleteBtn .incBtn:hover:before{width: 100%; text-decoration: none;}
body .button_theme { color:#fff;}
.incomNote span{background: #f3f3f3; padding: 15px 35px; display: inline-block; position: relative; font-size: 14px; margin-left: 20px;vertical-align: middle; letter-spacing:0.3px;}
.incomNote span:before {position: absolute; border-top: transparent 22px solid; content: ""; border-bottom: transparent 22px solid; border-right: #f3f3f3 20px solid; left: -20px; top: 0px;}
.incomNote .fa-cog{font-size: 27px; color: #666; display: inline-block; vertical-align: middle;}
.incomNote { text-align:center;}
.incomprofile .fa { font-size:100px; padding:5px 20px; /*background:#f3f3f3;*/} 
.ui-dialog.ui-dialog.popUpUpdateProfileRemindCSS div.ui-dialog-titlebar {border-bottom: none; position: absolute; right: 5px; top: 12px; z-index:5;}
.incomprofile { text-align:center;}
.incomprofile span { display:inline-block; vertical-align:middle; margin:10px;}
td.carPromotion  { text-align:right; font-size:14px;}

.resp-vtabs .resp-tabs-list.hor_1 li {
    text-align: center;
}

.hip-adductors .bxslider li {
    margin: 0rem 1em 0 -2rem;
}


.unknown-division a {
    color:black;
    text-decoration:none;
}

.unknown-division a:hover {
    color:black;
    text-decoration:underline;
}

.newBlueTable.tablegrid table th {background: #07a0cc; border: 1px solid #07a0cc; padding: 10px 10px;}
.newBlueTable.tablegrid table td {border: 1px solid #daedf2;}
.newBlueTable.tablegrid table tr:nth-child(2n+1) {background: #effafd;}
.tableRadiusBox { border-radius:5px 5px 0 0;}
.newBlueTable.tablegrid table td table th { padding:10px; background: #467995; border: #467995 thin solid;}


.passwordDiv
{
    position: relative;
}

.passwordDiv  > span, .passwordDiv  > svg
{
    position: absolute; right: 15px;  top: 37%;
}

.pass_tooltip a, .standardpassicon, label
{
/*  color:white;*/
  font-size: 14px;
}

.pass_tooltip
{
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.pass_tooltip .passtooltiptext
{
  visibility: hidden;
  background-color: #f7f7f7;
  color: black;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
 
  
  position: absolute;
  z-index: 10002;
  
  
  width: 480px;
  bottom: 130%;
  left: 50%;
  margin-left: -240px; 
}

/* Show the tooltip text when you mouse over the tooltip container */
.pass_tooltip:hover .passtooltiptext
{
  visibility: visible;
}


.registration ul li .pass_tooltip ul li {
    display: list-item;
    width: auto;
}

a.ofr-btn:hover, a.ofr-btn:focus, .quiz-bottom > a:hover, .quiz-bottom > a:focus {
    text-decoration: none;
}
#dialogMy .modal-dialog {
    max-width: 480px;
}
#dialogMy .modal-dialog .sa-icon.sa-success {
    display: block;
    margin: 0 auto;
    float: none;
}
#dialogMy .modal-dialog .product-added {
    float: none;
    text-align: center;
    margin: 20px auto 10px;
}
#dialogMy .modal-dialog .modal-body > span {
    float: none !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    display: block !important;
    text-align: center !important;
}
#dialogMy .modal-dialog .modal-body span span {
    display: block !important;
    text-align: center !important;
}
#dialogMy .modal-dialog .modal-body span span .smnr-prqsts {
    float: none;
}

body .webinar-prerequisite-popup, body div[aria-describedby="webinar_pre_msg"] {
    max-width: 750px !important;
}


tr#custom-table-head th {
    font-size: 12px;
    line-height: 1em;
    background-color: #2ea3c5;
    color: #FFFFFF;
}
.my-seminar-table.my-account-ebook tr td:last-child > a {
    margin-bottom: 3px;
    margin-top: 3px;
}


.partnerContact #list_form .searchField li {
    margin: 3px 0;
}
div.ui-dialog[aria-describedby="popUpForEbookRender"] {
    max-width: 580px !important;
}
a#renderSelectedLanguageEbook {
    background: #09b7da;
    padding: 7px 20px;
    width: 100%;
    max-width:174px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    border: #08abcb thin solid;
    border-radius: 5px;
    display: block;
    margin: 0 auto 10px;
    font-family: 'Roboto', sans-serif;
}
a#renderSelectedLanguageEbook:hover, a#renderSelectedLanguageEbook:focus {
    background: #dd4577;
    border: #dd4577 thin solid;
}
a#renderSelectedLanguageEbook img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-width:25px;
}
.account-list .ebook-content .ebook-detail-right select#language {
    background: #f3f3f3!important;
    padding: 10px;
    border: #dedede thin solid;
    color: #424242;
    height: auto;
    margin-bottom: 5px;
    width: 100% !important;
    max-width: 220px;
    font-size: 13px !important;
}
.account-list .ebook-content .ebook-detail-right select#language ~ #cart {
    margin-top: 15px;
}
.account-list .ebook-content .ebook-detail-right select#language ~ #cart a.atc-btn {
    line-height: 24px;
    border-radius: 3px;
}


#language_child {
	min-width: 130px;
        right: 0px;
        overflow-y: scroll !important;
}

.package-wrapper .pro-price.package-prices {overflow: unset;}


.shadow-box {
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
}

.shadow-box b {
    font-size: 16px;
    margin: -20px -20px 15px -20px;
    display: block;
    padding: 10px 20px;
    background: #00abcc;
    color: #ffffff;
}

.shadow-box p {
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}

.common_btn{
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), inset 0px 4px 3px -2px rgba(0,0,0,.07);
    font-size: 13px !important;
    font-weight: 600!important;
    margin-left: 7px;
}
button#custom-box-alert-b-n,button#custom-box-alert-b-y,button#cancellation-confirm-box-b-y,button#cancellation-confirm-box-b-n{
    border-radius: 5px;font-size: 13px !important;
    font-weight: 600!important;
    position: relative;
    overflow: hidden;background-color: #07a0cc !important;border: 1px solid #007bff !important;text-decoration: none;}
.seminar_attendence_list tr#main_heading td {
    font-size: 13px;
    font-weight: 600 !important;
}
body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{font-size: 16px!important;}
.btn-primary:hover {
    border-color: transparent !important;
}
div#cancellation-confirm-box p {
    text-align: left;
    margin: 14px 0 10px;
    font-size: 16px;
}

body .pass_tooltip a {
    transition:none; 
}

@media screen and (max-width:575px) {
.shadow-box {margin-bottom: 15px;}
}

@media screen and (min-width:991px) {
.table-responsive.shopping-cart-table-data {
    overflow-x: visible;
    
}
}

@media screen and (min-width:999px) and (max-width:1024px) {

}


@media screen and (min-width:769px) and (max-width:999px) {
.mainWrapper div.filterTab ul.resp-tabs-list li.resp-tab-item {
    padding: 15px 8px;
    font-size: 14px;
}
}
@media screen and (min-width:768px) and (max-width:999px) {
.registration.seminar_application_data .seminar-application-container ul.other_links_ul li {
    margin: 5px 4px;
}
}


@media screen and (max-width:567px) {
tr#custom-table-head  {display:none;}
#cart table.mobile-table-view tbody tr td {text-align:left;}
}



