@charset "UTF-8";

html,
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  color: #262626;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #d7d7d7;
}

::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

::-webkit-scrollbar-thumb:hover {
  background: #b4b4b4;
}

.clear {
  clear: both;
}

input {
  font-family: "Montserrat", sans-serif;
}

* {
  outline: 0 !important;
  box-sizing: border-box;
}

a {
  color: var(--theme-link-color);
  transition: 0.3s all;
}

a:hover {
  text-decoration: none;
}

.modal span.title {
  color: var(--theme-link-color);
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
}

.modal button.modal-button {
  width: 100%;
  margin: 15px 0 0 0;
  border: 0;
  background: var(--theme-gradient);
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

header.header-top {
  background: transparent;
  color: #fff;
  line-height: 50px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

header.header-top button.nav-button {
  position: absolute;
  right: 15px;
  top: 15px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  line-height: 35px;
  padding: 0 15px;
  color: #fff;
}

header.header-top button.nav-button svg {
  height: 18px;
  margin-top: -2px;
}

header.header-top a {
  color: #fff;
}

header.header-top .top {
  line-height: 50px;
  font-size: 13px;
}

header.header-top .top svg {
  height: 14px;
  margin-top: -2px;
  margin-right: 7px;
}

header.header-top .top .left {
  float: left;
}

header.header-top .top .right {
  float: right;
}

header.header-top .top .right a {
  margin-left: 15px;
}

header.header-top .logo {
  float: left;
}

header.header-top .logo img {
  height: 36px;
  float: left;
  margin: 7px 0;
}

header.header-top .right {
  float: right;
}

header.header-top .right a.basket {
  display: block;
  float: left;
}

header.header-top .right a.basket svg {
  margin-top: -5px;
  height: 30px;
  margin-left: 30px;
}

header.header-top .right nav.menu {
  float: left;
  font-size: 14px;
  position: relative;
}

header.header-top .right nav.menu .nav-top {
  padding: 0 30px 10px 30px;
  color: var(--theme-link-color);
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
}

header.header-top .right nav.menu .nav-top .left {
  float: left;
}

header.header-top .right nav.menu .nav-top a {
  color: var(--theme-link-color);
  margin-right: 10px;
}

header.header-top .right nav.menu .nav-top svg {
  height: 14px;
  margin-top: -2px;
  margin-right: 5px;
}

header.header-top .right nav.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header.header-top .right nav.menu ul li {
  float: left;
  position: relative;
}

header.header-top .right nav.menu ul li.dropdown.mega {
  position: inherit;
}




header.header-top .right nav.menu ul li a {
  color: #fff;
  padding-left: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

header.header-top .right nav.menu ul li a span.nav-desc {
  background: #000;
  padding: 0 6px;
  font-size: 10px;
  line-height: 23px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
}

header.header-top .right nav.menu ul li a .nav-desc-div {
  float: right;
  width: 100%;
  text-align: center;
  margin-top: -23px;
  line-height: 23px;
}

header.header-top .right nav.menu ul li a svg {
  height: 14px;
  margin-top: -2px;
  margin-right: 10px;
}

header.header-top .right nav.menu ul li a:hover {
  text-decoration: none;
  transform: translateY(-5px);
}

header.header-top .right nav.menu ul li.dropdown {
  cursor: pointer;
}

header.header-top .right nav.menu ul li.dropdown ul.dropdown-menu.mega {
  left: 0;
  width: calc(100% - 30px);
  padding: 30px;
  position: absolute !important;
  line-height: 22px;
  font-size: 13px;
}


header.header-top .right nav.menu ul li.dropdown ul.dropdown-menu.mega .mega-text {
  border-right: 1px solid #f1f1f1f1;
}

header.header-top .right nav.menu ul li.dropdown ul.dropdown-menu.mega .mega-text img {
  max-width: 100%;
  margin-bottom: 25px;
}

header.header-top .right nav.menu ul li.dropdown ul.dropdown-menu.mega .mega-text h3 {
  font-size: 20px;
  color: var(--theme-link-color);
  margin-bottom: 15px;
  font-weight: 400;
}

header.header-top .right nav.menu ul li.dropdown ul.dropdown-menu.mega .mega-text p {
  color: #8b8b8b;
  margin: 0;
}

header.header-top .right nav.menu ul li.dropdown ul.dropdown-menu.mega .mega-menu h4 {
  margin-left: 16px;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

header.header-top .right nav.menu ul li.dropdown ul.dropdown-menu.mega .mega-menu a {
  color: var(--theme-link-color) !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 29px;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.9;
}

header.header-top .right nav.menu ul li.dropdown ul.dropdown-menu.mega .mega-menu a::before {
  content: "﹥ ";
}


header.header-top .right nav.menu ul li.dropdown ul.dropdown-menu.mega .mega-menu a:after {
  display: none !important;
}

header.header-top .right nav.menu ul li.dropdown a::after {
  content: '▼';
  margin-left: 5px;
  display: inline-block;
}

header.header-top .right nav.menu ul li.dropdown.drop-active ul {
  transform: scale(1);
}

header.header-top .right nav.menu ul li.dropdown ul {
  transition: 0.3s all;
  transform: scale(0);
  position: absolute;
  background: #fff;
  left: 30px !important;
  min-width: 400px;
  color: var(--theme-link-color);
  padding: 10px 20px;
  border-radius: 10px;
  border: 0;
  top: 50px !important;
  transform: translate3d(0, 0, 0) !important;
}

header.header-top .right nav.menu ul li.dropdown ul .box {
  width: 180px;
  float: left;
}

header.header-top .right nav.menu ul li.dropdown ul li {
  float: none;
  line-height: 40px;
}

header.header-top .right nav.menu ul li.dropdown ul li a {
  color: var(--theme-link-color);
  padding: 0;
}

header.header-top .right nav.menu ul li.dropdown ul li a::after {
  content: '';
}

header.header-top .right nav.menu ul li.dropdown-2 {
  cursor: pointer;
}

header.header-top .right nav.menu ul li.dropdown-2 a::after {
  content: '▼';
  margin-left: 5px;
  display: inline-block;
}

header.header-top .right nav.menu ul li.dropdown-2.drop-active ul {
  transform: scale(1);
}



header.header-top .right nav.menu ul li.dropdown-2 ul {
  transition: 0.3s all;
  transform: scale(0);
  position: absolute;
  background: #fff;
  left: 30px;
  min-width: 260px;
  color: var(--theme-link-color);
  padding: 10px 20px;
  border-radius: 10px;
}

header.header-top .right nav.menu ul li.dropdown-2 ul .box {
  width: 180px;
  float: left;
}

header.header-top .right nav.menu ul li.dropdown-2 ul li {
  float: none;
  line-height: 40px;
}

header.header-top .right nav.menu ul li.dropdown-2 ul li a {
  color: var(--theme-link-color);
  padding: 0;
}

header.header-top .right nav.menu ul li.dropdown-2 ul li a::after {
  content: '';
}


.container {
  position: relative;
}

.slider-top button.slick-prev.slick-arrow {
  display: none !important;
}

.slider-top button.slick-next.slick-arrow {
  display: none !important;
}

.slider-top .slider-item {
  position: relative;
}

.slider-top .slider-item .slider-image {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slider-top .slider-item .slider-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-top .slider-item .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-top .slider-item .slider-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--theme-gradient);
  opacity: 0.70;
}

.slider-top .slider-item .slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 1;
  height: calc(100vh - 100px);
}

.slider-top .slider-item .slider-content .content {
  max-width: 40vw;
}

.slider-top .slider-item .slider-content .content a.category {
  background: rgba(255, 255, 255, 0.15);
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
}

.slider-top .slider-item .slider-content .content a.category:hover {
  background: rgba(255, 255, 255, 0.25);
}

.slider-top .slider-item .slider-content .content h2 {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
}

.slider-top .slider-item .slider-content .content p {
  margin-bottom: 35px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.slider-top .slider-item .slider-content .content a.start-button {
  background: #fff;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--theme-link-color);
  font-weight: 600;
  border: 1px solid #fff;
}

.slider-top .slider-item .slider-content .content a.start-button:hover {
  background: transparent;
  color: #fff;
}

ul.slick-dots {
  position: absolute;
  top: 40%;
  left: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.slick-dots li {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #fff;
  margin: 5px 0;
  opacity: 0.5;
  transition: 0.3s all;
}

ul.slick-dots li.slick-active {
  opacity: 1;
}

ul.slick-dots li button {
  display: none !important;
}

.site-content {
  position: relative;
  z-index: 0;
  background: #000;
  width: calc(100vw + 4px);
  transform: translateX(-2px);
}

.site-content.index {
  margin-top: -130px;
  padding-top: 240px;
  background: url("../images/slider-background.svg") no-repeat;
  background-size: 100%;
  background-position: top;
}

.site-content .register-domain h2.title {
  font-size: 26px;
  font-weight: 700;
  color: #6b6b6b;
}

.site-content .register-domain span.desc {
  font-size: 20px;
  color: var(--theme-link-color);
}

.site-content .register-domain form .domain-input {
  padding: 20px 0;
}

.site-content .register-domain form .domain-input input[type="text"] {
  width: calc(100% - 100px);
  border: 1px solid var(--theme-link-color);
  line-height: 50px;
  padding: 0 30px;
  border-radius: 20px;
  font-size: 14px;
}

.site-content .register-domain form .domain-input input[type="submit"] {
  position: absolute;
  width: 160px;
  right: 0;
  border: 0;
  background: #01b8ac;
  color: #fff;
  line-height: 50px;
  border-radius: 20px;
  transition: 0.3s all;
  font-weight: 600;
  font-size: 15px;
}

.site-content .register-domain form .domain-input input[type="submit"]:hover {
  background: #006b64;
}

.site-content .register-domain form a {
  color: #01b8ac;
  font-weight: 600;
  font-size: 14px;
  padding-right: 20px;
}

.site-content .register-domain form .cards {
  padding-top: 20px;
  text-align: center;
}

.site-content .register-domain form .cards .label-content {
  width: 92px;
  border: 1px solid #d8d8d8;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  transition: 0.3s all;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}

.site-content .register-domain form .cards .label-content img {
  height: 26px;
  margin-bottom: 5px;
  transition: 0.3s all;
}

.site-content .register-domain form .cards .label-content span.price {
  display: block;
  color: #01b8ac;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s all;
}

.site-content .register-domain form .cards .label-content:hover {
  border-color: #01b8ac;
}

.site-content .register-domain .domain-right {
  text-align: center;
}

.site-content .register-domain .domain-right img {
  max-height: 100%;
}

.site-content .services {
  margin-top: 50px;
}

.site-content .services h2.title {
  font-size: 22px;
  font-weight: 700;
}

.site-content .services p.desc {
  max-width: 600px;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
}

.site-content .services .services-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px -15px 0 -15px;
}

.site-content .services .services-container .box {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  font-size: 13px;
}

.site-content .services .services-container .box .content {
  background: #fff;
  box-shadow: 0 0 15px -5px var(--theme-link-color);
  border-radius: 10px;
}

.site-content .services .services-container .box .content .icon {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  border-radius: 0 0 10px 10px;
  float: left;
  margin-left: 25px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.site-content .services .services-container .box .content .icon i {
  z-index: 9;
  font-size: 26px;
}

.site-content .services .services-container .box .content .icon svg {
  height: 35px;
  position: relative;
  z-index: 2;
}

.site-content .services .services-container .box .content .icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--theme-gradient);
  opacity: 0.6;
}

.site-content .services .services-container .box .content span.text-right {
  line-height: 80px;
  letter-spacing: 1.5px;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 12px;
}

.site-content .services .services-container .box .content .box-content {
  padding: 20px;
}

.site-content .services .services-container .box .content .box-content h3 {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.site-content .services .services-container .box .content:hover {
  background: var(--theme-gradient);
  color: #fff;
}

.site-content .services .services-container .box .content:hover .icon::after {
  background: #fff;
  opacity: 0.2;
}

.packets-div {
  text-align: center;
  margin-top: 70px;
  color: #7c7c7c;
}

.packets-div h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
}

.packets-div p.desc {
  max-width: 800px;
  font-size: 14px;
  line-height: 24px;
  margin: 10px auto 30px auto;
}

.packets-div .packets,
.packets-div .packets-content {
  position: relative;
}

.packets-div .packets button.slick-prev.slick-arrow,
.packets-div .packets button.slick-next.slick-arrow,
.packets-div .packets-content button.slick-prev.slick-arrow,
.packets-div .packets-content button.slick-next.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid red;
  background: transparent;
  border-radius: 40px;
  top: calc(50% - 20px);
  color: transparent;
  font-size: 0;
  transition: 0.3s all;
}

.packets-div .packets button.slick-prev.slick-arrow,
.packets-div .packets-content button.slick-prev.slick-arrow {
  left: -70px;
  background: url("../images/left-arrow.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.packets-div .packets button.slick-prev.slick-arrow:hover,
.packets-div .packets-content button.slick-prev.slick-arrow:hover {
  transform: translateX(-10px);
}

.packets-div .packets button.slick-next.slick-arrow,
.packets-div .packets-content button.slick-next.slick-arrow {
  right: -70px;
  background: url("../images/right-arrow.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.packets-div .packets button.slick-next.slick-arrow:hover,
.packets-div .packets-content button.slick-next.slick-arrow:hover {
  transform: translateX(10px);
}

.packets-div .packets .packet,
.packets-div .packets-content .packet {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  margin: 50px 15px;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: 0.3s all;
}

.packets-div .packets .packet h3,
.packets-div .packets-content .packet h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.packets-div .packets .packet img,
.packets-div .packets-content .packet img {
  margin: 20px 0;
  width: 100%;
}

.packets-div .packets .packet span.red,
.packets-div .packets-content .packet span.red {
  color: #ff0000;
  display: block;
  margin-bottom: 10px;
}

.packets-div .packets .packet span.red.left,
.packets-div .packets-content .packet span.red.left {
  text-decoration: line-through;
  float: left;
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 0;
}

.packets-div .packets .packet span.red.right,
.packets-div .packets-content .packet span.red.right {
  float: right;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.packets-div .packets .packet button.add-button,
.packets-div .packets-content .packet button.add-button {
  position: absolute;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  border: 0;
  bottom: -25px;
  left: calc(50% - 80px);
  border-radius: 50px;
  background: var(--theme-gradient);
  color: #fff;
  transition: 0.3s all;
}

.packets-div .packets .packet button.add-button svg,
.packets-div .packets-content .packet button.add-button svg {
  height: 14px;
  margin: -3px 5px 0 0;
}

.packets-div .packets .packet button.add-button:hover,
.packets-div .packets-content .packet button.add-button:hover {
  transform: scale(1.2);
}

.packets-div .packets .packet:hover,
.packets-div .packets-content .packet:hover {
  transform: scale(1.1);
}

.packets-div .packets-content .packet {
  margin: 30px 0;
}

.packets-div .more-button {
  color: #fff;
  background: var(--theme-gradient);
  border: 0;
  padding: 15px 50px;
  border-radius: 60px;
  margin-top: 60px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  transition: 0.3s all;
}

.packets-div .more-button:hover {
  transform: scale(1.1);
}

.info {
  background: var(--theme-gradient);
  color: #fff;
  padding: 60px 0;
  text-align: center;
  font-size: 14px;
  position: relative;
  margin-bottom: 80px;
}

.info::before {
  position: absolute;
  content: "";
  background: url("../images/info-bg.png");
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
}

.info .container {
  max-width: 900px;
  position: relative;
  z-index: 2;
}

.info .container p {
  margin-bottom: 50px;
}

.info .container h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
}

.info .container a.buy {
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.info .container a.buy:hover {
  background: rgba(255, 255, 255, 0.1);
}

.achievements .item {
  position: relative;
  border-bottom: 1px solid var(--theme-link-color);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.achievements .item .image {
  float: left;
  width: 80px;
  text-align: center;
  color: var(--theme-link-color);
}

.achievements .item .image img {
  height: 50px;
}

.achievements .item .text {
  float: right;
  width: calc(100% - 100px);
  font-size: 13px;
  color: var(--theme-link-color);
  font-weight: 500;
}

.achievements .item .text h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}

.hosting {
  padding: 50px 0;
  background: #f8f8f8 url("../images/hosting-bg.png") no-repeat;
  background-position: 30px center;
  background-size: 10%;
}


.hosting h2 {
  color: var(--theme-link-color);
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 20px;
}

.hosting .hosting-packets .hosting-packet {
  width: 25%;
  float: left;
  margin-bottom: 70px;
}

.hosting .hosting-packets .hosting-packet:nth-child(5n) {
  clear: both;
}

.hosting .hosting-packets .hosting-packet img {
  max-width: 100%;
  height: auto;
}

.hosting .hosting-packets .hosting-packet .buy {
  width: 160px;
  margin: 20px auto;
}

.hosting .hosting-packets .hosting-packet .buy span.price {
  background: #396caa;
  display: block;
  color: #fff;
  width: 88px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  float: left;
}

.hosting .hosting-packets .hosting-packet .buy a {
  display: block;
  color: #fff;
  width: 80px;
  float: left;
  background: var(--theme-link-color);
  line-height: 35px;
  border-radius: 5px;
  margin-left: -8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
  transition: 0.3s all;
}

.hosting .hosting-packets .hosting-packet .buy a:hover {
  transform: translateY(-5px);
}

.hosting .hosting-packets .hosting-packet.recommended {
  position: relative;
  z-index: 9;
  transform: scale(1.1);
  background: #f4f4f4;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.hostingozellikler {
  max-width: 1140px;
  margin: 30px auto 0;
  padding: 0 20px;
  float: none;
  text-align: center;
}

.hosting .hosting-packets .hosting-packet.recommended .hp-content {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

.hosting .hosting-packets .hosting-packet.recommended h4.hosting-title {
  background: transparent;
  color: var(--theme-link-color);
}

.hosting .hosting-packets .hosting-packet.recommended span.rec {
  font-size: 13px;
  text-align: center;
  display: block;
  color: #396caa;
}

.hosting .hosting-packets .hosting-packet:first-child h4.hosting-title {
  padding-bottom: 10px;
  border-top-left-radius: 15px;
}

.hosting .hosting-packets .hosting-packet:first-child .hp-content {
  margin-top: -10px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.hosting .hosting-packets .hosting-packet:last-child h4.hosting-title {
  padding-bottom: 10px;
  border-top-right-radius: 15px;
}

.hosting .hosting-packets .hosting-packet:last-child .hp-content {
  margin-top: -10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.hosting .hosting-packets .hosting-packet h4.hosting-title {
  background: var(--theme-link-color);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 45px;
  margin: 0;
}

.hosting .hosting-packets .hosting-packet .hp-content {
  background: #f4f4f4;
  padding: 10px 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.hosting .hosting-packets .hosting-packet .hp-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #545454;
}

.hosting .hosting-packets .hosting-packet .hp-content ul li {
  line-height: 40px;
}

.hosting .hosting-packets .hosting-packet .hp-content ul li:last-child {
  border-bottom: 0;
}

.questions {
  margin-bottom: 100px;
}

.questions h3.title {
  font-size: 16px;
  font-weight: 800;
  color: var(--theme-link-color);
  margin-bottom: 15px;
}

.questions p {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #545454;
  letter-spacing: 0.1px;
}

.dealer {
  color: #fff;
  background: var(--theme-gradient);
  padding: 60px 0;
  font-size: 24px;
  margin-bottom: 100px;
}

.dealer h2 {
  font-size: 30px;
  font-weight: 800;
}

.dealer a.start-button {
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
  font-size: 14px;
  color: var(--theme-link-color);
  line-height: 50px;
  padding: 0 60px;
  border-radius: 50px;
  font-weight: 500;
  top: calc(50% - 25px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
}

.dealer a.start-button:hover {
  background: transparent;
  color: #fff;
}

.last-blog-posts h2 {
  text-align: center;
  color: var(--theme-link-color);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
}

.last-blog-posts button.slick-prev {
  display: none !important;
}

.last-blog-posts button.slick-next {
  display: none !important;
}

.last-blog-posts .blog-posts-slick {
  margin-left: -15px;
  margin-right: -15px;
}

.last-blog-posts .post {
  font-size: 14px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.last-blog-posts .post h3 {
  font-size: 16px;
  color: var(--theme-link-color);
  font-weight: 700;
  margin-bottom: 10px;
}

.last-blog-posts .post .image {
  position: relative;
  margin-bottom: 15px;
}

.last-blog-posts .post .image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.last-blog-posts .post .image .date {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--theme-gradient);
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}

.last-blog-posts .post .image .date span {
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
}

.last-blog-posts .post .image .date span.day {
  font-size: 12px;
}

.last-blog-posts .post .image .author {
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #fff;
  font-size: 12px;
}

.last-blog-posts .post a.read-more {
  display: block;
  border: 1px solid var(--theme-link-color);
  line-height: 30px;
  text-align: center;
  color: var(--theme-link-color);
}

.last-blog-posts .post a.read-more:hover {
  background: var(--theme-link-color);
  color: #fff;
}

.hosting-container h1.hosting-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--theme-link-color);
  margin-bottom: 25px;
}

.hosting-container h4.hosting-desc {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
}

.hosting-container a.location {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  border-bottom: 2px solid #ccc;
  line-height: 60px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
  margin: 0 10px 20px 10px;
}

.hosting-container a.location img {
  height: 40px;
}

.hosting-container a.location:hover,
.hosting-container a.location.active {
  transform: translateY(-5px);
  background: #f1f1f1;
  color: var(--theme-link-color);
}

.hosting-container .packets-title {
  font-size: 21px;
  font-weight: 700;
  color: var(--theme-link-color);
  margin: 50px 0 20px 0;
}

.hosting-container .table-div {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.hosting-container .table-div .packets-table {
  color: #607d8b;
}

.hosting-container .table-div .packets-table thead {
  background: #ebebeb;
}

.hosting-container .table-div .packets-table thead th {
  border: 0;
  text-align: center;
  font-size: 14px;
  vertical-align: inherit;
  min-width: 110px;
}

.hosting-container .table-div .packets-table thead th img {
  height: 18px;
  opacity: 0.6;
  display: block;
  margin-left: calc(50% - 10px);
  margin-bottom: 7px;
}

.hosting-container .table-div .packets-table tbody td {
  vertical-align: inherit;
  font-size: 14px;
  border-top: 0 !important;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  background: #f8f8f8;
}

.hosting-container .table-div .packets-table tbody td.price {
  font-size: 18px;
  font-weight: 600;
}

.hosting-container .table-div .packets-table tbody td.price small {
  margin-top: 5px;
  display: block;
  text-align: center;
}

.hosting-container .table-div .packets-table tbody td a.buy {
  background: #ebebeb;
  color: var(--theme-link-color);
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 8px 20px;
  display: inline-block;
  min-width: 123px;
}

.required-field-info input[type="text"] {
  border: 1px solid #f1f1f1;
  font-size: 14px;
  padding: 0 15px;
  line-height: 38px;
  border-radius: 10px;
  margin: 0 20px;
}

.required-field-info {
  font-size: 14px;
}

.hosting-container .table-div .packets-table tbody td a.buy svg {
  height: 13px;
  margin-top: -2px;
  margin-right: 5px;
}

.hosting-container .table-div .packets-table tbody td a.buy:hover {
  background: var(--theme-link-color);
  color: #fff;
}

.hosting-container .table-pagination {
  margin-bottom: 30px;
  float: right;
}

.hosting-container .table-pagination a {
  color: #607d8b;
  background: #ebebeb;
  font-size: 14px;
  border-radius: 4px;
  padding: 8px 15px;
  margin-left: 2px;
}

.hosting-container .services-row {
  margin-top: 100px;
}

.hosting-container .services-row .services-col {
  text-align: center;
  color: #969696;
  font-size: 15px;
  padding: 30px 15px;
  border-radius: 10px;
  transition: 0.3s all;
}

.hosting-container .services-row .services-col img {
  height: 110px;
  margin-bottom: 15px;
}

.hosting-container .services-row .services-col h4 {
  color: #3d3d3d;
  font-weight: 400;
  font-size: 18px;
}

.hosting-container .services-row .services-col:hover {
  background: #fafafa;
}

.hosting-container .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 16px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 5px;
  margin-bottom: 3px;
}

.hosting-container .accordion.active {
  background-color: #ccc;
  margin-bottom: 23px;
}

.hosting-container .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.references {
  display: flex;
  justify-content: space-between;
  margin: 20px -15px 50px -15px;
}

.references img {
  height: 14px;
  margin: 0 15px;
}

.top-sellers {
  text-align: center;
  margin-top: 100px;
  color: #345a6c;
  margin-bottom: 80px;
}

.top-sellers h3.ts-title {
  font-weight: 700;
  font-size: 30px;
  color: var(--theme-link-color);
  margin-bottom: 20px;
}

.top-sellers .col-md-3 {
  margin-bottom: 40px;
}

.top-sellers span.ts-desc {
  font-size: 20px;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.top-sellers span.count {
  font-size: 42px;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}

.top-sellers span.desc {
  display: block;
  font-weight: 300;
  font-size: 22px;
}

.top-sellers i {
  position: absolute;
  z-index: -1;
  right: 40px;
  font-size: 100px;
  height: 100px;
  bottom: 0;
  color: #eee;
}

.page-header {
  background: url("../images/header-bg.png"), var(--theme-gradient);
  color: #fff;
  padding: 130px 0 30px 0;
  position: relative;
}

.page-header.hosting-header {
  background: url("../images/header-bg.png"), var(--theme-gradient);
  background-size: cover;
  padding: 180px 0 70px 0;
}

.page-header.hosting-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}

.page-header.hosting-header::after {
  display: none;
}

.page-header h2.title-1 {
  font-size: 24px;
  font-weight: 600;
}

.page-header.customer {
  padding: 130px 0 80px 0;
  margin-bottom: 0;
}

.page-header.customer .row {
  margin-top: 0 !important;
}

.page-header.customer h2 {
  margin: 0 0 15px 0;
  font-size: 24px;
  font-weight: 700;
}

.page-header.customer span.welcome {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}

.page-header.customer span.last-login {
  display: block;
  font-size: 13px;
}

.page-header.customer .box-border {
  border-left: 1px solid #1f96ff;
}

.page-header.customer .box-border ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-header.customer .box-border ul li a {
  color: #fff;
  font-size: 13px;
  line-height: 30px;
}

.page-header.customer .box-border ul li a.active {
  font-weight: 600;
}

.page-header.customer .box-border span.credit {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
}

.page-header.customer .box-border a.add-credit {
  text-align: center;
  display: block;
  width: 100px;
  height: 25px;
  line-height: 25px;
  background: #1f96ff;
  color: #fff;
  font-size: 13px;
  margin: 10px auto 0 auto;
}

.page-header.customer .box-border a.add-credit:hover {
  transform: scale(1.1);
}

.page-header.customer .box-border span.customer-info {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.page-header .container {
  z-index: 0;
}



.page-header.basket2 {
  margin-bottom: 0;
  padding-bottom: 130px;
}

.page-header span.page-name {
  font-size: 13px;
}

.page-header .steps {
  margin: 30px -15px 50px -15px;
  display: flex;
  justify-content: center;
}


.page-header .steps .step {
  margin: 0 15px;
}

.page-header .steps .step span.round {
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 45px;
  border: 1px solid #fff;
  font-size: 18px;
}

.page-header .steps .step span.title {
  float: left;
  line-height: 45px;
  margin-left: 15px;
  font-size: 14px;
}


.page-header h2.page-title {
  text-align: center;
  font-weight: 800;
  font-size: 26px;
}

.page-header span.page-desc {
  text-align: center;
  display: block;
  font-size: 13px;
}

.page-header .row {
  margin-top: 40px;
}

.page-header .row .background {
  background: url("../images/header-bg-2.png") no-repeat;
  background-size: contain;
  background-position: calc(75%) center;
}

.page-header .row .image {
  position: relative;
}

.page-header .row .image img {
  max-width: 100%;
  position: relative;
  z-index: 5;
}


.page-header .row h3 {
  font-size: 22px;
  font-weight: 800;
}

.page-header .row p {
  font-size: 13px;
  line-height: 24px;
}

.page-header .row .price-button {
  width: calc(50% - 10px);
  line-height: 50px;
  background: linear-gradient(to right, #223f70 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50px 0 0 50px;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 700;
  float: left;
}

.page-header .row a.price-button:hover {
  transform: scale(1.1);
}

.page-header .row .add-button {
  width: calc(50% - 10px);
  line-height: 50px;
  background: linear-gradient(to right, #21bd00 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50px 0 0 50px;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 700;
  border: 0;
  color: #fff;
  float: right;
  text-align: left;
  transition: 0.3s all;
}

.page-header .row .add-button:hover {
  transform: scale(1.1);
}

.tabs-header {
  border: 1px solid var(--theme-link-color);
  border-radius: 20px 0 20px 0;
  display: flex;
  justify-content: center;
  line-height: 60px;
  color: var(--theme-link-color);
  text-transform: uppercase;
  margin: 0 50px 50px 50px;
}

.tabs-header .tab,
.tabs-header a {
  margin: 0 8px !important;
  transition: 0.3s all;
  cursor: pointer;
  display: inline-block;
}

.tabs-header .tab.active,
.tabs-header a.active {
  font-weight: 700;
}

.tabs-container {
  margin-bottom: 80px;
}

.tabs-container .tab-content {
  display: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #6d6d6d;
  margin: 0 50px;
}

.tabs-container .tab-content.active {
  display: block;
}

.tabs-container .tab-content .accordion {
  background-color: #fff;
  color: #909090;
  cursor: pointer;
  padding: 11px;
  width: 100%;
  transition: 0.4s;
  border: 1px solid var(--theme-link-color);
  margin-bottom: 20px;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
}

.tabs-container .tab-content .active,
.tabs-container .tab-content .accordion:hover {
  background-color: var(--theme-link-color);
  color: #fff;
}

.tabs-container .tab-content .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 5px;
}

.tabs-container .tab-content .message {
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}

.tabs-container .tab-content span.desc {
  font-weight: 700;
  color: #253f6f;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}

.tabs-container .tab-content form.add-comment {
  border: 1px solid var(--theme-link-color);
  padding: 30px;
  border-radius: 20px;
  color: #b7b7b7;
}

.tabs-container .tab-content form.add-comment h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

.tabs-container .tab-content form.add-comment input,
.tabs-container .tab-content form.add-comment textarea {
  width: 100%;
  border: 1px solid var(--theme-link-color);
  line-height: 40px;
  padding: 0 20px;
  border-radius: 10px;
  margin-top: 30px;
  background: #fff;
}

.tabs-container .tab-content form.add-comment input[type="submit"],
.tabs-container .tab-content form.add-comment textarea[type="submit"] {
  border-color: #00a651;
  text-transform: uppercase;
  color: #b7b7b7;
  font-weight: 500;
}

.tabs-container .tab-content form.add-comment textarea {
  padding: 20px;
  line-height: 24px;
}

.tabs-container .tab-content .references {
  margin-bottom: 100px;
}

.step-form {
  margin-top: -100px;
  margin-bottom: 80px;
}

.step-form .container {
  max-width: 1100px;
}

.step-form .form-step {
  position: relative;
  display: none;
}

.step-form .form-step span.order-left {
  font-size: 14px;
  font-weight: 600;
  display: block;
  float: left;
}

.step-form .form-step span.order-right {
  font-size: 14px;
  font-weight: 600;
  display: block;
  float: right;
}

.step-form .form-step span.total {
  display: block;
  clear: both;
  text-transform: uppercase;
  text-align: center;
  color: var(--theme-link-color);
  font-weight: 600;
  font-size: 18px;
  margin-top: 39px;
}

.step-form .form-step span.total-price {
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: var(--theme-link-color);
}

.step-form .form-step input.finish {
  position: absolute;
  border: 0;
  color: #fff;
  background: var(--theme-gradient);
  bottom: -25px;
  line-height: 50px;
  padding: 0;
  width: 200px;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  left: calc(50% - 100px);
  transition: 0.3s all;
}

.step-form .form-step input.finish:hover {
  transform: scale(1.1);
}

.step-form .form-step .order-summary {
  width: 200px;
  position: absolute;
  top: -25px;
  left: calc(50% - 100px);
  height: 50px;
  background: var(--theme-gradient);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  line-height: 50px;
}

.step-form .form-step small.center {
  display: block;
  text-align: center;
}

.step-form .form-step .item {
  margin: 15px 0;
}

.step-form .form-step .item span.title {
  color: var(--theme-link-color);
  font-weight: 700;
  display: block;
}

.step-form .form-step .item span.desc {
  font-weight: 700;
  display: block;
}

.step-form .form-step .item .custom-checkbox {
  font-size: 12px;
  line-height: 25px;
}

.step-form .form-step .item span.blue {
  color: var(--theme-link-color);
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: center;
}

.step-form .form-step .item a.delete {
  color: var(--theme-link-color);
}

.step-form .form-step .item a.delete svg {
  height: 14px;
}

.step-form .form-step .right-button,
.step-form .form-step .left-button {
  background: var(--theme-gradient);
  color: #fff;
  min-width: 130px;
  border-radius: 45px;
  line-height: 45px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.3s all;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  bottom: -22.5px;
}

.step-form .form-step .right-button:hover,
.step-form .form-step .left-button:hover {
  transform: translateY(-5px);
}

.step-form .form-step .right-button {
  right: 30px;
}

.step-form .form-step .left-button {
  left: 30px;
}

.step-form .form-step.active {
  display: block;
}

.step-form .form-step h3.form-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.step-form .form-step p.form-desc {
  color: #fff;
  text-align: center;
}

.step-form .form-step .step-box {
  background: #fff;
  border: 2px solid #bdbdbd;
  border-radius: 15px;
  overflow: hidden;
}

.step-form .form-step .step-box .select-domain {
  text-align: center;
}

.step-form .form-step .step-box .select-domain .row {
  margin: 0;
}

.step-form .form-step .step-box .select-domain label {
  margin: 0;
  padding: 0;
}

.step-form .form-step .step-box .select-domain label:nth-child(2) .label-content {
  padding-bottom: 107px;
}

.step-form .form-step .step-box .select-domain label input[type="radio"] {
  display: none;
}

.step-form .form-step .step-box .select-domain label input[type="radio"]:checked~.label-content {
  background: var(--theme-link-color);
  color: #fff;
  height: 100%;
}

.step-form .form-step .step-box .select-domain label .label-content {
  padding: 50px 30px 50px 30px;
  border-radius: 10px;
  cursor: pointer;
}

.step-form .form-step .step-box .select-domain label .label-content p.desc {
  font-size: 14px;
  margin-top: 20px;
}

.step-form .form-step .step-box .select-domain label h3 {
  font-size: 15px;
  font-weight: 700;
}

.step-form .form-step .step-box .select-domain label .input {
  margin-top: 30px;
  position: relative;
}

.step-form .form-step .step-box .select-domain label .input input[type="text"] {
  width: 100%;
  border: 2px solid #bdbdbd;
  padding: 0 25px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 14px;
}

.step-form .form-step .step-box .select-domain label .input button[type="button"] {
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #fff;
  line-height: 48px;
  border-radius: 50px;
  width: 130px;
  background: var(--theme-gradient);
  color: #fff;
  font-size: 14px;
}




.step-box .error {
  background: red;
  border-radius: 5px;
  margin: 30px;
  color: #fff;
  line-height: 40px;
}

.step-form .form-step .step-box .select-hosting .hosting-left {
  float: left;
  width: 50%;
  padding: 30px;
  background: var(--theme-link-color);
  color: #fff;
  text-align: center;
  padding-bottom: 150px;
  position: absolute;
  height: 100%;
}

.step-form .form-step .step-box .select-hosting .hosting-left a {
  color: #fff;
}

.step-form .form-step .step-box .select-hosting .hosting-left h2 {
  font-size: 22px;
  font-weight: 700;
}

.step-form .form-step .step-box .select-hosting .hosting-left .input {
  margin-top: 30px;
  border-radius: 50px;
  height: 50px;
  border: 2px solid #bdbdbd;
  background: #fff;
  position: relative;
}

.step-form .form-step .step-box .select-hosting .hosting-left .input select {
  width: calc(100% - 130px);
  border: 0;
  margin: 4px 10px;
}

.step-form .form-step .step-box .select-hosting .hosting-left .input button {
  position: absolute;
  top: -2px;
  right: -2px;
  border: 2px solid #bdbdbd;
  border-radius: 50px;
  height: 50px;
  padding: 0;
  width: 115px;
  background: var(--theme-gradient);
  color: #fff;
}

.step-form .form-step .step-box .select-hosting .hosting-right {
  float: right;
  width: 50%;
  padding: 30px;
  text-align: center;
  font-size: 14px;
  color: #646464;
}

.step-form .form-step .step-box .select-hosting .hosting-right h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

.step-form .form-step .step-box .content {
  padding: 30px;
}

.step-form .form-step .step-box .content .add-service {
  font-size: 15px;
  color: #2e2e2e;
  margin-bottom: 30px;
  position: relative;
}

.step-form .form-step .step-box .content .add-service .left {
  float: left;
  width: calc(100% - 250px);
}

.step-form .form-step .step-box .content .add-service .left strong {
  display: block;
}

.step-form .form-step .step-box .content .add-service .right {
  float: right;
  width: 240px;
}

.step-form .form-step .step-box .content .add-service .right span.service-desc {
  color: var(--theme-link-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.step-form .form-step .step-box .content .add-service .right .radio-inputs {
  margin-right: 10px;
  float: left;
}

.step-form .form-step .step-box .content .add-service .right .radio-inputs .radio {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 10px;
  float: left;
  margin-right: 5px;
}

.step-form .form-step .step-box .content .add-service .right .radio-inputs .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.step-form .form-step .step-box .content .add-service .right .radio-inputs .checkmark {
  display: block;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #575757;
  border-radius: 2px;
  position: relative;
}

.step-form .form-step .step-box .content .add-service .right .radio-inputs .checkmark::after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid #575757;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.step-form .form-step .step-box .content .add-service .right .radio-inputs .radio:hover input~.checkmark {
  background-color: #ccc;
}

.step-form .form-step .step-box .content .add-service .right .radio-inputs .radio input:checked~.checkmark {
  background-color: #fff;
}

.step-form .form-step .step-box .content .add-service .right .radio-inputs .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.step-form .form-step .step-box .content .add-service .right .radio-inputs .radio input:checked~.checkmark:after {
  display: block;
}

.step-form .form-step .step-box .content h4 {
  color: var(--theme-link-color);
  font-size: 20px;
  font-weight: 700;
}

.step-form .form-step .step-box .content .labels {
  margin: 30px -15px 0 -15px;
}

.step-form .form-step .step-box .content .labels label.periyot {
  width: 20%;
  float: left;
  padding: 0 15px;
  display: block;
}

.step-form .form-step .step-box .content .labels label.periyot input[type="radio"] {
  display: none;
}

.step-form .form-step .step-box .content .labels label.periyot input[type="radio"]:checked~.label-content {
  border-color: var(--theme-link-color);
  background: var(--theme-gradient);
  color: #fff;
  height: 100%;
}

.step-form .form-step .step-box .content .labels label.periyot .label-content {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  transition: 0.3s all;
  color: #595959;
  cursor: pointer;
}

.step-form .form-step .step-box .content .labels label.periyot .label-content span {
  display: block;
  text-align: center;
  font-weight: 700;
}

.step-form .form-step .step-box .content .labels label.periyot .label-content span.name {
  font-size: 16px;
}

.step-form .form-step .step-box .content .labels label.periyot .label-content span.price {
  font-size: 26px;
}

.customer-menu {
  margin-top: -40px;
}

.customer-menu a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 80px;
  border-radius: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
}

.customer-menu a:hover svg {
  transform: translateX(10px);
}

.customer-menu a svg {
  height: 20px;
  margin-top: -2px;
  margin-left: 10px;
  transition: 0.3s all;
}

.customer-menu .menu:nth-child(1) a {
  background: #f857a6;
  background: linear-gradient(135deg, #f857a6 0%, #ff5858 100%);
}

.customer-menu .menu:nth-child(2) a {
  background: #00c6ff;
  background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
}

.customer-menu .menu:nth-child(3) a {
  background: #4dc3e4;
  background: linear-gradient(135deg, #4dc3e4 0%, #a1e9d9 100%);
}

.customer-menu .menu:nth-child(4) a {
  background: #fdc830;
  background: linear-gradient(135deg, #fdc830 0%, #f37335 100%);
}

.info-box {
  background: var(--theme-gradient);
  border: 1px solid var(--theme-link-color);
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  height: calc(100% - 30px);
}

.info-box svg {
  position: absolute;
  height: 200px;
  bottom: -20px;
  left: -5px;
  opacity: 0.12;
}

.info-box svg.right {
  right: -5px;
  left: auto;
}

.info-box a {
  color: #fff;
}

.info-box h3.box-title {
  float: left;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.info-box .content {
  clear: both;
  font-size: 14px;
  position: relative;
  z-index: 5;
}

.info-box .content.overflow {
  height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
}

.info-box .content.box-2 {
  min-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.info-box .content .announcement img {
  height: 130px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.info-box .content .islem {
  margin-bottom: 10px;
}

.info-box .content .islem strong {
  display: block;
}

.info-box .content a.pagination {
  float: left;
  background: #ffffff;
  color: #000;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 600;
  margin-right: 5px;
}

.info-box .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-box .content ul li {
  margin-bottom: 10px;
  transition: 0.3s all;
}

.info-box .content ul li a {
  color: #fff;
}

.info-box .content ul li:hover {
  transform: translateX(5px);
}

.create-ticket {
  background: #f4f4f4;
  border: 2px solid #595395;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.create-ticket .content {
  clear: both;
  padding-top: 30px;
}

.create-ticket hr {
  background: #008fff;
}

.create-ticket .answer {
  position: relative;
  background: #fff;
  border: 1px solid #008fff;
  padding: 30px;
  border-radius: 20px;
  color: var(--theme-link-color);
}

.create-ticket .answer span.name {
  color: #595395;
  font-weight: 600;
}

.create-ticket .answer span.rank {
  background: var(--theme-gradient);
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  margin-left: 15px;
  font-size: 14px;
}

.create-ticket .answer span.date {
  background: linear-gradient(0deg, #f857a6 0%, #ff5858 100%);
  color: #fff;
  padding: 6px 20px;
  border-radius: 30px;
  margin-left: 15px;
  font-size: 14px;
  float: right;
  position: absolute;
  top: 20px;
  right: 20px;
}

.create-ticket .answer div.text {
  margin-top: 25px;
}

.create-ticket h4.title {
  float: left;
  color: #595395;
  border-bottom: 2px solid #595395;
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
}

.create-ticket form.ticket-form {
  clear: both;
  padding-top: 20px;
}

.create-ticket form.ticket-form label {
  cursor: pointer;
  color: #595395;
  font-size: 14px;
}

.create-ticket form.ticket-form label span {
  display: block;
  margin-top: 10px;
}

.create-ticket form.ticket-form button.select-file {
  background: var(--theme-gradient);
  color: #fff;
  border-radius: 40px;
  line-height: 40px;
  border: 0;
  padding: 0 30px;
  font-size: 14px;
  margin-left: 15px;
}

.create-ticket form.ticket-form input[type="file"] {
  display: none;
}

.create-ticket form.ticket-form input,
.create-ticket form.ticket-form textarea,
.create-ticket form.ticket-form select {
  width: 100%;
  border: 0;
  border-radius: 20px;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  margin-bottom: 30px;
  height: 40px;
  color: #897dac;
}

.create-ticket form.ticket-form input::placeholder,
.create-ticket form.ticket-form textarea::placeholder,
.create-ticket form.ticket-form select::placeholder {
  color: #897dac;
}

.create-ticket form.ticket-form input[type="submit"] {
  background: var(--theme-gradient);
  color: #fff;
  float: right;
  width: 240px;
  line-height: 50px;
  border-radius: 50px;
  height: 50px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.create-ticket form.ticket-form textarea {
  height: auto;
  padding: 20px;
}

.c-tabs {
  padding: 0 30px;
  margin: 0 !important;
  list-style: none;
}

.c-tabs .c-tab {
  float: left;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  transition: 0.3s all;
}

.c-tabs .c-tab.active {
  background: #595395;
  color: #fff;
}

.c-tab-containers {
  clear: both;
  border: 2px solid #595395;
  border-radius: 5px;
  padding: 30px;
  background: #f4f4f4;
  margin-bottom: 30px;
}

.c-tab-containers .c-tab-content {
  display: none;
  color: #595959;
}

.c-tab-containers .c-tab-content .upgrade-info {
  border: 1px solid #00a22e;
  border-radius: 10px;
  padding: 20px;
  color: #00a22e;
  font-size: 15px;
  margin-bottom: 30px;
}

.c-tab-containers .c-tab-content .upgrade-error {
  border: 1px solid #ff0000;
  border-radius: 10px;
  padding: 20px;
  color: #ff0000;
  font-size: 15px;
  margin-bottom: 30px;
}

.c-tab-containers .c-tab-content form input[type="submit"] {
  border: 0;
  color: #fff;
  background: var(--theme-gradient);
  border-radius: 50px;
  line-height: 50px;
  padding: 0 50px;
}

.c-tab-containers .c-tab-content .max-width {
  max-width: 800px;
  margin: 0 auto;
}

.c-tab-containers .c-tab-content a.add-new {
  float: right;
  color: #fff;
  background: var(--theme-gradient);
  padding: 10px 50px;
  border-radius: 50px;
}

.c-tab-containers .c-tab-content ul.paket-bilgileri {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
}

.c-tab-containers .c-tab-content ul.paket-bilgileri strong {
  font-weight: 600;
}

.c-tab-containers .c-tab-content ul.paket-bilgileri li {
  border-bottom: 1px solid #ccc;
}

.c-tab-containers .c-tab-content.active {
  display: block;
}

.c-tab-containers .c-tab-content .round-content {
  width: 100%;
  margin-bottom: 43px;
}

.c-tab-containers .c-tab-content .round-content .round {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  text-align: center;
  line-height: 150px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  float: left;
}

.c-tab-containers .c-tab-content .round-content .round::before {
  content: "";
  position: absolute;
  background: var(--theme-gradient);
  height: 80px;
  width: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  border-radius: 150px;
  transform: rotate(180deg);
  z-index: 1;
}

.progress-circle:after {
  transform: translateY(-30px);
}

.c-tab-containers .c-tab-content .round-content .round span {
  position: relative;
  z-index: 1;
  background: transparent;
  box-shadow: none;
  color: #fff;
}

.c-tab-containers .c-tab-content .round-content .round-right {
  float: left;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  color: #595395;
}

.c-tab-containers .c-tab-content .round-content .round-right span {
  display: block;
  font-size: 17px;
}

.c-tab-containers .c-tab-content .round-content .round-right span strong {
  display: block;
  font-weight: 600;
}

.c-tab-containers .c-tab-content .white-box {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  clear: both;
}

.c-tab-containers .c-tab-content .white-box .bottom-info {
  display: block;
  position: absolute;
  line-height: 50px;
  width: 200px;
  border-radius: 50px;
  background: var(--theme-gradient);
  left: calc(50% - 100px);
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.c-tab-containers .c-tab-content .white-box .table {
  color: #595395;
  font-size: 14px;
  font-weight: 500;
}

.c-tab-containers .c-tab-content .white-box .table td,
.c-tab-containers .c-tab-content .white-box .table th {
  border-top: 0px;
}

.c-tab-containers .c-tab-content .white-box .table thead th {
  border-bottom: 1px solid #e0e0e0;
}

.c-tab-containers .c-tab-content .white-box span.domain {
  color: #595395;
  margin-left: 30px;
  font-weight: 500;
}

.c-tab-containers .c-tab-content .white-box .cpanel-login {
  margin: 30px 20px 10px 20px;
  font-weight: 600;
}

.c-tab-containers .c-tab-content .white-box .cpanel-login .cpanel {
  display: block;
  background: var(--theme-gradient);
  color: #fff;
  line-height: 50px;
  border-radius: 50px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.c-tab-containers .c-tab-content .white-box .cpanel-login .whm {
  display: block;
  background: var(--theme-gradient);
  color: #fff;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 15px;
  font-size: 14px;
  width: 50%;
  margin-left: -40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  float: left;
}

.soft-details {
  margin-bottom: 30px;
}

.soft-details .soft-title {
  background: var(--theme-gradient);
  border-radius: 5px 5px 0 0;
  color: #fff;
  margin: 0 30px 0 30px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 500;
  max-width: 450px;
}

.soft-details .soft-content {
  border: 2px solid #007dff;
  border-radius: 10px;
  background: #f4f4f4;
  padding: 20px;
  clear: both;
}

.soft-details .soft-content .white-box {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  clear: both;
}

.soft-details .soft-content .white-box span.title {
  color: #007dff;
  font-weight: 600;
  display: block;
  text-align: center;
}

.soft-details .soft-content .white-box span.domain {
  margin: 30px 0;
  color: #007dff;
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 24px;
}

.soft-details .soft-content .white-box span.domain small {
  font-weight: 600;
  font-size: 18px;
}

.soft-details .soft-content .white-box a.button {
  width: 150px;
  display: block;
  margin: 0 auto;
  background: var(--theme-gradient);
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.soft-details .soft-content .white-box a.button:hover {
  transform: translateY(-5px);
}

.soft-details .soft-content .white-box span.center {
  text-align: center;
  display: block;
  color: #595395;
  font-weight: 700;
}

.soft-details .soft-content .white-box .table {
  color: #595395;
  font-size: 14px;
  font-weight: 500;
}

.soft-details .soft-content .white-box .table h4 {
  font-size: 18px;
  font-weight: 700;
}

.soft-details .soft-content .white-box .table td,
.soft-details .soft-content .white-box .table th {
  border-bottom: 1px solid #f1f1f1;
  border-top: 0px;
}

.soft-details .soft-content .white-box .table thead th {
  border-bottom: 1px solid #e0e0e0;
}

.my-software {
  border: 2px solid #595395;
  border-radius: 10px;
  background: #f4f4f4;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}

.my-software form.search input {
  position: absolute;
  border: 0;
  background: var(--theme-gradient);
  color: #fff;
  top: -25px;
  right: 30px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 50px;
}

.my-software form.search input::placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 600;
}

.my-software .bottom-button {
  position: absolute;
  background: var(--theme-gradient);
  bottom: -15px;
  padding: 0 20px;
  right: 30px;
  line-height: 50px;
  color: #fff;
  border-radius: 10px;
}

.my-software .bottom-button a {
  color: #fff;
  font-weight: 600;
  padding: 0 10px;
}

.my-software .table {
  font-weight: 600;
  color: #8f8f8f;
}

.my-software .table .blue {
  color: #008fff;
}

.my-software .table .green {
  color: #00a22e;
}

.my-software .table .red {
  color: #ff0000;
}

.my-software h3.title {
  color: #595395;
  float: left;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #595395;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.sabit {
  font-size: 14px;
  color: #607d8b;
  margin-bottom: 40px;
}

.sabit ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 2px solid #eee;
  margin-bottom: 30px;
}

.sabit ul.menu li a {
  display: block;
  line-height: 45px;
  font-size: 14px;
  color: #607d8b;
  border-bottom: 1px solid #eee;
  border-radius: 8px 0px 0px 8px;
  padding: 0 10px;
}

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

.footer {
  background: var(--footer-top-color) url("../images/footer-bg.png");
  padding: 40px 0;
  background-position-y: -200px;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer .top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 50px;
}

.footer .top .logo {
  float: left;
}

.footer .top .logo img {
  max-height: 50px;
}

.footer .top .social {
  float: right;
  margin-top: 5px;
}

.footer .top .social a {
  display: block;
  color: var(--footer-top-color);
  background: rgba(255, 255, 255, 0.5);
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  margin-left: 6px;
  float: left;
}

.footer .top .social a:hover {
  background: #fff;
}

.footer .top .social a svg {
  height: 13px;
}

.footer h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer ul li {
  background: url("../images/angle-left.png") no-repeat;
  padding-left: 20px;
}

.footer ul li a {
  line-height: 30px;
}

.footer-bottom {
  background: var(--footer-bottom-color) url("../images/footer-bg.png");
  background-position-y: -200px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.footer-bottom .language {
  position: initial;
  right: 0;
  top: 10px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border: 1px solid transparent;
  border-radius: 40px;
  transition: .3s all;
}

.footer-bottom .language:hover {
  border: 1px solid #fff;
}



.footer-bottom .language svg {
  height: 24px;
  margin-top: -4px;
}

#language-modal {
  background: rgba(0, 0, 0, .6);
  text-align: center;
}

#language-modal .modal-content {
  background: transparent;
  color: #fff;
  border: 0;
}

#language-modal button.close {
  color: #fff;
  opacity: .8;
  transition: .3s all;
  position: absolute;
  right: 0;
  z-index: 1050;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  border-radius: 15px;
  height: 25px;
  width: 25px;
}

#language-modal button.close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
}

#language-modal .modal-dialog {
  margin-top: 110px;
}

#language-modal h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 50px;
}

#language-modal h3.margin-top {
  margin-top: 80px;
}

#language-modal a.select {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  padding: 15px 20px;
  margin: 0px 10px 20px 10px;
  opacity: .5;
}

#language-modal a.select:hover,
#language-modal a.select.active {
  opacity: 1;
}

#language-modal a.select img {
  height: 14px;
  margin-right: 5px;
  margin-top: -2px;
}

a.yesilbtn.gonderbtn.mio-ajax-submit {
  display: block;
  float: right;
  height: 40px;
  background: var(--theme-gradient);
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
  margin-top: 10px;
  padding: 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--theme-link-color);
  color: white;
  cursor: pointer;
  border-radius: 10px;
  font-size: 18px;
  opacity: 0.5;
  transition: .3s all;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
}

#myBtn svg {
  height: 20px;
}

#myBtn:hover {
  opacity: 1;
}

/* Style the tab */
.tab {
  overflow: hidden;
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  font-weight: 600;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 37px;
  transition: 0.3s;
  border-radius: 50px;
  margin: 20px 10px;
  background: #fff;
  color: var(--theme-link-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  display: inline-block;
}


/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: var(--theme-link-color);
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


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

.ribbonperiod span {
  background: linear-gradient(#2c3e50 0%, #2c3e50 100%);
  font-weight: 600 !important;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 8px;
  border-radius: 5px;
}

.right-button a.btn {
  color: #fff;
}

.create-ticket-button {
  background: var(--theme-gradient);
  color: #fff;
  line-height: 50px;
  display: block;
  position: absolute;
  right: 40px;
  top: -25px;
  padding: 0 20px;
  border-radius: 50px;
}

.create-ticket-button:hover {
  transform: translateY(-5px);
  color: #fff;
}

a.green.lbtn {
  background: var(--theme-link-color);
  color: #fff;
  padding: 14px 45px;
  border-radius: 50px;
}

.tablepaket {
  float: left;
  width: calc(33.3333% - 30px);
  background: #ffff;
  margin: 0 15px 30px;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.tablepaket .form-group {
  margin: 10px 0;
}

.tablopaketler {
  margin-top: 30px;
}

.tablepopular {
  background: #4CAF50;
  width: 116px;
  color: #fff;
  line-height: 28px;
  font-size: 12px;
  border-radius: 5px;
  position: absolute;
  top: -20px;
  left: calc(50% - 58px);
}

.tpakettitle {
  background: var(--theme-gradient);
  color: #fff;
  line-height: 40px;
  border-radius: 5px;
  margin-bottom: 15px;
}

a.incelebtn {
  background: #4CAF50;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
  min-width: 160px;
}

.alert.alert-danger {
  background: #fff;
  border: 1px solid red;
  color: red;
}

.alert.alert-danger a {
  color: red;
}

.sepetbaslik {
  background: var(--theme-gradient);
  color: #fff;
  line-height: 50px;
  border-radius: 10px;
  padding: 0 10px;
}

.sepetlist {
  background: #fff;
  border-radius: 10px;
  padding: 35px 25px;
  box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.sepetrightcon {
  box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px;
  font-size: 13px;
  color: var(--theme-link-color);
}

.sepetrightcon .amount_spot_view {
  color: #8bc34a;
  font-weight: 700;
}

.sepetrightcon td.totalamountinfo {
  border-top: 1px solid #f1f1f1;
  padding: 25px 0 0;
  text-transform: uppercase;
  line-height: 40px;
}

.sepetrightcon .totalamountinfo .amount_spot_view {
  font-size: 40px;
}

a#pay_button {
  width: 100%;
  margin-top: 20px;
  display: block;
  text-align: center;
  background: #8bc34a;
  border-color: #8bc34a;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
}

a#pay_button:hover {
  background: var(--theme-link-color);
  border-color: var(--theme-link-color);
}


.paymentlogos {
  text-align: center;
}


.kuponkodu input[type=text] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  line-height: 38px;
  margin: 15px 0;
}

.kuponkodu div#coupon_result {
  color: red;
  background: transparent;
  border-bottom: 1px solid red;
  width: 100%;
  text-align: center;
  margin: 0;
  border-radius: 0;
}


.paymentlogos img.plogos1 {
  height: 60px;
}

.paymentlogos img.plogos2 {
  height: 30px;
  margin-left: 15px;
}

a.redbtn {
  color: #fff;
  background: var(--theme-gradient);
  border-radius: 50px;
  line-height: 50px;
  padding: 14px 50px;
}

.pakettitle h1 {
  text-align: center;
  color: var(--theme-link-color);
  font-size: 28px;
}

.pakettitle h2 {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  margin-top: 20px;
}

.referenceselect {
  max-width: 500px;
  margin: 30px auto;
}

.anascriptlist {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.anascriptlist img {
  width: 100%;
  border-radius: 4px;
  height: 205px;
  object-fit: cover;
}

.anascriptlist .scripthoverinfo {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: 205px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: .3s all;
}

.anascriptlist:hover .scripthoverinfo {
  opacity: 1;
}

.anascriptlist .scripthoverinfo a.sbtn {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 7px 14px;
  margin: 0 6px;
}

.anascriptlist .scripthoverinfo a.sbtn:hover {
  background: #fff;
  transform: scale(1.08);
  color: #000;
}

.anascriptlist h4 {
  font-size: 15px;
  margin-top: 10px;
  color: var(--theme-link-color);
}

.anascriptlist h4 span {
  font-weight: 300;
  font-size: 14px;
}

.scriptdetayinfo img {
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.scriptrightside h4 {
  font-size: 16px;
  color: var(--theme-link-color);
}

.scriptdetayinfo {
  padding-right: 30px;
  border-right: 2px solid #f1f1f1;
}

.line {
  border-bottom: 1px solid #f1f1f1;
  margin: 15px 0;
}

a.lbtn {
  border: 2px solid var(--theme-link-color);
  color: var(--theme-link-color);
  padding: 8px 16px;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 10px 0 0 0;
}

a.lbtn:hover {
  background: var(--theme-link-color);
  color: #fff;
  text-decoration: none;
}

.scriptrightside .sunucugereksinim {
  color: var(--theme-link-color);
  font-size: 15px;
  line-height: 1.8em;
}

a.yesilbtn.gonderbtn {
  background: var(--theme-gradient);
  border-radius: 50px;
  display: inline-block;
  color: #fff;
}

a.yesilbtn.gonderbtn:hover {
  transform: translateY(-5px);
}

.scriptdetaybenzer h4.scriptlisttitle {
  font-size: 18px;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0 15px 0;
  margin-bottom: 20px;
  color: var(--theme-link-color);
}

.scriptrightside .scriptpaylas.paypasbutonlar a {
  display: inline-block;
  border: 1px solid #f1f1f1;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  text-align: center;
  line-height: 36px;
  color: var(--theme-link-color);
}

.scriptrightside .scriptpaylas.paypasbutonlar a:hover {
  background: var(--theme-link-color);
  border-color: var(--theme-link-color);
  color: #fff;
}

.bbankaara h3 {
  text-align: center;
  color: var(--theme-link-color);
  font-size: 24px;
}

.bbankaara h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  margin-top: 15px;
}

a.searchbtn {
  position: absolute;
  top: 7px;
  right: 16px;
}

h4.bbbaslik {
  font-size: 18px;
  color: var(--theme-link-color);
}

.encokokunanbasliklar h5 {
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
}

.encokokunanbasliklar h5 span {
  color: #adadad;
}

.sidebar .sidelinks h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--theme-link-color);
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin: 0;
}

.sidelinks a {
  font-size: 13px;
  color: var(--theme-link-color);
}

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

.openticket {
  color: var(--theme-link-color);
  padding: 30px;
}

a.sbtn.mio-ajax-submit {
  background: #eee;
  padding: 7px 12px;
  border-radius: 5px;
  display: inline-block;
}

a.green.sbtn.mio-ajax-submit {
  color: #81c04e;
}

a.green.sbtn.mio-ajax-submit:hover {
  background: #81c04e;
  color: #fff;
}

a.red.sbtn.mio-ajax-submit {
  color: #F44336;
}

a.red.sbtn.mio-ajax-submit:hover {
  background: #F44336;
  color: #fff;
}

#votingContent h5 {
  font-size: 14px;
  color: var(--theme-link-color);
  display: inline-block;
  margin-right: 10px;
}

span.bbkonuinfo {
  float: right;
  font-size: 13px;
  color: #6d6d6d;
}

div#votingContent {
  float: left;
}

.sidebar {
  float: none !important;
  width: 100% !important;
}

.sidebar {
  border: 0;
  border-left: 2px solid #ececec;
  padding-left: 15px;
}


h2.listbaslik {
  font-size: 18px;
  color: var(--theme-link-color);
  font-weight: 600;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin-top: 18px;
  margin-bottom: 25px;
}

.sidebar h4 {
  font-size: 16px;
  color: var(--theme-link-color);
  font-weight: 600;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin: 0;
}

.listeleme .list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

.listeleme .list img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.bloginfos {
  background: rgba(0, 0, 0, 0.5);
  line-height: 22px;
  margin-top: -28px;
  position: relative;
  z-index: 9;
  font-size: 12px;
  text-align: right;
  padding-right: 5px;
}

.bloginfos a {
  color: #fff;
}

.list .blogcontent {
  padding: 15px;
  font-size: 13px;
}

.list .blogcontent h4 {
  font-size: 16px;
}

.sidelinks a {
  float: none !important;
  display: inline-block !important;
}

.page-header a {
  color: #fff;
}

.alanadisorgu h1 {
  color: var(--theme-link-color);
  font-weight: 300;
}

.alanadisorgu h1 .amount_spot_view {
  display: inline;
  font-weight: 600;
}

.alanadisorgu input {
  max-width: 560px;
  width: 100%;
  padding: 20px 32px 28px !important;
}

a#checkButton {
  background: var(--theme-gradient) !important;
}

a#transferbtn {
  border-radius: 50px;
  padding: 21px 40px !important;
}

.uzantibox h5 {
  font-size: 15px;
  color: var(--theme-link-color);
}

.uzantibox {
  width: 12.5%;
}

.internationalsmspage .leftblock h3 {
  color: var(--theme-link-color);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.internationalsmspage .leftblock h4 {
  color: var(--theme-link-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.internationalsmspage .rightblock {
  text-align: center;
}

h2.rightblocktitle {
  color: var(--theme-link-color);
  font-size: 26px;
  margin-bottom: 30px;
}

div#calculateResult {
  font-size: 14px;
  font-weight: 500;
}

strong#country-name {
  font-size: 24px;
}

.currency-content {
  font-size: 22px;
}

span.amount-thousands {
  font-size: 14px;
  display: block;
}

span#country_pre_register {
  font-weight: 300;
}

.hostozellk img {
  margin-bottom: 25px;
  height: 110px;
}

.sms-page-ozellikler {
  text-align: center;
}

a.gonderbtn {
  border: 2px solid var(--theme-link-color);
  padding: 10px 25px;
  color: var(--theme-link-color);
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
}

a.gonderbtn:hover {
  background: var(--theme-link-color);
  color: #fff;
}

.domainlookuplist {
  width: 70%;
  margin: auto
}

.lookcolumtitle {
  background: #eee;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  border-radius: 7px;
}

.lookcolum {
  width: 25%;
  height: 55px;
  line-height: 55px;
  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: 18px
}

.tldavailable h4 {
  color: #8BC34A;
  font-size: 26px;
  line-height: 45px
}

#showTLDStatusUnavailable {
  color: #F44336
}

.tldavailable {
  text-align: center;
  margin: 35px 0
}

.lookcolum .yesilbtn {
  padding: 7px 0;
  margin: 0;
  height: 100%
}

.tldlistfoot .lookcolum {
  border: none
}

.tescilucretleri thead {
  line-height: 60px;
}

.domainozellikler {
  text-align: center;
}

.login-area {
  background: var(--theme-gradient);
  color: #fff;
  margin: 50px 0;
  border-radius: 50px;
  overflow: hidden;
}

.signupcon h4 {
  font-weight: 400;
  font-size: 20px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.signupcon {
  text-align: center;
  padding: 60px 0 90px;
  max-width: 310px;
  margin: 0 auto;
}

.signupcon input {
  width: 100%;
  border: 0;
  border-radius: 50px;
  padding: 0 20px;
  line-height: 40px;
  font-size: 14px;
  color: var(--theme-link-color);
  margin-bottom: 15px;
}

.signupcon button {
  width: 100%;
  background: #fff;
  max-width: 310px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  line-height: 40px;
  border: 0;
}

.signupcon.kayitol {
  max-width: 340px;
}

.signupcon a {
  color: #fff;
}

.signupcon .custom-control.custom-checkbox {
  font-size: 13px;
}


.signupcon .custom-control.custom-checkbox br {
  display: none;
}

.left-login {
  background: url('../images/login-background.png') no-repeat;
  background-size: cover !important;
  background-position-x: -200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-register {
  background: url('../images/login-background.png') no-repeat;
  background-position-x: -300px;
}

.left-login h2 {
  font-size: 24px;
}

.left-login h3 {
  font-size: 15px;
  font-weight: 300;
}

.left-login span.bold {
  font-weight: 500;
  text-align: center;
  display: block;
}

a.createnewaccountlink {
  background: #fff;
  line-height: 50px;
  display: inline-block;
  padding: 0 25px;
  border-radius: 50px;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  min-width: 250px;
}

.tescilsonuc h4 {
  background: red;
  color: #fff !important;
  font-size: 15px;
  width: 100%;
  line-height: 40px;
  border-radius: 5px;
}

.tescilsonuc table {
  width: 100% !important;
}

.tescilsonuc {
  margin-top: 15px;
}

tr#available_content h4 {
  background: #00b700;
}

.tescilsonuc a#button1 {
  display: inline-block;
  background: #fff;
  padding: 0px 30px;
  line-height: 50px;
  color: var(--theme-link-color);
}

.tescilsonuc a#button1:hover {
  color: var(--theme-link-color);
  background: #fff;
  transform: translateY(-5px);
}

.hosting-right a.btn.mio-ajax-submit {
  background: #fff;
  border: 2px solid var(--theme-link-color);
  border-radius: 50px;
  padding: 0px 40px;
  line-height: 40px;
}

.add-service .radio-inputs {
  width: 100%;
}

.radio-inputs label.radio {
  display: block;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hosting-right a.btn.mio-ajax-submit:hover {
  color: #fff;
  background: var(--theme-link-color);
  border: 2px solid var(--theme-link-color);
}

.red-info {
  padding: 30px;
  color: red;
  border-radius: 10px;
  border: 1px solid red;
  margin-bottom: 40px;
}

.required-field-info {
  float: left;
}

.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: 10px;
  font-size: 14px;
  clear: both;
}

.checkbox-custom-label,
.radio-custom-label span {
  display: block;
  float: left;
  width: calc(100% - 31px);
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
  content: '';
  border: 1px solid #575757;
  border-radius: 5px;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  text-align: center
}


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

.radio-custom+.radio-custom-label:before {
  content: '';
  border-radius: 2px !important;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #575757;
  display: block;
  float: left;
}

.radio-custom:checked+.radio-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #575757;
  width: 20px;
  height: 20px;
  border: 1px solid #575757;
  background: #fff;
  border-radius: 3px;
}

.hesapbilgisi {
  margin-bottom: 10px;
}

#manageAddress .padding20 {
  padding: 20px;
}

/* RESPONSIVE */
@media only screen and (min-width: 1600px) {
  .site-content.index {
    margin-top: -200px;
    padding-top: 300px;
  }
}

.sayfacontent {
  float: none !important;
  width: 100% !important;
  margin-bottom: 35px;
}

.internationalsmspage .leftblock {
  margin-bottom: 30px;
}

#modernpanel .ticketinfos {
  width: 100%;
}

#modernpanel .destekdetaymsj {
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid #008fff !important;
  padding: 30px;
  border-radius: 20px !important;
  color: var(--theme-link-color);
}

#modernpanel .destekdetayleft {
  width: 100%;
}

.msjyazan h4 {
  color: #595395;
  font-weight: 600;
}

.msjyazan h4 span {
  background: var(--theme-gradient);
  color: #fff;
  padding: 10px 20px !important;
  border-radius: 30px !important;
  margin-left: 15px;
  font-size: 14px;
  display: inline-block;
  float: none !important;
}

#modernpanel .destekdetaymsjcon {
  padding: 0 !important;
}

#modernpanel .msjyazan {
  border-bottom: 0 !important;
}

#modernpanel .msjyazan h5 {
  background: linear-gradient(0deg, #f857a6 0%, #ff5858 100%);
  color: #fff;
  padding: 6px 20px !important;
  border-radius: 30px !important;
  margin-left: 15px;
  font-size: 14px;
  float: right;
  position: absolute;
  top: 20px;
  right: 20px;
}

.reply-message {
  padding: 0 !important;
}

#modernpanel .destekdetayleft {
  width: 100% !important;
}

#modernpanel .ticketinfos {
  width: 100%;
}

#modernpanel .ticketinfos {
  width: 100%;
}

#modernpanel .ticketdetail {
  width: 100% !important;
}

.ticketdetail textarea {
  width: 100%;
  border: 0;
  border-radius: 20px;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  margin-bottom: 30px;
  height: 40px;
  color: #897dac;
  min-height: 200px;
}

.destekdosyaeki span {
  display: block;
  word-wrap: break-word !important;
}

.ticketdetail a.yesilbtn.gonderbtn {
  line-height: 50px;
  padding: 0px 40px;
  height: 50px;
  border-radius: 50px;
  background: var(--theme-gradient);
}

.ticketdetail a.yesilbtn.gonderbtn:hover {
  background: var(--theme-gradient) !important;
}

.destekdosyaeki {
  color: #595395;
  float: none;
  width: 100%;
}


.adresbilgisi {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 20px;
}

.adresbilgisi-right {
  position: absolute;
  right: 17px;
  top: 10px;
}

a#ticket_solved_button {
  background: transparent !important;
  color: var(--theme-link-color);
  border: 2px solid var(--theme-link-color);
  opacity: 0;
  filter: grayscale(0%);
}

a.mavibtn.gonderbtn {
  background: var(--theme-link-color) !important;
  border-color: var(--theme-link-color);
  color: #fff;
}

#modernpanel .ticketinfos {
  width: 100% !important;
}

a.redbtn.gonderbtn.mio-ajax-submit {
  color: #fff;
}

.tablepaket .gonderbtn {
  margin-top: 10px;
  display: inline-block;
}

.smsdetayinfo {
  margin-bottom: 30px;
}

.smsdetayinfo i {
  font-size: 50px;
  margin-bottom: 14px;
}

.smsdetayinfo a.mavibtn.gonderbtn {
  width: calc(50% - 20px);
  display: inline-block;
  margin: 0 8px;
}

.smsdetayinfo a.yesilbtn.gonderbtn {
  width: calc(50% - 20px) !important;
  margin: 0px 8px;
}

#ChangeGroupNumbers a.redbtn.gonderbtn {
  color: #fff;
}

.hosting-right input.form-control {
  margin-bottom: 10px;
}



i.currposright {
  display: none;
}

i.currposleft {
  display: none;
}


.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
}

a.pagination {
  display: inline-block;
  background: var(--theme-gradient);
  color: #ffff;
  padding: 7px 15px;
  font-size: 11px;
  margin-left: 10px;
  border-radius: 5px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1.0);
    opacity: 0
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0
  }
}

.license-verification-result {
  text-align: center;
  margin-top: 30px;
}

.license-verification-result i {
  font-size: 40px;
  margin-bottom: 15px;
}

.license-ok {
  color: green;
}

.license-none {
  color: red;
}

.license-verification-result h4 {
  margin-bottom: 30px;
}

a.cd-top.cd-is-visible {
  display: none;
}


a.cd-top.cd-is-visible {
  display: none;
}

a.googleconnect {
  display: block;
  background: #DB4437;
  border-radius: 50px;
  padding: 0;
  line-height: 40px;
  margin-bottom: 15px;
  font-size: 15px;
}

a.facebookconnect {
  display: block;
  background: #3b5998;
  border-radius: 50px;
  padding: 0;
  line-height: 40px;
  margin-bottom: 15px;
  font-size: 15px;
}

#modernpanel .destekinfo {
  background: var(--theme-gradient) !important;
  color: #fff;
}

.blue-info {
  padding: 20px;
  border: 1px solid #00c4ff;
  border-radius: 10px;
  color: #00a4d6;
  margin-bottom: 25px;
}

.transfercode input {
  width: 75%;
}

.balance-flex {
  display: flex;
}


.bankablok {
  width: 50%;
  float: left;
  padding: 30px;
  text-align: center;
}

.bankablok .bankalogo h4 {
  font-size: 20px;
}

.bankablok h5 {
  font-size: 15px;
}

.mpaneltitle h4 {
  line-height: 100px;
}

.intl-tel-input {
  color: #000;
}

.intl-tel-input .selected-flag .iti-flag {
  left: 11px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 22px;
  font-size: 14px;
}

.musterigorusleri {
  text-align: center;
  margin: 30px 0;
  cursor: pointer;
}

.musterigorusleri ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.musterigorusleri .musyorum {
  margin: 40px 0;
}

.musterigorusleri div#mgorusarrow {
  display: none;
}

.musterigorusleri .yorumyapan h3 {
  display: block;
  margin-left: 15px;
  font-size: 20px;
  margin-top: 15px;
  color: var(--theme-link-color);
  text-align: left;
}

.musterigorusleri .yorumyapan h4 {
  display: block;
  margin-left: 15px;
  font-size: 16px;
  margin-top: 10px;
  color: #666;
  text-align: left;
}


.musterigorusleri .yorumyapan img {
  float: left;
}

.musterigorusleri-slick button {
  display: none !important;
}


.software-feature {
  border: 2px solid #f1f1f1;
  margin-bottom: 30px;
  border-radius: 5px;
  color: var(--theme-link-color);
  padding: 15px 20px;
  transition: .3s all;
}

.software-feature:hover {
  border-color: var(--theme-link-color);
}


.software-feature span.soft-icon {
  display: block;
  float: left;
  font-size: 40px;
  margin-right: 20px;
}

.software-feature .sf-info {
  float: left;
}

.software-feature .sf-info h3 {
  font-size: 18px;
  font-weight: 700;
}


@media only screen and (min-width: 768px) {

  header.header-top .right nav.menu ul li.dropdown:hover ul {
    display: block;
  }

  header.header-top .right nav.menu ul li.dropdown-2:hover ul {
    transform: scale(1);
  }
}

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

  header.header-top .right nav.menu ul li.dropdown ul.dropdown-menu.mega .mega-text img {
    max-width: 60%;
  }


  .destekdosyaeki label {
    width: 100%;
  }

  .balance-flex {
    display: block;
  }

  header.header-top .right nav.menu ul li.dropdown-2 ul {
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
  }

  #destekcvpyaz a.yesilbtn.gonderbtn.mio-ajax-submit {
    padding: 0;
  }

  .balance-flex input {
    width: 100% !important;
    margin: 15px 0 !important;
  }

  .cpanelebmail {
    margin-bottom: 40px;
  }

  .c-tab-containers .c-tab-content .white-box {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .c-tab-containers .c-tab-content .white-box .table {
    width: 200% !important;
  }

  .c-tab-containers .c-tab-content .white-box .bottom-info {
    position: inherit !important;
  }

  .tablepaket {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }

  .bankablok {
    float: none !important;
    width: 100% !important;
  }

  #baslikislemleri tbody {
    width: 100%;
    display: block;
  }

  #baslikislemleri tr {
    width: 100%;
    display: block;
  }

  #baslikislemleri table {
    display: block;
    width: 100%;
  }

  #baslikislemleri td {
    width: 100%;
    display: block;
  }

  .destekinfo {
    width: 100%;
  }


  .msjyazan h4 span {
    margin: 10px 0 !important;
  }

  #modernpanel .msjyazan h5 {
    top: -13px;
  }

  #modernpanel .destekdetayright .gonderbtn {
    width: 100% !important;
    float: none !important;
    display: block;
    line-height: 50px;
    padding: 0;
  }


  #modernpanel .destekdetayright .yuzde40 {
    float: none !important;
    margin-top: 30px;
  }

  .tescilucretleri {
    width: 100%;
    overflow-x: auto;
  }

  .footer-bottom .language {
    top: -5px;
  }

  .transfercode input {
    width: 100%;
  }

  .domainlookuplist {
    width: 100%;
  }

  header.header-top .right nav.menu ul li.dropdown.mega {
    position: relative;
  }

  header.header-top .right nav.menu ul li.dropdown ul.dropdown-menu.mega {
    width: 100%;
  }

  header.header-top .right nav.menu ul li.dropdown ul.dropdown-menu.mega .mega-text {
    margin-bottom: 30px;
    border: 0;
  }



  .left-login {
    padding: 50px 25px;
  }

  .iletisimblok {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 30px;
  }

  .googlemap {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }

  .iletisimformu {
    float: none;
    width: 100%;
  }

  .scriptdetayinfo {
    padding-right: 0;
    border-right: 0;
  }

  a#checkButton {
    display: block;
    margin: 0 0 20px;
    position: relative;
    float: none;
    width: 100%;
  }

  a#transferbtn {
    display: block;
    margin: 0;
    position: relative;
    float: none;
  }

  #transfercode .lbtn {
    position: inherit;
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .create-ticket-button {
    top: 6px;
    right: 6px;
    font-size: 9px;
    padding: 0 10px !important;
    line-height: 28px;
  }

  a.incelebtn {
    display: inline-block;
    font-size: 10px;
    width: 101px;
  }

  .hostozellk {
    width: 48% !important;
  }

  .uzantibox {
    width: 28% !important;
  }

  .sidebar.page-detail {
    float: none;
    width: 100%;
  }

  .sayfacontent.page-detail {
    float: none;
    width: 100%;
  }

  .page-header .container {
    z-index: 0;
  }

  #language-modal a.select {
    display: block;
  }

  #language-modal .modal-dialog {
    margin-top: 30px;
  }

  .basket span {
    position: absolute;
    top: -10px;
    right: -10px;
  }


  header.header-top .top .left {
    display: none;
  }

  .page-header.customer .box-border {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
  }

  header.header-top .right nav.menu ul li a span.nav-desc {
    display: none;
  }

  .page-header.customer .bottom-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 30px;
  }

  .my-software {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .my-software form.search {
    display: none;
  }

  header.header-top .right nav.menu ul li a svg {
    display: inline-block;
  }

  header.header-top .right a.basket {
    float: none;
    position: absolute;
    top: 15px;
    right: 75px;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 37px;
    line-height: 37px;
    padding: 0 13px;
  }

  header.header-top .right a.basket svg {
    margin: -5px 0 0 0;
    height: 20px;
  }

  .c-tab-containers .c-tab-content .white-box .cpanel-login .cpanel {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .c-tab-containers .c-tab-content .white-box .cpanel-login .whm {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .create-ticket .answer span.name {
    display: block;
    margin-bottom: 20px;
  }

  .top-sellers span.count {
    font-size: 33px;
  }

  .top-sellers svg {
    bottom: 20px;
  }

  .hosting-container .table-div .packets-table tbody td a.buy {
    font-weight: 400;
    padding: 8px;
    font-size: 12px;
  }

  .hosting-container a.location img {
    height: 25px;
  }

  .hosting-container a.location {
    line-height: 14px;
    font-size: 13px;
    padding: 9px 30px;
  }

  header.header-top .logo img {
    height: 36px;
    float: left;
    margin: 20px 10px;
  }

  header.header-top .top .right {
    display: none;
  }

  nav.menu {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    padding: 10px 0;
    background: #fff;
    transform: translateY(-100%);
    transition: 0.5s all ease-in-out;
    z-index: 999;
  }

  nav.menu button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 16px;
    background: #f1f1f1;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    border: 0;
    opacity: 1;
  }

  nav.menu.active {
    transform: translateY(0);
  }

  nav.menu ul li {
    float: none !important;
    border-bottom: 1px solid #f1f1f1;
  }

  nav.menu ul li a {
    color: var(--theme-link-color) !important;
  }

  header.header-top .right nav.menu ul li.dropdown ul {
    left: 0 !important;
    z-index: 999;
    padding-left: 30px !important;
    width: 100%;
  }

  nav.menu ul li.dropdown ul .box {
    float: none !important;
    width: 100% !important;
  }

  .slider-top .slider-item .slider-content .content {
    max-width: 100vw;
  }

  .site-content.index {
    margin-top: 0px;
    padding-top: 30px;
    background: #fff;
  }

  .slider-top .slider-item .slider-content .content h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .slider-top .slider-item .slider-image {
    height: 80vh;
  }

  .slider-top ul.slick-dots {
    display: block;
    bottom: 13px;
    top: auto;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
  }

  .slider-top ul.slick-dots li {
    width: 56px;
    height: 3px;
    border-radius: 0;
    margin: 5px 5px;
    float: left;
  }

  .slider-top .slider-item .slider-content {
    height: 80vh;
  }

  .site-content .register-domain form .domain-input input[type="submit"] {
    width: 140px;
    right: 20px;
  }

  .site-content .register-domain .domain-right {
    display: none;
  }

  .site-content .services .services-container .box {
    width: 100%;
  }

  .dealer a.start-button {
    display: block;
    background: #fff;
    position: relative;
    text-align: center;
    margin-top: 30px;
  }

  .footer .col-md-3 {
    margin-bottom: 30px;
  }

  .footer .top .logo img {
    max-height: 50px;
  }

  .footer ul li a {
    font-size: 13px;
  }

  .footer h4 {
    font-size: 16px;
  }

  .footer-bottom {
    padding: 10px;
    line-height: 30px;
    font-size: 10px;
  }

  .hosting .hosting-packets .hosting-packet {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
  }

  .hosting .hosting-packets .hosting-packet h4.hosting-title {
    border-radius: 15px 15px 0 0;
    padding-bottom: 10px;
  }

  .hosting .hosting-packets .hosting-packet .hp-content {
    margin-top: -10px;
    border-radius: 15px;
  }

  .hosting .hosting-packets .hosting-packet.recommended {
    transform: scale(1);
  }

  .page-header {
    padding: 80px 0 30px 0;
  }

  .page-header .row .image {
    margin-bottom: 30px;
  }

  .page-header .row .price-button,
  .page-header .row .add-button {
    width: 100%;
    margin-top: 15px;
  }


  .tabs-header {
    margin: 0 0 50px 0;
  }

  .tabs-header .tab.active,
  .tabs-header a.active {
    font-weight: 700;
  }

  .tabs-header {
    display: block;
    padding: 0 15px;
  }

  .tabs-header .tab,
  .tabs-header a {
    margin: 0 10px;
    font-size: 13px;
    line-height: 40px;
    display: block;
    float: left;
  }

  .tabs-container .tab-content {
    margin: 0;
  }

  .page-header .steps {
    display: block;
  }

  .page-header .steps .step {
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }

  .step-form {
    margin-top: -130px;
  }

  .step-form .form-step .step-box .content .labels label.periyot {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .step-form .form-step .step-box .select-hosting .hosting-left,
  .step-form .form-step .step-box .select-hosting .hosting-right {
    float: none;
    width: 100%;
    position: relative;
  }

  .step-form .form-step .step-box .content .add-service .left,
  .step-form .form-step .step-box .content .add-service .right {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .step-form .step-box.finish {
    text-align: center;
    margin-bottom: 80px;
  }

  .step-form .form-step .step-box.finish .left-button {
    bottom: 50px;
  }

  .page-header.customer .box-border {
    margin-top: 30px;
  }

  .create-ticket .answer span.date {
    display: none;
  }

  .c-tabs {
    padding: 0;
  }

  .c-tabs .c-tab {
    width: 100%;
    font-size: 14px;
  }

  .c-tab-containers .c-tab-content .round-content {
    margin-top: 30px;
    margin-bottom: 43px;
  }

  .site-content .register-domain form .cards {
    display: block;
  }

  .site-content .register-domain form .cards .label-content {
    width: calc(33% - 9px);
  }
}
.page-header{
  padding-bottom: 130px;
}

button.disabled{
  background:linear-gradient(0deg, #acacac 0%, #b1b1b1 100%)!important;
}