hr.colored {
  border: 0;
  height: 2px;

  background: -moz-linear-gradient(left, rgba(196,222,138,1) 0%, rgba(196,222,138,1) 12.5%, rgba(245,253,212,1) 12.5%, rgba(245,253,212,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%);  /* FF3.6+ */
  background: -webkit-linear-gradient(left, rgba(196,222,138,1) 0%, rgba(196,222,138,1) 12.5%, rgba(245,253,212,1) 12.5%, rgba(245,253,212,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(196,222,138,1) 0%, rgba(196,222,138,1) 12.5%, rgba(245,253,212,1) 12.5%, rgba(245,253,212,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(196,222,138,1) 0%, rgba(196,222,138,1) 12.5%, rgba(245,253,212,1) 12.5%, rgba(245,253,212,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(196,222,138,1) 0%, rgba(196,222,138,1) 12.5%, rgba(245,253,212,1) 12.5%, rgba(245,253,212,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%); /* W3C */
}


.indirim-kutusu {
display: flex;
align-items: center;
}
.indirim-kutu-icerik {
font-family: 'Poppins', sans-serif;
width: auto;
background-color: #e20000;
color: white;
padding: 9px;
text-align: center;
border-radius: 10px;
}

.indirim-yazisi {
font-size: 18px;
font-weight: bold;
}

.yuzde {
font-size: 24px;
font-weight: bold;
}

.fiyat-bilgisi {
margin-left: 20px;
display: flex;
flex-direction: column;
}

.eski-fiyat {
text-decoration: line-through;
font-size: 18px;
color: #e20000;
}

.yeni-fiyat {
font-size: 24px;
font-weight: bold;
color: rgb(255, 255, 255);
}

.yillik-yazisi {
font-size: 12px;
font-weight: bold;
color: gray;
margin-top: 5px;
}
.hosting-fiyat-sembol-ayar {
position: relative;
display: inline-block;
}
.hosting-fiyat-sembol-ayar i {
font-style: normal;
font-size: 18px;
font-weight: 400;
position: absolute;
}
.hosting-sembol-right {
margin-right: -14px;
right: 0px;
}

/* Pricing Tables */
.pricing {
  text-align: center;
}
.pricing .wrapper {
  padding-top: 45px;
  padding-bottom: 50px;
  border-radius: 0px;
  margin-top: 50px;
}
.pricing.special .wrapper.active{
  padding-bottom: 52px;
} 
.pricing.special .wrapper{
  position: relative;
  border: solid 1px #282828;
  /* background-color: #fff; */
} 
.pricing.special .wrapper:hover{
  border: solid 1px #69c399;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pricing .wrapper.first {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pricing .wrapper .title {
  font-family: "Poppins";
  font-size: 18px;
}
.pricing .wrapper.third {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pricing.tablepage .wrapper {
  position: relative;
  border: solid 1px #363739a8;
}
.pricing.tablepage .wrapper.active {
  position: relative;
  border: solid 1px #21252E;
  background-color: #21252E;
  border-radius: 0px;
}
.pricing .wrapper.active i {
  font-size: 42px;
  color: #121e25;
  margin-bottom: 20px;
}

.pricing.classic.tablepage .wrapper {
  position: relative;
}
.pricing.classic.tablepage .wrapper img {
  width: 100%;
}
.pricing.classic.tablepage .wrapper.active .price {
  color: #121e25;
}
.pricing.tablepage .wrapper.active .price {
  color: #ffffff;
}
.pricing.classic.tablepage .wrapper.active .title {
  color: #121e25;
  font-family: "Poppins";
}
.pricing.tablepage .wrapper.active .title {
  color: #ffffff;
  font-family: "Poppins";
}
.pricing.classic.tablepage .wrapper.active .period {
  color: #181b22;
}
.pricing.tablepage .wrapper.active .period {
  color: #ffffff;
}
.pricing .wrapper.active .list-info {
  margin: 30px;
}
.pricing.classic.tablepage .wrapper.active .list-info li {
  color: #121e25;
}
.pricing.tablepage .wrapper.active .list-info li {
  color: #9e9e9e;
}
.pricing .table .title {
  color: #21252E;
  font-size: 18px;
  font-family: "Poppins";
}
.pricing .price {
  color: #181b22;
  font-family: "Poppins Light";
  font-size: 28px;
}
.pricing .price sup {
  top: -.3em;
  font-size: 18px;
}
.period {
  font-family: "Poppins Light";
  font-size: 18px;
}
.fromer {
  font-family: "Poppins Italic";
  line-height: 26px;
  font-size: 14px;
  color: #808080;
}
.pricing .info {
  font-family: "Poppins";
  color: #808080;
  font-size: 13px;
  margin: 15px 0px;
}
.pricing .heading {
  text-transform: capitalize;
  color: #181b22;
  font: bold 48px "Poppins Bold";
}
.pricing .subheading {
  color: #181b22;
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: "Poppins";
}
.pricing .list-info {
  list-style-type: none;
  padding: 0;
  margin: 30px;
}
.pricing.special .list-info li {
  border-top: 1px solid #efefef;
  padding: 12px 0;
  font-size: 14px;
  font-family: "Poppins";
  color: #121e25;
}
.pricing.tablepage .list-info li {
  border-top: 1px solid #efefef;
  padding: 12px 0;
  font-size: 14px;
  font-family: "Poppins";
  color: #121e25;
}
.pricing.tablepage .active .list-info li {
  border-top: 1px solid #34383a;
}
.pricing.classic.tablepage .active .list-info li {
  border-top: 1px solid #63b790;
}
.pricing .list-info li sub {
  bottom: -0.3px;
}

.pricing.classic.table.tablepage {
  background-color: #efefef;
}
.pricing.classic .wrapper.active {
  border: 1px solid #69c399;
  background-color: #69c399;
}
.pricing.classic.p-top {
  padding-top: 68px;
}


.spacer{
  height:150px;
  width:100%;
}
.spacer2{
  height:20px;
  width:100%;
}
.sd_master_wrapper{
	position: relative;	
	max-width:900px;
	margin:0 auto;
	padding:0;
	border-radius:10px;
	z-index:9999;
}
.sd_scroll {
	height: auto;
    max-height: 180px;
    overflow: auto;
}	
.slideshow {
    position: relative;
    min-height: 300px;
    height: auto;
    background: #1e1f22;
    border-radius: 20px;
    background-position: top 15px left 15px, bottom 40% right 15px;
    background-repeat: no-repeat;
    background-size: 180px, 180px;
	z-index:3;
}

.pagingInfo {
    position: absolute;
    bottom: 0;
    z-index: 999;
}
.sdCustomSliderHeadig {
    color: #94A2B3;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
}
.sdCustomSliderBtn{
    display: inline-block;
    text-decoration: none;
    font-family: montserrat;
    background: #E31C3A;
    color: #fff;
    padding: 12px 25px;
    margin-top: 30px;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    font-weight: 500;
}
.sdAllContent{
	width:75%;
	margin:auto;
}
.thumbnail img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    margin: auto;
    margin-top: 15px;
}
.content{
	display:block !important;
	padding: 5px;
}
.SdClientName {
    text-align: center;
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
	margin-top: 15px;
}
.SdClientDesc {
    text-align: center;
    color: #7854F7;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 1.4em;
	margin-bottom: 10px;
}
@media (max-width:576px){
    .sd_scroll {
        height: auto;
        overflow: auto;
        max-height:240px;
    }
}
.thumbnail, .btnNtxt{
	width: 100% !important;
    display: block !important;
}

.sd_scroll::-webkit-scrollbar {
    background-color:transparent;
    width:6px;
}
.sd_scroll::-webkit-scrollbar-track {
    background-color:transparent;
}
.sd_scroll::-webkit-scrollbar-track:hover {
    background-color:transparent;
}
.sd_scroll::-webkit-scrollbar-thumb {
    background-color:#1e1f22;
    border-radius:16px;
    
}
.sd_scroll::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
}


.widget-gaming-search {
  padding: 0;
  border: 0;
}
.widget-gaming {
  margin-bottom: 30px;
}
.widget-gaming-search form {
  position: relative;
}
.widget-gaming-search .search-button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  height: 100%;
  right: .875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #ddd;
}
.widget-gaming-search .search-button span {
  font-size: 20px;
  line-height: 32px;
}
.widget-gaming .widget-gaming-title {
  margin-bottom: 24px;
}
.widget-gaming .widget-gaming-title > h6 {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  margin: 0;
  color: #788487;
}
.widget-gaming ul {
  margin-bottom: 0;
  padding: 1px;
}
.widget-gaming-categories ul li:first-child, .widget-gaming-recent-entries ul li:first-child, .widget-gaming-recent-entries-custom ul li:first-child {
  padding-top: 0;
}
.widget-gaming-categories ul li, .widget-gaming-recent-entries ul li, .widget-gaming-recent-entries-custom ul li {
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  padding: 10px 0;
  margin: 0;
  list-style-type:none;
}
.widget-gaming a {
  color: #788487;
  display: block;
  font-size: 14px;
}
.widget-gaming a:hover {
  color: #e64138;
}
.widget-gaming-recent-entries-custom .wi {
  float: left;
  width: 80px;
}
.widget-gaming-recent-entries-custom .wb {
  padding-left: 16px;
  width: 100%;
}
.widget-gaming-recent-entries-custom .wi, .widget-gaming-recent-entries-custom .wb {
  vertical-align: middle;
  display: table-cell;
}
.post-date {
  font-size: 13px;
  color: #a3a6a8;
  display: block;
  margin: 0;
}
.tag-cloud > a, .post-tags > a {
  background: #f4f4f4;
  border-radius: .1875rem;
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  margin: 5px 8px 5px 0;
  text-transform: uppercase;
  font-size: 9px !important;
  color: #757575;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.tag-cloud > a:hover, .post-tags > a:hover {
  background: #e64138;
  color: #fff;
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  .sidebar-right {
    padding-left: 0 !important;
  }
}