/*Common Style Part for All Templates*/

.sld-clearfix, .qcopd-list-wrapper{
  clear: both !important;
}

.qcopd-list-hoder, .qcopd-list-holder{
  width: 100%;
  clear: both;
}

.qcopd-list-holder li{
  margin-left: 0 !important;
}

.qcopd-list-column{
  display: inline-block;
  vertical-align: top;
  min-width: 22%;
}

.opd-column-1{
  width: 100%;
}

.opd-column-2{
  width: 45%;
}

.opd-column-3{
  width: 30%;
}

.opd-column-4{
  width: 23%;
}

/*Search Area*/
.sld-top-area.sld-border-bottom, .filter-area {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 0 0 15px;
}

.sld-top-area .sld-half{
  width: 48%;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
}

.sld-half.sld-add{
  text-align: left;
}

.cls-embed-btn, .cls-embed-btn i {
    line-height: 35px;
    text-transform: uppercase;
    vertical-align: top;
}

.sld-add-btn, .sld-add-btn::before, .button-link, .button-link::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#live-search input {
  background-color: #fcfcfc;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  height: 46px;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

#live-search input:focus {
  background-color: #e6e6e6;
  border: 1px solid #adadad;
}

.sld-top-area .sld-add-btn, .filter-btn {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff)";
  -moz-box-shadow: 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff);  
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sld-top-area .sld-add-btn:hover, .filter-btn:hover, .filter-active{
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
  outline: none;
}

.filter-btn {
  margin-bottom: 10px;
  margin-right: 10px;
  text-decoration: none !important;
}

.opd-item-count, .opd-item-count-fil{
  font-size: 60%;
  opacity: 60%;
}

.qcopd-single-list ul{
  padding: 0 !important;
}

.qcopd-list-column a{
 text-decoration: none !important; 
}

/*Widget*/
.widget-sld-list{
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.widget-sld-list li {
  list-style: outside none none;
  margin-bottom: 6px;
  position: relative;
}

.widget-sld-list li a{
  text-decoration: none;
}

.widget-sld-list li a span{
  color: #848484;
  font-size: 80%;
}

.opening-bracket, .closing-bracket{
  color: #848484;
}

.widget-vcount, .widget-vcount .upvote-section{
  display: inline-block;
  color: #848484;
}

.widget-avatar {
  display: inline-block;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 0px;
  width: 20px;
}

/*Upvote - Common*/
.qcopd-list-hoder .upvote-section {
  height: 50px !important;
}

.qcopd-list-hoder .upvote-btn {
  z-index: 805 !important;
  position: relative !important;
  height: 25px !important;
  width: 32px !important;
}

.qcopd-list-hoder .upvote-count {
  z-index: 800 !important;
}

.qcopd-list-hoder .ca-menu li {
  position: relative;
  margin-left: 0 !important;
}

.sld-add-btn:hover, .button-link:hover {
    color: #fff !important;
    border-color: #222;
    text-decoration: none;
}
.sld-add-btn::before, .button-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.sld-add-btn, .button-link {
    position: relative;
    z-index: 1;
}
.sld-add-btn:hover::before, .button-link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.sld-add-btn, .sld-add-btn::before, .button-link, .button-link::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/*Advertisement*/
.advertise-block {
  padding: 15px !important;
}

.advertise-block {
  padding: 15px;
}

.advertise-block img{
  max-width: 100%;
  height: auto;
}
#live-search:after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b0acac;
    font-size: 16px;
    padding-right: 0.5em;
    top: 10px;
    left: 92%;
    position: absolute;
    cursor: pointer;
}

@media only screen and (max-width : 767px) {
	.button-link.cls-embed-btn {
		margin-bottom: 15px;
	}
	.cls-embed-btn {
		width: 100%;

	}
		
}
body .sld_scrollToTop:hover{
text-decoration:none;
}
.filter-area{z-index: 99 !important;
    padding: 10px 0px;
    
}
#live-search{position:relative}
#live-search input {

  border: 1px solid #e9e9e9;
  font-size: 14px;
  height: 45px;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
#live-search:after{
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b0acac;
    font-size: 16px;
    padding-right: 0.5em;
    top: 10px;
    left: 92%;
    position: absolute;
    cursor: pointer;
}
form.styled.sld_search_filter_clear_wrap {
  position: relative;
}
.sld_search_filter_clear{
  text-decoration: inherit;
  color: #b0acac;
  font-size: 16px !important;
  padding-right: 0.5em;
  top: 13px;
  left: 92%;
  position: absolute;
  cursor: pointer;
  z-index: 99;
}

#live-search.sld_search_filter_clear_wrap:after{
    content: "";
    
}
.qcopd_embed_container.sld-top-area {
  width: 100%;
  max-width: 1170px;
}


        
/* Toggle Switch Styling */
.sld-sld-theme-switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-bottom: 5px;
}

.sld-theme-switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
    background: gray;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.sld-theme-switch input { display: none; }

.sld-theme-slider {
    background-color: var(--switch-bg);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}

.sld-theme-slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 25px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 25px;
    z-index: 2;
}

input:checked + .sld-theme-slider:before {
    transform: translateX(25px);
}

.sld-theme-slider.sld-theme-round {
    border-radius: 34px;
}

.sld-theme-slider.sld-theme-round:before {
    border-radius: 50%;
}

.sld-theme-icon { font-size: 14px; z-index: 1; }


@media only screen and (max-width : 768px) {
.qcopd-list-wrapper {
  min-width: inherit !important;
}
}
@media only screen and (max-width : 480px) {

  .sld-top-area .sld-half {
    width:100%;
    margin-bottom: 10px !important;
  }
  
}/* Large Devices, Wide Screens */
@media only screen and (min-width : 1201px) and (max-width : 1920px){

	.qcopd-list-column.opd-column-1{
		width: 100%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-2{
		width: 45%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-3{
		width: 30%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-4 {
	  margin-right: 1%;
	  width: 23%;
	}

}

@media only screen and (max-width : 1200px) {
	.qcopd-list-column.opd-column-1{
		width: 100%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-2{
		width: 45%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-3{
		width: 30%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-4 {
	  margin-right: 1%;
	  width: 30%;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 981px) {
   
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 801px) {
     
    .qcopd-list-column.opd-column-1{
		width: 45%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-2{
		width: 45%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-3{
		width: 45%;
		margin-right: 1.5%;
	}

	.qcopd-list-column.opd-column-4 {
	  margin-right: 1.5%;
	  width: 45%;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 640px) {
	
	.qcopd-list-column.opd-column-1{
		width: 100%;
		margin-right: 0%;
	}

	.qcopd-list-column.opd-column-2{
		width: 100%;
		margin-right: 0%;
	}

	.qcopd-list-column.opd-column-3{
		width: 100%;
		margin-right: 0%;
	}

	.qcopd-list-column.opd-column-4 {
	  margin-right: 0%;
	  width: 100%;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 480px) {
	

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 360px) {
	
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}body.modal-box {
	overflow: hidden;
	position: fixed;
}
.modal-box {
	display: none;
	position: fixed;
	z-index: 999999;
	width: 98%;
	max-width: 650px;
	left: 50%;
	right: 50%;
	top: 80px;
	margin-left: -250px;
	background: white;
	border-bottom: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
}
.modal-box header, .modal-box .modal-header {
	padding: 1.25em 1.5em;
	border-bottom: 1px solid #ddd;
}
.modal-box header h3, .modal-box header h4, .modal-box .modal-header h3, .modal-box .modal-header h4 {
	margin: 0;
}
.modal-box .modal-body {
	padding: 1em 1.5em;
}
.modal-box footer, .modal-box .modal-footer {
	padding: 1em;
	border-top: 1px solid #ddd;
	background: rgba(0, 0, 0, 0.02);
	text-align: right;
}
.modal-overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3) !important;
}
a.close {
	line-height: 1;
	font-size: 1.5em;
	position: absolute;
	top: 2%;
	right: 2%;
	text-decoration: none;
	color: #bbb;
	border: none !important;
}
a.close:hover {
	color: #222;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}
.button-link {
	padding: 4px 8px;
	background: #EEE;
	color: #000 !important;
	border: 1px solid #ccc !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0;
	height:45px !important;
	width: 200px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing:border-box;
}

.clear {
	clear: both
}
.icon-link-ext:before {
	content: '\f08e';
}

h1.entry-titile {
	text-align: center;
	font-size: 21px;
	line-height: 1.2;
	padding: 8px;
	margin: 0;
	color: #fff;
	background: #0072c6;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	clear: both;
}
.iframe-main {
}
.ifram-row {
	width: 100%;
	clear: both;
	margin: 0px -5px;
}
.guideline {
	font-size: 12px;
}
.ifram-row .btn {
	display: block;
	height: 35px;
	font-size: 12px !important;
	width: 100%;
	line-height: 25px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	background-color: #EEE;
	cursor: pointer;
	color: #333;
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid #EEE;
}
.ifram-sm, .ifram-lg {
	padding: 0px 5px;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.ifram-lg {
	width: 100%;
}
.ifram-sm {
	width: 25%;
}
.ifram-sm span, .qcld-span-label {
	font-size: 12px !important;
}
.igcode_textarea {
	font-size: 12px;
	box-sizing: border-box;
	max-width: 100%;
}
body.modalOn {
	overflow: hidden;
}
.ifram-sm > input, .ifram-sm > select {
	height: 35px;
	font-size:14px;
	line-height: 35px;
	border: 1px solid #EEE;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}
.qcopd_embed_container{text-align: right;border-bottom: 1px solid #ddd;padding-top: 10px;padding-bottom: 10px;margin-bottom: 10px; min-height: 55px;}
.igcode_textarea{width:100%; height:120px;}
.qcopd_iframe_sm{width: 70px;}
a#generate-igcode {
    background: #1e73be;
    color: #fff;
}.qcld-main-container-style-1 h1{
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 24px;
  color: #222;
}
.qcld-main-container-style-1 h2{
margin: 0;
padding: 0;
line-height: normal;
font-size: 22px;
color: #222; 
}
.qcld-main-container-style-1 h3{
margin: 0;
padding: 0;
line-height: normal;
font-size: 20px;
color: #222; 
}
.qcld-main-container-style-1 h4{
margin: 0;
padding: 0;
line-height: normal;
font-size: 18px;
color: #222;
}
.qcld-main-container-style-1 p{
margin: 0;
padding: 0;
line-height: normal;
font-size: 14px;
color: #222;
}

.qcld-main-container-style-1 ul{
  margin: 0;
  padding: 0;
}

.qcld-main-container-style-1 {
  width: 100% !important;
  max-width: 1170px !important;
}
.qcld-main-container-style-1 .style-1 ul.ca-menu {
  margin: 0;
  padding: 0;
}
.qcld-main-container-style-1 .style-1 ul.ca-menu li{
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start !important;
  padding: 1rem !important;
  position: relative !important; 
}

.qcld-main-container-style-1 .style-1 .upvote-section.style-1-upvote-section{
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  border: 1px solid #dee2e6 !important;
  top: 6px !important;
  position: absolute !important;
  right: 6px !important;
  border-color: rgb(28 162 252 / 21%) !important;
  background-color: rgb(28 162 252 / 6%);
  border-radius: 50rem !important;
  cursor: pointer;
}  

.qcld-main-container-style-1 .style-1 .upvote-section.style-1-upvote-section:hover{
  background: #fff;
}

.qcld-main-container-style-1 .style-1 .qcld-con-list-img{
  height: 60px;
  min-height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
}

.qcld-main-container-style-1 .style-1 .qcld-con-list-img img{
  border-radius: 50% !important;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


.qcld-main-container-style-1 .qcld-con-list{
  gap: 1rem !important;
  text-align: left !important;
  display: flex !important;
  text-align: left !important;
  align-items: center;
}

.qcld-main-container-style-1 .style-1 ul.ca-menu li{
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #1ca2fc2e !important;
  text-align: center !important;
  border-radius: 0.5rem !important;
  border: 1px solid #1ca2fc2e !important;
  gap: 0.5rem !important;
  margin: 15px 0;
  background-color: rgb(28 162 252 / 6%);
}
.qcld-main-container-style-1 .style-1 ul.ca-menu li:hover{
border: 1px solid rgb(28 162 252 / 99%) !important;
}

.qcld-main-container-style-1 .style-1 p.ca-sub {
  margin: 0;
  padding: 4px 0;
  font-size: 14px;
  color: #000;
}

.qcld-main-container-style-1 .style-1 h3.ca-main.subtitle-present {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
#qcopd-list-4-147.style-1 .ca-menu li .ca-main {
  color: #000;
}
.qcld-main-container-style-1 .qcopd-list-wrapper {
  width: 100%;
  max-width: 1170px;
}

.qcld-main-container-style-1 .opd-list-holder-style-1 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.qcld-main-container-style-1 .opd-list-holder-style-1 .list-and-add.qc-grid-item {
  width: 32%;
}

.qcld-main-container-style-1 .style-1 .qcopd-single-list-1 h2 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: bold;
}

.qcld-main-container-style-1 .style-1 .qcld-sld-content-dividar {
  background-color: #1ca2fc2e;
  height: 80px;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  width: 1px;
}

.qcld-main-container-style-1 .style-1 .qcld-sld-content-dividar.visible:before, .qcld-main-container-style-1 .style-1 .qcld-sld-content-dividar.visible:after {
  border-radius: 0;
  transform: translatey(-50%) scale(1);
}
.qcld-main-container-style-1 .style-1 .qcld-sld-content-dividar:before {
  position: absolute;
  content: '';
  top: 0;
  left: -4px;
  width: 0;
  height: 0;
  background-color: #fff;
  transform: translatey(-50%) scale(0);
  transition-delay: 500ms !important;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 100px;
}
.qcld-main-container-style-1 .style-1 .qcld-sld-content-dividar:after {
  position: absolute;
  content: '';
  bottom: -10px;
  right: -4px;
  width: 0;
  height: 0;
  transform: translatey(-50%) scale(0);
  background-color: #fff;
  transition-delay: 500ms !important;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 100px;
}

.qcld-main-container-style-1 .style-1 h3.ca-main.subtitle-present {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.qcld-main-container-style-1 .qcopd_embed_container {

  width: 100%;
  max-width: 1170px;
}

.qcld-main-container-style-1 .opd-list-holder-style-1v{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.qcld-main-container-style-1 .style-1 span.ca-icon.list-img-1 {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.qcld-main-container-style-1 .style-1 .featured-section {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  border: 1px solid #dee2e6 !important;
  top: 40px !important;
  position: absolute !important;
  right: 6px !important;
  border-color: rgb(28 162 252 / 21%) !important;
  background-color: #ffeb3b;
  border-radius: 50rem !important;
  cursor: pointer;
  color: #222;
}

.qcld-main-container-style-1 .qcopd-list-column.opd-column-3.style-1 {
  width: 49% !important;
  margin-right: 0;
}

.qcld-main-container-style-1 .qcopd-list-column.opd-column-4.style-1 {
  width: 49% !important;
  margin-right: 0;
}


@media only screen and (min-width: 1201px) and (max-width: 1920px) {
  .qcld-main-container-style-1 .qcopd-list-column.opd-column-2.style-1 {
      width: 49% !important;
      margin-right: 0;
  }
  .qcld-main-container-style-1 .qcopd-list-column.opd-column-3.style-1 {
    width: 49% !important;
    margin-right: 0;
}
.qcld-main-container-style-1 .qcopd-list-column.opd-column-4.style-1 {
  width: 49% !important;
  margin-right: 0;
}
}

@media only screen and (max-width: 991px) {
  .qcopd-list-column.opd-column-2 {
      width: 100% !important;
  }

  .qcld-main-container-style-1 .qcopd-list-column.opd-column-3.style-1 {
    width: 100% !important;
    margin-right: 0;
}
.qcld-main-container-style-1 .qcopd-list-column.opd-column-4.style-1 {
  width: 100% !important;
  margin-right: 0;
}  
}

@media only screen and (max-width: 801px) {
  .qcopd-list-column.opd-column-1 {
      width: 100% !important;
  }
}/*Default Template*/
.qcld-main-container-style-simple h1{
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 24px;
  color: #222;
}
.qcld-main-container-style-simple h2{
margin: 0;
padding: 0;
line-height: normal;
font-size: 22px;
color: #222; 
}
.qcld-main-container-style-simple h3{
margin: 0;
padding: 0;
line-height: normal;
font-size: 20px;
color: #222; 
}
.qcld-main-container-style-simple h4{
margin: 0;
padding: 0;
line-height: normal;
font-size: 18px;
color: #222;
}
.qcld-main-container-style-simple p{
margin: 0;
padding: 0;
line-height: normal;
font-size: 14px;
color: #222;
}

.qcld-main-container-style-simple ul{
  margin: 0;
  padding: 0;
}

.qcld-main-container-style-simple {
  width: 100% !important;
  max-width: 1170px !important;
}
.qcld-main-container-style-simple .simple .qcopd-single-list ul{
	padding: 0 !important;
	margin: 0px;
	background-color: #ffffff;
	border-top: 5px solid #f86960;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	margin: 0 0 20px 0;
	width: 100%;
}

.qcld-main-container-style-simple .simple .qcopd-single-list ul li{
	list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 0;
}

.qcld-main-container-style-simple .simple .qcopd-single-list h2 {
  color: #262b35;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0;
}

.qcld-main-container-style-simple .simple .qcopd-single-list ul{
	border-top: 5px solid #f86960;
}

.qcld-main-container-style-simple .simple .featured-section {
  bottom: 1px;
  position: absolute;
  right: 0;
  z-index: 1;
  width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 35px 25px;
	border-color: transparent transparent #FFEB3B transparent;

}
.qcld-main-container-style-simple .simple .featured-section i {
	position: absolute;
	left: -10px;
	top: 17px;
	color: #3d7dfc;
}

.qcld-main-container-style-simple .simple .qcopd-single-list ul li a {
  color: #222;
  display: block;
  padding: 13px 10px;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 20px;
  -moz-box-shadow: 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff); 
}
.qcld-main-container-style-simple .simple .qcopd-single-list ul li{
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qcld-main-container-style-simple .simple .qcopd-single-list ul li:hover {
  background: #fafafa !important;
  color: #f86960;
}

.qcld-main-container-style-simple .simple .list-img{
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 4px;
}

.qcld-main-container-style-simple .simple .list-img img{
  width: 30px;
  height: 30px;
}

/*Upvote Section*/
.qcld-main-container-style-simple .simple .upvote-section {
  height: 100%;
  color: #666;
  font-size: 12px;
  text-align: center;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.qcld-main-container-style-simple .simple .upvote-btn:hover, .qcld-main-container-style-simple .simple .ca-menu li:hover .upvote-btn{
  cursor: pointer;
  color: #81D742;
}

.qcld-main-container-style-simple .simple .upvote-btn, .qcld-main-container-style-simple .simple .upvote-count{
  display: block;
}

.qcld-main-container-style-simple .simple .upvote-btn {
  display: inline-block;
  height: 35px;
  
  text-align: center;
  width: 100%;
  z-index: 805;
}

.qcld-main-container-style-simple .simple .upvote-count {
  font-size: 10px;
  margin-top: 0px;
  width: 100%;
  z-index: 800;
  line-height: 12px;
}

.qcld-main-container-style-simple .simple .upvote-section .upvote-btn, .qcld-main-container-style-simple .simple .upvote-section .upvote-count {
  color: #828282;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qcld-main-container-style-simple .simple .upvote-section .upvote-btn:hover, .qcld-main-container-style-simple .simple li:hover .upvote-btn, .qcld-main-container-style-simple .simple li:hover .upvote-count{
  color: #f86960;
}

/*RTL CSS*/
.qcld-main-container-style-simple .direction-rtl .qcopd-single-list, .qcld-main-container-style-simple .direction-rtl .qcopd-single-list h3, .qcld-main-container-style-simple .direction-rtl .qcopd-single-list ul li, .qcld-main-container-style-simple .direction-rtl .qcopd-single-list ul li a, .qcld-main-container-style-simple .qcopd-single-list ul li span 
{
  direction: rtl !important;
}

.qcld-main-container-style-simple .direction-rtl .simple .list-img {
  margin-left: 10px;
  margin-right: 0;
}

.qcld-main-container-style-simple .direction-rtl .upvote-section {
  left: 10px !important;
  right: auto !important;
}

/*TPL Fix*/
.qcld-main-container-style-simple .simple .upvote-section {
  height: 50px;
}

.qcld-main-container-style-simple .simple .upvote-btn {
  height: 25px;
  width: 32px;
}

.qcld-main-container-style-simple .simple .upvote-btn {
    display: flex;
    align-content: center;
    align-items: center;
}
.qcld-main-container-style-simple .simple .qcopd-single-list ul li {
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}