.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.oswald {
  font-family: "Oswald", sans-serif;
}
* {
  font-family: "Nunito Sans", sans-serif;
}
.nunito {
  font-family: "Nunito Sans", sans-serif;
}
.scgrad1 {
  background: -moz-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: linear-gradient(135deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f73a186c', endColorstr='#f700072a', GradientType=1);
}
.scgrad2 {
  background: #d83cff;
  background: -moz-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: -webkit-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: linear-gradient(135deg, #d83cff 0%, #8b2bd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83cff', endColorstr='#8b2bd5', GradientType=1);
}
.scgrad3 {
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
}
.awesome {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.awesome-500 {
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
}
body {
  background: #ffffff !important;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  color: #000729;
  font-weight: 400;
}
a {
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "Nunito Sans", sans-serif;
  color: #000729;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #000729;
    outline: none !important;
}
a:visited {
  text-decoration: none;
}
.s-container {
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 1366px) {
  .s-container {
    width: 1170px;
      
  }
}
@media only screen and (max-width: 1365px) {
  .s-container {
    padding: 0 15px;
  }
}
.s-cle::after,
.cle::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 1366px) {
  .d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 1366px) {
  .df-end {
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1366px) {
  .df-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1366px) {
  .flex-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1366px) {
  .flex-end {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1365px) {
  .mob-d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 1365px) {
  .mob-df-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1365px) {
  .mob-flex-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1365px) {
  .mob-flex-end {
    justify-content: flex-end;
  }
}
.d-table {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}
.d-cell {
  display: table-cell;
}
.va-middle {
  vertical-align: middle;
}
.va-bottom {
  vertical-align: bottom;
}
.va-top {
  vertical-align: top;
}
/* SLİDER */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider {
  position: relative;
  display: block;
  outline: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  outline: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
  outline: 0;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  outline: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  outline: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
  outline: 0;
}
.slick-track:after {
  clear: both;
  outline: 0;
}
.slick-loading .slick-track {
  visibility: hidden;
  outline: 0;
}
.slick-slide {
  display: none;
  outline: 0;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
  outline: 0;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
  outline: 0;
}
.slick-initialized .slick-slide {
  display: block;
  outline: 0;
}
.slick-loading .slick-slide {
  visibility: hidden;
  outline: 0;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  outline: 0;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
/* Slider Bullets */
.regular .slick-dots {
  position: absolute;
  bottom: -33px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.regular .slick-dots li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}
.regular .slick-dots li div {
  display: block;
  border: 0;
  width: 8px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 8px;
  background: #949aa9;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 1;
}
.regular .slick-dots .slick-active div {
  background: #00c5b5 !important;
  transition: all 0.2s ease-in-out;
}
/* MODAL */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.remodal iframe,
.remodal img {
  display: inline-block;
  max-width: 100%;
  border: none;
  height: auto;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
.animation1 {
  animation-name: anime1;
  animation-duration: .9s;
  animation-fill-mode: forwards;
}
@keyframes anime1 {
  0% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.spe-input1::placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1::-ms-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1:-ms-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1::-moz-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1:-moz-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1::-webkit-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.head-general {
  background-size: cover;
  background-repeat: no-repeat;
}
.head-general .head-inner {
  background: rgba(48,1,98,1);
}
@media only screen and (min-width: 1366px) {
  .head-general .head-inner .head-inner-two {
    background: url("../images/bg1.png") no-repeat top 80px center;
    height: 1030px;
  }
}
@media only screen and (max-width: 1365px) {
  .head-general .head-inner .head-inner-two {
    padding-bottom: 15px;
  }
}
.head-general-sub {
  background-size: cover;
  background-repeat: no-repeat;
}
.head-general-sub .sub-head-inner {
  background: rgba(48,1,98,1);
}
.head-general-sub .sub-head-inner .sub-head-inner-two {
  padding-bottom: 1px;
}
@media only screen and (min-width: 1366px) {
  .resp-menu {
    display: none;
  }
}
@media only screen and (max-width: 1365px) {
  .resp-menu {
    position: absolute;
    right: 15px;
    top: 18px;
    color: #ffffff;
    cursor: pointer;
    font-size: 28px;
  }
}
.head-top {
  border-bottom: 1px dotted #444697;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1365px) {
  .head-top {
    height: 70px;
  }
}
@media only screen and (min-width: 1366px) {
  .head-top .ht-row {
    height: 60px;
  }
}
@media only screen and (max-width: 1365px) {
  .head-top .ht-row {
    display: none;
  }
}
@media only screen and (min-width: 1366px) {
  .head-top .ht-row .ht-col:nth-child(2) {
    width: 40%;
    text-align: right;
  }
}
@media only screen and (min-width: 1366px) {
  .head-top .ht-row .ht-col:nth-child(1) {
    width: 60%;
  }
}
.head-top .ht-row .ht-col:nth-child(1) a {
  color: #a198dc !important;
  display: inline-block;
}
@media only screen and (min-width: 1366px) {
  .head-top .ht-row .ht-col:nth-child(1) a {
    margin-right: 40px;
  }
}
.head-top .ht-row .ht-col:nth-child(1) a:hover {
  color: #d83cff !important;
}
.ht-right {
  display: inline-block;
  color: #a198dc;
  font-size: 12px;
  position: relative;
}
.ht-right::before {
  content: "";
  width: 13px;
  height: 11px;
  background: url("../images/icon14.png") no-repeat;
  position: absolute;
  top: 0;
  left: -20px;
}
.ht-right::after {
  content: "";
  width: 13px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  position: absolute;
  right: -20px;
  bottom: 0;
  height: 11px;
  background: url("../images/icon14.png") no-repeat;
}
.ht-right .dns {
  font-size: 14px;
}
.ht-right .dns i {
  font-size: 8px !important;
}
.ht-right a {
  color: #a198dc;
}
@media only screen and (min-width: 1366px) {
  .head-mid .hm-row {
    height: 514px;
  }
}
@media only screen and (min-width: 1366px) {
  .head-mid .hm-row .hm-col {
    width: 50%;
  }
  .head-mid .hm-row .hm-col:nth-child(1) {
    padding-right: 15px;
  }
  .head-mid .hm-row .hm-col:nth-child(2) {
    padding-left: 65px;
  }
}
@media only screen and (max-width: 1365px) {
  .head-mid .hm-row .hm-col:nth-child(1) {
    padding: 20px 0 60px 0;
    text-align: center;
  }
  .head-mid .hm-row .hm-col:nth-child(2) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.sli1-row .sli1r-col .sli1-text1 {
    font-family: "Oswald", sans-serif !important;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (min-width: 1366px) {
  .sli1-row .sli1r-col .sli1-text1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .sli1-row .sli1r-col .sli1-text1 {
    font-size: 20px;
    text-align: center;
  }
}
.sli1-row .sli1r-col .sli1-text1 span {
  color: #FFF;
    font-family: "Oswald", sans-serif !important;
}
.sli1-row .sli1r-col p.sli1-p {
  color: #9f84d2;
  margin: 10px 0 20px 0;
  padding: 0;
  display: block;
}
@media only screen and (min-width: 1366px) {
  .sli1-row .sli1r-col p.sli1-p {
    line-height: 30px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1365px) {
  .sli1-row .sli1r-col p.sli1-p {
    line-height: 20px;
    font-size: 14px;
    text-align: center;
  }
}
@media only screen and (min-width: 1366px) {
  .sli1-row .sli1r-col:nth-child(1) {
    width: 50%;
    padding-right: 15px;
  }
  .sli1-row .sli1r-col:nth-child(2) {
    width: 50%;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1365px) {
  .sli1-row .sli1r-col:nth-child(2) {
    display: none;
  }
}
.spe-button1 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 3px; 
}
.spe-button1::before {
    position: absolute;
    width: 63px;
    height: 6px;
    margin-top: 40px;
    margin-left: 25px;
    content: "";
    background: #ff8100;
    
}
@media only screen and (max-width: 1365px) {
  .spe-button1::before {
    position: absolute;
    width: 63px;
    height: 6px;
    margin-top: 40px;
    margin-left: -53px;
    content: "";
    background: #ff8100;
}
}
.spe-button1::after {
  content: "";
  left: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0;
  top: 0;
  width: 0;
  height: 100%;
  position: absolute;
}
.spe-button1:hover::after {
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.spe-button1 .sb1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.spe-button1 .sb1 span:nth-child(1) {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 25px;
}
.spe-button1 .sb1 span:nth-child(2) {
  color: #ffffff;
  padding: 0 15px;
}
.slider-package {
  padding: 30px 23px;
  font-family: "Oswald", sans-serif;
  color: #a198dc;
  height: 399px;
  display: inline-block;
}
@media only screen and (min-width: 1366px) {
  .slider-package {
    background: url("../images/bg2.png") no-repeat;
    width: 239px;
  }
}
@media only screen and (max-width: 1365px) {
  .slider-package {
    background: #060a2e;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    max-width: 90%;
  }
}
.slider-package .sli-pack-name {
  color: #ffffff;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}
.slider-package .sli-pack-price {
  color: #ffffff;
  margin-top: 10px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
}
.slider-package .sli-pack-price span {
  display: block;
  font-weight: 300;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}
.slider-package .sli-pack-spes {
  margin-top: 20px;
  height: 200px;
}
.slider-package .sli-pack-spes div {
  display: block;
  font-size: 13px;
  position: relative;
  margin-top: 10px;
}
.slider-package .sli-pack-spes div::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -45px;
  width: 40px;
  height: 1px;
  background: #d83cff;
  opacity: 0.50;
}
.slider-package .sli-pack-det {
  text-align: right;
    margin-top: -20px;
}
.slider-package .sli-pack-det a {
  position: relative;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
}
.slider-package .sli-pack-det a::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: -45px;
  width: 40px;
  height: 1px;
  background: #d83cff;
  opacity: 0.50;
}
.slider-package .sli-pack-det a:hover {
  color: #d83cff;
}
@media only screen and (min-width: 1366px) {
  .slider1 .slick-current .slider-package {
    animation-name: anime1;
    animation-duration: .9s;
    animation-fill-mode: forwards;
  }
}
/* Slider Bullets */
.slider1 .slick-dots {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .slider1 .slick-dots {
    right: -20px;
    top: 38%;
  }
}
@media only screen and (max-width: 1365px) {
  .slider1 .slick-dots {
    bottom: -40px;
    width: 100%;
  }
}
.slider1 .slick-dots li {
  position: relative;
  list-style: none;
  text-align: center;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 1366px) {
  .slider1 .slick-dots li {
    display: block;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 1365px) {
  .slider1 .slick-dots li {
    display: inline-block;
    margin: 5px 5px;
  }
}
.slider1 .slick-dots li div {
  display: block;
  border: 0;
  outline: 0;
  width: 18px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 18px;
  background: transparent;
  border: 2px solid #434595;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
}
.slider1 .slick-dots li div::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #d83cff;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-top: 2px;
}
.slider1 .slick-dots .slick-active div {
  outline: 0;
  transition: all 0.2s ease-in-out;
}
.slider1 .slick-dots .slick-active div::after {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1365px) {
  .logo {
    position: absolute;
    top: 10px;
    left: 15px;
    line-height: 50px;
  }
}
.lang-bar {
  text-align: center;
}
@media only screen and (max-width: 1365px) {
  .lang-bar {
    position: absolute;
    top: 23px;
    right: 80px;
  }
}
.lang-bar img {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border: 3px solid transparent;
}
.lang-bar a {
  display: inline-block;
  margin: 0 5px;
}
.lang-bar a:hover img,
.lang-bar a.current img {
  border-color: #69269d;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-button2 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 3px;
   background: #303c8f; 
}
.spe-button2::after {
  content: "";
  background: rgba(255,255,255,.1);
  left: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0;
  top: 0;
  width: 0;
  height: 100%;
  position: absolute;
}
.spe-button2:hover::after {
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.spe-button2 .sb1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.spe-button2 .sb1 span:nth-child(1) {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 25px;
  background: rgba(0, 0, 0, 0.65);
}
.spe-button2 .sb1 span:nth-child(2) {
  color: #ffffff;
  padding: 0 15px;
}
.spe-button3 {
  display: inline-block;
 background: #4beb62;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 3px;
}
.spe-button3::after {
  content: "";
  background: rgba(255,255,255,.1);
  left: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0;
  top: 0;
  width: 0;
  height: 100%;
  position: absolute;
}
.spe-button3:hover::after {
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.spe-button3 .sb1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.spe-button3 .sb1 span:nth-child(1) {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 25px;
   background: rgba(0, 0, 0, 0.65);
}
.spe-button3 .sb1 span:nth-child(2) {
  color: #ffffff;
  padding: 0 15px;
}
.sub-head-mid-top .mid2-buttons {
  margin: 0 !important;
}
.mid2-buttons {
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .mid2-buttons {
    margin: 60px 0;
  }
}
@media only screen and (max-width: 1365px) {
  .mid2-buttons {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 1366px) {
  .mid2-buttons a {
    margin: 0 5px;
  }
}
.mid2-logo-login .mll-all .mll-col:nth-child(1) {
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .mid2-logo-login .mll-all .mll-col:nth-child(1) {
    width: 50%;
  }
}
@media only screen and (min-width: 1366px) {
  .mid2-logo-login .mll-all .mll-col:nth-child(1) img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1365px) {
  .mid2-logo-login .mll-all .mll-col:nth-child(1) img {
    max-height: 50px;
    max-width: 135px;
  }
}
.mid2-logo-login .mll-all .mll-col:nth-child(2) {
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .mid2-logo-login .mll-all .mll-col:nth-child(2) {
    width: 50%;
  }
}
.animation2 {
  -webkit-animation: rotate-hor-center 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: rotate-hor-center 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@-webkit-keyframes rotate-hor-center {
  0% {
    margin-left: 0px;
  }
  33% {
    margin-left: 30px;
  }
  66% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes rotate-hor-center {
  0% {
    margin-left: 0px;
  }
  33% {
    margin-left: 30px;
  }
  66% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
.cart {
  display: inline-block;
}
.cart:hover {
  -webkit-animation: rotate-hor-center 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: rotate-hor-center 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.cart .cart-row .cr-col:nth-child(1) .cart-stock {
  display: block;
  background: url("../images/icon2.png") no-repeat;
  width: 56px;
  height: 50px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-align: center;
  padding-top: 24px;
}
.cart .cart-row .cr-col:nth-child(2) {
  padding: 0 15px;
}
.cart .cart-row .cr-col:nth-child(2) .cart-text1 {
  display: block;
  color: #a198dc;
  font-weightR: 700;
  text-align: left;
  font-family: "Oswald", sans-serif;
}
.cart .cart-row .cr-col:nth-child(2) .cart-text2 {
  display: block;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 18px;
  text-align: left;
}
.cart .cart-row .cr-col:nth-child(3) .cart-currency a {
  display: block;
  padding: 3px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-family: "Oswald", sans-serif;
  margin: 2px 0;
  background: #303c8f;
  color: #ffffff;
}
.cart .cart-row .cr-col:nth-child(3) .cart-currency a:hover,
.cart .cart-row .cr-col:nth-child(3) .cart-currency a.current {
  background: #d83cff;
}
.mid2-sup-row {
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .mid2-sup-row {
    margin-top: 90px;
      margin-left: 90px;
  }
}
@media only screen and (max-width: 1365px) {
  .mid2-sup-row {
    margin-top: 20px;
  }
}
.mid2-sup-row .mid2-support {
  display: inline-block;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
.mid2-sup-row .mid2-support .mid2-live {
  background: url("../images/icon1.png") no-repeat left center;
  padding-left: 50px;
  margin-top: 10px;
}
.mid2-sup-row .mid2-support a.mid2-mail {
  font-size: 18px;
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #a198dc;
}
.mid2-sup-row .mid2-support a.mid2-mail:hover {
  color: #d83cff;
}
.mid2-sup-row .mid2-support a.mid2-phone {
  font-size: 18px;
  display: block;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #a198dc;
}
.mid2-sup-row .mid2-support a.mid2-phone span {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
}
.mid2-sup-row .mid2-support a.mid2-phone:hover {
  color: #d83cff;
}
.mid2-sup-row .mid2-support span {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  margin-bottom: 3px;
  display: block;
  color: #FFF;
}
@media only screen and (min-width: 1366px) {
  .resp-menu-bar {
    display: none;
  }
}
@media only screen and (max-width: 1365px) {
  .resp-menu-bar {
    position: absolute;
    background: #060a2e;
    display: none;
    left: 0;
    top: 70px;
    z-index: 100;
    width: 100%;
  }
}
.resp-menu-bar ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.resp-menu-bar ul li {
  display: block;
}
.resp-menu-bar ul li a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Oswald", sans-serif;
  color: #ffffff;
}
.resp-menu-bar ul li a.resp-dd {
  position: relative;
}
.resp-menu-bar ul li a.resp-dd::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  opacity: 0.50;
  font-size: 10px;
  right: 20px;
  top: 14px;
  position: absolute;
}
.resp-menu-bar ul li ul {
  display: none;
  padding-left: 20px;
}
.resp-menu-bar ul li ul li a {
  opacity: 0.70;
  font-family: "Nunito Sans", sans-serif;
}
@media only screen and (min-width: 1366px) {
  .menu {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1365px) {
  .menu {
    position: absolute;
    background: #060a2e;
    display: none;
    left: 0;
    top: 70px;
    z-index: 100;
    width: 100%;
  }
}
.menu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1366px) {
  .menu ul li {
    display: inline-block;
  }
}
.menu ul li > a {
  display: block;
  position: relative;
  z-index: 400;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  color: #a198dc;
  font-family: "Oswald", sans-serif;
  padding: 15px 30px;
  text-transform: uppercase;
}
.menu ul li > a.current {
  -webkit-border-bottom-right-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #ffffff;
}
.menu ul li > a.current::before {
  opacity: 1;
  width: 100%;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.menu ul li > a span {
  font-family: "Oswald", sans-serif;
  position: relative;
  z-index: 2;
}
.menu ul li > a:hover {
  color: #ffffff;
}
.menu ul li > a:hover::before {
  opacity: 1;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.menu ul li > a::before {
  content: "";
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
}
.s-dropdown {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  left: 0;
}
.s-dropdown.current {
  display: block;
}
.s-dropdown .sdr-back {
  background: #ffffff;
  padding: 0;
  z-index: 3;
  position: relative;
  border-top: 3px solid #4beb62;
}
.s-dropdown::before {
  content: "";
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 7, 41, 0.5);
}
@media only screen and (min-width: 1366px) {
  .home-domain {
    height: 286px;
      margin-top: 70px;
  }
}
@media only screen and (max-width: 1365px) {
  .home-domain {
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
  }
}
.home-domain .hd-text1 {
  display: block;
  margin-top: 10px;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  padding-left: 20px;
   font-family: "Oswald", sans-serif !important; 
}
@media only screen and (min-width: 1366px) {
  .home-domain .hd-text1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1365px) {
  .home-domain .hd-text1 {
    font-size: 18px;
  }
}
.home-domain .hd-text1 span {
  color: #FFF;
   font-family: "Oswald", sans-serif !important;
}
.home-domain .hdmf-row {
  margin-top: 20px;
}
@media only screen and (min-width: 1366px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(1) {
    width: 10%;
  }
}
@media only screen and (max-width: 1365px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(1) {
    width: 20%;
  }
}
.home-domain .hdmf-row .hdmf-col:nth-child(1) .hdmf-1 {
  display: block;
  -webkit-border-top-left-radius: 70px;
  -webkit-border-bottom-left-radius: 70px;
  -moz-border-radius-topleft: 70px;
  -moz-border-radius-bottomleft: 70px;
  border-top-left-radius: 70px;
  text-align: Center;
  border-bottom-left-radius: 70px;
  background: #FFF;
}
@media only screen and (min-width: 1366px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(1) .hdmf-1 {
    font-size: 24px;
    height: 65px;
    line-height: 67px;
  }
}
@media only screen and (max-width: 1365px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(1) .hdmf-1 {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1366px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(2) {
    width: 65%;
  }
}
@media only screen and (max-width: 1365px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(2) {
    width: 40%;
  }
}
.home-domain .hdmf-row .hdmf-col:nth-child(2) .hdmf-input input {
  display: block;
  border: none;
  outline: 0;
  width: 100%;
  background: #ffffff;
  
}
@media only screen and (min-width: 1366px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(2) .hdmf-input input {
    height: 65px;
    line-height: 77px;
    font-size: 24px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(2) .hdmf-input input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }
}
.home-domain .hdmf-row .hdmf-col:nth-child(2) .hdmf-input input:focus {
  outline: 0;
}
@media only screen and (min-width: 1366px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(3) {
    width: 10%;
  }
}
@media only screen and (max-width: 1365px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(3) {
    width: 20%;
  }
}
.home-domain .hdmf-row .hdmf-col:nth-child(3) .hdmf-2 {
  background: #ffffff;
  color: #9ba2c5;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(3) .hdmf-2 {
    height: 77px;
    font-size: 24px;
    line-height: 77px;
  }
}
@media only screen and (max-width: 1365px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(3) .hdmf-2 {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1366px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(4) {
    width: 15%;
  }
}
@media only screen and (max-width: 1365px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(4) {
    width: 20%;
  }
}
.home-domain .hdmf-row .hdmf-col:nth-child(4) .hdmf-submit input {
  background: #ff8100;
  color: #ffffff;
  text-align: center;
  outline: 0;
  font-family: "Oswald", sans-serif;
  display: block;
  font-weight: 400;
  border: none;
  width: 100%;
  -webkit-border-top-right-radius: 70px;
  -webkit-border-bottom-right-radius: 70px;
  -moz-border-radius-topright: 70px;
  -moz-border-radius-bottomright: 70px;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
}
@media only screen and (min-width: 1366px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(4) .hdmf-submit input {
    font-size: 22px;
    line-height: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 1365px) {
  .home-domain .hdmf-row .hdmf-col:nth-child(4) .hdmf-submit input {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1366px) {
  .hd-dot-row .hdd-col:nth-child(1) {
    width: 80%;
      display: none;
  }
}
@media only screen and (max-width: 1365px) {
  .hd-dot-row .hdd-col:nth-child(1) {
    width: 85%;
      display: block;
  }
}
@media only screen and (min-width: 1366px) {
  .hd-dot-row .hdd-col:nth-child(2) {
    width: 20%;
    text-align: right;
  }
}
@media only screen and (max-width: 1365px) {
  .hd-dot-row .hdd-col:nth-child(2) {
    margin-top: 10px;
    text-align: center;
  }
}
.hd-dot-row .hdd-col:nth-child(2) a {
  color: #d83cff;
  font-size: 20px;
}
.hd-dot-row .hdd-col:nth-child(2) a:hover {
  color: #4beb62;
}
.sli2-col {
  padding: 0 10px;
}
.hd-dots {
  margin-top: 20px;
}
.hdd-bg {
  cursor: pointer;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.hdd-bg input {
  display: none;
}
.hdd-bg input:checked + span {
  background: #04b800;
}
.hdd-bg:hover span {
  background: #04b800;
}
.hdd-bg div {
  height: 35px;
  text-align: center;
  padding-top: 10px;
  line-height: 35px;
    color: #04b800;
}
.hdd-bg div img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.hdd-bg span {
  display: block;
  padding: 5px 0;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  border-radius: 38px;
}
/* Slider Arrows */
.slider2 .slick-prev,
.slider2 .slick-next {
  font-size: 0;
  opacity: 1;
  display: block;
  position: absolute;
}
.slider2 .slick-prev::before,
.slider2 .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #ffffff;
  cursor: pointer;
  opacity: 1;
}
.slider2 .slick-prev {
  right: -40px;
  top: 40px;
}
.slider2 .slick-prev:hover::before {
  background: #d83cff;
  color: #ffffff;
}
.slider2 .slick-next {
  right: -40px;
  top: 0px;
}
.slider2 .slick-next:hover::before {
  background: #d83cff;
  color: #ffffff;
}
.slider2 .slick-prev::before {
  content: '\f053';
}
.slider2 .slick-next::before {
  content: '\f054';
}
@media only screen and (min-width: 1366px) {
  .home-tab {
    margin-top: 170px;
  }
  .home-tab .home-tab-col:nth-child(1) {
    width: 23%;
  }
  .home-tab .home-tab-col:nth-child(2) {
    width: 77%;
  }
}
@media only screen and (max-width: 1365px) {
  .home-tab {
    margin-top: 15px;
  }
}
.htt-tabs .htt-col {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  background: #eaeaea;
  font-family: "Oswald", sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #060a2e;
}
.htt-tabs .htt-col:hover span,
.htt-tabs .htt-col.current span {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.htt-tabs .htt-col:hover::before,
.htt-tabs .htt-col.current::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 1;
}
.htt-tabs .htt-col div {
  position: relative;
  z-index: 2;
  font-family: "Oswald", sans-serif;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.htt-tabs .htt-col::before {
  content: "";
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1366px) {
  .htt-tabs .htt-col {
    padding: 20px 30px;
    text-align: right;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .htt-tabs .htt-col {
    padding: 10px 10px;
    text-align: center;
    font-size: 14px;
  }
}
.htt-tabs .htt-col span {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  color: #878992;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  display: block;
}
.tab-content {
  display: none;
}
.tab-content.current {
  display: block;
}
@media only screen and (min-width: 1366px) {
  .tab-padding {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .tab-row .tab-col {
    padding: 15px 0;
    width: 33.3333%;
  }
  .tab-row .tab-col:nth-child(3n+1) {
    padding-right: 15px;
  }
  .tab-row .tab-col:nth-child(3n+2) {
    padding-right: 15px;
    padding-left: 15px;
  }
  .tab-row .tab-col:nth-child(3n+3) {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1365px) {
  .tab-row .tab-col {
    text-align: center;
    margin: 15px 0;
  }
}
.tab-row .tab-col .tab-icon {
  display: block;
  background: url("../images/bg4.jpg") no-repeat;
  width: 53px;
  height: 33px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  text-align: right;
  padding-top: 5px;
  padding-right: 5px;
  border-bottom-right-radius: 50px;
}
@media only screen and (max-width: 1365px) {
  .tab-row .tab-col .tab-icon {
    margin: 0 auto;
  }
}
.tab-row .tab-col .tab-icon img {
  display: inline-block;
}
.tab-row .tab-col .tab-name {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 10px;
  font-family: "Nunito Sans", sans-serif;
  color: #060a2e;
}
.tab-row .tab-col .tab-p {
  display: block;
  font-size: 13px;
  font-family: "Nunito Sans", sans-serif;
  color: #060a2e;
  font-weight: 500;
  line-height: 24px;
}

  .content-one {
    background: #36016f;
      margin-top: -30px; padding-top: 30px;
  }

.content-top {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #060a2e;
}
@media only screen and (min-width: 1366px) {
  .content-top {
    background: url("../images/bg5.jpg") no-repeat top left;
    padding: 50px 0 0 50px;
    font-size: 36px;
  }
}
@media only screen and (max-width: 1365px) {
  .content-top {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.content-top span {
  display: block;
  font-weight: 300;
  color: #989bb2;
}
@media only screen and (min-width: 1366px) {
  .content-top span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1365px) {
  .content-top span {
    font-size: 14px;
  }
}
.content-top-dark {
  font-weight: 700;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 1366px) {
  .content-top-dark {
    background: url("../images/bg17.png") no-repeat top left;
    padding: 50px 0 0 50px;
    font-size: 36px;
  }
}
@media only screen and (max-width: 1365px) {
  .content-top-dark {
    font-size: 24px;
    text-align: center;
  }
}
.content-top-dark span {
  display: block;
  font-weight: 300;
  color: #989bb2;
}
@media only screen and (min-width: 1366px) {
  .content-top-dark span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1365px) {
  .content-top-dark span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1366px) {
  .co-row .co-col {
    width: 50%;
  }
  .co-row .co-col:nth-child(2) {
    padding-left: 150px;
  }
}
.tab-packages {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 1366px) {
  .tab-packages {
    width: 260px;
  }
}
@media only screen and (max-width: 1365px) {
  .tab-packages {
    width: 200px;
  }
}
.tab-packages .tab-pack-col {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #e2e2e2;
  font-family: "Oswald", sans-serif;
  color: #989bb2;
  text-align: center;
  width: 50%;
}
.tab-packages .tab-pack-col:hover,
.tab-packages .tab-pack-col.current {
  background: #4beb62;
  color: #060a2e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1366px) {
  .tab-packages .tab-pack-col {
    font-size: 18px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1365px) {
  .tab-packages .tab-pack-col {
    font-size: 14px;
    padding: 10px 0;
  }
}
.home-pack-bg {
  background: #060a2e url("../images/bg6.png") no-repeat top left;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.home-pack-bg .hpb-top {
  padding: 30px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
}
.home-pack-bg .hpb-top .hpb-text1 {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}
.home-pack-bg .hpb-top .hpb-text2 {
  font-size: 36px;
  font-family: "Oswald", sans-serif;
}
.home-pack-bg .hpb-top .hpb-text2 span {
  font-size: 14px;
}
.home-pack-bg .hpb-text3 {
  padding: 0 30px;
  height: 50px;
  overflow: hidden;
  color: #9ea3d1;
  font-size: 13px;
  line-height: 24px;
}
.home-pack-bg .hpb-list {
  margin-top: 20px;
}
.home-pack-bg .hpb-list .hpb-l-c {
  border-bottom: 1px solid #16246c;
}
.home-pack-bg .hpb-list .hpb-l-c div {
  padding: 13px 0;
}
.home-pack-bg .hpb-list .hpb-l-c div:nth-child(1) {
  width: 25%;
}
.home-pack-bg .hpb-list .hpb-l-c div:nth-child(1) img {
  display: block;
  margin: 0 auto;
}
.home-pack-bg .hpb-list .hpb-l-c div:nth-child(2) {
  width: 75%;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.home-pack-bg .hpb-list .hpb-l-c-x {
  border-bottom: 1px solid #16246c;
}
.home-pack-bg .hpb-list .hpb-l-c-x div {
  padding: 13px 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.home-pack-bg .hpb-button {
  text-align: center;
  padding: 20px 30px;
}
.hp-tab-fix {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1366px) {
  .hp-tab-fix {
    padding-top: 645px;
  }
}
@media only screen and (max-width: 1365px) {
  .hp-tab-fix {
    margin-top: 15px;
    padding-top: 630px;
  }
}
.sub-tab-fix {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1366px) {
  .sub-tab-fix {
    margin-top: 50px;
    padding-top: 750px;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-tab-fix {
    margin-top: 15px;
    padding-top: 800px;
  }
}
@media only screen and (min-width: 1366px) {
  .sli3-col {
    padding: 0 15px;
  }
}
.hp-tab-content {
  position: absolute;
  opacity: 0;
  width: 100%;
  z-index: 1;
  top: 0;
}
.hp-tab-content.current {
  display: block;
  opacity: 1;
  z-index: 2;
}
.slider3 .slick-prev,
.slider3 .slick-next {
  font-size: 0;
  opacity: 1;
  display: block;
  position: absolute;
}
.slider3 .slick-prev::before,
.slider3 .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  text-align: center;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #FFF;
  background: #251153;
  cursor: pointer;
  opacity: 1;
}

@media only screen and (min-width: 1366px) {
  .slider3 .slick-prev::before,
  .slider3 .slick-next::before {
    width: 45px;
    height: 45px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 1365px) {
  .slider3 .slick-prev::before,
  .slider3 .slick-next::before {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1366px) {
  .slider3 .slick-prev {
    right: 85px;
    top: 602px;
  }
}
@media only screen and (max-width: 1365px) {
  .slider3 .slick-prev {
    right: 80px;
    top: -25px;
  }
}
.slider3 .slick-prev:hover::before {
  color: #4beb62;
}
@media only screen and (min-width: 1366px) {
  .slider3 .slick-next {
    right: 20px;
    top: 602px;
  }
}
@media only screen and (max-width: 1365px) {
  .slider3 .slick-next {
    right: 20px;
    top: -25px;
  }
}
.slider3 .slick-next:hover::before {
  color: #4beb62;
}
.slider3 .slick-prev::before {
  content: '\f053';
  border-radius: 50%;
}
.slider3 .slick-next::before {
  content: '\f054';
 border-radius: 50%;
}
.tab-three-content {
  color: #989bb2;
  font-weight: 300;
}
@media only screen and (min-width: 1366px) {
  .tab-three-content {
    font-size: 24px;
    line-height: 36px;
    margin-top: 40px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 1365px) {
  .tab-three-content {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .tab-three {
    text-align: center;
    margin: 30px 0;
  }
}
.tab-three .tth-col {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 1366px) {
  .tab-three .tth-col {
    font-size: 18px;
    padding: 30px 0 20px 0;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .tab-three .tth-col {
    font-size: 14px;
    margin: 0 3px;
    padding: 15px 0 10px 0;
  }
}
.tab-three .tth-col:hover,
.tab-three .tth-col.current {
  border-bottom-color: #4beb62;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.tab-three .tth-col:hover::before,
.tab-three .tth-col.current::before {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.tab-three .tth-col::before {
  content: "";
  width: 20px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
  position: absolute;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: 2px solid #4beb62;
}
.tab-three-content {
  display: none;
}
@media only screen and (min-width: 1366px) {
  .tab-three-content {
    height: 290px;
  }
}
.tab-three-content.current {
  display: block;
}
@media only screen and (min-width: 1366px) {
  .content-two {
    background-image: linear-gradient(to right,#251253,#03092c);
  }
}
@media only screen and (max-width: 1365px) {
  .content-two {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 1366px) {
  .content-two-x {
    background: url("../images/bg9.jpg") no-repeat bottom right;
    padding: 130px 5% 130px 5%;
  }
}
@media only screen and (max-width: 1365px) {
  .content-two-x {
    padding: 15px 0;
  }
}
.content-two-inner {
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1366px) {
  .content-two-inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .content-two-inner {
    padding: 15px;
  }
}
@media only screen and (min-width: 1366px) {
  .ctwo-row {
    height: 350px;
  }
}
@media only screen and (min-width: 1366px) {
  .ctwo-row .ctwo-col:nth-child(1) {
    width: 80%;
  }
  .ctwo-row .ctwo-col:nth-child(2) {
    width: 20%;
    text-align: right;
  }
}
@media only screen and (max-width: 1365px) {
  .ctwo-row .ctwo-col {
    text-align: center;
  }
  .ctwo-row .ctwo-col:nth-child(2) {
    margin-top: 20px;
  }
}
.ctwo-text1 {
  color: #060a2e;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 1366px) {
  .ctwo-text1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1365px) {
  .ctwo-text1 {
    font-size: 24px;
  }
}
.ctwo-text2 {
  font-weight: 300;
  margin-top: 20px;
  color: #989bb2;
}
@media only screen and (min-width: 1366px) {
  .ctwo-text2 {
    line-height: 36px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1365px) {
  .ctwo-text2 {
    line-height: 24px;
    font-size: 16px;
  }
}
.spe-button4 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(54, 254, 125, 0.5);
  -moz-box-shadow: 0 0 20px 0 rgba(54, 254, 125, 0.5);
  box-shadow: 0 0 20px 0 rgba(54, 254, 125, 0.5);
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
}
.spe-button4:hover::before {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.spe-button4::before {
  width: 180%;
  height: 70%;
  content: "";
  opacity: 0;
  transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.spe-button4 span {
  padding: 15px 30px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1366px) {
  .content-three {
    background: url("../images/img4.jpg") no-repeat left 200px center;
    padding: 70px 0;
    text-align: right;
  }
}
@media only screen and (max-width: 1365px) {
  .content-three {
    text-align: center;
  }
}
@media only screen and (min-width: 1366px) {
  .cthree-block {
    display: inline-block;
    text-align: left;
    width: 55%;
  }
}
@media only screen and (min-width: 1366px) {
  .cthree-row .cthree-col {
    width: 46%;
    margin-top: 8%;
  }
  .cthree-row .cthree-col:nth-child(1),
  .cthree-row .cthree-col:nth-child(2) {
    margin-top: 0;
  }
  .cthree-row .cthree-col:nth-child(odd) {
    margin-right: 8%;
  }
}
@media only screen and (max-width: 1365px) {
  .cthree-row .cthree-col {
    margin-bottom: 20px;
  }
}
.cthree-row .cthree-col .cthree-bg {
  background-repeat: no-repeat;
  background-position: top right;
}
@media only screen and (min-width: 1366px) {
  .cthree-row .cthree-col .cthree-bg {
    padding: 40px 40px 0 0;
  }
}
@media only screen and (max-width: 1365px) {
  .cthree-row .cthree-col .cthree-bg {
    padding: 10px 0px 0 0;
  }
}
.cthree-row .cthree-col .cthree-bg .cthree-bg-in {
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1366px) {
  .cthree-row .cthree-col .cthree-bg .cthree-bg-in {
    padding: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .cthree-row .cthree-col .cthree-bg .cthree-bg-in {
    padding: 20px;
  }
}
.content-four {
  background: url("../images/bg14.jpg") no-repeat center center;
  padding: 50px 0;
}
.cth-text1 {
  color: #4beb62;
  font-weight: 700;
  display: block;
}
.cth-text2 {
  font-weight: 600;
  line-height: 24px;
  margin-top: 10px;
  color: #060a2e;
}
.sli4-col {
  text-align: Center;
  padding: 60px 0;
}
.sli4-img img {
  border: 10px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  width: 93px;
  height: 93px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
.cour-text1 {
  font-weight: 700;
  color: #060a2e;
  font-family: "Oswald", sans-serif;
  text-align: Center;
}
@media only screen and (min-width: 1366px) {
  .cour-text1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1365px) {
  .cour-text1 {
    font-size: 24px;
  }
}
.sli4-name {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #060a2e;
  margin: 20px 0;
}
.sli4-com {
  line-height: 30px;
  font-size: 18px;
  margin: 0 auto;
  font-weight: 300;
  color: #989bb2;
}
@media only screen and (min-width: 1366px) {
  .sli4-com {
    max-width: 50%;
  }
}
.slider4 .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  outline: none;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slider4 .slick-dots li {
  position: relative;
  display: inline-block;
  list-style: none;
  outline: none;
  text-align: center;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slider4 .slick-dots li div {
  display: block;
  border: 0;
  width: 8px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 8px;
  outline: none;
  background: #ddd;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 1;
}
.slider4 .slick-dots .slick-active div {
  background: #4beb62 !important;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.foot-img {
  margin-top: 40px;
  text-align: center;
}
.foot-img img {
  max-width: 100%;
}
@media only screen and (min-width: 1366px) {
  footer {
    background-image: linear-gradient(to bottom,#390073,#390073);
  }
}
@media only screen and (max-width: 1365px) {
  footer {
   background-image: linear-gradient(to bottom,#390073,#390073);
    padding: 0px 0 0 0;
  }
}
@media only screen and (min-width: 1366px) {
  .foot-top .foot-row .foot-col {
    width: 20%;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-top .foot-row .foot-col {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .foot-top .foot-row .foot-col:nth-child(3) {
    width: 100%;
  }
}
.foot-top .foot-row .foot-col .foot-text1 {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.foot-top .foot-row .foot-col .foot-logo {
  text-align: center;
}
.foot-top .foot-row .foot-col .foot-logo img {
  max-width: 100%;
}
.foot-top .foot-row .foot-col .foot-phone {
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin: 15px 0;
}
.foot-top .foot-row .foot-col .foot-phone a {
  font-family: "Oswald", sans-serif;
  color: #555b96;
  font-size: 18px;
  font-weight: 700;
}
.foot-top .foot-row .foot-col .foot-phone a span {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
}
.foot-top .foot-row .foot-col .foot-phone a:hover {
  color: #d83cff;
}
.foot-top .foot-row .foot-col .foot-socials {
  text-align: center;
}
.foot-top .foot-row .foot-col .foot-socials a {
  display: inline-block;
  color: #ffffff;
  width: 35px;
  height: 35px;
  margin: 0 2.5px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  line-height: 35px;
  text-align: center;
}
.foot-top .foot-row .foot-col .foot-socials a:hover {
  background: #d83cff;
  color: #ffffff;
}
.foot-top .foot-row .foot-col .foot-links a {
  display: block;
  position: relative;
  margin-top: 5px;
  color: #5d64a2;
}
.foot-top .foot-row .foot-col .foot-links a:hover {
  color: #d83cff;
}
.foot-top .foot-row .foot-col .foot-links a::before {
  float: left;
  content: "";
  width: 15px;
  height: 1px;
  background: #d83cff;
  opacity: 0.70;
  margin-top: 9px;
  margin-right: 5px;
}
.foot-bot {
  background: #390073;
  padding: 20px 0;
}
@media only screen and (min-width: 1366px) {
  .fb-row .fb-col {
    width: 50%;
  }
}
@media only screen and (max-width: 1365px) {
  .fb-row .fb-col {
    padding: 10px 0;
    text-align: Center;
  }
}
.fb-row .fb-col:nth-child(1) {
  color: #5d64a2;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.fb-row .fb-col:nth-child(2) {
  text-align: right;
}
.fb-row .fb-col:nth-child(2) .foot-input-block {
  display: inline-block;
  width: 350px;
}
.fb-row .fb-col:nth-child(2) .foot-input-block input[type="text"] {
  display: block;
  background: #ffffff;
  height: 50px;
  padding: 0 20px;
  outline: none;
  line-height: 50px;
  border: none;
  font-size: 18px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 60%;
}
.fb-row .fb-col:nth-child(2) .foot-input-block input[type="submit"] {
  display: block;
  background: #ff8100;
  height: 50px;
  padding: 0;
  text-transform: uppercase;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  outline: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  line-height: 50px;
  border: none;
  width: 40%;
  text-align: Center;
}
.big-menu .bm-col:nth-child(1) {
  width: 65%;
  padding: 0px 0;
}
.big-menu .bm-col:nth-child(2) {
  width: 35%;
  padding-left: 30px;
}
.big-menu-fix {
  padding: 20px 0;
}
.bm-content,
.bm-content2,
.bm-content3,
.bm-content4 {
  display: none;
}
.bm-content.current,
.bm-content2.current,
.bm-content3.current,
.bm-content4.current {
  display: block;
}
.bm-tab .bm-tab-col {
  width: 23.5%;
  background: #2c3561;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-right: 2% !important;
}
.bm-tab .bm-tab-col.current,
.bm-tab .bm-tab-col:hover {
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
}
.bm-tab .bm-tab-col.current span,
.bm-tab .bm-tab-col:hover span {
  color: #ffffff !important;
}
/*
.bm-tab .bm-tab-col.current::after,
.bm-tab .bm-tab-col:hover::after {
  opacity: 1 !important;
}
*/
.bm-tab .bm-tab-col::after {
  content: "\f0d8";
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  opacity: 0;
  bottom: -20px;
  margin: auto;
  font-size: 30px;
  text-align: Center;
}
.bm-tab .bm-tab-col span {
  position: relative;
  z-index: 3;
}
.bm-tab .bm-tab-col span:nth-child(1) {
  display: block;
  color: #4beb62;
  font-size: 40px;
  padding: 15px;
  text-align: center;
}
.bm-tab .bm-tab-col span:nth-child(2) {
  display: block;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 0 15px 15px 15px;
  text-align: center;
}
.bm-tab .bm-tab-col:nth-child(4) {
  margin-right: 0;
}
.bm-tab6 .bm-tab-col {
  width: 15%;
  background: #2c3561;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-right: 2%;
}
.bm-tab6 .bm-tab-col.current {
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
}
.bm-tab6 .bm-tab-col.current span {
  color: #ffffff !important;
}
.bm-tab6 .bm-tab-col.current::after {
  opacity: 1 !important;
}
.bm-tab6 .bm-tab-col::after {
  content: "\f0d8";
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  opacity: 0;
  bottom: -20px;
  margin: auto;
  font-size: 30px;
  text-align: Center;
}
.bm-tab6 .bm-tab-col span {
  position: relative;
  z-index: 3;
}
.bm-tab6 .bm-tab-col span:nth-child(1) {
  display: block;
  color: #4beb62;
  font-size: 40px;
  padding: 15px;
  text-align: center;
}
.bm-tab6 .bm-tab-col span:nth-child(2) {
  display: block;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 0 15px 15px 15px;
  text-align: center;
}
.bm-tab6 .bm-tab-col:nth-child(6) {
  margin-right: 0;
}
.bm-notice {
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #f1f1f1;
  padding: 20px;
  line-height: 24px;
  font-size: 16px;
  border-left: 3px solid #4beb62;
}
.bm-campaign {
  background: rgba(6, 10, 46, 0.1);
  padding: 30px;
  overflow: hidden;
  position: relative;
}
.bm-campaign .bm-pos {
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
  color: #060a2e;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  left: -80px;
  top: 30px;
  padding: 5px 80px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
}
.bm-campaign .bm-top {
  background: rgba(6, 10, 46, 0.3);
  padding: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
}
.bmc-row .bmc-col {
  width: 50%;
}
.bmc-row .bmc-col:nth-child(1) div {
  font-family: "Oswald", sans-serif;
  display: block;
  margin: 5px 0;
}
.bmc-row .bmc-col:nth-child(2) {
  text-align: Center;
}
.bmc-row .bmc-col:nth-child(2) .bmc-price {
  font-size: 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #060a2e;
  display: block;
}
.bmc-row .bmc-col:nth-child(2) .bmc-price span {
  font-size: 14px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
.bmc-row .bmc-col:nth-child(2) .bmc-down-price {
  font-family: "Oswald", sans-serif;
  text-decoration: line-through;
  font-size: 18px;
}
.bmc-row .bmc-col:nth-child(2) .bmc-button {
  margin-top: 10px;
}
.bm-campaign:hover .bm-top {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: -moz-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: linear-gradient(135deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f73a186c', endColorstr='#f700072a', GradientType=1);
}
@media only screen and (min-width: 1366px) {
  .home-domain-transfer .hdt-col {
    margin-right: 3%;
    width: 31.33333333%;
  }
  .home-domain-transfer .hdt-col:nth-child(3) {
    margin-right: 0;
  }
}
.home-domain-transfer .hdt-col .hdt-bg {
  /*.border-radius(15px);*/
  padding: 25px;
}
.home-domain-transfer .hdt-col .hdt-bg .hdt-icon {
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 0 rgba(54, 254, 125, 0.5);
  -moz-box-shadow: 0 0 20px 0 rgba(54, 254, 125, 0.5);
  box-shadow: 0 0 20px 0 rgba(54, 254, 125, 0.5);
  line-height: 85px;
  font-size: 50px;
  color: #ffffff;
  margin: 0 auto;
}
.home-domain-transfer .hdt-col .hdt-bg .hdt-text1 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  text-align: center;
  color: #060a2e;
  margin: 20px 0 10px 0;
}
.home-domain-transfer .hdt-col .hdt-bg .hdt-text2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #989bb2;
  font-size: 18px;
  color: #060a2e;
  font-weight: 300;
}
@media only screen and (min-width: 1366px) {
  .domain-evraklar .do-col {
    width: 12.57%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .domain-evraklar .do-col:nth-child(7n+0) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1365px) {
  .domain-evraklar .do-col {
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .domain-evraklar .do-col:nth-child(5n+0) {
    margin-right: 0;
  }
}
.domain-evraklar .do-col a {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(54, 254, 125, 0.5);
  -moz-box-shadow: 0 0 20px 0 rgba(54, 254, 125, 0.5);
  box-shadow: 0 0 20px 0 rgba(54, 254, 125, 0.5);
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
  display: block;
}
.domain-evraklar .do-col a:hover::before {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.domain-evraklar .do-col a::before {
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: absolute;
  background: #d83cff;
  background: -moz-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: -webkit-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: linear-gradient(135deg, #d83cff 0%, #8b2bd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83cff', endColorstr='#8b2bd5', GradientType=1);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.domain-evraklar .do-col a span {
  padding: 5px 0px;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.remodal-content-bg {
  background: #ffffff;
  margin: 0 auto;
  position: relative;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 1366px) {
  .remodal-content-bg {
    width: 800px;
    padding: 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .remodal-content-bg {
    max-width: 98%;
    padding: 10px;
  }
}
.remodal-content-bg em {
  display: inline-block;
  background: #4beb62;
  color: #ffffff;
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.remodal-content-bg a {
  font-family: "Oswald", sans-serif;
}
.remodal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.st-col {
  border: 1px solid #f1f1f1;
  text-align: left;
}
.st-col .st-top {
  padding: 20px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  background: #f1f1f1;
  color: #060a2e;
}
.st-col .st-bottom {
  display: none;
  line-height: 24px;
  padding: 0 20px 20px 20px;
}
.st-col .st-bottom .gb-content {
  padding-top: 20px;
}
@media only screen and (min-width: 1366px) {
  .st-col .st-bottom .gb-content {
    float: right;
    width: 75%;
    padding-left: 20px;
  }
}
.st-col .st-bottom .gb-content a {
  color: #4beb62;
}
@media only screen and (min-width: 1366px) {
  .st-col .st-bottom .gerekli-belgeler {
    float: left;
    padding-top: 20px;
    width: 25%;
  }
}
@media only screen and (max-width: 1365px) {
  .st-col .st-bottom .gerekli-belgeler {
    padding-top: 20px;
  }
}
.st-col .st-bottom .gerekli-belgeler div {
  margin: 5px 0;
  font-weight: 500;
}
.st-col .st-bottom .gerekli-belgeler div::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  color: #4beb62;
  margin: 0px 5px 0 0;
}
.sss-col {
  background: #f1f1f1;
  border-left: 3px solid #4beb62;
  position: relative;
  padding-bottom: 1px;
}
@media only screen and (min-width: 1366px) {
  .sss-col {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .sss-col {
    margin-bottom: 15px;
  }
}
.sss-col .sss-question {
  cursor: pointer;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 1366px) {
  .sss-col .sss-question {
    padding: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .sss-col .sss-question {
    padding: 10px;
    font-size: 14px;
  }
}
.sss-col .sss-question::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d83cff;
  position: absolute;
}
@media only screen and (min-width: 1366px) {
  .sss-col .sss-question::after {
    right: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .sss-col .sss-question::after {
    right: 10px;
    top: 10px;
  }
}
.sss-col .sss-answer {
  display: none;
  background: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
@media only screen and (min-width: 1366px) {
  .sss-col .sss-answer {
    padding: 20px;
    margin: 0 20px 20px 20px;
    line-height: 36px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .sss-col .sss-answer {
    padding: 10px;
    margin: 0 10px 10px 10px;
    line-height: 26px;
    font-size: 14px;
  }
}
.sub-big-text {
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .sub-big-text {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-big-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.sub-big-text .sbt-text1 {
  padding: 10px 0;
  font-weight: 700;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  display: inline-block;
}
@media only screen and (min-width: 1366px) {
  .sub-big-text .sbt-text1 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-big-text .sbt-text1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.sub-big-text .sbt-text2 {
  padding: 0 0 10px 0;
  color: #a198dc;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  font-family: "Oswald", sans-serif;  
}
@media only screen and (min-width: 1366px) {
  .sub-big-text .sbt-text2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-big-text .sbt-text2 {
    font-size: 14px;
  }
}
.web-hosting-bar {
  padding: 40px 0 20px 0;
}
@media only screen and (min-width: 1366px) {
  .web-hosting-bar .whb-col:nth-child(1) {
    width: 20%;
  }
  .web-hosting-bar .whb-col:nth-child(2) {
    width: 80%;
  }
}
.slider5 .slick-list {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.wh-pack-bg {
  background: #060a2e url("../images/bg16.jpg") no-repeat top left;
}
.wh-pack-bg .wh-pack-top {
  border-right: 1px solid #16246c;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #ffffff;
  padding: 20px;
  height: 90px;
}
.wh-pack-bg .wh-pack-top .whpt-po {
  display: block;
}
.wh-pack-bg .wh-pack-top .whpt-po span {
  display: inline-block;
  width: 5px;
  margin-right: 3px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #4beb62;
}
.wh-pack-bg .wh-pack-list {
  border-right: 1px solid #16246c;
}
.wh-pack-bg .wh-pack-list .whp-col {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #16246c;
}
@media only screen and (min-width: 1366px) {
  .wh-pack-bg .wh-pack-list .whp-col span {
    display: none;
  }
}
@media only screen and (max-width: 1365px) {
  .wh-pack-bg .wh-pack-list .whp-col span {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-family: "Nunito Sans", sans-serif;
  }
}
@media only screen and (min-width: 1366px) {
  .wh-pack-bg .wh-pack-list .whp-col {
    height: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1365px) {
  .wh-pack-bg .wh-pack-list .whp-col {
    padding: 10px;
  }
}
.wh-pack-bg .wh-pack-list .whp-col i {
  color: #4beb62;
}
.wh-pack-bg .wh-pack-price {
  background: #45e35d;
  font-size: 30px;
  border-right: 1px solid #77ff8b;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  text-align: Center;
  padding: 15px 0;
}
@media only screen and (min-width: 1366px) {
  .wh-pack-bg .wh-pack-price span {
    display: none;
  }
}
@media only screen and (max-width: 1365px) {
  .wh-pack-bg .wh-pack-price span {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
  }
}
.wh-pack-bg .wh-pack-button {
  padding: 20px;
  background: #4beb62;
  border-right: 1px solid #77ff8b;
}
.wh-pack-bg .wh-pack-button a {
  display: block;
  background: #060a2e;
  padding: 10px 0;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-weight: 700;
}
.wh-pack-bg .wh-pack-button a:hover {
  background: #ffffff;
  color: #4beb62;
}
.whb-tab .whb-t-col {
  padding: 0 20px;
  height: 90px;
  text-align: center;
  color: #989bb2;
  cursor: pointer;
  font-size: 21px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "Oswald", sans-serif;
}
.whb-tab .whb-t-col:hover,
.whb-tab .whb-t-col.current {
  color: #060a2e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.whb-tab .whb-t-col span {
  display: block;
  line-height: 40px;
  font-size: 40px;
}
@media only screen and (max-width: 1365px) {
  .whm-table-left {
    display: none;
  }
}
.whm-table-left .wtl-col {
  background: #ebebeb;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #060a2e;
  height: 40px;
  margin-bottom: 5px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-top: 2px;
  line-height: 40px;
  padding: 0 20px;
}
@media only screen and (max-width: 1365px) {
  .whm-table-left2 {
    display: none;
  }
}
.whm-table-left2 .wtl-col-2 {
  text-align: right;
  padding: 20px;
  color: #060a2e;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
.slider5 .slick-prev,
.slider5 .slick-next {
  font-size: 0;
  opacity: 1;
  display: block;
  position: absolute;
}
.slider5 .slick-prev::before,
.slider5 .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #e2e2e2;
  cursor: pointer;
  opacity: 1;
}
@media only screen and (min-width: 1366px) {
  .slider5 .slick-prev {
    right: -80px;
    top: 60px;
  }
  .slider5 .slick-prev:hover::before {
    background: #4beb62;
    color: #ffffff;
  }
  .slider5 .slick-next {
    right: -80px;
    top: 0px;
  }
  .slider5 .slick-next:hover::before {
    background: #4beb62;
    color: #ffffff;
  }
  .slider5 .slick-prev::before {
    content: '\f053';
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .slider5 .slick-next::before {
    content: '\f054';
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
@media only screen and (max-width: 1365px) {
  .slider5 .slick-prev {
    right: 60px;
    top: -80px;
  }
  .slider5 .slick-prev:hover::before {
    background: #4beb62;
    color: #ffffff;
  }
  .slider5 .slick-next {
    right: 0px;
    top: -80px;
  }
  .slider5 .slick-next:hover::before {
    background: #4beb62;
    color: #ffffff;
  }
  .slider5 .slick-prev::before {
    content: '\f053';
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .slider5 .slick-next::before {
    content: '\f054';
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.web-host-all-options {
  margin-bottom: 40px;
}
.whao-click {
  background: #4beb62;
  color: #060a2e;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 20px 0;
  cursor: pointer;
}
.whao-table-overflow-fixed {
  display: none;
}
@media only screen and (max-width: 1365px) {
  .whao-table-overflow-fixed {
    overflow-x: scroll;
  }
}
.whao-table {
  margin: 0;
  overflow: hidden;
  padding: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background: #f1f1f1;
  list-style: none;
}
@media only screen and (max-width: 1365px) {
  .whao-table {
    width: 1170px;
  }
}
.whao-table::after {
  content: "";
  clear: both;
  display: block;
}
.whao-table li {
  float: left;
}
.whao-table li:nth-child(1) {
  width: 20%;
  text-align: left;
}
.whao-table li:nth-child(1) div {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-family: "Oswald", sans-serif;
  border-left: none;
}
.whao-table li:nth-child(2),
.whao-table li:nth-child(3),
.whao-table li:nth-child(4),
.whao-table li:nth-child(5),
.whao-table li:nth-child(6),
.whao-table li:nth-child(7) {
  width: 13.3333333333%;
  text-align: center;
}
.whao-table li div {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  font-weight: 500;
}
.whao-table li div:nth-child(odd) {
  background: rgba(0, 0, 0, 0.02);
}
.whao-table li div i {
  color: #4beb62;
}
@media only screen and (min-width: 1366px) {
  .sub-content-one {
    background: url("../images/bg8.jpg") no-repeat top left;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-content-one {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .sub-content-one-x {
    background: url("../images/bg9.jpg") no-repeat bottom right;
    padding: 60px 5% 60px 5%;
  }
}
.sub-content-one-inner {
  background: #060a2e;
}
@media only screen and (min-width: 1366px) {
  .sub-content-one-inner {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-content-one-inner {
    padding: 20px 0;
  }
}
.sub-wh-dom {
  margin: 40px 0;
}
.sub-wh-dom input[type="text"] {
  display: block;
  width: 75%;
  background: #ffffff;
  padding: 0 30px;
  outline: 0;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: none;
}
@media only screen and (min-width: 1366px) {
  .sub-wh-dom input[type="text"] {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-wh-dom input[type="text"] {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.sub-wh-dom input[type="submit"] {
  display: block;
  width: 25%;
  background: #ffffff;
  outline: 0;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 0px;
  text-align: center;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  background: #d83cff;
  background: -moz-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: -webkit-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: linear-gradient(135deg, #d83cff 0%, #8b2bd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83cff', endColorstr='#8b2bd5', GradientType=1);
  border: none;
}
@media only screen and (min-width: 1366px) {
  .sub-wh-dom input[type="submit"] {
    height: 70px;
    font-size: 20px;
    font-weight: 700;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-wh-dom input[type="submit"] {
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1366px) {
  .sub-content-two {
    margin-bottom: 50px;
    background: url("../images/bg18.jpg") no-repeat right 140px center;
  }
}
.rapid-ssl-row {
  margin-top: 40px;
}
.rapid-ssl-row .rsr-col:nth-child(1) div {
  display: block;
  font-weight: 300;
  color: #060a2e;
  font-size: 18px;
}
.rapid-ssl-row .rsr-col:nth-child(1) div::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #4beb62;
}
@media only screen and (min-width: 1366px) {
  .rapid-ssl-row .rsr-col:nth-child(1) {
    width: 65%;
  }
}
.rapid-ssl-row .rsr-col:nth-child(2) {
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .rapid-ssl-row .rsr-col:nth-child(2) {
    width: 35%;
  }
}
.rapid-ssl-row .rsr-col:nth-child(2) .rsr-price {
  font-size: 36px;
  font-weight: 400;
  color: #060a2e;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 1365px) {
  .rapid-ssl-row .rsr-col:nth-child(2) .rsr-price {
    margin: 20px 0 0 0;
  }
}
.rapid-ssl-row .rsr-col:nth-child(2) .rsr-price span {
  display: block;
  color: #060a2e;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
}
.rapid-ssl-row .rsr-col:nth-child(2) .rsr-button {
  margin-top: 15px;
}
@media only screen and (min-width: 1366px) {
  .tab-three-content-fix {
    height: auto !important;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .tab-three-content-fix {
    padding-bottom: 20px;
  }
}
.sub-content-three {
  background: url("../images/bg19.jpg") no-repeat center center;
}
@media only screen and (min-width: 1366px) {
  .sub-content-three {
    margin: 50px 0;
    padding: 30px 0 0 0;
    min-height: 480px;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-content-three {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1366px) {
  .sli6-col {
    padding: 30px 20px;
  }
}
.sli6-bg {
  background: #ffffff;
  padding: 30px;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (min-width: 1366px) {
  .sli6-bg {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
}
.sli6-bg .sli6-pos {
  position: absolute;
  text-align: right;
  color: #ffffff;
  background: url("../images/bg20.png") no-repeat;
  width: 135px;
  right: 5px;
  top: 5px;
  font-size: 24px;
  height: 135px;
  padding: 30px 30px 0 0;
}
.sli6-bg .sli6-text1 {
  font-family: "Oswald", sans-serif;
  color: #060a2e;
  font-size: 22px;
  width: 60%;
}
.sli6-bg .sli6-text2 {
  line-height: 30px;
  font-weight: 300;
  font-size: 16px;
  color: #989bb2;
  margin-top: 30px;
}
.slider6 .slick-prev,
.slider6 .slick-next {
  font-size: 0;
  opacity: 1;
  display: block;
  position: absolute;
}
.slider6 .slick-prev::before,
.slider6 .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  opacity: 1;
}
.slider6 .slick-prev {
  top: 50%;
}
@media only screen and (min-width: 1366px) {
  .slider6 .slick-prev {
    left: -60px;
  }
}
@media only screen and (max-width: 1365px) {
  .slider6 .slick-prev {
    left: -10px;
  }
}
.slider6 .slick-prev:hover::before {
  background: #060a2e;
  color: #ffffff;
}
.slider6 .slick-next {
  top: 50%;
}
@media only screen and (min-width: 1366px) {
  .slider6 .slick-next {
    right: -60px;
  }
}
@media only screen and (max-width: 1365px) {
  .slider6 .slick-next {
    right: -10px;
  }
}
.slider6 .slick-next:hover::before {
  background: #060a2e;
  color: #ffffff;
}
.slider6 .slick-prev::before {
  content: '\f053';
}
.slider6 .slick-next::before {
  content: '\f054';
}
.sub-content-four {
  padding: 50px 0;
}
.sub-sss {
  margin-top: 40px;
}
.sub-sss-col {
  border: 2px solid #4beb62;
  position: relative;
  margin-bottom: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding-bottom: 1px;
}
.sub-sss-col .sub-sss-question {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.sub-sss-col .sub-sss-question::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4beb62;
  position: absolute;
  right: 20px;
}
@media only screen and (max-width: 1365px) {
  .sub-sss-col .sub-sss-question::after {
    top: 10px;
  }
}
@media only screen and (min-width: 1366px) {
  .sub-sss-col .sub-sss-question {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-sss-col .sub-sss-question {
    font-size: 14px;
  }
}
.sub-sss-col .sub-sss-answer {
  display: none;
  padding: 20px;
  margin: 0 20px 20px 20px;
  background: #f1f1f1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
@media only screen and (min-width: 1366px) {
  .sub-sss-col .sub-sss-answer {
    line-height: 36px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-sss-col .sub-sss-answer {
    line-height: 24px;
    font-size: 14px;
  }
}
.whb-fix {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1366px) {
  .whb-fix {
    padding-top: 610px;
  }
}
@media only screen and (max-width: 1365px) {
  .whb-fix {
    padding-top: 740px;
  }
}
.whb-tab-content {
  position: absolute;
  opacity: 0;
  width: 100%;
  z-index: 1;
  top: 0;
}
.whb-tab-content.current {
  display: block;
  opacity: 1;
  z-index: 2;
}
.bm-links-row {
  background: #f1f1f1;
  padding: 20px;
}
.bm-links-row .bm-link-col {
  width: 50%;
}
.bm-links-row .bm-link-col a {
  display: block;
  padding: 2px 0;
  margin-top: 2px;
  color: #989bb2;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.bm-links-row .bm-link-col a:hover {
  color: #4beb62;
}
.bm-links-row .bm-link-text {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #060a2e;
}
@media only screen and (max-width: 1365px) {
  .dedicated-bar {
    overflow-x: auto;
  }
}
@media only screen and (max-width: 1365px) {
  .dedi-table-top {
    width: 1170px;
  }
}
.dedi-table-top .dtt-col {
  padding: 30px 0;
  border-left: 1px solid #f1f1f1;
  text-align: center;
}
.dedi-table-top .dtt-col:nth-child(1) {
  width: 10%;
}
.dedi-table-top .dtt-col:nth-child(2) {
  width: 15%;
}
.dedi-table-top .dtt-col:nth-child(3) {
  width: 13%;
}
.dedi-table-top .dtt-col:nth-child(4) {
  width: 13%;
}
.dedi-table-top .dtt-col:nth-child(5) {
  width: 14%;
}
.dedi-table-top .dtt-col:nth-child(6) {
  width: 10%;
}
.dedi-table-top .dtt-col img {
  display: block;
  margin: 0 auto;
}
.dedi-table-top .dtt-col span {
  display: block;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
  color: #060a2e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
}
@media only screen and (max-width: 1365px) {
  .dedi-table-content {
    width: 1170px;
  }
}
.dedi-table-content .dedi-row {
  background: #060a2e url("../images/bg22.png") no-repeat top left;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  height: 90px;
}
.dedi-table-content .dedi-row.current {
  border: 5px solid #4beb62;
}
.dedi-table-content .dedi-row .der-col {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Oswald", sans-serif;
  padding: 15px;
  font-size: 15px;
  text-align: Center;
  color: #ffffff;
  font-weight: 500;
}
.dedi-table-content .dedi-row .der-col:nth-child(1) {
  width: 10%;
}
.dedi-table-content .dedi-row .der-col:nth-child(2) {
  width: 15%;
}
.dedi-table-content .dedi-row .der-col:nth-child(3) {
  width: 13%;
}
.dedi-table-content .dedi-row .der-col:nth-child(4) {
  width: 13%;
}
.dedi-table-content .dedi-row .der-col:nth-child(5) {
  width: 14%;
}
.dedi-table-content .dedi-row .der-col:nth-child(6) {
  width: 10%;
}
.dedi-table-content .dedi-row .der-col:nth-child(7) {
  width: 12.5%;
}
.dedi-table-content .dedi-row .der-col:nth-child(8) {
  width: 12.5%;
  border-right: none;
  position: relative;
  padding: 0 !important;
}
.dedi-table-content .dedi-row .der-col:nth-child(8) a {
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  font-family: "Oswald", sans-serif;
  background: #d83cff;
  background: -moz-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: -webkit-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: linear-gradient(135deg, #d83cff 0%, #8b2bd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83cff', endColorstr='#8b2bd5', GradientType=1);
  color: #ffffff;
  line-height: 90px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}
.dedi-table-content .dedi-row .der-col:nth-child(8) a:hover::after {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.dedi-table-content .dedi-row .der-col:nth-child(8) a span {
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.dedi-table-content .dedi-row .der-col:nth-child(8) a::after {
  content: "";
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.dedi-table-content .dedi-row .der-col .der-price {
  font-size: 24px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.dedi-table-content .dedi-row .der-col .der-price span {
  font-family: "Oswald", sans-serif;
  text-decoration: line-through;
  font-size: 15px;
  display: block;
}
.dedi-table-content .dedi-row .der-col .der-campaign {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 4px 15px;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  display: inline-block;
}
.dedi-table-content .dedi-row .der-col .der-campaign.indirim {
  background: #f09800;
}
.dedi-table-content .dedi-row .der-col .der-campaign.tukendi {
  background: #e52235;
}
.dedi-table-content .dedi-row .der-col .der-campaign.yeni {
  background: #4beb62;
}
.user-logged-right-bar {
  padding: 20px;
}
.user-page {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1366px) {
  .sub-content-two-x {
    margin: 50px;
    background: url("../images/bg23.jpg") no-repeat right 30px center;
  }
  .sub-content-two-y {
    margin: 50px;
    background: url("../images/bg26.jpg") no-repeat right 130px center;
  }
  .sub-content-two-z {
    margin: 50px;
    background: url("../images/bg27.jpg") no-repeat right 190px center;
  }
  .sub-content-two-ssl {
    margin: 50px;
    background: url("../images/img7.jpg") no-repeat right 20px center;
  }
  .sub-content-two-reseller {
    margin: 50px;
    background: url("../images/bg30.jpg") no-repeat right 20px center;
  }
  .sub-content-two-colocation {
    margin: 50px;
    background: url("../images/bg31.jpg") no-repeat right 20px center;
  }
  .web-tasarim-one {
    background: url("../images/bg32.jpg") no-repeat right bottom;
    padding: 50px 0;
  }
  .web-tasarim-two {
    background: url("../images/bg33.png") no-repeat left bottom;
    padding: 50px 0;
  }
  .web-tasarim-three {
    background: #060a2e url("../images/bg34.png") no-repeat right top;
    padding: 50px 0;
  }
  .wto-col {
    max-width: 50%;
  }
  .wtt-col {
    max-width: 50%;
    float: right;
  }
  .ddos-bg2 {
    margin: 50px;
    background: url("../images/bg37.png") no-repeat right 50px center;
  }
  .ddos-bg3 {
    margin: 50px;
    background: url("../images/bg39.png") no-repeat left 150px center;
  }
}
@media only screen and (max-width: 1365px) {
  .web-tasarim-three {
    background: #060a2e;
    padding: 20px 0;
    text-align: center;
  }
  .web-tasarim-two {
    padding: 20px 0;
    text-align: center;
  }
  .web-tasarim-one {
    padding: 20px 0;
    text-align: center;
  }
}
.spe-p-1 {
  margin: 20px 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.spe-p-1.white {
  color: #ffffff;
}
.user-always-logged {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
}
.user-always-logged:first-child {
  padding-top: 0;
}
.user-always-logged:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.user-always-logged span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.user-always-logged a {
  display: block;
  padding: 15px;
  text-align: Center;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  text-transform: uppercase;
  background: #3b406a;
  color: #ffffff;
}
.user-always-logged a:hover {
  background: #d83cff;
}
.sub-short-desc {
  padding: 50px 0;
}
.sub-short-desc .ssd-row .ssd-col {
  padding-right: 2%;
  font-size: 18px;
  margin-top: 20px;
  color: #989bb2;
  font-weight: 300;
}
@media only screen and (min-width: 1366px) {
  .sub-short-desc .ssd-row .ssd-col {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-short-desc .ssd-row .ssd-col {
    width: 50%;
  }
}
.sub-short-desc .ssd-row .ssd-col::before {
  content: "\f058";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  color: #4beb62;
}
@media only screen and (min-width: 1366px) {
  .sub-content-five {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-content-five {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1366px) {
  .sub-content-five .scf-col {
    width: 33.3333333%;
  }
}
.sub-content-five .scf-col .scf-bg {
  padding: 40px;
}
.sub-content-five .scf-col .scf-bg.dark {
  background: #060a2e url("../images/bg24.jpg") no-repeat top left;
}
.sub-content-five .scf-col .scf-bg.dark .scf-mid {
  margin-top: 70px;
}
.sub-content-five .scf-col .scf-bg.green {
  background: #39f877 url("../images/bg25.jpg") no-repeat top left;
}
@media only screen and (min-width: 1366px) {
  .sub-content-five .scf-col .scf-bg.green {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1366px) {
  .sub-content-five .scf-col .scf-bg.green .scf-mid {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-content-five .scf-col .scf-bg.green .scf-mid {
    margin-top: 70px;
  }
}
.sub-content-five .scf-col .scf-bg.green .scf-mid div {
  color: #060a2e;
}
.sub-content-five .scf-col .scf-bg .scf-top .scft-col:nth-child(1) {
  width: 35%;
}
.sub-content-five .scf-col .scf-bg .scf-top .scft-col:nth-child(1) img {
  max-width: 100%;
}
.sub-content-five .scf-col .scf-bg .scf-top .scft-col:nth-child(2) {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}
.sub-content-five .scf-col .scf-bg .scf-mid div {
  margin-top: 15px;
  color: #a3a8cf;
}
@media only screen and (max-width: 1365px) {
  .vpsvds-table-content {
    width: 1170px;
  }
}
.vpsvds-table-content .dedi-row {
  background: #f5f5f5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  height: 90px;
}
.vpsvds-table-content .dedi-row.current {
  border: 5px solid #4beb62;
}
.vpsvds-table-content .dedi-row .der-col {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #dfdfdf;
  font-family: "Oswald", sans-serif;
  padding: 15px;
  font-size: 15px;
  text-align: Center;
  color: #060a2e;
  font-weight: 500;
}
.vpsvds-table-content .dedi-row .der-col:nth-child(1) {
  width: 10%;
}
.vpsvds-table-content .dedi-row .der-col:nth-child(2) {
  width: 15%;
}
.vpsvds-table-content .dedi-row .der-col:nth-child(3) {
  width: 13%;
}
.vpsvds-table-content .dedi-row .der-col:nth-child(4) {
  width: 13%;
}
.vpsvds-table-content .dedi-row .der-col:nth-child(5) {
  width: 14%;
}
.vpsvds-table-content .dedi-row .der-col:nth-child(6) {
  width: 10%;
}
.vpsvds-table-content .dedi-row .der-col:nth-child(7) {
  width: 12.5%;
}
.vpsvds-table-content .dedi-row .der-col:nth-child(8) {
  width: 12.5%;
  border-right: none;
  position: relative;
  padding: 0 !important;
}
.vpsvds-table-content .dedi-row .der-col:nth-child(8) a {
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  font-family: "Oswald", sans-serif;
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
  color: #ffffff;
  line-height: 90px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}
.vpsvds-table-content .dedi-row .der-col:nth-child(8) a:hover::after {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.vpsvds-table-content .dedi-row .der-col:nth-child(8) a span {
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.vpsvds-table-content .dedi-row .der-col:nth-child(8) a::after {
  content: "";
  background: -moz-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: linear-gradient(135deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f73a186c', endColorstr='#f700072a', GradientType=1);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.vpsvds-table-content .dedi-row .der-col .der-price {
  font-size: 24px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.vpsvds-table-content .dedi-row .der-col .der-price span {
  font-family: "Oswald", sans-serif;
  text-decoration: line-through;
  font-size: 15px;
  display: block;
}
.vpsvds-table-content .dedi-row .der-col .der-campaign {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 4px 15px;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  display: inline-block;
}
.vpsvds-table-content .dedi-row .der-col .der-campaign.indirim {
  background: #f09800;
}
.vpsvds-table-content .dedi-row .der-col .der-campaign.tukendi {
  background: #e52235;
}
.vpsvds-table-content .dedi-row .der-col .der-campaign.yeni {
  background: #4beb62;
}
.ghost-bg {
  background: #060a2e;
}
@media only screen and (min-width: 1366px) {
  .ghost-bg .gb-col {
    width: 10%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (max-width: 1365px) {
  .ghost-bg .gb-col {
    width: 33.3333%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .ghost-bg .gb-col:nth-child(3n+0) {
    border-right: none;
  }
}
.ghost-bg .gb-col .gb-label {
  cursor: pointer;
  display: block;
}
.ghost-bg .gb-col .gb-label input {
  display: none;
}
.ghost-bg .gb-col .gb-label input:checked + .gb-text .gb-icon::after {
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ghost-bg .gb-col .gb-label .gb-text {
  display: block;
  text-align: center;
  padding: 0 0 10px 0;
  position: relative;
}
.ghost-bg .gb-col .gb-label .gb-text .gb-icon {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
  border: 2px solid #060a2e;
  background: #2c3266;
  position: relative;
  text-align: center;
  margin-top: -10px;
}
.ghost-bg .gb-col .gb-label .gb-text .gb-icon::after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  position: absolute;
  left: 2px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 13px;
  line-height: 17px;
  color: #4beb62;
}
.ghost-bg .gb-col .gb-label .gb-text .gb-text1 {
  text-align: center;
  color: #d83cff;
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
}
.ghost-bg .gb-col .gb-label .gb-text .gb-text2 {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}
.ghost-bg .gb-col .gb-label .gb-text .gb-text3 {
  display: block;
  color: #495197;
  font-weight: 700;
}
@media only screen and (min-width: 1366px) {
  .gh-bottom .gh-col:nth-child(1) {
    width: 60%;
  }
}
@media only screen and (min-width: 1366px) {
  .gh-bottom .gh-col:nth-child(2) {
    width: 40%;
  }
}
@media only screen and (max-width: 1365px) {
  .gh-bottom .gh-col:nth-child(2) {
    display: none;
  }
}
.gh-tab-content {
  display: none;
  padding: 40px 0;
}
.gh-tab-content.current {
  display: block;
}
.gtc-table {
  border: 1px solid #f1f1f1;
}
.gtc-table .gtc-col {
  text-align: center;
  padding: 20px 0;
}
@media only screen and (min-width: 1366px) {
  .gtc-table .gtc-col {
    width: 16.66666%;
    border-right: 1px solid #f1f1f1;
  }
}
@media only screen and (max-width: 1365px) {
  .gtc-table .gtc-col {
    width: 33.33333%;
    border-right: 1px solid #f1f1f1;
  }
  .gtc-table .gtc-col:nth-child(3n+0) {
    border-right: none;
  }
}
.gtc-table .gtc-col:last-child {
  border-right: none;
}
.gtc-table .gtc-col span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.gtc-table2 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 40px;
}
@media only screen and (min-width: 1366px) {
  .gtc-table2 .gtc2-col {
    width: 20%;
  }
}
@media only screen and (max-width: 1365px) {
  .gtc-table2 .gtc2-col {
    width: 33.333333%;
  }
  .gtc-table2 .gtc2-col:nth-child(5) {
    width: 66.66666%;
  }
}
.gtc-table2 .gtc2-col:nth-child(odd) {
  background: #f7f7f7;
}
.gtc-table2 .gtc2-col:nth-child(even) {
  background: #efefef;
}
.gtc-table2 .gtc2-col:nth-child(5) input {
  display: block;
  background: #d83cff;
  background: -moz-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: -webkit-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: linear-gradient(135deg, #d83cff 0%, #8b2bd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83cff', endColorstr='#8b2bd5', GradientType=1);
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  width: 100%;
  outline: none;
  font-size: 18px;
  border: none;
  height: 100px;
  line-height: 100px;
}
.gtc-table2 .gtc2-col .gtc2-label {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 15px 0 10px 0;
}
.gtc-table2 .gtc2-col .gtc2-label input {
  display: none;
}
.gtc-table2 .gtc2-col .gtc2-label input:checked + .gtc2-text .gtc2-icon {
  background: #4beb62 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.gtc-table2 .gtc2-col .gtc2-label .gtc2-text .gtc2-icon {
  display: block;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
  border: 2px solid #4beb62;
}
.gtc-table2 .gtc2-col .gtc2-label .gtc2-text .gtc2-text1 {
  color: #060a2e;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  margin: 10px 0 0 0;
}
.gtc-table2 .gtc2-col .gtc2-label .gtc2-text .gtc2-text2 {
  font-size: 12px;
  font-weight: 400;
}
.gh-img {
  text-align: right;
  margin-top: -70px;
  position: relative;
  z-index: 3;
}
.gh-img img {
  max-width: 90%;
}
.mus-pan-bg {
  background: #000a2e;
}
.mus-pan-bg .mpb-col {
  position: relative;
}
@media only screen and (min-width: 1366px) {
  .mus-pan-bg .mpb-col {
    width: 25%;
  }
}
@media only screen and (max-width: 1365px) {
  .mus-pan-bg .mpb-col {
    width: 50%;
  }
}
.mus-pan-bg .mpb-col .mpb-bg {
  text-align: center;
  position: relative;
  display: block;
}
.mus-pan-bg .mpb-col .mpb-bg:hover::before {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: 100%;
}
.mus-pan-bg .mpb-col .mpb-bg::before {
  background: -moz-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: linear-gradient(135deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f73a186c', endColorstr='#f700072a', GradientType=1);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  opacity: 0;
  z-index: 1;
}
.mus-pan-bg .mpb-col .mpb-bg .mpb-num {
  width: 70px;
  height: 70px;
  z-index: 2;
  display: block;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  line-height: 70px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .mus-pan-bg .mpb-col .mpb-bg .mpb-num {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    margin: auto;
  }
}
@media only screen and (max-width: 1365px) {
  .mus-pan-bg .mpb-col .mpb-bg .mpb-num {
    margin: 0 auto;
  }
}
.mus-pan-bg .mpb-col .mpb-bg .mpb-name {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  z-index: 2;
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 1366px) {
  .mus-pan-bg .mpb-col .mpb-bg .mpb-name {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 1365px) {
  .mus-pan-bg .mpb-col .mpb-bg .mpb-name {
    padding-top: 20px;
  }
}
.mus-pan-bg .mpb-col .mpb-bg .mpb-text {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
  z-index: 2;
  height: 60px;
  display: block;
  padding: 0 20px;
}
.mus-pan-bg .mpb-col:nth-child(1) .mpb-bg {
  background: #46f16a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #46f16a 0%, #46f16a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #46f16a 0%, #46f16a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #46f16a 0%, #46f16a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46f16a', endColorstr='#46f16a', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.mus-pan-bg .mpb-col:nth-child(1) .mpb-bg .mpb-num {
  background: #46f16a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #46f16a 0%, #46f16a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #46f16a 0%, #46f16a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #46f16a 0%, #46f16a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46f16a', endColorstr='#46f16a', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.mus-pan-bg .mpb-col:nth-child(2) .mpb-bg {
  background: #00d2ff;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00d2ff 0%, #00d2ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00d2ff 0%, #00d2ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00d2ff 0%, #00d2ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d2ff', endColorstr='#00d2ff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.mus-pan-bg .mpb-col:nth-child(2) .mpb-bg .mpb-num {
  background: #00d2ff;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00d2ff 0%, #00d2ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00d2ff 0%, #00d2ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00d2ff 0%, #00d2ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d2ff', endColorstr='#00d2ff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.mus-pan-bg .mpb-col:nth-child(3) .mpb-bg {
  background: #6f4ce2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6f4ce2 0%, #6f4ce2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6f4ce2 0%, #6f4ce2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6f4ce2 0%, #6f4ce2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f4ce2', endColorstr='#6f4ce2', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.mus-pan-bg .mpb-col:nth-child(3) .mpb-bg .mpb-num {
  background: #6f4ce2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6f4ce2 0%, #6f4ce2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6f4ce2 0%, #6f4ce2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6f4ce2 0%, #6f4ce2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f4ce2', endColorstr='#6f4ce2', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.mus-pan-bg .mpb-col:nth-child(4) .mpb-bg {
  background: #aa32e6;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #aa32e6 0%, #aa32e6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #aa32e6 0%, #aa32e6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #aa32e6 0%, #aa32e6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa32e6', endColorstr='#aa32e6', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.mus-pan-bg .mpb-col:nth-child(4) .mpb-bg .mpb-num {
  background: #aa32e6;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #aa32e6 0%, #aa32e6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #aa32e6 0%, #aa32e6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #aa32e6 0%, #aa32e6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa32e6', endColorstr='#aa32e6', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
@media only screen and (min-width: 1366px) {
  .mus-pan-menu-resp {
    display: none;
  }
}
@media only screen and (max-width: 1365px) {
  .mus-pan-menu-resp {
    background: #d83cff;
    background: -moz-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
    background: -webkit-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
    background: linear-gradient(135deg, #d83cff 0%, #8b2bd5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83cff', endColorstr='#8b2bd5', GradientType=1);
    font-family: "Oswald", sans-serif;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
  }
}
.mus-pan-menu {
  background: #e1e5f2;
}
@media only screen and (max-width: 1365px) {
  .mus-pan-menu {
    display: none;
  }
}
.mus-pan-menu .mpm-col {
  position: relative;
}
@media only screen and (min-width: 1366px) {
  .mus-pan-menu .mpm-col {
    width: 14.285%;
  }
}
@media only screen and (min-width: 1366px) {
  .mus-pan-menu .mpm-col {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 1365px) {
  .mus-pan-menu .mpm-col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.mus-pan-menu .mpm-col .mpm-link-other {
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #060a2e;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .mus-pan-menu .mpm-col .mpm-link-other:hover .mpm-link-other-dropdown {
    display: block;
  }
}
.mus-pan-menu .mpm-col .mpm-link-other .mpm-link-other-dropdown {
  width: 100%;
  background: #ffffff;
  z-index: 100;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1366px) {
  .mus-pan-menu .mpm-col .mpm-link-other .mpm-link-other-dropdown {
    position: absolute;
    display: none;
  }
}
@media only screen and (max-width: 1365px) {
  .mus-pan-menu .mpm-col .mpm-link-other .mpm-link-other-dropdown {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1366px) {
  .mus-pan-menu .mpm-col .mpm-link-other .mpm-link-other-dropdown {
    top: 80px;
  }
}
.mus-pan-menu .mpm-col .mpm-link-other .mpm-link-other-dropdown a {
  display: block;
  color: #060a2e;
  font-family: "Oswald", sans-serif;
  padding: 10px 20px !important;
  border-top: 1px solid #f1f1f1 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  text-align: left !important;
}
.mus-pan-menu .mpm-col .mpm-link-other .mpm-link-other-dropdown a:hover {
  background: #f1f1f1;
  color: #4beb62;
}
.mus-pan-menu .mpm-col .mpm-link-other:hover {
  background: #4beb62;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1366px) {
  .mus-pan-menu .mpm-col .mpm-link-other {
    height: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1365px) {
  .mus-pan-menu .mpm-col .mpm-link-other {
    padding: 10px 0 0 0;
  }
}
.mus-pan-menu .mpm-col .mpm-link-other i {
  margin-left: 30px;
}
.mus-pan-menu .mpm-col a.mpm-link {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 10px;
}
.mus-pan-menu .mpm-col a.mpm-link:hover::before {
  opacity: 1;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.mus-pan-menu .mpm-col a.mpm-link:hover .mpm-icon {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.mus-pan-menu .mpm-col a.mpm-link:hover .mpm-name {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  color: #ffffff;
}
.mus-pan-menu .mpm-col a.mpm-link:hover .mpm-text {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.mus-pan-menu .mpm-col a.mpm-link::before {
  background: #d83cff;
  background: -moz-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: -webkit-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: linear-gradient(135deg, #d83cff 0%, #8b2bd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83cff', endColorstr='#8b2bd5', GradientType=1);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  opacity: 0;
  z-index: 1;
}
.mus-pan-menu .mpm-col a.mpm-link .mpm-icon {
  color: #d83cff;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 2;
  display: block;
}
.mus-pan-menu .mpm-col a.mpm-link .mpm-name {
  font-weight: 700;
  color: #060a2e;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  display: block;
  position: relative;
  z-index: 2;
}
.mus-pan-menu .mpm-col a.mpm-link .mpm-text {
  color: #989bb2;
  display: block;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 12px;
  position: relative;
  z-index: 2;
}
.mpc-text1 {
  display: block;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #060a2e;
}
.mpc-text1 .mpc-link {
  float: right;
  color: #4beb62;
  font-size: 18px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.mpc-text1 .mpc-link:hover {
  color: #060a2e;
}
.mus-pan-content {
  padding: 30px 0;
}
@media only screen and (min-width: 1366px) {
  .mus-pan-content .mpc-col {
    width: 50%;
  }
  .mus-pan-content .mpc-col:nth-child(1) {
    padding-right: 15px;
  }
  .mus-pan-content .mpc-col:nth-child(2) {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1365px) {
  .mus-pan-content .mpc-col {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .table-full-fix {
    overflow-x: auto;
  }
  .table-full-fix table {
    width: 1000px !important;
  }
}
.mus-pan-content {
  background: #f6f6f6;
}
.mpc-table1 {
  margin-top: 10px;
}
.dataTables_info {
  background: -moz-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%) !important;
  background: -webkit-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%) !important;
  background: linear-gradient(135deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f73a186c', endColorstr='#f700072a', GradientType=1) !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  border-radius: 15px !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  white-space: pre-wrap !important;
}
.mpc-table1 #table-one_wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.mpc-table1 .dataTables_info {
  margin-top: 15px;
  float: left;
  width: 100%;
  color: #989bb2;
  position: absolute;
}
.mpc-table1 .paginate_button {
  float: right;
  width: 60%;
  text-align: right;
  margin-top: 15px;
}
.mpc-table1 .paginate_button span,
.mpc-table1 .paginate_button a {
  display: inline-block;
}
.mpc-table1 .paginate_button a {
  height: 30px;
  background: #e8e8e8;
  margin: 0 2px;
  padding: 0 10px;
  color: #060a2e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  line-height: 30px;
}
.mpc-table1 .paginate_button a:hover,
.mpc-table1 .paginate_button a.current {
  background: #4beb62;
  color: #ffffff;
}
.mpc-table1 table {
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}
.mpc-table1 table thead {
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.mpc-table1 table thead th {
  font-family: "Oswald", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-weight: 500;
  outline: none;
}
.mpc-table1 table thead th:hover {
  background: rgba(0, 0, 0, 0.1);
}
.mpc-table1 table thead th.sorting_desc {
  background: rgba(0, 0, 0, 0.1);
}
.mpc-table1 table thead th.sorting_desc::after {
  float: right;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f161";
}
.mpc-table1 table thead th.sorting_asc {
  background: rgba(0, 0, 0, 0.1);
}
.mpc-table1 table thead th.sorting_asc::after {
  float: right;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f160";
}
.mpc-table1 table tr {
  border-top: 1px solid #ededed;
  /*
      &:nth-child(even) {
        background:#f9f9f9;
      }
      */
}
.mpc-table1 table tr:nth-child(1) {
  border-top: none;
}
.mpc-table1 table tr td,
.mpc-table1 table tr th {
  padding: 10px 15px;
  font-weight: 700;
}
.mp-hizmet-name {
  font-weight: 700;
}
.mp-hizmet-name a {
  color: #4beb62;
  font-weight: 700;
  display: block;
}
.mp-pasif {
  color: #ed3030;
}
.mp-aktif {
  color: #4beb62;
}
.mp-des-talep a {
  color: #060a2e;
  font-weight: 700;
}
.mp-des-cevaplandi {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #4beb62;
  color: #ffffff;
  padding: 3px 0;
  display: block;
  text-align: center;
  font-size: 12px;
}
.mp-des-bekliyor {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #ffb400;
  color: #ffffff;
  padding: 3px 0;
  display: block;
  text-align: center;
  font-size: 12px;
}
.mp-des-sonuclandi {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #aaa;
  color: #ffffff;
  padding: 3px 0;
  display: block;
  text-align: center;
  font-size: 12px;
}
.mp-fatura {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mp-fat-no,
.mp-fat-name,
.mp-fat-tar,
.mp-fat-tutar {
  font-weight: 700;
}
.mp-fat-button {
  text-align: right;
}
.mp-fat-name span {
  color: #4beb62;
}
@media only screen and (min-width: 1366px) {
  .mp-duyurular {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1365px) {
  .mp-duyurular {
    padding: 20px 0;
  }
}
.mp-duyuru-list a {
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  color: #ffffff;
  background: #00d2ff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  margin-top: 15px;
}
.mp-duyuru-list a:hover {
  background: #d83cff;
}
.cart-top {
  background: #060a2e;
}
@media only screen and (min-width: 1366px) {
  .cart-top .ct-left {
    width: 75%;
  }
}
.cart-top .ct-left .ct-col {
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .cart-top .ct-left .ct-col {
    width: 20%;
    padding: 0 20px 0 20px;
    height: 135px;
  }
}
@media only screen and (max-width: 1365px) {
  .cart-top .ct-left .ct-col {
    width: 50%;
    padding: 0 20px 0 20px;
    height: 135px;
  }
  .cart-top .ct-left .ct-col:nth-child(5) {
    width: 100%;
    height: 105px;
  }
}
.cart-top .ct-left .ct-col:nth-child(1) {
  background: #4beb62;
}
.cart-top .ct-left .ct-col:nth-child(1) .ct-top {
  background: #35b046;
}
.cart-top .ct-left .ct-col:nth-child(2) {
  background: #00d7df;
}
.cart-top .ct-left .ct-col:nth-child(2) .ct-top {
  background: #00b4bb;
}
.cart-top .ct-left .ct-col:nth-child(3) {
  background: #437ae0;
}
.cart-top .ct-left .ct-col:nth-child(3) .ct-top {
  background: #3464bd;
}
.cart-top .ct-left .ct-col:nth-child(4) {
  background: #6443e0;
}
.cart-top .ct-left .ct-col:nth-child(4) .ct-top {
  background: #5033bc;
}
.cart-top .ct-left .ct-col:nth-child(5) {
  background: #be36f1;
}
.cart-top .ct-left .ct-col:nth-child(5) .ct-top {
  background: #a62cd4;
}
.cart-top .ct-left .ct-col.current {
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  border-left: 5px solid #ffffff;
}
.cart-top .ct-left .ct-col.old {
  opacity: 0.50;
}
.cart-top .ct-left .ct-col .ct-top {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1366px) {
  .cart-top .ct-left .ct-col .ct-top {
    width: 60px;
    line-height: 60px;
    height: 60px;
    margin-top: -30px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1365px) {
  .cart-top .ct-left .ct-col .ct-top {
    width: 30px;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
.cart-top .ct-left .ct-col .ct-name {
  font-family: "Oswald", sans-serif;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.cart-top .ct-left .ct-col .ct-subtext {
  font-family: "Nunito Sans", sans-serif;
  display: block;
  color: #ffffff;
  opacity: 0.90;
}
.cart-content {
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 1366px) {
  .cart-con-row .cart-con-col:nth-child(1) {
    width: 75%;
  }
}
@media only screen and (min-width: 1366px) {
  .cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(1) {
    width: 25%;
  }
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(1) .ccc-menu {
  background: #f6f6f6;
  padding: 20px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(1) .ccc-menu .ccc-title {
  padding: 0 20px 10px  20px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(1) .ccc-menu .ccc-list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  display: block;
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(1) .ccc-menu .ccc-list:last-child {
  margin-bottom: 0;
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(1) .ccc-menu .ccc-list li {
  display: block;
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(1) .ccc-menu .ccc-list li a {
  display: block;
  padding: 5px 20px;
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(1) .ccc-menu .ccc-list li a:hover {
  color: #ffffff;
  background: #4beb62;
}
@media only screen and (min-width: 1366px) {
  .cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(2) {
    width: 75%;
  }
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(2) .ccc-2-row .ccc-2-col {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1366px) {
  .cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(2) .ccc-2-row .ccc-2-col:nth-child(odd) {
    width: 48.5%;
    margin-right: 3%;
  }
  .cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(2) .ccc-2-row .ccc-2-col:nth-child(even) {
    width: 48.5%;
  }
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(2) .ccc-2-row .ccc-2-col .cart-pack-bg {
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(2) .ccc-2-row .ccc-2-col .cart-pack-bg .cart-pack-top {
  padding: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  background: #f1f1f1;
  font-weight: 500;
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(2) .ccc-2-row .ccc-2-col .cart-pack-bg .cp-content {
  padding: 20px;
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(2) .ccc-2-row .ccc-2-col .cart-pack-bg .cp-content .cpc-col:nth-child(1) {
  width: 60%;
  padding-right: 20px;
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(2) .ccc-2-row .ccc-2-col .cart-pack-bg .cp-content .cpc-col:nth-child(1) div {
  font-family: "Oswald", sans-serif;
  margin-top: 10px;
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(2) .ccc-2-row .ccc-2-col .cart-pack-bg .cp-content .cpc-col:nth-child(2) {
  width: 40%;
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(2) .ccc-2-row .ccc-2-col .cart-pack-bg .cp-content .cpc-col:nth-child(2) .cpc-price {
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(2) .ccc-2-row .ccc-2-col .cart-pack-bg .cp-content .cpc-col:nth-child(2) .cpc-price span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 1366px) {
  .cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(2) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .cart-con-row .cart-con-col:nth-child(1) .c-con-row .ccc-col:nth-child(2) {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .cart-con-row .cart-con-col:nth-child(2) {
    width: 25%;
    padding-left: 30px;
  }
}
.spe-button5 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: #4beb62;
  padding: 15px 0px;
  text-align: Center;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.spe-button5:hover {
  background: #d83cff;
  color: #ffffff;
}
.cart-cart {
  position: relative;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  padding: 25px;
}
.cart-cart .cart-title {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #f1f1f1;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}
.cart-cart .cart-clear {
  padding: 50px 0;
  text-align: Center;
  font-family: "Oswald", sans-serif;
}
.cart-cart .cart-have-col {
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}
.cart-cart .cart-have-col .chc-col:nth-child(1) {
  width: 50%;
  font-weight: 400;
}
.cart-cart .cart-have-col .chc-col:nth-child(1) .chc-price {
  display: block;
  font-weight: 500;
}
.cart-cart .cart-have-col .chc-col:nth-child(2) {
  width: 50%;
  text-align: right;
}
.cart-cart .cart-have-col .chc-col:nth-child(2) .chc-delete {
  background: #ea3b3b;
  color: #ffffff;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
}
.cart-cart .cart-bottom-col {
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}
.cart-cart .cart-bottom-col .chc-col:nth-child(1) {
  width: 50%;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.cart-cart .cart-bottom-col .chc-col:nth-child(1) .chc-price {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.cart-cart .cart-bottom-col .chc-col:nth-child(2) {
  width: 50%;
  font-family: "Oswald", sans-serif;
  text-align: right;
  font-weight: 700;
}
.cart-cart .cart-last-button {
  margin-top: 20px;
}
@media only screen and (min-width: 1366px) {
  .cart-cart {
    margin-top: -140px;
  }
}
@media only screen and (max-width: 1365px) {
  .cart-cart {
    margin-top: 20px;
  }
}
.cart-down-code {
  margin-top: 20px;
}
.cart-down-code .cdc-title {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
}
.cdc-bg {
  position: relative;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
}
.cdc-bg .spe-input4 {
  width: 60%;
  border: none;
  outline: none;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
}
.cdc-bg .spe-button6 {
  width: 40%;
  outline: none;
  border: none;
  height: 40px;
  line-height: 40px;
  background: #d83cff;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 1365px) {
  .ccc-dropdown {
    display: none;
  }
  .ccc-down {
    padding-bottom: 0 !important;
  }
}
.spe-button7 {
  background: #060a2e;
  font-weight: 700;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 55px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 14px;
  line-height: 55px;
  text-align: Center;
  display: inline-block;
  border: none;
  text-transform: uppercase;
}
.spe-button7:hover {
  background: #4beb62;
  color: #ffffff;
}
.step2-fixed {
  margin-top: 0 !important;
}
.spe-step2-links {
  margin-top: 20px;
}
.step22-acc-col {
  background: #f1f1f1;
  margin-top: 20px;
  border: 1px solid #f1f1f1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.step22-acc-col:hover {
  border-color: #d83cff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.step22-acc-col:hover .step22-check::after {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.step22-acc-col input {
  display: none;
}
.step22-acc-col input:checked + .step22-check::after {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 1;
}
.step22-acc-col:first-child {
  margin-top: 0;
}
.step22-acc-col .step22-check {
  display: block;
}
.step22-acc-col .step22-check::after {
  content: "\f00c";
  width: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 0;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: #d83cff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.step22-toggle {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  padding: 15px 20px 20px 20px;
  cursor: pointer;
  font-size: 18px;
  display: block;
  position: relative;
}
.step22-acc-inner {
  padding: 20px;
  position: relative;
}
.step2-2-accordion .step22-acc-inner {
  display: none;
}
.spe-step-special-input {
  margin-top: 20px;
}
.spe-step-special-input span {
  display: block;
  font-weight: 700;
  color: #989bb2;
  margin-bottom: 5px;
}
.spe-step-special-input .sssi-row .sssi-1 {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
@media only screen and (min-width: 1366px) {
  .spe-step-special-input .sssi-row .sssi-1 {
    width: 80%;
  }
}
.spe-step-special-input .sssi-row .sssi-1:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #d83cff;
}
@media only screen and (min-width: 1366px) {
  .spe-step-special-input .sssi-row .sssi-1 {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media only screen and (max-width: 1365px) {
  .spe-step-special-input .sssi-row .sssi-1 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}
.spe-step-special-input .sssi-row .sssi-2 {
  display: block;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #d83cff;
  background: -moz-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: -webkit-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: linear-gradient(135deg, #d83cff 0%, #8b2bd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83cff', endColorstr='#8b2bd5', GradientType=1);
  border: none;
}
@media only screen and (min-width: 1366px) {
  .spe-step-special-input .sssi-row .sssi-2 {
    width: 20%;
  }
}
@media only screen and (max-width: 1365px) {
  .spe-step-special-input .sssi-row .sssi-2 {
    width: 100%;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 1366px) {
  .spe-step-special-input .sssi-row .sssi-2 {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.spe-step2-links .step2-li-col {
  position: relative;
}
@media only screen and (min-width: 1366px) {
  .spe-step2-links .step2-li-col {
    width: 49%;
  }
}
.spe-step2-links .step2-li-col .st2-li-button {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
@media only screen and (min-width: 1366px) {
  .spe-step2-links .step2-li-col {
    height: 200px;
  }
}
@media only screen and (max-width: 1365px) {
  .spe-step2-links .step2-li-col {
    padding-bottom: 80px !important;
    margin-bottom: 20px;
  }
}
.spe-step2-links .step2-li-col:nth-child(1) {
  background: -moz-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: linear-gradient(135deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f73a186c', endColorstr='#f700072a', GradientType=1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
}
@media only screen and (min-width: 1366px) {
  .spe-step2-links .step2-li-col:nth-child(1) {
    margin-right: 2%;
  }
}
.spe-step2-links .step2-li-col:nth-child(1) .st2-li-text1 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.spe-step2-links .step2-li-col:nth-child(1) .st2-li-text2 {
  font-size: 18px;
  margin-top: 10px;
  color: #ffffff;
  line-height: 24px;
}
.spe-step2-links .step2-li-col:nth-child(1) .st2-li-button {
  text-align: right;
  margin-top: 10px;
}
.spe-step2-links .step2-li-col:nth-child(1) .st2-li-button a {
  background: #ffffff;
  padding: 15px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
}
.spe-step2-links .step2-li-col:nth-child(1) .st2-li-button a:hover {
  background: #4beb62;
  color: #ffffff;
}
.spe-step2-links .step2-li-col:nth-child(2) {
  background: #d83cff;
  background: -moz-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: -webkit-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: linear-gradient(135deg, #d83cff 0%, #8b2bd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83cff', endColorstr='#8b2bd5', GradientType=1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
}
.spe-step2-links .step2-li-col:nth-child(2) .st2-li-text1 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.spe-step2-links .step2-li-col:nth-child(2) .st2-li-text2 {
  font-size: 18px;
  margin-top: 10px;
  color: #ffffff;
  line-height: 24px;
}
.spe-step2-links .step2-li-col:nth-child(2) .st2-li-button {
  text-align: right;
  margin-top: 10px;
}
.spe-step2-links .step2-li-col:nth-child(2) .st2-li-button a {
  background: #ffffff;
  padding: 15px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #d83cff;
  font-weight: 700;
}
.spe-step2-links .step2-li-col:nth-child(2) .st2-li-button a:hover {
  background: #d83cff;
  color: #ffffff;
}
.spe-cart3-content-pack .user-inline-text:first-child {
  margin-top: 0;
}
.sc3-pack {
  margin-top: 20px;
  background: #f1f1f1;
  padding: 20px;
}
@media only screen and (max-width: 1365px) {
  .sc3-pack {
    overflow: hidden;
  }
}
.sc3-pack .sc3-pack-name {
  font-size: 20px;
}
.sc3-pack .sc3-pack-list {
  padding: 10px 0;
  display: block;
  border-bottom: 1px dashed #ddd;
}
.sc3-pack .sc3-pack-list:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1366px) {
  .sc3-pack .sc3-pack-list {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1365px) {
  .sc3-pack .sc3-pack-list {
    font-size: 12px;
  }
}
.sc3-pack .sc3-pack-list span {
  width: 50%;
  float: left;
}
.sc3-pack .sc3-pack-list span:nth-child(1) {
  font-weight: 700;
}
.sc3-pack .sc3-pack-list::after {
  content: "";
  clear: both;
  display: block;
}
.sc3-bottom {
  margin-top: 20px;
}
.sc3-bottom span {
  color: #989bb2;
  margin-bottom: 5px;
  display: block;
}
.sc3-infos {
  display: block;
  margin-top: 20px;
  color: #ffffff;
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}
.sc3-infos a {
  font-weight: 700;
  text-decoration: underline;
  color: #ffffff;
}
.sc3-infos a:hover {
  color: #ffffff;
}
.spe-cart3-top1 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
}
.sp3-dom-labels-check .spe-domlabel1 {
  margin-top: 20px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-align: center;
}
.sp3-dom-labels-check .spe-domlabel1:hover {
  border-color: #f1f1f1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1366px) {
  .sp3-dom-labels-check .spe-domlabel1 {
    margin-right: 2%;
  }
  .sp3-dom-labels-check .spe-domlabel1:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .sp3-dom-labels-check .spe-domlabel1 {
    width: 32%;
  }
}
@media only screen and (max-width: 1365px) {
  .sp3-dom-labels-check .spe-domlabel1 {
    display: block;
  }
}
.sp3-dom-labels-check .spe-domlabel1 input {
  display: none;
}
.sp3-dom-labels-check .spe-domlabel1 input:checked + .sdoml1-con .sdoml1-top span {
  background: #d83cff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #d83cff;
}
.sp3-dom-labels-check .spe-domlabel1 input:checked + .sdoml1-con .sdoml1-top span::after {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sp3-dom-labels-check .spe-domlabel1 input:checked + .sdoml1-con .sdoml1-bot div {
  background: #e33243;
}
.sp3-dom-labels-check .spe-domlabel1 input:checked + .sdoml1-con .sdoml1-bot div::after {
  content: "Sepetten Sil";
}
.sp3-dom-labels-check .spe-domlabel1 .sdoml1-top {
  display: inline-block;
  padding: 20px 0 0 0;
  font-size: 18px;
}
.sp3-dom-labels-check .spe-domlabel1 .sdoml1-top span {
  width: 16px;
  height: 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin: 4px 0 0 0;
  float: left;
  border: 2px solid #f1f1f1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
}
.sp3-dom-labels-check .spe-domlabel1 .sdoml1-top span::after {
  content: "\f00c";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 8px;
  color: #ffffff;
  float: left;
  opacity: 0;
  margin: 2px 0 0 2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.sp3-dom-labels-check .spe-domlabel1 .sdoml1-content {
  text-align: center;
  padding: 20px;
  line-height: 24px;
  font-size: 14px;
}
.sp3-dom-labels-check .spe-domlabel1 .sdoml1-bot span {
  display: block;
  background: #060a2e;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
}
.sp3-dom-labels-check .spe-domlabel1 .sdoml1-bot div {
  padding: 10px 0;
  text-align: Center;
  background: #4beb62;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sp3-dom-labels-check .spe-domlabel1 .sdoml1-bot div::after {
  content: "Sepete Ekle";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ufc-top-text {
  font-size: 24px;
  font-weight: 800;
}
.ufc-top-text span {
  display: block;
  color: #989bb2;
  font-size: 16px;
  margin-top: 5px;
  font-weight: 400;
}
.user-op-top a {
  text-align: Center;
  border-bottom: 1px solid #f1f1f1;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 1366px) {
  .user-op-top a {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 1365px) {
  .user-op-top a {
    display: block;
  }
}
.user-op-top a:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media only screen and (min-width: 1366px) {
  .user-op-top a:last-child {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media only screen and (min-width: 1366px) {
  .user-op-top a {
    padding: 20px 0;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1365px) {
  .user-op-top a {
    padding: 10px 0;
    font-size: 18px;
  }
}
.user-op-top a.current,
.user-op-top a:hover {
  background: #3b406a;
  color: #ffffff;
}
.user-op-top a i {
  color: #4beb62;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 1366px) {
  .user-op-top a i {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1365px) {
  .user-op-top a i {
    font-size: 20px;
  }
}
.sp3-host-have {
  margin-top: 20px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.sp3-host-have::after {
  content: "";
  clear: both;
  display: block;
}
.sp3-host-have div {
  float: left;
  width: 50%;
}
.sp3-host-have div span {
  color: #4beb62;
  display: block;
}
.user-inline-text {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-top: 20px;
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.user-inline-text i {
  margin-right: 10px;
}
.user-inline-text.grey {
  background: #3b406a;
}
.user-inline-kul-soz {
  overflow-y: auto;
  margin-top: 20px;
  height: 300px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  padding: 20px;
}
.user-inline-kul-soz .uiks-content {
  line-height: 24px;
}
@media only screen and (min-width: 1366px) {
  .spe-user-form-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .spe-user-form-content {
    padding: 20px;
    margin-top: 20px;
  }
}
.spe-selectbox1 {
  position: relative;
}
.spe-selectbox1 select {
  display: none;
  /*hide original SELECT element:*/
}
.select-selected {
  background-color: #ffffff;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 500;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
}
.select-selected:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #d83cff;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #989bb2 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #989bb2 transparent;
  top: 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  cursor: pointer;
  user-select: none;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
@keyframes anime2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  top: 110%;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  animation-name: anime2;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  border: 1px solid #f1f1f1;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
  animation-name: anime2;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
.select-items div:hover,
.same-as-selected {
  background-color: #4beb62;
  color: #ffffff;
}
.pfr-col {
  display: inline-block;
  width: 30%;
  margin: 0 2%;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 1366px) {
  .pfr-col {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .pfr-col {
    font-size: 13px;
  }
}
.pfr-col input {
  display: none;
}
.pfr-col input:checked + span {
  background: #d83cff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.pfr-col input:checked + span::after {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.pfr-col span {
  display: block;
  width: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: relative;
  height: 20px;
  border: 2px solid #d83cff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.pfr-col span::after {
  content: "\f00c";
  position: absolute;
  left: 3px;
  top: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 0;
  color: #ffffff;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pay-form-radio {
  text-align: center;
  margin-top: 20px;
}
.spe-step4-table {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}
.spe-step4-table .s-s4-tab {
  padding: 20px;
}
.spe-step4-table .s-s4-tab:nth-child(odd) {
  background: #f1f1f1;
}
.spe-step4-table .s-s4-tab:nth-child(even) {
  background: #ffffff;
}
@media only screen and (min-width: 1366px) {
  .spe-step4-table .s-s4-tab .s4-t-col:nth-child(1) {
    width: 60%;
  }
}
@media only screen and (max-width: 1365px) {
  .spe-step4-table .s-s4-tab .s4-t-col:nth-child(1) {
    text-align: Center;
  }
}
.spe-step4-table .s-s4-tab .s4-t-col:nth-child(1) .spe-opt-ek {
  font-size: 12px;
  color: #989bb2;
  display: block;
  margin-top: 5px;
}
.spe-step4-table .s-s4-tab .s4-t-col:nth-child(1) .spe-name {
  display: block;
  font-size: 18px;
}
.spe-step4-table .s-s4-tab .s4-t-col:nth-child(1) .spe-name a {
  color: #d83cff;
  font-weight: 700;
  font-size: 12px;
}
.spe-step4-table .s-s4-tab .s4-t-col:nth-child(1) .spe-type {
  margin-top: 5px;
  display: block;
  color: #989bb2;
  font-size: 12px;
}
.spe-step4-table .s-s4-tab .s4-t-col:nth-child(1) .spe-dom {
  margin-top: 5px;
  display: block;
  color: #989bb2;
  font-size: 12px;
}
.spe-step4-table .s-s4-tab .s4-t-col:nth-child(2) {
  font-size: 18px;
  text-align: Center;
}
@media only screen and (min-width: 1366px) {
  .spe-step4-table .s-s4-tab .s4-t-col:nth-child(2) {
    width: 30%;
  }
}
@media only screen and (max-width: 1365px) {
  .spe-step4-table .s-s4-tab .s4-t-col:nth-child(2) {
    text-align: Center;
  }
}
.spe-step4-table .s-s4-tab .s4-t-col:nth-child(2) span {
  display: block;
  color: #989bb2;
  font-size: 12px;
  margin-top: 5px;
}
.spe-step4-table .s-s4-tab .s4-t-col:nth-child(3) {
  text-align: right;
}
@media only screen and (min-width: 1366px) {
  .spe-step4-table .s-s4-tab .s4-t-col:nth-child(3) {
    width: 10%;
  }
}
@media only screen and (max-width: 1365px) {
  .spe-step4-table .s-s4-tab .s4-t-col:nth-child(3) {
    text-align: Center;
  }
}
.spe-step4-table .s-s4-tab .s4-t-col:nth-child(3) .spe-button-del {
  width: 24px;
  height: 24px;
  background: #e33243;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  line-height: 24px;
  text-align: center;
}
.spe-step4-tab2 {
  text-align: center;
  margin-top: 20px;
}
.step4-select-button {
  margin-top: 10px;
  text-align: center;
}
.step4-inputs span,
.step-selectboxes span {
  color: #989bb2;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}
.step4-selectboxes {
  margin-top: 10px;
}
.spe-step4-tabses input {
  display: block !important;
}
.spe-input2 {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 500;
  background: #ffffff;
  outline: none;
  font-size: 16px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
}
.spe-input2:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #4beb62;
}
.step5-content {
  display: none;
}
.step5-content.current {
  display: block;
}
.user-password-form .user-form-con-col {
  width: 100% !important;
  margin-right: 0 !important;
}
.user-form-con-row .user-form-con-col {
  position: relative;
  margin-top: 20px;
}
@media only screen and (min-width: 1366px) {
  .user-form-con-row .user-form-con-col {
    width: 49%;
  }
}
@media only screen and (min-width: 1366px) {
  .user-form-con-row .user-form-con-col:nth-child(odd) {
    margin-right: 2%;
  }
}
.user-inline-kul-button {
  text-align: Center;
  margin-top: 20px;
}
.user-inline-kul-button a,
.user-inline-kul-button input {
  background: #d83cff;
  background: -moz-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: -webkit-linear-gradient(-45deg, #d83cff 0%, #8b2bd5 100%);
  background: linear-gradient(135deg, #d83cff 0%, #8b2bd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83cff', endColorstr='#8b2bd5', GradientType=1);
  color: #ffffff;
  padding: 20px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-align: Center;
  display: inline-block;
}
.spe-textarea2 {
  display: block;
  height: 50px;
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  width: 100%;
  height: 100px;
  resize: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
}
.spe-textarea2:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #4beb62;
}
.step5-links {
  text-align: center;
}
.step5-links .step5-link {
  font-family: "Oswald", sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #f1f1f1;
  color: #989bb2;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 10px 15px;
}
@media only screen and (min-width: 1366px) {
  .step5-links .step5-link {
    display: inline-block;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 1365px) {
  .step5-links .step5-link {
    display: block;
    margin-top: 20px;
  }
}
.step5-links .step5-link.current {
  background: #4beb62;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ufcc-text {
  font-size: 14px;
  color: #989bb2;
  display: block;
  font-weight: 700;
  margin-bottom: 3px;
}
.ufcc-text span {
  color: #4beb62;
}
.at-error {
  position: absolute;
  background: #e33243;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  z-index: 10;
  right: 10px;
  top: 33px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.at-warning {
  color: #8A6D3B;
  margin: 6px 0;
}
.glyphicon {
  display: none !important;
}
.at-required {
  border-color: #e33243 !important;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(255, 94, 94, 0.51);
  -moz-box-shadow: 0px 0px 3px 0px rgba(255, 94, 94, 0.51);
  box-shadow: 0px 0px 3px 0px rgba(255, 94, 94, 0.51);
}
.at-required-highlight {
  color: #ff0000;
}
.spe-label2 {
  display: block;
  margin: 10px 0;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #989bb2;
}
.spe-label2 input {
  display: none;
}
.spe-label2 input:checked + span {
  background: #d83cff;
  border-color: #d83cff;
}
.spe-label2 input:checked + span::after {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-label2 span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #d83cff;
}
.spe-label2 span::after {
  content: "\f00c";
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 10px;
  margin: 2px 0 0 3px;
  display: block;
}
.today-total-pay {
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  text-align: Center;
  font-size: 18px;
  color: #ffffff;
  background: #4beb62;
}
@media only screen and (min-width: 1366px) {
  .sub-head-mid-top {
    height: 80px;
  }
}
@media only screen and (min-width: 1366px) {
  .sub-head-mid-top .shmt-col:nth-child(1) {
    width: 20%;
  }
  .sub-head-mid-top .shmt-col:nth-child(2) {
    width: 10%;
    text-align: right;
  }
  .sub-head-mid-top .shmt-col:nth-child(3) {
    width: 50%;
    text-align: right;
  }
  .sub-head-mid-top .shmt-col:nth-child(3) .mid2-buttons {
    text-align: right !important;
  }
  .sub-head-mid-top .shmt-col:nth-child(4) {
    width: 20%;
    text-align: right;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-head-mid-top .shmt-col:nth-child(3) {
    padding: 5px 0;
  }
  .sub-head-mid-top .shmt-col:nth-child(4) {
    text-align: center !important;
  }
}
.sub-menu {
  background: rgba(6, 10, 46, 0.1);
  padding: 7px 0 4px 0;
  z-index: 10000;
}
@media only screen and (max-width: 1365px) {
  .sub-menu {
    display: none;
  }
}
.sub-menu.fixed {
  position: fixed;
  top: 0;
  background: #420582 !important;
  width: 100%;
  left: 0;
}
.sub-menu .menu {
  margin: 0 !important;
}
@media only screen and (max-width: 1366px) {
  .irc-table {
    width: 1170px;
  }
}
.irc-table .irc-row:nth-child(1) .irc-col {
  color: #ffffff !important;
}
.irc-table .irc-row:nth-child(1) .irc-col .irc-title {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
}
.irc-table .irc-row:nth-child(1) .irc-col .irc-price {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
.irc-table .irc-row:nth-child(1) .irc-col:nth-child(2) {
  background: #616dd7 !important;
}
.irc-table .irc-row:nth-child(1) .irc-col:nth-child(3) {
  background: #32bfdd !important;
}
.irc-table .irc-row:nth-child(1) .irc-col:nth-child(4) {
  background: #32dd83 !important;
}
.irc-table .irc-row:nth-child(1) .irc-col:nth-child(5) {
  background: #78dc48 !important;
}
.irc-table .irc-row:nth-child(1) .irc-col:nth-child(6) {
  background: #dea700 !important;
}
.irc-table .irc-row:nth-child(1) .irc-col:nth-child(7) {
  background: #e45c2d !important;
}
.irc-table .irc-row:nth-child(1) .irc-col:nth-child(8) {
  background: #e42d4f !important;
}
.irc-table .irc-row .irc-col {
  display: table-cell;
  vertical-align: middle;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  padding: 10px;
}
.irc-table .irc-row .irc-col:nth-child(1) {
  width: 15%;
  background: #ffffff !important;
  color: #000729;
}
.irc-table .irc-row .irc-col:nth-child(1) span {
  color: #d83cff;
  width: 23px;
  display: inline-block;
}
.irc-table .irc-row .irc-col:not(:first-child) {
  width: 12.142%;
  color: #b5b7c6;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.irc-table .irc-row .irc-col:not(:first-child):nth-child(odd) {
  background: #060a2e;
}
.irc-table .irc-row .irc-col:not(:first-child):nth-child(even) {
  background: #111641;
}
.red-color {
  color: #e33243;
}
.green-color {
  color: #4beb62;
}
.spe-button-blue,
.spe-button-red,
.spe-button-orange,
.spe-button-green,
.spe-button-dark {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  margin: 2px 0;
  display: block;
  padding: 10px 5px;
}
.spe-button-blue:hover,
.spe-button-red:hover,
.spe-button-orange:hover,
.spe-button-green:hover,
.spe-button-dark:hover {
  background: #d83cff;
  color: #ffffff;
}
.spe-button-red {
  background: #e42d3a;
}
.spe-button-orange {
  background: #e4872d;
}
.spe-button-blue {
  background: #6076ff;
}
.spe-button-green {
  background: #25cb9a;
}
.spe-button-dark {
  background: #2c336c;
}
@media only screen and (max-width: 1366px) {
  .irc-table-fix {
    overflow-x: auto;
  }
}
@media only screen and (max-width: 1366px) {
  .irc-table2 {
    width: 1170px;
  }
}
.irc-table2 .irc-dropped {
  display: none;
}
.irc-table2 .irc-dropped.current {
  display: block;
}
.irc-table2 .irc-dropdown {
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 20px;
  color: #ffffff;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  background: -moz-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: linear-gradient(135deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f73a186c', endColorstr='#f700072a', GradientType=1);
}
.irc-table2 .irc-dropdown::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 20px;
  color: #ffffff;
  top: 15px;
  position: absolute;
  font-size: 14px;
}
.irc-table2 .irc-row {
  width: 100%;
}
.irc-table2 .irc-row .irc-col {
  display: table-cell;
  vertical-align: middle;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  padding: 10px;
}
.irc-table2 .irc-row .irc-col:nth-child(1) {
  width: 15%;
  background: #ffffff !important;
  color: #000729;
}
.irc-table2 .irc-row .irc-col:nth-child(1) span {
  color: #d83cff;
  width: 23px;
  display: inline-block;
}
.irc-table2 .irc-row .irc-col:not(:first-child) {
  width: 12.142%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.irc-table2 .irc-row .irc-col:not(:first-child):nth-child(odd) {
  background: #e9ebf5;
}
.irc-table2 .irc-row .irc-col:not(:first-child):nth-child(even) {
  background: #e0e2ef;
}
.smtp-page-row {
  margin-top: 20px;
}
@media only screen and (max-width: 1365px) {
  .smtp-page-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.smtp-page-row .smtp-p-col {
  background: -moz-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: linear-gradient(135deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f73a186c', endColorstr='#f700072a', GradientType=1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (min-width: 1366px) {
  .smtp-page-row .smtp-p-col {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .smtp-page-row .smtp-p-col:nth-child(4n+0) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1365px) {
  .smtp-page-row .smtp-p-col {
    width: 49%;
    margin-right: 2%;
  }
  .smtp-page-row .smtp-p-col:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .smtp-page-row .smtp-p-col {
    width: 100%;
  }
}
@media only screen and (max-width: 1365px) {
  .smtp-page-row .smtp-p-col {
    margin-bottom: 20px;
  }
}
.smtp-page-row .smtp-p-col .smtp-p-top {
  padding: 35px 0;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}
@media only screen and (max-width: 1365px) {
  .smtp-page-row .smtp-p-col .smtp-p-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.smtp-page-row .smtp-p-col .smtp-p-content .smpc-col {
  width: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  padding: 20px 0;
}
.smtp-page-row .smtp-p-col .smtp-p-content .smpc-col i {
  color: #4beb62;
  font-size: 36px;
}
.smtp-page-row .smtp-p-col .smtp-p-content .smpc-col div {
  display: block;
  margin-top: 5px;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
}
.smtp-page-row .smtp-p-col .smtp-p-content .smpc-col span {
  display: block;
  color: #989bb2;
  font-size: 12px;
  font-weight: 400;
}
.smtp-page-row .smtp-p-col .smtp-p-content .smpc-col:nth-child(odd) {
  border-left: none;
}
.smtp-page-row .smtp-p-col .smtp-p-bottom {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1365px) {
  .smtp-page-row .smtp-p-col .smtp-p-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.smtp-page-row .smtp-p-col .smtp-p-bottom div {
  width: 50%;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}
.smtp-page-row .smtp-p-col .smtp-p-bottom div span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #989bb2;
}
.smtp-page-row .smtp-p-col .smtp-p-bottom div:nth-child(2) {
  text-align: right;
}
.spe-button10 {
  background: #2c336c;
  font-weight: 700;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 5px;
  font-size: 14px;
  text-align: Center;
  display: block;
  border: none;
  text-transform: uppercase;
    outline: none !important;
}
.spe-button10:hover {
  background: #d83cff;
  color: #ffffff;
}
.lisans-page-row {
  padding-bottom: 30px;
}
.lisans-page-row .lis-p-col {
  border: 1px solid #f1f1f1;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (min-width: 1366px) {
  .lisans-page-row .lis-p-col {
    width: 49%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1365px) {
  .lisans-page-row .lis-p-col {
    margin-bottom: 20px;
  }
}
.lisans-page-row .lis-p-col:nth-child(2) {
  margin-right: 0;
}
.lisans-page-row .lis-p-col .lis-pc-top {
  padding: 30px;
}
@media only screen and (min-width: 1366px) {
  .lisans-page-row .lis-p-col .lis-pc-top div:nth-child(1) {
    width: 30%;
  }
}
@media only screen and (max-width: 1365px) {
  .lisans-page-row .lis-p-col .lis-pc-top div:nth-child(1) {
    text-align: center;
  }
}
.lisans-page-row .lis-p-col .lis-pc-top div:nth-child(1) img {
  max-width: 100%;
}
@media only screen and (min-width: 1366px) {
  .lisans-page-row .lis-p-col .lis-pc-top div:nth-child(2) {
    width: 70%;
    padding-left: 30px;
    line-height: 30px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1365px) {
  .lisans-page-row .lis-p-col .lis-pc-top div:nth-child(2) {
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1366px) {
  .lisans-page-row .lis-p-col .lis-pc-content {
    padding: 30px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .lisans-page-row .lis-p-col .lis-pc-content {
    padding: 0 20px 20px 20px;
    font-size: 16px;
    text-align: Center;
    line-height: 24px;
  }
}
.lisans-page-row .lis-p-col .lis-pc-bottom {
  background: -moz-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: linear-gradient(135deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f73a186c', endColorstr='#f700072a', GradientType=1);
  padding: 0 30px 30px 30px;
}
.lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels {
  text-align: center;
}
.lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3 {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}
.lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3 input {
  display: none;
}
.lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3 input:checked + span {
  background: #4beb62;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3 input:checked + span::before {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3:hover span {
  background: #4beb62;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3:hover span::before {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3 span {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 30px;
  padding-top: 3px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background: #060a2e;
  border: 3px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3 span::before {
  content: "\f00c";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #95a5cc;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) {
  .lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3 span {
    margin-top: -15px;
  }
}
@media only screen and (max-width: 1365px) {
  .lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3 span {
    margin-top: 20px;
  }
}
.lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3 .sl3-text1 {
  color: #ffffff;
  margin-top: 10px;
  font-weight: 400;
}
@media only screen and (min-width: 1366px) {
  .lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3 .sl3-text1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3 .sl3-text1 {
    font-size: 12px;
  }
}
.lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3 .sl3-text2 {
  display: block;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (min-width: 1366px) {
  .lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3 .sl3-text2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-labels .spe-label3 .sl3-text2 {
    font-size: 14px;
  }
}
.lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-button {
  text-align: center;
  padding-top: 30px;
}
.lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-button a {
  background: #4beb62;
  -webkit-box-shadow: 0 0 40px 0 rgba(20, 91, 114, 0.39);
  -moz-box-shadow: 0 0 40px 0 rgba(20, 91, 114, 0.39);
  box-shadow: 0 0 40px 0 rgba(20, 91, 114, 0.39);
  color: #ffffff;
  font-weight: 700;
  padding: 20px 0;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.lisans-page-row .lis-p-col .lis-pc-bottom .lis-pc-button a:hover {
  background: #d83cff;
}
.spe-bg-white {
  background: #fff;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.spe-sub-row-2 {
  margin-top: 20px;
}
.spe-sub-row-2::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 1366px) {
  .spe-sub-row-2 .spe-sub-col:nth-child(1) {
    width: 20%;
    float: left;
  }
  .spe-sub-row-2 .spe-sub-col:nth-child(2) {
    width: 77%;
    float: right;
  }
}
@media only screen and (max-width: 1365px) {
  .spe-sub-row-2 .spe-sub-col:nth-child(1) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .ssl-page-table {
    overflow-x: scroll;
  }
}
.ssl-page-table .sslp-row {
  border-bottom: 1px solid #f1f1f1;
}
@media only screen and (max-width: 1365px) {
  .ssl-page-table .sslp-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ssl-page-table .sslp-row:nth-child(1) {
  font-weight: 700;
}
.ssl-page-table .sslp-row:nth-child(1) .sslp-col {
  padding: 20px 10px;
}
.ssl-page-table .sslp-row .sslp-col {
  width: 16.66666%;
  padding: 10px;
  border-left: 1px solid #f1f1f1;
  text-align: center;
}
.ssl-page-table .sslp-row .sslp-col i {
  color: #4beb62;
}
.ssl-page-table .sslp-row .sslp-col a {
  display: block;
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 0;
}
.ssl-page-table .sslp-row .sslp-col a:hover {
  background: -moz-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  background: linear-gradient(135deg, rgba(58, 24, 108, 0.97) 0%, rgba(0, 7, 42, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f73a186c', endColorstr='#f700072a', GradientType=1);
}
.ssl-page-table .sslp-row .sslp-col a span {
  display: block;
  font-size: 14px;
}
.ssl-page-table .sslp-row .sslp-col:nth-child(1) {
  border-left: none;
}
.ssl-page-tabs {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ssl-page-tabs li {
  display: block;
  cursor: pointer;
  padding: 20px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}
.ssl-page-tabs li:hover,
.ssl-page-tabs li.current {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ssl-page-tabs li:hover img,
.ssl-page-tabs li.current img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-filter: grayscale(0%);
}
.ssl-page-tabs li:last-child {
  border-bottom: none;
}
.ssl-page-tabs li img {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.60;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-filter: grayscale(100%);
}
.ssl-tab-content,
.ssl-tab-content-2 {
  display: none;
}
.ssl-tab-content.current,
.ssl-tab-content-2.current {
  display: block;
}
.logged-users {
  position: relative;
}
@media only screen and (min-width: 1366px) {
  .logged-users {
    display: inline-block;
  }
}
@media only screen and (max-width: 1365px) {
  .logged-users {
    display: block;
    text-align: center;
  }
}
.logged-users .luse-name {
  cursor: pointer;
  color: #ffffff;
}
.logged-users .luse-exit {
  color: #ffffff !important;
}
@media only screen and (min-width: 1366px) {
  .logged-users .luse-col:nth-child(1) {
    margin-right: 10px;
  }
}
.logged-users .luse-col:nth-child(1) img {
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
@media only screen and (max-width: 1365px) {
  .logged-users .luse-col:nth-child(1) img {
    margin: 0 auto;
  }
}
.user-logged-menu {
  z-index: 1000;
  display: none;
  background: #ffffff;
}
@media only screen and (min-width: 1366px) {
  .user-logged-menu {
    position: absolute;
    width: 200px;
    left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .user-logged-menu {
    position: absolute;
    width: 90%;
    left: 0;
    margin: auto;
    right: 0;
    margin-top: 20px;
  }
}
.user-logged-menu a {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #000729 !important;
  border-top: 1px solid #f1f1f1;
}
.user-logged-menu a:hover {
  background: #f1f1f1;
}
.user-logged-menu a:first-child {
  border-top: none;
}
.user-logged-menu a em:nth-child(1) {
  width: 25%;
  font-style: normal !important;
  text-align: Center;
  padding: 10px 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-right: 1px solid #f1f1f1;
}
.user-logged-menu a em:nth-child(1) i {
  color: #000729 !important;
}
.user-logged-menu a em:nth-child(2) {
  width: 75%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-style: normal !important;
  padding: 10px 15px;
}
.logout-success {
  padding: 20px 0;
  text-align: Center;
}
.logout-success .lss-icon1 {
  color: #4beb62;
  font-size: 80px;
  line-height: 80px;
}
.logout-success .lss-text1 {
  font-size: 24px;
  font-weight: 300;
  padding: 20px 0;
}
@media only screen and (min-width: 1366px) {
  .reseller-top {
    margin-top: -90px;
    margin-bottom: 53px;
  }
}
@media only screen and (max-width: 1365px) {
  .reseller-top {
    margin-top: 20px;
  }
}
.home-pack-bg-x {
  background: #2a305e url("../images/bg29.png") no-repeat top left;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.home-pack-bg-x .hpb-top {
  padding: 30px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
}
.home-pack-bg-x .hpb-top .hpb-text1 {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}
.home-pack-bg-x .hpb-top .hpb-text2 {
  font-size: 36px;
  font-family: "Oswald", sans-serif;
}
.home-pack-bg-x .hpb-top .hpb-text2 .low-price {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: line-through;
}
.home-pack-bg-x .hpb-top .hpb-text2 span {
  font-size: 14px;
}
.home-pack-bg-x .hpb-text3 {
  padding: 0 30px;
  height: 50px;
  overflow: hidden;
  color: #9ea3d1;
  font-size: 13px;
  line-height: 24px;
}
.home-pack-bg-x .hpb-list {
  margin-top: 20px;
}
.home-pack-bg-x .hpb-list .hpb-l-c {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.home-pack-bg-x .hpb-list .hpb-l-c div {
  padding: 13px 0;
}
.home-pack-bg-x .hpb-list .hpb-l-c div:nth-child(1) {
  width: 25%;
}
.home-pack-bg-x .hpb-list .hpb-l-c div:nth-child(1) img {
  display: block;
  margin: 0 auto;
}
.home-pack-bg-x .hpb-list .hpb-l-c div:nth-child(2) {
  width: 75%;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.home-pack-bg-x .hpb-list .hpb-l-c-x {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.home-pack-bg-x .hpb-list .hpb-l-c-x div {
  padding: 13px 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.home-pack-bg-x .hpb-button {
  text-align: center;
  padding: 20px 30px;
}
.co-location-page {
  padding: 20px 0;
}
.clp-top {
  text-align: center;
}
.clp-top .content-top {
  display: inline-block;
  padding-left: 0;
  background-position: top center;
}
.clp-row {
  margin-top: 30px;
}
@media only screen and (min-width: 1366px) {
  .clp-row .clp-col {
    width: 50%;
  }
}
@media only screen and (min-width: 1366px) {
  .clp-row .clp-col:nth-child(1) {
    padding-right: 20px;
  }
}
.clp-row .clp-col:nth-child(1) .d-flex .clp-col-x {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1366px) {
  .clp-row .clp-col:nth-child(1) .d-flex .clp-col-x {
    width: 50%;
  }
  .clp-row .clp-col:nth-child(1) .d-flex .clp-col-x:nth-child(odd) {
    padding-right: 10px;
  }
  .clp-row .clp-col:nth-child(1) .d-flex .clp-col-x:nth-child(even) {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1366px) {
  .clp-row .clp-col:nth-child(2) {
    padding-left: 20px;
    border-left: 1px dashed #4beb62;
  }
}
@media only screen and (max-width: 1365px) {
  .clp-row .clp-col:nth-child(2) {
    padding-top: 20px;
    border-top: 1px dashed #4beb62;
  }
}
.clp-row .clp-col:nth-child(2) .d-flex .clp-col-x {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1366px) {
  .clp-row .clp-col:nth-child(2) .d-flex .clp-col-x {
    width: 50%;
  }
  .clp-row .clp-col:nth-child(2) .d-flex .clp-col-x:nth-child(odd) {
    padding-right: 10px;
  }
  .clp-row .clp-col:nth-child(2) .d-flex .clp-col-x:nth-child(even) {
    padding-left: 10px;
  }
}
.clp-col-top {
  text-align: left;
  margin-bottom: 30px;
}
.clp-col-top h2 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  border-top: 2px solid #4beb62;
  font-weight: 400;
  margin: 0;
  padding: 10px 0 10px 0;
}
.clp-col-top p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.spe-sub-row {
  padding: 20px 0;
}
@media only screen and (min-width: 1366px) {
  .spe-sub-row .spe-sub-col:nth-child(1) {
    float: right;
    width: 20%;
  }
  .spe-sub-row .spe-sub-col:nth-child(2) {
    float: left;
    width: 77%;
  }
}
@media only screen and (max-width: 1365px) {
  .spe-sub-row .spe-sub-col:nth-child(1) {
    margin-bottom: 20px;
  }
}
.bank-hesap-top-link p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 1366px) {
  .bank-hesap-top-link {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .bank-hesap-top-link {
    padding: 20px 20px 20px 20px;
    text-align: center;
  }
}
.spe-sub-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #3b406a;
  overflow: hidden;
}
.spe-sub-menu li {
  display: block;
}
.spe-sub-menu li i {
  color: #4beb62;
}
.spe-sub-menu li:last-child a {
  border-bottom: none;
}
.spe-sub-menu li span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  padding: 15px 0;
}
.spe-sub-menu li a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-weight: 300;
  color: #ffffff;
}
.spe-sub-menu li a:hover,
.spe-sub-menu li a.current {
  background: #4beb62;
}
.ssl-page-tabs-2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ssl-page-tabs-2 li {
  padding: 20px 20px;
  cursor: pointer;
  border-top: 2px solid #ffffff;
  border-right: 1px solid #f1f1f1;
}
@media only screen and (max-width: 1365px) {
  .ssl-page-tabs-2 li {
    width: 50%;
  }
}
.ssl-page-tabs-2 li.current {
  border-top-color: #4beb62;
}
@media only screen and (min-width: 1366px) {
  .ssl-page-tabs-2 li img {
    height: 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .ssl-page-tabs-2 li img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1366px) {
  .bank-hesap-acc {
    padding: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .bank-hesap-acc {
    padding: 20px;
    text-align: Center;
  }
}
.bank-hesap-acc .bhacc-col {
  padding: 10px;
  border-top: 1px solid #f1f1f1;
}
@media only screen and (min-width: 1366px) {
  .bank-hesap-acc .bhacc-col {
    width: 50%;
  }
}
@media only screen and (min-width: 1366px) {
  .bank-hesap-acc .bhacc-col div:nth-child(1) {
    width: 40%;
  }
  .bank-hesap-acc .bhacc-col div:nth-child(2) {
    width: 60%;
  }
}
.bank-hesap-acc .bhacc-col div:first-child {
  font-weight: 700;
}
.bank-hesap-acc .bhacc-col:nth-child(1),
.bank-hesap-acc .bhacc-col:nth-child(2) {
  border-top: none;
}
.contact-page-top {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #37ff7e;
  background: -moz-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: -webkit-linear-gradient(-45deg, #37ff7e 0%, #55e255 100%);
  background: linear-gradient(135deg, #37ff7e 0%, #55e255 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37ff7e', endColorstr='#55e255', GradientType=1);
}
@media only screen and (min-width: 1366px) {
  .contact-page-top {
    height: 160px;
  }
}
.contact-page-top .cont-p-col {
  text-align: center;
  padding: 10px 20px;
  color: #ffffff;
}
@media only screen and (min-width: 1366px) {
  .contact-page-top .cont-p-col:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .contact-page-top .cont-p-col:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 1365px) {
  .contact-page-top .cont-p-col:nth-child(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .contact-page-top .cont-p-col:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.contact-page-top .cont-p-col span:nth-child(1) {
  color: #fff;
}
@media only screen and (min-width: 1366px) {
  .contact-page-top .cont-p-col span:nth-child(1) {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .contact-page-top .cont-p-col span:nth-child(1) {
    font-size: 20px;
  }
}
.contact-page-top .cont-p-col p {
  margin: 5px 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 1366px) {
  .contact-page-top .cont-p-col {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1366px) {
  .contact-page-top .cont-p-col {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .contact-page-top .cont-p-col {
    font-size: 14px;
  }
}
.contact-page-top .cont-p-col a {
  font-weight: 400;
  color: #ffffff;
  margin-top: 5px;
  display: block;
}
.contact-page-top .cont-p-col a i {
  color: #3b406a;
}
@media only screen and (min-width: 1366px) {
  .contact-page-top .cont-p-col a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .contact-page-top .cont-p-col a {
    font-size: 14px;
  }
}
.con-form-toptext1 {
  font-size: 24px;
  margin: 20px 0 0 0;
}
.con-form-fixed {
  position: relative;
}
@media only screen and (min-width: 1366px) {
  .con-form-fixed {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 1365px) {
  .con-form-fixed {
    margin-top: 20px;
  }
}
.altyapix {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}
.altyapix i {
  color: #4beb62 !important;
}
.altyapix-content {
  margin-top: 30px;
}
.ddos-bar {
  background: url("../images/bg35.jpg") no-repeat top center;
  background-size: cover;
}
.ddos-bg {
  width: 239px;
  background: url("../images/bg36.png") no-repeat top center;
  text-align: center;
  padding-top: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
@media only screen and (max-width: 1365px) {
  .ddos-bg {
    margin: 0 auto;
  }
}
.ddos-bg:hover {
  -webkit-box-shadow: 0 -39px 39px 0 rgba(33, 146, 178, 0.36);
  -moz-box-shadow: 0 -39px 39px 0 rgba(33, 146, 178, 0.36);
  box-shadow: 0 -39px 39px 0 rgba(33, 146, 178, 0.36);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ddos-bg .ddos-price {
  font-family: "Oswald", sans-serif;
  text-align: left;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}
.ddos-bg .ddos-price span {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.ddos-bg .ddos-list {
  display: inline-block;
  text-align: left;
  margin-top: 10px;
}
.ddos-bg .ddos-list div {
  display: block;
  margin-top: 10px;
  text-align: left;
  color: #48cae2;
  font-weight: 300;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
}
.ddos-bg .ddos-list div i {
  color: #4beb62;
  margin-right: 5px;
}
.ddos-bg .spe-button12 {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background: #0f1d41;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  display: block !important;
  padding: 10px 0;
}
.ddos-bg .spe-button12:hover {
  background: #4beb62;
  color: #ffffff;
}
@media only screen and (min-width: 1366px) {
  .ddos-col {
    display: inline-block;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1365px) {
  .ddos-col {
    display: block;
    text-align: center;
    margin: 15px 0px;
  }
}
@media only screen and (min-width: 1366px) {
  .ddos-left-text {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1365px) {
  .ddos-left-text {
    text-align: center;
  }
}
@media only screen and (min-width: 1366px) {
  .ddos-right-text {
    max-width: 50%;
    float: right;
  }
}
@media only screen and (max-width: 1365px) {
  .ddos-right-text {
    text-align: center;
  }
}
.ddos-title1 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 30px 0;
  font-family: "Oswald", sans-serif;
}
.ddos-text1 {
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
  color: #6f77ac;
}
.ddos-bg2 .ddos-table {
  height: 479px;
  display: table;
  width: 100%;
}
.ddos-bg2 .ddos-table .ddos-cell {
  vertical-align: middle;
  display: table-cell;
}
.ddos-bg3 .ddos-table {
  height: 436px;
  display: table;
  width: 100%;
}
.ddos-bg3 .ddos-table .ddos-cell {
  vertical-align: middle;
  display: table-cell;
}
.ddos-bar-anime {
  background: url("../images/bg40.png") repeat 0 0;
  padding: 40px 0;
  -webkit-animation: slide 390s linear infinite;
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -11400px 0;
  }
}

