
img {
    border: none;
    max-width: 100%;
}

.clear {
    clear: both;
    width: 100%;
    height: 1px;
}

/*--------------------------end main style------------------------------*/
/*--------------------------start list style 01------------------------------*/

section.list-section {
    padding: 80px 0;
}


ul.listing-nineteen {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.ilist_pinfol2_1{width:100%}
.ilist_pinfol2_2{width:50%}
.ilist_pinfol2_3{width:33.33%}
.ilist_pinfol2_4{width:25%}
.ilist_pinfol2_5{width:20%}
.ilist_pinfol2_6{width:16.6%}
.ilist_pinfol2_7{width:14.2%}
.ilist_pinfol2_8{width:12.5%}
ul.listing-nineteen li.list-style-nineteen {
    display: inline-block;
    
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    -webkit-transition: all 0.5s ease; /* Safari 3.2+, Chrome */
    -moz-transition: all 0.5s ease; /* Firefox 4-15 */
    -o-transition: all 0.5s ease; /* Opera 10.5-12.00 */
    transition: all 0.5s ease; /* Firefox 16+, Opera 12.50+ */
}

.list-nineteen-inner-part {
    position: relative;
    background: -moz-linear-gradient(0deg, #62c6d8 0%, #00b2cd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, 0deg, color-stop(0%, #62c6d8), color-stop(100%, #00b2cd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(0deg, #62c6d8 0%, #00b2cd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(0deg, #62c6d8 0%, #00b2cd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(0deg, #62c6d8 0%, #00b2cd 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c6d8', endColorstr='#00b2cd', GradientType='1'); /* for IE */
    background: linear-gradient(90deg, #62c6d8 0%, #00b2cd 100%); /* W3C */
    color: #ffffff;
    border-radius: 100px;
    padding: 20px 30px;
    border: 5px solid #ffffff;
    box-shadow: 1px 1px 5px #EEE;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#333333)"; /*IE 8*/
    -moz-box-shadow: 0px 0px 5px #333333; /*FF 3.5+*/
    -webkit-box-shadow: 0px 0px 5px #333333; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 0px 5px #333333; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#333333); /*IE 5.5-7*/

    -webkit-transition: all 1s linear; /* Safari 3.2+, Chrome */
    -moz-transition: all 1s linear; /* Firefox 4-15 */
    -o-transition: all 1s linear; /* Opera 10.5-12.00 */
    transition: all 1s linear; /* Firefox 16+, Opera 12.50+ */
	min-height: 203px;
}

.list-nineteen-inner-part:hover {
    background: -moz-linear-gradient(0deg, #00b2cd 0%, #62c6d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, 0deg, color-stop(0%, #00b2cd), color-stop(100%, #62c6d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(0deg, #00b2cd 0%, #62c6d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(0deg, #00b2cd 0%, #62c6d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(0deg, #00b2cd 0%, #62c6d8 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b2cd', endColorstr='#62c6d8', GradientType='1'); /* for IE */
    background: linear-gradient(90deg, #00b2cd 0%, #62c6d8 100%); /* W3C */
}

.list-nineteen-optional-area {
    width: 144px;
    height: 144px;
    top: 50%;
    margin-top: -77px;
    border-radius: 50%;
    position: absolute;
    background: -moz-linear-gradient(0deg, #f08493 0%, #eb5060 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, 0deg, color-stop(0%, #f08493), color-stop(100%, #eb5060)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(0deg, #f08493 0%, #eb5060 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(0deg, #f08493 0%, #eb5060 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(0deg, #f08493 0%, #eb5060 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08493', endColorstr='#eb5060', GradientType='1'); /* for IE */
    background: linear-gradient(90deg, #f08493 0%, #eb5060 100%); /* W3C */
    border: 5px solid #ffffff;
    -webkit-transition: all 0.5s linear; /* Safari 3.2+, Chrome */
    -moz-transition: all 0.5s linear; /* Firefox 4-15 */
    -o-transition: all 0.5s linear; /* Opera 10.5-12.00 */
    transition: all 0.5s linear; /* Firefox 16+, Opera 12.50+ */
	overflow: hidden;
	display: flex;
	justify-content: center;

}

.list-nineteen-sl, .list-nineteen-avatar, .list-nineteen-upvote {

position: absolute;
color: #000;
}

.list-nineteen-sl {
top: 12px;
left: 200px;

}

.list-nineteen-avatar {
top: 43px;
right: 26px;
text-align: left;

}
.upvote-section{
	align-self: center;
}
.list-nineteen-upvote {
	top: 53px;
	left: 68px;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.ilist_image_position{
	display: flex;
    justify-content: center;
    height: 100%;
}
.list-nineteen-sl h2 {
    font-size: 30px;
    
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: right;
    
}
.list-nineteen-sl h2:before,
.list-nineteen-content h2:before {
  display: none
	
}

ul.listing-nineteen li.list-style-nineteen:nth-child(odd) .list-nineteen-optional-area {
    left: 20px;
}
ul.listing-nineteen li.list-style-nineteen:nth-child(odd) .list-nineteen-sl {
    left: 198px;
}
ul.listing-nineteen li.list-style-nineteen:nth-child(even) .list-nineteen-sl {
    right: 198px;
}
ul.listing-nineteen li.list-style-nineteen:nth-child(odd) .list-nineteen-avatar {
    right: 26px;
}
ul.listing-nineteen li.list-style-nineteen:nth-child(even) .list-nineteen-avatar {
    left: 26px;
}

ul.listing-nineteen li.list-style-nineteen:nth-child(odd) .list-nineteen-inner-part {
    padding-left: 200px;
}

ul.listing-nineteen li.list-style-nineteen:nth-child(even) .list-nineteen-optional-area {
    right: 20px;
}

ul.listing-nineteen li.list-style-nineteen:nth-child(even) .list-nineteen-inner-part {
    padding-right: 200px;
}

ul.listing-nineteen li.list-style-nineteen:nth-child(even) .list-nineteen-content h2 {
    text-align: right;
}
ul.listing-nineteen li.list-style-nineteen:nth-child(even) .list-nineteen-content span p {
    text-align: right;
}

.list-nineteen-content {
    padding: 25px 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;

}

.list-nineteen-inner-part .list-nineteen-content h2 {
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 24px;
	text-align: left;
}

@media screen and (max-width: 767px) {
    ul.listing-nineteen li.list-style-nineteen:nth-child(odd) .list-nineteen-sl, ul.listing-nineteen li.list-style-nineteen:nth-child(even) .list-nineteen-sl {
        left: auto;
        right: -16px;
        top: -3px;
    }

    ul.listing-nineteen li.list-style-nineteen:nth-child(odd) .list-nineteen-inner-part, ul.listing-nineteen li.list-style-nineteen:nth-child(even) .list-nineteen-inner-part {
        padding-left: 160px;
        padding-right: 30px;
    }

    ul.listing-nineteen li.list-style-nineteen:nth-child(even) .list-nineteen-content h2 {
        text-align: left;
    }

    .list-nineteen-sl {
        width: 65px;
        height: 65px;
        margin: 0;
    }

    .list-nineteen-sl h2 {
        font-size: 35px;
        line-height: 65px;
    }
	.ilist_pinfol2_1,.ilist_pinfol2_2,.ilist_pinfol2_3,.ilist_pinfol2_14,.ilist_pinfol2_5,.ilist_pinfol2_6,.ilist_pinfol2_7,.ilist_pinfol2_8{
		width:100%;
	}







ul.listing-nineteen li.list-style-nineteen:nth-child(2n+1) .list-nineteen-optional-area {

    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
	top:10px;

}
ul.listing-nineteen li.list-style-nineteen:nth-child(2n+1) .list-nineteen-inner-part, ul.listing-nineteen li.list-style-nineteen:nth-child(2n) .list-nineteen-inner-part {

    padding-left: 30px !important;
    padding-right: 30px;

}

ul.listing-nineteen li.list-style-nineteen:nth-child(2n) .list-nineteen-optional-area {

    right: 0;
    left: 0;
    margin: 0 auto;
	top: 10px;

}

.list-nineteen-content {
    margin: 120px 0 0 0;
    text-align: center;

}
ul.listing-nineteen li.list-style-nineteen:nth-child(2n) .list-nineteen-content span p {

    text-align: center;

}
ul.listing-nineteen li.list-style-nineteen:nth-child(2n+1) .list-nineteen-sl, ul.listing-nineteen li.list-style-nineteen:nth-child(2n) .list-nineteen-sl {

    left: auto;
    right: 18px;
    top: 60px;

}


}






@media screen and (max-width: 414px) {

.list-nineteen-optional-area {

    width: 100px;
    height: 100px;

}
}

ul.listing-nineteen li.list-style-nineteen:nth-child(even) .ilist-style-prog{float:right}
.ilist_info1_example-image{
	align-items: center;
}
.qcilist-copy-share-section {
    position: absolute;
    bottom: -100px;
}


/* Long Description */

.ilist-fancybox{
    text-decoration: none !important;
}


/* Scroll bar design css  */

.fancybox-inner::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.fancybox-inner::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.fancybox-inner::-webkit-scrollbar-thumb
{
  background-color: #626262;
  border: 2px solid #555555;
}