@import "./bootstrap.min.css";



@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  font-family: 'Titillium Web', sans-serif;
}

a {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

html {
  font-size: 14px;
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  background: #f3f7fe;
}

body.overflowy {
  overflow-y: hidden;
}


.bank-page {
margin: 50px 0 60px 0;
}

.bank-page .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
}

.bank-page .container .side-menu {
max-width: 258px;
margin-right: 32px;
width: 258px;
border-radius: 10px;
overflow: hidden;
-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
}

.bank-page .container .side-menu .title {
width: 100%;
height: 53px;
background-color: #466baf;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
font-size: 20px;
font-weight: 600;
}

.bank-page .container .side-menu ul li:nth-child(even) a {
background-color: #EEF3F9;
}

.bank-page .container .side-menu ul li a {
width: 100%;
background-color: #fff;
height: 44px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
font-size: 14px;
font-weight: 600;
color: #371717;
}

.bank-page .container .content {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
padding: 30px 80px;
background-color: #fff;
border-radius: 10px;
}

.bank-page .container .content .head {
text-align: center;
width: 100%;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #EEF3F9;
}

.bank-page .container .content .head h1 {
font-size: 25px;
color: #213A5B;
padding-bottom: 10px;
}

.bank-page .container .content .bank-tab-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #EEF3F9;
}

.bank-page .container .content .bank-tab-buttons .tab-button {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
margin-right: 15px;
height: 52px;
border-radius: 10px;
background-color: #EEF3F9;
cursor: pointer;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.bank-page .container .content .bank-tab-buttons .tab-button.active::after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
        transform: translateX(-50%);
width: 66px;
height: 4px;
border-radius: 10px 10px 0 0;
background-color: #4CAF50;
}

.bank-page .container .content .bank-tab-buttons .tab-button:hover::after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
        transform: translateX(-50%);
width: 66px;
height: 4px;
border-radius: 10px 10px 0 0;
background-color: #4CAF50;
}

.bank-page .container .content .bank-tab-buttons .tab-button:last-child {
margin-right: 0;
}

.bank-page .container .content .bank-tabs .bank-tab {
display: none;
}

.bank-page .container .content .bank-tabs .bank-tab.show-tab {
display: block;
}

.bank-page .container .content .bank-tabs .bank-tab form .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
}

.bank-page .container .content .bank-tabs .bank-tab form .row .col {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
position: relative;
}

.bank-page .container .content .bank-tabs .bank-tab form .row .col .copy {
position: absolute;
right: 20px;
background: none;
border: none;
bottom: 10px;
cursor: pointer;
}

.bank-page .container .content .bank-tabs .bank-tab form .row .col:nth-child(2) {
margin-left: 14px;
}

.bank-page .container .content .bank-tabs .bank-tab form .row .col span {
font-size: 15px;
color: #C7C7C7;
padding-bottom: 4px;
}

.bank-page .container .content .bank-tabs .bank-tab form .row .col input {
height: 46px;
border-radius: 5px;
border: 1px solid #EEEEEE;
text-indent: 10px;
font-size: 15px;
color: #213A5B;
font-weight: 600;
}

.bank-page .container .content .bank-tabs .bank-tab .primary-btn {
margin: 0 auto;
width: 339px;
}

.bank-page .container .sozlesme-content {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.bank-page .container .sozlesme-content .sozlesme-box {
min-height: 87px;
background-color: #fff;
width: 100%;
border-radius: 10px;
padding: 15px 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
margin-bottom: 20px;
}

.bank-page .container .sozlesme-content .sozlesme-box .detail {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}

.bank-page .container .sozlesme-content .sozlesme-box .detail strong {
font-size: 20px;
font-weight: 600;
color: #213A5B;
}

.bank-page .container .sozlesme-content .sozlesme-box .detail p {
font-size: 15px;
}

.bank-page .container .sozlesme-content .sozlesme-box .buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.bank-page .container .sozlesme-content .sozlesme-box .buttons a {
width: 45px;
height: 45px;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
font-size: 20px;
color: #fff;
margin-left: 10px;
}

.bank-page .container .sozlesme-content .sozlesme-box .buttons a:first-child {
background-color: #46bfaa;
}

.bank-page .container .sozlesme-content .sozlesme-box .buttons a:last-child {
background-color: #466baf;
}

.page-summary {
  z-index: 4;
  position: relative;
  z-index: 999;
}

.page-summary .container {
  z-index: 4;
}

.page-summary .container .box {
  padding: 20px 90px;
  width: 100%;
  border-radius: 10px;
  font-size: 15px;
  text-align: center;
  height: 85px;
  display: block;
  background-color: #EEF3F9;
  margin-top: -50px;
}
.referans-page {
  margin: 0px 0 40px 0;
}

.referans-page .container .statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  padding: 50px 0px 32px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F4F7FC));
  background-image: linear-gradient(to bottom, #fff, #F4F7FC);
}

.referans-page .container .statistics .stat-box {
  width: 287px;
  height: 89px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  margin: 0 13px;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.referans-page .container .statistics .stat-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.referans-page .container .statistics .stat-box .stat-img {
  border: 1px solid #ccc;
  border-style: dashed;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.referans-page .container .statistics .stat-box .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}

.referans-page .container .statistics .stat-box .detail b {
  font-size: 23px;
  font-weight: 700;
  color: #46bfaa;
  line-height: 1.3;
}

.referans-page .container .statistics .stat-box .detail span {
  font-size: 15px;
  font-weight: 600;
  color: #213A5B;
  line-height: 1;
}

.referans-page .container .referanslar .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.referans-page .container .referanslar .box-wrapper .box-item {
  width: 32%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 21px;
  position: relative;
}

.referans-page .container .referanslar .box-wrapper .box-item:hover img {
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.referans-page .container .referanslar .box-wrapper .box-item:hover .overlay {
  -webkit-transition: .4s all;
  transition: .4s all;
  opacity: 0;
}

.referans-page .container .referanslar .box-wrapper .box-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.referans-page .container .referanslar .box-wrapper .box-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(33, 58, 91, 0.8);
}

@media only screen and (max-width: 1024px) {
  .referans-page {
      margin: 0px 0 40px 0;
    }
    .referans-page .container .statistics {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 40px;
      padding: 20px 0px 32px 0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F4F7FC));
      background-image: linear-gradient(to bottom, #fff, #F4F7FC);
    }
    .referans-page .container .statistics .stat-box {
      width: 100%;
      height: 89px;
      margin: 10px 0px;
      padding: 15px 30px;
    }
    .referans-page .container .referanslar .box-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 30px;
    }
    .referans-page .container .referanslar .box-wrapper .box-item {
      width: 32%;
      height: 200px;
      border-radius: 10px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 21px;
      position: relative;
    }

  .page-summary {
    z-index: 4;
  }
  .page-summary .container {
    z-index: 4;
  }
  .page-summary .container .box {
    padding: 20px;
    width: 100%;
    height: auto;
    margin-top: -20px;
  }
  .licence-page .container .licence-table .table-buttons {
      width: 100%;
      height: 66px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .licence-page .container .licence-table .table-buttons::-webkit-scrollbar {
      display: none;
    }
    .licence-page .container .licence-table .table-buttons .tab-btn {
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 auto !important;
              flex: 0 0 auto !important;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 160px;
    }
  .bank-page {
      margin: 0px 0 25px 0;
    }
    .bank-page .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .bank-page .container .side-menu {
      max-width: 100% !important;
      width: 100% !important;
      margin-right: 0px !important;
      margin-bottom: 30px;
    }
    .bank-page .container .content {
      -webkit-box-flex: 1 !important;
          -ms-flex: auto !important;
              flex: auto !important;
      width: 100% !important;
      padding: 10px 10px;
    }
    .bank-page .container .content .head {
      text-align: center;
      width: 100%;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #EEF3F9;
    }
    .bank-page .container .content .head h1 {
      font-size: 25px;
      color: #213A5B;
      padding-bottom: 10px;
    }
    .bank-page .container .content .bank-tab-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #EEF3F9;
    }
    .bank-page .container .content .bank-tab-buttons::-webkit-scrollbar {
      display: none;
    }
    .bank-page .container .content .bank-tab-buttons .tab-button {
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 auto !important;
              flex: 0 0 auto !important;
      padding: 0 20px;
      margin-right: 15px;
      height: 52px;
      border-radius: 10px;
      background-color: #EEF3F9;
      cursor: pointer;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .bank-page .container .content .bank-tabs .bank-tab form .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .bank-page .container .content .bank-tabs .bank-tab form .row .col {
      -webkit-box-flex: 1 !important;
          -ms-flex: auto !important;
              flex: auto !important;
      width: 100% !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 10px;
    }
    .bank-page .container .content .bank-tabs .bank-tab form .row .col:nth-child(2) {
      margin-left: 0px;
    }
    .bank-page .container .content .bank-tabs .bank-tab form .row .col input {
      height: 46px;
    }
    .bank-page .container .content .bank-tabs .bank-tab .primary-btn {
      width: 80%;
    }
    .bank-page .container .sozlesme-content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%;
    }

}


.ilanasamalar {
  zoom: 0.8;
}

.asamaline {
  zoom: 0.8;
  background: #46bfaa;
}

.siparisbilgileri table {

}
  .orderperiodblock.active {
    background-image: linear-gradient(to right, #4168b1, #47cdb6);
    box-shadow: 0px 0px 0px 5px rgb(71 205 182 / 30%);
    border: none !important;
    color: #fff;
}

.orderperiodblock.active h3 {
  color: #fff;
  font-weight: 600;
}

.active .periodselectbox {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4168b1 !important;
  border-color: #4168b1 !important;
}
.ilanasamax  {
  color: #fff;
}
.ilanasamax h3 {
  color: #4168b1;
}
#asamaaktif h3 {
  background: #46bfaa;
}

#asamaaktif {
  color: #fff;
}

.pakettitle {
  background: transparent !important;
}
.domainsec .alanadisorgu .gonderbtn, .siparisbilgileri .btn  {
  background-color: #47cdb6;

}
.siparisbilgileri .ui-state-active {
  background: #4168b1;

}

.top-bar {
  width: 100%;
  background: #4168b1;
  height: 40px;
}

@media only screen and (max-width: 1200px) {

.arka_fon {
   height: 50px;
}
}


    .page-banner.big {
    height: 350px;
    min-height: 350px;
}
.bottom-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.page-banners {
    width: 100%;
    height: 250px;
    min-height: 250px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: center;
}
.page-banners .banner-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(33, 58, 91, 0.95);
    position: absolute;
    top: 0;
    left: 0;
}
.page-banners .banner-overlay .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
}
.page-banners img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.header-bottom-color {
    display: none !important;
}
    .pakettitle {
    float: left;
    width: 100%;
    padding-top: 15px;
    text-align: center;
    color: #213a5b;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 15px;
    background: #eee;
    border-radius: 5px 5px 0 0;
}
.sepet {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.pakettitle .lines {
    width: 105px;
    height: 3px;
    border-radius: 3px;
    background-color: #46bfaa;
    margin: 0 auto;
}
.lines {
    background-color: #CCC;
    float: left;
    height: 1px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.currposright {
    margin-right: -15px;
    right: 0px;
}
.page-banner .banner-overlay .container .banner-title h1 {
    font-size: 38px;
    color: #fff;
    line-height: 1;
}

.arka_fon {
	background-color:rgba(255, 255, 255, 1);
	width:100%;
	height:78px;
	position:absolute;
	left:0px;

}

    .reklam_bar {
    display: flex; /* Flexbox kullan */
    justify-content: center; /* İçerikleri yatayda ortala */
    align-items: center; /* İçerikleri dikeyde ortala */
    background-color: rgba(107.7844387292862, 125.37902221083641, 158.31250101327896, 1);
    width: 100%;
    height: 49px;
    position: absolute;
    left: 0px;
    top: 118px;
}

.reklam_yazi, .kupon_kodu {
    position: static; /* Absolute pozisyonlamayı kaldır */
    margin: 0 10px; /* İçerikler arası boşluk */
}

.reklam_yazi {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 18px;
}

.kupon_bar {
    background-color: rgba(70.91744899749756, 205.06250202655792, 181.78112089633942, 1);
    width: 115px;
    height: 33px;
    border-radius: 5px;
    /* Kupon bar pozisyonunu kaldırdım çünkü .kupon_kodu içinde yer alacak */
}

.kupon_kodu {
    font-family: Inter;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    background-color: rgba(70.91744899749756, 205.06250202655792, 181.78112089633942, 1); /* Kupon kodu için arka plan */
    padding: 10px 15px; /* İç boşluk */
    border-radius: 10px; /* Köşe yuvarlaklığı */
}

/* Genel stil tanımlamaları - Daha önce verdiğimiz CSS kodları burada yer alabilir */

/* Mobil cihazlar için stil tanımlamaları */
@media (max-width: 768px) {
    .reklam_bar {
        flex-direction: row;
        padding: 5px; /* Daha az padding */
        height: auto; /* Yüksekliği içeriğe göre ayarla */
        top: 80px;
        position: static;
    }

    .reklam_yazi, .kupon_kodu {
        margin: 2px 0; /* Daha az margin */
        width: auto; /* Genişliği otomatik ayarla */
        text-align: center; /* Metni ortala */
    }

    .reklam_yazi {
        font-size: 14px; /* Daha küçük font boyutu */
    }

    .kupon_kodu {
        font-size: 12px; /* Kupon kodu için daha da küçük font boyutu */
        padding: 3px 6px; /* Daha az padding */
    }

    /* Eğer .kupon_bar kullanılıyorsa, onu da daraltabiliriz */
    .kupon_bar {
        width: 100px; /* Daha dar kupon bar */
        height: 25px; /* Daha kısa kupon bar */
        margin: 0 auto; /* Otomatik margin ile ortala */
    }
}

.domain-list-tablo-ust{
	width: 100%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(123deg,#4168b1 , #4168b1);
}

.domain-list-tablo-ust li{

	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	width: 25%;
	text-align: center;
}

.domain-list-tablo{
	width: 100%;
}

.domain-list-tablo li{
	height: 60px;
	line-height: 60px;
	width: 100%;
}

.domain-list-tablo > li:nth-child(1n){
	background: #fff;
}

.domain-list-tablo > li:nth-child(2n){
	background: #f5f6f8;
}

.domain-list-tablo > li:last-child{
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.domain-list-tablo li ul{
	width: 100%;
}

.domain-list-tablo li ul li{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 17px;
	color: #000000;
}



















.top-bar .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-bar .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-bar .container ul li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Titillium Web";
  margin-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.top-bar .container ul li a img {
  margin-right: 5px;
}

.top-bar .container ul li:last-child a {
  border-right: 0;
}

header {
  height: 78px;
    background: #f3f7fe;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

header.sticky {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 5px solid #4168b1;
}

header.sticky .mega-menu {
  top: 77px !important;
}
header .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .container > nav {
  height: 110px;
}

header .container > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
}

header .container > nav > ul > li {
  height: 110px;
}

header .container > nav > ul > li > a {
  position: relative;
  color: #585c85;
  font-size: 16px;
  font-weight: 600;
  padding: 21px 18px 0px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1400px) {
header .container > nav > ul > li > a {
  position: relative;
  color: #585c85;
  font-size: 16px;
  font-weight: 600;
  padding: 21px 13px 0px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
}

header .container > nav > ul > li > a img {
  margin-left: 5px;
}

header .container > nav > ul > li > a span {
  position: absolute;
  top: 28%;
  margin-left: 25px;
  padding: 1px 5px;
  font-weight: 700;
  height: 13px;
  border-radius: 13px 13px 13px 0;
  color: #fff;
  font-size: 8px;
  background: #46bfaa;
  left: 0;
}

header .container > nav > ul > li > a span.blue {
  background: #4168b1;
}

header .container > nav > ul > li:hover > a {
  border-bottom: 3px solid #46bfaa;

}

header .container > nav > ul > li:hover .mega-menu {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}

header .container > nav > ul > li .mega-menu {
  width: 100%;
  border: 1px solid red;
  position: absolute;
  top: 78px;
  left: 0;
  z-index: 999;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  right: 0;
  padding: 30px 0 35px 0;
  background: #f3f7fe;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 29px 14px rgba(65, 104, 177, 0.16);
          box-shadow: 0px 29px 14px rgba(65, 104, 177, 0.16);
}

header .container > nav > ul > li .mega-menu .menu-link {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(65, 104, 177, 0.14);
  border-radius: 5px;
  min-height: 66px;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

header .container > nav > ul > li .mega-menu .menu-link:hover .icon {
  border-radius: 50%;
  background: #4168b1;
}

header .container > nav > ul > li .mega-menu .menu-link:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

header .container > nav > ul > li .mega-menu .menu-link .icon {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  width: 53px;
  height: 50px;
  background: #f3f7fe;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 7px;
}

header .container > nav > ul > li .mega-menu .menu-link strong {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #585c85;
}

header .container > nav > ul > li .mega-menu .menu-link p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #585c85;
}

header .container > nav > ul > li .mega-menu .menu-banner {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}

header .container > nav > ul > li .mega-menu .menu-banner:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

header .container > nav > ul > li .mega-menu .menu-banner img {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .container .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container .header-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  height: 28px;
  border-radius: 7px;
  background: #46bfaa;
  color: #fff;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}

header .container .header-buttons a.blue {
  background: #4168b1;
}

header .container .header-buttons a.blue span {
  background: #4b75c3;
}

header .container .header-buttons a:first-child {
  margin-left: 0;
}

header .container .header-buttons a span {
  left: -28px;
  position: absolute;
  background: #47cdb6;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px 40px 0 40px;
}

.main-btn {
  background: #4168b1;
  color: #fff;
  height: 48px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.main-btn:hover {
  border: 1px solid #4168b1;
  color: #4168b1;
  background: none;
}

.main-btn.dark-btn.outline {
  background: none;
  border: 1px solid #000000;
  color: #000000;

}

@media only screen and (max-width: 1024px) {
.main-btn.dark-btn.outline {

  }
}
@media only screen and (max-width: 1024px) {
.footer-logo {
    align-self: center;
  }
}
.main-btn.dark-btn.outline:hover {
  background: #000;
  color: #fff;
}

.hero-slider {
  padding: 40px 0;
}

.hero-slider .hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hero-slider .hero-text .title {
  font-size: 40px;
  line-height: 1.4;
  color: #223a5b;
  font-weight: 700;
}

.hero-slider .hero-text > span {
  font-weight: 400;
  font-size: 16px;
  color: #8992a4;
}

.hero-slider .hero-text > span b {
  color: #46bfaa;
}

.hero-slider .hero-text > p {
  color: #808080;
  font-size: 16px;
  max-width: 550px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.hero-slider .hero-text a {
  margin-right: 20px;
  font-size: 13px;
}

.hero-slider .hero-text a:first-child {
  -webkit-box-shadow: 0px 24px 64px rgba(107, 103, 245, 0.5);
          box-shadow: 0px 24px 64px rgba(107, 103, 245, 0.5);
}

.hero-slider .hero-text .specs {
  margin: 0;
  -webkit-column-count: 2;
          column-count: 2;
}

.hero-slider .hero-text .specs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.hero-slider .hero-text .specs li span {
  width: 50px;
  height: 50px;
  background: rgba(65, 104, 177, 0.54);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.hero-slider .hero-text .specs li span svg {
  width: 32px;
}

.hero-slider .hero-text .specs li .text strong {
  font-weight: 700;
  font-size: 15px;
  color: #223a5b;
}

.hero-slider .hero-text .specs li .text p {
  font-weight: 400;
  font-size: 14px;
  color: #6b7281;
}

.hero-slider .hero-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.domain-search {
  padding: 50px 0;
}

.domain-search .container .domain-box {
  background: #4168b1;
  padding: 84px 48px 54px 48px;
  border-radius: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
}

.domain-search .container .domain-box::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 102%;
  height: 100%;
  background: url(../images/domain-patterns.svg);
  background-size: contain;
  top: 0;
  left: -1%;
  background-repeat: no-repeat;
}

.domain-search .container .domain-box .box-title {
  position: absolute;
  left: 44px;
  height: 60px;
  border-radius: 12px;
  background: #46bfaa;
  padding: 0 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -30px;
}

.domain-search .container .domain-box .info {
  color: #e6e6e6;
  font-size: 16px;
  padding-top: 20px;
}

.domain-search .container .domain-box .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 810px;
  height: 64px;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.domain-search .container .domain-box .search-box img {
  width: 20px;
  margin-left: 10px;
  height: 20px;
}

.domain-search .container .domain-box .search-box input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #808080;
  border: none;
  background: #fff;
  min-width: none;
  text-indent: 20px;
}

.domain-search .container .domain-box .search-box input::-webkit-input-placeholder {
  color: #808080;
}

.domain-search .container .domain-box .search-box input:-ms-input-placeholder {
  color: #808080;
}

.domain-search .container .domain-box .search-box input::-ms-input-placeholder {
  color: #808080;
}

.domain-search .container .domain-box .search-box input::placeholder {
  color: #808080;
}

.domain-search .container .domain-box .search-box button {
  width: 120px;
  height: 48px;
  background: #4168b1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 8px;
}

.domain-carousel {
  margin-top: 40px;
}

.domain-carousel .slick-dots {
  bottom: -50px !important;
}

.domain-carousel .slick-dots li {
  margin: 0;
  padding: 0;
}

.domain-carousel .slick-dots li.slick-active {
  margin-right: 10px;
}

.domain-carousel .slick-dots li.slick-active button {
  margin: 0;
  background-color: #fff !important;
  border: 0px solid #fff !important;
  width: 25px !important;
  height: 4px !important;
}

.domain-carousel .slick-dots li.slick-active button::before {
  color: #fff !important;
}

.domain-carousel .slick-dots li button {
  border: 0 !important;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5) !important;
  width: 15px !important;
  height: 4px !important;
}

.domain-carousel .slick-dots li button::before {
  width: 0px !important;
  height: 0px !important;
  font-size: 0px !important;
  color: #fff !important;
  content: "" !important;
}

.domain-carousel .col {
  padding: 0 5px;
}

.domain-carousel .item {
  width: 100%;
  padding: 16px 19px;
  background: #fdfdff;
  border-radius: 16px;
}

.domain-carousel .item .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}

.domain-carousel .item .icon {
  width: 60px;
  height: 41px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(105, 105, 105, 0.06);
          box-shadow: 0px 0px 4px rgba(105, 105, 105, 0.06);
}

.domain-carousel .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
}

.domain-carousel .item .text strong {
  color: #4168b1;
  font-size: 16px;
}

.domain-carousel .item .text a {
  font-size: 14px;
  color: #b8b8b8;
}

.domain-carousel .item .text a:hover {
  text-decoration: underline;
}

.domain-carousel .item .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.domain-carousel .item .bottom .badge {
  background: rgba(70, 191, 170, 0.27);
  color: #46bfaa;
  text-align: center;
  padding: 5px;
}

.domain-carousel .item .bottom .price {
  color: #4168b1;
  font-size: 16px;
}

.domain-carousel .item .bottom .price span {
  font-size: 16px;
  margin-right: 3px;
  font-weight: 600;
}

.hosting-packs {
  padding-top: 100px;
}

.hosting-packs .h-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hosting-packs .h-item .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0px 4px 39px rgba(70, 191, 170, 0.43);
          box-shadow: 0px 4px 39px rgba(70, 191, 170, 0.43);
}

.hosting-packs .h-item .icon img {
  width: 70%;
  height: auto;
}

.hosting-packs .h-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 16px;
}

.hosting-packs .h-item .text h3 {
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 700;
}

.hosting-packs .h-item .text p {
  color: #808080;
  font-size: 14px;
  display: block;
  margin: 5px 0;
}

.hosting-packs .h-item .text a {
  color: #4168b1;
  font-size: 16px;
}

.hosting-packs .h-item .text a:hover {
  text-decoration: underline;
}

.pack-tab-buttons {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 43px;
  border-radius: 10px;
  background: #eef4ff;
}

.pack-tab-buttons button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 54px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #223a5b;
  font-size: 16px;
  width: 234px;
  font-weight: 600;
  border: none;
  background: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.pack-tab-buttons button.active, .pack-tab-buttons button:hover {
  background: #fff;
}

.pack-tab-buttons button svg {
  margin-right: 10px;
}

.packs-wrapper {
  padding: 50px 0;
  background: #fff;
}

.packs-wrapper .title {
  color: #2e2e2e;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}

.packs-wrapper .line {
  max-width: 335px;
  height: 2px;
  width: 100%;
  background: #46bfaa;
  margin: 15px 0;
}

.packs-wrapper p {
  color: #808080;
  font-size: 15px;
  text-align: center;
}

.packs-tab {
  width: 100%;
  margin-top: 70px;
}

.packs-tab .pack-item {
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #4168b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}

.packs-tab .pack-item .popular-title {
  width: 100%;
  border-radius: 8px 8px 0 0;
  background: #46bfaa;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 20px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
}

.packs-tab .pack-item.popular {
  background: #f3f7fe;
  border: none;
  border-radius: 0 0 8px 8px;
}

.packs-tab .pack-item .pack-title {
  color: #2e2e2e;
  font-weight: 700;
  font-size: 20px;
}

.packs-tab .pack-item .desc {
  color: #808080;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
}

.packs-tab .pack-item .old-price {
  color: #2e2e2e;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

.packs-tab .pack-item .old-price span {
  font-weight: 700;
  font-size: 18px;
  text-decoration: line-through;
}

.packs-tab .pack-item .current-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #2e2e2e;
  margin-top: 20px;
  margin-bottom: 20px;
}

.packs-tab .pack-item .current-price span {
  font-weight: 700;
  font-size: 36px;
}

.packs-tab .pack-item .main-btn {
  width: 100%;
}

.packs-tab .pack-item ul {
  width: 100%;
  margin-top: 10px;
}

.packs-tab .pack-item ul li {
  color: #808080;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #cccccc;
  padding: 12px 0;
}

.packs-tab .pack-item ul li:last-child {
  border-bottom: 0;
}

.packs-tab .pack-item ul li img {
  margin-right: 10px;
}

.section-title .title {
  color: #2e2e2e;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}

.section-title .line {
  max-width: 335px;
  height: 2px;
  width: 100%;
  background: #46bfaa;
  margin: 15px 0;
}

.section-title p {
  color: #808080;
  font-size: 15px;
  text-align: center;
}

.softwares-wrapper {
  padding: 60px 0;
}

.softwares-wrapper .softwares-carousel {
  margin-top: 30px;
  position: relative;
}

.softwares-wrapper .softwares-carousel button {
  padding: 5px 10px;
  background: none;
  border: none;
  position: absolute;
  z-index: 999;
}

.softwares-wrapper .softwares-carousel button img {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.softwares-wrapper .softwares-carousel button:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.softwares-wrapper .softwares-carousel button.s-prev {
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.softwares-wrapper .softwares-carousel button.s-next {
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.softwares-wrapper .softwares-carousel .row > div {
  padding: 20px 0;
}

.soft-item {
  max-width: 330px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
          box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.soft-item:hover .img > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.soft-item .img {
  width: 100%;
  border-radius: 13px;
  overflow: hidden;
  height: 290px;
  position: relative;
}
.soft-item .img .c-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  height: 28px;
  border-radius: 28px;
  color: #fff;
  background: #46bfaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  font-weight: 600;
  font-size: 13px;
}

.soft-item .img .countdown {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  height: 28px;
  border-radius: 28px;
  color: #14141f;
  background: #fff;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 13px;
}
.soft-item .img .favs {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #14141f;
  border-radius: 10px;
  width: 64px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  z-index: 9;
}

.soft-item .img .favs img {
  max-height: 15px;
  width: auto;
  margin-right: 4px;
}

.soft-item .img > img {
  width: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.soft-item .name {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1f1f2c;
}

.soft-item .name a {
  color: #1f1f2c;
  font-weight: 700;
  font-size: 16px;
}

.soft-item .name span {
  background: #5142fc;
  border-radius: 10px;
  width: 64px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.soft-item .prices p {
  font-weight: 400;
  font-size: 13px;
  color: #7a798a;
}

.soft-item .prices p b {
  color: #1f1f2c;
  font-weight: 700;
  font-size: 15px;
}

.get-offer {
  background: #fff;
  padding: 130px 0;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}

.get-offer .image {
  position: relative;
  width: 500px;
  height: 480px;
  border-radius: 15px;
}

.get-offer .image::before {
  content: "";
  width: 105%;
  height: 105%;
  top: -2.5%;
  background: url(../images/get-offer-pattern.svg);
  position: absolute;
  z-index: 0;
  left: -2.5%;
  background-repeat: no-repeat;
  background-size: contain;
}

.get-offer .image img {
  width: 100%;
  height: 100%;
  z-index: 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.get-offer .text .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  color: #2e2e2e;
}

.get-offer .text p {
  color: #808080;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  display: block;
  margin-bottom: 30px;
  margin-top: 20px;
}

.testimonials {
  padding: 60px 0;
}

.testimonials .send-testi {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  width: 200px;
  height: 50px;
  background: #46bfaa;
  border-radius: 10px;
}

.testimonials .send-testi svg {
  margin-right: 10px;
}

.testimonials .testi-carousel {
  margin-top: 20px;
  position: relative;
}

.testimonials .testi-carousel button {
  padding: 5px 10px;
  background: none;
  border: none;
  position: absolute;
  z-index: 999;
}

.testimonials .testi-carousel button img {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.testimonials .testi-carousel button:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.testimonials .testi-carousel button.t-prev {
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonials .testi-carousel button.t-next {
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonials .testi-carousel .row > div {
  padding: 50px 0;
}

.testimonials .testi-carousel .testi-item {
  background: #f3f7fe;
  width: 270px;
  padding: 24px;
  -webkit-box-shadow: 0px 0px 40px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 0px 40px rgba(51, 51, 51, 0.2);
  border-radius: 16px;
}

.testimonials .testi-carousel .testi-item p {
  display: block;
  border-bottom: 1px solid #d6d1d1;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #808080;
}

.testimonials .testi-carousel .testi-item .customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials .testi-carousel .testi-item .customer .img {
  width: 52px;
  height: 50px;
  background: #ebebeb;
  overflow: hidden;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.testimonials .testi-carousel .testi-item .customer .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials .testi-carousel .testi-item .customer strong {
  font-weight: 700;
  font-size: 16px;
  color: #2e2e2e;
}

.testimonials .testi-carousel .testi-item .customer span {
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}

footer {
  background: #090660;
  padding: 50px 0 0px 0;
  border-top: 10px solid #17d7b5;
}

footer .footer-top .footer-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .footer-top .footer-about > img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

footer .footer-top .footer-about p {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #e6e6e6;
  display: block;
  padding: 20px 0;
}

footer .footer-top .footer-links strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}

footer .footer-top .footer-links a {
  font-weight: 400;
  font-size: 16px;
  color: #e6e6e6;
  padding: 10px 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  display: block;
}

footer .footer-top .footer-links a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  color: #46bfaa;
}

footer .footer-top .footer-contact {
  background: #191666;
  border-radius: 8px;
  width: 100%;
  padding: 20px;
  color: #fff;
}

footer .footer-top .footer-contact p {
  color: #e6e6e6;
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-top .footer-contact p svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}

footer .footer-top .footer-contact strong {
  font-weight: 700;
  font-size: 20px;
}

footer .footer-bottom {
  margin-top: 20px;
  border-top: 1px dashed #f3f7fe;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-bottom p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  color: #ffffff;
}

footer .footer-bottom .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-bottom .links a {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding: 0 7px;
}

footer .footer-bottom .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-bottom .socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.register-page {
  width: 100%;
  /*min-height: 507px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.register-page > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/**
.register-page .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34, 58, 91, 0.43);
}

*/
.register-page .overlay .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.register-page {
  width: 100%;
  /*min-height: 507px;*/
  background: url(../images/login-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.register-page > .overlay {
  width: 100%;
  padding: 30px 0;
  height: 100%;
  background: rgba(34, 58, 91, 0.43);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.register-page .overlay .register-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 490px;
}

.register-page .overlay .register-wrap.reverse .register-inner {
  border-radius: 0 20px 20px 0;
}

.register-page .overlay .register-wrap.reverse .register-img {
  border-radius: 20px 0px 0px 20px;
}

.register-page .overlay .register-wrap.reverse .register-img .overlay {
  border-radius: 20px 0px 0px 20px;
  height: 100% !important;
  position: absolute !important;
}

.register-page .overlay .register-wrap .register-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f3f7fe;
  border-radius: 20px 0 0 20px;
  padding: 21px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;

}

.register-page .overlay .register-wrap .register-inner .heading {
  margin-bottom: 20px;
}

.register-page .overlay .register-wrap .register-inner .heading h3 {
  font-weight: 700;
  font-size: 25px;
  color: #223a5b;
  margin-bottom: 10px;
}

.register-page .overlay .register-wrap .register-inner .heading p {
  color: #223a5b;
  font-weight: 400;
  font-size: 16px;
}

.register-page .overlay .register-wrap .register-inner .c-form {
  width: 100%;
}

.register-page .overlay .register-wrap .register-inner .c-form .c-input {
  width: 100%;
  position: relative;
  margin-bottom: 18px;
}

.register-page .overlay .register-wrap .register-inner .c-form .c-input span {
  position: absolute;
  top: 50%;
  cursor: pointer;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.register-page .overlay .register-wrap .register-inner .c-form .c-input input {
  width: 100%;
  height: 58px;
  border: 1px solid rgba(65, 104, 177, 0.46);
  border-radius: 10px;
  text-indent: 40px;
  background: #f3f7fe;
  font-weight: 400;
  font-size: 16px;
}

.register-page .overlay .register-wrap .register-inner .c-form .c-input input:focus {
  border-color: #46bfaa;
}

.register-page .overlay .register-wrap .register-inner .c-form .c-input input::-webkit-input-placeholder {
  color: rgba(34, 58, 91, 0.38);
}

.register-page .overlay .register-wrap .register-inner .c-form .c-input input:-ms-input-placeholder {
  color: rgba(34, 58, 91, 0.38);
}

.register-page .overlay .register-wrap .register-inner .c-form .c-input input::-ms-input-placeholder {
  color: rgba(34, 58, 91, 0.38);
}

.register-page .overlay .register-wrap .register-inner .c-form .c-input input::placeholder {
  color: rgba(34, 58, 91, 0.38);
}

.register-page .overlay .register-wrap .register-inner .c-form .c-input img {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.register-page .overlay .register-wrap .register-inner .c-form button {
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.4%, #46bfaa), color-stop(100.4%, #75f2a0));
  background: linear-gradient(270deg, #46bfaa -0.4%, #75f2a0 100.4%);
  border-radius: 10px;
  width: 127px;
  height: 40px;
  color: #fff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 600;
}

.register-page .overlay .register-wrap .register-inner .c-form a {

  font-weight: 700;
  font-size: 14px;
}

.pakettitle {
    float: left;
    width: 100%;
    padding-top: 15px;
    text-align: center;
    color: #213a5b;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 15px;
    background: #eee;
    border-radius: 5px 5px 0 0;
}
.register-page .overlay .register-wrap .register-inner .c-form a:hover {
  text-decoration: underline;
}

.register-page .overlay .register-wrap .register-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 250px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  background: url(../images/datacenter.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.register-page .overlay .register-wrap .register-img .overlay {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: rgba(34, 58, 91, 0.86);
  border-radius: 0px 20px 20px 0px;
  padding: 50px;
}

.register-page .overlay .register-wrap .register-img .overlay h3 {
  font-weight: 800;
  font-size: 25px;
  line-height: 32px;
}

.register-page .overlay .register-wrap .register-img .overlay p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  display: block;
  margin: 20px auto;
}

.register-page .overlay .register-wrap .register-img .overlay a {
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.4%, #46bfaa), color-stop(100.4%, #75f2a0));
  background: linear-gradient(270deg, #46bfaa -0.4%, #75f2a0 100.4%);
  border-radius: 10px;
  width: auto;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 38px;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: 600;
}

.container-check-cond {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #223a5b;
  font-weight: 500;
}

/* Hide the browser's default checkbox */
.container-check-cond input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f4f7fc;
  border: 2px solid #223a5b;
  border-radius: 5px;
}

/* When the checkbox is checked, add  #223A5B background */
.container-check-cond input:checked ~ .checkmark {
  background-color: #223a5b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check-cond input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check-cond .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.domain-register-wrap {
  padding: 90px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.domain-register-wrap::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: url(../images/leftp.svg);
}

.domain-register-wrap::after {
  position: absolute;
  bottom: -10px;
  right: 0;
  content: url(../images/rightp.svg);
}

.domain-register-wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.domain-register-wrap .container .badge-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c8dafb;
  border-radius: 70px;
  height: 70px;
  padding: 0 14px;
  margin-bottom: 30px;
}

.domain-register-wrap .container .badge-box span {
  background: #4168b1;
  border-radius: 70px;
  width: 102px;
  height: 49px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.domain-register-wrap .container .badge-box p {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin-right: 20px;
}

.domain-register-wrap .container > h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  color: #1e266d;
}

.domain-register-wrap .container > p {
  color: #8992a4;
  font-weight: 400;
  font-size: 18px;
  line-height: 46px;
}

.domain-register-wrap .container .search-box-wrap {
  width: 100%;
  background: #e9f1ff;
  border-radius: 30px;
  height: 110px;
  padding: 20px 30px;
  margin-top: 30px;
  position: relative;
}

.domain-register-wrap .container .search-box-wrap::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 110%;
  height: 116%;
  background: url(../images/ds-pattern.svg);
  background-size: contain;
  background-position: center;
  top: -8%;
  left: -5%;
  background-repeat: no-repeat;
}

.domain-register-wrap .container .search-box-wrap .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  border-radius: 21px;
  background: #fff;
  padding: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.domain-register-wrap .container .search-box-wrap .search-box img {
  width: 20px;
  margin-left: 10px;
  height: 20px;
}

.domain-register-wrap .container .search-box-wrap .search-box input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  color: #808080;
  border: none;
  background: #fff;
  min-width: none;
  text-indent: 20px;
}

.domain-register-wrap .container .search-box-wrap .search-box input::-webkit-input-placeholder {
  color: #808080;
}

.domain-register-wrap .container .search-box-wrap .search-box input:-ms-input-placeholder {
  color: #808080;
}

.domain-register-wrap .container .search-box-wrap .search-box input::-ms-input-placeholder {
  color: #808080;
}

.domain-register-wrap .container .search-box-wrap .search-box input::placeholder {
  color: #808080;
}

.domain-register-wrap .container .search-box-wrap .search-box button {
  width: 180px;
  background: #4168b1;
  border-radius: 12px;
  height: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  font-size: 15px;
  font-weight: 600;
}

.domain-register-wrap .container .d-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.domain-register-wrap .container .d-links a {
  color: #657ca8;
  font-weight: 500;
  font-size: 14px;
  padding: 0 20px;
}

.domain-register-wrap .container .d-links a:first-child {
  border-right: 1px solid #afc1e3;
}

.domain-register-wrap .container .domain-carousel {
  max-width: 100%;
}

.domain-register-wrap .container .domain-carousel .d-arrows {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.domain-register-wrap .container .domain-carousel .d-arrows button {
  width: 54px;
  height: 47px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4168b1;
  font-size: 24px;
  border: none;
  margin: 0 5px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.domain-register-wrap .container .domain-carousel .d-arrows button:hover {
  background-color: #4168b1;
  color: #fff;
}

.s-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.s-title .icon {
  width: 56px;
  height: 53px;
  background: #4168b1;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

.s-title h3 {
  font-weight: 600;
  font-size: 26px;
  color: #1e266d;
  margin-bottom: 10px;
}

.s-title p {
  font-weight: 400;
  font-size: 16px;
  color: #8992a4;
}

.services-wrapper {
  background: #fff;
  padding: 60px 0;
}

.services-wrapper .row {
  position: relative;
}

.services-wrapper .row::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/df-pattern.svg);
  background-size: contain;
  background-position: center;
  top: 0%;
  left: 0%;
  z-index: 0;
  background-repeat: no-repeat;
}

.services-wrapper .row > div {
  padding: 20px;
}

.services-wrapper .service-item {
  width: 100%;
  position: relative;
  padding: 20px 24px;
  background: #f2f6ff;
  -webkit-box-shadow: 0px 12px 48px -28px #93b3ef;
          box-shadow: 0px 12px 48px -28px #93b3ef;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
}

.services-wrapper .service-item img {
  margin-bottom: 10px;
}

.services-wrapper .service-item h3 {
  font-size: 18px;
  color: #192e4a;
  margin-bottom: 10px;
}

.services-wrapper .service-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #223a5b;
}

.domain-prices {
  padding: 60px 0;
}

.domain-prices table {
  width: 100%;
  border-collapse: collapse;
}

.domain-prices table thead {
  background: #4168b1;
}

.domain-prices table thead tr th {
  text-align: center;
  padding: 15px 5px;
  color: #fff;
  font-size: 18px;
}

.domain-prices table thead tr th:first-child {
  border-radius: 15px 0 0 0;
}

.domain-prices table thead tr th:last-child {
  border-radius: 0 15px 0 0;
}

.domain-prices table tbody tr {
  background: #fff;
}

.domain-prices table tbody tr:nth-child(even) {
  background: #e8f0ff;
}

.domain-prices table tbody tr td {
  text-align: center;
  padding: 15px 5px;
  color: #192e4a;
  font-size: 18px;
}

.domain-prices table tbody tr td.green {
  color: #46bfaa;
}

.pack-features {
  padding: 30px 0px 5px 0px;
}

.pack-features .pack-feature-item {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 13px;
  padding: 50px 35px;
  margin-bottom: 20px;
}

.pack-features .pack-feature-item.border-bg {
  background: none;
  border: 1px solid rgba(65, 104, 177, 0.22);
}

.pack-features .pack-feature-item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pack-features .pack-feature-item .name svg,
.pack-features .pack-feature-item .name img {
  margin-right: 10px;
}

.pack-features .pack-feature-item .name h3 {
  font-size: 18px;
  color: #192e4a;
}

.pack-features .pack-feature-item p {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #223a5b;
  display: block;
  margin-top: 10px;
}

.page-blog {
  padding: 60px 0;
}

.page-blog .blog-item {
  margin-bottom: 60px;
}

.page-blog .blog-item .blog-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-blog .blog-item .blog-img img {
  max-width: 90%;
}

.page-blog .blog-item .blog-text h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  color: #2e2e2e;
}

.page-blog .blog-item .blog-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #808080;
  display: block;
  margin-top: 20px;
}

.faq-wrapper {
  padding: 0px 0;
}

.faq-wrapper .faq-item {
  width: 100%;
  margin-bottom: 16px;
}

.faq-wrapper .faq-item .faq-head {
  width: 100%;
  border: 1px solid #808080;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #2e2e2e;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.faq-wrapper .faq-item .faq-head h3 {
  color: #2e2e2e;
  font-weight: 700;
  font-size: 16px;
}

.faq-wrapper .faq-item .faq-body {
  padding: 20px;
  background: #fff;
  color: #2e2e2e;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  display: none;
}

.paket-option-wrap {
  padding: 60px 0;
  margin-top: 30px;
}

.paket-option-wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paket-option-wrap .container .paket-options {
  width: 66.4%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding: 45px 35px;
  background: #ffffff;
  border: 1px solid rgba(65, 104, 177, 0.36);
  border-radius: 10px;
}

.paket-option-wrap .container .paket-options .pack-tab-buttons {
  max-width: 570px;
  margin: 0 auto;
}

.paket-option-wrap .container .paket-options h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #00104b;
}

.paket-option-wrap .container .paket-options > p {
  line-height: 24px;
  padding-top: 16px;
  max-width: 470px;
  color: #667093;
}

.paket-option-wrap .container .paket-options .paket-specs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.paket-option-wrap .container .paket-options .paket-specs .item {
  padding: 6px;
  border-top: 1px solid rgba(65, 104, 177, 0.35);
  border-bottom: 1px solid rgba(65, 104, 177, 0.35);
  border-right: 1px solid rgba(65, 104, 177, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paket-option-wrap .container .paket-options .paket-specs .item strong {
  font-weight: 600;
  font-size: 14px;
  color: #223a5b;
}

.paket-option-wrap .container .paket-options .paket-specs .item small {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #223a5b;
}

.paket-option-wrap .container .paket-options .paket-specs .item span {
  font-size: 36px;
  color: #00104b;
}

.paket-option-wrap .container .paket-options .paket-specs .item:last-child {
  border-right: 0;
}

.paket-option-wrap .container .paket-options .custom-packs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.paket-option-wrap .container .paket-options .custom-packs button {
  border-radius: 5px;
  border: none;
  padding: 10px;
  min-height: 54px;
  margin-right: 10px;
  background: #f2f6ff;
  display: -webkit-box;
  color: #223a5b;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #4168b191;
  font-weight: 500;
}

.paket-option-wrap .container .paket-options .custom-packs button:hover,
.paket-option-wrap .container .paket-options .custom-packs button.selected {
  background: -webkit-gradient(linear, left top, right top, from(#4168b1), to(#9eb4dd));
  background: linear-gradient(90deg, #4168b1 0%, #9eb4dd 100%);
  border-radius: 5px;
  color: #fff;
}

.paket-option-wrap .container .paket-options .custom-packs button p {
  margin-bottom: 0;
  color: #9b96a0;
}

.paket-details {
  position: relative;
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(102, 112, 147, 0.2);
  -webkit-box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.paket-details h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #00104b;
}

.paket-details > p {
  padding-top: 10px;
  font-size: 13px;
  color: #667093;
}

.paket-details .paket-period {
  padding: 10px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background-color: #f3f7fe;
}

.paket-details h2 {
  font-size: 20px;
  font-weight: 600;
}

.paket-details .paket-period button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 3px;
  padding: 5px 0;
  border-radius: 5px;
  border: none;
  color: #223a5b;
  background-color: #e1ecff;
}

.paket-details .paket-period button:hover,
.paket-details .paket-period button.selected {
  background-color: #fff;
  color: #223a5b;
}

.paket-details .pricing {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  background-color: #f3f7fe;
  border-radius: 5px;
  padding: 10px;
}

.paket-details .pricing .name {
  color: #223a5b;
  font-weight: 600;
  font-size: 15px;
}

.paket-details .pricing .price span {
  font-size: 24px;
  font-weight: 700;
}

.paket-details .pricing .price span.old {
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 500;
}

.paket-details .pricing .price small {
  color: #223a5b;
  font-weight: 500;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #eee;
  outline: none;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border: none !important;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#4168b1), to(#7794cb));
  background: linear-gradient(90deg, #4168b1 0%, #7794cb 100%);
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(90deg, #4168b1 0%, #7794cb 100%);
  cursor: pointer;
}

.light-bg {
  background: #fafcff !important;
}

.servers-table-wrap {
  padding: 90px 0;
}

.servers-table-wrap .server-table {
  margin-top: 50px;
}

.servers-table-wrap .server-table .heading {
  margin-left: auto;
  margin-right: auto;
  background: #eff4fe;
  border-radius: 5px 5px 0px 0px;
  width: 270px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #223a5b;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.servers-table-wrap .server-table .heading img {
  margin-right: 10px;
}

.servers-table-wrap .server-table .table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eff4fe;
  border-radius: 10px;
  height: 45px;
  padding: 0 40px;
  margin-bottom: 24px;
}

.servers-table-wrap .server-table .table-head span {
 /* text-align: center; */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  font-size: 16px;
  color: #223a5b;
}

.servers-table-wrap .server-table .table-head span:first-child {
  text-align: start;
}

.servers-table-wrap .server-table .table-head span:last-child {
  text-align: end;
}

.servers-table-wrap .server-table .table-body .table-row-item {
  border: 1px solid rgba(65, 104, 177, 0.46);
  border-radius: 10px;
  padding: 0 18px;
  margin-bottom: 24px;
}

.servers-table-wrap .server-table .table-body .table-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.servers-table-wrap .server-table .table-body .table-row.row-min {
  height: auto !important;
}

.servers-table-wrap .server-table .table-body .table-row .cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #223a5b;
}

.servers-table-wrap .server-table .table-body .table-row .cell:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.servers-table-wrap .server-table .table-body .table-row .cell:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.servers-table-wrap .server-table .table-body .table-row .cell .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.servers-table-wrap .server-table .table-body .table-row .cell .spec img {
  margin-right: 10px;
}

.servers-table-wrap .server-table .table-body .table-row .cell > b {
  font-weight: 700;
  font-size: 16px;
  color: #223a5b;
  display: block;
}

.servers-table-wrap .server-table .table-body .table-row .cell span {
  font-weight: 500;
  font-size: 13px;
  color: #223a5b;
  display: block;
}

.servers-table-wrap .server-table .table-body .table-row .cell strong {
  font-weight: 700;
  font-size: 14px;
  color: #223a5b;
}

.servers-table-wrap .server-table .table-body .table-row .cell > img {
  margin: 5px 0;
}

.servers-table-wrap .server-table .table-body .table-row .cell .price {
  text-align: center;
}

.servers-table-wrap .server-table .table-body .table-row .cell .price .old {
  text-decoration: line-through;
  font-weight: 500;
  font-size: 12px;
}

.servers-table-wrap .server-table .table-body .table-row .cell .price .current {
  font-weight: 500;
  font-size: 13px;
}

.servers-table-wrap .server-table .table-body .table-row .cell .price .current b {
  font-weight: 900;
  font-size: 25px;
}

.servers-table-wrap .server-table .table-body .table-row .cell .see-features {
  font-weight: 500;
  font-size: 13px;
  color: #46bfaa;
}

.servers-table-wrap .server-table .table-body .table-row .cell .see-features:hover {
  text-decoration: underline;
}

.servers-table-wrap .server-table .table-body .table-row .cell .main-btn.no-stock {
  background: rgba(65, 104, 177, 0.72);
  pointer-events: none;
}

.servers-table-wrap .server-table .table-body .table-row-drop {
  border-top: 1px solid rgba(65, 104, 177, 0.41);
  padding: 18px 0;
  display: none;
}

.servers-table-wrap .server-table .table-body .table-row-drop ul {
  -webkit-column-count: 4;
          column-count: 4;
}

.servers-table-wrap .server-table .table-body .table-row-drop ul li {
  padding: 5px 0;
  font-weight: 600;
  font-size: 13px;
  color: #223a5b;
}

.servers-table-wrap .server-table .table-body .table-row-drop ul li img {
  margin-right: 5px;
}

.servers-table-wrap .server-table .table-filters {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.servers-table-wrap .server-table .table-filters .filter-item {
  background: #eff4fe;
  border-radius: 6px;
  padding: 10px 20px;
  color: #223a5b;
  margin-right: 14px;
}

.servers-table-wrap .server-table .table-filters .filter-item .title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.servers-table-wrap .server-table .table-filters .filter-item label {
  margin-right: 15px;
}

.servers-table-wrap .server-table .table-filters .filter-item .values {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
}

.slider2 {
  -webkit-appearance: none;
  width: 100%;
  min-width: 300px;
  height: 5px;
  border-radius: 5px;
  background: rgba(65, 104, 177, 0.45);
  outline: none;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border: none !important;
}

.slider2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.4%, #46bfaa), color-stop(100.4%, #75f2a0));
  background: linear-gradient(270deg, #46bfaa -0.4%, #75f2a0 100.4%);
  cursor: pointer;
}

.slider2::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(270deg, #46bfaa -0.4%, #75f2a0 100.4%);
  cursor: pointer;
}

.page-banner {
  padding: 60px 0;
}

.page-banner.no-icon .banner-box::before {
  display: none;
}

.page-banner .banner-box {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#4168b1), to(#223a5b));
  background: linear-gradient(90deg, #4168b1 0%, #223a5b 100%);
  -webkit-box-shadow: 0px 4px 27px 3px rgba(65, 104, 177, 0.43);
          box-shadow: 0px 4px 27px 3px rgba(65, 104, 177, 0.43);
  border-radius: 23px;
  padding: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.page-banner .banner-box::before {
  content: url(../images/arama.png);
  position: absolute;
  left: -50px;
  zoom: 0.6;
  bottom: -60px;
}

.page-banner .banner-box .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  color: #f3f7fe;
}

.page-banner .banner-box .title span {
  color: #46bfaa;
}

.page-banner .banner-box .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #f3f7fe;
  max-width: 650px;
}

.softwares-wrapper {
  padding: 60px 0;
}

.softwares-wrapper .soft-categories {
  background: #ffffff;
  -webkit-box-shadow: 6px 8px 25px rgba(65, 104, 177, 0.11);
          box-shadow: 6px 8px 25px rgba(65, 104, 177, 0.11);
  border-radius: 19px;
  padding: 30px 20px;
}

.softwares-wrapper .soft-categories .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(65, 104, 177, 0.32);
}

.softwares-wrapper .soft-categories .head h3 {
  font-weight: 700;
  font-size: 17px;
  color: #223a5b;
}

.softwares-wrapper .soft-categories .head input {
  min-width: none;
  background: rgba(65, 104, 177, 0.43);
  border-radius: 31px;
  height: 30px;
  width: 160px;
  border: none;
  text-indent: 10px;
  color: #2e2e2e;
}

.softwares-wrapper .soft-categories .cat-options label {
  margin: 15px 0;
}

.softwares-wrapper .side-banner {
  width: 100%;
  background: linear-gradient(229.23deg, #4168b1 0%, #223a5b 100%);
  -webkit-box-shadow: 6px 8px 25px rgba(65, 104, 177, 0.11);
          box-shadow: 6px 8px 25px rgba(65, 104, 177, 0.11);
  border-radius: 19px;
  padding: 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #f3f7fe;
  margin-top: 40px;
}

.softwares-wrapper .side-banner p {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}

.softwares-wrapper .side-banner a {
  width: 100%;
  margin-top: 30px;
  background: #f3f7fe;
  -webkit-box-shadow: 5px 7px 13px rgba(34, 58, 91, 0.71);
          box-shadow: 5px 7px 13px rgba(34, 58, 91, 0.71);
  border-radius: 12px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #223a5b;
}

.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #223a5b;
  font-weight: 500;
}

.container-check b {
  color: #4168b1;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f4f7fc;
  border: 1px solid #4168b1;
  border-radius: 5px;
}

/* When the checkbox is checked, add  #4168B1 background */
.container-check input:checked ~ .checkmark {
  background-color: #4168b1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.softwares-list .cat-title {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(65, 104, 177, 0.32);
  font-weight: 700;
  font-size: 20px;
  color: #223a5b;
}

.c-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}

.c-pagination a {
  border: 1px solid #4168b1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6px;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  color: #223a5b;
}

.c-pagination a:hover, .c-pagination a.active {
  background: #4168b1;
  color: #fff;
}

.cabin-features {
  padding: 60px 0;
}

.cabin-features .cf-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f3f7fe;
  border: 1px solid rgba(65, 104, 177, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  height: 87px;
  margin-bottom: 24px;
}

.cabin-features .cf-item img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}

.cabin-features .cf-item p {
  font-weight: 600;
  font-size: 15px;
  color: #223a5b;
}

.cabin-pricing {
  padding: 60px 0;
}

.cabin-pricing .c-pricing-item {
  width: 100%;
  background: #f3f7fe;
  border: 1px solid rgba(65, 104, 177, 0.46);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 15px;
}

.cabin-pricing .c-pricing-item.opened .head button {
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.4%, #46bfaa), color-stop(100.4%, #75f2a0));
  background: linear-gradient(270deg, #46bfaa -0.4%, #75f2a0 100.4%);
}

.cabin-pricing .c-pricing-item.opened .head button .fa-arrow-left {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.cabin-pricing .c-pricing-item .head {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cabin-pricing .c-pricing-item .head h3 {
  margin-left: 20px;
  font-size: 18px;
  color: #223a5b;
}

.cabin-pricing .c-pricing-item .head button {
  margin-left: auto;
  width: 134px;
  height: 47px;
  background: #4168b1;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.cabin-pricing .c-pricing-item .content {
  display: none;
}

.cabin-pricing .c-pricing-item .content table {
  width: 100%;
  border-collapse: collapse;
}

.cabin-pricing .c-pricing-item .content table thead {
  background: #4168b1;
}

.cabin-pricing .c-pricing-item .content table thead th {
  color: #fff;
  padding: 8px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}

.cabin-pricing .c-pricing-item .content table tbody tr {
  border-bottom: 1px solid rgba(65, 104, 177, 0.46);
}

.cabin-pricing .c-pricing-item .content table tbody tr td {
  padding: 10px;
  text-align: center;
  color: #223a5b;
}

.cabin-pricing .c-pricing-item .content table tbody tr td strong {
  font-weight: 600;
  font-size: 15px;
  display: block;
}

.cabin-pricing .c-pricing-item .content table tbody tr td span {
  font-weight: 400;
  font-size: 14px;
}

.cabin-pricing .c-pricing-item .content .info {
  padding: 24px;
}

.cabin-pricing .c-pricing-item .content .info h3 {
  font-size: 18px;
  color: #223a5b;
  font-weight: 700;
  margin-bottom: 20px;
}

.cabin-pricing .c-pricing-item .content .info h3 img {
  width: 25px;
}

.cabin-pricing .c-pricing-item .content .info ul li {
  color: #223a5b;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0;
}

.software-details {
  padding: 0 0 60px 0;
  display: block;
}

.software-details .s-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
  display: block;
}

.software-details .s-img img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.software-details .s-alert {
  border-radius: 10px;
  border: 1px solid rgba(65, 104, 177, 0.46);
  padding: 30px;
  width: 100%;
  display: block;
}

.software-details .s-alert .alert-box {
  background: #c9d8f3;
  width: 100%;
  border-radius: 10px;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 17px;
  color: #223a5b;
}

.software-details .s-alert .alert-box svg {
  margin-right: 10px;
}

.software-details ul.features {
  -webkit-column-count: 2;
          column-count: 2;
  margin: 30px 0;
}

.software-details ul.features li {
  border-radius: 10px;
  border: 1px solid rgba(65, 104, 177, 0.46);
  padding: 20px;
  margin-bottom: 10px;
  color: #223a5b;
}

.software-details ul.features li strong {
  font-weight: 900;
  font-size: 17px;
}

.software-details ul.features li p {
  font-weight: 400;
  font-size: 17px;
}

.software-details .s-install {
  background: -webkit-gradient(linear, left top, right top, from(#4168b1), to(#223a5b));
  background: linear-gradient(90deg, #4168b1 0%, #223a5b 100%);
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.software-details .s-install a {
  text-decoration: underline;
  color: #46bfaa;
  margin: 0 5px;
}

.software-details .s-install svg {
  margin-right: 10px;
}

.software-details .side-features {
  background: #f3f7fe;
  -webkit-box-shadow: 0px 0px 15px rgba(65, 104, 177, 0.3);
          box-shadow: 0px 0px 15px rgba(65, 104, 177, 0.3);
  border-radius: 10px;
  padding: 30px;
}

.software-details .side-features ul li {
  font-weight: 400;
  font-size: 16px;
  padding: 5px 0;
}

.software-details .side-price {
  background: #f3f7fe;
  -webkit-box-shadow: 0px 0px 15px rgba(65, 104, 177, 0.3);
          box-shadow: 0px 0px 15px rgba(65, 104, 177, 0.3);
  border-radius: 10px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #223a5b;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  margin: 30px 0;
}

.software-details .side-price .price {
  font-size: 18px;
}

.software-details .side-price .price b {
  font-weight: 900;
  font-size: 30px;
}

.software-details .side-price span {
  font-weight: 500;
  font-size: 16px;
}

.software-details .side-price a {
  background: -webkit-gradient(linear, left top, right top, from(#4168b1), to(#223a5b));
  background: linear-gradient(90deg, #4168b1 0%, #223a5b 100%);
  border-radius: 10px;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 17px;
  height: 50px;
  margin: 5px 0;
}

.software-details .side-price a.green {
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.4%, #46bfaa), color-stop(100.4%, #75f2a0));
  background: linear-gradient(270deg, #46bfaa -0.4%, #75f2a0 100.4%);
}

.software-details .side-price .line {
  display: block;
  margin: 20px 0;
  width: 100%;
  border-top: 1px solid rgba(65, 104, 177, 0.4);
}

.mobile-menu {
  width: 100%;
  height: calc(100vh - 72px);
  top: 72px;
  z-index: 9999;
  background: #f3f7fe;
  position: fixed;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.mobile-menu.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
}

.mobile-menu .login-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu .login-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #4168b1;
  height: 41px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 14px;
}

.mobile-menu .login-buttons a img {
  margin-right: 5px;
}

.mobile-menu .menu-links > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background: #fff;
  padding: 0 14px;
  font-weight: 700;
  font-size: 14px;
  color: #6c7d9e;
}

.mobile-menu .menu-links > ul > li > a::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #4168b1;
  margin-right: 10px;
}

.mobile-menu .menu-links > ul > li > a span {
  font-size: 18px;
  margin-left: auto;
  color: #585c85;
}

.mobile-menu .menu-links > ul > li .menu-drop {
  display: none;
  background: #4168b1;
}

.mobile-menu .menu-links > ul > li .menu-drop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #4168b1 !important;
  height: 34px;
  padding: 0 30px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mobile-menu .menu-links > ul > li:nth-child(even) a {
  background: #f3f7fe;
}

.header-mobile-buttons {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-mobile-buttons a {
  width: 37px;
  height: 35px;
  border-radius: 11px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #787DA7;
  font-size: 20px;
  margin-left: 7px;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
/* ******************** RESPONSIVE ******************** */
/* ******************** RESPONSIVE ******************** */
/* ******************** RESPONSIVE ******************** */
/* ******************** RESPONSIVE ******************** */
/* ******************** RESPONSIVE ******************** */
/* ******************** RESPONSIVE ******************** */
/* ******************** RESPONSIVE ******************** */
@media only screen and (max-width: 1024px) {
  .header-mobile-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top-bar {
    background: -webkit-gradient(linear, left top, right top, from(#4168b1), to(#93b3ef));
    background: linear-gradient(90deg, #4168b1 0%, #93b3ef 100%);
    height: 6px;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    width: 100%;
  }
  .top-bar .container {
    display: none;
  }
  body {
    padding-top: 72px;
  }
  header {
    height: 66px;
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 6px;
    left: 0;
    right: 0;
    width: 100%;
  }
  header .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .container > nav {
    display: none;
  }
  header .container .header-buttons {
    display: none;
  }
  .hero-slider {
    padding: 10px 0;
  }
  .hero-slider .hero-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 20px;
  }
  .hero-slider .hero-text .title {
    font-size: 28px;
    line-height: 1.4;
    color: #2e2e2e;
    font-weight: 700;
  }
  .hero-slider .hero-text > span {
    font-weight: 400;
    font-size: 14px;
    color: #8992a4;
  }
  .hero-slider .hero-text > span b {
    color: #46bfaa;
  }
  .hero-slider .hero-text > p {
    font-size: 15px;
    max-width: 550px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .hero-slider .hero-text a {
    margin-right: 20px;
  }
  .hero-slider .hero-text a:first-child {
    -webkit-box-shadow: 0px 24px 64px rgba(107, 103, 245, 0.5);
            box-shadow: 0px 24px 64px rgba(107, 103, 245, 0.5);
  }
  .hero-slider .hero-text .specs {
    margin: 0;
    -webkit-column-count: 1;
            column-count: 1;
  }
  .hero-slider .hero-text .specs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .hero-slider .hero-text .specs li span {
    width: 50px;
    height: 50px;
    background: rgba(65, 104, 177, 0.54);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .hero-slider .hero-text .specs li .text strong {
    font-weight: 700;
    font-size: 16px;
    color: #2e2e2e;
  }
  .hero-slider .hero-text .specs li .text p {
    font-weight: 400;
    font-size: 14px;
    color: #6b7281;
  }
  .hero-slider .hero-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-slider .hero-img img {
    max-width: 90%;
    height: auto;
    display: none;
  }
  .domain-search {
    padding: 20px 0;
  }
  .domain-search .container .domain-box {
    background: #4168b1;
    padding: 40px 20px;
    border-radius: 16px;
  }
  .domain-search .container .domain-box .box-title {
    position: absolute;
    left: 10px;
    height: 40px;
    border-radius: 6px;
    background: #46bfaa;
    padding: 0 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: -20px;
  }
  .domain-search .container .domain-box .info {
    color: #e6e6e6;
    font-size: 16px;
    padding-top: 20px;
  }
  .domain-search .container .domain-box .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 810px;
    height: 64px;
    border-radius: 8px;
    background: #fff;
    padding: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .domain-search .container .domain-box .search-box img {
    width: 20px;
    margin-left: 10px;
    height: 20px;
  }
  .domain-search .container .domain-box .search-box input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    color: #808080;
    border: none;
    background: #fff;
    min-width: none;
    text-indent: 20px;
  }
  .domain-search .container .domain-box .search-box input::-webkit-input-placeholder {
    color: #808080;
  }
  .domain-search .container .domain-box .search-box input:-ms-input-placeholder {
    color: #808080;
  }
  .domain-search .container .domain-box .search-box input::-ms-input-placeholder {
    color: #808080;
  }
  .domain-search .container .domain-box .search-box input::placeholder {
    color: #808080;
  }
  .domain-search .container .domain-box .search-box button {
    width: 80px;
    height: 48px;
    background: #4168b1;
    color: #fff;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    border-radius: 8px;
  }
  .hosting-packs {
    padding-top: 50px;
  }
  .hosting-packs .h-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
  .hosting-packs .h-item .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    -webkit-box-shadow: 0px 4px 39px rgba(70, 191, 170, 0.43);
            box-shadow: 0px 4px 39px rgba(70, 191, 170, 0.43);
  }
  .hosting-packs .h-item .icon img {
    width: 70%;
    height: auto;
  }
  .hosting-packs .h-item .text {
    padding-left: 10px;
  }
  .hosting-packs .h-item .text h3 {
    font-size: 20px;
  }
  .hosting-packs .h-item .text p {
    font-size: 14px;
  }
  .hosting-packs .h-item .text a {
    font-size: 15px;
  }
  .pack-tab-buttons {
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    width: 100%;
  }
  .pack-tab-buttons button {
    font-size: 12px;
    width: auto;
  }
  .pack-tab-buttons button svg {
    margin-right: 5px;
  }
  .packs-wrapper .title {
    font-size: 30px;
  }
  .packs-wrapper .line {
    width: 70%;
  }
  .packs-wrapper p {
    font-size: 14px;
  }
  .packs-tab {
    width: 100%;
    margin-top: 0px;
  }
  .packs-tab .pack-item {
    width: 100%;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #4168b1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
  }
  .packs-tab .pack-item .popular-title {
    width: 100%;
    border-radius: 8px 8px 0 0;
    background: #46bfaa;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-size: 15px;
    height: 35px;
    position: absolute;
    top: -35px;
    left: 0;
  }
  .section-title .title {
    color: #2e2e2e;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .section-title .line {
    max-width: 335px;
    height: 3px;
    width: 90%;
    background: #46bfaa;
    margin: 15px 0;
  }
  .section-title p {
    color: #808080;
    font-size: 14px;
    text-align: center;
  }
  .softwares-wrapper {
    padding: 60px 0;
  }
  .softwares-wrapper .softwares-carousel {
    margin-top: 30px;
    position: relative;
  }
  .softwares-wrapper .softwares-carousel button.s-prev {
    top: 100%;
    left: 30%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .softwares-wrapper .softwares-carousel button.s-next {
    top: 100%;
    right: 30%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .softwares-wrapper .softwares-carousel .row > div {
    padding: 20px 0;
  }
  .soft-item {
    width: 100%;
    max-width: 330px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
            box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .get-offer {
    background: #fff;
    padding: 100px 0;
    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 96%, 0% 100%);
            clip-path: polygon(0 4%, 100% 0, 100% 96%, 0% 100%);
  }
  .get-offer .image {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .get-offer .text {
    margin-top: 20px;
  }
  .get-offer .text .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    color: #2e2e2e;
  }
  .get-offer .text p {
    font-size: 14px;
    line-height: 1.6;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .testimonials {
    padding: 60px 0;
  }
  .testimonials .send-testi {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    width: 80%;
    height: 60px;
    background: #46bfaa;
    border-radius: 16px;
  }
  .testimonials .send-testi svg {
    margin-right: 10px;
  }
  .testimonials .testi-carousel {
    margin-top: 20px;
    position: relative;
  }
  .testimonials .testi-carousel button {
    padding: 2px 10px;
    background: none;
    border: none;
    position: absolute;
    z-index: 999;
  }
  .testimonials .testi-carousel button img {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .testimonials .testi-carousel button:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .testimonials .testi-carousel button.t-prev {
    top: 100%;
    left: 30%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  .testimonials .testi-carousel button.t-next {
    top: 100%;
    right: 30%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  .testimonials .testi-carousel .row > div {
    padding: 50px 0;
  }
  .testimonials .testi-carousel .testi-item {
    background: #f3f7fe;
    width: 80%;
    padding: 24px;
    -webkit-box-shadow: 0px 0px 40px rgba(51, 51, 51, 0.2);
            box-shadow: 0px 0px 40px rgba(51, 51, 51, 0.2);
    border-radius: 16px;
  }
  footer {
    background: #090660;
    padding: 50px 0 0px 0;
    border-top: 10px solid #17d7b5;
  }
  footer .footer-top .footer-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 5px 0;
  }
  footer .footer-top .footer-links strong {
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 12px 8px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-top .footer-links .links {
    display: none;
  }
  footer .footer-top .footer-links a {
    font-weight: 400;
    font-size: 16px;
    color: #e6e6e6;
    padding: 5px 0;
  }
  footer .footer-top .footer-contact {
    background: #191666;
    border-radius: 8px;
    width: 100%;
    padding: 20px;
    color: #fff;
  }
  footer .footer-top .footer-contact p {
    color: #e6e6e6;
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-top .footer-contact p svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 5px;
  }
  footer .footer-top .footer-contact strong {
    font-weight: 700;
    font-size: 18px;
    display: block;
  }
  footer .footer-bottom {
    margin-top: 20px;
    border-top: 1px dashed #f3f7fe;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-bottom p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #ffffff;
  }
  footer .footer-bottom .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
  }
  footer .footer-bottom .links a {
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    padding: 0 7px;
  }
  footer .footer-bottom .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-bottom .socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .servers-table-wrap {
    padding: 60px 0;
  }
  .servers-table-wrap .server-table {
    margin-top: 50px;
  }
  .servers-table-wrap .server-table .heading {
    margin-left: auto;
    margin-right: auto;
    background: #eff4fe;
    border-radius: 5px 5px 0px 0px;
    width: 270px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #223a5b;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .servers-table-wrap .server-table .heading img {
    margin-right: 10px;
  }
  .servers-table-wrap .server-table .table-head {
    display: none;
  }
  .servers-table-wrap .server-table .table-body .table-row-item {
    border: 1px solid rgba(65, 104, 177, 0.46);
    border-radius: 10px;
    padding: 0 18px;
    margin-bottom: 24px;
  }
  .servers-table-wrap .server-table .table-body .table-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 20px 10px;
  }
  .servers-table-wrap .server-table .table-body .table-row.row-min {
    height: 83px;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid rgba(65, 104, 177, 0.46);
    color: #223a5b;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 0;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell .spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell .spec img {
    margin-right: 10px;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell > b {
    font-weight: 700;
    font-size: 16px;
    color: #223a5b;
    display: block;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell span {
    font-weight: 500;
    font-size: 13px;
    color: #223a5b;
    display: block;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell strong {
    font-weight: 700;
    font-size: 14px;
    color: #223a5b;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell > img {
    margin: 5px 0;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell .price {
    text-align: center;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell .price .old {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 12px;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell .price .current {
    font-weight: 500;
    font-size: 13px;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell .price .current b {
    font-weight: 900;
    font-size: 25px;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell .see-features {
    font-weight: 500;
    font-size: 13px;
    color: #46bfaa;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell .see-features:hover {
    text-decoration: underline;
  }
  .servers-table-wrap .server-table .table-body .table-row .cell .main-btn.no-stock {
    background: rgba(65, 104, 177, 0.72);
    pointer-events: none;
  }
  .servers-table-wrap .server-table .table-body .table-row-drop {
    border-top: 1px solid rgba(65, 104, 177, 0.41);
    padding: 18px 0;
    display: none;
  }
  .servers-table-wrap .server-table .table-body .table-row-drop ul {
    -webkit-column-count: 4;
            column-count: 4;
  }
  .servers-table-wrap .server-table .table-body .table-row-drop ul li {
    padding: 5px 0;
    font-weight: 600;
    font-size: 13px;
    color: #223a5b;
  }
  .servers-table-wrap .server-table .table-body .table-row-drop ul li img {
    margin-right: 5px;
  }
  .servers-table-wrap .server-table .table-filters {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .servers-table-wrap .server-table .table-filters .filter-item {
    background: #eff4fe;
    border-radius: 6px;
    width: 100%;
    padding: 10px 20px;
    color: #223a5b;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .servers-table-wrap .server-table .table-filters .filter-item .title {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
  }
  .servers-table-wrap .server-table .table-filters .filter-item label {
    margin-right: 15px;
  }
  .servers-table-wrap .server-table .table-filters .filter-item .values {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
  }
  .slider2 {
    -webkit-appearance: none;
    width: 100%;
    min-width: none;
    height: 5px;
    border-radius: 5px;
    background: rgba(65, 104, 177, 0.45);
    outline: none;
    -webkit-transition: 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    border: none !important;
  }
  .page-blog {
    padding: 30px 0px 0px 0px;
  }

  .page-blog .blog-item .blog-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-blog .blog-item .blog-img img {
    max-width: 90%;
  }
  .page-blog .blog-item .blog-text h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    color: #2e2e2e;
    text-align: center;
  }
  .page-blog .blog-item .blog-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #808080;
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .faq-wrapper {
    padding: 60px 0;
  }
  .faq-wrapper .faq-item {
    width: 100%;
    margin-bottom: 16px;
  }
  .faq-wrapper .faq-item .faq-head {
    width: 100%;
    border: 1px solid #808080;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #2e2e2e;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
  }
  .faq-wrapper .faq-item .faq-head h3 {
    color: #2e2e2e;
    font-weight: 700;
    font-size: 16px;
  }
  .faq-wrapper .faq-item .faq-body {
    padding: 20px;
    background: #fff;
    color: #2e2e2e;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    display: none;
  }
  .s-title h3 {
    font-size: 26px;
  }
  .s-title p {
    font-size: 16px;
  }
  .domain-register-wrap {
    padding: 50px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .domain-register-wrap::before {
    position: absolute;
    bottom: -70px;
    left: 0;
    pointer-events: none;
    content: url(../images/leftp.svg);
  }
  .domain-register-wrap::after {
    position: absolute;
    bottom: -70px;
    right: 0;
    pointer-events: none;
    content: url(../images/rightp.svg);
  }
  .domain-register-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .domain-register-wrap .container .badge-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #c8dafb;
    border-radius: 70px;
    height: 70px;
    padding: 0 14px;
    margin-bottom: 30px;
  }
  .domain-register-wrap .container .badge-box span {
    background: #4168b1;
    border-radius: 70px;
    width: 102px;
    height: 49px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 20px;
  }
  .domain-register-wrap .container .badge-box p {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-right: 20px;
  }
  .domain-register-wrap .container > h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    color: #1e266d;
  }
  .domain-register-wrap .container > p {
    color: #8992a4;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  .domain-register-wrap .container .search-box-wrap {
    width: 100%;
    background: #e9f1ff;
    border-radius: 30px;
    height: auto;
    padding: 10px;
    margin-top: 30px;
    position: relative;
  }
  .domain-register-wrap .container .search-box-wrap::before {
    display: none;
  }
  .domain-register-wrap .container .search-box-wrap .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    border-radius: 21px;
    background: #fff;
    padding: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .domain-register-wrap .container .search-box-wrap .search-box img {
    width: 20px;
    margin-left: 10px;
    height: 20px;
  }
  .domain-register-wrap .container .search-box-wrap .search-box input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    height: 60px;
    color: #808080;
    border: none;
    background: #fff;
    min-width: none;
    text-indent: 20px;
  }
  .domain-register-wrap .container .search-box-wrap .search-box input::-webkit-input-placeholder {
    color: #808080;
  }
  .domain-register-wrap .container .search-box-wrap .search-box input:-ms-input-placeholder {
    color: #808080;
  }
  .domain-register-wrap .container .search-box-wrap .search-box input::-ms-input-placeholder {
    color: #808080;
  }
  .domain-register-wrap .container .search-box-wrap .search-box input::placeholder {
    color: #808080;
  }
  .domain-register-wrap .container .search-box-wrap .search-box button {
    width: 100%;
    background: #4168b1;
    border-radius: 14px;
    height: 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    font-size: 18px;
    font-weight: 600;
  }
  .domain-register-wrap .container .d-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
  }
  .domain-register-wrap .container .d-links a {
    color: #657ca8;
    font-weight: 500;
    font-size: 14px;
    padding: 0 20px;
  }
  .domain-register-wrap .container .d-links a:first-child {
    border-right: 1px solid #afc1e3;
  }
  .domain-register-wrap .container .domain-carousel {
    max-width: 100%;
  }
  .domain-register-wrap .container .domain-carousel .d-arrows {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .domain-register-wrap .container .domain-carousel .d-arrows button {
    width: 54px;
    height: 47px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #4168b1;
    font-size: 24px;
    border: none;
    margin: 0 5px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .domain-register-wrap .container .domain-carousel .d-arrows button:hover {
    background-color: #4168b1;
    color: #fff;
  }
  .register-page {
    width: 100%;
    min-height: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    position: relative;
    /*min-height: 1120px;*/
  }
  .register-page > img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /*
  .register-page .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(34, 58, 91, 0.43);
  }
  */
  .register-page .overlay .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .register-page {
    width: 100%;
    /*min-height: 900px;*/
    background: url(../images/login-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .register-page > .overlay {
    width: 100%;
    height: 100%;

    background: rgba(34, 58, 91, 0.43);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .register-page .overlay .register-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: none;
  }
  .register-page .overlay .register-wrap.reverse .register-inner {
    border-radius: 0 0 20px 20px;
  }
  .register-page .overlay .register-wrap.reverse .register-img {
    border-radius: 20px 20px 0 0;
  }
  .register-page .overlay .register-wrap.reverse .register-img .overlay {
    border-radius: 20px 20px 0 0;
    height: 100% !important;
    position: absolute !important;
  }
  .register-page .overlay .register-wrap .register-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #f3f7fe;
    border-radius: 20px 20px 0 0;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .register-page .overlay .register-wrap .register-inner .heading {
    margin-bottom: 20px;
  }
  .register-page .overlay .register-wrap .register-inner .heading h3 {
    font-weight: 700;
    font-size: 28px;
    color: #223a5b;
    margin-bottom: 10px;
  }
  .register-page .overlay .register-wrap .register-inner .heading p {
    color: #223a5b;
    font-weight: 400;
    font-size: 16px;
  }
  .register-page .overlay .register-wrap .register-inner .c-form {
    width: 100%;
  }
  .register-page .overlay .register-wrap .register-inner .c-form .c-input {
    width: 100%;
    position: relative;
    margin-bottom: 18px;
  }
  .register-page .overlay .register-wrap .register-inner .c-form .c-input span {
    position: absolute;
    top: 50%;
    cursor: pointer;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .register-page .overlay .register-wrap .register-inner .c-form .c-input input {
    width: 100%;
    height: 58px;
    border: 1px solid rgba(65, 104, 177, 0.46);
    border-radius: 10px;
    text-indent: 40px;
    background: #f3f7fe;
    font-weight: 400;
    font-size: 16px;
  }
  .register-page .overlay .register-wrap .register-inner .c-form .c-input input:focus {
    border-color: #46bfaa;
  }
  .register-page .overlay .register-wrap .register-inner .c-form .c-input input::-webkit-input-placeholder {
    color: rgba(34, 58, 91, 0.38);
  }
  .register-page .overlay .register-wrap .register-inner .c-form .c-input input:-ms-input-placeholder {
    color: rgba(34, 58, 91, 0.38);
  }
  .register-page .overlay .register-wrap .register-inner .c-form .c-input input::-ms-input-placeholder {
    color: rgba(34, 58, 91, 0.38);
  }
  .register-page .overlay .register-wrap .register-inner .c-form .c-input input::placeholder {
    color: rgba(34, 58, 91, 0.38);
  }
  .register-page .overlay .register-wrap .register-inner .c-form .c-input img {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .register-page .overlay .register-wrap .register-inner .c-form button {
    background: -webkit-gradient(linear, right top, left top, color-stop(-0.4%, #46bfaa), color-stop(100.4%, #75f2a0));
    background: linear-gradient(270deg, #46bfaa -0.4%, #75f2a0 100.4%);
    border-radius: 10px;
    width: 172px;
    height: 46px;
    color: #fff;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    font-weight: 600;
  }
  .register-page .overlay .register-wrap .register-inner .c-form a {
    color: #223a5b;
    font-weight: 700;
    font-size: 13px;
  }
  .register-page .overlay .register-wrap .register-inner .c-form a:hover {
    text-decoration: underline;
  }
  .register-page .overlay .register-wrap .register-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: none;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    background: url(../images/datacenter.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .register-page .overlay .register-wrap .register-img .overlay {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background: rgba(34, 58, 91, 0.86);
    border-radius: 0px 0px 20px 0px;
    padding: 18px;
  }
  .register-page .overlay .register-wrap .register-img .overlay h3 {
    font-weight: 800;
    font-size: 26px;
    line-height: 1.5;
  }
  .register-page .overlay .register-wrap .register-img .overlay p {
    font-weight: 400;
    font-size: 14;
    line-height: 1.6;
    display: block;
    margin: 20px auto;
  }
  .register-page .overlay .register-wrap .register-img .overlay a {
    background: -webkit-gradient(linear, right top, left top, color-stop(-0.4%, #46bfaa), color-stop(100.4%, #75f2a0));
    background: linear-gradient(270deg, #46bfaa -0.4%, #75f2a0 100.4%);
    border-radius: 10px;
    width: auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 46px;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
  }
  .paket-option-wrap {
    padding: 60px 0;
    margin-top: 30px;
  }
  .paket-option-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .paket-option-wrap .container .paket-options {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    padding: 25px 15px;
    background: #ffffff;
    border: 1px solid rgba(65, 104, 177, 0.36);
    border-radius: 10px;
  }
  .paket-option-wrap .container .paket-options .pack-tab-buttons {
    max-width: 570px;
    margin: 0 auto;
  }
  .paket-option-wrap .container .paket-options h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #00104b;
  }
  .paket-option-wrap .container .paket-options > p {
    line-height: 24px;
    padding-top: 16px;
    max-width: 470px;
    color: #667093;
  }
  .paket-option-wrap .container .paket-options .paket-specs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .paket-option-wrap .container .paket-options .paket-specs .item {
    padding: 2px;
    min-width: 50%;
    border-top: 1px solid rgba(65, 104, 177, 0.35);
    border-bottom: 0px solid rgba(65, 104, 177, 0.35);
    border-right: 1px solid rgba(65, 104, 177, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paket-option-wrap .container .paket-options .paket-specs .item:nth-child(5) {
    border-bottom: 1px solid rgba(65, 104, 177, 0.35);
  }
  .paket-option-wrap .container .paket-options .paket-specs .item:nth-child(4) {
    border-right: 0px solid rgba(65, 104, 177, 0.35);
  }
  .paket-option-wrap .container .paket-options .paket-specs .item:nth-child(2) {
    border-right: 0px solid rgba(65, 104, 177, 0.35);
  }
  .paket-option-wrap .container .paket-options .paket-specs .item:last-child {
    border-bottom: 1px solid rgba(65, 104, 177, 0.35);
  }
  .paket-option-wrap .container .paket-options .paket-specs .item strong {
    font-weight: 600;
    font-size: 14px;
    color: #223a5b;
  }
  .paket-option-wrap .container .paket-options .paket-specs .item small {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #223a5b;
  }
  .paket-option-wrap .container .paket-options .paket-specs .item span {
    font-size: 34px;
    color: #00104b;
  }
  .paket-option-wrap .container .paket-options .paket-specs .item:last-child {
    border-right: 0;
  }
  .paket-option-wrap .container .paket-options .custom-packs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .paket-option-wrap .container .paket-options .custom-packs button {
    border-radius: 5px;
    border: none;
    padding: 10px 5px;
    min-height: 54px;
    margin-right: 5px;
    background: #f2f6ff;
    display: -webkit-box;
    color: #223a5b;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #4168b191;
    font-weight: 500;
  }
  .paket-option-wrap .container .paket-options .custom-packs button:hover,
  .paket-option-wrap .container .paket-options .custom-packs button.selected {
    background: -webkit-gradient(linear, left top, right top, from(#4168b1), to(#9eb4dd));
    background: linear-gradient(90deg, #4168b1 0%, #9eb4dd 100%);
    border-radius: 5px;
    color: #fff;
  }
  .paket-option-wrap .container .paket-options .custom-packs button p {
    margin-bottom: 0;
    color: #9b96a0;
  }
  .paket-details {
    position: relative;
    padding: 22px;
    background: #fff;
    border: 1px solid rgba(102, 112, 147, 0.2);
    -webkit-box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    margin-left: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 30px;
  }
  .page-banner {
    padding: 30px 0;
  }
  .page-banner.no-icon .banner-box::before {
    display: none;
  }
  .page-banner .banner-box {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#4168b1), to(#223a5b));
    background: linear-gradient(90deg, #4168b1 0%, #223a5b 100%);
    -webkit-box-shadow: 0px 4px 27px 3px rgba(65, 104, 177, 0.43);
            box-shadow: 0px 4px 27px 3px rgba(65, 104, 177, 0.43);
    border-radius: 23px;
    padding: 42px 20px 60px 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .page-banner .banner-box::before {
    content: url(../images/arama.png);
    position: absolute;
    left: -50px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    bottom: -120px;
  }
  .page-banner .banner-box .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.4;
    color: #f3f7fe;
  }
  .page-banner .banner-box .title span {
    color: #46bfaa;
  }
  .page-banner .banner-box .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #f3f7fe;
    max-width: 650px;
  }
  .softwares-list {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */

.toggle {
    margin: 0 !important;
}

#clientAreaMenus-2 li ul li .toggle {
    padding-left: 32px!important;
}

#clientAreaMenus-2 li ul.show {
    display:contents!important;
}

#clientAreaMenus-2 {
  overflow: hidden;
  border-radius: 5px;
}

#clientAreaMenus-2  li:nth-child(odd) a {
  background: #EEF3F9;
}

.packs-tab .row {
    justify-content: center;
}


