@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700);
/*Help*/
.shipList {
    list-style-type: disc !important;
    padding: 0 0 0 24px;
    margin: 0;
}
.shipList > li {
    list-style-type: disc !important;
    font-size: 12px;
    color: #000;
}

.ListPanel {
    padding: 0px;
    list-style-type: none;
    width: 96%;
	margin: 0 auto;
}
.ListPanel > li {
    background-color: #ffffff;
    position: relative;
    float: left;
    width: 100%;
     border: solid 1px #d9d9d9;
	border-bottom: none;
}
.ListPanel > li:last-child {
	 border-bottom: solid 1px #d9d9d9;
}
.ListPanel > li > span:first-child {
    color: #1b7b86;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 5px;
    margin-left:3px;
    position: relative;
}
.ListPanel > li > span:nth-child(2) {
    text-align: left;
    color: #000;
    display: block;
    font-size: 12px;
    padding-left: 7px;
    transition: all 0.3s ease-in-out 0s;
}
.ListPanel > li > span:nth-child(2) > ul{
	margin: 0 auto;
	padding: 0;
	width:90%;
	
}
.imgSpan {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
.ListPanel > li > span:first-child::after {
    background-image: url(http://cdn.shopclues.com/images/banners/Work/FooterPages/mobile/shipping_dropdown.png);
    background-repeat: no-repeat;
    content: "";
    height: 9px;
    right: 0px;
    top: 19px;
    position: absolute;
    width: 18px;
    transition: all 0.3s ease-in-out 0s;
}
.ListPanel li.ActiveArrow > span:first-child::after {
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out 0s;
}
.lstNavfooter {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    overflow-x: auto;
    white-space: nowrap;
	
}
.lstNavfooter li {
    display:inline-block;
    margin: 0px 0px;
	border:1px solid #d3d3d3;
	background-color: #ebebeb;
	
}

.lstNavfooter li > a {
	display: inline-block;
	text-align: center;
	color: #494949;
	font-size: 14px;
	padding: 8px 14px;
	text-decoration: none;
}
/*Help End */
/*Privacy Policy*/
.OverViewTxt{
	color: #00a2b5;
	display: block;
	padding: 5px 19px;
	font-size: 18px;
	font-weight: bold;
	
}

/* Contact us*/
.ContactList {
display:block;
padding: 4px 19px;
text-align: left;
background-color: #00a2b5;
color: #fff;
font-size: 16px;
}
.contactText > span{
	display: block;
	
}
.contactText > a{
	display: block;
color: #00a2b5;

}
/* Contact us end*/
.MarginBottom10{
	margin-bottom: 10px;
}
.numberedList{
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.numberedList li{
	width: 100%;
	font-size: 12px;
	text-transform: capitalize;
}
.textNormal{
	text-align: left;
	font-size: 13px;
	padding: 5px 10px 16px;
	display: inline-block;
}
.boldText{
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	padding: 0px 10px;
	display: inline-block;
	
}
.FooterContainer{
	font-family: 'Open Sans', sans-serif;
	width:100%;
	margin: 0 auto;
}
.paddTop16{
	padding-top: 16px;
}
.img-responsive{
	display:inline-block;
	max-width:100%;
}
.row{
	margin:0 auto;
	display:inline-block !important;
	width:100% !important;
}
.col-xs-12{
	padding:0px;
}
.col-xs-6{
	float:left;
	width:50%;
	display:inline-block;
}
.text-center{
	text-align:center;
}
body, html{
	padding:0px;
	margin:0px;
}