/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #06e;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


















/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Prevent callout */

.nocallout {
    -webkit-touch-callout: none;
}

.pressed {
    background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */

textarea[contenteditable] {
    -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */

.gifhidden {
    position: absolute;
    left: -100%;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.ir br {
    display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

body{background: #edf0f2;}

.home-menu {width:100%;height:100%}
.home-menu ul{height:auto;list-style:none outside none;margin:20px 0 0 4%;padding:0;width:92%;}
.home-menu ul li{width:100%;height:100%;margin-left:0;padding-bottom:0;padding-top:8px;}
.home-menu ul li a{display:block;width:100%;height:auto;}
.home-menu ul li a.info{width:100%;height:auto;}

@media (min-width:320px) and (max-width: 719px) {
 .container{width:100%;margin:0 auto;height:auto;background: #edf0f2;}
 .header{position:relative;background:url('../img/header-bg-m.png');width:100%;height:117px;}
 .menu-icon{width:20%;float:left;margin-top: 30px;cursor: pointer;}
 .menu-icon a{padding-left:15px;}
 .logo{
	height: auto;
    margin: 0 auto;
    text-align: center;
    width: 30%;
	}
 .logo a{display: block;padding-top: 10px;}
 .search-icon{width: 20%;
float: right;
text-align: right;
margin-top: 32px;}
 .search-icon a{padding-right:15px;}
 img.small{width:40%;height:40%;}


 .content-block{width: 100%;margin:-2px auto 0;background: #edf0f2;height:auto;}

 .home-menu {width:100%;height:100%}
.home-menu ul{height: auto;
    list-style: none outside none;
    margin: 20px 0 0 4%;
    padding: 0;
    width: 92%;}

.home-menu ul li{width: 100%;
height: 100%;
margin-left: 0;
padding-bottom: 0px;
padding-top: 8px;}

.home-menu ul li a{display:block;width: 100%;height:auto;}
.home-menu ul li a.info{width: 100%;height:auto;}

/* header menu css codes starts here... */

.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 117px;
    z-index:999;
	display:none;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay1 {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 117px;
    z-index:999;
	display:none;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.mobileMenu{
	border:0px solid #f00;
	position:absolute;
	width: 100%;
	background-color:#0054a5;
	height:auto;	
	display:none;
	z-index:999;
	margin-top:-3px;
}
.mobileMenu ul{
	text-decoration:none;
	width:100%;
	margin:14px 0 0 0;
	padding:0;
	text-align:center;
}
.mobileMenu ul li{
	float:left;
	line-height:80px;
	text-align:center;
	border-right:1px solid #7ba1c5;
	width:33%;
	margin:0;
	padding:0;
	list-style-type:none;
    margin-bottom:10px;
}
.mobileMenu ul li:last-child{
	border-right:0px solid #7ba1c5;
}
.mobileMenu ul li a{
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-0.05em;
}

.searchBox{
	border:0px solid #f00;
	position:absolute;
	width:93%;
	background-color:#0054a5;
	height:auto;	
	display:none;
	padding:2%;
	z-index:999;
}
.searchBox .textBox {
width: 64%;
float: left;
padding: 5% 4%;
height: auto;
}
.searchBtn{
background-color: #102d59;
border: 0;
font-size: 1em;
color: #fff;
font-weight: bold;
margin-left: 10px;
padding: 5% 6%;
}
/* header menu css codes ends here... */

.infopage-block1 {
height: auto;
margin: 0 auto;
margin-bottom: 20px;
background: #fff;
overflow: hidden;
border: 1px solid #1965af;
padding: 6%;
width: 88%;
}
 .infopage-hdg{margin-top:10px;margin-bottom:10px;}

.product-listblock{margin-top:30px;width: 100%;height:auto; }

.daytime-pdtblock{width:50%;height:auto;float:left;text-align: right;margin-top:0px;margin-bottom: 10px;}
.day-icon{padding:0px;}
.daytime-pdtblock p.orangebigtxt {
color: #f89820;
padding: 10px 0px 10px 10px;
margin: 0px;
font-size: 22px;
font-weight: bold;}
.daytime-pdtblock p {
color: #F89820;
    font-size: 14px;
    letter-spacing: -0.10em;
    line-height: 20px;
    margin-top: -5px;
}


.nitetime-pdtblock{width:50%;height:auto;float:left;text-align: left;margin-top:0px;margin-bottom:10px;}
.nitetime-pdtblock p.greenbigtxt {
color: #7fc34d;
padding: 10px 10px 10px 10px;
margin:-5px 0 0 0px;
font-size: 22px;
font-weight: bold;
}

.nitetime-pdtblock p {
color: #7fc34d;
font-size: 14px;
line-height: 20px;
padding: 0px;
margin-top: -5px;
padding-left:10px;
letter-spacing: -0.10em;
}

.packshot-desc {
width: 98%;
height: auto;
background: #0054a6;
margin: 0 auto;
color: #fff;
margin-top: -20px;
padding:0 1%;
border: 1px solid #0054a6;
margin-bottom:20px;
}
.packshot-desc p {
font-size: 11px;
    font-weight: bold;
    line-height: 25px;
    padding: 0;
    text-align: center;
	letter-spacing:-0.12em;
}

.yellowtxt{color: #eee80b;}

.infopage-block2{
margin-top: 20px;
width: 100%;
height: auto;
overflow: hidden;
border: 1px solid #1965af;
margin: 0 auto;
margin-bottom: 20px;
background: #fff;
padding-bottom: 20px;
}



.pdtlist1 {min-width: 30px;height: 30px;float: left;margin: 20px 0 0 20px;}
	.pdtlistdesc1{width: 84%;float: left;margin-top: 13px;float: right;}
	.pdtlistdesc1 h1{padding: 13px 0px 10px 10px;margin: 0px;text-align: left;color: #0054a6;font-style: normal;font-size: 18px; letter-spacing:-0.1em; font-family: NanumBarunGothic;}
	.pdtlistdesc1 p{padding: 10px;margin: 0px;text-align: left;margin-top: -22px; letter-spacing:-0.1em; font-size:13px; font-family: NanumBarunGothic;}
	.pdtlist1 img{
		width:60px;
	}
	.reference p {
		font-size: 12px;
		 letter-spacing: -0.04em;
	}
	.reference {
		margin: 0 auto;
		width: 84%;
	}


.pdtshotbox{width:100%;height: auto;}

/* .pdtlist1 {min-width: 55px;height: 54px;text-align: center;padding:22px 0px 5px 0px;}
.pdtlistdesc1{width: 100%;float: left;margin-top: 0px; text-align: center;}
.pdtlistdesc1 h1{padding: 10px 0px 10px 10px;margin: 0px;;color: #0054a6;font-style: normal;font-size: 30px;}
.pdtlistdesc1 p{padding: 10px;margin: 0px;margin-top: -22px;} */

.pdtlist2 {min-width: 55px;height: 54px;text-align: center;padding:5px 0px 5px 0px;}
.pdtlistdesc2{width: 100%;float: left;margin-top: 0px; text-align: center;}
.pdtlistdesc2 h1{padding: 10px 0px 10px 10px;margin: 0px;;color: #0054a6;font-style: normal;font-size: 30px;}
.pdtlistdesc2 p{padding: 10px;margin: 0px;margin-top: -22px;}

.pdtlist3 {min-width: 55px;height: 54px;text-align: center;padding:5px 0px 5px 0px;}
.pdtlistdesc3{width: 100%;float: left;margin-top: 0px; text-align: center;}
.pdtlistdesc3 h1{padding: 10px 0px 10px 10px;margin: 0px;;color: #0054a6;font-style: normal;font-size: 30px;}
.pdtlistdesc3 p{padding: 10px;margin: 0px;margin-top: -22px;}

.pdtlist4 {min-width: 55px;height: 54px;text-align: center;padding:5px 0px 5px 0px;}
.pdtlistdesc4{width: 100%;float: left;margin-top: 0px; text-align: center;}
.pdtlistdesc4 h1{padding: 10px 0px 10px 10px;margin: 0px;;color: #0054a6;font-style: normal;font-size: 30px;}
.pdtlistdesc4 p{padding: 10px;margin: 0px;margin-top: -22px;}

.pdtlist5 {min-width: 55px;height: 54px;text-align: center;padding:5px 0px 5px 0px;}
.pdtlistdesc5{width: 100%;float: left;margin-top: 0px; text-align: center;}
.pdtlistdesc5 h1{padding: 10px 0px 10px 10px;margin: 0px;;color: #0054a6;font-style: normal;font-size: 30px;}
.pdtlistdesc5 p{padding: 10px;margin: 0px;margin-top: -22px;}


 .home-banner{width: 100%;height: auto;margin: 0 auto;}
 img.responsive{width: 100%;height:auto;}

/* .reference{width: 86%;margin: 0 auto;}
.reference p{font-size:11px;} */

.howtopagewrap{width:88%;height:auto;margin: 0 auto;}
.howtopagewrap h1{text-align: center;
font-size: 44px;
color: #0054a6;
margin-top: 80px;
line-height: 40px;
font-style: italic;
font-weight: bold;
letter-spacing: -4px;}

ul.howtodesclist{width: 100%; text-align:center;}

.howtobox{width:100%;height:auto; }
.howtobox h1{
text-align: left;
margin-top: 20px;
font-style: italic;
letter-spacing:-0.10em;
color: #0054a6;
font-weight: bold;
font-size: 21px;
margin-bottom: 0;
}
.howtoblock{width: 100%;height:auto;text-align: left;}

.howtoIcon1{width:30%;height: auto; float:left;}
.howtoDesc1{
  width:69%;
  float: left;
  margin-left:1%;
}
.howtoDesc1 h2{
color: #414042;
    font-size: 11px;
    letter-spacing: -0.10em;
    line-height: 18px;
    margin: 0;
}

.bluebgtxt {
background: #0054a6;
color: #fff;
}

.howtoDesc1 ul{width: 100%;padding:0px;text-align: center; margin:0;}
.howtoDesc1 ul li{font-size: 8px;
    margin: 4px 0 0 10px;
    padding: 0;
    text-align: left;
    width: 100%;
	letter-spacing: -0.10em;}

.info-block-wrap {
width: 86%;
height: auto;
margin-top: 20px;
position: relative;
margin: 0 auto;
}

.infoblock-top{background: url('../img/paper-bg-top.png') ;height: 63px;width:100%;margin: 0 auto;}
.infoblock-body{background: url('../img/paper-bg-body.png') ;height: auto;width:100%;margin: 0 auto;}
.infoblock-body h1 {
margin: 0px;
color: #414042;
font-weight: bold;
font-size: 32px;
font-style: normal;
padding-top: 0px;
text-align: center;
}

.browntxt {
background: #F4CC9B;
color: #000;
}

/* ul.infoblocklist {margin-bottom:0px;padding-bottom:52px;}
ul.infoblocklist li{font-size: 12px;
line-height: 18px;
padding: 8px;
margin-left: -16px;
} */
.cup-image{
width: 25%;
height: auto;
margin: 0 auto;
margin-top: -12%;
position: absolute;
right: -10px;
}
.infoblock-bottom{background: url('../img/paper-bg-bottom.png') no-repeat; height:14px;width: 100%;}


.tvcf-heading{width:80%;height:auto;margin: 0 auto;}
.tvcf-heading img{margin-top:40px;margin-bottom:40px;}


.footer{width: 100%; height:auto;font-size:10px;color:#3f4143;text-align:center;margin-top:10px;margin-bottom: 25px;}
.footer-copyright span.tel{background:url('../img/phone-icon.jpg') no-repeat 0 2px;width:13px;height:10px;padding-left: 15px;}
 
 .novartis-footer-logo{
  width:225px;
  height:39px; 
  margin: 0 auto;
   }

.footer-text{
    position: relative;
    width: 100%;
    height:auto;
    font-size:12px;
    margin:0 auto;
    }

.footer-line2{width:100%;height:auto;margin: 0 auto;text-align: center;}    
.footer-line2 p{width:97%;}
.footertxtborderline{width:40%;margin: 0 auto;}
p.footertxtborder{border: 1px solid #848484;
padding: 5px;
width: 88%;
text-align: center;}



}

@media (min-width: 320px) and (max-width: 719px){
   p.footertxtborder {
border: 1px solid #848484;
padding: 5px;
width: 104%;
text-align: center;
} 
}


@media (min-width:480px) and (max-width: 719px) {
.tvcf-heading {
width: 60%;
height: auto;
margin: 0 auto;
}

}


@media (min-width:720px) and (max-width: 768px) {

  body{background:#edf0f2;}
 .container{width:100%;margin:0 auto;height:auto;}
 .header{position:relative;background:url('../img/header-bg-m.png');width:100%;height:117px;}
 
 .menu-icon{width:33.33%;float:left;margin-top: 30px;cursor: pointer;}
 .menu-icon a{padding-left:15px;}
 .logo{width:33.33%;height:auto;margin: 0 auto;float: left;text-align:center;}
 .logo a{display: block;padding-top: 10px;}
 .search-icon{width: 33.33%;
float: right;
text-align: right;
margin-top: 22px;}
 .search-icon a{padding-right:15px;}
 .novartis-footer-logo img{
		width:100%;
		margin-top:6px !important;
	}
/* header menu css codes starts here... */

.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 117px;
    z-index:999;
	display:none;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay1 {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 117px;
    z-index:999;
	display:none;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.mobileMenu{
	border:0px solid #f00;
	position:absolute;
	width:100%;
	background-color:#0054a5;
	height:108px;	
	display:none;
	z-index:999;
}
.mobileMenu ul{
	text-decoration:none;
	width:100%;
	margin:14px 0 0 0;
	padding:0;
	text-align:center;
}
.mobileMenu ul li{
	float:left;
	line-height:80px;
	text-align:center;
	border-right:1px solid #7ba1c5;
	width:33%;
	margin:0;
	padding:0;
	list-style-type:none;
}
.mobileMenu ul li:last-child{
	border-right:0px solid #7ba1c5;
}
.mobileMenu ul li a{
	font-size:34px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-0.05em;
}

.searchBox{
	border:0px solid #f00;
	position:absolute;
	width:96%;
	background-color:#0054a5;
	height:auto;	
	display:none;
	padding:2%;
	z-index:999;
}
.searchBox .textBox{
	width:75%;
	float:left;
	padding:10px 15px;
	height:54px;
}
.searchBtn{
	background-color:#102d59;
	border:0;
	font-size:34px;
	color:#fff;
	font-weight:bold;
	margin-left:10px;
	padding: 14px 35px;
}
/* header menu css codes ends here... */



 .content-block{width: 100%;margin:0 auto;height:auto;}
 .home-banner{width: 100%;height: auto;margin: 0 auto;}
 img.responsive{width: 100%;height:auto;}
 .home-content{width:100%;margin: 0 auto;}
.home-menu {width:100%;height:auto;}
.home-menu ul{list-style:none;height:auto;}

.home-menu ul li{width: 95%;height: 100%; margin-top: 20px;}

.home-menu ul li a{display:block;width: 100%;height:auto;}
.home-menu ul li a.info{width: 100%;height:auto;}

.video{width: 768px;height: auto;margin: 0 auto;}


.infopage-hdg{margin-top:10px;margin-bottom:10px;}

.infopage-block1 {
width: 88%;
height: auto;
overflow: hidden;
border: 1px solid #1965af;
margin: 0 auto;
margin-bottom: 20px;
background: #fff;
padding: 6%;}

.product-listblock{margin-top:30px;width:100%;height:auto; }


.daytime-pdtblock{width:50%;height:auto;float:left;text-align: right;}
.daytime-pdtblock img{padding-right:5px;}
.day-icon{padding:-24px 0 4px 0;}
.day-icon img{margin-top:-35px;}
.daytime-pdtblock p.orangebigtxt {
color: #f89820;
padding: 10px 6px 10px 10px;
margin: 0px;
font-size: 28px;
font-weight: bold;}
/* ��  */
.daytime-pdtblock p {color: #F89820;
    font-size: 16px;
    letter-spacing: -0.1em;
    line-height: 15px;
    margin: 0;
    padding: 0 7px 0 0;}


.nitetime-pdtblock{width:50%;height:auto;float:left;text-align: left;}
.nitetime-pdtblock img{padding-left: 5px;}
.nite-icon{padding:-24px 0 4px;}
.nite-icon img{margin-top:-24px;}
.nitetime-pdtblock p.greenbigtxt {
color: #7fc34d;
padding: 10px 10px 10px 6px;
margin: 0px;
font-size: 28px;
font-weight: bold;
}

.nitetime-pdtblock p {
color: #7fc34d;
font-size: 16px;
line-height: 18px;
padding-left: 10px;
letter-spacing: -0.18em;
margin:-3px 0 0;
}

.packshot-desc {
height: auto;
background: #0054a6;
margin: 0 auto;
color: #fff;
margin-top: -20px;
border: 1px solid #0054a6;
margin-bottom: 20px;

	letter-spacing: -0.1em;
    margin: -20px auto 20px;
    padding: 0 1%;
    width: 98%;
}
.packshot-desc p {
font-weight: bold;
padding: 0px;
line-height: 25px;
text-align: center;
font-size:13px;
}
.yellowtxt{color: #eee80b;}

.infopage-block2{
margin-top: 20px;
width: 100%;
height: auto;
overflow: hidden;
border: 2px solid #1965af;
margin: 0 auto;
margin-bottom: 0px;
background: #fff;
}

.pdtshotbox{width:100%;height: auto;}


.pdtlist1 {min-width: 55px;height: 54px;float: left;margin: 28px 0px 0px 28px;}
.pdtlistdesc1{width: 87%;float: left;margin-top: 10px;float: right;}
.pdtlistdesc1 h1{padding: 13px 0px 10px 10px;margin: 0px;text-align: left;color: #0054a6;font-style: normal;font-size: 30px; letter-spacing:-0.1em;}
.pdtlistdesc1 p{padding: 10px;margin: 0px;text-align: left;margin-top: -22px; letter-spacing:-0.1em;}

.pdtlist2 {min-width: 55px;height: 54px;float: left;margin: 28px 0px 0px 28px;}
.pdtlistdesc2{width: 87%;float: left;margin-top: 10px;float: right;}
.pdtlistdesc2 h1{padding: 10px 0px 10px 10px;margin: 0px;text-align: left;color: #0054a6;font-style: normal;font-size: 30px;}
.pdtlistdesc2 p{padding: 10px;margin: 0px;text-align: left;margin-top: -22px;}

.pdtlist3 {min-width: 55px;height: 54px;float: left;margin: 28px 0px 0px 28px;}
.pdtlistdesc3{width: 87%;float: left;margin-top: 10px;float: right;}
.pdtlistdesc3 h1{padding: 10px 0px 10px 10px;margin: 0px;text-align: left;color: #0054a6;font-style: normal;font-size: 30px;}
.pdtlistdesc3 p{padding: 10px;margin: 0px;text-align: left;margin-top: -22px;}

.pdtlist4 {min-width: 55px;height: 54px;float: left;margin: 28px 0px 0px 28px;}
.pdtlistdesc4{width: 87%;float: left;margin-top: 10px;float: right;}
.pdtlistdesc4 h1{padding: 10px 0px 10px 10px;margin: 0px;text-align: left;color: #0054a6;font-style: normal;font-size: 30px;}
.pdtlistdesc4 p{padding: 10px;margin: 0px;text-align: left;margin-top: -22px;}

.pdtlist5 {min-width: 55px;height: 54px;float: left;margin: 28px 0px 0px 28px;}
.pdtlistdesc5{width: 87%;float: left;margin-top: 10px;float: right;}
.pdtlistdesc5 h1{padding: 10px 0px 10px 10px;margin: 0px;text-align: left;color: #0054a6;font-style: normal;font-size: 30px;}
.pdtlistdesc5 p{padding: 10px;margin: 0px;text-align: left;margin-top: -22px;}

.reference{width: 86%;margin: 0 auto;}
.reference p{font-size:11px;}

.howtopagewrap{width:88%;height:auto;margin: 0 auto;}
.howtopagewrap h1{text-align: center;
font-size: 44px;
color: #0054a6;
margin-top: 80px;
line-height: 64px;
font-style: italic;
font-weight: bold;
letter-spacing: -4px;}

.howtobox{width:100%;height:auto;}
.howtobox h1{
text-align: left;
margin-top: 20px;
font-style: italic;
letter-spacing: -2px;
color: #0054a6;
font-weight: bold;
font-size: 32px;
}
.howtoBlock{width: 100%;height:auto;}

.howtoIcon1{width:150px;height: 149px;float:left;}
.howtoDesc1{
  width:74%;
  float: right;
}
.howtoDesc1 h2{
padding: 14px;
color: #414042;
line-height: 26px;
font-size: 20px;
margin-top: -10px;
margin-bottom: -20px;
}

.bluebgtxt {
background: #0054a6;
color: #fff;
}

.howtoDesc1 ul li{font-size:14px;}


.info-block-wrap {
width: 82%;
height: auto;
margin-top: 20px;
position: relative;
margin: 0 auto;
}

.infoblocktopborder{border-top: 2px solid #6d6d6d;
width: 83%;
margin: 0 auto;
margin-left: 40px;}
.infoblock-top{height: 63px;width:100%;margin: 0 auto;background: url('../img/paper-bg-top.png') ;}
.infoblock-body{height: auto;width:100%;margin: 0 auto;}
.infoblock-body h1 {
margin: 0px;
color: #414042;
font-weight: bold;
font-size: 32px;
font-style: normal;
padding-top: 22px;
text-align: center;
}

.browntxt {
background: #F4CC9B;
color: #000;
}

/* ul.infoblocklist {margin-bottom:0px;padding-bottom:52px;}
ul.infoblocklist li{font-size:12px;line-height: 18px;} */
.cup-image{float: right;
margin-top: -114px;
margin-right: -25px;
}
.infoblock-bottom{background: url('../img/paper-bg-bottom.png') no-repeat; height:14px;width: 100%;}






.tvcf-heading{width:342px;height:auto;margin: 0 auto;}
.tvcf-heading img{margin-top:40px;margin-bottom:40px;}

.tvc-video{width:616px;height:444px;margin: 0 auto;}


.footer{width:100%; height:155px;font-size:12px;color:#3f4143;position:relative;}
 
 .novartis-footer-logo{
  width:30%;
  height:39px;
  float:left;
   }

  .footer-copyright{float:right;width: 70%;}
  .footer-copyright span.tel{background:url('../img/phone-icon.jpg') no-repeat 0 2px;width:13px;height:10px;padding-left: 15px;}
  .footer-copyright p{padding-left:10px;}
  .footer-text{width:720px;}
  .footer-text p{padding-left: 16px;
font-size: 17px;
width: 97%;
line-height: 32px;
}
p.tel{position: absolute;}

.footer-text{
    position: relative;
    width: 100%;
    height:auto;
    font-size:12px;
    padding-left:10px;
    }
.footer-line2 p{width:30%;float: left;font-size:12px;}
.footer-line2{width:100%;height:auto;margin: 0 auto;text-align: center;}    
p.footertxtborder{border:1px solid #848484;padding:0px;width: 20%;margin-left:20px;}


	.info-block-wrap h1 {
		font-family: NanumBarunGothic;
		font-size: 38px !important;
		letter-spacing: -0.1em !important;
		margin-top: 78px !important;
		text-align: center !important;
	}
	.infoblocklist {
		margin: -10px 0 90px 30px !important;
		padding: 0 !important;
	}
	.infoblocklist li {
		font-size: 18px !important;
		letter-spacing: -0.1em !important;
		margin-top: 3px !important;
	}
	.infoblocklistsubUl {
		margin: 0 0 0 9px !important;
		padding: 0 !important;
	}
	
	.contactBody{
		background: none repeat scroll 0 0 #EDF0F2;
		height: auto;
		margin: -2px auto 0;
		width: 86%;
	}
	.contactContent{
		font-size:16px;
		letter-spacing:-0.1em;
	}
	.contactContent p{
		font-size:16px;
	}

	
.btnMar1{
	margin-left: 10px;
    margin-top: 0px !important;
}

.btnMar{
	margin-top:0px !important;
}

}



@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for viewports that meet the condition */
}


/*style starts here */

/*@font-face {*/
	/*font-family: "NanumBarunGothic";*/
	/*src: url('/fonts/NanumBarunGothic.eot');*/
	/*src: url('/fonts/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),*/
	/*url('/fonts/NanumBarunGothic.woff') format('woff'),*/
	/*url('/fonts/NanumBarunGothic.ttf') format('truetype');*/
	/*font-weight: normal;*/
	/*font-style: normal;*/
/*}*/
@font-face {
    font-family: 'NanumBarunGothic';
    src: url('/fonts/NanumBarunGothic.eot');
    src: url('/fonts/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
    url('//cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/NanumBarunGothicLight.woff') format('woff'),
    url('/fonts/NanumBarunGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "NanumBarunGothicBold";
	src: url('/fonts/NanumBarunGothicBold.eot');
	src: url('/fonts/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'),
	url('/fonts/NanumBarunGothicBold.woff') format('woff'),
	url('/fonts/NanumBarunGothicBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



.content-blockInfo{
	width: 86%;
	margin:-2px auto 0;
	background: #edf0f2;
	height:auto;
}
img.responsive1{
	width: 94%;
	height:auto; 
	margin-left:3%;
}
img.responsive2{
	width: 73%;
	height:auto; 
	margin-left:3%;
}
	.info-block-wrap{
		height: 100%;
		margin: 30px auto 0;
		position: relative;
		width: 81%;
		padding:1px 3%;
		background-image:url('../img/mobile_howtobg.png');
		background-repeat:no-repeat;
		background-size:100% 100%;
		border:0px solid #f00;
	}
    .info-block-wrap.howto {padding-bottom:90px !important;}
	.tvc-video {
		margin: 0 auto;
		width: 86%;
		margin-top: 50px;
	}
	.contactBody{
		background: none repeat scroll 0 0 #EDF0F2;
		height: auto;
		margin: -2px auto 0;
		width: 86%;
	}
	.privacyBody{
		background: none repeat scroll 0 0 #EDF0F2;
		height: auto;
		margin: -2px auto 0;
		width: 86%;		
	}
	.map{
		/*width:70%;*/
		border:0px solid #f00;
		margin:0 auto;
		text-align: center;
	}
	.sitemap li{
		line-height:30px;
		font-size:20px;
		
	}
	.sitemap li a{
		color:#4f4f50;
		text-decoration:none;
		font-size:16px;
	}
	.sitemap li a:hover{
		color:#4f4f50;
		text-decoration:underline;
	}
	
	
	


@media only screen and (min-width: 320px) and (max-width:480px){
	.container {
		background: none repeat scroll 0 0 #EDF0F2;
		height: auto;
		margin: 0 auto;
		width: 100%;
	}
	.header{
		position:relative;
		background:url('../img/header-bg-m360.png') no-repeat left top;
		background-size:100% 100%;
		width:100%;
		height:58px;
		border:0px solid #f00;
	}
	.menu-icon {
		margin-top: 12px;
		width: 20%;
	}
	.logo{
		position:absolute;
		margin:3px auto 0;
		width:27%;
		left: 36.5%;		
	}
	.logo a{
		display: inline-block;
		padding-top: 0px;
	}
	.logo img{
		width:98px;
		height:40px;
	}
	.home-menu ul{
		width:92%;
		margin-left:4%;
		margin-top:5px;
	}
	
	.footer {
		color: #3F4143;
		font-size: 8px;
		height: auto;
		margin-left: 5%;
		margin-top: 30px;
		margin-bottom:20px;
		width: 90%;
		text-align:left;
	}
	.novartis-footer-logo {
		height: auto;
		margin: 0;
		width: 25%;
		float:left;
	}
	.novartis-footer-logo img{
		width:100%;
		margin-top:3px;
	}
	.footer-copyright{
		float:right;
		width: 88%;
	}
	.footer-copyright span.tel{
	}	
	.footer-copyright p{
		margin-left:10px;
		font-size:6px;
		color:#3f4143;
		font-family:NanumBarunGothic;
	}
	.phoneIcon img{
		margin-right: 2px;
		margin-top: -3px;
		width: 8px;	
	}
	.footer-text{
		font-family: NanumBarunGothic;
		font-size: 9px;
		letter-spacing: -0.08em;
		line-height: 15px;
		margin-top: 5px;
    }
	.footertxtborder{
		border:1px solid #848484;
		margin:0 0 0 3px;
		padding:0 4px;
	}
	.footerMenu{
		color:#4f4f50;
		display:block;
		margin-top:15px;
	}
	.footerMenu ul{
		margin:0;
		padding:0;
		text-align:center;
	}
	.footerMenu ul li{
		list-style-type:none;
		display:inline-block;
		border-right:1px solid #4f4f50;
		text-align:center;
		line-height:8px;
	}
	.footerMenu ul li:last-child{
		border-right:0;
	}
	.footerMenu ul li a{
		margin:0 5px;
		color:#4f4f50;
		text-decoration:none;
	}
	.mobileMenu {
		width: 100%;
	}
	.mobileMenu ul li{
		line-height: 40px;
		font-family: NanumBarunGothic;
		font-size:8px;
	}
	.sitemap li{
		color:#4f4f50;
	}
	.sitemap li a{
		color:#4f4f50;
		text-decoration:none;
		font-size:12px;
	}
	
	
.daytime-pdtblock{width:50%;height:auto;float:left;text-align: right;margin-top:0px;margin-bottom: 10px;}
.day-icon{padding:0px;}
.daytime-pdtblock p.orangebigtxt {
color: #f89820;
padding: 10px 0px 10px 10px;
margin: 0px;
font-size: 13px;
font-weight: bold;}
/* �ڡ� */
.daytime-pdtblock p {
	color: #F89820;
    font-size: 8px;
    letter-spacing: -0.10em;
    line-height: 10px;
    margin-top: -5px;
}


.nitetime-pdtblock{width:50%;height:auto;float:left;text-align: left;margin-top:0px;margin-bottom:10px;}
.nitetime-pdtblock p.greenbigtxt {
color: #7fc34d;
padding: 5px 0 0 10px;
margin: 0px;
font-size: 13px;
font-weight: bold;
}

.nitetime-pdtblock p {
color: #7FC34D;
    font-size: 8px;
    letter-spacing: -0.1em;
    line-height: 10px;
    margin-top: -5px;
    padding: 10px;
    width: 100%;
	font-family: NanumBarunGothic;
    word-break: keep-all;
}

.packshot-desc {
background: none repeat scroll 0 0 #0054A6;
    border: 1px solid #0054A6;
    color: #FFFFFF;
    height: auto;
    margin: -20px auto 20px;
    padding: 0 1%;
    width: 98%;
	font-family: NanumBarunGothic;
}
.packshot-desc p {
font-size: 7px;
    font-weight: bold;
    letter-spacing: -0.1em;
    line-height: 11px;
    padding: 0;
    text-align: center;
	font-family: NanumBarunGothic;
}

.yellowtxt{color: #eee80b;}

.infopage-block2{
margin-top: 20px;
width: 98%;
height: auto;
overflow: hidden;
border: 1px solid #1965af;
margin: 0 auto;
margin-bottom: 20px;
background: #fff;
padding-bottom: 20px;
}
.pdtlist1 {min-width: 30px;height: 30px;float: left;margin: 22px 0 0 10px;}
.pdtlistdesc1{width: 86%;float: left;margin-top: 10px;float: right;}
.pdtlistdesc1 h1{padding: 13px 0px 10px 10px;margin: 0px;text-align: left;color: #0054a6;font-style: normal;font-size: 12px; letter-spacing:-0.1em; font-family: NanumBarunGothic;}
.pdtlistdesc1 p{padding: 10px;margin: 0px;text-align: left;margin-top: -22px; letter-spacing:-0.1em; font-size:8px; font-family: NanumBarunGothic;}
.pdtlist1 img{
	width:30px;
}
.reference p {
    font-size: 7px;
	 letter-spacing: -0.1em;
}
.reference {
    margin: 0 auto;
    width: 84%;
}
	.contactBody{
		background: none repeat scroll 0 0 #EDF0F2;
		height: auto;
		margin: -2px auto 0;
		width: 86%;
	}
	.contactContent{
		font-size:10px;
		letter-spacing:-0.1em;
	}
	.contactContent p{
		font-size:10px;
	}
	.ppstyle1 p{
		font-size:10px;
	}
	.ppstyle p{
		font-size:10px;
	}
	.ppstyle ul li{
		font-size:10px;
	}
	.ppstyle ul li a{
		font-size:10px;
		color:#222222;
	}
	.ppstyle h1{
		font-size:14px !important;
	}
	
	.center-wrapper > button {
		border: 0 none;
		display: block;
		float: right;
		line-height: 76px;
		padding: 0 25px;
	}
	.cookie_text {
		font-size: 10px;
		line-height: 12px;
		padding: 15px 10px;
		text-align: center;
	}


}

@media only screen and (min-width: 320px) and (max-width:360px){
	.footer-text{
		font-family: NanumBarunGothic;
		font-size: 8px;
		letter-spacing: -0.1em;
    }
	
	.footerMenu ul li a {
		margin: 0 2px;
	}
	
	.video-js {
		-moz-user-select: none;
		background-color: #000000;
		font-family: Arial,sans-serif;
		font-size: 6px !important;
		font-style: normal;
		font-weight: normal;
		padding: 0;
		position: relative;
		vertical-align: middle;
	}
	.pdtlistdesc1 {
		float: right;
		margin-top: 10px;
		width: 85%;
	}
	.info-block-wrap h1{
		font-size:17px;
		font-family:NanumBarunGothic;
		letter-spacing: -0.18em;
		margin-top: 38px;
		text-align: center;
	}
	.infoblocklist {
		margin: -10px 0 40px 26px;
		padding: 0;
	}
	.infoblocklist li {
		font-size: 8px;
		letter-spacing: -0.1em;
		margin-top:1px;
	}
	.infoblocklistsubUl {
		margin: 0 0 0 9px;
		padding: 0;
	}
	.contactBody h1{
		border-bottom:1px solid #cdcdcd;
		font-size:15px;
		color:#414042;
		font-family:NanumBarunGothicBold;
		margin-top: 18px;
	}
	.privacyBody h1{
		border-bottom:1px solid #cdcdcd;
		font-size:22px;
		color:#414042;
		font-family:NanumBarunGothicBold;
		margin-top: 18px;
	}
	.ppstyle h1{
		border-bottom:0px solid #cdcdcd;
		font-size:22px;
		color:#414042;
		font-family:NanumBarunGothicBold;
		margin-top: 18px;
	}
	
}
@media only screen and (min-width: 361px) and (max-width:480px){
	.footer-copyright p {
		font-size: 8px;
	}
	.footer-text {
		font-family: NanumBarunGothic;
		font-size: 9px;
	}
	.pdtlist1 {width:14%;min-width: 30px;height: 30px;float: left;margin: 22px 0 0 4%;}
	.pdtlistdesc1{width: 82%;float: left;margin-top: 10px;float: right;}
	.pdtlistdesc1 h1{padding: 13px 0px 10px 10px;margin: 0px;text-align: left;color: #0054a6;font-style: normal;font-size: 16px; letter-spacing:-0.1em; font-family: NanumBarunGothic;}
	.pdtlistdesc1 p{padding: 10px;margin: 0px;text-align: left;margin-top: -22px; letter-spacing:-0.1em; font-size:11px; font-family: NanumBarunGothic;}
	.pdtlist1 img{
		width:40px;
	}
	.reference p {
		font-size: 10px;
		 letter-spacing: -0.1em;
	}
	.reference {
		margin: 0 auto;
		width: 84%;
	}
	
	.info-block-wrap h1{
		font-size:20px;
		font-family:NanumBarunGothic;
		letter-spacing: -2px;
		margin-top: 100px;
		text-align: center;
	}
	.infoblocklist {
		margin: -10px 0 40px 26px;
		padding: 0;
	}
	.infoblocklist li {
		font-size: 12px;
		letter-spacing: -0.3em;
		margin-top:1px;
	}
	.infoblocklistsubUl {
		margin: 0 0 0 9px;
		padding: 0;
	}
	
	.howtobox h1 {
		font-size: 30px;
	}
	.howtoDesc1 h2 {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.10em;
	}
	.howtoDesc1 ul li {
		font-size: 12px;
		margin: 4px 0 0 14px;
		letter-spacing: -0.10em;
	}
	
	.contactContent{
		font-size:12px;
		letter-spacing:-0.1em;
	}
	.contactContent p{
		font-size:12px;
	}
	.contactBody h1{
		border-bottom:1px solid #cdcdcd;
		font-size:18px;
		color:#414042;
		font-family:NanumBarunGothicBold;
		margin-top: 18px;
	}
	.privacyBody h1{
		border-bottom:1px solid #cdcdcd;
		font-size:22px;
		color:#414042;
		font-family:NanumBarunGothicBold;
		margin-top: 18px;
	}
	.ppstyle h1{
		border-bottom:0px solid #cdcdcd;
		font-size:22px;
		color:#414042;
		font-family:NanumBarunGothicBold;
		margin-top: 18px;
	}
	.ppstyle ul li a{
		color:#222222;
	}

    .cookiepagewrap p {
    padding:10px;
    text-align:justify;
    }
	.footer {
		font-size: 10px !important;
		}

}

@media only screen and (min-width: 320px) and (max-width:480px){
	.hideForB480{
		display:none !important;
	}
	.visibleForB480{
		display:block !important;
	}
        .cookiepagewrap p {
    padding:10px;
    text-align:justify;
    }
	
	.popup {
    background-repeat:no-repeat;
    background-color: #fff;
    border: 0px solid #f00;
    display: inline-block;
    left: 13%;
    opacity: 0;
    padding: 10px 25px;
    position: fixed;
    text-align: center;
    top: 265px;
    visibility: hidden;
    z-index: 9999;
    width:60%;
    height:auto;

    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;*/               
}
.popup h2{
	line-height:23px;
}
.popup p{
	font-size:12px;
	line-height:12px;
}
.closeBtn{
	font-size:15px;
}

.btnMar{
	margin-top:-10px;
}
	
	
}
@media only screen and (min-width: 481px) and (max-width:768px){
	.hideForA481{
		display:none !important;
	}
	.visibleForA481{
		display:block !important;
	}
	    .cookiepagewrap p {
    padding:10px;
    text-align:justify;
    
    
    }
	.video{text-align:center;margin:0 auto;width:100%;height:auto;}
	
	.footer {
		color: #3F4143;
		font-size: 15px;
		height: auto;
		margin-left: 5%;
		margin-top: 30px;
		margin-bottom:20px;
		width: 90%;
		text-align:left;
		font-family: NanumBarunGothic;
	}
	.novartis-footer-logo {
		height: auto;
		margin: 0;
		width: 20%;
		float:left;
	}
	.novartis-footer-logo img{
		width:100%;
		margin-top:12px;
	}
	.footer-copyright{
		float:right;
		width: 88%;
	}
	.footer-copyright span.tel{
	}	
	.footer-copyright p{
		margin-left:10px;
		font-size:12px;
		color:#3f4143;
		font-family:NanumBarunGothic;
	}
	.phoneIcon img{
		margin-right: 3px;
		margin-top: -6px;
		width: 14px;
	}
	.footer-text{
		font-size: 15px;
		letter-spacing: -0.15em;
		line-height: 23px;
    }
	.footertxtborder{
		border:1px solid #848484;
		margin:0 0 0 3px;
		padding:0 4px;
	}
	.footerMenu{
		color:#4f4f50;
		display:block;
		margin-top:15px;
	}
	.footerMenu ul{
		margin:0;
		padding:0;
		text-align:center;
	}
	.footerMenu ul li{
		list-style-type:none;
		display:inline-block;
		border-right:1px solid #4f4f50;
		text-align:center;
		line-height:15px;
	}
	.footerMenu ul li:last-child{
		border-right:0;
	}
	.footerMenu ul li a{
		margin:0 10px;
		color:#4f4f50;
		text-decoration:none;
	}
	.mobileMenu ul li a{
		font-size:28px;
	}
	
	.info-block-wrap h1 {
		font-family: NanumBarunGothic;
		font-size: 32px;
		letter-spacing: -0.1em;
		margin-top: 66px;
		text-align: center;
	}
	.infoblocklist {
		margin: -10px 0 40px 26px;
		padding: 0;
	}
	.infoblocklist li {
		font-size: 16px;
		letter-spacing: -0.1em;
		margin-top: 3px;
	}
		.infoblocklist li *{
				letter-spacing: -0.1em;}
	.infoblocklistsubUl {
		margin: 0 0 0 9px;
		padding: 0;
	}
	
	.howtobox h1 {
		font-size: 40px;
		margin-bottom:7px;
	}
	.howtoDesc1 h2 {
		font-size: 28px;
		letter-spacing: -0.24em;
		line-height: 30px;
	}
	
	.howtoDesc1 ul li {
		font-size: 17px;
		letter-spacing: -0.1em;
		margin: 4px 0 0 14px;
	}
	.howtoDesc1 ul {
		margin: 10px 0 0;
		padding: 0 0 0 15px;
		text-align: left;
		width: 100%;
	}
	
	.contactBody h1{
		border-bottom:1px solid #cdcdcd;
		font-size:22px;
		color:#414042;
		font-family:NanumBarunGothicBold;
		margin-top: 18px;
	}
	.privacyBody h1{
		border-bottom:1px solid #cdcdcd;
		font-size:22px;
		color:#414042;
		font-family:NanumBarunGothicBold;
		margin-top: 18px;
	}
	.ppstyle h1{
		border-bottom:0px solid #cdcdcd;
		font-size:22px;
		color:#414042;
		font-family:NanumBarunGothicBold;
		margin-top: 18px;
	}
	.ppstyle ul li a{
		color:#222222;
	}
	.contactBody{
		background: none repeat scroll 0 0 #EDF0F2;
		height: auto;
		margin: -2px auto 0;
		width: 86%;
	}
	.contactContent{
		font-size:16px;
		letter-spacing:-0.07em;
	}
	.contactContent p{
		font-size:16px;
	}
	
	.center-wrapper > button {
		border: 0 none;
		display: block;
		float: right;
		line-height: 76px;
		padding: 0 25px;
	}
	.cookie_text {
		font-size: 12px;
		line-height: 16px;
		padding: 15px 10px;
		text-align: center;
	}
	
	.popup {
    background-image:url("../Content/images/OtrivinPopupBg.jpg");
    background-repeat:no-repeat;
    background-color: #fff;
    border: 0px solid #f00;
    display: inline-block;
    left: 28%;
    opacity: 0;
    padding: 30px 55px;
    position: fixed;
    text-align: center;
    top: 265px;
    visibility: hidden;
    z-index: 9999;
    width:34%;
    height:auto;

    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;*/               
}

.popup h2{
	line-height:23px;
}
.popup p{
	font-size:14px;
	line-height:14px;
}
.closeBtn{
	font-size:15px;
}
.btnMar{
	/*margin-top:-34px;*/
	margin-top:-30px;
}
	
}



.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index:999;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
	display:block;
}

.overlay:target+.popup {
    top:15%;
    opacity: 1;
    visibility: visible;
}
.closeBtn{
	text-decoration:none;
}

.btnMar1{
	margin-left: 10px;
    /*margin-top: -36px;*/
	margin-top:-50px
}

.btnMar{
	/*margin-top:-34px;*/
	margin-top:-30px;
}





.footer .reference {
    margin: 0;
    width: 100%;
}
.footer .reference .content {
    margin-top: 10px;
    padding-bottom: 10px;
}



/* 2018-08-20 new */
.home-menu-btn-img.on {display:none;}
.product_btns.main {clear:both;display:none;width:99%;height:auto;padding-bottom:20px;border-bottom:1px solid #3363af;margin-bottom:10px;}
.product_btns.main .product_btn {clear:both;display:flex;position:relative;width:100%;height:72px;margin-top:10px !important;align-items:center;}
.product_btns.main .product_btn:first-child {margin-top:5px !important;}
.product_btns.main .product_btn .product_btn_anchor {
    display:flex !important;width:100% !important;height:100% !important;padding-left:32.5% !important;font-size:85% !important;font-weight:500;text-align:left !important;color:#3363af !important;text-decoration:none !important;
    align-items:center !important;justify-content:flex-start !important;background-image:linear-gradient(#fcfcfc, #ccd7e6, #a9c3e6, #92b7e8) !important;
    border:1px solid #ebeced !important;border-radius: 5px !important;box-shadow:1px 2px 1px 0px rgba(165,167,168,0.7);
}
.product_btns.main .product_btn img {position:absolute;top:50%;left:11%;width:11%;max-width:11%;height:auto;transform:translateY(-50%);}
.product_btns.main .product_btn:nth-child(1) img {width:7%;left:12.5%;}
.product_btns.main .product_btn:nth-child(2) img {left:12%;width:9%;}
/* //2018-08-20 new */

/* 2018-09-04 new */
.product-notice-li {position:relative;width:100% !important;margin-bottom:0 !important;}
.product-notice-icon {float: right;width: 100%;height: 40px;text-align:center;margin:0;padding:10px 0;border-top:1px solid #7ba1c5;display:inline-block;}
.product-notice-icon-anchor {display:inline-block;width:100%;height:100%;text-align:center;}
.product-notice-icon-anchor:before {content:'';display:inline-block;height:100%;vertical-align:middle;}
.product-notice-icon-anchor img {width:70%;max-width:70%;height:auto;}

.product-notice-content {display:none;width:100%;height:auto;background-color:#fff;-moz-box-shadow:0 5px 20px 0 rgba(0,0,0,.44);-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,.44);box-shadow:0 5px 20px 0 rgba(0,0,0,.44);}
.product-notice-content.active {display:inline-block;}
.product-notice-content-title {font-size:16px;line-height:normal;color:#666666;}
.product-notice-content-items {display:inline-block !important;list-style-type:disc;width:85% !important;height:auto !important;margin:5px 0 0 0 !important;padding:5px 0 0 0 !important;border-top:1px solid #eeeeee !important;text-align:unset !important;}
.product-notice-content-item {width:100% !important;font-size:12px !important;line-height:16px !important;color:#666666 !important;letter-spacing:-1px;padding-left:0 !important;margin:10px 0 0 0 !important;border:0 !important;list-style-type:none !important;background:none !important;word-break:break-all !important;text-align:left !important;text-justify:inter-word;}
/* //2018-09-04 new */


/*Start :: WUNGLOGC-19079
===============================*/
.product_btns.main .product_btn:nth-child(1) img {width:10%;}
.product_btns.main .product_btn img {width:17%;max-width:17%;}
.product_btns.main .product_btn:nth-child(2) img {width:17%;}

@media only screen and (max-width: 767px){
    .logo {
        margin: 6px auto 0;
    }
    .logo img {
        max-width: 100%;
    }
    img.responsive1 {
        width: 100%;
        height: auto;
        margin: 24px auto;
        max-width: 200px;
        display: block;
    }
}

.nitetime-pdtblock .btnMar1 {
    margin-top: -25px;
}
.daytime-pdtblock .btnMar {
    margin-top: -15px;
}
/*End :: WUNGLOGC-19079
===============================*/



/*Start :: WUNGLOGC-26759
===============================*/
.inner-menu-items {
    display: inline-flex;
}
.youtube-icon {
    width: 22px;
    height: 22px;
    background: #313131;
    border-radius: 50%;
    position: relative;
    top: 24px;
    left: 0;
    display: inline-table;
}
.youtube-icon img {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 13px;
   height: 10px;
   transform: translate(-50%, -50%);
}
.mobileMenu .inner-menu-items > a {
    margin-left: 20px;
    margin-right: 20px;
}
.inner-menu-items:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #7ba1c5;
    height: 1px;
    left: 0;
    right: 0;
    top: 3px;
}
.mobileMenu .product-notice-icon {
    border-top: none;
}
.product-notice-icon {
    height: auto;
    padding: 15px 0;
}
.youtube-icon:before {
    content: "";
    position: absolute;
    height: 42px;
    width: 1px;
    background: #7ba1c5;    
    left: -19px;   
    top: -9px;
}

/*R-3 Changes*/ 
.product-notice-bottom-block {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}
.product-notice-bottom-block span{ 
    font-size: 10px;
}

   
 /* homepage video carousel*/
 .carousel .inner-content.vid-inner-content { height: 405px; width: 720px; display: inline-block; }
 .carousel .carousel-indicators { bottom: 0px; }
 .carousel .carousel-indicators li { margin: 0 2px; width: 18px; height: 18px; background: transparent; border-color: #0056b8; border-width: 3px; }
 .carousel .carousel-indicators li.active { background: rgba(0, 86, 184, 1); }
 .carousel#video-carousel { padding-bottom: 90px; }
 .carousel#video-carousel .carousel-inner { border: 2px solid #fff; background-color: #fff; }
 .carousel#video-carousel .carousel-inner .inner-content.vid-inner-content .youtube-video { position: inherit; left: 0; top: 0; }
 .carousel#video-carousel .carousel-control { color: rgba(0, 86, 184, 1); width: 5%; line-height: 400px; background: none; } 
 .carousel#video-carousel .carousel-control:hover, .carousel#video-carousel .carousel-control:focus, .carousel#video-carousel .carousel-control:active { color: rgba(0, 86, 184, 1); }
 .carousel-control { width: 5%; }
 .carousel .carousel-control { background: transparent; text-shadow: none; color: rgba(0, 86, 184, 1); opacity: 1; }
 @media (max-width: 768px){
 .carousel .inner-content.vid-inner-content { height: 293px; width: 520px; display: inline-block; }
 .carousel-control { width: 5%; }
 }
 @media (max-width: 414px){
 .carousel .inner-content.vid-inner-content { height: 100%; width: 320px; display: inline-block; }
 .vid-carousel-control { display: none; }
 .carousel .carousel-indicators { bottom: 40px; }
 }
 @media (max-width: 360px){
 .carousel .inner-content.vid-inner-content { height: 100%; width: 266px; display: inline-block; }
 .vid-carousel-control { display: none; }
 .carousel .carousel-indicators { bottom: 40px; }
 }

 
      .gallery-slider {
        position: relative;
        width: 100%;
        padding: 0 0px;
        height: auto;
      }
    
      .gallery-slider .swiper-container {
        width: 100%;
        height: 100%;
      }
    
      .gallery-slider .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: flex-start;
      }
    
      .gallery-slider .swiper-slide__bg-image {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
      }
    
      .gallery-slider .swiper-button-next,
      .gallery-slider .swiper-button-prev {
        margin-top: -16px;
      }
    
      .gallery-slider .swiper-button-next {
        right: -38px;
      }
    
      .gallery-slider .swiper-button-prev {
        left: -38px;
      }
    
      .swiper-pagination {
        width: 100%;
        font-size: 0;
        bottom: 0;
      }
    
      .swiper-pagination-bullet {
        width: 6px;
        height: 4px;
        background-color: transparent !important;
        border-radius: 0;
        opacity: 1;
      }
    
      .swiper-pagination-bullet-active {
        background-color: transparent !important;
      }
    
      .swiper-button-next,
      .swiper-button-prev {
        z-index: 1;
        width: 80px !important;
        height: 18px !important;
        background-size: 36px auto !important;
        background-position: center center;
        transition: border-color 0.3s;
      }
    
      .swiper-button-next.-dark,
      .swiper-button-prev.-dark {
        background-color: transparent;
      }
    
	  .swiper-button-next.-dark:focus-visible,
      .swiper-button-prev.-dark:focus-visible {
        background-color: transparent;
		outline: none !important;
      }
	  .swiper-button-next.-dark:focus,
      .swiper-button-prev.-dark:focus {
        background-color: transparent;
		outline: none !important;
      }
      .swiper-button-next.-dark:hover,
      .swiper-button-prev.-dark:hover {
        border-color:unset !important;
      }
    
      .swiper-button-next:hover,
      .swiper-button-prev:hover {
        border-color: unset !important;
      }

	  .swiper-button-next.-dark:hover, .swiper-button-prev.-dark:hover {
		 border-color: unset !important ; 
		 border: none !important ;
	}
	
	.swiper-button-next:hover, .swiper-button-prev:hover {
		 border-color: unset !important; 
		 border: none !important ;
		 background-color: transparent !important;
		
	}

	

/* 
 @media (min-width: 1200px) {
    .container {

        width: 1024px;
        height: auto;
        margin: 0 auto;
    }
} */
/* .container {
    padding-left: initial;
    padding-right: initial;
   
}
.ytp-large-play-button {
    width: 55px !important;
    height: 39px !important;
  
} */
/* @media (min-width: 320px) and (max-width: 719px)
{
.infopage-block1 {
   
    width: 99%;
	padding:3%;
}
.infopage-block1 .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.product-listblock {
    margin-top: -17px;

}

} */
 /* Ends homepage video carousel*/

/*End :: WUNGLOGC-26759
===============================*/