@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
/** Font Face for the Website Starts Here **/
@font-face {
	font-family: 'zurich_lt_btlight';
	src: url('/fonts/ZunchBT Light/11372-webfont.eot');
	src: url('/fonts/ZunchBT Light/11372-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/ZunchBT Light/11372-webfont.woff') format('woff'), url('/fonts/ZunchBT Light/11372-webfont.ttf') format('truetype'), url('/fonts/ZunchBT Light/11372-webfont.svg#zurich_lt_btlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'zurich_ltcn_btlight';
	src: url('/fonts/ZunchBT LightCondensed/11362-webfont.eot');
	src: url('/fonts/ZunchBT LightCondensed/11362-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/ZunchBT LightCondensed/11362-webfont.woff') format('woff'), url('/fonts/ZunchBT LightCondensed/11362-webfont.ttf') format('truetype'), url('/fonts/ZunchBT LightCondensed/11362-webfont.svg#zurich_ltcn_btlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'zurich_btroman';
	src: url('/fonts/ZunchBT Roman/11373-webfont.eot');
	src: url('/fonts/ZunchBT Roman/11373-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/ZunchBT Roman/11373-webfont.woff') format('woff'), url('/fonts/ZunchBT Roman/11373-webfont.ttf') format('truetype'), url('/fonts/ZunchBT Roman/11373-webfont.svg#zurich_btroman') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ZurichCnBTBold';
	src: url('/fonts/zurchbc.eot');
	src: url('/fonts/zurchbc.eot') format('embedded-opentype'), url('/fonts/zurchbc.woff2') format('woff2'), url('/fonts/zurchbc.woff') format('woff'), url('/fonts/zurchbc.ttf') format('truetype'), url('/fonts/zurchbc.svg#ZurichCnBTBold') format('svg');
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, #main_section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	height: 100%;
	font-size: 100%;
	color:#242424;
	font-family: 'Open Sans', sans-serif;
	/*overflow-x:hidden;
	overflow-y:scroll;*/
	position:relative
}
p {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	border: none;
	vertical-align: middle;
}
.clear{
	clear:both;
}
b, strong {
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	color: inherit !important;
}
a{
	outline:0;
	-moz-outline:0;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
}
li{
	list-style-type: none;
	box-sizing: border-box;
}
div{
	box-sizing: border-box;
}
/* home page chgs */
header, #banner_container, #main_section, #ref_container, footer, #inner_banner_container {
	width: 100%;
	float: left;
	clear: both;
}
#home_header, #research_section, #video_library, #country_section, #edu_container, .ref_section, .footer, .inner_banner{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 10px;
	position:relative;
}
/** Common Styles Styles Ends Here **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	border: 0px;
	vertical-align: middle;
}
.container, .header-logo {
	margin: 0 auto;
}
.container {
	background: #fff;
}
/** Header Styles Starts Here **/
header{
	background: #242424;
	height:70px;
	color:#fff;
	position: fixed;
	top: 0px;
	z-index: 1000;
}
.header_left, .header_search, .request_subscription, #user_navigation{
	display: inline-block;
	padding:0;
}
.user_logged_in .header_search {
	margin: 15px 0px 0 0;
	vertical-align: top;
}
header p, header a{
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	color:#fff;
}
.already_member a{
	background: #1a97fd url('/site-images/sprite.png') -35px -33px no-repeat;
	padding: 5px 15px 5px 25px;
	margin: 0 30px 0 10px;
	cursor: pointer;
}
.already_member{
	background:url('/site-images/sprite.png') 215px -138px no-repeat;
}
.view_video_lib a{
	background:url('/site-images/sprite.png') -26px -239px no-repeat;
	padding: 0 45px 0;
}
.header_search{
	margin: 0 20px 0 0;
	position:relative;
}
.header_search input[type="text"]{
	color: #b1b1b1;
	padding: 10px 15px 10px;
	background: #3f3f3f;
	border: 1px solid #3f3f3f;
	width: 280px;
	font-size: 16px;
	height: auto;
	border-radius: 0 !important;
	float:none;
	height: 19px;
}
.header_search input[type="text"]:focus{
	box-shadow: none;
}
.header_search input[type="submit"]{
	background: #5c5c5c url('/site-images/sprite.png') -24px -330px no-repeat !important;
	padding: 14px 0;
	border: 1px solid #5c5c5c !important;
	cursor: pointer;
	border-radius: 0 !important;
	width: 50px !important;
	height: 41px !important;
	float:none;
	vertical-align: bottom;
}
/*.request_subscription p a{
	background: #ed2929;
	padding: 10px 15px 10px;
	letter-spacing: 0.3px;
	cursor:pointer;
}*/
#req_subscriptionn,#req_subscription1{
	background: #ed2929;
	padding: 10px 13px 10px;
	letter-spacing: 0.3px;
	cursor:pointer;
	font-size:15px !important;
}
.mobile_yes{
	display:none;
}
/*banner css*/
#banner_container, #inner_banner_container{
	margin-top: 56px;
}
.banner{
	position: relative;
}
.banner_logo{
	position: absolute;
	top: 20px;
	left: 45px;
	text-align: center;
	z-index:100;
}
.banner_logo p{
	color: #fff;
	/*font: 23px 'zurich_btroman';*/
	font-size:21px;
	letter-spacing: 0.3px;
	margin: 12px 0;
	font-family: 'Work Sans', sans-serif;
	color: #ace1fe;
	text-transform:uppercase;
}
.banner_video video {
	object-fit: cover;
	z-index: 2;
	position: relative;
	width: 100%;
}
/*Research section*/
#research_section{
	padding: 25px 0 10px;
}
.research_content{
	background: #fff url('/site-images/research_bg.png') right 10px no-repeat;
	padding: 24px 0 5% 0;
}
.research_content h2{
	color: #072651;
	font: 31px 'ZurichCnBTBold';
}
.research_content p{
	font-size: 22px;
	text-align: justify;
	width: 70%;
}
/* our videos */
.review_videos{
	display:table;
	width: 100%;
}
.our_library{
	background:#072651;
	color:#fff;
	display:table-cell;
	width: 40%;
	position: relative;
	padding: 20px 10px 20px 30px;
}
.our_videos{
	display:table-cell;
	background: #fff;
	border:20px solid #f0f0f0;
	padding: 20px 0 20px 12px;
}
.our_library:before{
	left: -7px;
	top: 0;
	border-left: 18px solid #1997fd;
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	pointer-events: none;
}
.our_library:after {
	left: -7px;
	top: -18px;
	border-top: 18px solid #1997fd;
	border-bottom: 18px solid #1997fd;
	content: "";
	height: 100%;
	width: 24%;
	position: absolute;
	pointer-events: none
}
.our_library h3{
	color: #fff;
	font: 28px 'zurich_btroman';
	padding:0;
}
.our_library h3 span{
	display: block;
	font: 33px 'ZurichCnBTBold';
	margin-top: 5px;
}
.our_library p{
	font-size: 17px;
	font-weight: 700;
	margin: 10px 0;
}
.video_cost span{
	font-size: 27px;
	color: #fed046;
	font-weight: 700;
	letter-spacing: -0.5px;
}
.video_cost small{
	font-size: 17px;
	font-weight: 400;
}
.our_videos h2 a{
	color: #072651;
	font: 31px 'ZurichCnBTBold';
	letter-spacing: 0.3px;
}
.our_videos ul{
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	padding-top: 10px;
}
.our_videos ul li {
	padding: 0 0 6px 18px;
	background: url('/site-images/sprite.png') -40px -438px no-repeat;
}
.our_videos ul li a{
	font-size: 17px;
	color:#242424;
}
/*countries list*/
.countries_list h3{
	color: #072651;
	font: 31px 'ZurichCnBTBold';
	padding: 40px 0;
	text-align: center;
}
.contact_number ul{
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
}
.contact_number ul li{
	margin-bottom:20px;
}
.contact_number ul li a{
	border: 1px solid #dadada;
	width:100%;
	box-sizing: border-box;
	padding: 20px 0 18px 25%;
	display: block;
	font: 24px 'ZurichCnBTBold';
	color: #000000;
}
#country_section{
	border-bottom: 1px solid #dadada;
	padding-bottom: 50px;
}
.contact_number ul li.us span{
	font:15px 'ZurichCnBTBold';
}
.contact_number ul li.us{
	background: url('/site-images/country-list-sprite.png') 1px -1px no-repeat;
}
.contact_number ul li.aus{
	background: url('/site-images/country-list-sprite.png') 1px -288px no-repeat;
}
.contact_number ul li.nz{
	background: url('/site-images/country-list-sprite.png') 1px -580px no-repeat;
}
.contact_number ul li.uk{
	background: url('/site-images/country-list-sprite.png') 1px -95px no-repeat;
}
.contact_number ul li.ind{
	background: url('/site-images/country-list-sprite.png') 1px -384px no-repeat;
}
.contact_number ul li.ire{
	background: url('/site-images/country-list-sprite.png') 1px -676px no-repeat;
}
.contact_number ul li.uae{
	background: url('/site-images/country-list-sprite.png') 1px -192px no-repeat;
}
.contact_number ul li.ger{
	background: url('/site-images/country-list-sprite.png') 1px -480px no-repeat;
}
/*patient education videos*/
.pe_video h3{
	color: #072652;
	font-size: 30px;
	font-weight: 700;
	padding: 30px 0 15px;
	text-align: center;
}
.pe_content{
	float:left;
	width:47%;
	text-align: justify;
	padding: 15px 25px 15px 0;
}
.pe_content p{
	font-size: 17px;
	margin: 0;
}
.pe_image{
	float: right;
	padding: 22px 0 15px 0;
}
.pe_image_left, .pe_image_right{
	float: left;
}
.pe_image_right{
	position: relative;
	padding-left:5px;
}
.pe_image_right::after{
	background: #6b6360;
	position: absolute;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	pointer-events: none;
	left: 350px;
	overflow: hidden;
	display:none;
}
.pe_video_info{
	padding-bottom: 40px;
}
/*reference css*/
#ref_container{
	background:#f4f4f4;
}
.references{
	padding: 30px 0;
	color:#717171;
}
.references h4{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.references ol li{
	list-style-type: decimal;
	margin: 0 0px 10px 18px;
	font-size: 13px;
}
.references ol li a{
	font-size: 13px;
	color:#717171;
}
/*footer css*/
footer{
	background:#072652;
	color:#fff;
}
footer a{
	color:#fff;
}
.copyright {
	float: left;
	padding: 40px 0;
}
.copyright a, .copyright p, .footer-links a{
	font-size: 14px;
	font-weight: 400;
}
.social_links{
	float: right;
	padding: 40px 0;
}
.social_links p, .social_links ul{
	float:left;
}
.social_links p{
	font-size: 24px;
	margin:0;
}
.social_links ul li{
	display: inline-block;
}
.social_links ul{
	margin-left: 20px;
}
.footer-links{
	margin-top:5px;
}
.social_links ul li a{
	height: 35px;
	width: 35px;
	display: block;
	float: left;
	/*text-indent: -9999px;*/
	margin: 0 5px 0 0;
	opacity: 0.8;
	color: #fff;
}
.social_links ul li a span{
	display:none
}
.social_links ul li.lk a{
	background: url('/site-images/sprite.png') -32px -500px no-repeat;
}
.social_links ul li.tw a{
	background: url('/site-images/sprite.png') -32px -579px no-repeat;
}
.social_links ul li.fb a{
	background: url('/site-images/sprite.png') -32px -662px no-repeat;
}
.social_links ul li.gp a{
	background: url('/site-images/sprite.png') -32px -742px no-repeat;
}
.social_links ul li.yt a{
	background: url('/site-images/sprite.png') -32px -822px no-repeat;
}
#login_form, #forgot_form{
	position: absolute;
	display:none;
	z-index: 999;
	background: #fff;
	color: #000;
	text-align: center;
	margin-left: 35px;
	box-shadow: 0 0 8px #ddd;
	box-shadow: 0 0 8px #506786;
	border: 4px solid #506786;
	border-radius: 3px;
}
#login_form form, #forgot_form form{
	padding: 15px;
	text-align: center;
	width: 290px;
	position: relative;
	background: #ececee;
}
/*#login_form form:after, #login_form form:before , #forgot_form:before, #forgot_form:after{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#login_form form:after, #forgot_form:after {
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: -13px;
}
*/
#login_form h2, #forgot_form h2{
	margin-bottom: 15px;
	color: #072651;
	font: 24px 'ZurichCnBTBold';
}
#login_form span, #login_form input, #forgot_form input, #forgot_form span{
	display: block;
}
#login_form input, #forgot_form input{
	width: 90%;
	padding: 8px;
	margin: 10px auto;
	border: 1px solid #ccc;
	font-size: 15px;
}
form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus{
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
#login_form input[type="submit"], #forgot_form input[type="submit"], #show_change_password input[type="submit"]{
	background:#1a97fd;
	border:1px solid #1a97fd;
	color: #fff;
	margin: 0 auto;
	width: 97%;
	font-size: 18px;
	cursor: pointer;
}
#login_form a{
	color: #000;
	margin-top: 12px;
	font-weight: 400;
	font-size: 14px;
}
#login_err, #fwg_err{
	color:red;
}
.front_reg_form{
	width:50%;
	right: 112px !important;
}
.front_reg_form form{
	width:100% !important;
	padding:0 !important;
}
.front_reg_form ul li{
	display:inline-block !important;
	width: 44%;
    margin-right: 10px;
}
.front_reg_form textarea{
	width:97% !important;
	height:50px !important;
}
.front_reg_form input, .front_reg_form textarea{
	margin-bottom:2px !important;
}
.front_reg_form ul li.w100{
	width:91%;
	margin-left:0;
}
.front_reg_form ul li.submit_block{
	    width: 54%;text-align: center !important;
}
.front_reg_form ul li.submit_block .btnLogin{
	width:40% !important;
	font-size: 15px !important;
    margin-left: 10px !important;
}
#reg_form ul li{
	text-align: left;
}
#reg_form{
	position: absolute;
	right:30px;
	display:none;
	z-index: 9999;
	background: #fff;
	color: #000;
	text-align: center;
	box-shadow: 0 0 8px #506786;
	border: 4px solid #506786;
	border-radius: 3px;
}
#reg_form form {
	padding: 15px;
	text-align: center;
	width: 290px;
	background: #ececee;
}
#reg_form input, #reg_form textarea {
	width: 95%;
	padding: 8px;
	margin: 3px auto 10px 0px;
	border: 1px solid #ccc;
	font-size: 15px;
}
#reg_form label{
	font-size: 14px;
}
#reg_form ul li{
	text-align: left;
}
#reg_form #captcha{
	width: auto;
}
#reg_form input[type="submit"]{
	background:#ed2929;
	border:1px solid #ed2929;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	font-size: 18px;
	cursor: pointer;
}
#resetRequest{
	cursor: pointer;
}
#reg_form .ypo_services{
	background: #1991f4;
	width: 100%;
	margin: 0;
	padding: 10px 0;
}
#reg_form p{
	padding:0;
}
#reg_form:before, #reg_form:after{
	bottom: 100%;
	left: 96%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#reg_form:after {
	border-bottom-color: #ececee;
	border-width: 15px;
	margin-left: -13px;
}
#reg_form #msg, .mandatory{
	color:red;
}
#inner_banner_container{
	background: url('/site-images/inner_banner.jpg') center center no-repeat;
	min-height: 183px;
}
.inner_banner{
	position: relative;
}
.inner_banner .banner_logo{
	width: 300px;
	left:0;
}
.inner_banner .banner_logo p {
	/*font: 21px 'zurich_btroman';*/
	font-size: 18px;
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
}
.banner_right{
	position: absolute;
	right: 0px;
	top:40px;
	color:#fff;
}
.banner_right h3{
	font: 30px 'zurich_btroman';
	color: #fff;
}
.banner_right h3 span{
	font: 48px 'ZurichCnBTBold';
	color: #fff;
}
.user_logged_in {
	margin: 0 40px auto !important;
	float: right;
}
#show_change_password{
	display:none;
}
#show_change_password{
	position: absolute;
	right:10px;
	display:none;
	z-index: 9999;
	background: #fff;
	color: #000;
	text-align: center;
	box-shadow: 0 0 8px #506786;
	border: 4px solid #506786;
	border-radius: 3px;
	top: 71px;
}
#show_change_password form {
	padding: 15px;
	text-align: left;
	width: 290px;
	background: #ececee;
}
#show_change_password input, #show_change_password textarea {
	width: 94%;
	padding: 8px;
	margin: 3px auto 10px 0px;
	border: 1px solid #ccc;
	font-size: 15px;
}
#show_change_password label{
	font-size: 14px;
}
#show_change_password h2{
	text-align: center;
}
#show_change_password input[type="submit"]{
	width:100%;
}
.password_err{
	display: block;
	text-align: center;
	color: red;
	font-size: 14px;
}
.ui-widget.ui-widget-content {
	z-index: 9999999;
	width: 390px !important;
}
.ui-autocomplete {
	overflow-y: auto;
	max-height: 250px;
}
.error{
	color:red;
}
#register-frm li:first-child p{
	text-align: center;
}
.total_selected2 {
	float: left;
	width: 77%;
	margin: 5px 0 0 23px;
}
.total_selected, .categories{
	width: 20%;
}
.content {
	float: left;
	width: 99%;
	margin: 0 0 0 3px;
	border: 1px solid #f4f4f4;
}
.content li {
	font-family: inherit;
	font-size: 16px;
	background: #EDF5FC;
	list-style: none;
	border-bottom: 1px solid #ffffff;
}
.content li a {
	color: #3586c5;
	/* height: 40px; */
	display: block;
	padding: 15px 0 16px 7px;
}
.content li a:hover, .content li a.selopt {
	background: #3586c5;
	color: #FFF;
}
.content li a img {
	margin: -5px 10px 0 0;
	float: left;
}
.content li.two_line a img {
	margin-top: 0;
}
#show_spe_lists, .request_sub_mobile, #header_srh, .show_mobile{
	display: none;
}
#user_navigation{
	float:right;
	margin-bottom: 10px;
}
.my-code {
	width: 170px;
}
.media-profile{
	width: 280px;
}
.custom-pick {
	width: 190px;
}
.client-page-styles .content {
	width:20%;
}
.page_not_found{
	text-align: center;
}
@media screen and (min-width:1920px){
	#req_subscriptionn,#req_subscription1{
		font-size:13px !important;
		letter-spacing: 0px;
	}
}
@media screen and (max-width:1280px){
	#req_subscriptionn,#req_subscription1{
		font-size:13px !important;
		letter-spacing: 0px;
	}
}
@media screen and (max-width:1170px){
	#home_header, .user_logged_in, #inner_banner_container, .user_signed_in{
		padding:0 20px;
	}
	.content {
		overflow: auto;
	}
	.user_logged_in {
		margin: 0 auto !important;
	}
	.header_search input[type="text"]{
		width: 85px;
	}
	.research_content{
		padding-left: 12px;
	}
	.pe_content{
		width: 39%;
	}
	.copyright a, .copyright p, .footer-links a {
		font-size: 13px;
	}
	.footer-links {
		margin-top: 0;
	}
	.quick-links{
		margin-top:14px;
	}
	.pe_content p{
		font-size: 16px;
	}
	.contact_number ul li a {
		font-size: 22px;
	}
	.total_selected2 {
		width: 72%;
	}
	.total_selected, .categories{
		width: 25%;
	}
	#breadcrumb {
		padding: 22px 20px 20px;
	}
	.dashboard-items {
		margin:10px 0;
	}
	.topic-list-part-popup {
		width: 65%;
	}
	#req_subscriptionn{
		padding: 10px 6px 10px;
	}
}
@media screen and (max-width:1023px){
	.pe_content {
		width: 36%;
	}
	.contact_number ul li a{
		padding: 20px 0 22px 27%;
		font-size: 15px;
	}
	.view_video_lib a{
		padding: 0 25px 6px 38px;
	}
	header p, header a, .our_library p, .our_videos ul li a, .pe_content p{
		font-size: 15px;
	}
	.already_member {
		background: url('/site-images/sprite.png') 205px -138px no-repeat;
	}
	.our_library h3 span{
		font-size: 24px;
	}
	.our_library h3 {
		font-size: 22px;
	}
	.video_cost span {
		font-size: 20px;
	}
	.copyright a, .copyright p, .footer-links a {
		font-size: 12px;
	}
	#req_subscriptionn{
		padding: 10px 6px 10px;
	}
	
}
@media screen and (max-width:979px){
	#req_subscriptionn{
		padding: 10px 4px 10px;
	}
	.front_reg_form {
		right: 11px !important;
	}
	.copyright, .social_links {
		float: none;
		padding: 15px 0 0 0;
	}
	.copyright a, .copyright p, .footer-links a {
		font-size: 14px;
	}
	.research_content p{
		font-size: 17px;
		width: 75%;
	}
	.our_videos ul, .contact_number ul {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	}
	.our_videos h2 a{
		font-size: 24px;
	}
	.our_library h3 span {
		font-size: 21px;
	}
	header p, header a{
		font-size: 12px;
	}
	.our_library p, .our_videos ul li a, .pe_content p, .contact_number ul li a {
		font-size: 14px;
	}
	.our_library p{
		margin: 22px 0;
	}
	.already_member a{
		margin: 0 5px 0 5px;
		padding: 8px 15px 7px 25px;
	}
	.view_video_lib a {
		padding: 3px 10px 6px 37px;
	}
	.header_search input[type="text"]{
		font-size: 14px;
	}
	.request_subscription p a{
		padding: 10px 6px 10px;
	}
	.header_search input[type="text"] {
		width: 95px;
	}
	.header_search input[type="submit"]{
		height: 39px;
	}
	.pe_image,.pe_content{
		float: none;
		width:100%;
	}
	.our_library{
		width: 45%;
	}
	.banner_logo {
		top: 10px;
		left: 10px;
		width: 250px;
	}
	.banner_logo p{
		font-size: 17px;
	}
	#reg_form::before, #reg_form::after {
		left: 80%;
	}
	.banner_right h3 {
		font: 25px 'zurich_btroman';
	}
	.banner_right h3 span{
		font: 40px 'ZurichCnBTBold';
	}
	.banner_right{
		right: 0px;
	}
	.ui-widget.ui-widget-content {
		width: 290px !important;
	}
	section, #home_header, .user_logged_in, #inner_banner_container, .user_signed_in {
		padding: 0 10px;
	}
	.total_selected2 {
		width: 67%;
	}
	.total_selected, .categories {
		width: 28%;
	}
	.user_signed_in {
		padding:0;
	}
	.topic-titles-popup{
		margin: 10px 0;
	}
	.cp_container .content {
		width: 30%;
	}
	.cp_container .total_selected2 {
		width: 66%;
	}
}
@media screen and (max-width:780px){
	.header_search input[type="text"] {
		width: 50px;
	}
	.already_member span, .mobile_none{
		display: none;
	}
	.view_video_lib, .request_sub_mobile, .show_mobile{
		display: inline;
	}
	.request_sub_mobile a{
		background: #ed2929;
		padding: 8px 10px 7px 8px;
	}
}
@media screen and (max-width:767px){
	header {
		height: auto;
		text-align: center;
	}
	.contact_number ul li a {
		padding: 20px 0 22px 30%;
	}
	.our_videos{
		display: block;
		margin-top: 30px;
	}
	.our_library{
		display: block;
		width: 100%;
	}
	.banner_logo {
		width: 200px;
	}
	.banner_logo p {
		font-size: 15px;
	}
	.header_search input[type="text"] {
		width: 202px;
		margin-left: 15px;
	}
	#login_form, #forgot_form{
		margin-left: 15%;
	}
	#reg_form::before, #reg_form::after {
		left: 50%;
	}
	#reg_form{
		right: 25%;
	}
	.banner_right h3 span {
		font: 34px 'ZurichCnBTBold';
	}
	.banner_right h3 {
		font: 21px 'zurich_btroman';
	}
	.inner_banner .banner_logo {
		width: 260px;
		left: 0px;
	}
	.inner_banner .banner_logo p {
		font: 18px 'zurich_btroman';
	}
	.user_logged_in #user_navigation{
		display: inline-block;
	}
	.user_logged_in .header_search input[type="text"] {
		width: 155px;
	}
	.total_selected2 {
		width: 60%;
	}
	.total_selected, .categories {
		width: 35%;
	}
	.tabs li {
		width: 49%;
	}
	.tabs li a {
		width: 76% !important;
	}
	#header_srh{
		margin-left: 10px;
		cursor: pointer;
	}
	.already_member a {
		margin: 0;
	}
	.topic-list-part-popup {
		width: 100%;
	}
	.category-list-part {
		width:99%;
	}
	.category-thumbnails ul {
		width: 100%;
	}
	.color-menu li.submit-button {
		width: 100%;
	}
}
@media screen and (max-width:639px){
	.header_search input[type="text"] {
		width: 107px;
		margin-left: 5px;
	}
	.pe_image_left, .pe_image_right{
		float: none;
	}
	.pe_image_left{
		text-align: center;
	}
	.contact_number ul{
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}
	#country_section{
		padding: 0;
	}
	.contact_number ul li a {
		padding: 20px 0 22px 20%;
	}
	.contact_number ul li {
		width: 96%;
		margin: 10px 0 10px 5px;
	}
	.copyright a, .copyright p, .footer-links a {
		font-size: 12px;
	}
	.inner_banner .banner_logo p {
		font: 12px 'zurich_btroman';
	}
	.inner_banner .banner_logo {
		width: 180px;
		left: 10px;
		top: 20px;
	}
	.banner_right h3 {
		font: 16px 'zurich_btroman';
	}
	.banner_right h3 span {
		font: 24px 'ZurichCnBTBold';
	}
	.user_logged_in .header_search input[type="text"] {
		width: 100px;
	}
	.user_logged_in .subscription-tab2 {
		float: left;
	}
	.user_logged_in .header_search {
		margin: 8px 3px 6px 0;
		float: right;
	}
	#show_change_password{
		top: 116px;
		right: 20%;
	}
	.user_logged_in{
		padding:0 !important;
	}
	#inner_banner_container, #banner_container {
		margin-top: 56px;
	}
	.total_selected2 {
		width: 100%;
		margin: 0 0 0 4px;
		padding: 0;
	}
	.total_selected, .categories {
		width: 100%;
	}
	#content1{
		border:none;
	}
	.content li {
		background: #fff;
		border-bottom:none;
	}
	.content li a.selopt, .content li a:hover {
		background: #fff;
		color: #074d83;
		font-weight: 700;
	}
	.jconfirm .jconfirm-box div.jconfirm-content-pane {
		margin-bottom: 0 !important;
	}
	.jconfirm-box{
		padding: 10px !important;
	}
	.content {
		overflow: hidden;
	}
	.jconfirm-buttons{
		display: none !important;
	}
	#show_spe_lists{
		display: inline;
		float: left;
		position: relative;
		bottom: 3px;
		margin-right: 10px;
	}
	#user_navigation {
		margin-bottom: 0px;
	}
	.subscription-tab2 a {
		padding: 8px 5px 0;
	}
	.categories_subscribe{
		color: #000;
		margin-left: 10px;
	}
	#captcha{
		width: auto;
	}
	.register-form li.register-captcha label {
		text-align: left;
		width: auto;
	}
	.user_signed_in{
		margin-top: 54px !important;
	}
	.prof_no {
		width: 100%;
	}
	.cp_container .content {
		width: 99%;
	}
	.cp_container .total_selected2 {
		margin-top: 20px;
		width: 99%;
	}
	.color-menu li, .color-menu li.submit-button div.single-line, .color-menu li.submit-button div.single-line input {
		width: 100%;
	}
	.category-thumbnails img {
		padding: 0;
	}
	.client-page-styles .category-thumbnails li {
		width: 133px;
	}
}
@media screen and (max-width:479px){
	#header_srh{
		display: inline;
	}
	#user_navigation {
		margin-bottom: 10px; 
	}
	.user_logged_in #header_srh img{
		margin-top: 18px;
	}
	.header_left{
		display: block;
	}
	.header_search{
		display:none;
	}
	.header_search input[type="text"] {
		width: 202px;
		margin-left: 0;
	}
	.header_search{
		position: absolute;
		display:none;
		z-index: 999;
		background: #fff;
		color: #000;
		text-align: center;
		box-shadow: 0 0 8px #ddd;
		box-shadow: 0 0 8px #506786;
		border: 4px solid #506786;
		border-radius: 3px;
		right: -10px;
	}
	.header_search form{
		padding: 5px;
		text-align: center;
		width: 290px;
		position: relative;
		background: #ececee;
	}
	.front_reg_form {
		width: 95%;
		right: 0px !important;
	}
	#reg_form::before, #reg_form::after {
		left: 64%;
	}
	.banner_logo p {
		font-size: 8px;
		margin: 5px 0 0 0;
	}
	#inner_banner_container .banner_logo {
		position: unset;
		margin: 0 auto;
	}
	.user_signed_in {
		margin-top: 54px !important;
		padding:0;
	}
	.user_logged_in .header_search{
		top: 37px;
		left: 0;
		width: 308px;
	}
	.research_content p {
		font-size: 14px;
		width: 95%;
	}
	.research_content{
		background-size: contain;
	}
	.research_content h2{
		font-size: 25px;
	}
	.our_library h3 {
		font-size: 18px;
	}
	.our_videos{
		padding: 6px 0 6px 0px;
	}
	.our_videos ul, .contact_number ul {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}
	.our_videos ul{
		padding: 12px 15px;
	}
	.our_videos h2 a {
		font-size: 19px;
		padding: 5px 15px;
	}
	.countries_list h3{
		font-size: 18px;
		padding: 15px 0;
	}
	.contact_number ul li a {
		padding: 20px 0 22px 30%;
	}
	.pe_video h3 {
		padding: 20px 0 0px;
		font-size: 20px;
	}
	.pe_image, .pe_content {
		width: 99%;
		padding: 10px 0;
	}
	.pe_video_info {
		padding-bottom: 5px;
	}
	.social_links ul {
		margin-left: 0;
	}
	.social_links p {
		width: 100%;
	}
	#login_form form, #forgot_form form, #reg_form form{
		width: 250px;
	}
	#login_form, #forgot_form{
		margin-left: 10px;
	}
	#reg_form {
		right: 20px;
	}
	.banner_right {
		right: 0px;
		top: 120px;
		left: 10px;
	}
	#show_change_password {
		right: 10px;
	}
	.user_logged_in .header_search input[type="text"] {
		width: 200px;
	}
	#show_change_password form{
		width: 260px;
	}
	#inner_banner_container {
		text-align: center;
	}
	.banner_logo {
		width: 125px;
	}
	.tabs li {
		width: 50%;
	}
	.tabs li a {
		font-size: 12px;
	}
	.service_category li {
		width: 135px;
	}
	.subscription-tab2 a {
		padding: 8px 10px 0 10px;
	}
	.tabHeading a {
		padding: 9px 12px;
	}
	.ypo-videos h1 {
		font: 22px/25px 'zurich_lt_btlight';
	}
	ul.formPage span{
		margin-left: 0;
	}
	.formControl{
		width:99%;
	}
	ul.formPage label {
		width:99%;
		margin-bottom: 5px;
	}
	ul.formPage li {
		margin-bottom: 0;
	}
	span.add-video{
		float: left;
		margin: 3px 10px 0 0px;
		border-right: none;
	}
	.breadcrumb {
		font-size: 13px;
	}
	span.play-video {
		width: 100%;
		float: left;
		border-right: none;
		display: block;
	}
	.ypo-videos .add-video a, .play-video a {
		padding-left: 30px;
	}
	.playlist-form-edit-text {
		width: 90%;
	}
	.playlist-form-edit-button {
		margin-top: 10px;
	}
	.ypo-custom-content-button {
		float: none;
		position: static;
		top: 0;
		right: 0;
		margin: 0px 7px 13px;
	}
	.user_logged_in .subscription-tab2 {
		float: right;
	}
}