
@font-face {
	font-family: 'Calibri-Regular';
	src: url('../fonts/Calibri-Regular.eot');
	src: url('../fonts/Calibri-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Calibri-Regular.woff') format('woff'),
		url('../fonts/Calibri-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Calibri-Bold';
	src: url('../fonts/Calibri-Bold.eot');
	src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Calibri-Bold.woff') format('woff'),
		url('../fonts/Calibri-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Calibri-Italic';
	src: url('../fonts/Calibri-Italic.eot');
	src: url('../fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Calibri-Italic.woff') format('woff'),
		url('../fonts/Calibri-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Calibri-Bold-Italic';
	src: url('../fonts/Calibri-Bold-Italic.eot');
	src: url('../fonts/Calibri-Bold-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Calibri-Bold-Italic.woff') format('woff'),
		url('../fonts/Calibri-Bold-Italic.ttf') format('truetype');
}

/* Global variable declaration start */
:root{
    --black-color: #000000;
    --black1-color: #050404;
    --grey-color: #575757;
    --dark-grey-color: #2B2B2B;
    --white-color: #ffffff;
    --red-color: #CB0909;
    --dark-red-color: #A50000;
    --menu-not-visited: #707070;
    --menu-visited: #050404;
    --menu-selected: #ffffff;
    --menu-not-selected: #707070;

    --body-font-size: 14px;
    --title-font-size: 28px;
    --border-radius: 20px;
    --popup-head-size: 20px;
}
/* Global variable declaration end */



body{
	background:#999999 center top no-repeat;
	font-family: 'Calibri-Regular';
    font-size: var(--body-font-size);
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently*/
}

b,strong{
	font-family: 'Calibri-Bold';
    font-size: 17px;
}

i,em{
	font-family: 'Calibri-Italic';
}

/* Global CSS start */
.page_top_header {
    border-bottom: 1px solid #00000033;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.page_top_header.white {
    border-bottom: 1px solid #EBEBEB;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.top_header_title {
    font-size: 13px;
    color: var(--black1-color);
}
.page_top_header.white .top_header_title {
    color: var(--white-color);
}
.top_header_title span {
    color: var(--red-color);
    font-family: 'Calibri-Bold';
}
.page_top_header.white .top_header_title span {
    color: var(--white-color);
}
.top_header_pageno {
    font-size: 10px;
    color: var(--black1-color);
}
.page_top_header.white .top_header_pageno {
    color: var(--white-color);
}
.page_sub_head {
    font-family: 'Calibri-Bold';
    line-height: 0.5em;
    font-size: 17px;
}
.page_main_head {
    font-size: 29px;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: 'Calibri-Bold';
    color: var(--red-color);
}
.para_head {
    color: var(--red-color);
    font-family: 'Calibri-Bold';
    font-size: 17px;
}
.para_head1 {
    color: var(--red-color);
    font-family: 'Calibri-Bold';
    margin-top: 40px;
    font-size: 17px;
}
.para_head1a {
    color: var(--red-color);
    font-family: 'Calibri-Bold';
    font-size: 17px;
}
.para_head2 {
    color: var(--red-color);
    font-family: 'Calibri-Bold';
    font-size: 17px;
    margin-bottom: 10px;
}
.page_head3 {
    font-size: 20px;
    color: var(--red-color);
    font-family: 'Calibri-Bold';
}
.faq_top {
    font-family: 'Calibri-Bold';
    margin-top: 30px;
    font-size: 17px;
}
.carousel-head {
    color: var(--red-color);
    font-family: 'Calibri-Bold';
    margin-bottom: 10px;
    font-size: 17px;
}
.inner_page img {
    max-width: 100%;
}
.page_inner_head {
    font-size: 22px;
    font-family: 'Calibri-Bold';
    color: var(--red-color);
}
.activity_inst {
    color: var(--red-color);
}
.mt_10 {
    margin-top: 10px;
}
.mt_15 {
    margin-top: 15px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_25 {
    margin-top: 25px;
}
.mt_30 {
    margin-top: 30px;
}
.mt_40 {
    margin-top: 40px;
}
.mt_50 {
    margin-top: 50px;
}
.mb_10 {
    margin-bottom: 10px;
}
ul{
    -webkit-padding-start: 0;
	margin-left: 18px;
	line-height: 22px;
	padding: 0;
}
ul li {
    padding-bottom: 10px;
}
li::marker {
    color: var(--red-color);
}
#shellFeedbackBox {
    position: absolute;
    background: rgba(5, 4, 4, 0.87);
    width: 100%;
    height: 100%;
    z-index: 999;
}
.Page_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: auto;
    padding: 35px 35px 25px 25px;
    background: var(--red-color);
    color: var(--white-color);
    border-radius: var(--border-radius);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.Page_popup .page_popupClose {
    position: absolute;
    right: 6px;
    top: 6px;
    background: url(../images/shell/SVG/page_popup_close.svg) no-repeat 0 0;
    background-size: contain;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
/* Global CSS end */


.global_popup_top p, .global_popup_white p { 
	margin-bottom: 5px;
}
.global_popup_white {
	color: var(--black-color);
	background: var(--white-color);
	padding: 10px;
	border-radius: 10px;
}

small{
	font-size:15px !important;
	color:#333 !important;
}

a.linkBtn{
	text-decoration:underline;
	cursor: pointer;
}
a, a:active, a:focus {
   outline: none;
}
.inner_page a{text-decoration: underline;}
.btn_links {
    text-decoration: none;
    color: inherit;
    width: 141px;
    display: block;
}

.btn_links:hover{
	text-decoration:none;
	color:inherit;
}
.inner_page{
	padding: 10px 30px 20px 30px !important;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
	overflow:hidden;
}

/* Heading css */

.h1 {
    margin: 0;
    line-height: 27px;
}

.h1 span {
    font-size: 42px;
    font-family: Arial;
    color: #fff;
    display: inline-block;
    padding: 0 0 10px;
    border-bottom: 2px solid #ffe600;
}

.h2 {
    margin: 0;
    line-height: 27px;
}

.h2 span {
    font-size: 30px;
    font-family: Arial;
    color: #333;
    display: inline-block;
    padding: 0 0 5px;
    border-bottom: 2px solid #ffe600;
}

/* Heading css */

/* font sizing */
.font-10{
	font-size:10px;
}
.font-11{
	font-size:11px;
}
.font-12{
	font-size:12px;
}
.font-14{
	font-size:14px;
}
.font-16{
	font-size:16px;
}
.font-18{
	font-size:18px;
}
.font-20{
	font-size:18px;
}
.font-25{
	font-size:25px;
}
.font-30{
	font-size:30px;
}
/* icons */
.icons_01{
	width:100%;
	height:40px;
}
.ico_01,.ico_02,.ico_03,.ico_04,.ico_05,.ico_06,.ico_07{
	width: 36px;
	height: 36px;
	background-size: 100% !important;
	float:left;
	margin-right: 5px;
}
.ico_01{
	background: transparent url("../images/001.png") no-repeat;
}
.ico_02{
	background: transparent url("../images/002.png") no-repeat;
}
.ico_03{
	background: transparent url("../images/003.png") no-repeat;
}
.ico_04{
	background: transparent url("../images/004.png") no-repeat;
}
.ico_05{
	background: transparent url("../images/005.png") no-repeat;
}
.ico_06{
	background: transparent url("../images/006.png") no-repeat;
}
.ico_07{
	background: transparent url("../images/007.png") no-repeat;
}
/* End font sizing */
.heading_14 {
    font-weight: bold;
    color: #234d97;
    font-size: 14px;
}
.sub_heading_14 {
    color: #234d97;
    font-size: 13px;
}
.blue_txt{
	color: #234d97;
}
.white_txt{
	color:#fff;
}
.community{
	color:#36449c;
}
.purple_txt{
	color:#4b2884;
}
.firm{
	color:#00b0a9;
}
.dropcap {
    float: left;
    font-size: 40px;
    font-family: Arial;
    color: #ffe600;
    line-height: 26px;
    padding: 0 5px 0 0;
}
.inner_page{
    font-size: 16px;
    color: #000000;
}
.first {
    margin: 20px 0 0;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    line-height: 14px;
}
.left_txt{
	position: absolute;
	right: 35px;
	font-weight: bold;
	font-size: 11px;
}
.footer-l-white{
	position: absolute;
	bottom: 3%;
	left: 11%;
	font-size:8px;
	color: #fff;
	width: 80%;
	line-height: 11px;
	padding-left: 10px;
}
.footer-l{
	position: absolute;
	bottom: 3%;
	left: 11%;
	font-size: 8px;
	color: #000;
	width: 80%;
	line-height: 11px;
	padding-left: 10px;
}
.footer-l-black{
	position: absolute;
	bottom: 3%;
	left: 11%;
	font-size: 8px;
	color: #655f5f;
	width: 80%;
	line-height: 11px;
	padding-left: 12px;
}
.footer-r{
    position: absolute;
    bottom: 39px;
    width: 49px;
    right: 0px;
    font-size: 9px;
    color: #000;
    z-index: 2;
}
.footer-l-white::before{
	content: "";
    background: transparent url("../images/White_Logo01.png") no-repeat;
	width: 50px;
	height: 33px;
	background-size: 47px 21px;
	background-repeat: no-repeat;
	position: absolute;
	left: -10%;
	top: -4%;
}
.footer-l-black::before{
	content: "";
    background: transparent url("../images/Blue_Logo_01.jpg") no-repeat;
	width: 50px;
	height: 33px;
	background-size: 47px 21px;
	background-repeat: no-repeat;
	position: absolute;
	left: -10%;
	top: -4%;
}
.span-no {
   margin-left: 20px;
}
.noPadding{ padding: 0 !important; }
.noMargin{ margin: 0 !important;}
/* button */

.btnbg {
    /* background: transparent url(../images/hyperlink_btn.png) no-repeat scroll left top; */
    width: 154px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    font-family:CalibriBold;
	position:relative;
}
.btnbg1 {
    /* background: transparent url(../images/hyperlink_btn2.png) no-repeat scroll left top; */
    width: 114px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    font-family:CalibriBold;
	position:relative;
}
.btnbg a, .btnbg1 a {
    width: 100%;
    display: block;
    left: 0;
    position: absolute;
    padding-left: 6px;
    text-decoration: none;
    color: inherit;
}
.shell_btns {
    /*border-radius: 1px;*/
    height: 32px;
    margin: 0 auto;
    position: relative;
    width: 1015px;
    z-index: 99;
    display: flex;
    align-items: center;
}
.shell_btns_right
{
	right: -72px;
}
.footer_nav_icons {
    position: absolute;
    right: 0;
    top: 0;
}
.shell_menu_slide {
    position: relative;
	float: left;
	width: 100%;
	line-height:45px;	
    z-index: 99999;
}
.shell_menu_slide span {
    width: 32px;
    height: 32px;
    display: block;
    vertical-align: middle;
    text-align: center;
    top: 0px;
    font-size: 19px;
    line-height: 32px;
    float: left;
}
.shell_menu_slide span a img{
    width: 25px;
}
#shell_menu, #shell_menu1, #shell_menu2 {
    position: relative;
    color: #868383;
    font-size: 14px;
    width: 62px;
    text-decoration: none;
}

#shell_progressBar {
    position: relative;
    width: 130px;
}
#shell_print {
    position: relative;
    color: #868383;
    font-size: 14px;
    width: 62px;
    text-decoration: none;
}
#shell_ec_hotline {
    position: relative;
    color: #868383;
    font-size: 14px;
    width: 90px;
    text-decoration: none;
}
#shell_exit {
    position: absolute;
    color: #868383;
    font-size: 14px;
    width: 62px;
    text-decoration: none;
}
#shell_home {
    width: 32px;
    text-align: center;
    margin: 0 15px;
}
#shell_zoom {
    width: 32px;
    text-align: center;
    margin: 0 15px;
}

#shell_prev {
    width: 32px;
    text-align: center;
    margin: 0 10px 0 0;
	height: 32px;
}
#shell_next {
    width: 32px;
    text-align: center;
    margin: 0px;
	height: 32px;
	/*position:absolute;*/
}
.magazine-viewport #shell_prev.previous-button{
	right:37px;
	left:auto;
}
#shell_exit.exit-button{
	right:1px;

}
.shell_menu2 a{
	width:100%;
	height:32px;
	background:transparent url("../images/shell/home.png") no-repeat;
	display:inline-block;
}

.zoom-icon-in a{
	width:100%;
	 height:32px; 
	 background:transparent url("../images/shell/zoom_in.png") no-repeat; 
	display:inline-block;
}
.zoom-icon-out a{
	width:100%;
	height:32px; 
	background:transparent url("../images/shell/zoom_out.png") no-repeat; 
	display:inline-block;
}
.shell_menu4 a{
	width:23px;
	height:15px;
	background:transparent url("../images/shell/SVG/footer_prev_active.svg") no-repeat;
    background-size: contain;
	display: block;
}
.shell_menu4 a:hover {
	background:transparent url("../images/shell/SVG/footer_prev_hover.svg") no-repeat;
    background-size: contain;
}
.shell_menu4.disabled a{
	background:transparent url("../images/shell/SVG/footer_prev_disabled.svg") no-repeat;
    background-size: contain;
    cursor: default;
}
.shell_menu5 a{
	width:23px;
	height:15px;
	background:transparent url("../images/shell/SVG/footer_next_active.svg") no-repeat;
    background-size: contain;
    display: block;
}
.shell_menu5 a:hover {
	background:transparent url("../images/shell/SVG/footer_next_hover.svg") no-repeat;
    background-size: contain;
}
.shell_menu5.disabled a{
	background:transparent url("../images/shell/SVG/footer_next_disabled.svg") no-repeat;
    background-size: contain;
    cursor: default;
}
.devider {
    width: 1px !important;
    height: 18px !important;
    background: transparent url("../images/shell/devider.png") no-repeat;
    display: inline-block !important;
    margin-top: 8px;
}
/* #shell_dropDown {
    height: 24px;
    min-width: 224px;
    float: left;
    margin-top: 4px;
    margin-left: 6px;
    border-radius: 5px;
    border: 0;
    background: #d0cece;
    font-size: 14px;
    color: #333;
} */

/* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */
.styled-select {
    background: url(../images/shell/15xvbd5.png) no-repeat 96% 50%;
    height: 24px;
    overflow: hidden;
    width: 240px;
    float: left;
    margin: 4px 5px;
	  line-height:23px;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 11px;
    height: 23px;
    padding: 0px;
    width: 268px;
}

.styled-select.slate {
   /*background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;*/
   height: 34px;
   width: 240px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 268px;
}
/* -------------------- Rounded Corners */
.rounded {
   /*-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;*/
}

.semi-square {
   /*-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;*/
}

/* -------------------- Colors: Background */
.slate   { background-color: #ddd; }
.green   { background-color: #779126; }
.blue    { background-color: #3b8ec2; }
.yellow  { color: #ffe600; }
.black   { background-color: #d0cece; }

/* -------------------- Colors: Text */
.slate select   { color: #000; }
.green select   { color: #fff; }
.blue select    { color: #fff; }
.yellow select  { color: #000; }
.black select   { color: #333; }

.styled-select select option{
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently*/
}
.selectPosition1 {
    width: 240px;
    margin-left: 8px;
    margin-top: 5px;
    float: left;
    /*border-radius: 5px;*/
    line-height: 17px;
}

/* select start */
div.selectBox {
    border: 1px solid #868383;
    color: #888;
    cursor: pointer;
    display: inline-block;
    line-height: 27px;
    position: relative;
    text-align: left;
    /*border-radius: 5px;*/
	width:100%;
}
span.selectOption.selected {

}
span.selectArrow {
    background: #868383 none repeat scroll 0 0;
    color: #333;
    font-size: 15px;
    text-align: center;
    width: 20px;
    line-height: 20px;
}
span.selectArrow {
    position: relative;
    float: left;
    height: 20px;
    z-index: 1;
}
div.selectOptions {
    background: #d0cece none repeat scroll 0 0;
    border: 1px solid #333;
    display: none;
    left: -1px;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
    padding-top: 2px;
    position: absolute;
    bottom: 25px;
    width: 240px;
    height: 200px;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
	z-index:9999;
}
span.selectOption {
    display: block;
    line-height: 12px;
    padding: 10px 10px;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    height: auto;
	cursor: pointer;
    line-height: 16px;
    color: var(--menu-not-visited);
    background: var(--white-color) url(../images/shell/SVG/menu_not_visited.svg) no-repeat center right;
    background-size: 18px 18px;
    border-right: 15px solid transparent;
    font-family: "Calibri-Bold";
}
span.selectOption.selected {
    color: var(--menu-selected);
    background: var(--red-color) url(../images/shell/SVG/menu_selected.svg) no-repeat center right;
    background-size: 18px 18px;
}
span.selectOption.visited {
    color: var(--menu-visited);
    background: var(--white-color) url(../images/shell/SVG/menu_visited.svg) no-repeat center right;
    background-size: 18px 18px;
}
span.selectOption.visited.selected {
    color: var(--menu-selected);
    background: var(--red-color) url(../images/shell/SVG/menu_selected.svg) no-repeat center right;
    background-size: 18px 18px;
}
span.selectDisabled{
	cursor: default;
}
/* span.selectOption:hover {
    background: #005eb8 none repeat scroll 0 0;
    color: #fff;
} */
.white
{
color:#fff;
}
.footer_gray
{
color:#cccccc;
}
.shell_preloader_img_style
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1001;
	background:#fff url('../images/loader_main.gif') no-repeat center center;
	border:none !important;
}

.loadingT {
    position: absolute;
    width: 100px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -6px;
    text-align: center;
}

.ProgressBar {
    background: #5b5b5b;
    height: 5px;
    margin: 0 20px 0 20px;
    position: absolute;
    top: 15px;
    width: 92px;
}

.ProgressBar span{ width:0px; background:#e3801b; height:5px;}
.pageCount {bottom: -40px;color: #000000;cursor: default;font-size: 12px;left: 29px;line-height: 23px;position: absolute;text-align: center;display:none;
    width: 61px;}
.popupHolder {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.showPopupCSS {
    display: block;
    margin: auto;
}
.hidePopupCSS{
   display: none;
    margin: auto;
}
.exitPopup {
    background:#FFFFFF;
    border:1px solid #494D57;
    height:150px;
    margin:0 auto;
    position:relative;
    top:40%;
    width:288px;
}
.exitPopup .popupHeader{
	background:#004E96;
}
.exitTxt {
    margin: 10px 0 0;
    text-align: center;
}
.exitButtonPannel {
    /* width: 50%; */
	width: 80%;
    text-align: center;
    margin: 20px auto 25px;
}
.exitButtons {
    width: 60px;
    margin:0 10px;
    padding:5px 0;
    font:normal 12px arial;
    color:#FFFFFF;
    cursor:pointer;
    border:none;
    background:#3C3C3E;
}
.exitButtons:hover{
	background:#0064a9;
}

.bookmarkPopup {
    background:#FFFFFF;
    border: 1px solid #494D57;
    margin: 0 auto;
    min-height: 20%;
    position: relative;
    top: 20%;
    width: 30%;
}
.bookmarkTxt {
    margin: 5px 0;
    text-align: center;
}
.popupHeader {
    background: url("../images/header_bg.png") repeat-x #3D3D3D;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font: bold 14px Arial;
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
}


.popupHeader .popupTitle {
    float: left;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}


.popupHeader .closeBtn {
   /* background: url("../images/btn_exit.png") no-repeat;*/
    color: #00AFEB;
    font-size: 0;
    height: 20px;
    line-height: 0;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 20px;
}
.pageHolder{
	width: 100%;
	height: 100%;
}
.heading_10{
	font-size: 36px;
	color: #234d97;
	line-height: 36px;
	margin-bottom: 10px;
}
.ico_active{
    background-position: 0px -39px;
}
.heading_13 {
    font-weight: bold;
    color: #234d97;
    font-size: 14px;
}
.sub_heading_13 {
    color: #234d97;
    font-size: 14px;
}
.txt_small_13 {
    font-weight: bold;
    margin-bottom: 5px;
	font-size: 1.2em;
}
.Professional_link::before {
    content: "";
    background: transparent url("../images/Page25_31_icon01.jpg") no-repeat;
    background-size: auto auto;
    background-size: auto auto;
    width: 21px;
    height: 20px;
    position: absolute;
    left: 1%;
    /* top: 8%; */
    background-size: 95%;
}
.Professional_link{
	border: 1px solid #4b2884;
	padding: 5px 5px 5px 30px;
	margin-top: 50px;
	position:relative;
	width: 90%;
}
.Professional_box{
	border: 1px solid #4b2884;
	border-left: 20px solid #4b2884;
	font-size:12px;
	padding: 5px 10px 5px 10px;
	line-height: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 90%;
}
.link_box_31 {
    border: 1px solid #0071bb;
    position: relative;
    padding: 3px 5px 5px 26px;
	  margin-top: 40px;
	      width: 90%;
		  margin-bottom:15px;
}
.page_01_31{
	  border: 1px solid #0071bb;
    border-left: 20px solid #0071bb;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 91%;
}
  
.link_box_31::before {
    content: "";
    background: transparent url("../../images/Page39_45_icon01.jpg") no-repeat;
    background-size: auto auto;
    background-size: auto auto;
    width: 21px;
    height: 20px;
    position: absolute;
    left: 1%;
    top: 8%;
    background-size: 95%;
}
/* zoom format code */
.zoom-in  .Professional_link,.zoom-in .Professional_box{
    font-size: 1.3em;	
	line-height: 20px;
}
 .zoom-in .Professional_box{
	 border-left: 30px solid #4b2884; 
 }

.zoom-in .footer-l-white,.zoom-in .footer-l-black{
	    width: 73%;
}
.zoom-in .sub_heading_13,.zoom-in .txt_small_13{
	font-size: 1.5em;
}
.zoom-in .ico_active{
	background-position: 0px -54px;
}
.zoom-in .left_txt{
	font-size: 1em;
}
.zoom-in .footer-l-white,.zoom-in .footer-l-black {
    font-size: 0.89em;
    line-height: normal;
}
.zoom-in .footer-l-white::before{
	width: 67px;
	height: 33px;
	background-size: 100%;
	left: -9%;
}
.zoom-in .footer-l-black::before{
	width: 67px;
	height: 33px;
	background-size: 67px 33px;
}
.zoom-in .footer-r{
	width: 86px;
    font-size: 1.4em;
    bottom: 113px;
}
.zoom-in .ico_01,.zoom-in .ico_02,.zoom-in .ico_03,.zoom-in .ico_04,.zoom-in .ico_05,.zoom-in .ico_06,.zoom-in .ico_07{
	width:50px;
	height:50px;margin-right: 15px;
}
.zoom-in .icons_01 {
    height: 50px;
}
.zoom-in .heading_10{
	font-size: 5em;
	line-height: 60px;
}
.zoom-in .inner_page{
	padding: 20px 30px 20px 60px !important;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)
{
/* 	.magazine-viewport.scrollTrue{
		    overflow: scroll !important;
			-webkit-overflow-scrolling: touch;
	}
	.magazine.zoom-in{
	    transform: translate3d(-495px, -320px, 0px) !important;
	} */

/*  .thumbnails{
	height:75px !important;
}	 
 */
}
.title2{
	font-size: 18px;
	font-weight: bold;
	color: #00338d;
	line-height: normal;
}
.redTxt{
	color: #bc204b;
}


.zoom-in ul li {
    padding-bottom: 15px;
}
.clear {
    clear: both;
}

.top_right_corner{
    position:absolute;
    top: 0;
    right: 0;
    width: 105px;
    height: 105px;
    z-index: 999;
	display:none;
}
.bottom_right_corner{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 105px;
    height: 105px;
    z-index: 999;
	display:none;
}
#shell_next.disabled a{
	cursor:default;
}
.hyper_link,.hyper_link:hover{
	text-decoration: underline;
    color: blue;	
}


#menu-container {
    position: absolute;    
    background: #efefef;
    color: #707070;
    border-radius: 10px;
    z-index: 9999;
    width: 383px;
    height: 259px;
    top: 4%;
    left: -50%;
    display: none;
    border-radius: 15px 15px 0 0;
}

#menu-container #menu {
    list-style: none;
    left: 0px;
    right: 0px; 
    margin: 5px;   
    position: relative;
    float: left;
    width: 99%;
    height: 208px;
    overflow-x: hidden !important;
    overflow: auto;
    z-index: 1;
    box-sizing: border-box;
    
}

#menu-title {
    padding: 8px 15px;
    text-align: left;
    font-size: 18px;
    background: var(--red-color);
    color: var(--white-color);
    border-radius: 15px 15px 0 0;
    font-family: 'Calibri-Bold';

}



#menu li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ccc; /* Add a border between menu items */
}

#close-btn {
    position: absolute;
    right: 9px;
    top: 11px;
    background: url(../images/shell/SVG/page_popup_close.svg) no-repeat 0 0;
    background-size: contain;
    width: 20px;
    height: 20px;
    cursor: pointer;
}



/* scrollbar CSS start */
/* width */
::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 4px;
    background: #b3b5b6;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--dark-red-color); 
    border-radius: 4px;
    width: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--dark-red-color); 
  }
  /* scrollbar CSS end */


  .p1 .holder{
    height: 80% !important;
  }