.footHead {font-size: 20px;color: #7bbb2a !important;padding-bottom: 20px;}
.heading-menu .menuhead h1{color:#fff}
.menuhead{width:100%;text-align:center}
.breadcrumb{display:none}
.heading-menu {padding: 57.3px 0;
background:url(/sites/meweb/images/kr/service-desk/images/sdp-banner-bg.png) no-repeat center top;
    background-attachment: relative;
    background-position: center center;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
color: #fff;border-bottom: 1px solid #C5CBD4;font-weight: 400;letter-spacing: -1px;position: relative;overflow: hidden;clear: both; height:auto;font-weight:500; }
h1.ftrmnhdr {line-height:50px !important;
    font-size: 40px !important;font-weight: 500 !important;}
.ftrpg-inrhdr{color:#fff; font-weight:200; font-size:23px;}

#scroll {
    position: relative;
    padding:0px;
}
.feature-box p{min-height: 125px;}


a.redbtn{background: #E9142B;color: #fff;font-size: 17px;line-height: 30px;padding: 7px 30px;display: inline-block;text-decoration: none;text-align: center; letter-spacing:1px; border-radius:5px;}

a.redbtn:hover{background: #DE0C23;}

#vidZoneSec{ display:none;}
#customers{ display:none;}
.bannerflex {
    width: 100%;
    background:none;
}
.flexslider{ width:100% !important;}
.flexBnrslides li a{ text-decoration:none !important;}
.flexslider .flexBnrslides > li{ width:100%;}
.flex-control-nav {bottom: 25px!important;
    background: #fafafa;
    width: 97%;
    margin-left: 13px; height: 40px;}
	
.nav-tour.fixed {
    position: fixed;
    z-index: 7;
    top:92px;
    width: 100%;
	background:#fff;
	left:0px;
	right:0px;
	z-index:999999;
	background:#dadada;
}

.hdstour-img.fixed{ display:none}
.flex-control-nav {
    
    z-index: 9;
}

ul.group li a {
    padding:10px;
    margin:0px;;
    cursor:pointer;
	text-decoration:none;
	color:#444;
}


ul.group li:hover {
background:#fff; cursor:pointer;color:#444;
}

ul.group li.selected{
    background:#fff;
    font-weight:bold;
    color:#444;
}

.dropbtn {
    background-color: #333;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	outline:none;
	-webkit-appearance:none;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #000;
}

.dropdown {
    position: relative;
    display: inline-block;
	float:right;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 325px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	right: 0px
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd}

.show {display:block;}