/* VoxNet Bilisim Teknolojileri - info[at]voxnet.com.tr */
/* reset */
* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;

}


html {
  font-size: 13px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Titillium Web', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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;
  background-color: #F4F7FC;
  color: #223a5b;
}


/* musteri paneli css'ler */

.ticketinfos select, .ticketinfos input {
  margin-bottom: 10px;
}


.ticketinfos select {
  background: transparent;
border-bottom: 2px solid #213a5b !important;
border-radius: 0 !important;
}

@media only screen and (max-width: 992px) {

.hizmetblok {
  min-width: 100% !important;
  max-width: 100% !important;
}
.ticketinfos select, .ticketinfos input {
  width: 100%;
}


.flex-div {
  flex-direction: column !important;
}

.tabcontent {
  padding: 10px 10px !important;
}



}


.ticketinfos input, .ticketinfos select {
  border: none !important;
    background: #eee !important;
    border-radius: 4px !important;
    margin: 5px 0 !important;
    max-height: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0px 10px !important;
}

 .ticketinfos .select2-selection > * {
   border: none !important;
   margin: 5px 0 !important;
     background: #eee !important;
     border-radius: 4px !important;
     max-height: 50px !important;
     height: 50px !important;
     min-height: 50px !important;
     line-height: 49px !important;
     padding: 0px 10px !important;
 }


.mpaneltitle {
  padding: 10px;
color: #fff;
background: #213A5B;
display: flex;
border-radius: 5px 5px 0 0;
align-items: center;
justify-content: space-between;
}


.dataTables_wrapper .dataTables_filter {
  margin-bottom: 12px !important;
}

.tabcontentcon select {
  background: #eee !important;
  border-radius: 5px !important;
  margin: 10px 0 !important;
  padding-right: 20px !important;
}

.mpanelrightcon > div:not(.mpaneltitle) {
	padding: 25px !important;
}

.mpanelrightcon41 > div:not(.mpaneltitle) {
	padding: 0px !important;
}

ul.tab {
color: #213A5B !important;
background: #eee !important;
}


ul.tab li a {
color: #213A5B !important;
border-bottom: 0;
}

ul.tab li a.active {
color: #fff !important;
border-bottom: 0;
      background: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
}

.inp-icon {
	font-size: 15px;
	cursor: pointer;
}

.destekolsbtn {
  margin-top: 0 !important;
}

.datatbspan {
  line-height: 30px !important;
}

#muspanel .wclientblockscon .mpanelrightcon {
  padding: 0 !important;
}


#nserverinfo {
color: #fff !important;
background: #213A5B !important;
}

.mpanelrightcon {
  padding: 0 !important;
}

.dataTables_wrapper {
  margin: 10px !important;
}

.incelebtn {
      background: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
      color: #fff;
}

.dttblegoster select {
  padding: 0 !important;
}

.sayfayolu a {
  color: #fff !important;
}
.sayfayolu {
  margin-top: 3px;
}

.mpaneltitle {
  padding: 10px;
  color: #fff;
  background: #213A5B;
  border-radius: 5px 5px 0 0;
}
.mclientlastblocks .mpaneltitle .sbtn {
      background: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
      color: #fff;
      opacity: 1;
}

.noentryblock {
  padding: 20px;
}

.mpanelbtns a {
    float: left;
    width: 100%;
    padding: 7px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
}

#clientAreaMenus-2 {
  overflow: hidden;
  border-radius: 5px;
}

#clientAreaMenus-2  li:nth-child(odd) a {
  background: #EEF3F9;
}

#clientAreaMenus-2 #active {
      background: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
      color: #fff;
}




.wa-chat-bg {
z-index: 16000150 !important;
position: fixed !important;
width: 100%;
height: 100vh;
background: rgba(0,0,0,0.3);
display: none;
}

.wa-chat-box {
    background-color: white;
    z-index: 16000160 !important;
    width: 440px;
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    display: none;
}

.wa-chat-box-header {
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    background-color: #0a5f54;
    color: white;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
}

.wa-chat-box-brand {
    margin-left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
}
.wa-chat-box-brand-text {
    margin-left: 20px;
}
.wa-chat-box-brand-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.wa-chat-box-brand-subtitle {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
}
.wa-chat-bubble-close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.wa-chat-box-content {
    background-size: cover;
    height: 190px;
    background: url(https://www.voxnet.com.tr/templates/website/voxnet/images/whatsapp-arkaplan.png);
}

.wa-chat-box-content-chat {
    background-color: white;
    display: inline-block;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
}

.wa-chat-box-content-chat-brand {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.wa-chat-box-content-chat-welcome {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.wa-chat-box-send {
    background-color: white;
}

.wa-chat-box-content-send-btn {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    padding: 8px 12px;
    border-radius: 25px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background-color: #4dc247;
    margin: 20px;
    overflow: hidden;
}

.wa-chat-box-poweredby {
    text-align: center;
    margin-bottom: 15px;
    margin-top: -10px;
    font-style: italic;
    font-size: 12px;
    color: lightgray;
}

 .wa-chat-box-poweredby a{
    color: #006eff6e;
}

.span-badge {
	border-radius: 6px;
	border: 1px solid #4CAF50;
	padding: 0px 10px;
	font-size: 12px;
	font-weight: 500;
	margin-left: 8px;
}

.call-modal {
  position: fixed;
  top: 43%;
  left: 0;
  width: 30px;
  height: 140px;
  border-radius: 0 5px 5px 0;
background: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -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: 16px;
  z-index: 99998;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.call-modal:hover {
  width: 42px;
}

.call-modal svg {
  margin-right: 5px;
}

.call-modal .ico {
  display: block;
}

.call-modal span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 164px;
  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;
}


.modal-bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000;
  -webkit-transition: .3s all;
  transition: .3s all;
  opacity: 0;
  pointer-events: none;
}

.modal-bg.show {
  opacity: 1;
  pointer-events: all;
}

.modal-box {
  max-width: 600px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  padding: 25px 15px;
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  opacity: 0;
  pointer-events: none;
  z-index: 1000000002;
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.modal-box.show {
  -webkit-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
  opacity: 1;
  pointer-events: all;
}

.modal-box .close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #000000;
  background: none;
  border: none;
  cursor: pointer;
}

.modal-box .heading {
  text-align: center;
  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;
  margin-bottom: 30px;
}

.modal-box .heading b {
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}

.modal-box .heading span {
  font-size: 14px;
  color: #000000;
}

.modal-box .content p {
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}


.modal-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-weight: 700;
  color: #213A5B;
  margin-bottom: 5px;
}

@media only screen and (max-width: 992px) {

	.modal-box {
  max-width: 95%;
  width: 100%;
}



}

.modal-box .title img {
  margin-right: 10px;
}

.modal-box .summary {
  font-size: 15px;
}

.modal-box form {
  margin-top: 20px;
}

.modal-box form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
}

.modal-box form .row .input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #EEEEEE;
  height: 46px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

.modal-box form .row .input .flag-select {
  width: 82px;
  height: 46px;
  background-color: #213A5B;
  color: #fff;
  border-radius: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

.modal-box form .row .input .flag-select span {
  margin-left: 3px;
}

.modal-box form .row .input svg {
  margin: 0 10px;
}

.modal-box form .row .input:nth-child(2) {
  margin-left: 17px;
}

.modal-box form .row .input input {
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
}

.modal-box form .row .input input::-webkit-input-placeholder {
  color: #C7C7C7;
}

.modal-box form .row .input input:-ms-input-placeholder {
  color: #C7C7C7;
}

.modal-box form .row .input input::-ms-input-placeholder {
  color: #C7C7C7;
}

.modal-box form .row .input input::placeholder {
  color: #C7C7C7;
}

.modal-box form .row textarea {
  width: 100%;
  height: 88px;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  resize: none;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  margin-left: 0px;
  font-family: 'Titillium Web';
}

.modal-box form .row textarea::-webkit-input-placeholder {
  color: #C7C7C7;
}

.modal-box form .row textarea:-ms-input-placeholder {
  color: #C7C7C7;
}

.modal-box form .row textarea::-ms-input-placeholder {
  color: #C7C7C7;
}

.modal-box form .row textarea::placeholder {
  color: #C7C7C7;
}

.modal-box form .primary-btn {
  height: 37px;
}

  /* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}



#BalanceWarning {
	z-index: 99999 !important;
}

.wrapper-top {
	margin-top: -350px;
}

.hover-pop{
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
}

.hover-pop:hover::after {
	opacity: 1;
}

.hover-pop::after {
  content: attr(data-content);
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 999;
  font-size: 13px;
  position: absolute;
  left: 25px;
  display: block;
  width: 200px;
  opacity: 0;
  top: -100%;
  transition: .3s all;
}


small.old-price {
	font-size: 15px;
	color: grey;
	font-weight: 600;
	position: relative;
}

small.old-price:after {
	    display: block;
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    right: 0%;
    top: 10px;
    background: #f00;
    -webkit-transform: rotate(
-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(
-10deg);
}


.softwares-wrapper {
	position:relative;
    border-radius: 5px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}



.campaign-top {
	z-index: 9900 !important;
  background-color: #4bac4e;
  padding: 4px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  transition: .2s all;
}

.campaign-top.off {
	display:none !important;
}

.campaign-top .container {
	padding-left: 30px;
}

.campaign-top .container .camp-left p {
	max-height: 32px;
}

.campaign-top.stick {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.campaign-top span.old-price {
  text-decoration: line-through;
}

.campaign-top span.current-price {
  padding: 2px 7px;
  border-radius: 3px;
  background-color: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#213A5B));
  background: linear-gradient(to right, #213A5B, #213A5B, #213A5B, #213A5B, #213A5B);
  font-weight: 700;
}

.campaign-top span.current-priceTTTTTTTTTTTTT {
  padding: 2px 7px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#72bf75));
  background: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
  font-weight: 700;
}

.campaign-top a {
	padding: 4px 12px;
	margin-left: 5px;
	border-radius: 3px;
	display: inline-flex;
	align-items:center;
	justify-content: center;
	background: #fff;
	color: #213a5b;
}

.campaign-top button {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items:center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
  background-color: #213a5b;
}


@media only screen and (max-width:1040px) {

.campaign-top .container .camp-left p {
	max-height: none;
	padding: 4px 0;
	font-size: 14px;
}

.campaign-top a  {
	margin-top: 5px;
}
}

.container {
  width: 1240px;
  margin: 0 auto;
}

.top-bar {
  width: 100%;
  height: 40px;
  background-color: #213A5B;
  color: #fff;
}

.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 .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar .container .top-left li {
  padding: 0 10px;
  border-right: 1px solid #2F4B70;
}

.top-bar .container .top-left li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.top-bar .container .top-left li a span {
  padding: 0 5px;
  font-weight: 600;
}

.top-bar .container .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-bar .container .top-right 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;
  height: 40px;
  width: 100px;
  color: #fff;
  font-weight: 600;
}

.top-bar .container .top-right a img {
  margin-right: 5px;
}

.top-bar .container .top-right a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#365782), color-stop(#315078), color-stop(#2b486e), color-stop(#264165), to(#213a5b));
  background-image: linear-gradient(to bottom, #365782, #315078, #2b486e, #264165, #213a5b);
}

header {
  width: 100%;
  height: 93px;
  background-color: #F4F7FC;
}

header .container {
  height: 100%;
  padding: 25px;
  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 .hamburger-btn {
  display: none;
  margin: -25px;
}

header .container .hamburger-btn button {
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 20px;
  border-radius: 15px 0px 15px 0px;
  border: none;
  background-color: #213A5B;
  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;
  cursor: pointer;
}

header .container nav {
  margin-left: 260px;
}

header .container nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container nav ul li {
  position: relative;
  padding: 0 12px;
}

header .container nav ul li:hover .drop-menu {
  opacity: 1;
  margin-top: 0 !important;
  pointer-events: all;
}

header .container nav ul li .drop-menu {
  padding-top: 20px;
  margin-top: 0px !important;
  position: absolute;
  margin-top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 550px;
  z-index: 9999;
  border-radius: 10px;
  opacity: 0;
  margin-top: 10px !important;
  pointer-events: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

header .container nav ul li .drop-menu.big {
  width: 775px;
}

header .container nav ul li .drop-menu.big a {
  width: 33%;
}

header .container nav ul li .drop-menu.big a:first-child {
  border-radius: 10px 0 0 0;
}

header .container nav ul li .drop-menu.big a:nth-child(2) {
  border-radius: 0 !important;
}

header .container nav ul li .drop-menu.big a:nth-child(3) {
  border-radius: 0 10px 0 0 !important;
}

header .container nav ul li .drop-menu.big a:nth-child(4) {
  border-radius: 0 0 0 10px !important;
}

header .container nav ul li .drop-menu.big a:last-child {
  border-radius: 0 0 10px 0;
}

header .container nav ul li .drop-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header .container nav ul li .drop-menu a {
  background-color: #fff;
  width: 50%;
  padding: 7px 10px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}


header .container nav ul li .drop-menu a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#678bbb8e), to(#fff));
  background-image: linear-gradient(to right, #678bbb8e, #fff);
   transform: scale(1.05);
}

header .container nav ul li .drop-menu a:first-child {
  border-radius: 10px 0 0 0;
}

header .container nav ul li .drop-menu a:nth-child(2) {
  border-radius: 0 10px 0 0;
}

header .container nav ul li .drop-menu a:nth-child(3) {
  border-radius: 0 0 0 10px;
}

header .container nav ul li .drop-menu a:last-child {
  border-radius: 0 0 10px 0;
}

header .container nav ul li .drop-menu a img {
  max-width: 30px;
  margin-right: 10px;
}

header .container nav ul li .drop-menu a .detail span {
  font-size: 15px;
  color: #213A5B;
}

header .container nav ul li .drop-menu a .detail p {
  font-size: 13px;
  color: #AAAAAA;
}

header .container nav ul li .badge {
  position: absolute;
  top: -18px;
  height: 17px;
  padding: 0 5px;
  border-radius: 17px 17px 17px 0;
  background-color: #4CAF50;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container nav ul li .badge.green {
  background-color: #4CAF50;
}

header .container nav ul li .badge.purple {
  background-color: #8754C2;
}

header .container nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #636363;
  font-size: 16px;
}

header .container nav ul li a .fa-chevron-down {
  margin-left: 5px;
  font-size: 12px;
}

header .container .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	margin: -25px;
}

header .container .header-buttons a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 30px;
  height: 32px;
  border-radius: 10px;
  background-color: #4CAF50;
  color: #fff;
  margin-left: 30px;
}

header .container .header-buttons a:last-child {
  background-color: #213A5B;
}

header .container .header-buttons a:last-child span {
  background-color: #192E4A;
}

header .container .header-buttons a span {
  position: absolute;
  left: -19px;
  width: 39px;
  height: 38px;
  border-radius: 0px 15px 0px 15px;
  background-color: #58C15C;
  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;
}

.primary-btn {
  width: 180px;
  height: 45px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#72bf75));
  background: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
  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: 15px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.primary-btn-vds {
  width: 125px;
  height: 45px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#72bf75));
  background: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
  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: 15px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.ticket-primary-btn {
  width: 180px;
  height: 27px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#72bf75));
  background: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
  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: 15px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.primary-btn img {
  margin-left: 10px;
  max-width: 16px;
}

.primary-btn::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: 10;
}

.primary-btn:hover::after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.main-slider {
    width: 100%;
    border-bottom: 5px solid #4CAF50;
  }
  .main-slider .slider-item > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-slider .slider-item .overlay .container .slider-text .text {
    margin-bottom: 20px;
  }
  .main-slider .slider-item .overlay .container .slider-text .text span {
    font-size: 18px;
  }
  .main-slider .slider-item .overlay .container .slider-text .text h2 {
    font-size: 28px;
  }
  .main-slider .slider-item .overlay .container .slider-text .text p {
    font-size: 13px;
    max-width: 400px;
  }
  .main-slider .slider-item .overlay .container .slider-specs {
    display: none;
  }
.main-slider {
  width: 100%;
  border-bottom: 5px solid #4CAF50;
}

.main-slider .slider-item {
  width: 100%;
  height: 450px;
  max-height: 450px;
  overflow: hidden;
  position: relative;
}

.main-slider .slider-item img {
  width: 100%;
}

.main-slider .slider-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(33, 58, 91, 0.9);
}

.main-slider .slider-item .overlay .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-slider .slider-item .overlay .container .slider-text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-slider .slider-item .overlay .container .slider-text .campaign-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.main-slider .slider-item .overlay .container .slider-text .campaign-name img {
  max-width: 39px;
  margin-right: 12px;
}

.main-slider .slider-item .overlay .container .slider-text .campaign-name span {
  padding: 0 24px;
  height: 30px;
  border-radius: 30px;
  background-color: #4CAF50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #fff;
  position: relative;
}

.main-slider .slider-item .overlay .container .slider-text .campaign-name span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #4CAF50;
  border-radius: 5px;
  position: absolute;
  left: -5px;
  top: 5px;
}

.main-slider .slider-item .overlay .container .slider-text .text {
  margin-bottom: 20px;
}

.main-slider .slider-item .overlay .container .slider-text .text span {
  font-size: 25px;
  color: #4CAF50;
  font-weight: 600;
}

.main-slider .slider-item .overlay .container .slider-text .text h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 600;
}

.main-slider .slider-item .overlay .container .slider-text .text p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  max-width: 520px;
}

.main-slider .slider-item .overlay .container .slider-specs {
  -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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-slider .slider-item .overlay .container .slider-specs .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-slider .slider-item .overlay .container .slider-specs .row .spec-box {
  width: 103px;
  height: 103px;
  background: -webkit-gradient(linear, left top, left bottom, from(#365782), color-stop(#315078), color-stop(#2b486e), color-stop(#264165), to(#213a5b));
  background: linear-gradient(to bottom, #365782, #315078, #2b486e, #264165, #213a5b);
  margin: 7px;
  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;
  text-align: center;
}

.main-slider .slider-item .overlay .container .slider-specs .row .spec-box img {
  max-width: 30px;
  margin-bottom: 10px;
}

.main-slider .slider-item .overlay .container .slider-specs .row .spec-box span {
  color: #fff;
  line-height: 1.2;
}

.main-slider .slider-item .overlay .container .slider-specs .row .spec-box:hover {
  background: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#72bf75));
  background: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
}

.main-slider .slider-item .overlay .container .slider-specs .row:first-child .spec-box:first-child {
  border-radius: 5px 25px 5px 25px;
}

.main-slider .slider-item .overlay .container .slider-specs .row:first-child .spec-box:last-child {
  border-radius: 25px 5px 25px 5px;
}

.main-slider .slider-item .overlay .container .slider-specs .row:last-child .spec-box:first-child {
  border-radius: 25px 5px 25px 5px;
}

.main-slider .slider-item .overlay .container .slider-specs .row:last-child .spec-box:last-child {
  border-radius: 5px 25px 5px 25px;
}

.slick-dots {
  bottom: 30px !important;
}

.slick-dots li.slick-active button {
  background-color: #4CAF50 !important;
  border: 1px solid #4CAF50 !important;
}

.slick-dots li.slick-active button::before {
  color: #4CAF50 !important;
}

.slick-dots li button {
  border: 1px solid #fff !important;
  border-radius: 50%;
  background-color: transparent !important;
  width: 15px !important;
  height: 15px !important;
}

.slick-dots li button::before {
  width: 15px !important;
  height: 15px !important;
  font-size: 12px !important;
  color: #fff !important;
  content: "" !important;
}

.domain-search {
  margin-top: -56px;
  z-index: 2;
}

.domain-search.mt-fix {
  margin-top: 50px;
}

.domain-search .container {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}

.domain-search .container .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: 20px;
  border-bottom: 1px solid #E2E2E2;
}

.domain-search .container .head .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.domain-search .container .head .text span {
  font-size: 20px;
  color: #371717;
  font-weight: 600;
}

.domain-search .container .head .text span b {
  color: #4CAF50;
  font-weight: 700;
}

.domain-search .container .head .text p {
  font-size: 15px;
  color: #371717;
}

.domain-search .container .head .text img {
  margin-right: 10px;
}

.domain-search .container .head .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.domain-search .container .head .links a {
  padding: 0 9px;
  height: 33px;
  border-radius: 5px;
  background-color: #213A5B;
  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;
  margin-left: 17px;
}

.domain-search .container .head .links a.active {
  background-color: #4CAF50;
}

.domain-search .container .head .links a img {
  margin-right: 7px;
}

.domain-search .container .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  position: relative;
}

.domain-search .container .search-box .primary-btn {
  height: 54px;
}

.domain-search .container .search-box input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 12px;
  border-radius: 10px;
  height: 54px;
  border: 1px solid #EEEEEE;
  padding-left: 35px;
  font-size: 15px;
}

.domain-search .container .search-box input::-webkit-input-placeholder {
  color: #AAAAAA;
}

.domain-search .container .search-box input:-ms-input-placeholder {
  color: #AAAAAA;
}

.domain-search .container .search-box input::-ms-input-placeholder {
  color: #AAAAAA;
}

.domain-search .container .search-box input::placeholder {
  color: #AAAAAA;
}

.domain-search .container .search-box > img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

.domain-search .container .extentions {
  position: relative;
}

.domain-search .container .extentions .nav-btn {
  width: 35px;
  height: 35px;
  border-radius: 25%;
  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;
  color: #fff;
  font-size: 15px;
  background-color: #213a5b;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}

.domain-search .container .extentions .prev-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.domain-search .container .extentions .next-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.domain-search .container .extentions .domain-ext {
  padding: 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.domain-search .container .extentions .domain-ext .ext-box {
  width: 180px;
  height: 50px;
  padding: 13px;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  margin-right: 27px;
}

.domain-search .container .extentions .domain-ext .ext-box a {
  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-search .container .extentions .domain-ext .ext-box a small {
  width: 1px;
  height: 24px;
  background-color: #EEEEEE;
  display: block;
}

.domain-search .container .extentions .domain-ext .ext-box a img {
  max-width: 62px;
}

.domain-search .container .extentions .domain-ext .ext-box a span {
  font-size: 18px;
  font-weight: 600;
  margin-right: 11px;
  color: #191819;
}

.hosting-tab-buttons {
  width: 100%;
  margin: 20px 0;
}

.hosting-tab-buttons .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hosting-tab-buttons .container .tab-btn {
  -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;
  height: 74px;
  background-color: #fff;
  cursor: pointer;
  padding: 0 16px;
  position: relative;
}

.hosting-tab-buttons .container .tab-btn img {
  margin-right: 15px;
}

.hosting-tab-buttons .container .tab-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #4CAF50;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.hosting-tab-buttons .container .tab-btn.active::after {
  display: block;
}

.hosting-tab-buttons .container .tab-btn .detail span {
  font-weight: 600;
  color: #371717;
  font-size: 20px;
}

.hosting-tab-buttons .container .tab-btn .detail p {
  font-size: 15px;
}

.hosting-tab-buttons .container .tab-btn:first-child {
  border-bottom: 3px solid #4CAF50;
}

.hosting-tab-buttons .container .tab-btn:first-child b {
  color: #4CAF50;
}

.hosting-tab-buttons .container .tab-btn:first-child::after {
  border-top: 10px solid #4CAF50;
}

.hosting-tab-buttons .container .tab-btn:nth-child(2) {
  border-bottom: 3px solid #BD95EB;
}

.hosting-tab-buttons .container .tab-btn:nth-child(2) b {
  color: #BD95EB;
}

.hosting-tab-buttons .container .tab-btn:nth-child(2)::after {
  border-top: 10px solid #BD95EB;
}

.hosting-tab-buttons .container .tab-btn:last-child {
  border-bottom: 3px solid #FF7B9F;
}

.hosting-tab-buttons .container .tab-btn:last-child b {
  color: #FF7B9F;
}

.hosting-tab-buttons .container .tab-btn:last-child::after {
  border-top: 10px solid #FF7B9F;
}

.fix {
  width: 100%;
  min-height: 400px;
}

.hosting-tabs {
  width: 100%;
}

.hosting-tabs .container .hosting-tab {
  display: none;
}

.hosting-tabs .container .hosting-tab.show-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hosting-tabs .container .hosting-tab.pink .hosting-item .head {
  border-bottom: 2px solid #FF7B9F;
}


.hosting-tabs .container .hosting-tab.pink .hosting-item .head span b {
  color: #FF7B9F;
}

.hosting-tabs .container .hosting-tab.pink .primary-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF7B9F), to(#fd91ae));
  background-image: linear-gradient(to right, #FF7B9F, #fd91ae);
}

.hosting-tabs .container .hosting-tab.purple .hosting-item .head {
  border-bottom: 2px solid #BD95EB;
}

.hosting-tabs .container .hosting-tab.purple .hosting-item .head span b {
  color: #BD95EB;
}

.hosting-tabs .container .hosting-tab.purple .primary-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#BD95EB), to(#cda9f7));
  background-image: linear-gradient(to right, #BD95EB, #cda9f7);
}

.hosting-tabs .container .hosting-tab .hosting-item {
  width: 300px;
      transition: all .3s ease-in-out;
  height: auto;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 20px;
  margin-bottom: 30px;
}
.hosting-tabs .container .hosting-tab .hosting-item:hover {

    transform: scale(1.03);

}
.hosting-tabs .container .hosting-tab .hosting-item:last-child {
  margin-right: 0;
}

.hosting-tabs .container .hosting-tab .hosting-item .head {
  width: 100%;
  height: 184px;
  background-color: #fff;
  display: -webkit-box;
  border-radius: 10px 10px 0 0;
  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;
  padding: 20px;
  border-bottom: 2px solid #4CAF50;
}

.hosting-tabs .container .hosting-tab .hosting-item .head .old-price {
	font-size: 15px;
	color: #b7b7b7;
}

.hosting-tabs .container .hosting-tab .hosting-item .head .old-price1 {
	font-size: 15px;
	color: #ffff;
}

.hosting-tabs .container .hosting-tab .hosting-item .head .old-price u {
	padding-right: 5px;
	font-weight: 600;
	text-decoration: line-through;
}

.hosting-tabs .container .hosting-tab .hosting-item .head .old-price1 u {
	padding-right: 5px;
	font-weight: 600;
	text-decoration: line-through;
}

.hosting-tabs .container .hosting-tab .hosting-item .head strong {
  font-size: 20px;
  font-weight: 600;
  color: #213A5B;
  margin: 10px 0 5px 0;
}

.hosting-tabs .container .hosting-tab .hosting-item .head span {
  color: #213A5B;
  font-weight: 600;
}

.hosting-tabs .container .hosting-tab .hosting-item .head span b {
  font-size: 28px;
  color: #4CAF50;
}

.hosting-tabs .container .hosting-tab .hosting-item ul li {
  width: 100%;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  padding: 0 25px;
}

.hosting-tabs .container .hosting-tab .hosting-item ul li:nth-child(even) {
  background-color: #EEF3F9;
}

.hosting-tabs .container .hosting-tab .hosting-item ul li img {
  margin-right: 15px;
}

.hosting-tabs .container .hosting-tab .hosting-item .primary-btn {
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.why-we {
  width: 100%;
  margin: 40px 0;
  padding: 40px 0;
  background-color: #E8EDF3;
}

.why-we .container {
  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;
}

.why-we .container .why-we-img {
  min-width: 396px;
  min-height: 396px;
  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;
  position: relative;
  z-index: 2;
}

.why-we .container .why-we-img img {
  width: 100%;
}

.why-we .container .why-we-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#213A5B00), to(#213A5B));
  background-image: linear-gradient(to bottom, #213A5B00, #213A5B);
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 40px;
}

.why-we .container .why-we-img .overlay img {
  max-width: 40px;
}

.why-we .container .why-we-img .overlay strong {
  text-align: center;
  color: #fff;
  font-size: 21px;
  margin-top: 10px;
}

.why-we .container .why-we-img .overlay strong i {
  font-size: 40px;
  line-height: 1;
}

.why-we .container .left-qa {
  margin-right: 50px;
}

.why-we .container .left-qa .qa-box {
  text-align: end;
  margin-bottom: 15px;
  position: relative;
}

.why-we .container .left-qa .qa-box img {
  position: absolute;
  top: 10px;
  margin-left: 15px;
}

.why-we .container .left-qa .qa-box h2 {
  font-size: 23px;
  color: #213A5B;
  font-weight: 500;
}

.why-we .container .left-qa .qa-box p {
  font-size: 15px;
}

.why-we .container .right-qa {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 50px;
}

.why-we .container .right-qa .qa-box {
  text-align: start;
  margin-bottom: 15px;
  position: relative;
}

.why-we .container .right-qa .qa-box img {
  position: absolute;
  top: 10px;
  left: -40%;
  z-index: 0;
}

.why-we .container .right-qa .qa-box h2 {
  font-size: 23px;
  color: #213A5B;
  font-weight: 500;
}

.why-we .container .right-qa .qa-box p {
  font-size: 15px;
}

.customer-comments .slick-slide {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-left: 1rem;
  padding-right: 1rem;
}

.customer-comments .slick-slide.slick-slide {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.customer-comments .slick-slide.slick-slide::before {
  background-color: #fff !important;
}

.customer-comments .slick-slide.slick-current.slick-active {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.customer-comments .slick-slide.slick-current.slick-active::before {
  background-color: #4CAF50 !important;
  -webkit-transition: 1s;
  transition: 1s;
}

.customer-comments .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;
}

.customer-comments .title span {
  margin: 6px 0;
  font-size: 25px;
  color: #213A5B;
  font-weight: 600;
}

.customer-comments .title span b {
  font-weight: 700;
}

.customer-comments .title p {
  font-size: 15px;
}

.customer-comments .comment-carousel {
  width: 100%;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customer-comments .comment-carousel .comment-box {
  width: 446px;
  height: 210px;
  min-width: 446px;
  min-height: 210px;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  position: relative;
  margin: 20px 50px;
}

.customer-comments .comment-carousel .comment-box::before {
  content: "";
  width: 446px;
  height: 210px;
  border-radius: 10px;
  background-color: #4CAF50;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  z-index: -1;
}

.customer-comments .comment-carousel .comment-box > img {
  position: absolute;
  top: 15px;
  right: 15px;
}

.customer-comments .comment-carousel .comment-box .inner {
  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;
  text-align: center;
  height: 100%;
}

.customer-comments .comment-carousel .comment-box .inner .customer-img {
  width: 60px;
  height: 60px;
  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;
}

.customer-comments .comment-carousel .comment-box .inner .customer-img img {
  width: 100%;
}

.customer-comments .comment-carousel .comment-box .inner strong {
  font-size: 20px;
  font-weight: 600;
  color: #213A5B;
  margin: 5px 0;
}

.customer-comments .comment-carousel .comment-box .inner p {
  font-size: 15px;
}

.customer-comments .slider-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.customer-comments .slider-btn a {
  width: 235px;
  height: 46px;
  border-radius: 46px;
  background: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#72bf75));
  background: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
  color: #fff;
  font-size: 18px;
  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;
  position: relative;
  overflow: hidden;
}

.customer-comments .slider-btn a::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: 10;
}

.customer-comments .slider-btn a:hover::after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.footer-top-promote {
  width: 100%;
  padding: 35px 0;
  background-color: #E8EDF3;
  margin-top: 40px;
}

.footer-top-promote .container {
  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-top-promote .container img {
  max-height: 290px;
  height: auto;
}

.footer-top-promote .container .detail {
  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;
}

.footer-top-promote .container .detail span {
  font-size: 42px;
  color: #213A5B;
  font-weight: 700;
}

.footer-top-promote .container .detail p {
  margin: 0px 0;
  font-size: 18px;
}

.footer-top-promote .container .detail .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
}

.footer-top-promote .container .detail .box-list .box {
  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;
  margin: 0 25px;
}

.footer-top-promote .container .detail .box-list .box img {
  max-width: 70px;
  margin-bottom: 10px;
}

.footer-top-promote .container .detail .box-list .box strong {
  font-size: 21px;
  font-weight: 700;
  color: #213A5B;
}

footer {
  width: 100%;
  padding: 0 0 40px 0;
  background-color: #213A5B;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .container .mail-box {
  width: 100%;
  min-height: 100px;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -40px;
  margin-bottom: 50px;
  z-index: 4 !important;
}

footer .container .mail-box .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

footer .container .mail-box .input-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50px;
  border: 1px solid #EEEEEE;
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 25px;
}

footer .container .mail-box .input-box input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0 50px 0 50px;
  border: none;
  border-radius: 50px;
  font-size: 15px;
}

footer .container .mail-box .input-box input::-webkit-input-placeholder {
  color: #AAAAAA;
}

footer .container .mail-box .input-box input:-ms-input-placeholder {
  color: #AAAAAA;
}

footer .container .mail-box .input-box input::-ms-input-placeholder {
  color: #AAAAAA;
}

footer .container .mail-box .input-box input::placeholder {
  color: #AAAAAA;
}

footer .container .mail-box .input-box > img {
  position: absolute;
  left: 15px;
}

footer .container .mail-box .input-box a {
  position: absolute;
  right: 6px;
  top: 6px;
  height: 36px;
  border-radius: 36px;
  width: auto;
  padding: 0 15px;
}

footer .container .mail-box .social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .container .mail-box .social-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;
  width: 36px;
  height: 36px;
  background-color: #AAAAAA;
  color: #fff;
  font-size: 20px;
  margin-left: 12px;
  border-radius: 25%;
}

footer .container .mail-box .social-buttons a:hover {
  background-color: #213A5B;
  -webkit-transition: .2s all;
  transition: .2s all;
}

footer .container .footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

footer .container .footer-cols .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

footer .container .footer-cols .col strong {
  font-size: 17px;
  color: #4CAF50;
  font-weight: 700;
}

footer .container .footer-cols .col span {
  margin: 10px 0;
  width: 130px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4CAF50), to(#213A5B));
  background-image: linear-gradient(to right, #4CAF50, #213A5B);
  display: block;
}

footer .container .footer-cols .col ul {
  list-style-type: disc;
  list-style: none;
}

footer .container .footer-cols .col ul li {
  margin-bottom: 5px;
   transition: all .5s ease-in-out;
}

footer .container .footer-cols .col ul li:hover {
      transform: translate(10px);
    -webkit-transform: translate(10px);

}

footer .container .footer-cols .col ul li::before {
  content: "\2022";
  color: #4CAF50;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

footer .container .footer-cols .col ul li a {
  font-size: 15px;
  color: #6684AB;
}

footer .container .footer-cols .col ul li a:hover {
  color: #fff;

}

.footer-bottom {
  width: 100%;
  min-height: 61px;
  background-color: #192E4A;
}

.footer-bottom .container {
  height: 61px !important;
  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-bottom .container p {
  font-size: 15px;
  color: #6684AB;
  text-align: right;
}

.bottom-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.bottom-color span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 5px;
}

.bottom-color span:first-child {
  background-color: #4CAF50;
}

.bottom-color span:nth-child(2) {
  background-color: #BD95EB;
}

.bottom-color span:nth-child(3) {
  background-color: #FF7B9F;
}

.bottom-color span:last-child {
  background-color: #8ACB8D;
}

.register-page {
  width: 100%;
  min-height: 587px;
  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(240, 234, 234, 0.92);
}

.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-box {
  width: 100%;
  min-height: 411px;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.register-box .left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.register-box .left > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.register-box .left .overlay-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(33, 58, 91, 0.86);
  padding: 38px;
  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;
}

.register-box .left .overlay-inner strong {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}

.register-box .left .overlay-inner p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 12px;
  text-align: center;
}

.register-box .left .overlay-inner a {
  height: 37px;
  border-radius: 10px;
}

.register-box .right {
  width: 50%;
  padding: 25px 22px;
  background-color: #fff;
}

.register-box .right .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-weight: 700;
  color: #213A5B;
  margin-bottom: 5px;
}

.register-box .right .title img {
  margin-right: 10px;
}

.register-box .right .summary {
  font-size: 15px;
}

.register-box .right form {
  margin-top: 20px;
}

.register-box .right form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
}

.register-box .right form .row .input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #EEEEEE;
  height: 46px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

.register-box .right form .row .input .flag-select {
  width: 82px;
  height: 46px;
  background-color: #213A5B;
  color: #fff;
  border-radius: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

.register-box .right form .row .input .flag-select span {
  margin-left: 3px;
}

.register-box .right form .row .input svg {
  margin: 0 10px;
}

.register-box .right form .row .input:nth-child(2) {
  margin-left: 17px;
}

.register-box .right form .row .input input {
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
}

.register-box .right form .row .input input::-webkit-input-placeholder {
  color: #C7C7C7;
}

.register-box .right form .row .input input:-ms-input-placeholder {
  color: #C7C7C7;
}

.register-box .right form .row .input input::-ms-input-placeholder {
  color: #C7C7C7;
}

.register-box .right form .row .input input::placeholder {
  color: #C7C7C7;
}

.register-box .right form .row textarea {
  width: 100%;
  height: 88px;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  resize: none;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  margin-left: 0px;
  font-family: 'Titillium Web';
}

.register-box .right form .row textarea::-webkit-input-placeholder {
  color: #C7C7C7;
}

.register-box .right form .row textarea:-ms-input-placeholder {
  color: #C7C7C7;
}

.register-box .right form .row textarea::-ms-input-placeholder {
  color: #C7C7C7;
}

.register-box .right form .row textarea::placeholder {
  color: #C7C7C7;
}

.register-box .right form .primary-btn {
  height: 37px;
}

.container-check-cond {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #213A5B;
  font-weight: 600;
}

/* 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 #4CAF50;
  border-radius: 50%;
}

/* When the checkbox is checked, add a blue background */
.container-check-cond input:checked ~ .checkmark {
  background-color: #4CAF50;
}

/* 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: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-banner {
  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-banner.big {
  height: 350px;
  min-height: 350px;
}

.page-banner.big h1 {
  font-size: 45px !important;
  margin: 5px 0;
}

.page-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-banner .banner-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(33, 58, 91, 0.95);
  position: absolute;
  top: 0;
  left: 0;
}

.page-banner .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-banner .banner-overlay .container .banner-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.page-banner .banner-overlay .container .banner-switch b {
  margin: 0 10px;
  color: #fff;
  font-size: 18px;
}

.page-banner .banner-overlay .container > img {
  max-width: 40px;
  height: auto;
  margin-bottom: 10px;
}

.page-banner .banner-overlay .container h2 {
  font-size: 25px;
  color: #4CAF50;
}

.page-banner .banner-overlay .container p {
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
  max-width: 528px;
}

.page-banner .banner-overlay .container .banner-title {
  width: 100%;
  height: auto;
  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-banner .banner-overlay .container .banner-title h1 {
  font-size: 38px;
  color: #fff;
  line-height: 1;
}

.page-banner .banner-overlay .container .banner-title img {
  max-width: 34px;
  margin-right: 12px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #35537B;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #4CAF50;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #35537B;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.contact-page {
  margin-bottom: 100px;
}

.contact-page .container .contact-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50px;
}

.contact-page .container .contact-boxes .box {
  width: 230px;
  height: 130px;
  border-radius: 10px;
  background-color: #192E4A;
  margin: 0 5px;
  z-index: 4;
  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;
  text-align: center;
  padding: 14px;
  color: #fff;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.contact-page .container .contact-boxes .box:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.contact-page .container .contact-boxes .box:nth-child(2) {
  width: 230px;
}

.contact-page .container .contact-boxes .box strong {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 700;
}

.contact-page .container .register-box {
  margin: 40px 0;
}

.contact-page .container .address-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.contact-page .container .address-details .address {
  padding: 29px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}

.contact-page .container .address-details .address .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: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #EBE5E5;
}

.contact-page .container .address-details .address .head .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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-page .container .address-details .address .head .text strong {
  font-size: 24px;
  font-weight: 700;
  color: #213A5B;
  margin-bottom: 5px;
}

.contact-page .container .address-details .address .head .text span {
  font-size: 19px;
  font-weight: 600;
  color: #213A5B;
}

.contact-page .container .address-details .address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.contact-page .container .address-details .address ul li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 16px;
}

.contact-page .container .address-details .address ul li p {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-weight: 600;
  font-size: 16px;
}

.contact-page .container .address-details .address-map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact-page .container .address-details .address-map iframe {
  border-radius: 10px;
  border: none;
}

.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: 295px;
  margin-right: 32px;
  width: 295px;
  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: #192E4A;
  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: 10px;
  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: #4CAF50;
}

.bank-page .container .sozlesme-content .sozlesme-box .buttons a:last-child {
  background-color: #192E4A;
}

.page-summary {
  z-index: 4;
}

.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: 29px;
  font-weight: 700;
  color: #4CAF50;
  line-height: 1;
}

.referans-page .container .statistics .stat-box .detail span {
  font-size: 19px;
  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: 366px;
  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;
}

.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);
}

.section-title {
  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;
}

.section-title h1 {
  font-size: 25px;
  color: #213A5B;
}

.section-title p {
  font-size: 15px;
}

.kiralik-sunucu-page {
  margin: -30px 0 60px 0;
  z-index: 4;
}

.kiralik-sunucu-page .container .server-wrapper {
  display: none;
}

.kiralik-sunucu-page .container .server-wrapper.show {
  display: block;
}

.kiralik-sunucu-page .container .server-wrapper .server-box {
  width: 100%;
  min-height: 121px;
   transition: all .3s ease-in-out;
  border-radius: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.kiralik-sunucu-page .container .server-wrapper .server-box .box-col-full {
	min-width: 100%;
	padding-top: 10px;
	margin-top: 20px;
    border-top: 1px solid #E5E8ED;
	text-align: left;
}

.all-features-btn {
	cursor: pointer;

}

.all-features-btn:hover {
	text-decoration: underline;
}

.kiralik-sunucu-page .container .server-wrapper .server-box .box-col-full h3 {
	display: block;
	text-align: left;
	width: 100%;
	font-size: 15px;
}

.kiralik-sunucu-page .container .server-wrapper .server-box .box-col-full  ul {
	    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
}


.kiralik-sunucu-page .container .server-wrapper .server-box .box-col-full  ul li {
	width: 25%;
	    position: relative;
    display: inline-flex;
	font-weight: 500;
    padding: 5px 0 5px 0px;
	align-items:center;

}

.kiralik-sunucu-page .container .server-wrapper .server-box .box-col-full  ul li .fa-check-circle {
	margin-right: 5px;
	font-size: 20px;
}


.kiralik-sunucu-page .container .server-wrapper .server-box:hover {
transform: scale(1.03);

}

.kiralik-sunucu-page .container .server-wrapper .server-box::before {
  position: absolute;
  content: "";
  top: 38px;
  left: 0;
  width: 9px;
  height: 45px;
  border-radius: 0 10px 10px 0;
  background-color: #4CAF50;
}

.kiralik-sunucu-page .container .server-wrapper .server-box .box-col {
  border-right: 1px solid #F1F1F1;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kiralik-sunucu-page .container .server-wrapper .server-box .box-col span {
  font-size: 13px;
  color: #213A5B;
  font-weight: 700;
}

.kiralik-sunucu-page .container .server-wrapper .server-box .box-col .primary-btn {
  width: 112px;
  height: 37px;
}

.kiralik-sunucu-page .container .server-wrapper .server-box .box-col .tukendi {
  width: 112px;
  height: 39px;
  background-color: #213A5B;
  color: #fff;
  font-weight: 700;
  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: 16px;
  pointer-events: none;
}

.kiralik-sunucu-page .container .server-wrapper .server-box .box-col .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.kiralik-sunucu-page .container .server-wrapper .server-box .box-col .price b {
  font-size: 21px;
  font-weight: 700;
  color: #4CAF50;
}

.kiralik-sunucu-page .container .server-wrapper .server-box .box-col .price span {
  font-size: 12px;
  font-weight: 600;
  color: #213A5B;
}

.kiralik-sunucu-page .container .server-wrapper .server-box .box-col p {
  font-weight: 600;
}

.kiralik-sunucu-page .container .server-wrapper .server-box .box-col img {
  max-width: 50px;
  height: auto;
  margin-bottom: 4px;
}

.kiralik-sunucu-page .container .server-wrapper .server-box .box-col:last-child {
  border-right: 0;
}


.kiralik-sunucu-page .container .server-wrapper .server-box .box-col:nth-child(8) {
  border-right: 0;
}

.kiralik-sunucu-page .container .server-specs {
  margin: 40px 0;
}

.kiralik-sunucu-page .container .server-specs .spec-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: 40px 0;
}

.kiralik-sunucu-page .container .server-specs .spec-wrapper .spec {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kiralik-sunucu-page .container .server-specs .spec-wrapper .spec img {
  max-width: 55px;
  height: auto;
  margin-right: 12px;
}

.kiralik-sunucu-page .container .server-specs .spec-wrapper .spec .detail {
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.kiralik-sunucu-page .container .server-specs .spec-wrapper .spec .detail span {
  font-size: 20px;
  font-weight: 600;
  color: #213A5B;
}

.kiralik-sunucu-page .container .server-specs .spec-wrapper .spec .detail span b {
  color: #192E4A;
  font-weight: 700;
}

.kiralik-sunucu-page .container .server-specs .spec-wrapper .spec .detail p {
  font-size: 15px;
}

.gallery {
  padding: 40px 0;
  background-color: #E8EDF3;
}

.gallery .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;
}

.gallery .box-wrapper .box-item {
  width: 366px;
  height: 130px;
  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;
}

.gallery .box-wrapper .box-item:hover img {
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery .box-wrapper .box-item:hover .overlay {
  -webkit-transition: .4s all;
  transition: .4s all;
  opacity: 1;
}

.gallery .box-wrapper .box-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery .box-wrapper .box-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(33, 58, 91, 0.8);
  opacity: 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;
}

.gallery .box-wrapper .box-item .overlay .zoom {
  width: 61px;
  height: 61px;
  background-color: #4CAF50;
  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;
  border: none;
  cursor: pointer;
}

.gallery .box-wrapper .box-item .overlay .zoom img {
  max-width: 28px;
  height: auto;
}

.faq-section {
  margin: 40px 0;
}

.faq-section .accordion {
  width: 100%;
  margin-top: 20px;
}

.faq-section .accordion .title {
  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;
  width: 100%;
  height: 54px;
  border-radius: 10px;
  background-color: #213A5B;
  color: #fff;
  cursor: pointer;
}

.faq-section .accordion .title.active {
  background-color: #58C15C;
}

.faq-section .accordion .title.active span {
  background-color: #4CAF50;
}

.faq-section .accordion .title p {
  padding-left: 15px;
  font-size: 18px;
}

.faq-section .accordion .title span {
  width: 70px;
  font-size: 16px;
  background-color: #192E4A;
  height: 54px;
  border-radius: 0 10px 10px 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;
}

.faq-section .accordion .title span .fa-minus {
  display: none;
}

.faq-section .accordion .panel {
  padding: 20px;
  font-size: 14px;
  display: none;
}

.sunucu-barindirma-page {
  margin: 40px 0 60px 0;
  z-index: 4;
}

.sunucu-barindirma-page .container .server-specs {
  margin: 40px 0;
}

.sunucu-barindirma-page .container .server-specs .spec-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: 40px 0;
}

.sunucu-barindirma-page .container .server-specs .spec-wrapper .spec {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sunucu-barindirma-page .container .server-specs .spec-wrapper .spec img {
  max-width: 55px;
  height: auto;
  margin-right: 12px;
}

.sunucu-barindirma-page .container .server-specs .spec-wrapper .spec .detail {
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sunucu-barindirma-page .container .server-specs .spec-wrapper .spec .detail span {
  font-size: 20px;
  font-weight: 600;
  color: #213A5B;
}

.sunucu-barindirma-page .container .server-specs .spec-wrapper .spec .detail span b {
  color: #192E4A;
  font-weight: 700;
}

.sunucu-barindirma-page .container .server-specs .spec-wrapper .spec .detail p {
  font-size: 15px;
}

.sunucu-barindirma-page .container .server-table {
  width: 100%;
  margin: -70px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sunucu-barindirma-page .container .server-table .table-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.sunucu-barindirma-page .container .server-table .table-col .col-btn {
  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-top: 15px;
}

.sunucu-barindirma-page .container .server-table .table-col .col-btn .primary-btn {
  width: 112px;
  height: 37px;
}

.sunucu-barindirma-page .container .server-table .table-col:nth-child(2)::after {
  content: "";
  width: 1px;
  border-left: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  height: 100%;
  border: 1px solid #213A5B;
  border-style: dashed;
  position: absolute;
  right: 0;
  top: 0;
}

.sunucu-barindirma-page .container .server-table .table-col:nth-child(3)::after {
  content: "";
  width: 1px;
  border-left: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  height: 100%;
  border: 1px solid #213A5B;
  border-style: dashed;
  position: absolute;
  right: 0;
  top: 0;
}

.sunucu-barindirma-page .container .server-table .table-col:nth-child(4)::after {
  content: "";
  width: 1px;
  border-left: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  height: 100%;
  border: 1px solid #213A5B;
  border-style: dashed;
  position: absolute;
  right: 0;
  top: 0;
}

.sunucu-barindirma-page .container .server-table .table-col:first-child .head {
  border-radius: 10px 0 0 0;
}

.sunucu-barindirma-page .container .server-table .table-col:first-child ul li:last-child {
  border-radius: 0 0 0 10px;
}

.sunucu-barindirma-page .container .server-table .table-col:last-child .head {
  border-radius: 0 10px 0 0;
}

.sunucu-barindirma-page .container .server-table .table-col:last-child ul li:last-child {
  border-radius: 0 0 10px 0;
}

.sunucu-barindirma-page .container .server-table .table-col .head {
  height: 82px;
  background-color: #fff;
  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;
}

.sunucu-barindirma-page .container .server-table .table-col .head > img {
  margin-top: -40px;
}

.sunucu-barindirma-page .container .server-table .table-col .head > span {
  font-weight: 700;
  color: #213A5B;
  font-size: 14px;
  margin-top: 5px;
}

.sunucu-barindirma-page .container .server-table .table-col .head .banner-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sunucu-barindirma-page .container .server-table .table-col .head .banner-switch b {
  margin: 0 8px;
  font-size: 15px;
}

.sunucu-barindirma-page .container .server-table .table-col .title {
  width: 100%;
  height: 43px;
  font-size: 18px;
  background-color: #4CAF50;
  display: none;
  -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;
}

.sunucu-barindirma-page .container .server-table .table-col .title.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sunucu-barindirma-page .container .server-table .table-col .price-second {
  display: none;
}

.sunucu-barindirma-page .container .server-table .table-col ul li {
  width: 100%;
  height: 43px;
  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;
  font-weight: 600;
}

.sunucu-barindirma-page .container .server-table .table-col ul li:nth-child(even) {
  background-color: #EEF3F9;
}

.sunucu-barindirma-page .container .server-specs .spec-wrapper .spec {
  -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;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F4F7FC));
  background-image: linear-gradient(to bottom, #fff, #F4F7FC);
}

.sunucu-barindirma-page .container .server-specs .spec-wrapper .spec img {
  margin-bottom: 10px;
}

.sunucu-barindirma-page .container .server-specs .spec-wrapper .spec span {
  width: 100%;
}

.server-specs {
  margin: 40px 0;
}

.server-specs .spec-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: 40px 0;
}

.server-specs .spec-wrapper .spec {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.server-specs .spec-wrapper .spec img {
  max-width: 55px;
  height: auto;
  margin-right: 12px;
}

.server-specs .spec-wrapper .spec .detail {
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.server-specs .spec-wrapper .spec .detail span {
  font-size: 20px;
  font-weight: 600;
  color: #213A5B;
}

.server-specs .spec-wrapper .spec .detail span b {
  color: #192E4A;
  font-weight: 700;
}

.server-specs .spec-wrapper .spec .detail p {
  font-size: 15px;
}

.licence-page {
  margin: -45px 0 60px 0;
  z-index: 4;
}

.licence-page .container .licence-table {
  width: 100%;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  overflow: hidden;
}

.licence-page .container .licence-table .table-buttons {
  width: 100%;
  height: 66px;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  border-bottom: 6px solid #EEF3F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.licence-page .container .licence-table .table-buttons .tab-btn {
  -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;
  cursor: pointer;
}

.licence-page .container .licence-table .table-buttons .tab-btn.active {
  background-color: #EEF3F9;
}

.licence-page .container .licence-table .table-buttons .tab-btn:hover {
  background-color: #EEF3F9;
}

.licence-page .container .licence-table .table-tabs {
  padding: 25px 20px;
  background-color: #fff;
}

.licence-page .container .licence-table .table-tabs .licence-tab {
  width: 100%;
  display: none;
}

.licence-page .container .licence-table .table-tabs .licence-tab.show-tab {
  display: block;
}

.licence-page .container .licence-table .table-tabs .licence-tab .licence-box {
  padding: 17px 30px 17px 15px;
  border: 1px solid #EBE8E8;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  margin-bottom: 25px;
}

.licence-page .container .licence-table .table-tabs .licence-tab .licence-box .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}

.licence-page .container .licence-table .table-tabs .licence-tab .licence-box .detail {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.licence-page .container .licence-table .table-tabs .licence-tab .licence-box .detail span {
  font-size: 20px;
  color: #213A5B;
  font-weight: 600;
}

.licence-page .container .licence-table .table-tabs .licence-tab .licence-box .detail span b {
  color: #192E4A;
  font-weight: 700;
}

.licence-page .container .licence-table .table-tabs .licence-tab .licence-box .detail p {
  color: #371717;
  font-size: 15px;
}

.licence-page .container .licence-table .table-tabs .licence-tab .licence-box .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
}

.licence-page .container .licence-table .table-tabs .licence-tab .licence-box .col span {
  font-size: 15px;
  color: #213A5B;
  font-weight: 600;
}

.licence-page .container .licence-table .table-tabs .licence-tab .licence-box .col b.price {
  font-size: 20px;
  color: #4CAF50;
  font-weight: 700;
}

.licence-page .container .licence-table .table-tabs .licence-tab .licence-box .col b.period {
  font-size: 20px;
  color: #192E4A;
  font-weight: 700;
}

.licence-page .container .licence-table .table-tabs .licence-tab .licence-box .col .primary-btn {
  width: 112px;
  height: 37px;
}

.licence-page .container .server-specs .spec-wrapper .spec {
  -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;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F4F7FC));
  background-image: linear-gradient(to bottom, #fff, #F4F7FC);
}

.licence-page .container .server-specs .spec-wrapper .spec img {
  margin-bottom: 10px;
}

.licence-page .container .server-specs .spec-wrapper .spec span {
  width: 100%;
}

.licence-page .blog-posts {
  padding: 40px 0;
  background-color: #E8EDF3;
}

.licence-page .blog-posts .container .post-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.licence-page .blog-posts .container .post-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.licence-page .blog-posts .container .post-box.reverse .post-img {
  border-left: 0;
  border-right: 10px solid #4CAF50;
  border-radius: 100px 0 100px 0;
  margin-right: 0;
  margin-left: 50px;
}

.licence-page .blog-posts .container .post-box.reverse .post-detail {
  text-align: end;
}

.licence-page .blog-posts .container .post-box.reverse .post-detail h2 {
  padding-left: 0;
  padding-right: 20px;
}

.licence-page .blog-posts .container .post-box.reverse .post-detail h2 img {
  position: absolute;
  top: 22px;
  left: 99%;
  z-index: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.licence-page .blog-posts .container .post-box.reverse .post-detail p {
  padding-left: 0px;
  padding-right: 20px;
  border-right: 1px solid #4CAF50;
  border-right-style: dashed;
  border-left: 0;
}

.licence-page .blog-posts .container .post-box .post-img {
  min-width: 359px;
  min-height: 318px;
  max-width: 359px;
  max-height: 318px;
  border-radius: 0px 100px 0px 100px;
  border-left: 10px solid #4CAF50;
  padding: 0 !important;
  overflow: hidden;
  margin-right: 50px;
  z-index: 3;
}

.licence-page .blog-posts .container .post-box .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.licence-page .blog-posts .container .post-box .post-detail h2 {
  font-size: 35px;
  font-weight: 600;
  color: #213A5B;
  padding-left: 20px;
  position: relative;
}

.licence-page .blog-posts .container .post-box .post-detail h2 img {
  position: absolute;
  top: 22px;
  left: -19%;
  z-index: 0;
}

.licence-page .blog-posts .container .post-box .post-detail h2 b {
  font-weight: 700;
  color: #192E4A;
}

.licence-page .blog-posts .container .post-box .post-detail p {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 400;
  color: #371717;
  padding-left: 20px;
  border-left: 1px solid #4CAF50;
  border-left-style: dashed;
}

.mobile-menu-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(33, 58, 91, 0.8);
  opacity: 0;
  pointer-events: none;
  z-index: 9997;
}

.mobile-menu-bg.show {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.mobile-menu {
  width: 260px;
  height: 100%;
  background-color: #F4F7FC;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: .3s all;
  transition: .3s all;
  z-index: 99998;
}

.mobile-menu.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.mobile-menu ul > li > a {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #636363;
}

.mobile-menu ul > li > a svg {
  margin-right: 5px;
}

.mobile-menu ul > li > a .fa-chevron-down {
  margin-left: auto;
}

.mobile-menu ul > li > a .fa-chevron-down.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-menu ul > li:nth-child(even) {
  background-color: #EEF3F9;
}

.mobile-menu ul > li .sub-menu {
  width: 100%;
  height: auto;
  background-color: #4CAF50;
  display: none;
}

.mobile-menu ul > li .sub-menu a {
  height: 32px;
  width: 100%;
  padding-left: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #49A14D;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.mobile-menu ul > li .sub-menu a:last-child {
  border-bottom: 0;
}

.mobile-menu .social-buttons {
  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: 25px 0;
}

.mobile-menu .social-buttons a {
  width: 40px;
  height: 40px;
  border-radius: 20%;
  background-color: #192E4A;
  color: #F4F7FC;
  font-size: 20px;
  margin: 0 4px;
  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;
}

.web-tasarim-page {
  margin-top: -90px;
  z-index: 4;
  margin-bottom: 60px;
}

.web-tasarim-page .container .contact-banner {
  width: 100%;
  margin-top: 30px;
  min-height: 244px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  overflow: hidden;
}

.web-tasarim-page .container .contact-banner .left {
  width: 50%;
  overflow: hidden;
  border-bottom: 4px solid #213A5B;
}

.web-tasarim-page .container .contact-banner .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.web-tasarim-page .container .contact-banner .right {
  width: 50%;
  background-color: #fff;
  border-bottom: 4px solid #4CAF50;
  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;
  padding: 21px;
}

.web-tasarim-page .container .contact-banner .right h2 {
  font-size: 25px;
  font-weight: 700;
  color: #213A5B;
  margin-bottom: 15px;
}

.web-tasarim-page .container .contact-banner .right p {
  margin-bottom: 20px;
  font-size: 15px;
}

.web-tasarim-page .container .contact-banner .right a {
  width: 272px;
}

.web-tasarim-page .container .server-specs .spec-wrapper .spec {
  -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;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F4F7FC));
  background-image: linear-gradient(to bottom, #fff, #F4F7FC);
}

.web-tasarim-page .container .server-specs .spec-wrapper .spec img {
  margin-bottom: 10px;
}

.web-tasarim-page .container .server-specs .spec-wrapper .spec span {
  width: 100%;
}

.web-tasarim-page .page-mid-banner {
  width: 100%;
  padding: 20px 0;
  background-color: #EEF2F7;
  margin-bottom: 30px;
}

.web-tasarim-page .page-mid-banner.reverse {
  background-color: #F4F7FC;
}

.web-tasarim-page .page-mid-banner.reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.web-tasarim-page .page-mid-banner.reverse .container .detail {
  margin-left: 0;
  margin-right: 44px;
}

.web-tasarim-page .page-mid-banner.reverse .detail {
  text-align: left;
}

.web-tasarim-page .page-mid-banner.blue-bg {
  background-image: radial-gradient(at top right, #486C9C, #213A5B);
  padding: 0;
}

.web-tasarim-page .page-mid-banner.blue-bg .container img {
  height: 384px !important;
  width: auto;
}

.web-tasarim-page .page-mid-banner.blue-bg .container .detail {
  margin-left: 44px;
}

.web-tasarim-page .page-mid-banner.blue-bg .container .detail h2 {
  color: #fff;
}

.web-tasarim-page .page-mid-banner.blue-bg .container .detail h2 b {
  color: #fff;
}

.web-tasarim-page .page-mid-banner.blue-bg .container .detail p {
  color: #fff;
}

.web-tasarim-page .page-mid-banner.blue-bg .container .detail a {
  width: 272px;
  margin-top: 15px;
}

.web-tasarim-page .page-mid-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.web-tasarim-page .page-mid-banner .container .detail {
  margin-left: 44px;
}

.web-tasarim-page .page-mid-banner .container .detail h2 {
  font-size: 35px;
  font-weight: 600;
  color: #213A5B;
}

.web-tasarim-page .page-mid-banner .container .detail h2 b {
  font-weight: 700;
  color: #192E4A;
}

.web-tasarim-page .page-mid-banner .container .detail p {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 400;
  color: #371717;
}

.web-tasarim-page .gallery .container .box-wrapper .box-item .overlay {
  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;
}

.web-tasarim-page .gallery .container .box-wrapper .box-item .overlay span {
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
  font-size: 21px;
}

.web-tasarim-page .supported-systems {
  margin: 40px 0;
}

.web-tasarim-page .supported-systems .system-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.web-tasarim-page .supported-systems .system-wrapper a {
  width: 146px;
  height: 54px;
  border-radius: 5px;
  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;
  margin-right: 11px;
  font-size: 18px;
  color: #213A5B;
  font-weight: 600;
}

.web-tasarim-page .supported-systems .system-wrapper a:hover {
  background-color: #4CAF50;
  color: #fff;
}

.web-tasarim-page .supported-systems .system-wrapper a span {
  font-size: 14px;
  margin-right: 4px;
}

.web-tasarim-page .supported-systems .system-wrapper a:last-child {
  margin-right: 0;
}

.web-tasarim-page .with-button .spec {
  position: relative;
}

.web-tasarim-page .with-button .spec:hover {
  -webkit-transition: .3s all;
  transition: .3s all;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(#F4F7FC)) !important;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), #F4F7FC) !important;
}

.web-tasarim-page .with-button .spec:hover span {
  opacity: 0.3;
}

.web-tasarim-page .with-button .spec:hover > img {
  opacity: 0.3;
}

.web-tasarim-page .with-button .spec:hover a {
  opacity: 1 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: all;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.web-tasarim-page .with-button .spec a {
  position: absolute;
  width: 245px;
  height: 46px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#365782), color-stop(#315078), color-stop(#2b486e), color-stop(#264165), to(#213a5b));
  background-image: linear-gradient(to bottom, #365782, #315078, #2b486e, #264165, #213a5b);
  color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
  font-size: 15px;
  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: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  opacity: 0;
  pointer-events: none;
}

.web-tasarim-page .with-button .spec a img {
  margin-left: 5px;
  margin-top: 15px;
}

.web-tasarim-page .extra {
  margin-bottom: 40px;
}

.web-tasarim-page .extra .extra-box-wrapper {
  margin-top: 40px;
}

.web-tasarim-page .extra .extra-box-wrapper .box {
  width: 100%;
  min-height: 60px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.web-tasarim-page .extra .extra-box-wrapper .box svg {
  margin-right: 15px;
  min-width: 32px;
  min-height: 32px;
}

.web-tasarim-page .extra .extra-box-wrapper .box p {
  font-size: 16px;
  color: #213A5B;
  font-weight: 600;
}

.web-tasarim-page .post-wrapper {
  width: 100%;
  margin: 40px 0;
}

.web-tasarim-page .post-wrapper .optimization-post {
  background-color: #EEF2F7;
  padding: 45px 0;
}

.web-tasarim-page .post-wrapper .optimization-post.reverse {
  background-color: transparent;
}

.web-tasarim-page .post-wrapper .optimization-post.reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.web-tasarim-page .post-wrapper .optimization-post.reverse .container .detail {
  margin-left: 0;
  margin-right: 62px;
  text-align: end;
}

.web-tasarim-page .post-wrapper .optimization-post.reverse .container .detail span {
  right: -32px;
}

.web-tasarim-page .post-wrapper .optimization-post .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.web-tasarim-page .post-wrapper .optimization-post .container .img-box {
  width: 399px;
  height: 206px;
  border-radius: 10px;
  overflow: hidden;
}

.web-tasarim-page .post-wrapper .optimization-post .container .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.web-tasarim-page .post-wrapper .optimization-post .container .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 62px;
  position: relative;
}

.web-tasarim-page .post-wrapper .optimization-post .container .detail span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -32px;
}

.web-tasarim-page .post-wrapper .optimization-post .container .detail h2 {
  font-size: 35px;
  font-weight: 600;
  color: #213A5B;
}

.web-tasarim-page .post-wrapper .optimization-post .container .detail h2 b {
  font-weight: 700;
  color: #192E4A;
}

.web-tasarim-page .post-wrapper .optimization-post .container .detail p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #371717;
}

.web-tasarim-page .blog-posts {
  padding: 40px 0;
  background-color: #E8EDF3;
}

.web-tasarim-page .blog-posts .container .post-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.web-tasarim-page .blog-posts .container .post-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.web-tasarim-page .blog-posts .container .post-box.reverse .post-img {
  border-left: 0;
  border-right: 10px solid #4CAF50;
  border-radius: 0 100px 100px 0;
  margin-right: 0;
  margin-left: 50px;
}

.web-tasarim-page .blog-posts .container .post-box.reverse .post-detail {
  text-align: end;
}

.web-tasarim-page .blog-posts .container .post-box.reverse .post-detail h2 {
  padding-left: 0;
  padding-right: 20px;
}

.web-tasarim-page .blog-posts .container .post-box.reverse .post-detail h2 img {
  position: absolute;
  top: 22px;
  left: 99%;
  z-index: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.web-tasarim-page .blog-posts .container .post-box.reverse .post-detail p {
  padding-left: 0px;
  padding-right: 20px;
  border-right: 1px solid #4CAF50;
  border-right-style: dashed;
  border-left: 0;
}

.web-tasarim-page .blog-posts .container .post-box .post-img {
  min-width: 359px;
  min-height: 318px;
  max-width: 359px;
  max-height: 318px;
  border-radius: 100px 0 0 100px;
  border-left: 10px solid #4CAF50;
  padding: 0 !important;
  overflow: hidden;
  margin-right: 50px;
  z-index: 3;
}

.web-tasarim-page .blog-posts .container .post-box .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.web-tasarim-page .blog-posts .container .post-box .post-detail h2 {
  font-size: 35px;
  font-weight: 600;
  color: #213A5B;
  padding-left: 20px;
  position: relative;
}

.web-tasarim-page .blog-posts .container .post-box .post-detail h2 img {
  position: absolute;
  top: 22px;
  left: -19%;
  z-index: 0;
}

.web-tasarim-page .blog-posts .container .post-box .post-detail h2 b {
  font-weight: 700;
  color: #192E4A;
}

.web-tasarim-page .blog-posts .container .post-box .post-detail p {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 400;
  color: #371717;
  padding-left: 20px;
  border-left: 1px solid #4CAF50;
  border-left-style: dashed;
}

.price-list {
  margin: 40px 0 60px 0;
}

.price-list .container .prices {
  border-collapse: collapse;
  width: 100%;
  margin: 40px 0;
}

.price-list .container .prices td {
  height: 40px;
  font-size: 17px;
  font-weight: 600;
  color: #371717;
  text-align: center;
}

.price-list .container .prices td:first-child {
  padding-left: 36px;
}

.price-list .container .prices tr {
  background-color: #fff;
}

.price-list .container .prices tr:nth-child(even) {
  background-color: #2b426142;
}

.price-list .container .prices th {
  height: 51px;
  text-align: left;
  background-color: #213A5B;
  color: white;
  font-size: 17px;
  text-align: center;
  font-family: 'Titillium Web';
}

.price-list .container .prices th:first-child {
  padding-left: 36px;
  border-radius: 10px 0 0 0;
}

.price-list .container .prices th:last-child {
  border-radius: 0 10px 0 0;
}

.spec {
  -webkit-transition: .3s all !important;
  transition: .3s all !important;
}

.spec:hover {
  -webkit-transform: translateY(-7px) !important;
          transform: translateY(-7px) !important;
}

.hosting-page {
  margin-top: -60px;
  z-index: 4;
  margin-bottom: 60px;
}

.hosting-page .container .banner-specs {
  -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;
}

.hosting-page .container .banner-specs .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hosting-page .container .banner-specs .row .spec-box {
  width: 103px;
  height: 103px;
  -webkit-box-shadow: 0px 0px 6px rgba(33, 58, 91, 0.98);
          box-shadow: 0px 0px 6px rgba(33, 58, 91, 0.98);
  background: -webkit-gradient(linear, left top, left bottom, from(#365782), color-stop(#315078), color-stop(#2b486e), color-stop(#264165), to(#213a5b));
  background: linear-gradient(to bottom, #365782, #315078, #2b486e, #264165, #213a5b);
  margin: 7px;
  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;
  text-align: center;
}

.hosting-page .container .banner-specs .row .spec-box img {
  max-width: 30px;
  margin-bottom: 10px;
}

.hosting-page .container .banner-specs .row .spec-box span {
  color: #fff;
  line-height: 1.2;
}

.hosting-page .container .banner-specs .row .spec-box:hover {
  background: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#72bf75));
  background: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
}

.hosting-page .container .banner-specs .row:first-child .spec-box:first-child {
  border-radius: 5px 25px 5px 25px;
}

.hosting-page .container .banner-specs .row:first-child .spec-box:last-child {
  border-radius: 25px 5px 25px 5px;
}

.hosting-page .container .banner-specs .row:last-child .spec-box:first-child {
  border-radius: 25px 5px 25px 5px;
}

.hosting-page .container .banner-specs .row:last-child .spec-box:last-child {
  border-radius: 5px 25px 5px 25px;
}

.hosting-page .hosting-page-tab {
  margin: 40px 0;
}

.hosting-page .hosting-page-tab .hosting-item .head strong {
  color: #fff !important;
}

.hosting-page .hosting-page-tab .hosting-item .head span {
  color: #fff !important;
}

.hosting-page .hosting-page-tab .hosting-item .head span b {
  color: #fff !important;
}

.hosting-page .hosting-page-tab .hosting-item:first-child .head {
  background-image: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#72bf75));
  background-image: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
}

.hosting-page .hosting-page-tab .hosting-item:nth-child(2) .head {
  background-image: -webkit-gradient(linear, left top, right top, from(#BD95EB), to(#D1B0F6));
  background-image: linear-gradient(to right, #BD95EB, #D1B0F6);
  border-bottom-color: #BD95EB;
}

.hosting-page .hosting-page-tab .hosting-item:nth-child(3) .head {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF7B9F), to(#FF9CB7));
  background-image: linear-gradient(to right, #FF7B9F, #FF9CB7);
  border-bottom-color: #FF7B9F;
}

.hosting-page .hosting-page-tab .hosting-item:last-child .head {
  background-image: -webkit-gradient(linear, left top, right top, from(#8ACB8D), to(#A4E2A7));
  background-image: linear-gradient(to right, #8ACB8D, #A4E2A7);
  border-bottom-color: #8ACB8D;
}

.hosting-page .hosting-page-tab-area {
  background-color: #E8EDF3;
  padding: 40px 0;
}

.hosting-page .hosting-page-tab-area .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hosting-page .hosting-page-tab-area .tab-buttons a {
  width: 295px;
  height: 50px;
  border-radius: 10px;
  background-color: #213A5B;
  margin-right: 20px;
  font-size: 20px;
  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;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.hosting-page .hosting-page-tab-area .tab-buttons a::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: 10;
}

.hosting-page .hosting-page-tab-area .tab-buttons a:hover::after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.hosting-page .hosting-page-tab-area .tab-buttons a img {
  margin-right: 10px;
}

.hosting-page .hosting-page-tab-area .tab-buttons a:last-child {
  margin-right: 0;
}

.hosting-page .hosting-page-tab-area .tab-buttons a:hover {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#72bf75)) !important;
  background-image: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75) !important;
}

.hosting-page .hosting-page-tab-area .tab-buttons a.active {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#72bf75)) !important;
  background-image: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75) !important;
}

.hosting-page .hosting-page-tab-area .tab-items {
  margin: 40px 0;
}

.hosting-page .hosting-page-tab-area .tab-items .tab {
  display: none;
  width: 100%;
}

.hosting-page .hosting-page-tab-area .tab-items .tab.show-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hosting-page .hosting-page-tab-area .tab-items .tab .tab-img {
  min-width: 380px;
  min-height: 316px;
  max-width: 380px;
  max-height: 316px;
  border-radius: 55px 10px 55px 10px;
  border-left: 10px solid #4CAF50;
  padding: 0 !important;
  overflow: hidden;
  margin-right: 30px;
  z-index: 3;
}

.hosting-page .hosting-page-tab-area .tab-items .tab .tab-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hosting-page .hosting-page-tab-area .tab-items .tab .tab-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hosting-page .hosting-page-tab-area .tab-items .tab .tab-detail .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  background-color: #213A5B;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.hosting-page .hosting-page-tab-area .tab-items .tab .tab-detail .head span {
  width: 50px;
  height: 50px;
  background-color: #192E4A;
  border-radius: 0 50px 50px 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;
}

.hosting-page .hosting-page-tab-area .tab-items .tab .tab-detail .head p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: 100%;
}

.hosting-page .hosting-page-tab-area .tab-items .tab .tab-detail ul {
  background-color: #fff;
  padding: 15px;
  border-radius: 0 0 10px 10px;
}

.hosting-page .hosting-page-tab-area .tab-items .tab .tab-detail ul li {
  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: 15px 0;
}

.hosting-page .hosting-page-tab-area .tab-items .tab .tab-detail ul li p {
  font-size: 16px;
}

.hosting-page .hosting-page-tab-area .tab-items .tab .tab-detail ul li span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #4CAF50;
  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: 10px;
}

.hosting-page .hosting-page-tab-area .tab-items .tab .tab-detail ul li span.ex {
  background-color: #C52259;
}

.hosting-page .hosting-page-tab-area .tab-items .tab .tab-detail ul li:first-child {
  padding-top: 0;
}

.hosting-page .hosting-page-tab-area .tab-items .tab .tab-detail ul li:last-child {
  padding-bottom: 0;
}

.hosting-page .fast-setup {
  margin: 40px 0;
}

.hosting-page .fast-setup .container .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}

.hosting-page .fast-setup .container .logo-wrapper .item {
  width: 200px;
  height: 74px;
  background-color: #fff;
  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;
  margin-right: 8px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.hosting-page .fast-setup .container .logo-wrapper .item:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.hosting-page .fast-setup .container .logo-wrapper .item:last-child {
  margin-right: 0;
}




.unique-features {
  margin: 50px 0;
}

.unique-features .list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.unique-features .list-wrap .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 0 15px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.unique-features .list-wrap .item:hover .icon {
  border-radius: 32px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.unique-features .list-wrap .item .icon {
  -webkit-transition: .2s all;
  transition: .2s all;
  width: 54px;
  height: 54px;
  font-size: 32px;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  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: #4CAF50;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
          box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 16px;
}

.unique-features .list-wrap .item .text {
  -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;
  margin-left: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.unique-features .list-wrap .item .text b {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  color: #3C4858;
}

.unique-features .list-wrap .item .text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #3C4858;
}

.tab-features {
  margin: 50px 0;
}

.tab-features .f-tab-buttons {
  margin: 50px 0;
  border-bottom: 1px solid #eaedf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-features .f-tab-buttons a {
  position: relative;
  padding: 15px 58px;
  color: #3C4858;
  border-radius: 0;
  height: 64px;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #eaedf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -1px;
  border-right: 0 !important;
}

.tab-features .f-tab-buttons a:hover {
  background-color: #58C15C;
  color: #fff;
  border: none;
  border: 1px solid transparent;
  transform: scale(1.05);
  z-index: 99;
}

.tab-features .f-tab-buttons a.active {
  background-color: #58C15C;
  color: #fff;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tab-features .f-tab-buttons a span {
  margin-right: 5px;
}

.tab-features .f-tab-buttons a:last-child {
  border-right: 1px solid #eaedf1;
}

.tab-features .f-tab-content .f-tab-wrap {
  display: none;
}

.tab-features .f-tab-content .f-tab-wrap.show-tab {
  display: block;
}

.tab-features .f-tab-content .f-tab-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-features .f-tab-content .f-tab-box .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
}

.tab-features .f-tab-content .f-tab-box .text h3 {
  margin-bottom: 20px;
  color: #3C4858;
  font-size: 24px;
}

.tab-features .f-tab-content .f-tab-box .text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #3C4858;
}

.tab-features .f-tab-content .f-tab-box .text ul {
  margin: 20px 0;
}

.tab-features .f-tab-content .f-tab-box .text ul li {
  padding: 2px 0;
  color: #3C4858;
  font-size: 17px;
}

.tab-features .f-tab-content .f-tab-box .text ul li .fa-check {
  color: #395b9a;
  padding-right: 4px;
}

.tab-features .f-tab-content .f-tab-box .image {
  max-width: 540px;
}

.tab-features .f-tab-content .f-tab-box .image img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.marka-tescil-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.marka-tescil-wrap .tescil-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.marka-tescil-wrap .tescil-content .name-input {
  margin-bottom: 20px;
  position: relative;
}

.marka-tescil-wrap .tescil-content .name-input input {
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  padding: 0 10px 0 35px;
  height: 50px;
  border: 1px solid #dddddd;
}

.tescil-content .name-input span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px;
	font-size: 17px;
	color: #bdbdbd;
}

.marka-tescil-wrap .tescil-content .classes-wrap {
  width: 100%;
}

.marka-tescil-wrap .tescil-content .classes-wrap ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.marka-tescil-wrap .tescil-content .classes-wrap ul li {
  width: 33%;
  padding: 0px !important;
  margin-bottom: 10px;
  position: relative;
  /*
          &::before {
            content: attr(data-content);
            position: absolute;
            background-color: #fff;
            z-index: 99;
            bottom: 130%;
            padding: 5px 10px;
            border-radius: 5px;
            box-shadow: 0px 0px 6px rgba(#000, 0.1);
            font-weight: 500;
            font-size: 14px;
            opacity: 0;
            pointer-events: none;
            transition: .3s all;
          }
          */
}

.marka-tescil-wrap .tescil-content .classes-wrap ul li .popup {
  display: block;
  width: 240px;
  position: absolute;
  background-color: #fff;
  z-index: 99;
  bottom: 130%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  border: 1px solid #ddd;
}

.marka-tescil-wrap .tescil-content .classes-wrap ul li .popup b {
  display: block;
  width: 100%;
  background-color: #eee;
  padding: 5px;
  border-radius: 5px 5px 0 0;
}

.marka-tescil-wrap .tescil-content .classes-wrap ul li .popup span {
  padding: 5px 10px;
  display: block;
}

.marka-tescil-wrap .tescil-content .classes-wrap ul li label .checkmark {
  border-radius: 5px;
  border-width: 1px;
  background-color: #fff;
}

.marka-tescil-wrap .tescil-content .classes-wrap ul li label input:checked ~ .checkmark {
  background-color: #4CAF50;
}

.marka-tescil-wrap .tescil-content .classes-wrap ul li:hover .popup {
  opacity: 1;
  pointer-events: all;
}

.marka-tescil-wrap .tescil-side {
  width: 290px;
  margin-left: 30px;
  position: relative;
}

.marka-tescil-wrap .tescil-side .side-box {
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 15px;
  position: sticky;
  top: 10px;
}

.marka-tescil-wrap .tescil-side .side-box > a {
  width: 100%;
  margin-top: 20px;
}

.marka-tescil-wrap .tescil-side .side-box > p {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.marka-tescil-wrap .tescil-side .side-box .sub-links {
  display: block;
  margin-top: 5px;
  color: #636363;
  font-weight: 500;
  font-size: 14px;
}

.marka-tescil-wrap .tescil-side .side-box .dark-hr {
  border: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
}

.marka-tescil-wrap .tescil-side .side-box .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.marka-tescil-wrap .tescil-side .side-box .item span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #213A5B;
  color: #ffff;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 35px;
}

.marka-tescil-wrap .tescil-side .side-box .item .value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 35px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  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;
}

.marka-tescil-wrap .tescil-side .side-box .item .value input {
  max-width: 100px;
  width: auto;
}

.marka-tescil-wrap .tescil-side .side-box .item .value small {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
}

.marka-table {
  width: 100%;
  margin: 50px 0;
}

.marka-table table {
  width: 100%;
}

.marka-table table thead tr th {
  background-color: #4CAF50;
  padding: 16px 24px !important;
  color: #fff;
  font-size: 15px;
}

.marka-table table tbody tr:nth-child(2n) td {
  background: #fff none repeat scroll 0 0;
}

.marka-table table tbody tr td {
  color: #192E4A;
  font-size: 14px;
  padding: 16px 24px !important;
  text-align: center;
}
.marka-table table tbody tr td:first-child {
	text-align: left;
}

.more-rows {
  display: none;
}

.show-more-rows {
  color: #213A5B;
  font-size: 14px;
}

.show-more-rows:hover {
  text-decoration: underline;
}

.all-pack-features {
  margin: 50px 0;
}

.all-pack-features ul {
  margin: 20px 0;
}

.all-pack-features ul li {
  position: relative;
  display: inline-block;
  width: 33%;
  padding: 5px 10px;
  padding-left: 24px !important;
  font-size: 17px;
}

.all-pack-features ul li span {
  color: #4CAF50;
  margin-right: 5px;
}

.table-col-info li {
  position: relative;
}

.table-col-info li span {
  position: absolute;
  right: 0px;
  font-size: 16px;
}

.table-col-info li span:hover::after {
  opacity: 1;
}
.table-col-info li span::after {
  content: attr(data-content);
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 99;
  font-size: 13px;
  position: absolute;
  left: 150%;
  width: 240px;
  opacity: 0;
  top: -100%;
  pointer-events: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.why-filo-rent {
  margin: 50px 0;
}

.why-list {
  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;
}

.why-list .box {
  width: 270px;
  height: 270px;
  border-radius: 5px;
  background-color: #fff;
  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;
  position: relative;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.why-list .box:hover {
  z-index: 999;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 10px 10px rgba(4, 5, 5, 0.2);
          box-shadow: 0px 10px 10px rgba(4, 5, 5, 0.2);
}

.why-list .box:hover::after {
  -webkit-transform: rotate(180deg) scale(0.5);
          transform: rotate(180deg) scale(0.5);
}

.why-list .box:last-child::after {
  display: none;
}

.why-list .box::after {
  content: url(https://www.voxnet.net.tr/demce-v4/images/arrow.png);
  position: absolute;
  right: -32%;
  z-index: 999;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: .2s all;
  transition: .2s all;
}

.why-list .box .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.why-list .box .icon {
  max-width: 130px;
}

.why-list .box p {
  font-size: 18px;
  font-weight: 600;
  max-width: 80%;
  text-align: center;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}


@media only screen and (max-width: 1100px) {


.hover-pop{
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
}

.hover-pop:hover::after {
	opacity: 1;
}

.hover-pop::after {
  content: attr(data-content);
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 999;
  font-size: 13px;
  position: absolute;
  right: -100% !important;
  left: auto;
  display: block;
  width: 200px;
  opacity: 0;
  top: -280% !important;
  transition: .3s all;
}


	 .item-check {
    cursor: pointer;
    min-width: 48%;
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
    color: #213A5B;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .item-check:hover .popup {
    opacity: 1;
  }
  .item-check .popup {
    left: 0;
    max-width: 165px;
  }
  .item-check > span {
    margin-right: 10px;
    font-size: 24px;
    color: #4CAF50;
  }

  .why-list {
    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;
  }
  .why-list .box {
    width: 100%;
    height: 270px;
    border-radius: 5px;
    background-color: #fff;
    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;
    position: relative;
    -webkit-transition: .2s all;
    transition: .2s all;
    margin-bottom: 20px;
  }
  .why-list .box:hover {
    z-index: 999;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-box-shadow: 0px 10px 10px rgba(4, 5, 5, 0.2);
            box-shadow: 0px 10px 10px rgba(4, 5, 5, 0.2);
  }
  .why-list .box:hover::after {
    -webkit-transform: rotate(180deg) scale(0.5);
            transform: rotate(180deg) scale(0.5);
  }
  .why-list .box:last-child::after {
    display: none;
  }
  .why-list .box::after {
    content: url(../images/arrow.png);
    position: absolute;
    right: auto;
    bottom: -32%;
    z-index: 999;
    -webkit-transform: scale(0.5) rotate(90deg);
            transform: scale(0.5) rotate(90deg);
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .why-list .box .bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .why-list .box .icon {
    max-width: 130px;
  }
  .why-list .box p {
    font-size: 18px;
    font-weight: 600;
    max-width: 80%;
    text-align: center;
  }
  .table-col-info li {
    position: relative;
  }
  .table-col-info li span {
    position: static;
    right: none;
    margin-left: 20px;
    font-size: 16px;
  }
  .table-col-info li span:hover::after {
    opacity: 1;
  }
  .table-col-info li span::after {
    content: attr(data-content);
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 99;
    font-size: 13px;
    position: absolute;
    left: 20%;
    width: 240px;
    opacity: 0;
    top: -120%;
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  .all-pack-features {
    margin: 50px 0;
  }
  .all-pack-features ul {
    margin: 20px 0;
  }
  .all-pack-features ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    padding-left: 24px !important;
    font-size: 17px;
  }
  .all-pack-features ul li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    background: url(https://uzmanposta.com/assets/img/icon/check_64.png);
    background-size: 18px;
    width: 18px;
    height: 18px;
  }
  .unique-features {
    margin: 50px 0;
  }
  .unique-features .list-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .unique-features .list-wrap .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    padding: 0 15px;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .unique-features .list-wrap .item:hover .icon {
    border-radius: 32px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .unique-features .list-wrap .item .icon {
    -webkit-transition: .2s all;
    transition: .2s all;
    width: 54px;
    height: 54px;
    font-size: 32px;
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    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: #4CAF50;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
            box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 16px;
  }
  .unique-features .list-wrap .item .text {
    -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;
    margin-left: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .unique-features .list-wrap .item .text b {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    color: #3C4858;
  }
  .unique-features .list-wrap .item .text p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.4;
    color: #3C4858;
  }
  .tab-features {
    margin: 50px 0;
  }
  .tab-features .f-tab-buttons {
    margin: 50px 0;
    border-bottom: 1px solid #eaedf1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }
  .tab-features .f-tab-buttons a {
    width: 100%;
    position: relative;
    padding: 15px 20px;
    color: #3C4858;
    border-radius: 0;
    height: 64px;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #eaedf1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -1px;
    border-right: 0 !important;
  }
  .tab-features .f-tab-buttons a:hover {
    background-color: #58C15C;
    color: #fff;
    font-weight: 600;
    border: none;
    border: 1px solid transparent;
  }
  .tab-features .f-tab-buttons a.active {
    background-color: #58C15C;
    color: #fff;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 0;
  }
  .tab-features .f-tab-buttons a span {
    margin-right: 5px;
  }
  .tab-features .f-tab-buttons a:last-child {
    border-right: 1px solid #eaedf1;
  }
  .tab-features .f-tab-content .f-tab-wrap {
    display: none;
  }
  .tab-features .f-tab-content .f-tab-wrap.show-tab {
    display: block;
  }
  .tab-features .f-tab-content .f-tab-box {
    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;
  }
  .tab-features .f-tab-content .f-tab-box .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 0px;
  }
  .tab-features .f-tab-content .f-tab-box .text h3 {
    margin-bottom: 20px;
    color: #3C4858;
    font-size: 24px;
  }
  .tab-features .f-tab-content .f-tab-box .text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #3C4858;
  }
  .tab-features .f-tab-content .f-tab-box .text ul {
    margin: 20px 0;
  }
  .tab-features .f-tab-content .f-tab-box .text ul li {
    padding: 2px 0;
    color: #3C4858;
    font-size: 17px;
  }
  .tab-features .f-tab-content .f-tab-box .text ul li .fa-check {
    color: #395b9a;
    padding-right: 4px;
  }
  .tab-features .f-tab-content .f-tab-box .image {
    max-width: 540px;
    margin-top: 30px;
  }
  .tab-features .f-tab-content .f-tab-box .image img {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
  }
  .marka-table {
    width: 100%;
    margin: 50px 0;
  }
  .marka-table table {
    width: 100%;
  }
  .marka-table table thead tr th {
    background-color: #4CAF50;
    padding: 6px 10px !important;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
  }
  .marka-table table tbody tr:nth-child(2n) td {
    background: #fff none repeat scroll 0 0;
  }
  .marka-table table tbody tr td {
    color: #192E4A;
    font-size: 13px;
    padding: 6px 10px !important;
  }
  .marka-tescil-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .marka-tescil-wrap .tescil-content .classes-wrap ul li {
    width: 48%;
  }
  .marka-tescil-wrap .tescil-side {
    width: 100%;
    margin-left: 0px;
  }
  .marka-tescil-wrap .tescil-side .side-box {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 15px;
  }
  .marka-tescil-wrap .tescil-side .side-box > a {
    width: 100%;
    margin-top: 20px;
  }
  .marka-tescil-wrap .tescil-side .side-box > p {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
  }
  .marka-tescil-wrap .tescil-side .side-box .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }
  .marka-tescil-wrap .tescil-side .side-box .item span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #213A5B;
    color: #ffff;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 35px;
  }
  .marka-tescil-wrap .tescil-side .side-box .item .value {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 35px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    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;
  }
  .marka-tescil-wrap .tescil-side .side-box .item .value input {
    max-width: 100px;
    width: auto;
  }
  .marka-tescil-wrap .tescil-side .side-box .item .value small {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
  }


  .check-li .popup {
	  left: 0;
	  max-width: 165px;
  }



  .marka-modal {
    width: 95% !important;
  }

}




.marka-modal-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9995 !important;
  -webkit-transition: .3s all;
  transition: .3s all;
  opacity: 0;
  pointer-events: none;
}

.marka-modal-bg.show {
  opacity: 1;
  pointer-events: all;
}

.marka-modal {
  max-width: 845px;
  width: 100%;
  overflow-y: auto;
  max-height: 80vh;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
  z-index: 99999 !important;
  background-color: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
  opacity: 0;
  pointer-events: none;
}

.marka-modal.show {
  opacity: 1;
  pointer-events: all;
}

.marka-modal .head {
  width: 100%;
  height: 45px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  color: #fff;
  background-color: #213A5B;
  position: sticky;
  top: 0;
}

.marka-modal .head span {
  cursor: pointer;
}

.marka-modal .faq-section .accordion {
  width: 95%;
  margin-left: 2.5%;
}

.marka-modal .faq-section .accordion .title {
  border-radius: 0;
  background-color: #ddd;
  color: #333;
}

.marka-modal .faq-section .accordion .title.active {
  background-color: #58C15C;
  color: #fff;
}

.marka-modal .faq-section .accordion .title.active span {
  background-color: #4CAF50;
}

.marka-modal .faq-section .accordion .title span {
  background-color: #ccc;
  border-radius: 0;
}




.item-check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item-check {
  cursor: pointer;
  width: 33%;
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
  color: #213A5B;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-check:hover .popup {
  opacity: 1;
}

.item-check .popup {
  display: block;
  width: 240px;
  position: absolute;
  background-color: #fff;
  z-index: 99;
  bottom: 130%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  border: 1px solid #ddd;
}

.item-check .popup b {
  display: block;
  width: 100%;
  background-color: #eee;
  padding: 5px;
  border-radius: 5px 5px 0 0;
}

.item-check .popup small {
  padding: 5px 10px;
  display: block;
  font-size: 13px;
}

.item-check > span {
  margin-right: 10px;
  font-size: 24px;
  color: #4CAF50;
}




.evraks {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: -70px;
  min-height: 400px;
}

.evrak-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 6px solid #EEF3F9;
  margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.evrak-buttons span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 15px 5px;
  font-size: 16px;
  font-weight: 600;
  color: #213A5B;
  cursor: pointer;
}

.evrak-buttons span.active {
  background-color: #EEF3F9;
}

.evrak-buttons span:hover {
  background-color: #EEF3F9;
}

.main-tab {
  width: 100%;
  display: none;
}

.main-tab.show-tab {
  display: block;
}

.sub-tab-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-tab-buttons span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background-color: #636363;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 5px;
  margin: 0 3px;
  border-radius: 4px;
  margin-bottom: 20px;
  cursor: pointer;
}

.sub-tab-buttons span.active {
  background-color: #4CAF50;
}

.sub-tab-buttons span:hover {
  background-color: #4CAF50;
}

.sub-tab {
  font-size: 16px;
  color: #636363;
  line-height: 1.5;
  padding: 10px 15px;
  display: none;
}

.sub-tab.show-tab {
  display: block;
}

.downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.download-item {
  width: 18%;
  margin: 10px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  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;
}

.download-item b {
  font-size: 17px;
  color: #213A5B;
  font-weight: 700;
}

.download-item span {
  font-size: 30px;
}

.download-item a {
  margin-top: 5px;
  width: 100%;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #F4F7FC;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #213A5B;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #192E4A;
}


.c-info-box {
  padding: 10px;
  color: #4CAF50;
  background-color: rgba(88, 193, 92, 0.1);
  border-left: 4px solid #4CAF50;
  margin: 15px 0;
}


@media only screen and (max-width: 992px) {
  .evrak-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 6px solid #EEF3F9;
    margin-bottom: 10px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .evrak-buttons span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    padding: 15px 5px;
    font-size: 16px;
    font-weight: 600;
    color: #213A5B;
    cursor: pointer;
  }
  .evrak-buttons span.active {
    background-color: #EEF3F9;
  }
  .evrak-buttons span:hover {
    background-color: #EEF3F9;
  }
  .main-tab {
    width: 100%;
    display: none;
  }
  .main-tab.show-tab {
    display: block;
  }
  .sub-tab-buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sub-tab-buttons span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 47%;
    text-align: center;
    background-color: #636363;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 5px;
    margin: 0 3px;
    border-radius: 4px;
    margin-bottom: 5px;
    cursor: pointer;
  }
  .sub-tab-buttons span.active {
    background-color: #4CAF50;
  }
  .sub-tab-buttons span:hover {
    background-color: #4CAF50;
  }
  .sub-tab {
    font-size: 16px;
    color: #636363;
    line-height: 1.5;
    padding: 10px 15px;
    display: none;
  }
  .sub-tab.show-tab {
    display: block;
  }
  .downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .download-item {
    width: 47%;
    margin: 4px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    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;
  }
  .download-item b {
    font-size: 17px;
    color: #213A5B;
    font-weight: 700;
    text-align: center;
  }
  .download-item span {
    font-size: 30px;
  }
  .download-item a {
    margin-top: 5px;
    width: 100%;
  }
}








.siparis-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}

.siparis-steps::after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #58C15C;
  position: absolute;
  border-radius: 20px;
  top: 35px;
  left: 0;
  z-index: 0;
}

.siparis-steps .step-item {
  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;
  z-index: 9;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.siparis-steps .step-item:hover .icon {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.siparis-steps .step-item.active .icon {
  background-color: #58C15C;
}

.siparis-steps .step-item.active .icon img {
  -webkit-filter: invert(0) brightness(100) !important;
          filter: invert(0) brightness(100) !important;
}

.siparis-steps .step-item b {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

.siparis-steps .step-item .icon {
  -webkit-transition: .2s all;
  transition: .2s all;
  width: 90px;
  height: 90px;
  background-color: #F4F7FC;
  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: 50%;
}

.siparis-steps .step-item .icon img {
  -webkit-filter: invert(100) brightness(100);
          filter: invert(100) brightness(100);
  width: 40px;
  height: auto;
}

.siparis-page {
  z-index: 9;
  position: relative;
  margin-bottom: 120px;
}

.siparis-page .container {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  margin-top: -40px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}

.siparis-page .container .section-title {
  padding: 15px 0;
  background-color: rgba(33, 58, 91, 0.05);
}

.domain-choose {
  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-choose a {
  width: 260px;
  margin: 0 5px;
  background: #213A5B !important;
}

.domain-choose a.active {
  background-image: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#72bf75)) !important;
  background-image: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75) !important;
}

.domain-choose-tab {
  display: none;
  -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-choose-tab.show-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.domain-choose-tab .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  position: relative;
  max-width: 600px;
  width: 100%;
}

.domain-choose-tab .search-box .primary-btn {
  height: 54px;
}

.domain-choose-tab .search-box input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 12px;
  border-radius: 10px;
  height: 54px;
  border: 1px solid #EEEEEE;
  padding-left: 35px;
  font-size: 15px;
}

.domain-choose-tab .search-box input::-webkit-input-placeholder {
  color: #AAAAAA;
}

.domain-choose-tab .search-box input:-ms-input-placeholder {
  color: #AAAAAA;
}

.domain-choose-tab .search-box input::-ms-input-placeholder {
  color: #AAAAAA;
}

.domain-choose-tab .search-box input::placeholder {
  color: #AAAAAA;
}

.domain-choose-tab .search-box > img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

.domain-choose-tab .dns {
  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-choose-tab .dns span {
  color: #213A5B;
  font-size: 15px;
  margin-bottom: 10px;
}

.domain-choose-tab .dns b {
  color: #4CAF50;
  font-size: 16px;
}

.domain-choose-tab .big-text {
  color: #213A5B;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
}

.add-services {
  margin-top: 30px;
  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;
}

.add-services .add-service-item {
  width: 100%;
  margin-bottom: 20px;
  max-width: 95%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-services .add-service-item .icon {
  width: 50px;
  height: 70px;
  background-color: #58C15C;
  border-radius: 10px 50px 50px 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: #fff;
  font-size: 28px;
  margin-right: 20px;
}

.add-services .add-service-item .details b {
  color: #4CAF50;
  font-size: 18px;
}

.add-services .add-service-item .details p {
  font-size: 15px;
}

.add-services .add-service-item .select-box {
  margin-left: auto;
  margin-right: 20px;
  width: 220px;
  height: 45px;
  border-radius: 10px;
  background-color: rgba(33, 58, 91, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.add-services .add-service-item .select-box span {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #213A5B;
}

.add-services .add-service-item .select-box select {
  border-radius: 10px;
  background: none;
  border: none;
  padding-left: 10px;
  font-size: 17px;
  color: #213A5B;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.cont-btn {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont-btn a {
  width: 240px;
}

.sepet-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.sepet-wrap .sepet-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sepet-wrap .sepet-content .head {
  width: 100%;
  padding: 15px 10px;
  background-color: rgba(33, 58, 91, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sepet-wrap .sepet-content .head span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 17px;
  color: #213A5B;
  font-weight: 600;
}

.sepet-wrap .sepet-content .head span:nth-child(2) {
  text-align: center;
}

.sepet-wrap .sepet-content .head span:last-child {
  text-align: end;
  padding-right: 50px;
}

.sepet-wrap .sepet-content .content-bottom {
  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;
}

.sepet-wrap .sepet-content .content-bottom a {
  background: #213A5B !important;
}

.sepet-wrap .sepet-content .content-bottom img {
  margin: 10px 0;
}

.sepet-wrap .sepet-content .content-bottom p {
  color: #213A5B;
}

.sepet-wrap .sepet-content .body {
  padding: 15px 10px;
  border: 2px solid rgba(33, 58, 91, 0.1);
}

.sepet-wrap .sepet-content .body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.sepet-wrap .sepet-content .body .row:last-child {
  margin-bottom: 0;
}

.sepet-wrap .sepet-content .body .row .delete-btn {
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background-color: rgba(33, 58, 91, 0.05);
  width: 35px;
  height: 34px;
  border-radius: 30px 0 0 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;
  color: #192E4A;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.sepet-wrap .sepet-content .body .row .delete-btn:hover {
  background-color: #e63131;
  color: #fff;
}

.sepet-wrap .sepet-content .body .row .cell {
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sepet-wrap .sepet-content .body .row .cell:nth-child(3) {
  text-align: end !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 50px;
}

.sepet-wrap .sepet-content .body .row .cell .select-box {
  margin-left: auto;
  margin-right: 20px;
  width: 210px;
  height: 40px;
  border-radius: 10px;
  background-color: rgba(33, 58, 91, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.sepet-wrap .sepet-content .body .row .cell .select-box span {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #213A5B;
}

.sepet-wrap .sepet-content .body .row .cell .select-box select {
  border-radius: 10px;
  background: none;
  border: none;
  padding-left: 10px;
  font-size: 15px;
  color: #213A5B;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sepet-wrap .sepet-content .body .row .cell > b {
  font-size: 17px;
  color: #213A5B;
  font-weight: 600;
}

.sepet-wrap .sepet-content .body .row .cell > small {
  color: #636363;
  font-size: 13px;
}

.sepet-wrap .sepet-content .body .row .cell .price {
  font-size: 22px;
  font-weight: 700;
  color: #213A5B;
}

.sepet-wrap .sepet-content .body .row .cell:nth-child(2) {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sepet-wrap .sepet-side {
  width: 270px;
  margin-left: 20px;
}

.sepet-wrap .sepet-side .side-box .head {
  width: 100%;
  padding: 15px 10px;
  background-color: rgba(33, 58, 91, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  color: #213A5B;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sepet-wrap .sepet-side .side-box .content {
  border: 2px solid rgba(33, 58, 91, 0.1);
  padding: 10px;
}

.sepet-wrap .sepet-side .side-box .content .row {
  padding: 10px 0;
  border-bottom: 1px solid rgba(33, 58, 91, 0.1);
  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;
}

.sepet-wrap .sepet-side .side-box .content .row span {
  color: #636363;
  font-size: 15px;
}

.sepet-wrap .sepet-side .side-box .content .row b {
  color: #213A5B;
  font-size: 17px;
}

.sepet-wrap .sepet-side .side-box .content .row b.greenn {
  color: #58C15C;
}

.sepet-wrap .sepet-side .side-box .coupone {
  width: 100%;
  margin-top: 5px;
}

.sepet-wrap .sepet-side .side-box .coupone input {
  width: 100%;
  height: 40px;
  background-color: #213A5B;
  border: none;
  color: #fff;
  text-align: center;
}

.sepet-wrap .sepet-side .side-box .coupone input::-webkit-input-placeholder {
  color: #fff;
}

.sepet-wrap .sepet-side .side-box .coupone input:-ms-input-placeholder {
  color: #fff;
}

.sepet-wrap .sepet-side .side-box .coupone input::-ms-input-placeholder {
  color: #fff;
}

.sepet-wrap .sepet-side .side-box .coupone input::placeholder {
  color: #fff;
}

.sepet-wrap .sepet-side .side-box > a {
  width: 100%;
  margin-top: 5px;
}

.hizmet-secimi-wrap {
  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;
  margin: 30px 0;
}

.hizmet-secimi-wrap .item {
  margin: 0 25px;
  padding: 20px;
  cursor: pointer;
  width: 200px;
  background-color: #213A5B;
  border-radius: 5px;
  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-shadow: 0px 0px 0px 5px rgba(33, 58, 91, 0.3);
          box-shadow: 0px 0px 0px 5px rgba(33, 58, 91, 0.3);
  position: relative;
}

.hizmet-secimi-wrap .item.selected {
  background-image: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#72bf75));
  background-image: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(88, 193, 92, 0.3);
          box-shadow: 0px 0px 0px 5px rgba(88, 193, 92, 0.3);
}

.hizmet-secimi-wrap .item.selected .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hizmet-secimi-wrap .item .check {
  position: absolute;
  bottom: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #58C15C;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  z-index: 9;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hizmet-secimi-wrap .item .check svg {
  margin-top: 10px;
}

.hizmet-secimi-wrap .item input {
  opacity: 0;
}

.hizmet-secimi-wrap .item:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#72bf75));
  background-image: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(88, 193, 92, 0.3);
          box-shadow: 0px 0px 0px 5px rgba(88, 193, 92, 0.3);
}

.hizmet-secimi-wrap .item svg {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.hizmet-secimi-wrap .item svg path {
  fill: #fff;
}

.hizmet-secimi-wrap .item b {
  color: #fff;
  font-size: 24px;
}

.hizmet-secimi-wrap .item span {
  color: #fff;
  font-size: 18px;
}

.section-title .line {
  width: 70px;
  height: 3px;
  border-radius: 3px;
  background-color: #58C15C;
}

@media only screen and (max-width: 992px) {
  .sepet-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sepet-wrap .sepet-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 30px;
  }
  .sepet-wrap .sepet-content .head {
    width: 100%;
    padding: 15px 10px;
    background-color: rgba(33, 58, 91, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sepet-wrap .sepet-content .head span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 15px;
    color: #213A5B;
    font-weight: 600;
  }
  .sepet-wrap .sepet-content .head span:nth-child(2) {
    text-align: center;
  }
  .sepet-wrap .sepet-content .head span:last-child {
    text-align: end;
    padding-right: 0px;
  }
  .sepet-wrap .sepet-content .content-bottom {
    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;
  }
  .sepet-wrap .sepet-content .content-bottom a {
    background: #213A5B !important;
  }
  .sepet-wrap .sepet-content .content-bottom img {
    margin: 10px 0;
  }
  .sepet-wrap .sepet-content .content-bottom p {
    color: #213A5B;
  }
  .sepet-wrap .sepet-content .body {
    padding: 15px 10px;
    border: 2px solid rgba(33, 58, 91, 0.1);
  }
  .sepet-wrap .sepet-content .body .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sepet-wrap .sepet-content .body .row:last-child {
    margin-bottom: 0;
  }
  .sepet-wrap .sepet-content .body .row .delete-btn {
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: none;
    background-color: rgba(33, 58, 91, 0.05);
    width: 35px;
    height: 34px;
    border-radius: 30px 0 0 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;
    color: #192E4A;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .sepet-wrap .sepet-content .body .row .delete-btn:hover {
    background-color: #e63131;
    color: #fff;
  }
  .sepet-wrap .sepet-content .body .row .cell {
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sepet-wrap .sepet-content .body .row .cell:nth-child(3) {
    text-align: end !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 0px;
  }
  .sepet-wrap .sepet-content .body .row .cell .select-box {
    margin-left: auto;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 210px;
    height: 40px;
    border-radius: 10px;
    background-color: rgba(33, 58, 91, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .sepet-wrap .sepet-content .body .row .cell .select-box span {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #213A5B;
  }
  .sepet-wrap .sepet-content .body .row .cell .select-box select {
    border-radius: 10px;
    background: none;
    border: none;
    padding-left: 10px;
    font-size: 15px;
    color: #213A5B;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .sepet-wrap .sepet-content .body .row .cell > b {
    font-size: 17px;
    color: #213A5B;
    font-weight: 600;
  }
  .sepet-wrap .sepet-content .body .row .cell > small {
    color: #636363;
    font-size: 13px;
  }
  .sepet-wrap .sepet-content .body .row .cell .price {
    font-size: 22px;
    font-weight: 700;
    color: #213A5B;
  }
  .sepet-wrap .sepet-content .body .row .cell:nth-child(2) {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sepet-wrap .sepet-side {
    width: 100%;
    margin-left: 0px;
  }
  .sepet-wrap .sepet-side .side-box .head {
    width: 100%;
    padding: 15px 10px;
    background-color: rgba(33, 58, 91, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 17px;
    color: #213A5B;
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sepet-wrap .sepet-side .side-box .content {
    border: 2px solid rgba(33, 58, 91, 0.1);
    padding: 10px;
  }
  .sepet-wrap .sepet-side .side-box .content .row {
    padding: 10px 0;
    border-bottom: 1px solid rgba(33, 58, 91, 0.1);
    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;
  }
  .sepet-wrap .sepet-side .side-box .content .row span {
    color: #636363;
    font-size: 15px;
  }
  .sepet-wrap .sepet-side .side-box .content .row b {
    color: #213A5B;
    font-size: 17px;
  }
  .sepet-wrap .sepet-side .side-box .content .row b.green {
    color: #58C15C;
  }
  .sepet-wrap .sepet-side .side-box .coupone {
    width: 100%;
    margin-top: 5px;
  }
  .sepet-wrap .sepet-side .side-box .coupone input {
    width: 100%;
    height: 40px;
    background-color: #213A5B;
    border: none;
    color: #fff;
    text-align: center;
  }
  .sepet-wrap .sepet-side .side-box .coupone input::-webkit-input-placeholder {
    color: #fff;
  }
  .sepet-wrap .sepet-side .side-box .coupone input:-ms-input-placeholder {
    color: #fff;
  }
  .sepet-wrap .sepet-side .side-box .coupone input::-ms-input-placeholder {
    color: #fff;
  }
  .sepet-wrap .sepet-side .side-box .coupone input::placeholder {
    color: #fff;
  }
  .sepet-wrap .sepet-side .side-box > a {
    width: 100%;
    margin-top: 5px;
  }
  .siparis-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
  }
  .siparis-steps::after {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #58C15C;
    position: absolute;
    border-radius: 20px;
    top: 20px;
    left: 0;
    z-index: 0;
  }
  .siparis-steps .step-item {
    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;
    z-index: 9;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .siparis-steps .step-item:hover .icon {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .siparis-steps .step-item.active .icon {
    background-color: #58C15C;
  }
  .siparis-steps .step-item.active .icon img {
    -webkit-filter: invert(0) brightness(100) !important;
            filter: invert(0) brightness(100) !important;
  }
  .siparis-steps .step-item b {
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
  }
  .siparis-steps .step-item .icon {
    -webkit-transition: .2s all;
    transition: .2s all;
    width: 50px;
    height: 50px;
    background-color: #F4F7FC;
    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: 50%;
  }
  .siparis-steps .step-item .icon img {
    -webkit-filter: invert(100) brightness(100);
            filter: invert(100) brightness(100);
    width: 20px;
    height: auto;
  }
  .siparis-page {
    z-index: 9;
    position: relative;
    margin-bottom: 120px;
  }
  .siparis-page .container {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    margin-top: -40px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
  }
  .siparis-page .container .section-title {
    padding: 15px 0;
    background-color: rgba(33, 58, 91, 0.05);
  }
  .domain-choose {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .domain-choose a {
    width: 90%;
    margin: 5px !important;
    background: #213A5B !important;
  }
  .domain-choose a.active {
    background-image: -webkit-gradient(linear, left top, right top, from(#4caf50), color-stop(#56b359), color-stop(#60b763), color-stop(#69bb6c), to(#72bf75)) !important;
    background-image: linear-gradient(to right, #4caf50, #56b359, #60b763, #69bb6c, #72bf75) !important;
  }
  .domain-choose-tab {
    display: none;
    -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-choose-tab.show-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .domain-choose-tab .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    position: relative;
    max-width: 600px;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .domain-choose-tab .search-box .primary-btn {
    height: 54px;
    margin-top: 10px;
    width: 100%;
  }
  .domain-choose-tab .search-box input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 12px;
    border-radius: 10px;
    min-height: 54px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1px solid #EEEEEE;
    padding-left: 35px;
    font-size: 15px;
  }
  .domain-choose-tab .search-box input::-webkit-input-placeholder {
    color: #AAAAAA;
  }
  .domain-choose-tab .search-box input:-ms-input-placeholder {
    color: #AAAAAA;
  }
  .domain-choose-tab .search-box input::-ms-input-placeholder {
    color: #AAAAAA;
  }
  .domain-choose-tab .search-box input::placeholder {
    color: #AAAAAA;
  }
  .domain-choose-tab .search-box > img {
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
  }
  .domain-choose-tab .dns {
    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;
  }
  .domain-choose-tab .dns span {
    color: #213A5B;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .domain-choose-tab .dns b {
    color: #4CAF50;
    font-size: 16px;
  }
  .domain-choose-tab .big-text {
    color: #213A5B;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
  }
  .add-services {
    margin-top: 30px;
    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;
  }
  .add-services .add-service-item {
    width: 90%;
    margin-bottom: 20px;
    max-width: 700px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .add-services .add-service-item .icon {
    width: 50px;
    height: 70px;
    background-color: #58C15C;
    border-radius: 10px 50px 50px 0px;
    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: 28px;
    margin-right: 20px;
  }
  .add-services .add-service-item .details {
    width: calc(100% - 100px);
  }
  .add-services .add-service-item .details b {
    color: #4CAF50;
    font-size: 18px;
  }
  .add-services .add-service-item .details p {
    font-size: 15px;
  }
  .add-services .add-service-item .select-box {
    margin-left: auto;
    margin-right: 20px;
    margin-top: 20px;
    width: 90%;
    height: 40px;
    border-radius: 10px;
    background-color: rgba(33, 58, 91, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .add-services .add-service-item .select-box span {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #213A5B;
  }
  .add-services .add-service-item .select-box select {
    border-radius: 10px;
    background: none;
    border: none;
    padding-left: 10px;
    font-size: 17px;
    color: #213A5B;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .cont-btn {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont-btn a {
    width: 240px;
  }
}








/*/*/
/*//////////////////////////////////////////////////////////////////
/*/
/*//////////////////////////////////////////////////////////////////
/*/
/*///////////////////////// RESPONSIVE /////////////////////////////
/*/
/*//////////////////////////////////////////////////////////////////
/*/
/*//////////////////////////////////////////////////////////////////
/*/
.header-bottom-color {
  display: none !important;
}

@media only screen and (max-width: 1140px) {
  .mobile-hide {
    display: none !important;
  }
  .header-bottom-color {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .container {
    width: 95%;
  }
  header {
    width: 100%;
    height: 72px;
    background-color: #F4F7FC;
  }
  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 .logo {
    margin-left: 30px;
    max-width: 200px;
	margin-top: 7px;
  }
  header .container .logo img {
    width: 100%;
    height: auto;
  }
  header .container .hamburger-btn {
    display: block;
  }
  header .container nav {
    display: none;
  }
  header .container .header-buttons a b u {
    display: none;
  }
  header .container .header-buttons a:last-child {
    display: none;
  }
  footer {
    width: 100%;
    padding: 0 0 40px 0;
    background-color: #213A5B;
  }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .mail-box {
    -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;
    margin-bottom: 20px;
  }
  footer .container .mail-box .left {
    width: 100%;
  }
  footer .container .mail-box .input-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 50px;
    border: 1px solid #EEEEEE;
    border-radius: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 10px;
  }
  footer .container .mail-box .input-box input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    border-radius: 50px;
    text-indent: 10px;
    padding: 0 20px 0 0px;
  }
  footer .container .mail-box .input-box > img {
    display: none;
  }
  footer .container .mail-box .input-box a img {
    margin-left: 0 !important;
  }
  footer .container .mail-box .input-box a u {
    display: none !important;
  }
  footer .container .mail-box .social-buttons {
    margin-top: 20px;
  }
  footer .container .footer-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    padding-left: 20px;
  }
  footer .container .footer-cols .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .container .footer-cols .col strong {
    font-size: 17px;
    color: #4CAF50;
    font-weight: 700;
  }
  /*


  footer {
    height: auto !important;
    min-height: 1183px !important;
    display: flex;
    .container {
      height: 100% !important;
      display: flex;
      flex-direction: column;
      .mail-box {
        flex-direction: column;
        align-items: center;
        .left {
          width: 100%;
        }
        .input-box {
          flex: 1;
          height: 50px;
          border: 1px solid #EEEEEE;
          border-radius: 50px;
          position: relative;
          display: flex;
          align-items: center;
          margin: 0 10px;
          input {
            flex: 1;
            height: 100%;
            border-radius: 50px;
            text-indent: 10px;
            padding: 0 20px 0 0px;
          }
          & > img {
            display: none;
          }
          a {
            img {
              margin-left: 0 !important;
            }
            u {
              display: none !important;
            }
          }
        }
        .social-buttons {
          margin-top: 20px;
        }
      }

      .footer-cols {
        display: flex;
        align-items: center;
        flex: 1;
        flex-direction: column;
        padding-top: 40px;
        padding-left: 20px;
        .col {
          flex: 1;
          width: 100%;
          margin-bottom: 20px;
          strong {
            font-size: 17px;
            color: $darkGreen;
            font-weight: 700;
          }
        }
      }

    }
  }




  */
  .main-slider {
    width: 100%;
    border-bottom: 5px solid #4CAF50;
  }
  .main-slider .slider-item > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-slider .slider-item .overlay .container .slider-text .text {
    margin-bottom: 20px;
  }
  .main-slider .slider-item .overlay .container .slider-text .text span {
    font-size: 18px;
  }
  .main-slider .slider-item .overlay .container .slider-text .text h2 {
    font-size: 28px;
  }
  .main-slider .slider-item .overlay .container .slider-text .text p {
    font-size: 13px;
    max-width: 400px;
  }
  .main-slider .slider-item .overlay .container .slider-specs {
    display: none;
  }
  .domain-search {
    margin-top: 0px;
    z-index: 2;
  }
  .domain-search .container {
    padding: 10px;
    height: auto;
  }
  .domain-search .container .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .domain-search .container .head .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 !important;
    margin-top: 10px !important;
  }
  .domain-search .container .head .links a {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .domain-search .container .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    position: relative;
  }
  .domain-search .container .search-box .primary-btn {
    height: 54px;
    width: auto !important;
    padding: 0 20px 0 10px;
  }
  .domain-search .container .search-box .primary-btn span {
    display: none;
  }
  .hosting-tab-buttons .container {
    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;
  }
  .hosting-tab-buttons .container .tab-btn {
    padding: 10px !important;
    width: 100%;
  }
  .hosting-tab-buttons .container .tab-btn:after {
    display: none !important;
  }
  .hosting-tabs .container .hosting-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hosting-tabs .container .hosting-tab .hosting-item {
    width: 100%;
    height: auto;
    margin-right: 0px !important;
  }
  .why-we .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .why-we .container .why-we-img {
    min-width: 326px;
    min-height: 326px;
  }
  .why-we .container .why-we-img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .why-we .container .left-qa {
    margin-right: 50px;
  }
  .why-we .container .left-qa .qa-box {
    text-align: end;
    margin-bottom: 15px;
    position: relative;
  }
  .why-we .container .left-qa .qa-box img {
    position: absolute;
    top: 10px;
    margin-left: 15px;
  }
  .why-we .container .right-qa {
    margin-left: 50px;
  }
  .why-we .container .right-qa .qa-box {
    text-align: start;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
  }
  .why-we .container .right-qa .qa-box img {
    position: absolute;
    top: 10px;
    left: -160px;
    z-index: 0;
  }
  .customer-comments .comment-carousel {
    width: 100%;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .customer-comments .comment-carousel .comment-box {
    width: 336px !important;
    height: 230px;
    min-width: 336px;
    min-height: 230px;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    position: relative;
    margin: 20px 50px;
  }
  .customer-comments .comment-carousel .comment-box::before {
    content: "";
    width: 336px;
    height: 230px;
    border-radius: 10px;
    background-color: #4CAF50;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    z-index: -1;
  }
  .footer-top-promote {
    width: 100%;
    padding: 50px 0;
    background-color: #E8EDF3;
  }
  .footer-top-promote .container {
    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-top-promote .container img {
    max-width: 100% !important;
    height: auto;
  }
  .footer-top-promote .container .detail {
    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;
  }
  .footer-top-promote .container .detail span {
    font-size: 42px;
    color: #213A5B;
    font-weight: 700;
  }
  .footer-top-promote .container .detail p {
    margin: 50px 0;
    font-size: 18px;
  }
  .footer-top-promote .container .detail .box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	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;
    margin-top: 20px;
  }
  .footer-top-promote .container .detail .box-list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
  }
  .footer-top-promote .container .detail .box-list .box img {
    max-width: 50px;
	margin-right: 10px;
    margin-bottom: 0px;
  }
  .footer-top-promote .container .detail .box-list .box strong {
    font-size: 18px;
    font-weight: 700;
    color: #213A5B;
  }
  .register-page {
    width: 100%;
    min-height: 987px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
    overflow: visible !important;
    position: relative;
  }
  .register-page > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .register-page .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.92);
  }
  .register-page .overlay .container {
    height: auto !important;
    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-box {
    width: 100%;
    min-height: 411px;
    height: auto !important;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .register-box .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
  }
  .register-box .left > img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .register-box .left .overlay-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(33, 58, 91, 0.86);
    padding: 38px;
    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: 20px 10px;
  }
  .register-box .left .overlay-inner strong {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .register-box .left .overlay-inner p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 12px;
    text-align: center;
  }
  .register-box .left .overlay-inner a {
    min-height: 37px;
    border-radius: 10px;
  }
  .register-box .right {
    width: 100%;
    padding: 25px 22px;
    background-color: #fff;
  }
  .register-box .right .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 26px;
    font-weight: 700;
    color: #213A5B;
    margin-bottom: 5px;
  }
  .register-box .right .title img {
    margin-right: 10px;
  }
  .register-box .right .summary {
    font-size: 15px;
  }
  .register-box .right form {
    margin-top: 20px;
  }
  .register-box .right form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
  }
  .register-box .right form .row .input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid #EEEEEE;
    height: 46px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 5px;
  }
  .register-box .right form .row .input .flag-select {
    width: 82px;
    height: 46px;
    background-color: #213A5B;
    color: #fff;
    border-radius: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
  .register-box .right form .row .input .flag-select span {
    margin-left: 3px;
  }
  .register-box .right form .row .input svg {
    margin: 0 10px;
  }
  .register-box .right form .row .input:nth-child(2) {
    margin-left: 17px;
  }
  .register-box .right form .row .input input {
    border: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;

  }
  .register-box .right form .row .input input::-webkit-input-placeholder {
    color: #C7C7C7;
  }
  .register-box .right form .row .input input:-ms-input-placeholder {
    color: #C7C7C7;
  }
  .register-box .right form .row .input input::-ms-input-placeholder {
    color: #C7C7C7;
  }
  .register-box .right form .row .input input::placeholder {
    color: #C7C7C7;
  }
  .register-box .right form .row textarea {
    width: 100%;
    height: 88px;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    resize: none;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 0px;
    font-family: 'Titillium Web';
  }
  .register-box .right form .row textarea::-webkit-input-placeholder {
    color: #C7C7C7;
  }
  .register-box .right form .row textarea:-ms-input-placeholder {
    color: #C7C7C7;
  }
  .register-box .right form .row textarea::-ms-input-placeholder {
    color: #C7C7C7;
  }
  .register-box .right form .row textarea::placeholder {
    color: #C7C7C7;
  }
  .register-box .right form .primary-btn {
    height: 37px;
  }
  .contact-page {
    margin-bottom: 100px;
  }
  .contact-page .container .contact-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-page .container .contact-boxes .box {
    width: 100%;
    margin: 10px 0px !important;
    padding: 10px 0 !important;
    /*transition: .2s all;
        &:hover {
          transform: translateY(-7px);
        }*/
  }
  .contact-page .container .contact-boxes .box:nth-child(2) {
    width: 100%;
  }
  .contact-page .container .register-box {
    margin: 40px 0;
  }
  .contact-page .container .register-box .left {
    height: 250px !important;
  }
  .contact-page .container .register-box .left .overlay-inner strong {
    margin-top: 20px !important;
  }
  .contact-page .container .register-box .left .overlay-inner p {
    margin: 5px;
  }
  .contact-page .container .address-details {
    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;
  }
  .contact-page .container .address-details .address {
    padding: 29px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0px;
  }
  .contact-page .container .address-details .address-map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
  .contact-page .container .address-details .address-map iframe {
    border-radius: 10px;
    border: none;
  }
  .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%;
  }
  .page-summary {
    z-index: 4;
  }
  .page-summary .container {
    z-index: 4;
  }
  .page-summary .container .box {
    padding: 20px;
    width: 100%;
    height: auto;
    margin-top: -20px;
  }
  .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-banner.big {
    height: 380px;
    min-height: 380px;
  }
  .page-banner.big h1 {
    font-size: 35px !important;
    margin: 5px 0;
  }
  .kiralik-sunucu-page {
    margin: 30px 0 60px 0;
    z-index: 4;
  }
  .kiralik-sunucu-page .container .server-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .kiralik-sunucu-page .container .server-wrapper::-webkit-scrollbar {
    display: none;
  }
  .kiralik-sunucu-page .container .server-wrapper .server-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    min-width: 1140px;
    min-height: 121px;
    padding: 20px;
    margin-bottom: 15px;
  }
  .kiralik-sunucu-page .container .server-wrapper .server-box::before {
    position: absolute;
    content: "";
    top: 38px;
    left: 0;
    width: 9px;
    height: 45px;
    border-radius: 0 10px 10px 0;
    background-color: #4CAF50;
  }
  .kiralik-sunucu-page .container .server-specs {
    margin: 40px 0;
  }
  .kiralik-sunucu-page .container .server-specs .spec-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: 80px 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kiralik-sunucu-page .container .server-specs .spec-wrapper .spec {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    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;
    align-items: center;
  }
  .kiralik-sunucu-page .container .server-specs .spec-wrapper .spec img {
    max-width: 55px;
    height: auto;
    margin-right: 0px;
  }
  .kiralik-sunucu-page .container .server-specs .spec-wrapper .spec .detail {
    -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;
  }
  .kiralik-sunucu-page .container .server-specs .spec-wrapper .spec .detail span {
    text-align: center;
    width: 100%;
    margin: 5px 0;
  }
  .kiralik-sunucu-page .container .server-specs .spec-wrapper .spec .detail span b {
    color: #192E4A;
    font-weight: 700;
  }
  .kiralik-sunucu-page .container .server-specs .spec-wrapper .spec .detail p {
    font-size: 15px;
    text-align: center;
  }
  .sunucu-barindirma-page {
    margin: 40px 0 60px 0;
    z-index: 4;
  }
  .sunucu-barindirma-page .container .server-specs {
    margin: 40px 0;
  }
  .sunucu-barindirma-page .container .server-specs .spec-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sunucu-barindirma-page .container .server-specs .spec-wrapper .spec {
    width: 100%;
  }
  .sunucu-barindirma-page .container .server-table {
    width: 100%;
    margin: -80px 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sunucu-barindirma-page .container .server-table .table-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    margin-top: 15px;
  }
  .sunucu-barindirma-page .container .server-table .table-col .col-btn {
    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-top: 15px;
  }
  .sunucu-barindirma-page .container .server-table .table-col .col-btn .primary-btn {
    width: 112px;
    height: 37px;
  }
  .sunucu-barindirma-page .container .server-table .table-col:nth-child(2)::after {
    display: none;
  }
  .sunucu-barindirma-page .container .server-table .table-col:nth-child(3)::after {
    display: none;
  }
  .sunucu-barindirma-page .container .server-table .table-col:nth-child(4)::after {
    display: none;
  }
  .sunucu-barindirma-page .container .server-table .table-col:first-child .head {
    border-radius: 10px 10px 0 0;
  }
  .sunucu-barindirma-page .container .server-table .table-col:first-child ul li:last-child {
    border-radius: 0;
  }
  .sunucu-barindirma-page .container .server-table .table-col:last-child .head {
    border-radius: 0;
  }
  .sunucu-barindirma-page .container .server-table .table-col:last-child ul li:last-child {
    border-radius: 0;
  }
  .sunucu-barindirma-page .container .server-table .table-col .head {
    height: 100px;
    background-color: #fff;
    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;
  }
  .sunucu-barindirma-page .container .server-table .table-col .head > img {
    margin-top: 0px;
    max-width: 50px;
  }
  .sunucu-barindirma-page .container .server-table .table-col .head > span {
    font-weight: 700;
    color: #213A5B;
    font-size: 14px;
    margin-top: 5px;
  }
  .sunucu-barindirma-page .container .server-table .table-col .head .banner-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sunucu-barindirma-page .container .server-table .table-col .head .banner-switch b {
    margin: 0 8px;
    font-size: 15px;
  }
  .sunucu-barindirma-page .container .server-specs .spec-wrapper .spec {
    -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;
    padding: 30px 15px;
    border-radius: 10px 10px 0 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F4F7FC));
    background-image: linear-gradient(to bottom, #fff, #F4F7FC);
  }
  .sunucu-barindirma-page .container .server-specs .spec-wrapper .spec img {
    margin-bottom: 10px;
  }
  .sunucu-barindirma-page .container .server-specs .spec-wrapper .spec span {
    width: 100%;
  }
  .licence-page {
    margin: -45px 0 60px 0;
    z-index: 4;
  }
  .licence-page .container .licence-table {
    width: 100%;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    overflow: hidden;
  }
  .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;
  }
  .licence-page .container .licence-table .table-tabs {
    padding: 25px 20px;
    background-color: #fff;
  }
  .licence-page .container .licence-table .table-tabs .licence-tab {
    width: 100%;
    display: none;
  }
  .licence-page .container .licence-table .table-tabs .licence-tab.show-tab {
    display: block;
  }
  .licence-page .container .licence-table .table-tabs .licence-tab .licence-box {
    padding: 17px 10px 17px 10px;
    border: 1px solid #EBE8E8;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 90px;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .licence-page .container .licence-table .table-tabs .licence-tab .licence-box .detail {
    -webkit-box-flex: 2.5;
        -ms-flex: 2.5;
            flex: 2.5;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .licence-page .container .licence-table .table-tabs .licence-tab .licence-box .detail span {
    font-size: 20px;
    color: #213A5B;
    font-weight: 600;
  }
  .licence-page .container .licence-table .table-tabs .licence-tab .licence-box .detail span b {
    color: #192E4A;
    font-weight: 700;
  }
  .licence-page .container .licence-table .table-tabs .licence-tab .licence-box .detail p {
    color: #371717;
    font-size: 15px;
  }
  .licence-page .container .licence-table .table-tabs .licence-tab .licence-box .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    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;
  }
  .licence-page .container .licence-table .table-tabs .licence-tab .licence-box .col span {
    font-size: 13px;
    color: #213A5B;
    font-weight: 600;
  }
  .licence-page .container .licence-table .table-tabs .licence-tab .licence-box .col b.price {
    font-size: 18px;
    color: #4CAF50;
    font-weight: 700;
  }
  .licence-page .container .licence-table .table-tabs .licence-tab .licence-box .col b.period {
    font-size: 18px;
    color: #192E4A;
    font-weight: 700;
  }
  .licence-page .container .licence-table .table-tabs .licence-tab .licence-box .col .primary-btn {
    width: 100px;
    height: 32px;
  }
  .licence-page .container .server-specs .spec-wrapper .spec {
    -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;
    padding: 30px 15px;
    border-radius: 10px 10px 0 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F4F7FC));
    background-image: linear-gradient(to bottom, #fff, #F4F7FC);
  }
  .licence-page .container .server-specs .spec-wrapper .spec img {
    margin-bottom: 10px;
  }
  .licence-page .container .server-specs .spec-wrapper .spec span {
    width: 100%;
  }
  .licence-page .container .server-specs {
    margin: 40px 0;
  }
  .licence-page .container .server-specs .spec-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .licence-page .container .server-specs .spec-wrapper .spec {
    width: 100%;
  }
  .licence-page .blog-posts .container .post-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
  }
  .licence-page .blog-posts .container .post-box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .licence-page .blog-posts .container .post-box.reverse .post-img {
    border-left: 0;
    border-right: 10px solid #4CAF50;
    border-radius: 100px 0 100px 0;
    margin-right: 0;
    margin-left: 0px;
  }
  .licence-page .blog-posts .container .post-box.reverse .post-detail {
    text-align: end;
  }
  .licence-page .blog-posts .container .post-box.reverse .post-detail h2 img {
    display: none !important;
  }
  .licence-page .blog-posts .container .post-box .post-img {
    min-width: 359px;
    min-height: 318px;
    max-width: 359px;
    max-height: 318px;
    border-radius: 0px 100px 0px 100px;
    border-left: 10px solid #4CAF50;
    padding: 0 !important;
    overflow: hidden;
    margin-right: 50px;
    z-index: 3;
  }
  .licence-page .blog-posts .container .post-box .post-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .licence-page .blog-posts .container .post-box .post-detail h2 img {
    display: none !important;
  }
  /*
.footer-bottom {
  width: 100%;
  height: auto !important;
  min-height: 61px;
  background-color: $darkBlue;
  .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    p {
      font-size: 15px;
      color: #6684AB;
    }
  }
}

.bottom-color {
  display: none;
}



*/
  .web-tasarim-page .container .contact-banner {
    width: 100%;
    margin-top: 30px;
    min-height: 244px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background-color: #fff;
  }
  .web-tasarim-page .container .contact-banner .left {
    width: 100%;
    overflow: hidden;
    border-bottom: 0px solid #213A5B;
  }
  .web-tasarim-page .container .contact-banner .right {
    width: 100%;
  }
  .web-tasarim-page .container .server-specs .spec-wrapper .spec {
    -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;
    padding: 30px 15px;
    border-radius: 10px 10px 0 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F4F7FC));
    background-image: linear-gradient(to bottom, #fff, #F4F7FC);
  }
  .web-tasarim-page .container .server-specs .spec-wrapper .spec img {
    margin-bottom: 10px;
  }
  .web-tasarim-page .container .server-specs .spec-wrapper .spec span {
    width: 100%;
  }
  .web-tasarim-page .container .server-specs {
    margin: 40px 0;
  }
  .web-tasarim-page .container .server-specs .spec-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .web-tasarim-page .container .server-specs .spec-wrapper .spec {
    width: 100%;
  }
  .web-tasarim-page .page-mid-banner {
    width: 100%;
    padding: 20px 0;
    background-color: #EEF2F7;
    margin-bottom: 30px;
  }
  .web-tasarim-page .page-mid-banner.reverse {
    background-color: #F4F7FC;
  }
  .web-tasarim-page .page-mid-banner.reverse .container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    flex-direction: row-reverse;
  }
  .web-tasarim-page .page-mid-banner.reverse .container .detail {
    margin-left: 0;
    margin-right: 0px;
  }
  .web-tasarim-page .page-mid-banner.reverse .detail {
    text-align: left;
  }
  .web-tasarim-page .page-mid-banner.blue-bg {
    background-image: radial-gradient(at top right, #486C9C, #213A5B);
    padding: 0;
    padding-bottom: 30px;
  }
  .web-tasarim-page .page-mid-banner.blue-bg .container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .web-tasarim-page .page-mid-banner.blue-bg .container > img {
    height: auto !important;
    width: auto;
    max-width: 438px;
    width: 100%;
    height: auto;
  }
  .web-tasarim-page .page-mid-banner.blue-bg .container .detail {
    margin-left: 0px;
  }
  .web-tasarim-page .page-mid-banner.blue-bg .container .detail h2 {
    color: #fff;
  }
  .web-tasarim-page .page-mid-banner.blue-bg .container .detail h2 b {
    color: #fff;
  }
  .web-tasarim-page .page-mid-banner.blue-bg .container .detail p {
    color: #fff;
  }
  .web-tasarim-page .page-mid-banner.blue-bg .container .detail a {
    width: 272px;
    margin-top: 15px;
  }
  .web-tasarim-page .page-mid-banner .container {
    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;
  }
  .web-tasarim-page .page-mid-banner .container > img {
    max-width: 438px;
    width: 100%;
    height: auto;
    margin-bottom: 20px !important;
  }
  .web-tasarim-page .page-mid-banner .container .detail {
    margin-left: 0px;
  }
  .web-tasarim-page .page-mid-banner .container .detail h2 {
    font-size: 35px;
    font-weight: 600;
    color: #213A5B;
  }
  .web-tasarim-page .page-mid-banner .container .detail h2 b {
    font-weight: 700;
    color: #192E4A;
  }
  .web-tasarim-page .page-mid-banner .container .detail p {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 400;
    color: #371717;
  }
  .web-tasarim-page .blog-posts .container .post-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
  }
  .web-tasarim-page .blog-posts .container .post-box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .web-tasarim-page .blog-posts .container .post-box.reverse .post-img {
    border-left: 0;
    border-right: 10px solid #4CAF50;
    border-radius: 0 100px 100px 0;
    margin-right: 0;
    margin-left: 0px;
  }
  .web-tasarim-page .blog-posts .container .post-box.reverse .post-detail {
    text-align: end;
  }
  .web-tasarim-page .blog-posts .container .post-box.reverse .post-detail h2 img {
    display: none !important;
  }
  .web-tasarim-page .blog-posts .container .post-box .post-img {
    min-width: 359px;
    min-height: 318px;
    max-width: 359px;
    max-height: 318px;
    border-radius: 100px 0 0 100px;
    border-left: 10px solid #4CAF50;
    padding: 0 !important;
    overflow: hidden;
    margin-right: 50px;
    z-index: 3;
  }
  .web-tasarim-page .blog-posts .container .post-box .post-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .web-tasarim-page .blog-posts .container .post-box .post-detail h2 img {
    display: none !important;
  }
  .post-wrapper .optimization-post {
    background-color: #EEF2F7;
    padding: 45px 0;
  }
  .post-wrapper .optimization-post.reverse {
    background-color: transparent;
  }
  .post-wrapper .optimization-post.reverse .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .post-wrapper .optimization-post.reverse .container .detail {
    margin-left: 0;
    margin-right: 0px !important;
    text-align: left !important;
  }
  .post-wrapper .optimization-post.reverse .container .detail span {
    right: -32px;
  }
  .post-wrapper .optimization-post .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .post-wrapper .optimization-post .container .img-box {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px;
    overflow: hidden;
  }
  .post-wrapper .optimization-post .container .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post-wrapper .optimization-post .container .detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0px !important;
    position: relative;
  }
  .post-wrapper .optimization-post .container .detail span {
    display: none;
  }
  .supported-systems .system-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .supported-systems .system-wrapper::-webkit-scrollbar {
    display: none;
  }
  .supported-systems .system-wrapper a {
    width: 133px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 54px;
    border-radius: 5px;
    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;
    margin-right: 11px;
    font-size: 18px;
    color: #213A5B;
    font-weight: 600;
  }
  .supported-systems .system-wrapper a:hover {
    background-color: #4CAF50;
    color: #fff;
  }
  .supported-systems .system-wrapper a span {
    font-size: 14px;
    margin-right: 4px;
  }
  .supported-systems .system-wrapper a:last-child {
    margin-right: 0;
  }
  .hosting-page .server-specs {
    margin: 40px 0;
  }
  .hosting-page .server-specs .spec-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: 40px 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hosting-page .server-specs .spec-wrapper .spec {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    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;
    align-items: center;
  }
  .hosting-page .server-specs .spec-wrapper .spec img {
    max-width: 55px;
    height: auto;
    margin-right: 0px;
  }
  .hosting-page .server-specs .spec-wrapper .spec .detail {
    -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;
  }
  .hosting-page .server-specs .spec-wrapper .spec .detail span {
    text-align: center;
    width: 100%;
    margin: 5px 0;
  }
  .hosting-page .server-specs .spec-wrapper .spec .detail span b {
    color: #192E4A;
    font-weight: 700;
  }
  .hosting-page .server-specs .spec-wrapper .spec .detail p {
    font-size: 15px;
    text-align: center;
  }
  .hosting-page .banner-specs {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 840px) {
  .blog-posts .container .post-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-posts .container .post-box.reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .blog-posts .container .post-box.reverse .post-img {
    border-left: 0;
    border-right: 10px solid #4CAF50;
    border-radius: 100px 0 100px 0;
    margin-right: 0;
    margin-left: 50px;
  }
  .blog-posts .container .post-box.reverse .post-detail {
    text-align: end;
    margin-top: 10px;
  }
  .blog-posts .container .post-box.reverse .post-detail h2 img {
    display: none !important;
  }
  .blog-posts .container .post-box .post-img {
    min-width: 359px;
    min-height: 318px;
    max-width: 359px;
    max-height: 318px;
    border-radius: 0px 100px 0px 100px;
    border-left: 10px solid #4CAF50;
    padding: 0 !important;
    overflow: hidden;
    margin-right: 50px;
    z-index: 3;
  }
  .blog-posts .container .post-box .post-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-posts .container .post-box .post-detail {
    margin-top: 10px;
  }
  .blog-posts .container .post-box .post-detail h2 img {
    display: none !important;
  }
  .hosting-page-tab-area {
    background-color: #E8EDF3;
    padding: 40px 0;
  }
  .hosting-page-tab-area .tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hosting-page-tab-area .tab-buttons a {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .hosting-page-tab-area .tab-items .tab {
    -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;
  }
  .hosting-page-tab-area .tab-items .tab .tab-img {
    margin-right: 0px !important;
    z-index: 3;
    margin-bottom: 0;
    min-width: 200px !important;
    min-height: 200px !important;
    width: 100% !important;
    height: auto !important;
  }
  .hosting-page-tab-area .tab-items .tab .tab-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hosting-page-tab-area .tab-items .tab .tab-detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    margin-top: 20px;
  }
  .fast-setup {
    margin: 40px 0;
  }
  .fast-setup .container .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fast-setup .container .logo-wrapper .item {
    width: 49% !important;
    height: 74px;
    background-color: #fff;
    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;
    margin-right: 0px !important;
    margin-bottom: 10px;
  }
  .fast-setup .container .logo-wrapper .item:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .referanslar .box-wrapper .box-item {
    width: 100% !important;
    height: 200px;
  }
  .gallery .box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallery .box-wrapper .box-item {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .gallery .box-wrapper .box-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*# sourceMappingURL=style.css.map */
