@charset "utf-8";

:root {
  --color1: #ff9c01;
  --color2: #007a7a;
  --text-color: #1d273b;
  --text-color-dark: #004a5a;
  --text-color-grey: #7d94a7;
  --turuncu1: #ffefdd;
  --turuncu2: #e9c46a;
  --turuncu3: #f4a261;
  --turuncu4: #f79900;
  --turuncu5: #fd8021;
  --turuncu6: #e76f51;
  --turuncu7: #e05400;
  --turuncu8: #ff3600;
  --turuncu9: #ff7600;
  --mavi0: #ecf6ff;
  --mavi1: #0073cc;
  --mavi2: #003488;
  --mavi3: #001d59;
  --mavi4: #001524;
  --light1: #fff4f2;
  --light2: #feece7;
  --light3: #f9f3df;
  --light4: #ecdfc8;
  --light5: #f9d9e9;
  --dark1: #464545;
  --dark2: #2f2f2f;
  --dark3: #1b1b1b;
  --dark5: #0b1711;
  --yesil1: #f4ffec;
  --yesil2: #e4fad7;
  --yesil3: #dcf5f1;
  --yesil4: #d1e8e4;
  --yesil5: #c6f1d6;
  --yesil6: #a8e6cf;
  --yesil7: #2a9d8f;
  --yesil8: #287271;
  --yesil9: #265342;
  --yesil10: #023028;
  --yesil11: #003319;
  --yesil12: #01221c;
  --yesil13: #def5e5;
  --yesil14: #cff5e7;
  --yesil15: #eafdfc;
  --yesil16: #cdf0ea;
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: var(--text-color);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-repeat: repeat-x;
  font-weight: 400;
  /* background-image: linear-gradient(180deg, var(--yesil16) 0%, #fff 100%); */
}

.bg-color1 {
  background-color: var(--color1);
}

.bg-color2 {
  background-color: var(--color2);
}

.bg-light-color2 {
  background-color: var(--yesil16);
}

.bg-dark-color2 {
  background-color: var(--yesil7);
}

.bgGradient {
  background: linear-gradient(90deg, var(--yesil16) 0%, #fff 100%);
}

.bg-cover {
  background-size: cover !important;
  background-position: center !important;
}

.text-color1 {
  color: var(--color1);
}

.text-color2 {
  color: var(--color2);
}

.text-color-light {
  color: var(--yesil16);
}

.text-color-dark {
  color: var(--text-color-dark);
}

.leftbar {
  background-color: var(--color2) !important;
  background-image: none !important;
}

#muspanel {
  background: var(--yesil16);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: contain;
  background-image: url(../images/bg/bg1.png);
  background-image: url(../images/bg/bg1.png), linear-gradient(180deg, var(--yesil16) 0%, #ffffff 100%);
}

#wrapper {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.moderncliendblock {
  background: transparent !important;
}

#basic_client_rightcon {
  float: none;
  width: 100%;
}

.service-first-block {
  min-height: auto;
}

a,
img,
input,
select,
textarea {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a {
  color: var(--text-color);
  text-decoration: none;
}

a:hover {
  color: var(--color1);
}

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  /* font-family: 'Titillium Web', sans-serif; */
  outline: none;
  padding: 10px 15px;
  font-size: 15px;
  color: var(--color2);
  border: 1px solid #ededed;
  border-radius: 4px;
}

input,
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  /* border: 1px solid #444; */
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}

textarea {
  resize: vertical;
}

p {
  line-height: 23px;
}

.zorunlu {
  font-weight: bolder;
  color: red;
}

.notice {
  color: orange;
  font-weight: 700;
  display: inline-block;
}

.error {
  color: #f44336;
  font-weight: 700;
}

.complete {
  color: green;
  font-weight: 700;
  display: inline-block;
}

.red-info {
  display: inline-block;
  width: 100%;
  color: #f44336;
  border: 1px solid #f44336;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.orange-info {
  display: inline-block;
  width: 100%;
  color: #ff9800;
  border: 1px solid #ff9800;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.green-info {
  display: inline-block;
  width: 100%;
  color: #4caf50;
  border: 1px solid #4caf50;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.blue-info {
  display: inline-block;
  width: 100%;
  color: #00bcd4;
  border: 1px solid #00bcd4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.gray-info {
  display: inline-block;
  width: 100%;
  color: #777;
  border: 1px solid #777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.green-info i {
  float: left;
  font-size: 70px;
  margin: 0 35px 17px 20px;
}

.red-info i {
  float: left;
  font-size: 70px;
  margin: 0 35px 17px 20px;
}

.selectalltext {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.clear {
  clear: both;
}

.is-fixed {
  position: fixed;
  top: 20px;
  width: 258px;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

input:disabled {
  background: #f1f3f5;
  padding-left: 10px;
  width: 97%;
}

select:disabled {
  background: #eee;
  padding-left: 10px;
}

textarea:disabled {
  background: #eee;
  padding-left: 10px;
  width: 97%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

@keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}

@-webkit-keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}

.padding5 {
  padding: 5px;
}

.padding10 {
  padding: 10px;
}

.padding15 {
  padding: 15px;
}

.padding20 {
  padding: 20px;
}

.padding25 {
  padding: 25px;
}

.padding30 {
  padding: 30px;
}

.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.formcon {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ededed;
  padding: 7px 0;
  word-wrap: break-word;
}

.kinfo {
  font-size: 13px;
  font-weight: 400;
}

.middle .yuzde30 {
  vertical-align: middle;
}

.middle {
  vertical-align: middle;
}

.formcon .yuzde30 {
  vertical-align: middle;
  font-weight: 600;
  font-size: 15px;
  padding: 7px 0;
}

.formcon .yuzde70 {
  vertical-align: middle;
  font-size: 15px;
}

.formcon .yuzde40 {
  vertical-align: middle;
  font-weight: 600;
  font-size: 15px;
}

.formcon .yuzde60 {
  vertical-align: middle;
  font-size: 15px;
}

.formcon .yuzde50 {
  vertical-align: middle;
  font-size: 15px;
}

.jssorb064 {
  position: absolute;
}

.jssorb064 .i {
  position: absolute;
  cursor: pointer;
}

.jssorb064 .i .b {
  fill: #000;
  fill-opacity: 0.5;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
  stroke-opacity: 0.5;
}

.jssorb064 .iav .b {
  fill: #fff;
  fill-opacity: 1;
  stroke: #fff;
  stroke-opacity: 0.7;
  stroke-width: 2000;
}

.jssorb064 .i.idn {
  opacity: 0.3;
}

.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora051 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}

.jssora051:hover {
  opacity: 0.8;
}

.jssora051.jssora051dn {
  opacity: 0.5;
}

.jssora051.jssora051ds {
  opacity: 0.3;
  pointer-events: none;
}

.mioslidertext {
  color: #fff;
  position: absolute;
  top: 270px;
  left: 140px;
  width: 350px;
  height: 250px;
}

.mioslidertext h1 {
  font-weight: 700;
  font-size: 24px;
}

.mioslidertext p {
  font-weight: 200;
  font-size: 14px;
}

.mioslidertext #largeredbtn {
  font-size: 11px;
  color: #fff;
  margin-top: 10px;
  padding: 7px 50px;
}

div.required-field-info h5 {
  -webkit-animation: blink 3s ease-in 0 infinite normal;
  animation: blink 3s ease-in 0 infinite normal;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.menu {
  /*float: right;*/
  position: relative;
  z-index: 75;
  /* width: calc(100% - 110px); */
}

.menu ul {
  padding: 0;
  margin: 0;
}

.menu li {
  float: left;
  position: relative;
  list-style-type: none;
}

.menu li.child-mega {
  position: static;
  /* float: none; */
}

.menu > ul > li > a {
  float: right;
  /* font-family: 'Quicksand', sans-serif;
    color: #fff;*/
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  line-height: 100px;
  font-weight: 600;
  font-size: 15px;
  /* border-bottom: 2px solid transparent; */
  position: relative;
  color: var(--text-color-dark);
}

.menu > ul > li > a:hover {
  /* border-bottom: 2px solid var(--color1); */
  color: var(--color1);
}

.menu ul li ul {
  width: 200px;
  float: left;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  display: none;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.menu ul li ul li {
  float: none;
  margin: 0;
  /* padding: 10px; */
}

.menu ul li ul li a {
  background: none;
  font-weight: 400;
  font-size: 15px;
  color: var(--text-dark-color);
  float: none;
  text-align: left;
  display: block;
  line-height: 40px;
  margin: 0;
  padding: 0 0 0 15px;
}

.menu ul li ul li a:hover {
  border: none;
}

#noborder a {
  border: none;
}

.menu li:hover > ul {
  display: block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  flex-wrap: wrap;
}

/*.sabithead .menu li:hover > ul {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px
}*/

.menu ul li ul li ul {
  width: 200px;
  height: auto;
  float: left;
  position: absolute;
  top: 0;
  left: 195px;
  z-index: 1;
  display: none;
}

.menu ul li ul li ul li a:hover {
  background: #f9f9f9;
}

.menu li a i {
  font-size: 11px;
  /* margin-left: 10px*/
}

.menu li:hover > ul.megamenu {
  display: flex;
  flex-wrap: wrap;
}

.menu ul li ul.megamenu,
.menu ul li ul.child-menu {
  width: 100%;
  border-radius: 0 0 5px 5px;
  top: 100px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-top: 2px solid var(--color1);
  padding: 10px;
  min-width: 220px;
}

.menu ul li.child-mega:hover > a:before,
.menu ul li.child-mega:hover > a:after,
.menu ul li.child-normal:hover > a:before,
.menu ul li.child-normal:hover > a:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: var(--color1);
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.menu ul li.child-mega:hover > a:after,
.menu ul li.child-normal:hover > a:after {
  border-bottom-color: #fff;
  bottom: -4px;
  z-index: 3;
}

.menu ul li ul.megamenu li {
  width: 50%;
  float: left;
  padding: 7px;
  /* border-bottom: 1px solid #f3f5f8; */
}

.menu ul li ul.megamenu li:nth-child(2n + 1) {
  /* border-right: 1px solid #f1f1f1; */
  /* border-bottom: 1px solid #f1f1f1; */
}

.menu ul li ul.megamenu li:nth-child(n + 3) .sub-menu-link {
  /* border-top: 1px solid #f1f1f1; */
}

.menu ul li ul.megamenu li .sub-menu-link {
  display: flex;
  align-items: start;
  color: inherit;
  padding: 10px;
  border: 1px solid #f1f3f5;
  animation: none;
  border-radius: 4px;
  height: 100%;
}

.menu ul li ul li a:hover {
  background-color: #f9f9f9;
  /* border-color: var(--color1)!important; */
}

.menu ul li ul.megamenu li .sub-menu-link i {
  font-size: 24px;
  margin-right: 10px;
  background: var(--yesil16);
  color: var(--text-color-dark);
  /* padding: 10px 7px; */
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease-in 0s;
  text-align: center;
}

.menu ul li ul.megamenu li .sub-menu-link:hover i {
  background-color: var(--color1);
  color: #fff;
}

.menu ul li ul.megamenu li .sub-menu-link span {
  line-height: 16px;
  font-size: 13px;
  width: calc(100% - 60px);
}

.menu ul li ul.megamenu li .sub-menu-link span b {
  display: block;
  color: var(--text-color-dark);
  transition: all 0.3s ease-in 0s;
  font-size: 15px;
  margin-bottom: 5px;
}

.menu ul li ul.megamenu li .sub-menu-link:hover span b,
.menu ul li ul:not(.megamenu) li a:hover {
  color: var(--color1);
}

.menu ul li ul.megamenu li.menu-offer {
  border: none !important;
  /* margin-top: 10px; */
}

.menu ul li ul.megamenu li.menu-offer .sub-menu-link {
  /* text-align: center; */
  height: 100%;
  line-height: 50px;
  background: var(--yesil16);
  border-radius: 4px;
  font-weight: 800;
  color: var(--text-color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: 10px; */
  /* margin-right: 10px; */
  border: none;
}

.menu ul li ul.megamenu li.menu-offer .sub-menu-link i,
.menu ul li ul.megamenu li.menu-offer .sub-menu-link b {
  /* font-size: 25px; */
  /* line-height: 25px; */
  /* margin-right: 10px; */
  background-color: transparent;
  color: var(--text-color-dark) !important;
}

.megamenu:hover a {
  border: none;
}

.menu li #megamenuservice:hover a {
  border: none;
}

.ulup.mega {
  width: auto;
  margin-left: 7%;
  bottom: -7px;
}

#fullwidth .ulup.mega {
  margin-left: 6%;
}

#megamenuservice a {
  float: none;
  padding: 0;
  line-height: normal;
  font-weight: 400;
  font-size: 15px;
  color: var(--color2);
}

#megamenuservice {
  width: 30%;
  margin: 0px 8px;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}

#megamenuservice:hover {
  box-shadow:
    0px 0px 20px #ccc,
    inset 0px 0px 10px 5px #eee;
}

#megamenuservice i {
  font-size: 50px;
  margin-left: 0;
}

.menuAc {
  padding: 5px;
  /* color: #fff;*/
  font-weight: 700;
  cursor: pointer;
  display: none;
  font-size: 24px;
  width: 100%;
  float: left;
}

.sayfalama {
  width: 100%;
  text-align: center;
  margin: 17px auto;
}

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  /* width: 100%; */
  /* border-bottom-width: 2px; */
  /* border-bottom-color: #dedede; */
  padding: 10px 15px;
  /* border-style: none none solid; */
}

input:focus {
  /* border-bottom-width: 2px; */
  /* border-bottom-color: var(--color1); */
  /* padding-left: 15px!important; */
  /* border-style: none none solid; */
  border-color: var(--color1);
}

.form-control:focus {
  border-style: solid solid solid solid;
  box-shadow: none;
  border-color: var(--color1);
  border-bottom-width: 1px;
}

select:focus {
  /* border-bottom-width: 2px; */
  /* border-bottom-color: var(--color1); */
  padding-left: 15px !important;
  /* border-style: none none solid; */
  border-color: var(--color1);
}

textarea:focus {
  /* border-bottom-width: 2px; */
  /* border-bottom-color: var(--color1); */
  padding-left: 15px !important;
  /* border-style: none none solid; */
  border-color: var(--color1);
}

[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 150px;
  background-color: #ccc;
  color: #555;
  content: attr(data-tooltip);
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#raporlar [data-tooltip]:after {
  width: 230px;
  background: #ccc;
  color: #2d2d2d;
  box-shadow: 0 0 5px #c5c5c5;
}

#raporlar .tooltip-bottom:before {
  border-bottom-color: hsl(0, 0%, 80%);
}

.mpanelinfo [data-tooltip]:after {
  width: 100px;
  background-color: hsl(32, 86%, 64%);
  color: #fff;
  font-weight: 700;
}

.mpanelinfo .tooltip-right:before {
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsl(32, 86%, 64%);
  margin-top: 5px;
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #ccc;
}

[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}

.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: hsl(0, 0%, 80%);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}

.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}

.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

.sayfalama span a {
  text-decoration: none;
  border-radius: 5px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.sayfalama span a:hover {
  background-color: #e5e5e5;
}

.sayfalama .sayfalama-active a {
  background-color: #e5e5e5;
}

.iletisimtable {
  float: left;
  width: 49%;
}

.iletisiminfo {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.iletisimtable h4 {
  color: #a93030;
}

.gonderbtn {
  color: var(--color2);
  border: 2px solid var(--color2);
  display: inline-block;
  padding: 10px 25px;
  border-radius: 4px;
  font-weight: 700;
}

.gonderbtn:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--color2);
}

.btn {
  /* font-family: 'Titillium Web', sans-serif; */
  /* font-size: 15px; */
  /* cursor: pointer; */
  /* display: inline-block; */
  /* padding: 10px 5px; */
  /* width: 58%; */
  /* border-radius: 50px; */
  /* color: var(--text-color); */
  /* border: 1px solid #333; */
  /* margin-top: 5px; */
  /* text-align: center; */
  font-weight: 600;
}

/*.btn:hover {
    !* color: #fff; *!
    !* background: #333; *!
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}*/
.btn-yesil {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color2);
  --bs-btn-border-color: var(--color2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--color1);
  --bs-btn-hover-border-color: var(--color1);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--color1);
  --bs-btn-active-border-color: var(--color1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--color2);
  --bs-btn-disabled-border-color: var(--color2);
}

.btn-outline-yesil {
  --bs-btn-color: var(--color2);
  --bs-btn-border-color: var(--color2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--color2);
  --bs-btn-hover-border-color: var(--color2);
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--color2);
  --bs-btn-active-border-color: var(--color2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--color2);
  --bs-gradient: none;
}

.btn-turuncu {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color1);
  --bs-btn-border-color: var(--color1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--color2);
  --bs-btn-hover-border-color: var(--color2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--color2);
  --bs-btn-active-border-color: var(--color2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--color1);
  --bs-btn-disabled-border-color: var(--color1);
}

.btn-outline-turuncu {
  --bs-btn-color: var(--color1);
  --bs-btn-border-color: var(--color1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--color1);
  --bs-btn-hover-border-color: var(--color1);
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--color1);
  --bs-btn-active-border-color: var(--color1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--color1);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--color1);
  --bs-gradient: none;
}

.iletisimbilgileri iframe {
  box-shadow: 0 0 15px #ccc;
}

.clearmob {
  display: none;
}

#slider {
  position: relative;
}

#largeredbtn {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
  padding: 10px 60px;
  border: 1px solid #fff;
}

#largeredbtn:hover {
  color: #000;
  background: #fff;
}

.slidetext-container h1 {
  font-weight: 700;
  font-size: 38px;
}

.slidetext-container p {
  font-weight: 200;
  font-size: 20px;
  width: 50%;
}

.slides-container img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.header {
  /* background-position: center center;
     margin-bottom: 10px;
     background-image: url(../images/image4.jpg);
     float: left;
     height: 300px;*/
  width: 100%;
  position: relative;
  z-index: 55;
  /* -webkit-box-shadow: inset 0 198px 110px -45px rgba(0, 0, 0, 0.68);
     -moz-box-shadow: inset 0 198px 110px -45px rgba(0, 0, 0, 0.68);
     box-shadow: inset 0 198px 110px -45px rgba(0, 0, 0, 0.68);
     background-size: 100% auto*/
  background-color: var(--yesil16);
  background: url(../images/bg/bg1.png) no-repeat scroll center top var(--yesil16);
  background-size: cover;
  /* margin-bottom: 50px; */
  display: block;
}

#fullwidth #wrapper {
  width: 85%;
}

#muspanel .header {
  height: auto;
  margin-bottom: 0;
}

#top-bar {
  /* background: var(--yesil16); */
  width: 100%;
  font-size: 13px;
}

#top-bar a,
#top-bar button {
  color: var(--text-color-dark);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

#top-bar a:hover,
#top-bar a:focus,
#top-bar button:hover,
#top-bar button:focus {
  color: var(--text-color-grey);
}

#top-bar ul.list-inline > li:not(:first-child) {
  padding-left: 10px;
}

#top-bar ul.list-inline > li:not(:last-child) {
  margin-right: 10px;
}

#top-bar ul.list-inline > li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#top-bar .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#top-bar .dropdown-item.active,
#top-bar .dropdown-item:active {
  background-color: var(--bs-dropdown-link-hover-bg);
  color: var(--color1);
}

/*
#home .header {
    position: absolute;
    background: none
}
*/

.head {
  background-color: #fff;
  padding: 0;
  /* height: 100px; */
}

.sosyalbtns a {
  float: left;
  color: #ffffff87;
  font-size: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid transparent;
}

.sosyalbtns a:hover {
  color: #fff;
  border: 1px solid #fff;
}

.sosyalbtns {
  float: left;
}

.langbtn {
  float: left;
  margin-left: 10px;
}

.langbtn a {
  color: #fff;
  line-height: 40px;
  margin: 0 5px;
}

.headbutonlar {
  float: right;
  font-family: "Quicksand", sans-serif;
}

.headbutonlar a {
  float: right;
  color: #ffffff87;
  margin-left: 30px;
  font-size: 15px;
}

.headbutonlar a:hover {
  color: #ccc;
}

.headbutonlar i {
  margin-right: 7px;
}

.sepeticon {
  font-weight: 600;
  width: 120px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #9ca1b4;
  border-radius: 5px;
  padding: 0 10px;
  box-sizing: border-box;
  color: var(--text-color-dark);
  margin-left: 30px;
}

/*.sabithead .sepeticon {
    font-size: 26px;
    margin-top: 15px;
    float: right;
    color: #fff
}*/
.sepeticon i {
  margin-right: 5px;
}

.sepeticon span {
  font-size: 13px;
  width: 20px;
  height: 20px;
  background: var(--color1);
  color: #fff;
  /* position: absolute; */
  text-align: center;
  line-height: 19px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: 5px;
  transition: all 0.3s ease-out;
}

.sepeticon:hover {
  border-color: var(--color1);
  background-color: var(--color1);
  color: #fff;
}

.sepeticon:hover span {
  background: #fff;
  color: var(--color1);
}

.logo {
  float: left;
  margin-top: 15px;
  position: absolute;
}

#muspanel .logo {
  position: relative;
  margin-bottom: 20px;
}

#muspanel #fullwidth .logo {
  margin-bottom: 0;
}

.logo img {
  /* width: 180px; */
}

.domainhome {
  background-color: var(--color1);
  float: left;
  height: 112px;
  width: 100%;
}

#v2domainhome {
  background-color: #2c3037;
}

.hdomainslogan {
  color: #fff;
  margin-top: 20px;
  float: left;
}

.hdomainslogan h3 {
  font-size: 27px;
  font-weight: 700;
}

.hdomainslogan h4 {
  font-size: 22px;
  font-weight: 200;
}

.hdomainsorgu {
  float: right;
  width: 47%;
  margin-top: 10px;
}

.hdomainsorgu input {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 26px;
  background: transparent;
  outline: none;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 2px;
  position: relative;
  z-index: 2;
}

.hdomainsorgu ::-webkit-input-placeholder {
  color: #fff;
}

.hdomainsorgu :-moz-placeholder {
  color: #fff;
}

.hdomainsorgu ::-moz-placeholder {
  color: #fff;
}

.hdomainsorgu :-ms-input-placeholder {
  color: #fff;
}

.hsorgulabtn {
  color: #fff;
  font-size: 30px;
  padding: 13px 15px;
  margin-top: -73px;
  float: right;
  position: relative;
  z-index: 2;
  margin-right: -3px;
}

.hsorgulabtn:hover {
  color: var(--color1);
  background: #fff;
}

.domainfiyatlar {
  background-color: #696f7a;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  height: 50px;
  width: 100%;
  box-shadow: 0 0 10px #696f7a;
}

.domainfiyatlar h4 {
  float: left;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin: 5px 20px;
  text-shadow: 0 0 2px #4a4e55;
  text-transform: lowercase;
}

.domainfiyatlar h4 span {
  color: #393d45;
  font-weight: 700;
  font-size: 22px;
}

.tablopaketler {
  background-repeat: no-repeat;
  background-position: center top;
  float: left;
  width: 100%;
  background-size: 100% 100%;
  text-align: center;
  padding: 25px 0px;
  /* margin: 35px 0px; */
  box-shadow: inset 0 0 70px 40px #fff;
  padding-top: 0;
}

#wrapper .tablopaketler {
  padding-top: 0px;
  margin-top: 35px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.tablopaketler {
  margin-bottom: 25px;
  padding-bottom: 50px;
  /* padding-top: 35px; */
}

.pakettitle {
  /* float: left; */
  width: 100%;
  padding-top: 15px;
  text-align: center;
  color: var(--text-color-dark);
}

.pakettitle {
  margin-top: 50px;
  padding-bottom: 15px;
}

.line {
  background-color: #eee;
  float: left;
  height: 0.5px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pakettitle .line {
  display: none;
}

.section-subtitle {
  font-size: 22px;
  margin: 15px 0;
  display: inline-block;
  font-weight: 300;
  color: var(--text-colo);
}

.pakettitle h1 {
  font-size: 34px;
}

.tablopaketler .gonderbtn {
  border: none;
  font-size: 17px;
  padding: 17px 30px;
  color: var(--color2);
  float: none;
  margin: 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.08);
}

.tablopaketler .gonderbtn:hover {
  background: var(--color1);
  color: #fff;
}

#paketaktifbtn {
  background: var(--color1);
  color: #fff;
  border-color: var(--color1);
}

.miotab-content {
  text-align: center;
}

.tablepaket {
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  /* margin: 8px; */
  padding-bottom: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #f1f1f1;
}

.tablepaket strong {
  margin-bottom: 10px;
  display: inline-block;
}

.tablepaket b {
  margin-bottom: 10px;
  display: inline-block;
}

.tablepaket.active {
  border: 2px solid var(--color1);
  /* margin-top: -10px; */
  overflow: hidden;
  /* transform: scale(1.03); */
}

.tablepaket.active .gonderbtn {
  background: var(--color1);
  color: #fff;
}

.tablepaket.active .gonderbtn i {
  /* display: none; */
  font-size: 20px;
  /* -webkit-animation-name: fadeInUp; */
  /* animation-name: fadeInUp; */
  /* -webkit-animation-duration: 1s; */
  /* animation-duration: 1s; */
  /* -webkit-animation-fill-mode: both; */
  /* animation-fill-mode: both; */
  /* position: absolute; */
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tablepaket .gonderbtn i {
  /* display: none; */
}

.tablepaket:first-child:nth-last-child(4),
.tablepaket:first-child:nth-last-child(4) ~ .tablepaket {
  /* width: 23%; */
}

.tablepaket:first-child:nth-last-child(8),
.tablepaket:first-child:nth-last-child(8) ~ .tablepaket {
  width: 23%;
}

.tablepaket:first-child:nth-last-child(12),
.tablepaket:first-child:nth-last-child(12) ~ .tablepaket {
  width: 23%;
}

.tablepaket:hover {
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1) !important;
}

.tpakettitle {
  width: 100%;
  color: var(--text-color-dark);
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 15px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.paketline {
  height: 1px;
  background: #ededed;
  width: 85%;
  display: block;
  margin: 10px auto;
}

#upgrade .paketline {
  display: block;
}

#tableactive {
  border: 2px solid var(--color1);
}

.tpakettitle i {
  color: var(--text-color-dark);
  /* margin-top: -12px; */
  /* float: left; */
  text-align: center;
  width: 50px;
  font-size: 28px;
  background: var(--yesil16);
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

.ribbonx {
  width: 200px;
  height: 300px;
  position: relative;
  border: 1px solid #bbb;
  background: #eee;
}

.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon div {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

.ribbon div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79a70a;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

div.mostpopularx {
  -webkit-animation: blink 3s linear 0 infinite normal;
  animation: blink 3s linear 0 infinite normal;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tablepaket span {
  float: left;
  width: 100%;
  padding: 5px 0;
}

.tablepaket h3 {
  color: var(--color1);
  /* float: left; */
  width: 100%;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
}

.tablepaket h3 span {
  position: relative;
  display: inline-block;
  float: none;
  padding: 0;
}

.tablepopular {
  position: absolute;
  background: var(--color1);
  color: white;
  width: 150px;
  height: 60px;
  font-size: 14px;
  transform: rotate(-40deg);
  left: -52px;
  line-height: 80px;
  top: -12px;
}

.tablepaket h4 {
  font-weight: 300;
  font-size: 22px;
  color: var(--color2);
  line-height: 25px;
  display: inline-block;
  width: 100%;
}

.tablepaket .gonderbtn {
  margin-top: 5px;
  display: inline-block;
  width: 85%;
  text-transform: uppercase;
  margin-bottom: 5px;
  background: #fff;
  color: white;
  border: none;
  font-weight: 600;
  background: var(--color2);
  padding: 15px 20px;
  font-size: 17px;
}

.tablepaket .gonderbtn:hover {
  background: var(--color1);
}

.tablepaket .gonderbtn i {
  margin-right: 5px;
}

.anascript {
  background-image: url(../images/anascript-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  text-align: center;
  width: 100%;
  background-size: 100% 100%;
  padding: 25px 0;
  box-shadow: inset 0 0 70px 30px #fff;
}

.scriptkategoriler {
  /* float: left; */
  /* width: 23%; */
  margin-top: 15px;
}

.scriptkategoriler a {
  float: left;
  width: 100%;
  color: #fff;
  padding: 6px;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #fff;
}

.scriptkategoriler a span {
  font-weight: 600;
}

.scriptkategoriler a:hover {
  background: #fff;
  color: #000;
}

#scataktif {
  background: #fff;
  color: #000;
}

.anascriptlist {
  position: relative;
  /* display: inline-block; */
  vertical-align: top;
  background-color: #fff;
  /* margin: 1%; */
  /* width: 100%; */
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #ededed;
}

.anascriptlist:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.anascriptlist h4 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.anascripler {
  /* float: right; */
  /* width: 72%; */
  /* margin-top: 15px; */
}

.anascriptlist div h5 {
  color: var(--color1);
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 900;
}

.tumscriptbtn {
  font-size: 16px;
  margin: 15px 0;
  margin-top: 20px;
}

.scriptozellk {
  float: left;
  padding: 3px 10px;
  font-size: 14px;
  color: #fff;
  background: var(--color1);
  /* opacity: .8;
    filter: alpha(opacity=80);
    margin-bottom: -45px;
    margin-top: 15px;*/
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 0 20px 20px 0;
}

#mobiluyum {
  /*margin-bottom: -75px;*/
  margin-top: 30px;
  background: var(--bs-danger);
}

.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}

.ribbon2 {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon2 span {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

.ribbon2 span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79a70a;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

.anascriptlist img {
  /* height: 190px; */
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.scripthoverinfo {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  filter: alpha(opacity=00);
  position: absolute;
  width: 100%;
  height: 190px;
  background: rgba(0, 122, 122, 0.65);
  /* display: none; */
}

.scripthoverinfo a {
  color: #fff;
  background: none;
  border: 2px solid #fff;
  margin: 80px 5px;
  padding: 0;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 30px;
  /* transform: translateY(-50%); */
  /* position: absolute; */
  /* display: inline-block; */
  /* top: 50%; */
  text-align: center;
}

.scripthoverinfo a:hover {
  /* -webkit-transform: scale(1.10); */
  /* -moz-transform: scale(1.10);
     -ms-transform: scale(1.10);
     -o-transform: scale(1.10);*/
  /* transform: scale(1.10); */
  background: #fff;
  color: var(--color2);
}

.urunozellikleri {
  width: 100%;
  display: block;
  margin-top: 25px;
  text-align: center;
}

.urunozellik {
  display: inline-block;
  border: 1px solid #ededed;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 26%;
  padding: 15px;
  margin: 9px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* background: #f9f9f9; */
}

.urunozellik h4 {
  font-weight: 600;
  font-size: 16px;
  /* color: var(--text-color-dark); */
}

.urunozellik i {
  font-size: 35px;
  margin-bottom: 10px;
  color: var(--color1);
}

.katslogan {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.urunozellikleri .fa-caret-right {
  display: inline-block;
  font-size: 24px;
  margin-left: -17px;
  margin-top: 45px;
  position: absolute;
  color: var(--color1);
}

.urunozellikleri .fa-check-circle {
  display: inline-block;
  font-size: 20px;
  margin-left: -18px;
  margin-top: 50px;
  background: #fff;
  position: absolute;
  color: var(--color2);
}

.anascriptlist:hover .scripthoverinfo {
  opacity: 1;
  /* display: block; */
}

.nedenbiz {
  background: url(../images/bg/bg3.png) no-repeat scroll 50% 15px;
  height: auto;
  text-align: center;
  background-size: cover;
  padding-bottom: 100px;
}

.ozellik {
  display: flex;
  align-items: start;
  justify-content: start;
}

.servisikon {
  height: 80px;
  width: 80px;
  /* float:left; */
  background: var(--yesil16);
  border-radius: 5px;
  line-height: 80px;
  text-align: center;
  font-size: 35px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: 20px;
}

.ozellik h4 {
  color: var(--text-color-dark);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}

.ozellik p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}

.servisikonalt {
  /* height: 104px; */
  /* width: 104px; */
  color: var(--color1);
  /* border: 3px solid #fff; */
  /* border-radius: 100%; */
  /* float: left; */
  /* margin-left: 5px; */
  /* margin-top: 5px; */
  /* line-height: 104px; */
  /* -webkit-transition: all .3s ease-out; */
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* overflow: hidden; */
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  /* display: block; */
}

.ozellik .servisikonalt:hover {
  background: var(--color1);
}

.ozellik:hover .servisikonalt:hover {
  background-color: #fff;
}

.ozellik .servisikonalt:hover i {
  color: #fff;
}

.ozellik:hover .servisikon {
  background: var(--color1);
}

.ozellik:hover .servisikonalt i {
  color: var(--color2);
}

.servisinfos {
  /* float:right; */
  width: calc(100% - 100px);
  text-align: left;
  margin-bottom: 25px;
}

#genelpaketler .pakettitle {
  color: #fff;
}

#genelpaketler .gonderbtn {
  color: #fff;
  border: 2px solid #fff;
}

#genelpaketler .gonderbtn:hover {
  background: var(--color1);
  border: 2px solid var(--color1);
}

#genelpaketler #paketaktifbtn {
  background: var(--color1);
  border: 2px solid var(--color1);
}

#genelpaketler .tpakettitle {
  background: var(--color1);
}

#genelpaketler .fa.fa-caret-down {
  color: var(--color1);
}

#genelpaketler .tablepaket .gonderbtn {
  color: var(--color1);
  border: 2px solid var(--color1);
}

#genelpaketler .tablepaket .gonderbtn:hover {
  color: #fff;
}

#genelpaketler .tablepaket h3 {
  color: var(--color1);
}

#genelpaketler .tablepaket h4 {
  color: var(--color1);
}

.musterigorusleri {
  width: 100%;
  float: left;
  margin: 25px 0;
}

.list_carousel {
  width: 100%;
  margin: auto;
  height: auto;
}

.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.list_carousel li {
  width: 250px;
  height: auto;
  display: block;
  float: left;
}

.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}

.clearfix {
  float: none;
  clear: both;
}

.prev {
  float: left;
  margin-left: 10px;
}

.next {
  float: right;
  margin-right: 10px;
}

.pager {
  float: right;
  text-align: right;
  margin-top: -95px;
  position: relative;
  z-index: 22;
}

.pager a.selected {
  text-decoration: underline;
}

.pager a {
  margin: 3px;
  border: 2px solid var(--color2);
  background: #fff;
  color: transparent;
  width: 22px;
  height: 22px;
  float: left;
  -webkit-border-radius: 100;
  -moz-border-radius: 100;
  border-radius: 100%;
}

.pager a:hover {
  background: var(--color2);
}

.pager a.selected {
  background: var(--color2);
}

.musterigorusleri .list_carousel {
  width: 900px;
  margin: auto;
}

#foo2 li {
  width: 900px;
  height: 250px;
}

.musyorum {
  width: 100%;
  height: auto;
  color: var(--color2);
  background: #eeeeee57;
  text-align: center;
  float: left;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#mgorusarrow {
  margin-left: 25px;
  font-size: 65px;
  position: absolute;
  margin-top: -66px;
  color: #eeeeee57;
}

.yorumyapan {
  float: left;
  margin-top: 25px;
  margin-left: 25px;
  width: 45%;
}

.yorumyapan img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
}

.yorumyapan h3 {
  float: left;
  font-size: 18px;
  font-weight: 700;
  width: 75%;
  margin-top: 10px;
}

.yorumyapan h4 {
  float: left;
  font-size: 16px;
  width: 75%;
  font-weight: 300;
}

.gorusgonderbtn {
  float: right;
  margin-top: -45px;
  font-weight: 700;
  position: relative;
  z-index: 22;
  color: #999;
}

.gorusgonderbtn:hover {
  color: #000;
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 700px;
  position: relative;
  margin: 5% auto;
  padding: 5px 20px 13px;
  border-radius: 4px;
  background: #fff;
}

.close {
  background: #606061;
  color: #fff;
  line-height: 25px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: 700;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #00d9ff;
}

#gorusgonder input {
  margin-bottom: 5px;
}

#gorusgonder hr {
  border: 1px solid #ccc;
}

.modalDialog h2 {
  font-size: 20px;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.blogvehaber {
  background-image: url(../images/bloghaberbg.jpg);
  background-repeat: repeat;
  background-position: center top;
  float: left;
  width: 100%;
  margin: 35px 0;
  text-align: center;
  padding: 30px 0;
  box-shadow: inset 0 0 70px 40px #fff;
}

.haberblog {
  background: #fff;
  width: 485px;
  float: none;
  margin: 20px 25px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  border-radius: 7px;
}

.haberbloktitle {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.haberbloktitle h4 {
  font-weight: 700;
}

.haberbloktitle i {
  color: var(--color2);
}

.haberblog li {
  width: 455px;
}

.haberblog .list_carousel li img {
  float: left;
  margin-right: 15px;
  border-radius: 7px;
}

.haberblog li h4 a {
  color: var(--color1);
  font-size: 20px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

.haberblog li h4 span {
  font-size: 16px;
  color: #77777787;
}

.haberblog .pager {
  margin: 0;
}

.haberblog p {
  font-size: 14px;
}

.pager a {
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
}

.pager a:hover {
  background: #ccc;
}

.pager a.selected {
  background: #ccc;
}

.haberbloktitle h4 {
  font-size: 18px;
}

#bloghome {
  float: right;
}

.rakamlarlabiz {
  margin-bottom: 35px;
  float: left;
  width: 100%;
}

.istatistik {
  float: left;
  width: 22%;
  margin: 15px;
  text-align: center;
}

.istatistik h1 {
  font-size: 46px;
  font-weight: 700;
  color: var(--color2);
}

.istatistik h2 {
  font-size: 24px;
  font-weight: 200;
  color: var(--color2);
  margin-top: 15px;
}

.istatistik span {
  width: 70%;
  height: 1px;
  background: var(--color2);
  display: inline-block;
}

.istatistik i {
  font-size: 120px;
  color: #eee;
  float: right;
  position: absolute;
  margin-top: -130px;
  z-index: -1;
}

.footlogos {
  text-align: center;
  margin-top: 20px;
  float: left;
  width: 100%;
}

.footlogos img {
  width: 120px;
  vertical-align: middle;
  margin: 17px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footlogos img:hover {
  -webkit-filter: none;
  filter: none;
}

.ebulten {
  background-image: url(../images/ebultenbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  height: 200px;
  width: 100%;
  background-size: 100% auto;
}

.ebultencont {
  background-color: #fff;
  width: 700px;
  margin: auto;
  height: 55px;
  margin-top: 70px;
  box-shadow: 0 0 45px #a9a9a9a8;
  border-radius: 50px;
}

.ebultencont i {
  float: left;
  font-size: 24px;
  color: #ccc;
  margin: 14px;
  margin-left: 20px;
}

.ebultencont input {
  float: left;
  border: none;
  line-height: 45px;
  width: 450px;
  padding: 5px;
  font-family: "Quicksand", sans-serif;
}

.aboneolbtn {
  background: var(--color2);
  color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: right;
  margin: 6px;
  width: 95px;
  text-align: center;
  border-radius: 50px;
}

.aboneolbtn:hover {
  background: var(--color1);
}

.footslogan {
  /* float: left; */
  text-align: center;
  width: 100%;
  color: #ffffff80;
}

.footslogan:hover h2 a {
  color: white;
}

.footslogan h4 {
  /* font-size: 22px; */
  font-weight: 200;
}

.footslogan h2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}

.footer {
  background-image: url(../images/bg/bg1.png);
  background-color: var(--color2);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  float: none;
  height: auto;
  width: 100%;
  padding: 50px 0;
  color: #fff;
  border-top: 5px solid var(--color1);
  /* margin-top: 50px; */
}

.footslogan a {
  color: #fff;
}

.footer a {
  color: #ffffff80;
}

.footlogo {
  width: 180px;
  margin-bottom: 0;
}

.footinfos {
  /* float: left; */
  /* width: 25%; */
  margin-right: 50px;
  color: #ffffff80;
  /* font-family: 'Quicksand', sans-serif; */
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  /* box-shadow: 0 0 0 1px rgba(255,255,255,0.2),0 0 0 2px rgba(0,0,0,0.2); */
  background-image: url(../assets/dunya-nokta.png);
  background-size: cover;
}

.footinfos h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0px;
}

.footinfos h4 {
  font-weight: 600;
  margin: 15px 0px;
}

.footinfos h5 span {
  margin-top: 10px;
  float: left;
  width: 100%;
  font-weight: 900;
}

.footblok {
  /* float: left; */
  /* width: 14%; */
  /* margin: 21px; */
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  display: flex;
  flex-direction: column;
}

.footblok h3 {
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 10px;
  /* margin-top: 15px; */
}

.footblok a {
  color: #ffffff9e;
  /* float: left; */
  width: 100%;
  font-weight: 400;
  padding: 5px 0px;
}

.footblok a:hover {
  padding-left: 3px;
  color: #fff;
}

.footend {
  width: 100%;
  background: #1c1c1c;
  height: 74px;
  float: left;
}

.footend a {
  color: #ccc;
}

.footend span {
  line-height: 74px;
  color: #ccc;
  font-weight: 200;
  float: left;
}

.footer .line {
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 25px;
  margin-bottom: 25px;
  float: none;
}

.footsosyal {
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
}

.footsosyal a {
  display: inline-block;
  color: #ffffff87;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid transparent;
  margin: 0px 10px;
}

.footsosyal a:hover {
  background: #00000030;
}

.cd-top {
  display: inline-block;
  height: 30px;
  border-radius: 5px;
  width: 30px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: var(--color1) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition:
    opacity 0.3s 0s,
    visibility 0 0.3s;
  -moz-transition:
    opacity 0.3s 0s,
    visibility 0 0.3s;
  transition:
    opacity 0.3s 0s,
    visibility 0 0.3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition:
    opacity 0.3s 0s,
    visibility 0 0;
  -moz-transition:
    opacity 0.3s 0s,
    visibility 0 0;
  transition:
    opacity 0.3s 0s,
    visibility 0 0;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: 0.5;
}

.cd-top.cd-fade-out:hover {
  opacity: 1.5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

.sabithead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

/*
.sabithead .menu li a {
    line-height: 60px;
    font-weight: 600;
    font-size: 15px;
    text-shadow: 0 0 2px #767676
}

.sabithead .menu li ul li a {
    line-height: 40px
}

.sabithead .menu ul li ul li a {
    border: none;
    color: white;
    font-weight: 300
}

.sabithead .menu ul li ul {
    background: var(--color2);
    top: 60px;
}

.sabithead .menu li:hover a {
    border: none
}

.sabithead .ulup {
    bottom: -5px;
}*/

#fullwidth {
  position: relative;
  height: auto;
  background: none;
  margin: 0;
  padding-bottom: 0;
}

#muspanel #fullwidth {
  height: auto;
}

#fullwidth .head {
  width: 100%;
  background: #e5e5e5;
  margin: 0;
  height: 50px;
  line-height: 50px;
}

#fullwidth .head a {
  color: #3d3d3d;
  padding: 0 15px;
  margin-left: 0;
}

#fullwidth .head a:hover {
  background: #d8d8d8;
}

#fullwidth .sepeticon {
  margin-top: 12px;
  position: relative;
  z-index: 22;
  color: #fff;
  font-size: 28px;
}

#fullwidth .sepeticon span {
  font-size: 13px;
  width: 20px;
  height: 20px;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
}

#fullwidth .headustlinks a {
  line-height: 50px;
  padding: 0 10px;
  float: left;
  border-right: 1px solid #dedede;
}

#fullwidth .sosyalbtns a {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  line-height: 50px;
  height: auto;
}

#fullwidth .sosyalbtns a:hover {
  background: #d8d8d8;
}

.fullwidthhead {
  width: 100%;
  height: auto;
  padding: 12px 0;
  float: left;
  background-image: url(../images/menubg2018.jpg);
  position: relative;
  margin-top: 0;
  background-size: 100%;
  background-color: white;
}

#fullwidth .logo {
  padding: 5px 0;
  display: inline-block;
  float: left;
  height: 40px;
  position: relative;
  margin: 0px;
  width: auto;
}

#fullwidth .headbutonlar a {
  float: right;
  color: var(--color2);
  margin-left: 10px;
  font-size: 14px;
  border: 2px solid transparent;
  padding: 10px 15px;
  border-radius: 50px;
  font-weight: 500;
}

#fullwidth .headbutonlar a:hover {
  color: white;
  background: var(--color2);
}

#fullwidth .headbutonlar {
  margin-top: 5px;
}

#fullwidth .langbtn {
  float: left;
  margin-left: 20px;
  margin-top: 15px;
  font-size: 16px;
}

#fullwidth .langbtn a {
  color: #333;
}

.headmail {
  float: right;
  margin-top: 5px;
  font-size: 16px;
  margin-left: 40px;
  color: #333;
}

.headmail a {
  color: #333;
}

.headmail i {
  float: left;
  font-size: 40px;
  margin-right: 10px;
  margin-top: 5px;
}

.headinfospan {
  float: left;
  font-size: 16px;
  line-height: 23px;
}

#fullwidth .menu {
  float: left;
  width: 100%;
  margin: 0;
  background-image: url(../images/menubg.jpg);
  background-position: top center;
}

.menucolor {
  background-color: var(--color2);
  float: left;
  z-index: -1;
  height: 68px;
  width: 100%;
  position: absolute;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

#fullwidth .menu ul li ul li:hover a {
  background: rgba(0, 0, 0, 0.3);
}

#fullwidth .menu li:hover a {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffffd6;
}

#fullwidth .menu ul li ul li ul {
  top: 0px;
}

#fullwidth .menu ul li ul {
  background: var(--color2);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  top: 68px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#fullwidth .headbutonlar #headicon {
  font-size: 20px;
  padding: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0px;
  margin-right: 20px;
  margin-top: 3px;
}

#fullwidth .headbutonlar #headicon .basket-count {
  font-size: 13px;
  width: 20px;
  height: 20px;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -5px;
  margin-top: -5px;
}

#fullwidth .headbutonlar #headicon .fa-shopping-cart {
  font-size: 22px;
}

#fullwidth #megamenuservice {
  width: 20%;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.28);
}

#fullwidth #megamenuservice:hover {
  background: var(--color1) 69;
}

#fullwidth #megamenuservice:hover a {
  background: none;
}

#fullwidth #megamenuservice a {
  padding: 0px;
}

.digerhmzinfo {
  float: right;
  width: 200px;
  color: white;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px 45px;
  height: 100%;
  background: var(--color1);
  font-weight: 200;
}

.digerhmzinfo h5 {
  margin-top: 25px;
  font-family: "Quicksand", sans-serif;
}

.digerhzmucgen {
  width: 0;
  height: 0;
  top: 30px;
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent var(--color1) transparent transparent;
  margin-left: -53px;
  margin-top: 65px;
}

#fullwidth .menu li .digerhmzinfo a {
  padding: 10px 25px;
  line-height: normal;
  float: left;
  border-radius: 50px;
  margin-top: 10px;
  font-size: 15px;
}

#fullwidth .menu li .digerhmzinfo a:hover {
  background: rgba(0, 0, 0, 0.34);
}

#megamenu:hover #megamenuservice a {
  background: none;
}

#fullwidth .menu li:hover #megamenuservice a {
  background: none;
}

#fullwidth #megamenu {
  color: #ffffffd6;
}

#fullwidth .headbutonlar .borderedbtn {
  border: 2px solid var(--color2);
}

#fullwidth .headbutonlar #headicon i {
  margin: 0px;
}

#slider2,
#slider3 {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.25);
  -moz-box-shadow:
    0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 0 5px rgba(0, 0, 0, 1);
  -webkit-box-shadow:
    0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 0 5px rgba(0, 0, 0, 1);
  box-shadow:
    0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 0 5px rgba(0, 0, 0, 1);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 700;
}

.callbacks_container .slidetext-container {
  width: 80%;
  margin: 12%;
  margin-top: 8%;
  position: absolute;
  z-index: 22;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.callbacks_nav {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  left: 0;
  display: none;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../images/themes.png) no-repeat left top;
  margin-top: -120px;
}

.callbacks_nav:active {
  opacity: 1;
}

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.head2logo {
  float: left;
  margin-right: 25px;
}

.slidetext-container {
  width: 80%;
  margin: auto;
  margin-top: 20%;
  color: #fff;
  text-align: left;
}

.sayfaustheader {
  background-image: url(../images/image4.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  float: left;
  height: 260px;
  width: 100%;
  background-size: 100% auto;
}

.headerwhite {
  /* background-image: url(../images/headerwhite.png); */
  background-repeat: repeat;
  background-position: center bottom;
  width: 100%;
  height: 149px;
  display: inline-block;
  position: absolute;
  bottom: -2px;
}

#home .headerwhite {
  display: none;
}

#muspanel .sayfabaslik {
  margin-top: 20px;
  display: none;
}

#muspanel .breadcrumb-container {
  display: none;
}

.sayfabaslik {
  /* float: left; */
  color: var(--color1);
  text-align: left;
  /* margin-top: 35px; */
  position: relative;
  z-index: 1;
}

.sayfabaslik i {
  font-size: 12px;
  margin: 10px;
}

.sayfabaslik a {
  color: var(--text-color-dark);
  font-weight: 500;
  /* font-size: 16px; */
}

.sayfabaslik a:hover {
  color: var(--color2);
}

.sayfabaslik h1 {
  font-weight: bolder;
  font-size: 24px;
  color: var(--text-color-dark);
}

.sayfabaslik p {
  margin-bottom: 0;
  color: var(--text-color);
}

.sayfacontent {
  /* float: right; */
  /* width: 74%; */
  margin-bottom: 35px;
}

.sidebar {
  float: none;
  /* width: 24%; */
  margin-top: 0;
  margin-bottom: 35px;
  display: block;
  /* border: 1px solid #ededed; */
  /* border-radius: 10px; */
}

.sidelinks a {
  /* float: left; */
  width: 100%;
  padding: 10px 0px;
  display: block;
  border: 1px solid transparent;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}

.sidelinks span {
  padding: 2px 0px;
  display: inline-block;
}

.sidelinks a:hover {
  color: var(--color1);
  /* background: #f9f8f7; */
  /* border-radius: 4px; */
  /* border-left-color: #eee; */
  /* border-right-color: #eee; */
  padding-left: 7px;
  border-left: 3px solid var(--color1);
}

.paypasbutonlar {
  /* float: right; */
  /* margin-top: 35px; */
  text-align: center;
  color: var(--text-color-dark);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
}

.scriptpaylas {
  margin-top: 15px;
}

.fullwidtscriptdetay {
  margin-top: -65px;
}

#header2 .paypasbutonlar {
  margin-top: 45px;
}

.paypasbutonlar a {
  color: var(--text-color-dark);
  /* float: left; */
  height: 40px;
  width: 40px;
  font-size: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 250%;
  background: #fff;
  border: 1px solid #eee;
  margin-right: 5px;
  display: inline-block;
}

.paypasbutonlar a:hover {
  color: #fff;
  background: #666;
}

#facepaylas:hover {
  background: #365899;
}

#twitpaylas:hover {
  background: #1da1f2;
}

#googlepaylas:hover {
  background: #d73d32;
}

#linkedpaylas:hover {
  background: #008cc9;
}

#uyeolgirisbody {
  background: #000;
}

#uyeolgirisbody .footend {
  bottom: 0;
  position: fixed;
}

.uyeolgirishead {
  float: left;
  width: 100%;
  margin-top: 15px;
  color: #fff;
  margin-bottom: 5%;
}

.uyeolgirishead h1 {
  float: right;
  font-weight: 200;
  margin-top: 30px;
}

.uyeolgirisyap {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}

#girisyapright h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

#girisyapright h4 i {
  margin-right: 5px;
}

.uyeol h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.uyeol h4 i {
  margin-right: 5px;
}

.sifreunuttulink {
  float: right;
}

.uyeolgirisyap .btn {
  font-size: 16px;
  padding: 15px 0px;
  background: #fff;
  margin-bottom: 15px;
  border: 1.5px solid var(--color1);
  color: var(--color1);
  font-weight: 700;
  outline: none;
}

.uyeolgirisyap .btn:hover {
  background: var(--color1);
  color: #fff;
  border: 1.5px solid transparent;
}

.uyeol {
  float: right;
  width: 40%;
  margin-bottom: 20px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.girisyap h3 {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  font-weight: 700;
}

.uyeolgirisslogan {
  float: left;
  color: #fff;
  width: 40%;
  text-align: center;
  margin-top: 6%;
}

.uyeolgirisyap .gonderbtn {
  float: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 45px;
  font-weight: 700;
  font-size: 16px;
}

.uyeolgirisyap .gonderbtn:hover {
  background: #fff;
  color: #000;
}

.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
}

.checkbox-custom-label,
.radio-custom-label {
  position: relative;
  margin-bottom: 5px;
}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: "";
  border: 1.5px solid var(--color1);
  border-radius: 5px;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 10px;
  text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  background: var(--color1);
  color: #fff;
  font-size: 15px;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  background: var(--color1);
}

#uyelik table tbody tr td h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-top: -8px;
}

#uyelik input {
  border-bottom-width: 2px;
  border-bottom-color: #ccc;
  padding: 10px 0;
  border-style: none none solid;
}

#uyelik input:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--color1);
  padding-left: 5px;
  border-style: none none solid;
}

.uyeolgirisslogan h4 {
  font-weight: 200;
}

#uyelik::-webkit-input-placeholder {
  color: #444;
}

#uyelik:-moz-placeholder {
  color: #444;
}

#uyelik::-moz-placeholder {
  color: #444;
}

#uyelik:-ms-input-placeholder {
  color: #444;
}

#girisyapright {
  float: right;
}

#uyegirisloganleft {
  float: left;
}

.iletisimpage {
  /* float: left; */
  /* width: 100%; */
}

.iletisimblok {
  /* display: inline-block; */
  /* width: 22%; */
  line-height: 23px;
  text-align: left;
  border-right: 1px solid #eee;
  vertical-align: top;
  min-height: 175px;
  padding-right: 25px;
}

#compnayinfo {
  /* width: 30%; */
  text-align: left;
  line-height: 27px;
}

.iletisimblok h3 {
  font-weight: 700;
  font-size: 18px;
  /* margin-bottom: 10px; */
  color: var(--text-color-dark);
  border-bottom: 1px solid #ededed;
  position: relative;
}

.iletisimblok h3:after {
  /* content: ""; */
  width: 20%;
  height: 3px;
  background: var(--color1);
  display: block;
  position: absolute;
  bottom: -2px;
}

.iletisimblok i {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--color1);
}

.iletisimblok span {
  float: left;
  width: 100%;
  font-size: 15px;
}

.googlemap {
  width: 48%;
  float: left;
  margin-bottom: 25px;
}

.iletisimtitle {
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  /* float: left; */
  border-bottom: 1px solid #eee;
  font-weight: 700;
  font-size: 20px;
}

.iletisimformu {
  /* float: right; */
  /* width: 48%; */
}

.iletisimslogan {
  text-align: center;
  width: 80%;
  font-weight: 200;
  font-size: 22px;
  margin: auto;
  margin-bottom: 35px;
}

.iletisimformu input:not([type="checkbox"]):not([type="radio"]),
textarea {
  width: 100%;
  /* border-bottom-width: 2px; */
  /* border-bottom-color: #ccc; */
  /* padding: 16px 0; */
  /* border-style: none none solid; */
}

.iletisimformu input:not([type="checkbox"]):not([type="radio"]):focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--color1);
  padding-left: 5px;
  color: var(--color1);
  border-style: none none solid;
}

.iletisimformu textarea:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--color1);
  padding-left: 5px;
  color: var(--color1);
  border-style: none none solid;
}

.bigmaplink {
  font-size: 13px;
  float: right;
  color: #777;
  font-weight: 400;
  margin-top: 10px;
}

.bigmaplink:hover {
  color: #000;
  text-decoration: underline;
}

.sayfabaslik {
  /* margin-top: 15px; */
  /* background: var(--yesil16); */
  /* padding: 10px 0; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* margin-bottom: 15px; */
}

#header2 .sayfabaslik {
  margin-top: 55px;
}

#rightsidebar {
  float: right;
}

.listeleme {
  /* float: left; */
  width: 100%;
  margin-top: 0;
}

.list {
  /* display: flex; */
  /* width: 46%; */
  margin-bottom: 30px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}

.list:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.list h4 a {
  color: var(--text-color-dark);
  font-weight: 500;
}

.list p {
  margin: 0;
  padding: 7px 0;
  padding-right: 5px;
}

.list img {
  /* margin-bottom: 10px; */
  /* float: left; */
  width: 100%;
  /* height: 225px; */
  transition: all 0.3s ease-in-out;
}

.listbaslik {
  font-size: 22px;
  font-weight: 700;
  /* float: left; */
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  color: var(--text-color-dark);
  position: relative;
}

.bg-light-color2 .listbaslik {
  border-bottom-color: var(--color2);
}

.sidebar h4 {
  font-size: 17px;
  font-weight: 700;
  /* float: left; */
  width: 100%;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eee;
  color: var(--text-color-dark);
  border-bottom: 1px solid #eee;
  position: relative;
  margin-bottom: 10px;
}

.listbaslik:before,
.sidebar h4:before,
.scriptlisttitle:before {
  content: "";
  width: 100px;
  height: 3px;
  background: var(--color1);
  display: block;
  position: absolute;
  bottom: -2px;
}

.bloginfos {
  font-size: 14px;
  /* float: left; */
  /* width: 100%; */
  background: var(--color1);
  /* margin-top: -35px; */
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 4px 10px;
  border-radius: 4px;
}

.bloginfos a {
  color: #fff;
  float: right;
}

.alanadisorgu {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

.alanadisorgu .gonderbtn {
  background: #8bc34a;
  margin-left: -156px;
}

.alanadisorgu .gonderbtn:hover {
  background: #72a833;
}

#transferbtn,
#transferButton {
  /* background: #009595; */
  /* margin-left: 0px; */
  padding: 15px;
}

#transferbtn:hover {
  /* background: var(--color2); */
}

.transfercode {
  /* width: 70%; */
  text-align: center;
  display: none;
  transition-property: all;
  transition-duration: 0;
  transition-timing-function: ease;
  opacity: 1;
  margin: auto;
  /* margin-bottom: 50px; */
}

.transfercode input {
  /* border-radius: 5px; */
  /* width: 45%; */
  /* border: 0px; */
  /* padding: 20px 32px; */
  /* padding-top: 17px; */
  /* padding-bottom: 21px; */
  /* -webkit-box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06); */
  /* box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06); */
  /* border: 1px solid #f5f3f3; */
  /* margin: 25px 0px; */
  /* font-size: 22px; */
  /* font-weight: 300; */
  /* color: #607D8B; */
}

.alanadisorgu h1 {
  font-weight: 200;
  font-size: 36px;
  margin-bottom: 20px;
}

.alanadisorgu input {
  /* border-radius: 4px; */
  /* width: 45%; */
  /* height: 100%; */
  /* border: 0px; */
  /* padding: 15px 30px; */
  /* padding-top: 19px; */
  /* -webkit-box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06); */
  /* box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06); */
  /* border: 1px solid #f5f3f3; */
  /* margin: 25px 0px; */
  /* font-size: 22px; */
  /* font-weight: 300; */
  /* color: #607D8B; */
  /* border-color: var(--color1); */
}

#transfercode .lbtn {
  border: 0px;
  background-color: var(--color2);
  border-radius: 5px;
  color: #ffffff;
  margin-left: -158px;
  padding: 20px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 150px;
  font-weight: normal;
  font-size: 16px;
}

.alanadisorgu .gonderbtn {
  color: #fff;
  border: none;
  font-size: 16px;
  -moz-border-radius: 0;
  padding: 18px 40px;
  z-index: 5;
  position: relative;
}

#checkButton {
  /* border: 0px; */
  /* background-color: #8BC34A; */
  /* border-radius: 2.20588rem; */
  /* color: #FFFFFF; */
  /* margin-left: -158px; */
  padding: 15px 15px;
  /* position: absolute; */
  /* margin-top: 30px; */
  /* display: inline-block; */
  /* cursor: pointer; */
  /* -webkit-transition: all 0.4s ease; */
  -o-transition: all 0.4s ease;
  /* transition: all 0.4s ease; */
  /* width: 150px; */
  /* font-size: 16px; */
}

#checkButton:hover {
  background: #709d3d;
  border-color: #709d3d;
}

.uzantibox {
  /* width: 10%; */
  padding: 10px;
  border: 1px solid #ededed;
  vertical-align: top;
  border-radius: 7px;
  text-align: center;
  /* display: inline-block; */
  /* margin: 7px; */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: lowercase;
  background: #fff;
}

.uzantibox img {
  width: auto;
  max-height: 30px;
}

.uzantibox:hover {
  border: 1px solid var(--color1);
  cursor: pointer;
}

.uzantibox H4 {
  font-weight: 700;
}

.popuzantilar {
  text-align: center;
  margin-top: 15px;
}

.uzantibox .checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.domainozellikler {
  /* background-image: url(../images/domainbg.jpg); */
  background-size: 100% auto;
  margin-bottom: 0;
  margin-top: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  height: auto;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 16px;
  box-shadow: inset 0 0 70px 40px #fff;
}

.domainozellikler h3 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #aac28f;
  font-weight: 600;
  font-size: 24px;
  display: none;
}

.domainozellikler h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.domainozellikler i {
  font-size: 70px;
  display: inline-block; /* margin-right:25px; */
  line-height: 50px;
  text-align: center;
  width: 75px;
}

.dozelliklist {
  margin: 20px;
  display: inline-block;
  width: 29%;
  text-align: center;
  vertical-align: top;
}

.domainiconleft {
  /* float:left; */ /* width:100px; */
  margin-bottom: 20px;
}

.domainfeatright {
  display: inline-block;
  width: 100%;
  font-size: 15px;
}

.tescilucretleri {
  /* width: 90%; */
  /* padding-top: 25px; */
  text-align: center;
  /* margin: 35px auto 50px; */
}

.tescilucretleri span {
  float: left;
  width: 125px;
  padding: 5px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}

.tescilucretleri table {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  /* border: 1px solid #efefef; */
}

.tescilucretleri h4 {
  margin-bottom: 30px;
  font-size: 26px;
}

.tescilsonuc {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

.tescilucretleri table tr td {
  padding: 15px 0px;
  border-bottom: 1px solid #efefef;
  text-transform: lowercase;
}

.tescilucretleri table tr {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tescilucretleri table tr:hover {
  background: var(--yesil15);
}

.tescilsonuc {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.tescilsonuc table {
  width: 70%;
  margin: auto;
}

#tesclsure {
  text-align-last: center;
  border: none;
  cursor: pointer;
  padding: 0;
}

.tescilsonuc table thead tr td .checkbox-custom-label {
  margin-right: 0;
}

.tescilsonuc tr td {
  padding: 5px 10px;
  border-bottom: 1px dotted #ebebeb;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before#tesclsure {
  width: 190px;
  text-align: center;
  text-align-last: center;
}

.hostingozellikler {
  float: left;
  width: 100%;
  padding-top: 20px;
  margin-top: 35px;
}

.hostozellk {
  display: inline-block;
  width: 22%;
  font-size: 16px;
  font-weight: 300;
  vertical-align: top;
  text-align: center;
  padding: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hostozellk h4 {
  font-size: 20px;
  font-weight: 400;
}

.hostozellk:hover {
  background: #f6f6f6;
  box-shadow: 0 0 12px #eee;
}

.sss {
  /* float: left; */
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}

.sss h4 {
  margin-bottom: 15px;
}

.sss #accordion h3 {
  font-size: 17px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#scriptlistesi {
  background: none;
  padding: 0;
  text-align: left;
}

#scriptlistesi .anascripler {
  text-align: center;
}

#scriptlistesi .scriptkategoriler a {
  color: var(--text-color);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #eee;
  margin-bottom: 0;
  padding: 12px 7px;
  font-size: 15px;
}

#scriptlistesi .scriptkategoriler a:hover {
  background: #eee;
}

#scriptlistesi #scataktif {
  /* background: #f9f8f7; */
  padding-left: 7px;
  color: var(--color1);
  border-left: 3px solid var(--color1);
}

.scriptlisttitle {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
  color: var(--text-color-dark);
  font-size: 22px;
  width: 100%;
  text-align: left;
  position: relative;
}

#scriptlistesi .anascriptlist {
  /* box-shadow: 0 0 5px #b1b1b1; */
  /* margin: 1.4%; */
}

#scriptlistesi .anascriptlist:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.scriptdetayinfo {
  /* float: left; */
  /* width: 71.5%; */
  padding-right: 28px;
  /* margin-right: 15px; */
  border-right: 1px solid #ebebeb;
}

.scriptrightside {
  /* float: right; */
  /* width: 24%; */
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.scriptdetayinfo > img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  /* box-shadow: 0 10px 20px -10px rgba(0,0,0,0.7); */
  border-radius: 10px;
}

.scriptrightside h4 {
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 400;
}

.scriptrightside h4 i {
  margin-right: 10px;
}

.scriptrightside .btn {
  font-size: 15px;
  padding: 12px 0;
  width: 100%;
  font-size: 16px;
  /* border-radius: 50px; */
  /* background: #eee; */
  /* border: #eee; */
}

.scriptrightside .btn:hover {
  /* background: #ccc; */
  /* color: #333; */
}

.sunucugereksinim {
  margin-top: 20px;
  line-height: 25px;
  font-size: 15px;
}

.scriptfiyat {
  /* float: left; */
  width: 100%;
  padding: 0 0 20px 0;
  text-align: center;
  /* border-top: 1px solid #ebebeb; */
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 20px 0;
}

.scriptfiyat span {
  font-size: 24px;
  font-weight: 200;
}

.scriptdetaybenzer {
  /* float: left; */
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

.scriptdetaybenzer .anascriptlist {
  /* box-shadow: 0 0 5px #b1b1b1; */
}

.scriptozellks {
  margin: 5px;
  border: 2px solid #eee;
  width: 47.8%;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
  height: 120px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-shadow: 0 0 2px #ccc;
}

.scriptozellks:hover {
  border: 2px solid var(--text-color);
}

.scriptozellks h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}

.scriptozellkinfo {
  float: right;
  width: 82%;
}

.ozellkiconxx {
  font-size: 45px;
  text-align: center;
  width: 50px;
  float: left;
}

.scriptozellks p {
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}

.scriptfiyat h1 {
  font-weight: 700;
  color: #8bc34a;
  line-height: 38px;
}

#urunsatinlink {
  border: 1px solid #4caf50;
  color: #4caf50;
  font-weight: 700;
  background: #4caf50;
  color: #fff;
}

#urunsatinlink:hover {
  color: #fff;
  background: #368639;
}

.kutubanner {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.scriptrightside .paypasbutonlar {
  margin-top: 5px;
  float: left;
  margin-bottom: 0;
  text-align: center;
  /* margin-left: auto; */
  /* margin-right: auto; */
  width: 100%;
}

.surumgecmisi {
  margin-top: 25px;
  font-size: 14px;
}

.sunucular {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
}

#datatable tr td:last-child {
  border-right: none;
}

.datatable tr td:last-child {
  border-right: none;
}

.sunucular table tr {
  box-shadow: none !important;
}

.sunucular table tr td {
  font-size: 16px;
  border-bottom: 1px solid #ebebeb;
  padding: 12px;
}

.sunucular table tr:hover {
  background: var(--yesil15);
}

.sunucular table tr {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sunucustok {
  background: #4caf50;
  color: #fff;
  padding: 2px 0;
  font-size: 12px;
  margin-left: -73px;
  position: absolute;
  margin-top: -50px;
  width: 62px;
}

.sunucustok:after {
  content: "";
  position: absolute;
  border-color: transparent transparent transparent #4caf50;
  border-style: solid;
  border-width: 5px;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-left: 4px;
}

.indirim {
  background: #4caf50;
  color: #fff;
  border-radius: 3px;
  padding: 2px 0;
  font-size: 13px;
  display: inline-block;
  margin-left: 15px;
  width: 100px;
  text-align: center;
  line-height: 21px;
  position: relative;
}

.indirim:after {
  content: "";
  position: absolute;
  border-color: transparent #4caf50 transparent transparent;
  border-style: solid;
  border-width: 6px;
  width: 0;
  height: 0;
  margin-top: 4px;
  left: -12px;
}

#tukendi {
  background: #f44336;
}

#tukendi:after {
  border-color: transparent transparent transparent #f44336;
  border-style: solid;
  margin-left: 11px;
  border-width: 5px;
}

.sunucular .gonderbtn i {
  margin-right: 7px;
}

.sunucular select {
  padding: 5px 0;
  font-weight: 700;
  text-align-last: center;
}

.sunucular .gonderbtn {
  border: none;
  background: #4caf50;
  color: #fff;
}

.sunucular .gonderbtn:hover {
  background: #3a993e;
}

#sunucutukenbtn {
  opacity: 0.4;
  filter: alpha(opacity=40);
  background: none;
  color: #81c04e;
}

#digerpaketler .tpakettitle {
  background: #ff9800;
}

#digerpaketler .tpakettitle i {
  color: #ff9800;
}

#digerpaketler .tablepaket h3 {
  color: #ff9800;
}

#digerpaketler .tablepaket h4 {
  color: #ff9800;
}

#digerpaketler .tablepaket .gonderbtn {
  border: 2px solid #ff9800;
  color: #ff9800;
}

#digerpaketler .tablepaket .gonderbtn:hover {
  color: #fff;
  background: #ff9800;
}

#smspaketleri .tpakettitle {
  background: #e91e63;
}

#smspaketleri .tpakettitle i {
  color: #e91e63;
}

#smspaketleri .tablepaket h3 {
  color: #e91e63;
}

#smspaketleri .tablepaket h4 {
  color: #e91e63;
}

#smspaketleri .tablepaket .gonderbtn {
  border: 2px solid #e91e63;
  color: #e91e63;
}

#smspaketleri .tablepaket .gonderbtn:hover {
  color: #fff;
  background: #e91e63;
}

#sslpaketleri .tpakettitle {
  background: #8bc34a;
}

#sslpaketleri .tpakettitle i {
  color: #8bc34a;
}

#sslpaketleri .tablepaket h3 {
  color: #8bc34a;
}

#sslpaketleri .tablepaket h4 {
  color: #8bc34a;
}

#sslpaketleri .tablepaket .gonderbtn {
  border: 2px solid #8bc34a;
  color: #8bc34a;
}

#sslpaketleri .tablepaket .gonderbtn:hover {
  color: #fff;
  background: #8bc34a;
}

.siparisbilgileri {
  margin-bottom: 40px;
}

.siparisbilgileri .radio-custom-label {
  margin-bottom: 5px;
}

.siparisbilgileri .btn {
  font-size: 16px;
  float: right;
  color: #fff;
  border: none;
  box-shadow: 0 0 10px #ccc;
  padding: 15px 0;
  width: 200px;
  background: var(--color2);
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
}

.siparisbilgileri .btn i {
  display: none;
}

.siparisbilgileri .btn i {
  margin-left: 5px;
}

.siparisbilgileri .btn:hover {
  background: var(--color1);
  color: #fff;
}

.siparisbilgileri table {
  width: 70%;
}

.siparisbilgileri table tr td {
  padding: 12px 10px;
  border-bottom: 1px solid #ebebeb;
}

.ribbonperiod {
  width: 100px;
  height: 100px;
}

.ribbonperiod span {
  width: 135px;
  top: 30px;
  left: -28px;
}

.orderperiodblock.active {
  border: 2px solid var(--color1);
}

.active .periodselectbox {
  border: 2px solid var(--color1);
  background: var(--color1);
}

.orderperiodblock h3 {
  color: var(--color1);
}

.ribbonperiod span {
  background: linear-gradient(red 0%, darkred 100%);
}

.ribbonperiod span::before {
  border-left: 3px solid darkred;
  border-top: 3px solid darkred;
}

.ribbonperiod span::after {
  border-right: 3px solid darkred;
  border-top: 3px solid darkred;
}

.ilanasamalar {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 25px;
}

.ilanasamax {
  text-align: center;
  vertical-align: top;
  width: 32.7%;
  font-size: 18px;
  display: inline-block;
}

.ilanasamax h3 {
  width: 80px;
  background: #eee;
  text-align: center;
  height: 80px;
  margin-bottom: 7px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 80px;
  font-size: 34px;
  font-weight: 700;
  text-shadow: 0.03em 0.03em #fff;
}

.ilanasamalar .ilanasamax:first-child:nth-last-child(4),
.ilanasamalar .ilanasamax:first-child:nth-last-child(4) ~ .ilanasamax {
  width: 24%;
}

.ilanasamalar .ilanasamax:first-child:nth-last-child(5),
.ilanasamalar .ilanasamax:first-child:nth-last-child(5) ~ .ilanasamax {
  width: 19%;
}

.asamaline {
  width: 100%;
  background: #eee;
  height: 5px;
  margin-top: 60px;
  float: left;
  margin-bottom: -70px;
}

#asamaaktif h3 {
  background: var(--color1);
  color: #fff;
  text-shadow: none;
}

#asamaaktif {
  color: var(--color1);
  font-weight: bolder;
}

.domainsec {
  width: 800px;
  margin: auto;
}

.domainsec input {
  width: 76%;
  font-size: 20px;
}

.domainsec select {
  border-radius: 2.20588rem;
  width: 80%;
  height: 100%;
  border: 0px;
  padding: 20px 32px;
  padding-top: 19px;
  -webkit-box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #f5f3f3;
  margin: 25px 0px;
  font-size: 18px;
  font-weight: 300;
}

.domainsec table {
  width: 100%;
}

.domainsec .btn {
  margin-top: 25px;
}

.domainsec h5 {
  margin-top: 7px;
  color: var(--text-color);
  font-size: 17px;
}

.domainsec .alanadisorgu .gonderbtn {
  text-align: center;
  border: 0px;
  background-color: #8bc34a;
  border-radius: 4px;
  color: #ffffff;
  margin-left: -160px;
  padding: 8px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 150px;
  font-size: 16px;
  top: -2px;
}

.domainsec .tescilsonuc table {
  width: 100%;
  font-size: 15px;
}

.domainsec .tescilsonuc {
  margin: 0;
  padding: 0;
  border: none;
}

.domainsec .alanadisorgu {
  margin-top: 0;
  margin-bottom: 15px;
}

.sadeckyinfo {
  font-size: 16px;
  color: var(--text-color);
  margin: 0 7px;
  font-size: 18px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.domainsec .tescilsonuc .gonderbtn {
  background: #ff9800;
  color: #fff;
  border: transparent;
  padding: 5px 40px;
  margin-bottom: 20px;
}

.domainsec .tescilsonuc .gonderbtn:hover {
  background: #d57f00;
}

.sipdvmtmmbtn .gonderbtn {
  width: 40%;
  border: none;
  background: #ebebeb;
  margin-bottom: 15px;
  padding: 18px 0;
  font-size: 18px;
}

.sipdvmtmmbtn .gonderbtn i {
  margin-right: 5px;
}

#alisverisdevam:hover {
  background: orange;
  color: #fff;
}

#alisveristamam:hover {
  background: green;
  color: #fff;
}

.sungenbil {
  float: left;
  width: 63%;
}

.skonfiginfo {
  border: 1px solid #ebebeb;
  float: left;
  width: 100%;
  border-radius: 10px;
}

.sunucukonfigurasyonu {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.skonfiginfo h4 {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
  font-size: 18px;
}

.sunucusipside {
  float: right;
  width: 35%;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.skonfigside {
  float: left;
  background: var(--color2);
  color: #fff;
  padding-bottom: 10px;
  border-radius: 10px;
}

.skonfigside .line {
  background: rgb(0 0 0 / 35%);
}

.skonfigside h4 {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(0 0 0 / 35%);
  font-weight: 700;
}

.skonfigside span {
  float: left;
  width: 100%;
  padding: 6px 0;
  font-size: 14px;
}

.skonfigside span strong {
  float: right;
}

.sunucretler span {
  font-size: 16px;
}

.sunucretler #total_amount {
  font-size: 26px;
}

.skonfigside h3 span {
  font-size: 20px;
}

.sunucusipside .gonderbtn {
  color: #fff;
  border: none;
  box-shadow: 0 0 10px #ccc;
  padding: 15px 0;
  width: 100%;
  background: #8bc34a;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 700;
  border-radius: 10px;
}

.sunucusipside .gonderbtn:hover {
  background: #333;
  color: #fff;
}

.sepet {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.sepetleft {
  float: left;
  width: 73%;
}

.sepetright {
  float: right;
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.sepetrightshadow {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

.sepetbaslik {
  float: left;
  line-height: 50px;
  width: 100%;
  background: var(--color2);
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 2px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
}

.uhinfo {
  width: 40%;
  float: left;
}

.sepetlistcon .uhinfo {
  line-height: 25px;
}

.uhperiyod {
  width: 25%;
  text-align: center;
  float: left;
}

.uhperiyod h5 {
  font-size: 18px;
  font-weight: 600;
}

.uhperiyod option {
  font-size: 15px;
  font-size: 14px;
}

.uhtutar h4 {
  font-size: 20px;
}

.uhtutar h4 strong {
  position: relative;
}

.uhtutar {
  width: 25%;
  text-align: center;
  float: left;
}

.sepetlist {
  float: left;
  width: 100%;
  margin: 8px 0;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  background: #fff;
}

.sepetlistcon {
  padding: 30px 20px;
}

.uhinfo h5 {
  margin: 0;
  font-size: 18px;
}

.uhinfo h4 a {
  font-size: 15px;
  color: #c20000;
  margin: 0;
  float: left;
}

.uhinfo p {
  font-size: 14px;
  margin-bottom: 0;
}

.uhinfo p span {
  font-weight: 600;
}

.uhperiyod select {
  text-align-last: center;
  border: none;
  padding: 5px 0px;
  width: auto;
  display: block;
  margin: auto;
  font-weight: 600;
  font-size: 18px;
}

.uhsil {
  float: right;
  width: 10%;
  text-align: center;
}

.uhsil a {
  font-size: 20px;
}

.uhsil a:hover {
  color: #333;
}

.green-label {
  background-color: #81bc00;
  color: #fff;
}

.row-label {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 11px;
  position: absolute;
  margin-left: -8px;
  height: 19px;
  line-height: 19px;
  border-radius: 2px 0 0 0;
  letter-spacing: 1px;
}

.green-label::before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #679404 transparent transparent;
  left: 0;
  bottom: -7px;
}

.sepetsipinfo {
  font-size: 14px;
}

.sepetrightcon {
  padding: 15px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 1px solid #f1f1f1;
}

.sepetsipinfo h5 {
  font-weight: 700;
  font-size: 19px;
  color: #ff5722;
  width: 120px;
}

.sepetsipinfo tr td {
  border-bottom: 1px dotted #ebebeb;
  padding: 10px 0;
}

.sepetsipinfo input {
  text-align-last: center;
}

.sepetright .gonderbtn {
  color: #fff;
  border: none;
  box-shadow: 0 0 10px #ccc;
  padding: 15px 0;
  width: 100%;
  background: var(--color1);
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 700;
  border-radius: 4px;
}

.sepetright .gonderbtn:hover {
  background: var(--color2);
  color: #fff;
}

.smspreviewinfo .yuzde30 {
  vertical-align: top;
}

.yuzde5 {
  width: 5%;
  display: inline-block;
}

.yuzde10 {
  width: 9%;
  display: inline-block;
}

.yuzde15 {
  width: 15%;
  display: inline-block;
}

.yuzde20 {
  width: 19%;
  display: inline-block;
}

.yuzde30 {
  width: 29%;
  display: inline-block;
}

.yuzde33 {
  width: 33%;
  display: inline-block;
}

.yuzde40 {
  width: 39%;
  display: inline-block;
}

.yuzde50inpt {
  width: 49%;
  display: inline-block;
}

.yuzde50 {
  width: 49%;
  display: inline-block;
}

.yuzde60 {
  width: 59%;
  display: inline-block;
}

.yuzde70 {
  width: 69%;
  display: inline-block;
}

.yuzde80 {
  width: 79%;
  display: inline-block;
}

.yuzde90 {
  width: 89%;
  display: inline-block;
}

.yuzde25 {
  width: 24.5%;
  display: inline-block;
}

.yuzde75 {
  width: 74%;
  display: inline-block;
}

.sepetlistcon .checkbox-custom-label {
  margin-right: 25px;
  margin-top: 5px;
}

.sepetlistcon .radio-custom-label {
  margin-right: 25px;
  margin-top: 10px;
}

.mpanelinfo {
  /* float: left; */
  width: 100%;
  height: 65px;
  background: var(--color2);
  color: #fff;
  line-height: 65px;
  font-size: 16px;
}

.header .mpanelinfo {
  background: #ff9c01;
}

#fullwidth .mpanelinfo {
  background: #343434;
}

.mpanelright {
  float: right;
  box-shadow: 0 0 3px #ccc;
  border-radius: 7px;
  width: 75%;
  margin-bottom: 20px;
  background: #fff;
  margin-top: 20px;
  min-height: 430px;
}

.mpanelrightcon {
  padding: 20px;
  word-wrap: break-word;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background: #fff !important;
}

.mpaneltitle {
  /* float: left; */
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-direction: row-reverse; */
}

.mpanelrightcon .ui-widget-content {
  border: none;
}

.mpaneltitle i {
  margin-right: 7px;
}

.mpaneltitle h4,
.mpaneltitle h4 a {
  font-size: 18px;
  color: var(--text-color-dark);
}

.mpanelright tr td {
  border-bottom: 1px solid #eee;
}

.mpanelhaber h5 span {
  font-size: 14px;
  color: #777;
}

.mpanelhaber {
  /*float: left;*/
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* flex-direction: row-reverse; */
}

.mpanelhaber .orderidno {
  float: none;
  text-align: right;
  padding: 0 0 0 0;
}

.mpanelhaber img {
  float: left;
  width: 135px;
  margin-right: 20px;
  border-radius: 5px;
  margin-left: 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.mpanelhaber:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.mpanelhaber p {
  margin: 0;
  color: #666;
}

.songiris {
  float: right;
  font-size: 14px;
}

.muspanelbloks {
  /* float: left; */
  /* width: 100%; */
  /* margin-top: 20px; */
  text-align: center;
  margin-bottom: 10px;
}

.mpanelblok {
  /* display: inline-block; */
  /* width: 18.8%; */
  /* margin-right: 10px; */
  background: #eee;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 5px #ccc;
  overflow: hidden;
  min-height: 147px;
  position: relative;
}

.mpanelblok:first-child:nth-last-child(4),
.mpanelblok:first-child:nth-last-child(4) ~ .mpanelblok {
  width: 24%;
}

.mpanelblok:first-child:nth-last-child(3),
.mpanelblok:first-child:nth-last-child(3) ~ .mpanelblok {
  width: 32%;
}

.mpanelblok:first-child:nth-last-child(2),
.mpanelblok:first-child:nth-last-child(2) ~ .mpanelblok {
  width: 49%;
}

.mpanelblok h1 {
  font-size: 30px;
  margin-top: 25px;
  font-weight: bolder;
  color: #fff;
  position: relative;
  z-index: 6;
}

.mpanelblok h2 {
  font-size: 17px;
  color: #fff;
  position: relative;
  z-index: 6;
}

.mblokbtn {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.3);
  text-align: left;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  position: absolute;
  bottom: 0;
  z-index: 6;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mpanelblokicon {
  z-index: 5;
  color: rgba(0, 0, 0, 0.13);
  font-size: 150px;
  position: absolute;
  top: -43px;
  margin: 0;
  right: -100%;
  left: -100%;
}

.mblokbtn span {
  float: right;
  margin-right: 5px;
}

a .mblokbtn:hover {
  color: rgba(255, 255, 255, 1.5);
  background: rgba(0, 0, 0, 0.43);
}

.mblokbtn .padding10 {
  padding: 6px;
}

#green {
  background: #8bc34a;
}

#blue {
  background: #2196f3;
}

#red {
  background: #f44336;
}

#gray {
  background: #607d8b;
}

#turquise {
  background: #00bcd4;
}

#turquise h2 {
  line-height: 15px;
}

.mpanelleft {
  /* float: left; */
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 7px;
  /* width: 24%; */
  /* margin-bottom: 40px; */
  background: #fff;
  margin-bottom: 10px;
  margin: 0 0 20px 0 !important;
}

.mpanelbtns a {
  /* float: left; */
  /* width: 100%; */
  padding: 5px 0.5rem;
  /* border-bottom: 1px solid #eee; */
  font-size: 15px;
  font-weight: 600;
  color: var(--text-color-dark);
  /* display: block; */
  border-radius: 4px;
  /* margin: 0 5px; */
}

.mpanelbtns a.active,
.mpanelbtns a.active:hover {
  color: #fff !important;
  background-color: var(--color1);
}

.mpanelbtns i {
  /* width: 20px; */
  /* text-align: center; */
  /* float: left; */
  /* margin-right: 5px; */
  /* line-height: 25px; */
  /* font-size: 13px; */
}

.mpanelbtns a:hover {
  background: #f9f9f9;
}

#mpanelbtnsaktif {
  background: #eee;
  font-weight: 600;
}

.mpanelbtns a span {
  /* padding: 7px 10px; */
  /* display: block; */
  line-height: 25px;
}

.sayfayolu {
  float: right;
}

.sayfayolu a {
  margin: 0 5px;
}

.sayfayolu a:hover {
  color: #000;
}

.sayfayolu a:first-child {
  font-weight: 700;
}

#bigcontent {
  width: 100%;
}

.datatbspan {
  float: left;
  margin-right: 7px;
  line-height: 50px;
}

.dttblegoster {
  float: left;
  width: 100px;
  margin-right: 7px;
}

#datatable tr {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#datatable tr td {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.incelebtn {
  display: inline-block;
  padding: 7px 15px;
  background: var(--yesil16);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
}

.incelebtn:hover {
  background: var(--yesil7);
  color: #fff;
}

.ticketdetail {
  float: left;
  width: 100%;
}

.ticketinfos {
  float: left;
  width: 100%;
}

.ticketstatusbtn .gonderbtn {
  width: 48%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.ticketstatusbtn .graybtn {
  float: left;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 0 5px #ccc;
  background: #e1e1e1;
}

.ticketstatusbtn .graybtn:hover {
  background: #ccc;
}

.ticketstatusbtn .mavibtn {
  float: right;
}

.ticketinfos input {
  width: 49%;
  padding: 20px 15px;
}

.ticketinfos select {
  width: 49%;
  padding: 20px 15px;
}

#ticketfixed {
  width: 100%;
  margin-bottom: 20px;
}

#ticketfixed .destekinfo {
  width: 23%;
}

.destekdetayleft {
  float: left;
  width: 100%;
}

.destekdetayright {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

.destekdetaymsj {
  border: 1px solid #46be8a;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.msjyazan {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.reply-message {
  padding: 15px;
  padding-bottom: 0;
}

.ticket-attachment-file {
  margin-top: 15px;
  font-size: 14px;
}

.ticket-attachment-file a {
  color: #777;
}

.ticket-attachment-file a:hover {
  color: #333;
}

.ticket-attachment-file i {
  margin-right: 5px;
}

.destekdetaymsjcon {
  padding: 15px;
}

.msjyazan h4 {
  font-size: 16px;
  float: left;
  font-weight: 700;
  color: #46be8a;
}

.msjyazan h5 {
  font-size: 13px;
  float: right;
  background: #46be8a;
  color: #fff;
  font-weight: 400;
  padding: 0 8px;
  margin-left: 10px;
}

.msjyazan h4 span {
  font-size: 13px;
  background: #46be8a;
  color: #fff;
  font-weight: 400;
  padding: 0 8px;
  margin-left: 10px;
}

#yetkilimsj {
  border: 1px solid #62a8ea;
}

#yetkilimsj .msjyazan h4 {
  color: #62a8ea;
}

#yetkilimsj .msjyazan h5 {
  background: #62a8ea;
}

#yetkilimsj .msjyazan h4 span {
  background: #62a8ea;
}

.destekdetayright .gonderbtn {
  color: #fff;
  border: none;
  float: right;
  box-shadow: 0 0 10px #ccc;
  padding: 15px 0;
  width: 50%;
  background: #8bc34a;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 700;
}

.destekdetayright .gonderbtn:hover {
  background: #333;
  color: #fff;
}

.destekdosyaeki {
  float: left;
  width: 45%;
}

.mavibtn {
  color: #fff;
  border: none;
  box-shadow: 0 0 10px #ccc;
  padding: 15px 0;
  width: 100%;
  background: #62a8ea;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
}

.mavibtn:hover {
  background: #333;
  color: #fff;
}

.metalbtn {
  color: #fff;
  border: none;
  box-shadow: 0 0 10px #ccc;
  padding: 15px 0;
  width: 100%;
  background: var(--color2);
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
}

.metalbtn:hover {
  background: #333;
  color: #fff;
}

.graybtn {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #777;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border: none;
  box-shadow: 0 0 10px #ccc;
  padding: 15px 0;
  width: 100%;
  background: #ccc;
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 700;
}

.graybtn:hover {
  background: #ccc;
  color: #777;
}

.yesilbtn {
  color: #fff;
  border: none;
  box-shadow: 0 0 10px #ccc;
  padding: 15px 0;
  width: 100%;
  background: var(--color2);
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
}

.yesilbtn:hover {
  background: var(--color1);
  color: #fff;
}

.redbtn {
  color: #fff;
  border: none;
  box-shadow: 0 0 10px #ccc;
  padding: 15px 0;
  width: 100%;
  background: #e21d1d;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
}

.redbtn:hover {
  background: #333;
  color: #fff;
}

.turuncbtn {
  color: #fff;
  border: none;
  box-shadow: 0 0 10px #ccc;
  padding: 15px 0;
  width: 100%;
  background: #f26c31;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
}

.turuncbtn:hover {
  background: #333;
  color: #fff;
}

#destekcvpyaz .lbtn {
  float: right;
  margin: 20px;
  margin-right: 30px;
}

.lbtn {
  padding: 5px 15px;
  border: 2px solid var(--color2);
  color: var(--color2);
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  outline: none;
}

.lbtn:hover {
  color: #fff;
  background: var(--color2);
}

.sbtn {
  padding: 5px 13px;
  /* width: 35px; */
  display: inline-block;
  text-align: center;
  font-size: 16px;
  background: #eee;
  border-radius: 5px;
}

.sbtn:hover {
  color: #fff;
  background: var(--color2);
}

.green {
  border-color: #81c04e;
  color: #81c04e;
}

.green:hover {
  color: #fff;
  background: #81c04e;
}

.red {
  border-color: #f44336;
  color: #f44336;
}

.red:hover {
  color: #fff;
  background: #f44336;
}

.orange {
  border-color: orange;
  color: orange;
}

.orange:hover {
  color: #fff;
  background: orange;
}

.blue {
  border-color: #62a8ea;
  color: #62a8ea;
}

.blue:hover {
  color: #fff;
  background: #62a8ea;
}

.ucte1 {
  width: 33%;
}

.destekinfo {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  margin: 5px;
  border: 1px solid #ccc;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.destekinfocon {
  padding: 25px 10px;
}

.destekinfo h4 {
  color: #777;
  font-size: 14px;
}

.destekinfo h5 {
  color: #777;
  font-size: 15px;
}

.destektalebiolustur {
  float: left;
  width: 100%;
}

.destektalebiolustur .yesilbtn {
  width: 50%;
  float: right;
}

.bilgibankasi {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.bilgibankasi .btn {
  width: 44%;
  font-size: 15px;
  font-weight: 600;
  border: none;
  margin-top: 15px;
  padding: 9px 20px;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.hizmetblok {
  display: inline-block;
  width: 48%;
  margin: 9px;
  vertical-align: top;
  font-size: 14px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.hizmetblok tr:nth-child(1) td {
  font-size: 15px;
  padding: 12px;
  background: none;
  border-bottom: 2px solid var(--color1);
  color: var(--color2);
  /*background: #f9f9f9;
    background: -moz-linear-gradient(top, #efefef 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #efefef 0%, #fff 100%);
    background: linear-gradient(to bottom, #efefef 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0)*/
}

.hizmetblok #otherLimits tr:nth-child(1) td {
  background: none;
  color: #444;
  padding: 8px;
}

.hizmetblok tr td {
  padding: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #eee;
}

.hizmetblok:first-child {
  /* border-right: none; */
}

ul.tab {
  list-style-type: none;
  margin: 0;
  padding: 5px 5px 0 5px;
  overflow: hidden;
  border: none;
  display: flex;
  width: 100%;
  background: var(--color2);
  /* background: -moz-linear-gradient(top, #f2f2f2 0%, #fff 100%); */
  /* background: -webkit-linear-gradient(top, #f2f2f2 0%, #fff 100%); */
  /* background: linear-gradient(to bottom, #f2f2f2 0%, #fff 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0); */
  /* border-bottom: 1px solid #ededed; */
  border-radius: 4px 4px 0 0;
  /* flex-wrap: wrap; */
}

ul.tab li {
  /* float: left; */
  position: relative;
  margin-right: 5px;
}

ul.tab li a {
  display: inline-block;
  text-align: center;
  padding: 14px 30px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 15px;
  /* border-right: 1px solid #dbdbdb; */
  color: #fff;
  border-radius: 4px 4px 0 0;
  font-weight: 600;
}

ul.tab li a i {
  margin-right: 7px;
}

ul.tab li a.active {
  color: var(--text-color-dark);
  background: #fff;
  border-radius: 4px 4px 0 0;
  /* border-bottom: 0; */
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  display: block;
}

.tabcontent {
  display: none;
  padding: 10px;
  border-top: none;
}

.tabcontent {
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hizmetblok:nth-child(-n + 1) {
  /* border-bottom: none; */
}

.cpanelebmail {
  float: left;
  width: 100%;
  text-align: center;
  word-wrap: break-word;
  min-height: 323px;
}

.cpanelebmail img {
  margin: auto;
  width: 140px;
  padding: 7px 15px;
  display: block;
}

.cpanelebmail h5 {
  font-size: 17px;
  margin: 15px 0;
  font-weight: 600;
}

.cpanelebmail .gonderbtn {
  width: 90%;
  padding: 12px 0;
  font-weight: 600;
  font-size: 15px;
}

.cpanelebmail .gonderbtn i {
  font-size: 20px;
  line-height: 0;
}

.cpanelebmail .yesilbtn {
  color: #8bc34a;
  box-shadow: none;
  background: #eeeeee;
  width: 47%;
}

.cpanelebmail .yesilbtn {
  color: #8bc34a;
  box-shadow: none;
  background: #eeeeee;
  width: 47%;
}

.cpanelebmail .yesilbtn:hover {
  color: #fff;
  background: #8bc34a;
}

.cpanelebmail .turuncbtn {
  color: #f26c31;
  box-shadow: none;
  background: #eee;
  width: 47%;
}

.cpanelebmail .turuncbtn:hover {
  color: #fff;
  background: #f26c31;
}

.cpanelebmail .mavibtn {
  color: #62a8ea;
  box-shadow: none;
  background: #eee;
  width: 47%;
}

.cpanelebmail .mavibtn:hover {
  color: #fff;
  background: #62a8ea;
}

#updownbtn {
  width: 95%;
  color: var(--color2) !important;
  opacity: 1.5;
  filter: alpha(opacity=100);
  font-weight: 600;
  background: #eee;
  box-shadow: none;
  margin-top: 5px;
}

#updownbtn:hover {
  background: var(--color2);
  color: #fff !important;
}

#updownbtn i {
  font-size: 20px;
  line-height: 0;
  margin-right: 5px;
}

#muspanel #updownbtn {
  filter: none;
  background: var(--color2);
  color: #fff !important;
}

#muspanel #updownbtn:hover {
  filter: none;
  background: var(--color1);
  color: #fff !important;
}

.espotaolustur {
  width: 80%;
  margin: auto;
  margin-bottom: 25px;
}

.tabcontentcon {
  /* width: 80%; */
  margin: auto;
  margin-bottom: 25px;
}

.tabcontentcon h5 {
  font-size: 16px;
}

#sentSMS {
  font-size: 16px;
}

.destekolsbtn {
  font-size: 16px;
  float: right;
  padding: 10px 20px;
  margin-top: -8px;
}

.destekolsbtn:hover {
  background: #8bc34a;
}

.domaindetayinfo {
  text-align: center;
  float: left;
  width: 100%;
  word-wrap: break-word;
}

.domaindetayinfo h4 {
  font-size: 16px;
  margin: 15px 0;
}

.domaindetayinfo h5 {
  font-size: 16px;
  margin: 15px 0;
  font-weight: 600;
}

.domaindetayinfo .gonderbtn {
  padding: 12px 0;
  font-weight: 600;
  font-size: 15px;
}

.domaindetayinfo .yesilbtn {
  color: #8bc34a;
  box-shadow: none;
  background: #fff;
  width: 47%;
  border: 1px solid #8bc34a;
}

.domaindetayinfo .yesilbtn:hover {
  color: #fff;
  background: #8bc34a;
}

.domaindetayinfo .mavibtn {
  color: #62a8ea;
  box-shadow: none;
  background: #fff;
  width: 47%;
  border: 1px solid #62a8ea;
}

.domaindetayinfo .mavibtn:hover {
  color: #fff;
  background: #62a8ea;
}

.domaindetayinfo i {
  font-size: 80px;
}

#whoisbilgileri .ucte1 {
  width: 32.5%;
}

.whoisgizlenmis {
  background: orange;
  color: #fff;
  padding: 3px 0;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  margin: auto;
  margin-top: -20px;
  width: 120px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#epostayonet h5 {
  font-size: 16px;
}

.mailyonsec {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.mailyonsec span {
  float: left;
  width: 25%;
}

.mailyonbtn .gonderbtn {
  width: 33%;
  font-size: 16px;
  padding: 12px 0;
}

.yuzde45 {
  width: 45%;
}

#smsgonder .yuzde50 {
  float: left;
  margin-left: 5px;
}

#rehber .checkbox-custom-label {
  margin-right: 25px;
}

#rehber div {
  font-size: 15px;
}

#rehber .checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.faturalarim table tr td,
th {
  padding: 20px;
  /* border-bottom: 1px solid #eee; */
  /* background: var(--yesil3); */
  /* color: var(--text-color-dark); */
  /* text-align: center; */
}

.fatcusinfo {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.fatodenmedi {
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  width: 50%;
  border: 2px solid red;
  color: red;
  margin-bottom: 20px;
  font-weight: 600;
}

.fatodendi {
  border: 2px solid #8bc34a;
  color: #8bc34a;
  font-weight: 600;
}

.fattutarlar span {
  text-align: left;
}

.odemeyontem {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.odemeyontem h5 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.odemeyontem .checkbox-custom-label {
  margin-right: 25px;
  margin-top: 10px;
}

.odemeyontem .radio-custom-label {
  margin-right: 25px;
  margin-top: 10px;
}

.odemeyontem .checkbox-custom + .checkbox-custom-label:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.odemeyontem .checkbox-custom + .radio-custom + .radio-custom-label:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.faturaodenmis {
  float: left;
  width: 100%;
  text-align: center;
}

.tutartd td {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  font-size: 16px;
}

.durumraportable {
  height: 250px;
  overflow-y: scroll;
}

.hesapbilgilerim table tr td {
  padding: 7px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.adresbilgisi {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.adresbilgisi .yuzde80 {
  padding: 10px 0;
}

.menuurunlink a span {
  padding: 1px 22px;
}

.menuurunlink a {
  font-weight: 400;
  font-size: 15px;
}

.ui-accordion .ui-accordion-content {
  padding: 25px;
  border-top: 0;
}

#header2 {
  height: 220px;
  margin-bottom: 20px;
  background-position: center center;
}

#muspanel #header2 {
  display: none;
}

#header2 .headerwhite {
  margin-top: 74px;
  bottom: auto;
}

#muspanel .headerwhite {
  display: none;
}

.mobilgenislet {
  display: none;
}

.bilgibanka {
  margin-bottom: 35px;
}

.bbankadetay {
  float: left;
  margin-bottom: 45px;
}

.bbankaara {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.bbankaara h3 {
  color: var(--color1);
}

.bbankaara input {
  font-size: 18px;
}

.bbankaara h4 {
  margin-bottom: 15px;
}

.bbankaara .lbtn {
  padding: 10px 20px;
  font-size: 20px;
  border: 1px solid #c6c6c6;
  margin-left: 0;
  color: #c6c6c6;
  border-radius: 0 4px 4px 0;
}

.bbankaara .lbtn:hover {
  background: #c6c6c6;
  color: #fff;
}

.bbankakonu {
  box-shadow: 0 0 5px #ccc;
  display: inline-block;
  margin: 10px;
  margin-bottom: 15px;
  width: 30%;
  color: #777;
  vertical-align: top;
  font-size: 13px;
}

.bbankakonu h4 {
  font-size: 16px;
  color: #333;
}

.bbankakonu i {
  float: left;
  margin-right: 15px;
  font-size: 32px;
  margin-bottom: 12px;
  color: var(--color1);
}

.bbankabasliklar {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.bbbaslik {
  font-size: 20px;
}

.encokokunanbasliklar h5 {
  float: left;
  width: 100%;
  padding: 13px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.encokokunanbasliklar {
  display: inline-block;
  width: 100%;
}

.encokokunanbasliklar .error {
  font-size: 17px;
  color: #777;
  font-weight: 400;
}

.encokokunanbasliklar h5 a {
  font-weight: 600;
}

.encokokunanbasliklar h5 i {
  margin-right: 7px;
}

.encokokunanbasliklar h5 a:hover {
  color: #000;
  padding-left: 5px;
}

.encokokunanbasliklar h5 span {
  font-size: 16px;
}

.faydalimi {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.faydalimi h5 {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 16px;
}

#faydaliContent {
  float: left;
}

#successful-1 {
  float: left;
}

#successful-2 {
  float: left;
}

#successful-3 {
  float: left;
}

#votingContent {
  display: inline-block;
}

.bbkonuinfo {
  float: right;
  color: #777;
}

.bankablok {
  width: 48%;
  display: inline-block;
  margin: 10px 0px;
}

.bankalogo {
  width: 100%;
  float: left;
}

.bankalogo img {
  width: 30%;
  float: left;
}

.bankalogo h4 {
  float: right;
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
}

.bankainfo {
  float: right;
  width: 100%;
}

.bankainfo h5 {
  font-size: 14px;
  padding: 2px 0;
}

.bankainfo h5 span {
  width: 35%;
  float: left;
  font-weight: 700;
}

.bankablok .line {
  margin: 10px 0;
}

#newAddress h3 {
  font-size: 15px;
  font-weight: 700;
}

.progresspayment {
  display: inline-block;
  padding: 30px 0;
  width: 100%;
}

.progresspayment h4 {
  font-size: 17px;
  padding: 15px;
}

.progresspayment h3 {
  font-weight: 700;
  font-size: 22px;
  color: #2bb673;
  margin-top: 25px;
}

#progressh3 {
  color: var(--color1);
}

.balancepage {
  margin: 15px 0;
  float: left;
  width: 100%;
}

.balancepage .green-info {
  margin-bottom: 10px;
}

.balancepage .fa-info-circle {
  float: left;
  font-size: 70px;
  margin: 25px 35px 55px 20px;
}

.balancepage h5 {
  font-size: 18px;
}

.tabcontentcon .yesilbtn {
  width: 240px;
  float: right;
  font-size: 15px;
}

.tabcontentcon .turuncbtn {
  width: 240px;
  float: left;
  font-size: 15px;
}

.tabcontentcon .mavibtn {
  width: 240px;
  float: left;
  font-size: 15px;
}

.tabcontentcon .redbtn {
  width: 240px;
  float: right;
  font-size: 15px;
}

.menuurunlink {
  width: 100%;
}

#acdashboardnews {
  float: right;
  width: 37%;
}

#acdashboardactivity {
  float: right;
  width: 36%;
  margin-left: 20px;
  font-size: 14px;
}

#turquise h1 {
  font-size: 26px;
  line-height: 50px;
}

#SenderIDList tr td {
  border-bottom: 1px solid #ccc;
}

.smsaccountbalanceinfo .fa-info-circle {
  float: left;
  font-size: 80px;
  color: #00bcd4;
  margin-right: 35px;
  margin-top: 15px;
  margin-left: 30px;
}

.smsucretleri tr td {
  border-bottom: 1px solid #eee;
  padding: 5px;
}

#raporlar table tr td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#pre-register-countries label {
  float: left;
  width: 50%;
  font-size: 14px;
  margin-bottom: 5px;
}

#baslikislemleri .modalDialog div {
  width: 900px;
}

#baslikislemleri .dataTables_filter {
  display: none;
}

.sendsmstableinfo {
  width: 100%;
}

.sendsmstableinfo tr td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.sendsmstableinfo tr td img {
  margin-right: 5px;
  float: left;
  margin-top: 5px;
}

.sendsmstableinfo tr th {
  background: #eee;
}

#PnResult span {
  font-size: 18px;
}

#PnResult {
  float: right;
  text-align: right;
  margin-top: 10px;
}

.smspreviewinfo {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.durumraportable tr td {
  padding: 5px;
}

#reports td img {
  margin-right: 7px;
  margin-top: 5px;
  float: left;
}

.internationalsmspage {
  margin-bottom: 25px;
  width: 100%;
  float: left;
}

.internationalsmspage .leftblock {
  float: left;
  width: 50%;
}

.internationalsmspage .leftblock h3 {
  font-size: 28px;
  margin-bottom: 30px;
}

.internationalsmspage .leftblock h4 {
  font-weight: 200;
}

.internationalsmspage .rightblock {
  color: #474747;
  float: right;
  text-align: center;
  margin-top: 25px;
  width: 50%;
  min-height: 350px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.internationalsmspage .rightblocktitle {
  margin-bottom: 20px;
  color: var(--color1);
  font-size: 26px;
}

.internationalsmspage .rightblock .lbtn {
  border: 2px solid #777;
  color: #777;
}

.internationalsmspage .rightblock .lbtn:hover {
  background: #777;
  color: #fff;
}

.internationalsmspage .rightblock .active {
  background: #777;
  color: #fff;
}

.internationalsmspage .rightblock select {
  width: 50%;
  padding: 20px;
}

.internationalsmspage .select2-container {
  text-align: left;
}

.internationalsmspage .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.internationalsmspage .select2-container--default .select2-selection--single {
  height: auto;
  padding: 8px;
  font-size: 16px;
}

.internationalsmspage .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  right: 15px;
}

.internationalsmspage .select2-selection__rendered img {
  margin-top: 12px;
  margin-right: 10px;
}

.sepetleft .lbtn {
  margin-bottom: 20px;
}

.slidermio {
  float: left;
  width: 100%;
}

.slidermio .list_carousel li {
  width: auto;
  height: auto;
}

.reference {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
  text-align: center;
}

.referenceselect {
  float: left;
  width: 100%;
  text-align: center;
  margin: 25px 0px;
}

.referenceselect select {
  font-size: 18px;
  width: 30%;
  color: #777;
  padding: 15px 15px;
}

.referenceselect option {
  font-size: 17px;
}

.reference .anascriptlist {
  /* box-shadow: 0 0 5px #eee; */
}

.reference .anascriptlist:hover {
  /* box-shadow: 0 0 10px #ccc; */
}

.required-field-info {
  float: right;
  width: 84%;
}

.mailgsmverify i {
  float: none;
  font-size: 15px;
  margin: auto;
}

#ozet .tabcontentcon {
  width: 85%;
}

.captchainput {
  width: 110px;
  font-weight: 600;
  font-size: 15px;
  margin-left: 5px;
}

.captcha-content {
  margin: auto;
  margin-top: 20px;
  width: 320px;
  text-align: center;
}

#captchainput {
  width: 110px;
  font-weight: 600;
  font-size: 15px;
  margin: 0px;
  margin-bottom: 25px;
}

.captcha-content img {
  border-radius: 7px;
}

.required-field-info input:focus {
  padding-left: 0;
}

.required-field-info input {
  padding: 10px 0;
  margin-right: 5px;
  font-size: 14px;
}

.hesapbilgisi {
  display: inline-block;
  margin: 3px;
  width: 100%;
}

.hesapbilgititle {
  font-weight: 600;
  font-size: 15px;
}

.hesapbilgisi .yuzde25 {
  width: 35%;
  float: left;
  line-height: 37px;
}

.hesapbilgisi .yuzde75 {
  width: 64%;
  line-height: 37px;
}

.kisiselbilgiler {
  float: left;
  width: 49%;
}

.digerbilgiler {
  float: right;
  width: 49%;
}

.hesapinfobloktitle {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  color: var(--color1);
}

.mailgsmverify strong {
  display: inline-block;
  width: 220px;
  margin-right: 20px;
  float: left;
  margin-top: 15px;
}

.countryselect {
  display: inline-block;
  margin-top: 7px;
  margin-left: 15px;
  width: 60px;
  height: 30px;
  background-size: 100% auto;
  text-align: center;
  padding-top: 5px;
  background-repeat: no-repeat;
}

.countryselect a {
  color: #ffffff87;
  font-weight: bold;
}

.countryselect a:hover {
  color: #ffffff;
}

#selectLangCurrency {
  display: none;
  background-size: 100% auto;
  box-shadow: none;
  background-position: center;
  background-color: transparent;
  color: white;
  text-align: center;
}

.langandcur {
  float: left;
  width: 100%;
}

.langandcur img {
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  margin-top: 0px;
  margin-bottom: -3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.langcurclose {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background: #33333357;
  color: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.langandcur .currencyitems a {
  width: 24%;
}

.activelangcur {
  opacity: 0.45;
  filter: alpha(opacity=45);
}

.langandcur h4 {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.langandcur a {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  font-size: 16px;
  color: #9d9d9d;
  padding: 10px;
  border: 1px solid #ffffff42;
  border-radius: 50px;
}

.langandcur a:hover {
  border: 1px solid #fff;
  color: #fff;
}

.currencyitems {
  margin-top: 25px;
}

.countryselectimg {
  width: 22px;
  height: 17px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.countryselectimg:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#othercountrycon {
  background-position: center center;
  float: left;
  width: 100%;
  height: auto;
  background-size: 100% auto;
  background-color: #333;
  color: #fff;
  font-weight: 200;
}

#othercountrycon a {
  color: #eee;
  font-weight: 300;
}

#othercountrycon #ch-currency h5 {
  width: 24%;
}

#othercountrycon h2 {
  font-size: 18px;
  border-bottom: 1px solid #515151;
  font-weight: 200;
}

#othercountrycon h5 {
  font-size: 14px;
  margin-bottom: 10px;
  float: left;
  width: 33%;
}

#othercountrycon h5 a:hover {
  text-decoration: underline;
}

#othercountrycon h5 img {
  float: left;
  margin-right: 5px;
  width: 20px;
  margin-bottom: 5px;
  height: 17px;
  margin-top: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#fullwidth .head .countryselect a {
  padding: 0;
  line-height: normal;
}

#fullwidth .head .countryselect a:hover {
  background: none;
}

#fullwidth .head .countryselect {
  line-height: normal;
  margin-top: 10px;
  background-image: url(../images/map2.png);
}

#fullwidth .head #othercountrycon h5 a {
  background: none;
}

#fullwidth .menu li a {
  font-weight: 300;
  padding: 0px 35px;
  border: none;
}

#fullwidth .menu ul li ul li a {
  padding: 0 0 0 10px;
}

#fullwidth .menu li a:hover {
  border: none;
}

#offer {
  position: absolute;
  font-size: 12px;
  margin-top: -5px;
  margin-left: -35px;
  font-style: normal;
  background: #4caf50;
  line-height: normal;
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: 400;
}

#ConvertBody {
  text-align: center;
  font-size: 16px;
}

.categoriesproduct {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.categoriesproduct a img {
  height: 50px;
  width: auto;
  float: left;
  margin-right: 10px;
}

.categoriesproduct a {
  /* line-height: 20px; */
  /* margin: 5px; */
  /* font-size: 16px; */
  /* border: none; */
  /* padding: 5px 30px; */
  /* border-bottom: medium none; */
}

.categoriesproduct a:hover {
  background: var(--color2);
  /* border-bottom: medium none; */
  color: #fff;
}

.categoriesproduct a i {
  /* font-size: 30px; */
  /* line-height: 50px; */
  /* margin-right: 15px; */
  /* float: left; */
}

#category-button-active {
  background: var(--color1);
  /* border-bottom: medium none; */
  border-color: var(--color1);
  color: #fff;
}

#tercihler .checkbox-custom-label,
.radio-custom-label {
  margin: 2.5px 0px;
}

#tercihler .tabcontentcon {
  width: 55%;
  margin-top: 30px;
  margin-bottom: 30px;
}

#sifredegistir .tabcontentcon {
  margin-bottom: 60px;
}

#datatable thead img {
  height: 20px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.datatable thead img {
  height: 20px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.hostozellk img {
  width: 120px;
}

.sunucusipside .error {
  padding-top: 15px;
}

.tablepaket {
  display: inline-block;
  margin-bottom: 25px;
  vertical-align: top;
  transform: perspective(1px) translateZ(0);
  position: relative;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 10px;
}

.categoriesproduct a {
  line-height: 40px;
  vertical-align: middle;
  box-shadow: none;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  color: var(--color2);
  border: 2px solid var(--color2);
  display: inline-block;
  padding: 0px 25px;
  border-radius: 4px;
  font-weight: 700;
}

.categoriesproduct a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  display: none;
}

.categoriesproduct a:active,
.categoriesproduct a:focus,
.categoriesproduct a:hover {
  /* -webkit-transform: translateY(-5px); */
  /* transform: translateY(-5px); */
}

.categoriesproduct a:active:before,
.categoriesproduct a:focus:before,
.categoriesproduct a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

#check_results a {
  font-size: 16px;
  font-weight: 700;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: 30px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.ui-accordion .ui-accordion-header {
  border-radius: 5px !important;
  margin: 5px 0 0 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: var(--yesil16) !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: var(--yesil7) !important;
}

div.angrytext {
  -webkit-animation: blink 3s ease-in 0 infinite normal;
  animation: blink 3s ease-in 0 infinite normal;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#karart {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 991;
}

.content-updown {
  /* width: 85%; */
}

.content-updown .formcon .yuzde70 select {
  width: 60%;
}

.content-updown .tablepaket select {
  width: 190px;
  padding: 10px;
  text-align-last: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.content-updown .tablepaket .gonderbtn {
  margin-top: 0;
  font-size: 15px;
  padding: 12px 0px;
  width: 60%;
}

#currentpacket {
  width: 320px;
  margin-bottom: 0;
  display: none;
}

.content-updown .tablepaket span {
  font-size: 14px;
  padding: 4px 0;
}

.content-updown .tpakettitle {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  margin-top: 10px;
}

.content-updown .tpakettitle i {
  font-size: 25px;
}

.meter {
  height: 30px;
  position: relative;
  background: #bebebe;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  text-shadow: 0 0 2px #848484;
}

.meter div {
  position: absolute;
  z-index: 5;
  width: 100%;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
}

.meter > span {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #2bc253;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2bc253), color-stop(1, #54f054));
  background-image: -moz-linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  -webkit-box-shadow:
    inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:
    inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  box-shadow:
    inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, rgba(255, 255, 255, 0.2)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.orange > span {
  background-color: #f1a165;
  background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
  background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}

.redx > span {
  background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
  background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span,
.nostripes > span:after {
  -webkit-animation: none;
  background-image: none;
}

#weak {
  background: #f44336;
  padding: 6px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#strong {
  background: #4caf50;
  padding: 6px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#good {
  background: #cddc39;
  padding: 6px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#renewal_list {
  width: 50%;
  padding: 5px;
  margin: auto;
}

#renewal_list select {
  text-align-last: center;
}

#ModifyWhois input {
  /* padding-left: 0; */
  margin-bottom: 5px;
}

#haveAddress h5 {
  font-size: 16px;
}

#sendbta {
  font-size: 14px;
}

.ModifyDns {
  display: inline-block;
  width: 45%;
  text-align: center;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 300px;
  margin: 20px;
  vertical-align: top;
}

#ModifyDns input {
  width: 240px;
}

.ModifyDns .yuzde50 {
  width: 47%;
}

.ModifyDns input {
  padding-left: 0;
}

#baslikislemleri table tr td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

#baslikislemleri table tr th {
  padding: 10px;
}

#credit_list {
  width: 320px;
  padding: 5px;
  margin: auto;
}

#credit_list select {
  text-align-last: center;
  width: 100%;
}

.orderidno {
  float: none;
  text-align: right;
  margin-left: auto;
  color: #fff;
  padding: 0 0 0 0;
}

.tabcontentcon table tr {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.prereg-warning {
  font-weight: 400;
  float: right;
  position: absolute;
  margin-left: 15px;
  font-size: 16px;
}

.domainlookuplist {
  /* width: 70%; */
  /* margin: auto; */
}

.lookcolumtitle {
  background: var(--yesil16);
  display: flex;
  width: 100%;
  font-weight: 700;
  border-radius: 7px;
  color: var(--text-color-dark);
}

.lookcolum {
  width: 25%;
  height: 35px;
  line-height: 35px;
  /* padding: 10px 0; */
  text-align: center;
  border-bottom: 1px solid #eee;
  /* float: left; */
}

.lookcolum .checkbox-custom-label {
  margin-right: -10px;
}

#tldok {
  color: #8bc34a;
  font-weight: 700;
}

#tldno {
  color: #f44336;
  font-weight: 700;
}

.tldhere {
  font-size: 16px;
  word-wrap: break-word;
  white-space: pre-line;
}

.tldavailable h4 {
  color: #8bc34a;
  font-size: 26px;
  line-height: 45px;
}

#showTLDStatusUnavailable {
  color: #f44336;
}

.tldavailable {
  text-align: center;
  margin: 35px 0;
}

.lookcolum .yesilbtn {
  /* padding: 4px 0; */
  /* margin: 0; */
  /* height: 40px; */
  line-height: 12px;
}

.tldlistfoot .lookcolum {
  border: none;
}

.spinnertld {
  line-height: 45px;
}

.spinnertld > div {
  width: 18px;
  height: 18px;
  background-color: #ccc;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinnertld .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinnertld .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#upgrade .ion-speedometer {
  float: left;
  font-size: 70px;
  margin: 0 35px 17px 20px;
  line-height: 25px;
  margin-top: -5px;
}

ul.tab .ion-speedometer {
  font-size: 19px;
  line-height: 0;
}

.amount-thousands {
  font-size: 18px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #777;
}

.invoicex {
  max-width: 900px;
  background: #fff;
  margin: 25px auto;
  box-shadow: 0 0 15px #ccc;
  border-radius: 7px;
}

.invoicex .padding {
  padding: 40px;
}

.invoicex .tabcontentcon {
  margin-bottom: 0px;
}

.custbillinfo {
  float: left;
  width: 40%;
  font-size: 14px;
}

.companybillinfo {
  float: right;
  width: 45%;
  font-size: 14px;
  text-align: right;
}

.companybillinfo img {
  margin-bottom: 25px;
  height: 45px;
  width: auto;
}

.invoicestatus {
  float: left;
  width: 40%;
  text-align: center;
  border: 2px dotted #eee;
  font-size: 28px;
}

.invoicepaymethod {
  font-size: 14px;
  display: inline-block;
  float: left;
  width: 100%;
  color: #a9a9a9;
}

.invoicestatus .invpaid {
  color: #8bc34a;
}

.invoicestatus .invwait {
  color: var(--color2);
}

.invoicestatus .invnopay {
  color: #f44336;
}

.invoicetimes {
  float: right;
  width: 40%;
  margin-bottom: 20px;
  margin-top: 15px;
}

.invoicetimes .formcon .yuzde50 {
  font-size: 14px;
}

.invoiceidx {
  float: left;
  font-size: 18px;
  width: 40%;
  text-align: center;
  margin-top: 20px;
}

.invoicedesc {
  margin-top: 25px;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.invoicedesc .formcon span {
  padding: 0 10px;
}

.invoicedesc .formcon {
  padding: 3px 0;
}

.invoicedesc .formcon .yuzde70 {
  font-size: 14px;
}

.invoicedesc .formcon .yuzde30 {
  font-size: 14px;
  text-align: center;
}

.otherincoivebtns {
  float: right;
  margin: 7px 0px;
  z-index: 5;
  position: relative;
}

.otherincoivebtns .sbtn {
  padding: 4px 12px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  font-size: 14px;
}

.otherincoivebtns .sbtn:hover {
  background: var(--color2);
  color: white;
}

.otherincoivebtns .sbtn i {
  margin-right: 5px;
}

.license-verify {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}

.license-verify .pakettitle h2 span {
  font-size: 18px;
  font-weight: 300;
  color: #8d8d8d;
}

.license-verify-box {
  width: 650px;
  margin: auto;
  margin-top: 25px;
}

.license-verify-box input {
  padding: 20px 0;
  font-size: 18px;
}

.license-verification-result {
  text-align: center;
  width: 100%;
  margin-top: 25px;
}

.license-ok {
  background: #f6ffec;
  color: #75b22f;
  margin: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.license-none {
  background: #fff2f1;
  color: #f44336;
  margin: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.license-none .gonderbtn {
  border: 2px solid #f44336;
  color: #f44336;
  margin-top: 20px;
  font-weight: 600;
}

.license-none .gonderbtn:hover {
  color: #fff;
  background: #f44336;
}

.license-verification-result i {
  font-size: 48px;
  margin-bottom: 15px;
}

.faturabilgisi .red-info {
  border: none;
}

.faturabilgisi .red-info h5 {
  color: var(--color2);
  font-size: 16px;
}

.resellericon {
  margin-left: 5px;
  display: inline-block;
  margin-bottom: -8px;
  height: 25px;
}

#payment-screen .bankablok {
  width: 48.5%;
  margin: 5px;
}

#payment-screen .green-info i {
  font-size: 20px;
  margin: 0;
  margin-top: 2px;
  margin-right: 10px;
}

#notifiballonalert {
  -webkit-animation: alert 2s linear 0 infinite normal;
  animation: alert 2s linear 0 infinite normal;
}

#orders-none {
  text-align: center;
  margin-top: 55px;
  display: inline-block;
  width: 100%;
}

#addons {
  /* width: 90%; */
  /* margin: auto; */
}

#upgrade-product-none {
  text-align: center;
  margin-top: 55px;
  color: #f44336;
  font-weight: bold;
}

.style-toggle-active {
  margin-left: -5px;
}

#style-toggle {
  position: fixed;
  left: 0px;
  top: 25%;
  background: white;
  width: 590px;
  margin-left: -294px;
  z-index: 485;
  border-radius: 3px;
  box-shadow: 0px 0px 7px #ccc;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.styletheme {
  display: inline-block;
  box-shadow: 0px 0px 10px #8e8e8e;
  margin: 10px;
  text-align: center;
  line-height: 130px;
  width: 46%;
  height: 130px;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 3px;
  overflow: hidden;
}

.styletheme h5 {
  color: white;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.styletheme h5:hover {
  opacity: 0;
  filter: alpha(opacity=00);
}

.style-toggle-button {
  float: right;
  background: white;
  padding: 5px 15px;
  margin-right: -44px;
  font-size: 22px;
  border-radius: 3px;
  margin-top: 27px;
  box-shadow: 4px 0px 7px #ccc;
}

.style-toggle-button i {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  margin-right: -3px;
}

.gprimage {
  height: 70px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  float: left;
  opacity: 0.5;
}

.gprimage:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1.5;
}

.homedomainarea-con {
  /* width: 75%; */
  /* margin: auto; */
}

.homedomainarea {
  /* -webkit-box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06); */
  /* box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06); */
  width: 100%;
  margin-top: -70px;
  z-index: 50;
  position: relative;
  background: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.homedomainarea h3 {
  color: var(--text-color-dark);
  font-size: 24px;
  margin-bottom: 0px;
}

.homedomainarea h4 {
  font-size: 17px;
  font-weight: 400;
  color: var(--text-color);
  margin: 0 0 0 15px;
  line-height: 17px;
}

.homedomainarea input {
  /* border-radius: 5px; */
  /* width: 100%; */
  /* height: 100%; */
  /* border: 0px; */
  padding: 15px 15px;
  /* -webkit-box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06); */
  /* box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06); */
  border-width: 1px;
  border-style: solid;
  border-color: var(--color1) !important;
  /* margin: 0; */
  /* font-size: 18px; */
  /* font-weight: 300; */
  /* color: var(--color2); */
  border-left: 0;
}

.homedomainarea input:focus {
  box-shadow: none;
  background-color: #f9f9f9;
  border-color: var(--color1);
}

.homedomainarea .input-group-text {
  border-color: var(--color1);

  color: var(--color1);

  background-color: #fff;

  font-size: 25px;
}

#muspanel #order-service-detail-btns a {
  /* color:initial; */
}

.homedomainarea::-webkit-input-placeholder {
  color: var(--color2);
}

.homedomainarea:-moz-placeholder {
  color: var(--color2);
}

.homedomainarea::-moz-placeholder {
  color: var(--color2);
}

.homedomainarea:-ms-input-placeholder {
  color: var(--color2);
}

.homedomainarea button[type="submit"]:hover {
  background-color: var(--color2);
}

.homedomainarea button[type="submit"] {
  /* border: 0px; */
  background-color: var(--color1);
  /* border-radius: 5px; */
  color: #ffffff;
  /* margin-left: -155px; */
  /* padding: 13px 0px; */
  /* position: absolute; */
  /* margin-top: 6px; */
  /* display: inline-block; */
  /* cursor: pointer; */
  /* -webkit-transition: all 0.4s ease; */
  -o-transition: all 0.4s ease;
  /* transition: all 0.4s ease; */
  /* width: 150px; */
  /* font-size: 16px; */
}

.tableslogan {
  margin-top: 20px;
  font-weight: 300;
  font-size: 26px;
}

#theme2 .homedomainarea-con {
  width: 100%;
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

#theme2 .homedomainarea h1 {
  margin-top: 25px;
}

#theme2 .homedomainarea {
  margin-top: 0px;
}

.anatanitim {
  background: url("../images/bg/bg6.png") no-repeat scroll 50% -5px;
  /* background-size: cover; */
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0 0 80px 0px;
}

.anatanitim video {
  margin-top: -150px;
  opacity: 0.5;
  width: 100%;
  position: absolute;
}

.anatanitim .gonderbtn {
  float: right;
  position: relative;
  z-index: 4;
  margin-top: 80px;
  font-size: 18px;
  color: white;
  border: 2px solid white;
  width: 200px;
  margin-right: 150px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 0px;
}

.anatanitim .gonderbtn:hover {
  background: white;
  color: black;
}

.tanslogan {
  float: left;
  width: 40%;
  z-index: 5;
  font-weight: 200;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  line-height: 24px;
}

.anatanitim video {
  margin-top: -150px;
  opacity: 0.5;
  width: 100%;
  position: absolute;
}

.tanslogan h2 {
  border-bottom: 1px solid #ffffff3d;
  padding-bottom: 15px;
}

#empty_list {
  margin-top: 7%;
  margin-bottom: 40px;
  color: var(--color2);
  text-align: center;
  display: none;
}

#empty_list i {
  font-size: 54px;
  margin-bottom: 20px;
}

#empty_list h4 {
  font-size: 22px;
}

#empty_list span {
  font-size: 18px;
}

#continueshopbtn {
  padding: 10px 30px;
  margin-top: 25px;
}

.result-content h4 {
  color: #4caf50;
  font-size: 22px;
}

.siparisbilgileri .ui-state-active {
  background: var(--color2);
  color: white;
}

.siparisbilgileri .ui-state-default {
  border-radius: 10px;
}

.sepetsipinfo .totalamountinfo {
  border: none;
  padding-top: 25px;
  padding-bottom: 10px;
}

.sepetsipinfo .totalamountinfo strong {
  font-size: 16px;
}

.sepetsipinfo .totalamountinfo h5 {
  font-size: 30px;
  color: #8bc34a;
}

#uyeolgiris {
  margin-bottom: 3%;
  display: inline-block;
  width: 100%;
  background: url(../images/bg/bg1.png) no-repeat scroll center top var(--yesil16);
  background-size: contain;
}

#uyeolgiris input {
  /* padding: 15px 0px; */
}

#uyeolgiris .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
  padding-left: 84px;
}

.faturabilgisi .yesilbtn {
  width: 220px;
  float: right;
}

#NotificationForm .gonderbtn {
  margin-top: 20px;
}

.sunucular .lbtn {
  padding: 7px 18px;
  border: none;
  background: #eee;
  font-size: 14px;
  border-radius: 5px;
}

.sunucular .lbtn:hover {
  background: var(--color2);
}

#StepForm2 .alanadisorgu input {
  margin: 5px 0px;
  font-size: 18px;
}

#StepForm1 .alanadisorgu option {
  font-size: 15px;
}

#StepForm1 .alanadisorgu optgroup {
  font-size: 15px;
}

#StepForm2 .alanadisorgu h5 {
  margin-bottom: 25px;
}

#muspanel table.dataTable thead th {
  /* padding: 14px 0px; */
}

.datatbspan {
  color: var(--text-color);
}

#muspanel .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: var(--text-color) !important;
  border: 1px solid #eee;
  background-color: #eee;
  border-radius: 3px;
}

#muspanel .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: var(--text-color) !important;
  border: 1px solid #eee;
  background-color: #eee;
}

#muspanel .ui-widget-content {
  color: var(--text-color);
}

#muspanel .ui-state-active {
  background: var(--color2);
  border-radius: 10px;
}

#muspanel .ui-accordion .ui-accordion-header {
  border-radius: 10px;
  font-family: inherit;
}

#muspanel .dataTables_info {
  color: var(--text-color);
}

#muspanel table.dataTable tbody tr {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#muspanel table.dataTable tbody tr:hover {
  background-color: #f3f3f3;
}

#muspanel .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 64px;
  padding-left: 15px;
}

#muspanel .select2-container .select2-selection--single {
  height: 64px;
  border: 1px solid #ededed;
}

#muspanel .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 64px;
}

.amount_spot_view {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.anascriptlist .amount_spot_view i {
  position: initial;
}

.currposleft {
  margin-left: -5px;
  /* left: 0px; */
}

.currposright {
  margin-right: -6px;
  right: 0px;
}

.sepetsipinfo .amount_spot_view {
  margin-right: 10px;
  padding-right: 20px;
}

#total-amount-payable {
  margin-right: -10px;
}

.tablepaket .currposright {
  font-size: 22px;
}

.products_features {
  line-height: 28px;
}

.ddiscountnewprice {
  /* background: #fff; */
  /* padding: 2px 0px; */
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  /* width: 60%; */
  display: inline-block;
  color: #055160;
  font-size: 19px;
  /* padding-left: 5px; */
}

.uzantibox .amount_spot_view i {
  font-size: 14px;
}

.uzantibox .currposright {
  margin-right: -10px;
}

.uzantibox .currposleft {
  margin-left: -10px;
}

.doldprice {
  text-decoration: line-through;
  color: var(--bs-gray-500);
}

.dnewprice {
  /* color: white; */
  /* position: relative; */
  /* width: 100%; */
  /* margin-top: -10px; */
  /* margin-bottom: 7px; */
}

.doldprice + .dnewprice {
  margin-left: 10px;
}

.domdiscount {
  background: #fff;
  padding: 2px 10px;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #007a7a;
  font-size: 15px;
}

.uzantibox .domdiscount {
  font-size: 12px !important;
  box-shadow: none !important;
  background: var(--yesil16);
  max-width: 55px;
}

.invoiceremind {
  text-align: center;
  width: 99%;
  display: inline-block;
}

.invoiceremind .red-info {
  width: 100%;
  margin-top: 10px;
  text-align: left;
  background: transparent;
  color: var(--text-color);
  border: 1px solid var(--text-color);
}

.invoiceremind .red-info i {
  float: none;
  margin-bottom: 0;
  font-size: 65px;
  color: #f44336;
}

.invoiceremind h4 {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
}

#payment-screen .red-info {
  display: inline-block;
  width: 100%;
  color: var(--text-color);
  border: none;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#payment-screen .red-info h5 {
  font-size: 15px;
}

.serverblokbtn a {
  border-radius: 50px;
}

.homedomainarea .amount_spot_view i {
  font-size: 14px;
  font-weight: 600;
}

.homedomainarea .currposleft {
  margin-left: -8px;
}

.homedomainarea .currposright {
  margin-right: -12px;
}

.homedomainarea h4 .amount_spot_view {
  margin: 15px;
  font-weight: 700;
}

.alanadisorgu h1 .amount_spot_view {
  margin: 0px 15px;
  font-weight: 700;
}

.sunucular .dataTables_wrapper table tr td {
  font-size: 15px;
  padding: 10px 0px;
}

.orderperiodblock {
  background: var(--yesil15);
  border-color: var(--yesil16);
}

.orderperiodblock.active {
  /*box-shadow: 0px 0px 7px var(--color1);*/
  background: #fff;
}

.menu_tag {
  background-color: var(--color1);
  color: #fff;
  padding: 2px 7px;
  font-size: 12px;
  border-radius: 3px;
  text-align: center;
  font-weight: 400;
  margin-top: 20px;
  float: right;
  margin-left: -100px;
  margin-right: 20px;
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
}

/* Slayt */
.main-hero {
  background:
    url(../images/bg/bg1.png) no-repeat scroll center top,
    var(--yesil16);
  background-size: cover;
  /* height: 650px; */
  /* padding-bottom: 50px; */
}

.main-hero.withGradient {
  background-image: url(../images/bg/bg1.png), linear-gradient(var(--yesil16) 0%, #ffffff 100%);
}

/*.mainslide .slide-item * {
    color: var(--text-color-dark);
}*/
.mainslide .slide-offer {
  /* background: rgba(255,255,255,0.2); */
  display: inline-block;
  /* padding: 5px 10px; */
  border-radius: 10px;
  color: var(--text-color-dark);
  font-size: 14px;
}

.mainslide h3 {
  font-weight: 700;
  font-size: 2.3em;
  margin-top: 15px;
  color: var(--text-color-dark);
}

.mainslide ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.mainslide ul li {
  /* color: var(--text-color); */
}

.mainslide img.img-fluid {
  /* max-width: 395px; */
}

.mainslide ul li p {
  display: flex;
  align-items: start;
}

.mainslide .plan-features svg {
  fill: var(--color1);
  width: 40px;
  margin-right: 15px;
  height: 40px;
}

.mainslide ul.plan-features li p {
  align-items: center;
  /* display: block; */
  max-height: 41px;
}

.mainslide ul li p i {
  font-size: 25px;
  margin-right: 10px;
  color: var(--color1);
}

.mainslide ul li p strong {
  display: block;
  margin-top: -5px;
  color: var(--text-color-dark);
  text-align: left;
}

.mainslide .slide-actions a:not(.notDefault),
.mainslide .slide-actions a.white-border:not(.notDefault):hover {
  /* border-radius: 5px; */
  /* background: var(--color1); */
  /* color: #fff; */
  /* text-transform: uppercase; */
  padding: 7px 10px;
  /* margin-right: 25px; */
  /* font-weight: 600; */
  /* border: 2px solid var(--color1); */
}

.mainslide .slide-actions a.white-border:not(.notDefault),
.mainslide .slide-actions a:not(.notDefault):hover {
  /* background: var(--color2); */
  /* color: #fff; */
  /* border-color: var(--color2); */
}

.mainslide .slide-actions a {
  padding: 10px 15px;
}

.mainslide .slide-actions a.notDefault {
  color: var(--text-color-dark);
  font-size: 16px;
  padding: 5px;
  display: inline-block;
}

.mainslide .slide-actions a.notDefault:hover {
  color: var(--color1);
}

.mainslide .slide-item {
  padding-bottom: 50px;
  /* padding-top: 30px; */
}

@media (min-width: 992px) {
  .mainslide .slick-prev,
  .mainslide .slick-next {
    opacity: 0;
  }

  .mainslide:hover .slick-prev,
  .mainslide:hover .slick-next {
    opacity: 1;
  }

  .mainslide .slick-prev {
    left: -50px !important;
  }

  .mainslide .slick-next {
    right: -50px !important;
  }
}

/* #mobile-mobile-devices */
@media only screen and (max-width: 1023px) {
  .menu_tag {
    margin-top: 13px;
    position: relative;
    margin-bottom: -50px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  #wrapper {
    width: 95%;
    position: relative;
  }

  .clearmob {
    clear: both;
    display: block;
  }

  .menuAc {
    display: inline-block;
    width: 75px;
    /* float: right; */
    /* text-align: center; */
    /* position: absolute; */
    /* top: -55px; */
    font-size: 30px;
    right: 0;
    /* text-shadow: 0 0 10px #ccc; */
    color: var(--text-color-dark);
    line-height: 60px;
    text-align: right;
    float: none;
  }

  /*.sabithead .menuAc {
        display: block;
        width: 20%;
        float: left;
        text-align: center;
        font-size: 28px;
        position: absolute;
        top: 0;
        left: -15px
    }

    .sabithead .menu ul {
        top: 53px
    }

    .sabithead .menu ul li ul {
        top: 0
    }

    .sabithead .menu li a {
        padding: 12px 15px;
        line-height: normal
    }

    .sabithead .sepeticon {
        color: #fff;
        margin: 10px;
        margin-right: 20px;
        float: right
    }*/
  .menu ul {
    display: none;
    position: absolute;
    float: left;
    width: 100%;
    background: var(--color1);
  }

  .menu ul li {
    float: none;
  }

  .megamenuli {
    position: relative;
  }

  .menu {
    /* float: right; */
    /* width: 100%; */
    text-align: right;
  }

  .menu li {
    float: left;
    width: 100%;
  }

  .menu li a {
    float: left;
    width: 100%;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.2);
    line-height: 40px;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .menu li a span {
    padding-left: 25px;
  }

  .menu ul li ul {
    width: 100%;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  .menu ul li ul li ul {
    width: 100%;
    top: 41px;
    left: 0;
  }

  .menu li:hover a {
    background: rgba(0, 0, 0, 0.4);
  }

  .menu ul li ul li a {
    width: 100%;
    font-size: 14px;
    padding: 0;
    padding-left: 10px;
    font-weight: 300;
  }

  .menu ul li ul li ul li a {
    padding-left: 20px;
  }

  /*.head {
        width: 92%
    }*/
  .nomobilbtn {
    display: none;
  }

  .headbutonlar a {
    float: left;
    margin-right: 20px;
    font-size: 13px;
    margin-left: 0;
  }

  .sosyalbtns {
    display: none;
  }

  .logo {
    float: left;
    position: relative;
    margin-top: 0px;
  }

  #muspanel .logo {
    margin-bottom: 0;
  }

  .logo img {
    width: 195px;
  }

  .slidetext-container {
    width: 90%;
    margin-top: 65%;
  }

  .slidetext-container h1 {
    font-size: 22px;
  }

  .slidetext-container p {
    width: 100%;
    font-size: 15px;
  }

  .domainhome {
    height: auto;
    padding: 10px 0;
  }

  .hdomainslogan {
    margin-top: 0;
    float: none;
    text-align: center;
    line-height: 35px;
  }

  .hdomainslogan h4 {
    font-size: 16px;
  }

  .hdomainslogan h3 {
    font-size: 18px;
  }

  .hdomainsorgu {
    float: left;
    width: 100%;
    margin-top: 0;
  }

  .hsorgulabtn {
    position: absolute;
    margin-left: 0;
    right: 0;
    font-size: 24px;
    margin-top: -48px;
    margin-right: 10px;
  }

  .hdomainsorgu input {
    font-size: 18px;
    border: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    font-size: 22px;
  }

  .domainfiyatlar {
    display: none;
  }

  .anatanitim {
    background-size: auto;
    padding-bottom: 0;
    padding-bottom: 30px;
  }

  .tanslogan {
    margin-top: 30px;
    width: 96%;
    margin-left: 10px;
  }

  .tanslogan h2 {
    font-size: 22px;
  }

  .tablopaketler {
    height: auto;
    background-size: auto;
    background-position: center top;
    background-repeat: repeat;
    text-align: center;
  }

  .tablopaketler .gonderbtn {
    display: inline-block;
  }

  .tablepaket {
    /* float: left; */
    /* width: 45%; */
    display: block;
    /* margin: 18px auto; */
  }

  .anascript {
    background-repeat: repeat;
    background-position: top center;
    height: auto;
    background-size: auto;
  }

  .scriptkategoriler {
    width: 100%;
  }

  .scriptkategoriler a {
    padding: 5px 0 5px 10px;
    margin-bottom: 4px;
    font-size: 16px;
    width: 95%;
  }

  .anascripler {
    float: left;
    width: 100%;
    margin-top: 15px;
  }

  .tumscriptbtn {
    margin-top: 15px;
    width: 85%;
    margin-bottom: 20px;
  }

  .pakettitle h1 {
    font-size: 22px;
  }

  .pakettitle h2 {
    font-size: 20px;
  }

  .ozellik {
    width: 100%;
    margin: 20px 0;
  }

  .servisikon {
    /* height: 90px; */
    /* width: 90px; */
    /* font-size: 36px; */
    /* margin-right: 0; */
  }

  .servisikonalt {
    /* height: 73px; */
    /* width: 73px; */
    /* line-height: 73px; */
  }

  .ozellik h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .ozellik p {
    font-size: 15px;
    line-height: 20px;
  }

  .servisinfos {
    /* width: 100%; */
  }

  .musterigorusleri .list_carousel {
    width: 300px;
    margin: auto;
  }

  #foo2 li {
    width: 300px;
    height: auto;
  }

  .yorumyapan {
    width: 100%;
    margin-left: 0;
  }

  .yorumyapan img {
    margin-right: 10px;
    width: 60px;
    height: 60px;
  }

  .gorusgonderbtn {
    margin-top: 0;
  }

  .pager {
    margin-top: -85px;
  }

  .anascriptlist img {
    height: auto;
    width: 100%;
  }

  .modalDialog > div {
    width: 93%;
    margin: 15% auto;
    padding: 5px 10px 12px;
  }

  .close {
    right: -2px;
    top: -3px;
  }

  /*.sabithead {
        display: none
    }*/
  .footlogos {
    margin-bottom: 10px;
  }

  .footlogos img {
    width: 70px;
    height: auto;
    margin: 10px;
  }

  .blogvehaber {
    height: auto;
    padding-bottom: 25px;
  }

  .haberblog {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .haberblog .list_carousel {
    width: 270px;
    margin: auto;
  }

  .haberblog .list_carousel li img {
    width: 100%;
    margin-bottom: 15px;
  }

  .haberblog .list_carousel li {
    width: 270px;
    margin: auto;
  }

  .haberblog .pager a {
    width: 15px;
    height: 15px;
    margin: 2px;
  }

  .haberbloktitle h4 {
    font-size: 18px;
  }

  .istatistik {
    float: left;
    width: 49%;
    display: inline-block;
    margin: 35px 0px;
  }

  .ebultencont {
    width: 95%;
  }

  .ebultencont i {
    margin-left: 10px;
  }

  .ebultencont input {
    width: 47%;
    font-size: 12px;
  }

  .aboneolbtn {
    margin: 5px;
    width: 55px;
    font-size: 14px;
    line-height: 46px;
    padding: 0px;
    width: 110px;
  }

  .footslogan {
    line-height: normal;
    height: auto;
    text-align: center;
    padding: 15px 0;
  }

  .footslogan h2 {
    float: none;
  }

  .footinfos {
    float: none;
    /* width: 94%; */
    /* margin: 12px; */
    /* margin-bottom: 20px; */
    display: inline-block;
    vertical-align: top;
  }

  .footblok {
    float: none;
    /* width: 42%; */
    margin: 12px;
    font-size: 14px;
    display: grid;
    vertical-align: top;
  }

  .footend {
    height: auto;
    text-align: center;
    padding: 15px 0;
  }

  #uyeolgirisbody .footend {
    position: relative;
  }

  .footend span {
    float: none;
    font-size: 14px;
    line-height: normal;
  }

  .footsosyal {
    /* float: none; */
    /* margin: auto; */
    /* display: inline-block; */
    /* margin-bottom: 10px; */
    /* margin-top: 15px; */
  }

  .footsosyal a {
    margin: 0px 3px;
  }

  .istatistik i {
    font-size: 90px;
    margin-top: -100px;
    margin-left: -40px;
  }

  .istatistik h1 {
    font-size: 36px;
  }

  .istatistik h2 {
    font-size: 18px;
    margin-top: 0px;
  }

  #fullwidth .head {
    height: auto;
    line-height: normal;
  }

  #fullwidth .logo {
    height: auto;
    text-align: center;
    float: none;
    width: 140px;
  }

  #fullwidth .logo img {
    width: 170px;
    float: none;
  }

  .headmail i {
    margin-left: 15px;
  }

  .headmail {
    display: none;
    float: none;
    margin-left: 0;
    text-align: left;
  }

  #fullwidth .head a {
    padding: 0 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
    line-height: 38px;
  }

  #fullwidth .headustlinks a {
    float: right;
  }

  .headinfospan {
    font-size: 15px;
  }

  #fullwidth .menuAc {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    top: 0;
    font-size: 28px;
    left: 0;
    padding: 0;
    margin-top: 8px;
  }

  /*#fullwidth .sabithead .menuAc {
        display: block;
        position: relative;
        float: left;
        text-align: center
    }

    .sabithead #wrapper {
        width: 100%
    }*/
  #fullwidth .sepeticon {
    margin-top: 8px;
    position: absolute;
    z-index: 22;
    color: #fff;
    font-size: 28px;
    right: 10px;
  }

  /*#fullwidth .sabithead .sepeticon {
        position: absolute;
        z-index: 22;
        color: #fff;
        font-size: 26px;
        right: 7px
    }*/
  #slider4 .slidetext-container h1 {
    font-size: 17px;
  }

  #slider4 .slidetext-container p {
    font-size: 14px;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 15px;
  }

  #slider4 .slidetext-container {
    width: 90%;
    margin: 10%;
    margin-top: 10%;
  }

  #slider4 #largeredbtn {
    display: none;
  }

  .sayfabaslik {
    /* float: none; */
    /* width: 70%; */
    /* text-align: center; */
    /* margin: auto; */
    /* margin-top: 25px; */
  }

  .alanadisorgu input {
    width: 90%;
    margin-bottom: 10px;
    font-size: 15px;
    padding: 24px 15px;
  }

  .transfercode input {
    width: 75%;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 16px;
  }

  .transfercode {
    width: 100%;
    margin-top: 25px;
  }

  .domainsec .alanadisorgu {
    text-align: center;
  }

  .tescilsonuc tr td {
    line-height: normal;
  }

  .uzantibox {
    width: 24%;
    /* margin: 7px; */
    /* margin-bottom: 12px; */
  }

  .tescilucretleri {
    width: 100%;
  }

  #girisfootend {
    position: relative;
  }

  .uyeolgirishead .logo {
    float: none;
    width: 70%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
  }

  .uyeolgirishead h1 {
    display: none;
  }

  .uyeolgirisslogan {
    width: 100%;
    margin-top: 0;
  }

  #girisyapright {
    width: 100%;
    margin-top: 35px;
  }

  .hostozellk img {
    width: 100px;
  }

  .hostozellk h4 {
    font-size: 18px;
  }

  .iletisimpage {
    float: left;
    text-align: center;
  }

  .iletisimblok {
    width: 49%;
    margin-bottom: 25px;
  }

  #compnayinfo {
    width: 100%;
    text-align: center;
  }

  .iletisimslogan {
    font-size: 18px;
    width: 100%;
    margin-top: 20px;
  }

  .googlemap {
    width: 100%;
  }

  .iletisimformu {
    float: right;
    width: 100%;
    margin-bottom: 25px;
  }

  .iletisimformu .gonderbtn {
    float: right;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin-top: 10px;
  }

  #fullwidth .menu ul {
    position: relative;
    top: 0;
  }

  .sayfaustheader {
    background-size: 200% 100%;
    text-shadow: 0 0 2px #000;
    height: 160px;
  }

  #header2 {
    height: 145px;
    background-size: auto 200%;
  }

  #muspanel #header2 {
    height: 120px;
    margin-bottom: 0;
    background-size: 100%;
  }

  .listeleme {
    width: 100%;
    margin-top: 25px;
  }

  .list {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .list img {
    width: 100%;
  }

  .sidebar {
    width: 99%;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .sayfacontent {
    width: 100%;
    margin-bottom: 15px;
    border: none;
  }

  .scriptrightside {
    width: 98%;
    float: none;
    margin: auto;
    position: relative;
    top: 0;
  }

  .sayfabaslik a {
    font-size: 15px;
  }

  .scriptdetayinfo {
    float: none;
    width: 97%;
    padding-right: 0;
    margin: auto;
    border: none;
  }

  .kutubanner {
    display: none;
  }

  .sunucugereksinim {
    margin-bottom: 20px;
  }

  .sunucustok {
    margin-left: 0;
    margin-top: -30px;
  }

  .ilanasamax {
    width: 31.9%;
    font-size: 14px;
    line-height: 20px;
  }

  .ilanasamax h3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  .asamaline {
    margin-top: 47px;
    margin-bottom: -45px;
  }

  .ilanasamalar {
    margin-bottom: 15px;
    margin-top: 17px;
  }

  .uhtutar h4 {
    font-size: 16px;
  }

  .uhperiyod h5 {
    font-size: 16px;
  }

  .uhinfo h4 a {
    font-size: 12px;
  }

  .siparisbilgileri table {
    width: 100%;
  }

  .domainsec {
    width: 100%;
  }

  .ui-accordion .ui-accordion-content {
    padding: 15px;
  }

  .domainsec .btn {
    width: 90%;
  }

  .siparisbilgileri table tr td {
    font-size: 16px;
  }

  .sungenbil {
    width: 100%;
  }

  .sunucusipside {
    width: 100%;
    margin-top: 20px;
  }

  .sipdvmtmmbtn .gonderbtn {
    width: 85%;
  }

  .siparisbilgileri table tr td h4 {
    font-size: 16px;
  }

  .sayfabaslik h1 {
    font-size: 20px;
  }

  .sayfabaslik i {
    font-size: 10px;
    margin: 5px;
  }

  .sepetleft {
    width: 100%;
  }

  .sepetright {
    width: 100%;
  }

  .uhinfo {
    width: 40%;
    font-size: 13px;
  }

  .uhperiyod {
    font-size: 13px;
  }

  .uhtutar {
    font-size: 13px;
  }

  .uhsil a {
    font-size: 15px;
  }

  .uhinfo h5 {
    font-size: 14px;
  }

  .uhperiyod select {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
  }

  .mpanelinfo {
    height: auto;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    margin-top: 0;
  }

  .sayfayolu {
    margin-bottom: 10px;
    font-size: 13px;
    float: left;
  }

  .mpaneltitle h4 {
    font-size: 16px;
    width: 100%;
    float: left;
  }

  .destekinfo {
    width: 44%;
    vertical-align: top;
  }

  #ticketfixed .destekinfo {
    width: 44%;
  }

  .destekinfo h5 {
    font-size: 15px;
  }

  .destekinfocon {
    padding: 10px 0;
  }

  .destekinfo h4 {
    font-size: 14px;
  }

  .destekdosyaeki {
    width: 100%;
  }

  .destekdetayright .gonderbtn {
    padding: 10px 0;
    font-size: 16px;
    margin-top: 15px;
  }

  .header {
    /* -webkit-box-shadow: inset 0 110px 110px -45px rgba(0, 0, 0, 0.75); */
    -moz-box-shadow: inset 0 110px 110px -45px rgba(0, 0, 0, 0.75);
    /* box-shadow: inset 0 110px 110px -45px rgba(0, 0, 0, 0.75); */
    /* padding-bottom: 25px; */
    /* background-size: auto 150%; */
    height: auto;
    /* margin-bottom: 20px; */
    z-index: 444;
  }

  #fullwidth #wrapper {
    width: 100%;
  }

  .header #wrapper {
    width: 100%;
  }

  .headerwhite {
    display: none;
  }

  .mpanelblok:first-child:nth-last-child(4),
  .mpanelblok:first-child:nth-last-child(4) ~ .mpanelblok {
    width: 45%;
  }

  .mpanelblok {
    /* width: 46%; */
    min-height: 130px;
    /* margin: 5px; */
  }

  .mpanelblok h1 {
    font-size: 28px;
    margin-top: 15px;
  }

  #turquise h1 {
    font-size: 22px;
    margin-top: 25px;
    line-height: 35px;
  }

  #destekcvpyaz .lbtn {
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .mpanelright {
    width: 100%;
    margin-bottom: 20px;
  }

  .mpanelleft {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .mpanelrightcon {
    padding: 10px;
  }

  #muspanel .header {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #muspanel .header .sayfabaslik {
    display: none;
  }

  .sepet {
    margin-top: 0;
  }

  .destektalebiolustur .yesilbtn {
    width: 100%;
  }

  .destektalebiolustur .ucte1 {
    width: 100%;
  }

  .faturaodenmis .yuzde30 {
    width: 100%;
  }

  .fattutarlar span,
  strong {
    text-align: center;
  }

  .fattutarlar .yuzde40 {
    width: 100%;
  }

  .fattutarlar .yuzde20 {
    width: 100%;
  }

  .hizmetblok {
    width: 100%;
    margin: 10px 0;
  }

  .tabcontentcon {
    width: 100%;
  }

  ul.tab li {
    /* width: 50%; */
  }

  ul.tab li a {
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }

  .tabcontentcon h5 {
    font-size: 16px;
  }

  #smsgonder .yuzde50 {
    width: 100%;
  }

  .mobiltable {
    overflow: scroll;
  }

  .destekolsbtn {
    float: right;
  }

  .dttblegoster {
    width: 50px;
  }

  .mobilgenislet {
    top: 9px;
    left: 4px;
    height: 25px;
    width: 25px;
    display: block;
    color: #999;
    border: 1px solid #999;
    border-radius: 4px;
    box-sizing: content-box;
    text-align: center;
    font-family: "Courier New", Courier, monospace;
    line-height: 30px;
    font-size: 30px;
    content: "+";
    float: left;
    margin-right: 7px;
  }

  .paypasbutonlar {
    /* margin-top: 20px; */
    /* margin-bottom: -50px; */
  }

  #header2 .paypasbutonlar {
    margin-top: 0px;
    text-shadow: none;
    position: absolute;
    right: 10px;
    top: 3px;
  }

  #scriptlistesi {
    margin: 0;
  }

  .langbtn {
    position: absolute;
    right: 10px;
    top: 45px;
  }

  #fullwidth .langbtn {
    float: right;
    margin-left: 20px;
    margin-top: 15px;
    font-size: 16px;
    position: relative;
    right: auto;
    top: auto;
  }

  .guncellebtn {
    width: 50%;
  }

  .msjyazan h4 {
    font-size: 14px;
    margin-top: -2px;
  }

  .bilgibanka h3 {
    font-size: 22px;
  }

  .bilgibanka h4 {
    font-size: 18px;
  }

  .bbankaara input {
    font-size: 18px;
  }

  .encokokunanbasliklar h5 {
    font-size: 16px;
  }

  .bbankakonu {
    margin: auto;
    width: 100%;
    margin-bottom: 15px;
  }

  .bbkonuinfo {
    float: left;
  }

  #fullwidth .menu {
    background-repeat: repeat-x;
    height: 60px;
  }

  .menucolor {
    height: 60px;
  }

  .alanadisorgu h1 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 25px;
  }

  .urunozellikleri .fa-caret-right {
    display: none;
  }

  .urunozellikleri .fa-check-circle {
    display: none;
  }

  .urunozellik {
    float: none;
    border: 1px solid #999;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 80%;
    padding: 15px;
    margin: auto;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 20px;
  }

  .domainsec h5 {
    float: none;
    margin-top: 12px;
    font-size: 15px;
    margin-left: 0;
  }

  .siparisbilgileri .btn {
    font-size: 16px;
  }

  .scriptozellks {
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
  }

  .sunucusipside {
    position: -webkit-relative;
    position: relative;
  }

  .scripthoverinfo {
    display: none;
  }

  .uyeol {
    width: 100%;
    margin-top: 35px;
  }

  .songiris {
    font-size: 13px;
    float: none;
  }

  #muspanel {
    background-size: AUTO;
  }

  .mblokbtn {
    font-size: 13px;
  }

  .mpanelblok h2 {
    font-size: 14px;
  }

  #header2 .sayfabaslik {
    margin-top: 30px;
    display: block;
    text-align: center;
    width: 90%;
    padding: 10px;
    min-height: 75px;
  }

  .progresspayment {
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
  }

  .progresspayment h4 {
    font-size: 13px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .progresspayment h3 {
    margin-top: 10px;
    font-size: 20px;
  }

  .balancepage .fa-info-circle {
    display: none;
  }

  .balanceinfo {
    font-size: 14px;
  }

  .balancepage .hesapbilgilerim table tr td {
    font-size: 13px;
  }

  #acdashboardactivity {
    width: 100%;
    margin-left: 0;
  }

  #acdashboardnews {
    width: 100%;
  }

  .muspanelbloks #blue {
    /* display: none; */
  }

  .modalDialog {
    position: absolute;
  }

  #pre-register-countries label {
    margin-bottom: 3px;
    width: 50%;
  }

  #baslikislemleri .modalDialog div {
    width: 90%;
  }

  #raporlar .modalDialog div {
    width: 90%;
  }

  #raporlar .modalDialog {
    position: fixed;
  }

  .referenceselect select {
    font-size: 16px;
    width: 80%;
  }

  .referenceselect option {
    font-size: 16px;
  }

  .red-info i {
    display: none;
  }

  .required-field-info {
    width: 100%;
    font-size: 13px;
  }

  #ozet .tabcontentcon {
    width: 100%;
  }

  .required-field-info input {
    padding: 10px 0;
    margin-right: 5px;
    width: 100%;
    margin-bottom: 5px;
  }

  .mailgsmverify {
    margin-bottom: 15px;
  }

  .kisiselbilgiler {
    width: 100%;
  }

  .digerbilgiler {
    width: 100%;
    margin-top: 25px;
  }

  .hesapbilgititle {
    font-size: 13px;
  }

  .hesapbilgisi .yuzde25 {
    line-height: normal;
  }

  .hesapbilgisi .yuzde75 input {
    font-size: 13px;
    padding: 7px 0;
  }

  .hesapbilgisi .yuzde75 select {
    font-size: 13px;
    padding: 7px 0;
  }

  .hesapbilgisi .yuzde75 textarea {
    font-size: 13px;
    padding: 7px 0;
  }

  .hesapbilgisi .yuzde75 {
    font-size: 13px;
  }

  .countryselect {
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  #fullwidth .head .countryselect {
    margin-top: 10px;
    margin-left: 10px;
  }

  .tablepaket:first-child:nth-last-child(4),
  .tablepaket:first-child:nth-last-child(4) ~ .tablepaket {
    width: 90%;
  }

  .tablepaket:first-child:nth-last-child(8),
  .tablepaket:first-child:nth-last-child(8) ~ .tablepaket {
    width: 90%;
  }

  .tablepaket:first-child:nth-last-child(12),
  .tablepaket:first-child:nth-last-child(12) ~ .tablepaket {
    width: 90%;
  }

  #addNewAddressForm .yuzde30 {
    width: 49%;
  }

  #addNewAddressForm .yuzde25 {
    width: 49%;
  }

  #addNewAddressForm .yuzde15 {
    width: 49%;
  }

  #tercihler .tabcontentcon {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  #sifredegistir .tabcontentcon {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .hostozellk {
    width: 42%;
    font-size: 14px;
  }

  .categoriesproduct a {
    font-size: 15px;
    text-align: left;
  }

  .tescilsonuc table {
    width: 95%;
  }

  #tesclsure {
    width: 100%;
  }

  .dozelliklist {
    font-size: 13px;
    width: 100%;
    margin: 20px 0px;
  }

  .domainfeatright {
    width: 70%;
  }

  #check_results a {
    font-size: 14px;
    font-weight: 700;
  }

  .internationalsmspage .leftblock {
    width: 100%;
  }

  .internationalsmspage .leftblock h3 {
    font-size: 20px;
    text-align: center;
  }

  .internationalsmspage .leftblock h4 {
    font-weight: 300;
    font-size: 16px;
  }

  .internationalsmspage .rightblock {
    width: 100%;
    margin-top: 50px;
  }

  .internationalsmspage .rightblock h2 {
    font-size: 22px;
  }

  .internationalsmspage .rightblock select {
    width: 70%;
  }

  .ticketinfos {
    width: 100%;
  }

  .ticketdetail {
    width: 100%;
  }

  .hizmetblok:first-child:nth-last-child(2),
  .hizmetblok:first-child:nth-last-child(2) ~ .hizmetblok {
    width: 100%;
  }

  .hizmetblok:first-child:nth-last-child(4),
  .hizmetblok:first-child:nth-last-child(4) ~ .hizmetblok {
    width: 100%;
  }

  .hizmetblok:nth-child(n + 4):nth-child(-n + 5) {
    width: 100%;
  }

  .hizmetblok:nth-child(n + 6):nth-child(-n + 7) {
    width: 100%;
  }

  .hizmetblok:first-child:nth-last-child(6),
  .hizmetblok:first-child:nth-last-child(6) ~ .hizmetblok {
    width: 100%;
  }

  #ModifyWhois input {
    width: 49%;
    font-size: 13px;
  }

  .tabcontentcon .yesilbtn {
    width: 100%;
  }

  .tabcontentcon .turuncbtn {
    width: 100%;
  }

  .tabcontentcon .mavibtn {
    width: 100%;
  }

  .tabcontentcon .redbtn {
    width: 100%;
  }

  .green-info i {
    display: none;
  }

  .green-info p {
    margin: 0;
    font-size: 13px;
  }

  .ModifyDns {
    width: 100%;
    min-height: auto;
    margin: 0;
    margin-bottom: 20px;
  }

  .bankablok {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  #payment-screen .bankablok {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  #NotificationForm .yuzde40 {
    width: 95%;
  }

  .bankainfo h5 span {
    width: 100%;
  }

  .domainlookuplist {
    width: 100%;
  }

  .tldavailable h4 {
    line-height: normal;
    font-size: 22px;
  }

  .tldhere {
    font-size: 15px;
  }

  .lookcolum {
    font-size: 14px;
  }

  .tldlistfoot .lookcolum {
    width: 50%;
  }

  .sss #accordion h3 {
    font-size: 15px;
  }

  .sss #accordion div {
    font-size: 13px;
  }

  .content-updown .yuzde30 {
    width: 100%;
  }

  .content-updown .yuzde70 {
    width: 100%;
  }

  .content-updown .yuzde50 {
    width: 100%;
  }

  #addNewEmail .yuzde50inpt {
    width: 100%;
  }

  #addNewEmail .yuzde50 {
    width: 100%;
  }

  #addNewEmail .incelebtn {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .invoicex {
    max-width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }

  .invoicex .padding {
    padding: 15px;
  }

  .custbillinfo {
    width: 100%;
  }

  .companybillinfo {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
  }

  .invoicestatus {
    width: 100%;
  }

  .invoicetimes {
    width: 100%;
    margin-bottom: 0;
  }

  .faturaodenmis {
    margin: 30px 0;
  }

  .companybillinfo img {
    display: block;
  }

  .invoiceidx {
    width: 100%;
  }

  .invoicedesc .padding20 {
    padding: 0;
  }

  .license-verify-box {
    width: 100%;
  }

  .license-verification-result h4 {
    font-size: 18px;
  }

  .license-none {
    width: 100%;
  }

  .license-ok {
    width: 100%;
  }

  #addons {
    width: 100%;
  }

  #fullwidth .menu li a {
    padding: 0px;
  }

  #muspanel #fullwidth {
    margin-bottom: -15px;
  }

  .langcurclose {
    top: -1px;
    right: -3px;
  }

  .langandcur a {
    width: 49%;
  }

  ul.tab li a.active {
    /* border-bottom: 2px solid #009595; */
    /*background: #009595;
        color: white*/
  }

  .gprimage {
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .headbutonlar {
    display: none;
  }

  #mobmenu {
    /* position: fixed; */
    /* top: 0px; */
    /* width: 300px; */
    /* background: #fff; */
    /* z-index: 100; */
    /* left: -300px; */
    /* right: 0; */
    /* height: 100%; */
    /* transition: all 0.3s ease-in-out; */
  }

  header.menuOpen #mobmenu {
    left: 0;
  }

  header.menuOpen:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
  }

  #mobmenu ul {
    margin: 0;
    margin-top: 0;
    padding: 0;
  }

  #mobmenu ul.megamenu li .sub-menu-link {
    /* color: white; */
    display: flex;
    align-items: center;
    font-weight: 400;
  }

  #mobmenu ul.megamenu li .sub-menu-link > i {
    font-size: 25px;

    color: var(--color2);
  }

  #mobmenu ul.megamenu li .sub-menu-link > span {
    font-size: 12px;

    padding: 0px 20px;
  }

  #mobmenu ul.megamenu li .sub-menu-link > span b {
    font-size: 15px;

    display: block;
  }

  #mobmenu ul li.menu-offer .sub-menu-link {
    background: var(--yesil16);
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    margin: 5px 15px;
    border-radius: 4px;
    color: var(--text-color-dark);
  }

  #mobmenu ul li.menu-offer .sub-menu-link > span,
  #mobmenu ul li.menu-offer .sub-menu-link > span b {
    font-size: 13px;
    font-weight: 600;

    display: block;
  }

  #mobmenu ul li ul li a {
    padding-left: 20px;
  }

  #mobmenu ul li {
    /* color: white; */
    list-style-type: none;
  }

  #mobmenu ul .inner {
    overflow: hidden;
    display: none;
    /* float: left; */
    width: 100%;
  }

  #mobmenu ul .inner.show {
  }

  #mobmenu ul li ul {
    margin-top: 0px;
  }

  .mobmenu ul li ul li {
    padding-left: 0;
  }

  #mobmenu ul li a.toggle {
    width: 100%;
    display: block;
    /* background: var(--color2); */
    /* color: #fefefe; */
    border-radius: 0.15em;
    transition: background 0.3s ease;
  }

  #mobmenu ul li ul li a.toggle {
    padding-left: 20px;
  }

  #mobmenu ul li ul li ul li a {
    padding-left: 35px;
  }

  #mobmenu ul li a.toggle:hover {
    /* background: rgba(0, 0, 0, 0.18); */
  }

  #mobmenu ul a span {
    padding: 0px 20px;
  }

  #mobmenu ul li a.toggle.active {
    color: var(--color1);
  }

  #mobmenu_wrap {
  }

  #mobmenu ul a {
    /* float: left; */
    width: 100%;
    padding: 14px 0px;
    border-bottom: 0.1em solid #0000001a;
    color: var(--text-color);
    font-size: 15px;
    display: block;
    font-weight: 700;
  }

  #mobmenu .headbutonlar {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    position: relative;
    z-index: 12;
    margin-bottom: 20px;
  }

  #mobmenu .headbutonlar a {
    float: none;
    margin-left: 0;
    font-size: 13px;
    display: block;
  }

  #mobmenu .sepeticon {
    /* font-size: 26px; */
    /* float: right; */
    /* color: var(--text-color); */
    /* margin-top: -7px; */
    /* margin-right: 27px; */
    border: 1px solid #9ca1b4;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
  }

  #mobmenu .sepeticon .basket-count {
    padding: 0;

    margin-left: auto;
  }

  #mobmenu .menuAc {
    top: 50px;
  }

  #mobmenu .menuKapat {
    /* top: 50px; */
    display: inline-block;
    width: 30px;
    /* float: right; */
    /* text-align: center; */
    /* position: absolute; */
    top: 0;
    font-size: 20px;
    /* text-shadow: 0 0 10px #ccc; */
    color: #fff;
    text-align: center;
    /* float: right; */
    background: var(--color1);
    height: 30px;
    line-height: 30px;
    right: 0;
    border: 0;
    border-radius: 100%;
  }

  header.menuOpen #mobmenu .menuKapat {
    right: -50px;
  }

  .homedomainarea-con {
    /* width: 93%; */
  }

  .homedomainarea-con .padding30 {
    padding: 10px;
  }

  .homedomainarea h1 {
    font-size: 26px;
    margin-top: 15px;
  }

  .homedomainarea input:not([type="submit"]) {
    /* width: 83%; */
    padding: 20px;
    font-size: 18px;
  }

  .homedomainarea input[type="submit"] {
    width: 110px;
    font-size: 14px;
    padding: 19px 0px;
    margin-left: -115px;
  }

  .spottlds {
    width: 30%;
    border: none;
    text-align: center;
  }

  .spottlds img {
    float: none;
  }

  .homedomainarea h4 {
    font-size: 18px;
  }

  #home .pakettitle {
    margin-top: 0px;
  }

  .tableslogan {
    font-size: 18px;
  }

  .anascriptlist {
    margin-bottom: 25px;
  }

  .musyorum {
    font-size: 15px;
  }

  .istatistik h2 {
    font-size: 18px;
  }

  .istatistik h1 {
    font-size: 36px;
  }

  .ebulten {
    background-size: auto 100%;
  }

  .footer {
    padding: 30px 0;
  }

  .footslogan h4 {
    font-size: 18px;
  }

  .footslogan h2 {
    font-size: 24px;
    margin-top: 10px;
  }

  .footcopyright {
    text-align: center;
  }

  .fullwidthhead {
    text-align: center;
  }

  #mobmenu #megamenu {
    position: relative;
    padding: 0px;
    margin-top: 0px;
    background-size: auto;
  }

  #mobmenu #megamenuservice {
    width: 44%;
  }

  #mobmenu #megamenuservice a {
    color: var(--color2);
  }

  #mobmenu #megamenuservice .padding20 {
    padding: 5px;
  }

  #mobmenu #megamenu h4 {
    color: var(--color2);
  }

  #fullwidth #mobmenu {
    position: relative;
    float: left;
  }

  #fullwidth #mobmenu .headbutonlar {
    margin-top: 0px;
  }

  #fullwidth #mobmenu .headbutonlar a {
    float: left;
    color: white;
    border-bottom: 0.1em solid #0000001a;
    font-size: 13px;
    margin: 0px;
    width: 48%;
    padding: 12px 0px;
    border-radius: 0px;
  }

  #fullwidth #mobmenu #megamenuservice a {
    color: #ffffffd6;
  }

  #fullwidth #mobmenu .padding30 {
    text-align: center;
    padding: 20px 5px;
  }

  #fullwidth #mobmenu #megamenuservice .padding20 {
    padding: 10px 7px;
    display: inline-block;
  }

  #fullwidth #mobmenu .digerhmzinfo {
    float: none;
    padding: 15px;
    width: 100%;
    position: relative;
    display: inline-block;
  }

  .anatanitim {
    background-size: auto;
    padding-bottom: 60px;
    padding-top: 50px;
  }

  .anatanitim .gonderbtn {
    float: left;
    margin-top: 10px;
    font-size: 16px;
    width: 200px;
    margin-right: 0px;
  }

  .anatanitim video {
    width: 320%;
    background: #000;
  }

  .tanslogan {
    margin-top: 30px;
    width: 96%;
    margin-left: 10px;
  }

  .tanslogan {
    margin-top: 0px;
    width: 100%;
    margin-left: 0px;
    font-size: 15px;
    position: relative;
  }

  #fullwidth .anatanitim #wrapper {
    width: 90%;
  }

  .domainozellikler {
    background-size: auto 100%;
  }

  .domainsec .ui-accordion .ui-accordion-content {
    padding: 15px 0px;
  }

  .domainsec select {
    width: 98%;
  }

  #checkButton {
    /* border: 0px; */
    /* background-color: #8BC34A; */
    /* border-radius: 2.20588rem; */
    /* color: #FFFFFF; */
    /* margin-left: auto; */
    /* padding: 18px 0px; */
    /* position: relative; */
    /* margin-top: 0px; */
    /* margin-bottom: 10px; */
    /* display: inline-block; */
    /* cursor: pointer; */
    /* -webkit-transition: all 0.4s ease; */
    -o-transition: all 0.4s ease;
    /* transition: all 0.4s ease; */
    /* width: 150px; */
    /* font-size: 16px; */
  }

  #megamenu #kurumsalmenulinks {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
  }

  #corporatemenu {
    background-size: auto 100%;
  }

  .cd-top {
    height: 40px;
    width: 40px;
    bottom: 20px;
    right: 20px;
  }

  .tescilucretleri table tr td {
    padding: 10px 0px;
    font-size: 13px;
  }

  .tescilucretleri table tr th {
    padding: 10px 0px;
    font-size: 14px;
  }

  .tescilucretleri h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .langandcur h4 {
    font-size: 19px;
  }

  .captcha-content {
    width: 250px;
    transform: scale(0.8);
    margin-left: -20px;
  }

  .content-updown .tablepaket select {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/* #mobile-device-end */

/* #other-mobile-device{clear:both} */
@media only screen and (max-width: 374px) {
  .slidetext-container {
    margin-top: 65%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slidetext-container {
    margin-top: 30%;
  }
}

@media only screen and (min-width: 568px) and (max-height: 320px) {
  .slidetext-container {
    margin-top: 30%;
  }

  .slidetext-container h1 {
    font-size: 18px;
  }

  .slidetext-container p {
    width: 100%;
    font-size: 14px;
  }

  #largeredbtn {
    padding: 5px 40px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 665px) and (max-width: 759px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }

  .slidetext-container {
    width: 90%;
    margin-top: 30%;
  }

  .slidetext-container h1 {
    font-size: 22px;
  }

  .slidetext-container p {
    width: 100%;
    font-size: 16px;
  }

  #largeredbtn {
    padding: 5px 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1023px) {
  .mioslidertext {
    color: #fff;
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1248px) {
  #wrapper {
    width: 95%;
  }
}

@media only screen and (min-width: 665px) and (max-width: 759px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 950px) and (max-width: 1156px) {
  #fullwidth .menu li a {
    padding: 0px 25px;
  }

  .menu li a {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media only screen and (min-width: 1023px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
    border-radius: 7px;
  }
}

@media only screen and (max-width: 1025px) and (min-width: 320px) {
  .invoiceremind {
    margin-bottom: 15px;
    font-size: 13px;
  }

  .invoiceremind h4 {
    font-size: 16px;
  }

  .invoiceremind .lbtn {
    float: none;
    margin-top: 7px;
  }

  .invoiceremind .padding20 {
    padding: 15px;
  }
}

/*  #Other-media-mobile-devices-end */

.domname {
  font-weight: 600;
  /* color: var(--bs-gray-600); */
}

.uzantibox:hover .domdiscount {
  background: var(--color1);
  color: #fff;
}

div#group_hosting {
  background: url(../images/bg/bg4.png) no-repeat scroll 50% 110%;
  /* background-size: cover; */
  padding-bottom: 50px;
  /* background-color: var(--yesil16); */
  margin: 0 0;
}

.tablepaket .old-price {
  float: none;
  text-decoration: line-through;
  margin-right: 5px;
}

.tablepaket .tpaketslogan {
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 14px;
}

.tablepaket .tpaketperiod {
  float: none;
  width: auto;
  color: var(--text-color);
  font-size: 15px;
}

.tld-info {
  padding-left: 10px;
}

.section-title {
  font-size: 34px;
}

.theme {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  transition: all 0.3s ease-out;
  margin-bottom: 30px;
}

.theme-image,
.listImage.referansImage {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  max-height: 350px !important;
  position: relative;
}

.detailImage.referansImage {
  max-height: 750px !important;
  overflow-x: hidden;
  overflow-y: scroll;
  /* border: 1px solid #ededed; */
  border-radius: 4px;
  scrollbar-width: thin;
  scrollbar-color: var(--color1) #f1f3f5;
}

.theme:hover {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1) !important;
}

h3.theme-name {
  color: var(--text-color-dark);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
}

.theme-description {
  padding: 20px;
  text-align: center;
  /* background-color: var(--yesil3); */
  /* border-top: 1px solid #f1f1f1; */
}

.theme .theme-image img,
.listImage.referansImage img {
  transform: translateX(0) translateY(0);
  transition: all 3s linear;
}

.theme:hover .theme-image img,
.anascriptlist:hover .listImage.referansImage img {
  transform: translateX(0) translateY(calc(-100% + 350px));
}

.detailImage .referansImage img {
  transition: all 6s linear;
  width: 100%;
}

.detailImage.referansImage:hover img {
  transform: none;
}

h3.theme-name span {
  font-size: 11px;
  display: block;
}

.theme .theme-image span {
  color: #fff;
  background-color: var(--color2);
  border-radius: 3px;
  /* display: none; */
  font-size: 11px;
  float: left;
  text-shadow: none;
  text-transform: uppercase;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  margin-right: 2px;
  position: absolute;
  z-index: 4;
  top: 16px;
  left: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.theme .theme-image span.badge-featured {
  right: -25px;
  transform: rotate(45deg);
  background-color: #fe4444;
  padding: 0 20px;
  left: auto;
  top: 20px;
}

.theme-item {
  padding: 0 15px;
}

.theme-container {
  padding-top: 20px;
}

.footer-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footblok .shop-demo {
  background: var(--color1);
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  border: 1px solid var(--color1);
  /* display: block; */
}

.footblok .shop-demo span {
  font-size: 12px;
}

.footblok .shop-demo span b {
  font-size: 14px;
}

.footblok .shop-demo i {
  transition: all 0.3s ease-in-out;
}

.footblok .shop-demo i:last-child {
  margin-left: 10px;
}

.footblok .shop-demo:hover {
  padding-left: 15px;
  background-color: #006f6d;
  border: 1px solid #fff;
}

.footblok .shop-demo:hover i:last-child {
  margin-left: 15px;
  margin-right: -5px;
}

.footinfos a {
  color: #ffffff80;
}

.header:not(.homepage) {
  margin-bottom: 50px;
}

footer:not(.homepage):not(.contact) {
  margin-top: 50px;
}

#header-logo img {
  max-width: 150px;
}

.ui-accordion-header .ui-icon {
  float: right;
  /* position: relative; */
  /* display: inline-block; */
  /* text-rendering: auto; */
  /* -webkit-font-smoothing: antialiased; */
  background: none !important;
  text-indent: initial !important;
  margin-top: 0px !important;
}

.ui-accordion-header .ui-icon:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\2b";
  /* font-weight: 400; */
  /* width: 10px; */
  /* color: red; */
}

.ui-accordion-header.ui-state-active .ui-icon:before {
  content: "\f068";
}

.sunucular table thead {
  background: var(--yesil5);
}

.sunucular table th {
  background: var(--yesil3);
  color: var(--text-color-dark);
  text-align: center;
}

.moderncliendblock {
  box-shadow: none;
  /* width: 100%!important; */
}

.mpanelbtns {
  box-shadow: none !important;
}

.mpanelbtns ul li:last-child a {
  border-bottom: none;
}

#muspanel .moderncliendblock {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.sepetright .gonderbtn:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f058";
  margin-right: 10px;
}

.mpaneltitle h4 a:hover {
  color: var(--color1);
}

.mpanelbtns a:hover {
  color: var(--color1);
}

.mclientlastblocks .mpaneltitle .sbtn {
  background: var(--color2) !important;
  color: #fff;
}

#clientAreaMenus-2 .inner {
  padding-inline-start: 0;
  border-bottom: 1px solid #eee;
}

ul.tab li a:not(.active):hover {
  color: var(--text-color-dark);
  background: #fff;
}

#clientAreaMenus-2 #active {
  background: var(--color1);
  color: #fff;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .border-md-left {
    border-left: 1px solid #ededed;
    padding-left: 20px;
  }

  .border-md-right {
    border-right: 1px solid #ededed;
    padding-right: 20px;
  }
}

.list > a {
  display: block;
}

.listImage {
  max-height: 250px;
  overflow: hidden;
}

.list:hover img {
  transform: scale(1.1);
}

.anascriptlist .currposleft {
  font-size: 18px;
}

.anascriptlist .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 15px; */
  border-top: 1px solid #ededed;
}

.anascriptlist .card-footer a {
  display: block;
  width: 50%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}

.anascriptlist .card-footer a + a {
  border-left: 1px solid #ededed;
}

.anascriptlist .card-footer a:not(.btn):hover {
  background: var(--color1);
  color: #fff;
}

body.hosting-products .header,
body.domain .header,
body.cloudBackup .header,
body.sms-products .header {
  margin-bottom: 0;
}

.breadcrumb-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}

body.hosting-products .header .breadcrumb-container,
body.domain .header .breadcrumb-container,
body.cloudBackup .header .breadcrumb-container,
body.sms-products .header .breadcrumb-container {
  display: none;
}

body.hosting-products .main-hero,
body.cloudBackup .main-hero {
  margin-bottom: 50px;
}

.bgimg {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.bg1 {
  background-image: url(../images/bg/bg1.png);
}

.bg1.withGradient {
  background-image: url(../images/bg/bg1.png), linear-gradient(var(--yesil16) 0%, #ffffff 100%);
}

.bg1.withGradientReverse {
  background-image: url(../images/bg/bg1.png), linear-gradient(#ffffff 0%, var(--yesil16) 100%);
}

.bg2 {
  background-image: url(../images/bg/bg2.png);
  background-position-y: -5px;
}

.bg2.withGradient {
  background-image: url(../images/bg/bg2.png), linear-gradient(var(--yesil16) 0%, #ffffff 100%);
}

.bg2.withGradientReverse {
  background-image: url(../images/bg/bg2.png), linear-gradient(#ffffff 0%, var(--yesil16) 100%);
}

.bg3 {
  background-image: url(../images/bg/bg3.png);
  background-position-y: calc(100% + 45px);
}

.bg3.withGradient {
  background-image: url(../images/bg/bg3.png), linear-gradient(var(--yesil16) 0%, #ffffff 100%);
}

.bg3.withGradientReverse {
  background-image: url(../images/bg/bg3.png), linear-gradient(#ffffff 0%, var(--yesil16) 100%);
}

.bg4 {
  background-image: url(../images/bg/bg4.png);
  background-position-y: calc(100% + 10px);
}

.bg4.withGradient {
  background-image: url(../images/bg/bg4.png), linear-gradient(var(--yesil16) 0%, #ffffff 100%);
}

.bg4.withGradientReverse {
  background-image: url(../images/bg/bg4.png), linear-gradient(#ffffff 0%, var(--yesil16) 100%);
}

.bg5 {
  background-image: url(../images/bg/bg5.png);
}

.bg5.withGradient {
  background-image: url(../images/bg/bg5.png), linear-gradient(var(--yesil16) 0%, #ffffff 100%);
}

.bg5.withGradientReverse {
  background-image: url(../images/bg/bg5.png), linear-gradient(#ffffff 0%, var(--yesil16) 100%);
}

.bg6 {
  background-image: url(../images/bg/bg6.png);
}

.bg6.withGradient {
  background-image: url(../images/bg/bg6.png), linear-gradient(var(--yesil4) 0%, #ffffff 100%);
}

.bg6.withGradientReverse {
  background-image: url(../images/bg/bg6.png), linear-gradient(#ffffff 0%, var(--yesil4) 100%);
}

.ozellik.box {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  height: 100%;
  position: relative;
}

.ozellik.box:hover {
  border-color: transparent;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.ozellik.box h4 {
  font-size: 20px;
}

.ozellik.box .servisinfos {
  margin-bottom: 0;
}

.ozellik.box span.servisikonalt {
  background: none;
  color: var(--text-color-dark);
}

.hoverBgYesil .ozellik:hover .servisikon {
  background: var(--color2);
}

.ozellik.box .servisikon {
  font-size: 50px;
}

.ozellik.box .servisikon svg {
  width: 60px;
  height: 60px;
  fill: var(--color2);
  line-height: 60px;
  margin-top: -10px;
}

.largeIcons .ozellik.box .servisikon {
  width: 120px;
  height: 120px;
}

.largeIcons .ozellik.box .servisikon svg,
.largeIcons .ozellik.box .servisikon i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-top: 0;
}

.largeIcons .ozellik.box .servisikon i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-top: 0;
}

.smallIcons .ozellik.box .servisikon {
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.smallIcons .ozellik.box .servisikon svg {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.smallIcons .ozellik.box .servisinfos {
  width: calc(100% - 60px);
}

.ozellik.box:hover .servisikonalt i {
  color: #fff;
}

.ozellik.box:hover .servisikon svg {
  fill: #ffffff;
}

.topIcons .ozellik.box .servisikon {
  margin-top: -60px;
  margin-bottom: 20px;
}

.topIcons .ozellik.box {
  margin-bottom: 35px;
  height: auto;
}

.topIcons .ozellik.box .servisinfos {
  width: 100%;
}

.ozellik.box .stepNumber {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 100%;
  background-color: var(--color2);
  /* position: absolute;*/
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-weight: 800;
  /*left: -13px;
    top: -12px;*/
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* button */
/*::-webkit-scrollbar-button {
    background: #ededed;
}*/
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color1);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color2);
}

/* Track */
::-webkit-scrollbar-track {
  background: #ededed;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000;
}
/* Corner */
::-webkit-scrollbar-corner {
  background: var(--color1);
}

/* Resizer */
/*::-webkit-resizer {
    background: var(--color1);
}*/

.bg-yesil-acik {
  background-color: var(--yesil16);
}

.domainQuery .input-group-text {
  background: transparent;
  /* margin: 1px; */
  /* border-color: var(--color1); */
}

.domainQuery:focus .input-group-text {
  border-color: var(--color1);
}

.uzantibox span.tldName {
  font-size: 26px;
  font-weight: 900;
  color: #000;
  display: block;
  max-height: 30px;
}

.lookcolumlist {
  display: flex;
  float: none !important;
  flex-wrap: wrap;
  padding: 5px 0;
}

.tldlistfoot {
  justify-content: end;
}

.nav-pills.pills-color1 .nav-link.active,
.nav-pills.pills-color1 .show > .nav-link {
  background-color: var(--color1);
  color: var(--bs-nav-pills-link-active-color);
}

.nav-pills.pills-color2 .nav-link.active,
.nav-pills.pills-color2 .show > .nav-link {
  background-color: var(--color2);
}

.nav-default .nav-link {
  color: var(--text-color-dark);
}

.nav-default .nav-link:focus,
.nav-default .nav-link:hover {
  color: var(--color1);
}

.nav-pills.pills-color1 .nav-link,
.nav-pills.pills-color2 .nav-link {
  background-color: var(--yesil16);
  color: var(--text-color-dark);
}

.nav-pills.pills-color1 .nav-link.active,
.nav-pills.pills-color1 .show > .nav-link,
.nav-pills.pills-color1 .nav-link:focus,
.nav-pills.pills-color1 .nav-link:hover {
  background-color: var(--color1);
  color: var(--bs-nav-pills-link-active-color);
}

.nav-pills.pills-color2 .nav-link.active,
.nav-pills.pills-color2 .show > .nav-link,
.nav-pills.pills-color2 .nav-link:focus,
.nav-pills.pills-color2 .nav-link:hover {
  background-color: var(--color2);
  color: var(--bs-nav-pills-link-active-color);
}

.form-imagecheck {
  position: relative;
  margin: 0;
  cursor: pointer;
  max-width: 155px;
}

.form-imagecheck-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-imagecheck-figure {
  position: relative;
  display: block;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #e6e7e9;
  border-radius: 3px;
  max-height: 200px;
  overflow: hidden;
}

.form-imagecheck-input:focus ~ .form-imagecheck-figure {
  border-color: var(--color1);
  box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
}

.form-imagecheck-input:checked ~ .form-imagecheck-figure {
  border-color: var(--color1);
}

.form-imagecheck-figure:before {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 1;
  display: block;
  width: 1rem;
  height: 1rem;
  color: #fff;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  border: 1px solid #e6e7e9;
  border-radius: 3px;
  transition: opacity 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .form-imagecheck-figure:before {
    transition: none;
  }
}

.form-imagecheck-input:checked ~ .form-imagecheck-figure:before {
  background-color: var(--color1);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
  background-repeat: repeat;
  background-position: center;
  background-size: 1rem;
  border-color: rgba(97, 104, 118, 0.16);
}

.form-imagecheck-input[type="radio"] ~ .form-imagecheck-figure:before {
  border-radius: 50%;
}

.form-imagecheck-input[type="radio"]:checked ~ .form-imagecheck-figure:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e");
}

.form-imagecheck-image {
  max-width: 100%;
  display: block;
  opacity: 0.64;
  transition: all 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .form-imagecheck-image {
    transition: none;
  }
}

.form-imagecheck-image:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.form-imagecheck-image:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.form-imagecheck-input:checked ~ .form-imagecheck-figure .form-imagecheck-image,
.form-imagecheck-input:focus ~ .form-imagecheck-figure .form-imagecheck-image,
.form-imagecheck:hover .form-imagecheck-image {
  opacity: 1;
  /* transform: scale(1.5); */
  /* transform-origin: top; */
}

.form-imagecheck-caption {
  padding: 0.25rem;
  font-size: 0.765625rem;
  color: #616876;
  text-align: center;
  transition: color 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .form-imagecheck-caption {
    transition: none;
  }
}

.form-imagecheck-input:checked ~ .form-imagecheck-figure .form-imagecheck-caption,
.form-imagecheck-input:focus ~ .form-imagecheck-figure .form-imagecheck-caption,
.form-imagecheck:hover .form-imagecheck-caption {
  color: #1d273b;
}

.couponCode {
  display: inline-block;
  background: #f9f9f9;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px dashed #ccc;
  box-shadow: 0 0 0 3px #f9f9f9;
  font-weight: 700;
}

.extraDiscount {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 4px;
  /* width: 50px; */
  /* height: 50px; */
  background: var(--color1);
  line-height: 10px;
  color: #fff;
  padding: 5px;
  /* font-size: 20px; */
  font-weight: 600;
  /* -webkit-font-smoothing: antialiased; */
  /* font-family: Arial,Helvetica,sans-serif; */
}

.tablepopular.right {
  left: auto;
  right: -52px;
  transform: rotate(40deg);
  background: var(--color2);
}

.main-hero.noBgImage {
  background-image: none;
}

.nav.nav-tabs.tabs-color1 .nav-link.active {
  color: var(--color1);
  /* border-width: 0; */
  /* border-bottom-width: 5px; */
  /* border-bottom-color: var(--color1); */
  /* margin-bottom: -3px; */
  border-top-color: var(--color1);
  border-top-width: 3px;
  margin-top: -2px;
}

@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
}

/** TimeLine **/
.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
  /* flex-wrap: wrap; */
}

.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  /* border-radius: 6px; */
  align-self: center;
  /* width: 50vw; */
}

.timeline__event:nth-child(2n + 1) {
  flex-direction: row-reverse;
}

.timeline__event__content:before {
  /* width: calc(100% - 60px); */
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
}

.timeline__event:nth-child(2n + 1) .timeline__event__content:before {
  left: auto;
  right: 0;
}

.timeline__event:nth-child(2n + 1) .timeline__event__date {
  border-radius: 6px;
}

.timeline__event:nth-child(2n + 1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}

.timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
  animation: fillTop 2s forwards 4s ease-in-out;
  display: none;
}

.timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
  animation: fillLeft 2s forwards 4s ease-in-out;
  display: none;
}

.timeline__event__title {
  font-size: 1.6rem;
  line-height: 1.4;
  /* text-transform: uppercase; */
  font-weight: 600;
  /* letter-spacing: 1.5px; */
}

.timeline__event__content {
  padding: 20px;
  /* box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025); */
  /* background: #fff; */
  width: calc(40vw - 84px);
  /* border-radius: 0 6px 6px 0; */
  vertical-align: middle;
  align-content: center;
  /* align-self: stretch; */
  justify-content: center;
  flex-direction: column;
  display: flex;
  /* border-top: 2px solid; */
  position: relative;
}

.timeline__event__date {
  color: #f1c13b;
  font-size: 1.5rem;
  font-weight: 600;
  /* background: #f1c13b; */
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0;
  border-radius: 6px 0 0 6px;
}

.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20px;
  /* align-self: center; */
  margin: 0 0 20px 0;
  background: #f1c13b;
  border-radius: 100%;
  width: 40px;
  /* box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025); */
  padding: 40px;
  height: 40px;
  position: relative;
}

.timeline__event__icon i {
  font-size: 32px;
}

.timeline__event__icon:before {
  content: "";
  width: 2px;
  /* height: 250%; */
  background: #f1c13b;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
  animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f1c13b;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
  animation: fillLeftOdd 2s forwards 4s ease-in-out;
  display: none;
}

.timeline__event__description {
  /* flex-basis: 100%; */
}

.timeline__event--type1 .timeline__event__icon,
.timeline__event--type1 .timeline__event__icon:before,
.timeline__event--type1 .timeline__event__icon:after {
  background: #f1c13b;
}

.timeline__event--type1 .timeline__event__title {
  color: #f1c13b;
}

.timeline__event--type2 .timeline__event__icon,
.timeline__event--type2 .timeline__event__icon:before,
.timeline__event--type2 .timeline__event__icon:after,
.timeline__event--type3 .timeline__event__content:before {
  background: #d15b23;
}

.timeline__event--type2 .timeline__event__title {
  color: #d15b23;
}

.timeline__event--type2 .timeline__event__content:before {
  background: linear-gradient(-90deg, #f1c13b, #d15b23);
}

.timeline__event--type3 .timeline__event__icon,
.timeline__event--type3 .timeline__event__icon:before,
.timeline__event--type3 .timeline__event__icon:after {
  background: #85b8f3;
}

.timeline__event--type3 .timeline__event__title {
  color: #85b8f3;
}

.timeline__event--type3 .timeline__event__content:before {
  background: linear-gradient(90deg, #d15b23, #85b8f3);
}

.timeline__event--type4 .timeline__event__icon,
.timeline__event--type4 .timeline__event__icon:before,
.timeline__event--type4 .timeline__event__icon:after {
  background: #f7ba48;
}

.timeline__event--type4 .timeline__event__title {
  color: #f7ba48;
}

.timeline__event--type4 .timeline__event__content:before {
  background: linear-gradient(-90deg, #85b8f3, #f7ba48);
}

.timeline__event--type5 .timeline__event__icon,
.timeline__event--type5 .timeline__event__icon:before,
.timeline__event--type5 .timeline__event__icon:after {
  background: #85d17b;
}

.timeline__event--type5 .timeline__event__title {
  color: #85d17b;
}

.timeline__event--type5 .timeline__event__content:before {
  /* background: linear-gradient(90deg, #f7ba48,#85d17b); */
}

.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

.slick-prev,
.slick-next {
  z-index: 3;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  background: #fff !important;
  border-radius: 100%;
  padding: 3px !important;
  text-align: center;
  display: inline-block;
}

.slick-prev:before,
.slick-next:before {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  font-size: 50px !important;
  top: 4px !important;
  left: 0px !important;
  position: absolute;
  color: var(--color1) !important;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: var(--color2) !important;
}

.slick-prev {
  left: -35px !important;
}

.slick-next {
  right: -35px !important;
}

/** Product Comparison **/
.comparisonTable {
  /* background: #fff; */
  border-radius: 10px;
}

.comparisonTable .top-info {
  /* max-width: 250px; */
  /* vertical-align: middle; */
  display: flex;
  /* align-items: center; */
  align-self: center;
  justify-content: center;
  flex-direction: column;
  /* height: 125px!important; */
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  border: 1px solid var(--yesil16);
  border-bottom: 3px solid var(--color1);
  min-height: 100%;
}

.comparisonTable .top-info h3 {
  /* padding: 1.25em 0 0.625em; */
  font-weight: bold;
  font-size: 1.4rem;
  color: var(--text-color-dark);
}

.comparisonTable .top-info.popular {
  background: var(--yesil3);
}

.comparisonTable .top-info img {
  max-height: 55px;
}

.comparisonTable .ctFeatures .top-info {
  /* max-width: 250px; */
  background: transparent;
  /* margin-right: 10px; */
  background: #ecf8f4;
  text-align: left;
  padding-left: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  display: none;
  /* border-bottom-color: transparent; */
}

.ctHeader {
  position: sticky;
  top: -1px;
  z-index: 2;
  /* box-shadow: 0 3px 3px -2px rgba(0,0,0,.075)!important; */
  border-radius: 10px 10px 0 0;
  /* padding: 10px 10px 0 10px; */
  /* background: #ecfaf5; */
}

/*.ctHeader[is-sticky]{
   background: red;
}*/
.ctBody {
  /* padding:0 10px 10px 10px; */
  /* background: #fff; */
}

.ctFeatures {
  text-align: left;
  /* padding: 5px; */
  padding-top: 0;
  /* background: #fff; */
}

.ctProduct {
  text-align: center;
  padding: 5px;
  padding-top: 0;
}

.ctHeader .ctFeatures,
.ctHeader .ctProduct {
  /* border-bottom: 4px solid var(--color); */
  /* padding: 5px; */
  padding-bottom: 0;
}

.ctProductsWrapper {
  /* border-radius:10px; */
  /* overflow: hidden; */
}

.ctHeader .ctProductsWrapper {
  /* box-shadow: 0 3px 3px -2px rgba(0,0,0,.075)!important; */
  /* background: #fff; */
  /* border-radius: 10px 10px 0 0; */
}

.ctBody .ctProductsWrapper {
  /* border-radius: 0 0 10px 10px; */
}

.ctProduct .amount_spot_price {
  color: var(--color1);
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
}

.ctProduct .oldPrice {
  font-size: 14px;
  /* position: absolute; */
  /* top: 0; */
}

.ctProduct .oldPrice .old-price {
  text-decoration: line-through;
  margin-right: 5px;
}

.ctProduct .top-info h3 + .oldPrice {
  margin-top: 15px;
  margin-bottom: -15px !important;
}

.ctProduct .top-info h3 + .amount_spot_price {
  margin-top: 33px;
}

.ctProduct .amount_spot_price .tpaketperiod {
  display: block;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 500;
}

.ctFeaturesList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  border-radius: 0 0 5px 5px;
  background: #fff;
  border: 1px solid var(--yesil16);
}

.ctFeatures .ctFeaturesList {
  border: 0;
  /* border-radius: 5px 0 0 5px; */
  /* box-shadow: 5px 0 15px -10px rgba(0,0,0,0.1); */
  background: transparent;
}

.ctProduct .ctFeaturesList {
  background: #fff;
}

.ctProduct.popular .ctFeaturesList {
  background: var(--yesil3);
}

.ctFeaturesList li {
  /* font-size: 1.4rem; */
  font-weight: 500;
  padding: 10px 5px;
  /* border: 0; */
  /* border-color: var(--yesil4); */
  /* border-style: solid; */
  /* border-top-width: 1px; */
  /* border-right-width: 1px; */
  /* border-top: 1px solid black; */
}

.ctFeaturesList li + li {
  border-top: 1px solid var(--yesil16);
}

.ctFeatures .ctFeaturesList li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ctProductColumns .slick-prev,
.ctProductColumns .slick-next {
  z-index: 3;
}

.ctProductColumns .slick-prev {
  left: -13px;
}

.ctProductColumns .slick-next {
  right: -13px;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
  }

  .timeline__event__content {
    width: 100%;
  }

  .timeline__event__icon {
    /* border-radius: 6px 6px 0 0; */
    /* width: 100%; */
    /* margin: 0; */
    box-shadow: none;
  }

  .timeline__event__icon:before,
  .timeline__event__icon:after {
    display: none;
  }

  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }

  .timeline__event:nth-child(2n + 1) {
    flex-direction: column;
    align-self: center;
  }

  .timeline__event:nth-child(2n + 1) .timeline__event__date {
    /* border-radius: 0; */
    padding: 20px;
  }

  .timeline__event:nth-child(2n + 1) .timeline__event__icon {
    /* border-radius: 6px 6px 0 0; */
    /* margin: 0; */
  }
}

@-webkit-keyframes fillLeft {
  100% {
    right: 100%;
  }
}

@keyframes fillLeft {
  100% {
    right: 100%;
  }
}

@-webkit-keyframes fillTop {
  100% {
    top: 100%;
  }
}

@keyframes fillTop {
  100% {
    top: 100%;
  }
}

@-webkit-keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}

@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}

.footer-grid {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

.footer-grid .footblok:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
  /* grid-column-start: 1; */
  /* grid-column-end: 4; */
}

#mio-cookie-popup .mio-cookie-popup__card {
  background: var(--color1) !important;
  border-radius: 5px;
  font-family: Quicksand, sans-serif;
}

#mio-cookie-popup button {
  font-family: Quicksand, sans-serif;
  background: var(--color2) !important;
  border-radius: 5px;
}

@media (min-width: 1025px) and (max-width: 1240px) {
  .menu > ul > li > a {
    padding-left: 10px;

    padding-right: 10px;

    font-size: 14px;
  }

  .sepeticon {
    margin-left: 10px;
  }
}

@media (max-width: 1150px) {
  .mainslide ul li p span {
    font-size: 12px;
    line-height: 14px;
  }

  .mainslide .slide-actions a,
  .mainslide .slide-actions a.notDefault {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .slick-prev {
    left: -15px !important;
  }

  .slick-next {
    right: -10px !important;
  }

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mainslide h3 {
    font-size: 2em;
    letter-spacing: -0.15rem;
    margin-top: 0;
  }

  .mainslide .slide-item {
    /* padding-top: 30px; */
    padding: 30px 0;
  }

  .mainslide .slide-item .col-md-6 > p {
    line-height: 18px;
    font-size: 14px;
  }

  .footer-grid {
    grid-template-columns: auto auto auto auto;
  }

  .footer-grid .footblok:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .ctFeaturesList {
    font-size: 14px;
  }

  .comparisonTable .top-info {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  #muspanel ul.tab {
    flex-wrap: wrap;
    padding-bottom: 5px;
  }

  #muspanel ul.tab li a {
    padding: 10px 5px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
  }

  .footer-grid {
    grid-template-columns: auto auto;
  }

  .footer-grid .footblok:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .mainslide .slide-item {
    padding-bottom: 100px;
  }

  .homedomainarea h4 {
    margin-bottom: 10px;
  }

  .breadcrumb-container {
    justify-content: center;
  }

  .breadcrumb-container .sayfabaslik {
    text-align: center;
  }

  .footinfos {
    margin-right: 0;
  }

  .detailImage.referansImage {
    max-height: 100% !important;
  }
}

@media (max-width: 575px) {
  .mpaneltitle {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .ctFeaturesList {
    font-size: 10px;
  }

  #header-logo img {
    max-width: 125px;
    height: auto;
  }

  .sepeticon {
    width: 75px;
  }

  .mainslide .slide-item {
    padding-bottom: 75px;
  }

  .slick-prev,
  .slick-next {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
  }

  .slick-prev:before,
  .slick-next:before {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 30px !important;
  }

  .tablepopular {
    /* position: absolute; */
    /* background: var(--color1); */
    /* color: white; */
    width: 110px;
    height: 60px;
    font-size: 11px;
    transform: rotate(-40deg);
    left: -40px;
    line-height: 92px;
    top: -20px;
  }
}

.domainslide .slick-slide > div {
  padding: 0 5px;
}

.block_module_details {
  width: 100% !important;
}

.block_module_details-title h4 {
  background: none !important;
  border-bottom: 2px solid var(--color1);
}

a.topNotifyClose {
  position: absolute;
  right: 10px;
  background: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

a.popupNotifyClose {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
}

div#popupNotify:not(.hidden) {
  position: fixed;
  max-width: 500px;
  max-height: 500px;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: scale(0) translate(-50%, -50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out 0s;
}

div#popupNotify.loaded:not(.hidden) {
  transform: scale(1) translate(-50%, -50%);
}

div#popupNotify.hidden,
div#topNotify.hidden {
  display: none;
}
