* {
	box-sizing: border-box;
}
.qcld-list-hoder{
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding: 12px 12px;
	    overflow: hidden;
}
.qcld-list-column{
	display: inline-block;
	vertical-align: top;
	min-width: 22%;
}
.qcopd-single-list > ul > li{
	list-style:none;
	
}
.qcopd-single-list h3{
	margin-bottom:30px;
}

/* Progress bar style */

.ilist-progress-bar-container{
    width: 100%;
    display: block !important;
    margin-bottom: 6px;
    position: relative;
}
.ilist-progress-style[value] {

	appearance: none;
	border: none;
	width: 100%; height: 20px;
	background-color: whiteSmoke;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
	color: royalblue;
	position: relative;
	margin: 0; 
}

.ilist-progress-style[value]::-webkit-progress-bar {
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
}

.ilist-progress-style[value]::-webkit-progress-value {
    position: relative;
    
    background-size: 35px 20px, 100% 100%, 100% 100%;
    border-radius:3px;

    animation: animate-stripes 5s linear infinite;
}

@keyframes animate-stripes { 100% { background-position: -100px 0; } }


.ilist-progress-style[value]::-webkit-progress-value:after {
    content: '';
    position: absolute;
    
    width:5px; height:5px;
    top:7px; right:7px;
    
    background-color: white;
    border-radius: 100%;
}


.ilist-progress-style[value]::-moz-progress-bar {
	background-image:
	-moz-linear-gradient( 135deg,
	transparent,
	transparent 33%,
	rgba(0,0,0,.1) 33%,
	rgba(0,0,0,.1) 66%,
	transparent 66%),
	-moz-linear-gradient( top,
	rgba(255, 255, 255, .25),
	rgba(0,0,0,.2)),
	-moz-linear-gradient( left, #09c, #f44);
	background-size: 35px 20px, 100% 100%, 100% 100%;
	border-radius:3px;
    
}

.ilist-progress-bar {
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
    width: 100%; height:20px;
}

.ilist-progress-bar span {
    background-color: royalblue;
    border-radius: 3px;
    display: block;
    text-indent: -9999px;
}

.ilist-progress-bar-container p[data-value] {
    position: absolute;
    padding: 0px;
    height: 20px;
    z-index: 9;
    color: #fff !important;
    left: -12px;
    font-size: 14px !important;
    line-height: 22px !important;
    margin: 0px !important;
    padding: 0px;
}

.ilist-progress-bar-container p[data-value]:after {
    content: attr(data-value) '%';
    position: absolute; right:0;
}

.ilist-progress-style::-webkit-progress-value  {
	background-image:
	-webkit-linear-gradient( 135deg,
	transparent,
	transparent 33%,
	rgba(0,0,0,.1) 33%,
	rgba(0,0,0,.1) 66%,
	transparent 66%),
	-webkit-linear-gradient( top,
	rgba(255, 255, 255, .25),
	rgba(0,0,0,.2)),
	-webkit-linear-gradient( left, #09c, #f44);
}

.ilist-progress-style::-moz-progress-bar {
	background-image:
	-moz-linear-gradient( 135deg,
	transparent,
	transparent 33%,
	rgba(0,0,0,.1) 33%,
	rgba(0,0,0,.1) 66%,
	transparent 66%),
	-moz-linear-gradient( top,
	rgba(255, 255, 255, .25),
	rgba(0,0,0,.2)),
	-moz-linear-gradient( left, #09c, #f44);
}

/* Progress bar style */

/* Copy and Share Button */
.qcilist-copy-share-section {
	z-index: 99;
	display: inline-block;
	margin-left: 0;
	width: 25px;
	height: 25px;
	
}
.qcilist-copy-share-button {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	background-color: #27A79A;
	border-radius: 50%;
	padding: 6px;
}
.qcilist-copy-share-button-lists-container {
	position: relative;
}
.qcilist-copy-share-button-lists {
	display: none;
	position: absolute;
right: -12px;
top: 5px;
	background: #1C9185;
	width: auto;
	padding: 10px 6px 0 7px;
	border-radius: 6px;
}
.qcilist-copy-share-single-button {
	width: 35px;
	height: 35px;
	background: #ea5362;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	margin: 0 0 10px 0;
}
.qcilist-copy-share-single-button a {
	display: block;
	color: #fff !important;
}
.list-twentyTwo-copied-content {
	position: absolute;
	top: -999999px;
}
.copy-success-message {
	padding: 5px 20px;
	background: #7ecbc4;
	color: #fff;
	position: fixed;
	bottom: 60px;
	right: 123px;
	z-index: 999999999;
	display: none;
}
.qcilist-copy-share-section i{
	font-size:15px;
}
.ilist-item-main-29:hover{
  z-index: 9999;
}
.qcilist-copy-share-button-lists-container {
    z-index: 9999;

}

a.ilist-fancybox{
	cursor: pointer;
}

.ilist-capture-wrap{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    flex-direction: column;
    padding:0px 5px;
    text-align: center;
}
.ilist-capture-wrap .ilist-download-btn{
	padding: 5px 15px;
    margin: 8px;
    line-height: 18px;
    border: 1px solid #e04747;
    background: #e04747;
    color: white;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;
}
.ilist-capture-wrap .ilist-download-btn:hover{

    border: 1px solid indianred;
    background: indianred;
}



@font-face {
    font-family: 'matchbookmatchbook';
    src: url('../fonts/matchbook-webfont.woff2') format('woff2'),
         url('../fonts/matchbook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.ilist-box-style-main {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.ilist-box-style-main {
	-webkit-box-shadow: 0 10px 18px 2px rgba(0,0,0,.1);
	box-shadow: 0 10px 18px 2px rgba(0,0,0,.1);
}

.ilist-box-style-main {
  background: rgba(0, 0, 0, 0) url("../images/cloud_bg.png") no-repeat scroll center bottom;
  bottom: 0;
  position: relative;
  width: 100%;
  padding-bottom: 76px;
}


.ilist-box-header {
  background:#f7f4f5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.shadow-separator::after {
  border-radius: 100%;
  box-shadow: 0 0 10px #333333;
  content: "";
  display: block;
  height: inherit;
  position: relative;
  top: 100%;
}
.shadow-separator {
  height: 30px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.ilist-box-header .ilist-border-style-top {
  display: flex;
}
.ilist-box-header .ilist-border {
  background: #222 none repeat scroll 0 0;
  height: 5px;
  width: 25%;
}
.ilist-box-header .ilist-border.ilist-border-01 {
  border-top-left-radius: 10px;
}
.ilist-box-header .ilist-border.ilist-border-02 {
	 background: #555 none repeat scroll 0 0;
}

.ilist-box-header .ilist-border.ilist-border-03 {
	 background: #888 none repeat scroll 0 0;
}

.ilist-box-header .ilist-border.ilist-border-04 {
  background: #b6b6b6 none repeat scroll 0 0;
  border-top-right-radius: 10px;
}
.ilist-headline h2 {
  color: #333;
  font-family: 'matchbookmatchbook';
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin: 40px 0 20px;
  line-height: initial;
}
.ilist-headline {
  padding: 0 20px;
  text-align:center;
  position:relative;
}
.ilist-headline::before {
  background: #ddd none repeat scroll 0 0;
  bottom: -20px;
  content: "";
  height: 4px;
  left: 36%;
  position: absolute;
  width: 30%;
  border-radius:5px;
}
.ilist-headline span {
  background: #ebe7e9 none repeat scroll 0 0;
}

.qcopd-single-list > ul{
	margin: 0 0 0 0;
}

.qcld_list_clear_margin_bottom{
	clear:both;
	margin-bottom:100px;
}

.qcld_list_img_top_bottom_wrap{
	width:60%;
	margin:0 auto;
	display: flex;
    justify-content: center;
}

.qcld_list_chart_top_bottom_wrap{
	width:60%;
	margin:0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
}

.qcld_list_chart_top{
	width:60%;
	margin:0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
}

.qcld_list_chart_bottom{
	width:60%;
	margin:0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 480px) {
	
	.qcld_list_img_top_bottom_wrap{
		width:100%;
		margin:0 auto;
	}
	
	.qcld_list_chart_top_bottom_wrap{
		width:100%;
		margin:0 auto;
	}
	
	.qcld_list_chart_top{
		width:100%;
		margin:0 auto;
	}

	.qcld_list_chart_bottom{
		width:100%;
		margin:0 auto;
	}

}
