@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url(plugins.min.css);
@import url(all.min.css);
@import url('sunucukurulum.css');
@import url('slick-theme.css');
@import url('slick.css');
*{
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
html,
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
    font-size: 17px
}
:focus{
    outline: 0
}
.container{
    max-width: 1170px;
    width: 1170px;
    margin: auto;
}
.clear{
    clear: both;
}
.bg-gray{
    background-color: #f5f5f5;
}
.redd_text {
    color: #e74c3c;
}
.kirmizi_bg {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.blue_text {
    color: #00abf0!important;
}
.blue_bg {
    background-color: #009ddc !important;
}
.green_text {
    color: #9bc23c;
}
.orange_text {
    color: #fbb000!important;
}
.gray_bg {
    background-color: #f4f4f4!important;
}
.black_text{
    color: #354042!important;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
a {
    color: #00b2f2;
    text-decoration: none;
}
.data_center {
    display: flex;
}
.data_center a {
    display: block;
    font-size: 16px;
    padding: 14px 30px 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #00abf0;
    transition-duration: 1s;
}
.data_center a:hover {
    background-color: #fcb100;
}
em,
strong{
    color: #00b2f2;
}
del{
    text-decoration: line-through;
}
.center{
    justify-content: center;
}
.md-hide{
    display: none;
}
/*
DUYURU TOP
*/
.duyuruTopContainer{
    position: relative;
}
.duyuruTopContainer .duyuruTop{
    background-color: #00b2f2;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    padding: 9px 0;
}
.duyuruTopContainer .duyuruTop .text{
    margin: .2em .5em;
}
.duyuruTopContainer .duyuruTop .duyuru-buton{
    background-color: #f4a700;
    display: inline-block;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff!important;
    outline: 0;
    border: 0;
    cursor: pointer;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    margin: .2em .5em;
}
.duyuruTopContainer #click{
    position: absolute;
    right: 20px;
    font-size: 18px!important;
    line-height: 1;
    cursor: pointer;
    top: 0;
}
.duyuruTopContainer #click::before{
    content: 'x';
    position: absolute;
    right: 20px;
    top: 0;
    width: 30px;
    height: 50px;
    background-color: inherit;
    color: #fff;
    font-size: 18px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.duyuruTopContainer #click.non-active{
    line-height: 50px;
    text-align: center;
    box-sizing: initial;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.duyuruTopContainer #click.non-active::before{
    content: '+';
    position: absolute;
    right: 20px;
    top: 0;
    width: 30px;
    height: 38px;
    background-color: #00b2f2;
    color: #fff;
    font-size: 18px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
HEADER TOP
*/
.headerTopContainer{
    background-color: #1e1e1e;
    padding: 14px 0px 14px 0px; 
}
.headerTopContainer .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerTopContainer .sosyalMedyaHeader ul{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.headerTopContainer .sosyalMedyaHeader ul li a{
    font-size: 26px;
    color: #ffffff;
    font-weight: 400;
    padding: 0 7px;
}
.headerTopContainer .sosyalMedyaHeader ul li:nth-child(4){
    margin-left: 15px;
}
.headerTopContainer .sosyalMedyaHeader ul li:nth-child(4) img{
    margin-right: 5px;
}
.headerTopContainer .sosyalMedyaHeader ul li a:hover{
    color: #f4a700;
}
.headerTopContainer .butonsHeader a{
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    margin-left: 30px;
    position: relative;
}
.headerTopContainer .butonsHeader a span{
    margin-right: 5px;
}
.headerTopContainer .butonsHeader a:first-child::after{
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    width: 1px;
    height: 37px;
    background: white;
}
.headerTopContainer .butonsHeader a:hover{
    background-color: #449d44;
    border-color: #398439;
    color: #fcb100;
}
/*
MAIN MENU
*/
.main-menu {
    padding: 5px 0;
    position: relative;
}
.main-menu .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-menu  .bars{
	color: #777;
	font-size: 2em;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: .5s linear;
	display: none;
}
.main-menu .logo{
	height: 70px;
}
.main-menu .logo img {
    height: 60px;
    width: unset !important;
    max-width: unset !important;
}
.main-menu #navbar{
    width: 100%;
    text-align: right;
    margin: 8px 0 0;
    padding: 0;
}
.main-menu #navbar > li{
	list-style: none;
	display: inline-block;   
}
.main-menu #navbar > li > a{
    color: #777;
	line-height: 20px;
    border: 1px solid transparent;
    line-height: 20px;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 700;
    transition: all .2s linear;
    position: relative;
}
.main-menu #navbar.nav > li > a.active {
    background: #252e3f !important;
    border-color: #121224;
    border-radius: 3px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff !important;
}
.main-menu #navbar > li:hover > a{
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    border-radius: 3px;
    border-color: #ccc;
}
.main-menu #navbar > li > a .item-new {
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .01em;
    padding: 4px 7px;
    position: absolute;
    text-transform: uppercase;
    right: 14px;
    top: -12px;
    float: right;
    left: 0;
    margin: 2px 0 0 10px;
    text-align: left;
}
.main-menu #navbar > li > a .item-new.bg-success {
    background-color: #738d00 !important;
}
.main-menu #navbar > li > a .item-new.bg-info {
    background-color: #0098ca !important;
}
.main-menu #navbar > li > a .item-new:before {
    border: 5px solid transparent;
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
}
.main-menu #navbar > li > a .item-new.bg-success:before {
    border-right-color: #738d00 !important;
}
.main-menu #navbar > li > a .item-new.bg-info:before {
    border-right-color: #0098ca !important;
}
.main-menu #navbar .menu-one{
	position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #d3d8e0;
    display: none;
    margin: 0;
    padding: 10px 0;
    height: auto;
}
.main-menu #navbar .menuContainer{
	display: flex;
    width: 100%;
    position: relative;
}
.main-menu #navbar .menuContainer li{
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    list-style: none;
    padding: 0px;
}
.main-menu #navbar .menuContainer li .item{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 12px 0;
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
    max-width: 188px;
}
.main-menu #navbar .menuContainer li .item .menu-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6b6b6b;
    font-size: 12px;
    background-color: #fff;
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 5px;
    box-shadow: -1px 4px 15px -7px rgb(0 0 0 / 66%);
    position: relative;
}
.main-menu #navbar .menuContainer li .item .menu-block:hover svg {
    fill: #f8c805;
}
.main-menu #navbar .menuContainer li i {
    display: none;
}
.main-menu #navbar .menuContainer li .titles {
    color: #252e3f;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 0;
    margin-bottom: 8px;
}
.main-menu #navbar .menuContainer li .item .menu-block:hover{
    background-color: #252e3f!important;
    box-shadow: 0 10px 78px -24px rgb(0 0 0 / 99%);
    color: #fff;
}
.main-menu #navbar .menuContainer li .item .menu-block:hover .titles{
    color: #fff;
}
.main-menu #navbar .menuContainer .promo{
    font-size: 12px;
    position: relative;
    position: absolute;
    right: 0px;
    width: 325px;
    box-sizing: border-box;
    background-color: #fcb203 !important;
    display: flex;
    align-items: center;
    height: 224px;
}
.main-menu #navbar .menuContainer .promo .promo-links{
    text-align: left;
    color: #fff;
    background-color: #fcb203 !important;
    display: block;
    text-decoration: none;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
}
.main-menu #navbar .menuContainer .promo .promo-links .promo-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.main-menu #navbar .menuContainer .promo .promo-links ul{
    padding-left: 40px;
}
.main-menu #navbar .menuContainer .promo .promo-links li {
    text-align: left;
    padding: 0!important;
}
.main-menu #navbar .menuContainer .promo .promo-links li a {
    color: #fff;
    font-size: 14px;
}
.main-menu #navbar .menuContainer .promo .promo-links li a:hover{
    color: #efefef;
}
.main-menu #navbar li .menu-one ul{
	flex: 1;
	text-align: center;
	list-style: none;
	padding: 10px;
}
/*
HERO
*/
#banner{
    padding-top: 100px;
    padding-bottom: 60px;
    background-image: url('../img/s01.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#banner .wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}
#banner .wrapper h2{
    font-size: 35px;
    color: #354042;
    line-height: 35px;
    text-align: left;
    font-weight: 400;
}
#banner .wrapper h2 strong{
    font-weight: 600;
    color: #5cb85c;
}
#banner .wrapper h1{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    font-weight: 500;
    color: #003e73;
}
#banner .wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#banner .wrapper ul li{
    font-size: 18px;
    color: #003e73;
    text-align: left;
    margin-bottom: 5px;
}
#banner .wrapper ul li i{
    color: #fbb000;
    font-size: 14px;
}
#banner .wrapper ul li i:before{
    margin-right: 0;
    margin-left: 0;
}
#banner .wrapper .btn{
    display: block;
    margin-bottom: 21.74px;
    border: 2px solid #828282;
    margin-top: 50px;
    max-width: 170px;
    border-radius: 5px;
    text-align: center;
    transition: all .2s ease-in-out;
}
#banner .wrapper .btn a{
    display: inline-block;
    font-size: 14px;
    color: #828282;
    font-weight: 500;
    padding: 14px 19px;
}
#banner .wrapper .btn a i{
    font-size: 16px;
    margin-right: 5px;
}
#banner .wrapper .btn:hover{
    border-color: rgb(244, 167, 0);
    color: rgb(255, 255, 255);
    background-color: rgb(244, 167, 0);
}
#banner .wrapper .btn:hover a{
    color: #fff;
}
/*
SEARCH
*/
#search{
    background-color: #2e343e;
}
#search .container{
    display: flex;
    justify-content: center;
    align-items: center;
}
#search .item{
    width: 50%;
}
#search .item.row{
   display: flex;
}
#search .item .search_box {
    width: 93%;
    height: 70px;
    position: relative;
    display: inline-block;
    text-align: center;
}
#search .item .search_box .search_area {
    float: left;
    width: 100%;
    height: 70px;
    background-color: #fff;
    position: relative;
    margin-bottom: 50px;
}
#search .item .search_box .search_area .text_field {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    border: none;
    height: 100%;
    padding: 0 55px;
    box-shadow: 0px 0px 10px 1px #d1d1d1;
    outline: none;
    background: white;
    box-sizing: border-box;
}
#search .item .search_box .search_area .text_field ~ label {
    position: absolute;
    left: 25px;
    text-align: center;
    top: 24px;
    font-size: 18px;
    color: #233141;
    transition: 0.3s;
    letter-spacing: 0.5px;
    font-weight: 400;
}
#search .item .search_box .search_area .text_field:focus ~ label{
    font-size: 18px;
    color: #3399FF;
    transition: 0.3s;
}
#search .item .search_box .search_area .text_field ~ .focus-border:before,
#search .item .search_box .search_area .text_field ~ .focus-border:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00abf0;
    transition: 0.3s;
}
#search .item .search_box .search_area .text_field ~ .focus-border:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
#search .item .search_box .search_area .text_field:focus ~ .focus-border:before,
#search .item .search_box .search_area .text_field:focus ~ .focus-border:after{
    width: 100%;
    transition: 0.3s;
}
#search .item .search_box .search_area .text_field:focus ~ .focus-border i:before,
#search .item .search_box .search_area .text_field:focus ~ .focus-border i:after{
    height: 100%;
    transition: 0.4s;
}
#search .item .search_box .search_area .text_field ~ .focus-border i:before,
#search .item .search_box .search_area .text_field ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #00abf0;
    transition: 0.4s;
}
#search .item .search_box .search_area .text_field ~ .focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
#search .item .search_box .search_btn {
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 25px 36px !important;
    font-size: 14px !important;
    font-weight: 700;
    background: #f4a700 !important;
    color: #fff !important;
    border: none;
    line-height: 1;
    border-radius: 3px;
    transition-duration: 1s;
}
#search .item .text_row{
    flex: 1;
    text-align: center;
}
#search .item .text_row .title {
    line-height: 25px;
    font-size: 35px;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 30px;
    text-transform: uppercase;
}
#search .item .text_row .sale{
    color: #8c8888;
    text-decoration: line-through;
    font-size: 14px;
}
#search .item .text_row p{
    color: #f4a700;
    font-weight: 600;
    font-size: 22px;
    margin-top: 0;
}
/*
PRICE
*/
#price{
    padding-top: 50px !important;
    padding-bottom: 20px !important;
    background: rgba(241, 241, 241) url('../img/servers.png') !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}
#price .text span{
    display: block;
    font-weight: bold;
}
#price .text{
    font-size: 30px;
    line-height: 35px;
    text-align: right;
    font-weight: 400;
    width: 70%;
    float: right;
    font-family: 'Roboto', sans-serif;
    color: #404040;
    margin-bottom: 110px !important;
    padding-top: 30px !important;
}
#price .priceContent{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#price .priceContent .item{
    position: relative;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #404040;
    flex: 1;
    margin-left: 15px;
    margin-right: 15px;
}
#price .priceContent .item .ribbon {
    position: absolute;
    left: 0px;
    top: auto;
    z-index: 0;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
#price .priceContent .item .ribbon b {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC23C 0%, #9BC23C 100%);
    position: absolute;
    top: 18px;
    left: -22px;
}
#price .priceContent .item .ribbon1 {
    position: absolute;
    left: 0;
    top: auto;
    z-index: 0;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
#price .priceContent .item .ribbon1 b {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #00b2f2;
    background: linear-gradient(#00b2f2 0%, #00b2f2 100%);
    position: absolute;
    top: 18px;
    left: -22px;
}
#price .priceContent .item .hosting_plan{
    width: 100%;
    float: left;
    border: 3px solid #ececec;
    padding: 13px 0 40px;
    transition: all ease-in-out .1s;
    background: #fff;
}
#price .priceContent .item .hosting_plan:hover {
    border-color: #fcb100;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
#price .priceContent .item .hosting_plan h4 {
    font-size: 19px;
    color: #354042;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 24px;
    font-weight: 400;
    margin-top: 10px;
}
#price .priceContent .item .hosting_plan:hover h4 {
    color: #fcb100;
}
#price .priceContent .item .hosting_plan .hosting_planprice{
    width: 100%;
    height: 155px;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 50px;
    padding: 40px 0 12px;
    box-sizing: border-box;
}
#price .priceContent .item .hosting_plan .hosting_planprice:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 20px solid #f9f9f9;
}
#price .priceContent .item .hosting_plan:hover .hosting_planprice {
    background: #fcb100;
}
#price .priceContent .item .hosting_plan:hover span,
#price .priceContent .item .hosting_plan:hover p {
    color: #fff!important;
}
#price .priceContent .item .hosting_plan:hover .hosting_planprice:after {
    border-top: 20px solid #fcb100;
}
#price .priceContent .item .hosting_plan .hosting_planprice span.hostingpaln_dollar {
    font-size: 55px;
    line-height: 55px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
#price .priceContent .item .hosting_plan .hosting_planprice p{
    margin-top: 0;
}
#price .priceContent .item .hosting_plan ul{
    text-align: left;
    padding-left: 20px;
}
#price .priceContent .item .hosting_plan ul li {
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #F3F4F5;
    color: #999;
}
#price .priceContent .item .hosting_plan ul li i {
    margin-right: 10px;
}
#price .priceContent .item .hosting_plan ul li:last-child{
    display: flex;
    line-height: 35px;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
}
#price .priceContent .item .hosting_plan ul li img{
    height: auto;
    max-width: 100%;
}
#price .priceContent .item .hostingplan_btn {
    display: inline-block;
    margin: 27px 0 0;
}
#price .priceContent .item .hostingplan_btn a {
    display: block;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 16px;
}
#price .priceContent .item .hosting_plan:hover .hostingplan_btn a {
    transition-duration: 1s;
    background: #fcb100 !important;
}
/*
KURUMSAL
*/
#kurumsal{
    padding-top: 55px !important;
    padding-bottom: 55px !important;
    background-image: url('../img/noktaharita.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
}
#kurumsal .text h2{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 30px;
    color: #363636; 
    margin-top: 20px;
}
#kurumsal .text h2 span{
    color: #fbb40d;
}
#kurumsal .text p{
    font-size: 16px;
    font-weight: 400;
    color: #363636;
    text-align: center;
}
#kurumsal .hosting_featuredbox{
    display: flex;
    padding-top: 20px !important;
}
#kurumsal .hosting_featuredbox .item{
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
#kurumsal .hosting_featuredbox .item .rotate-box {
    transition: all ease-in-out 0.6s !important;
    background-color: #2e343e !important;
    transform: rotate(45deg);
    height: 112px;
    width: 112px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 30px !important;
}
#kurumsal .hosting_featuredbox .item .rotate-box img {
    margin-top: 29px;
    transform: rotate(-46deg);
    transition: all ease-in-out 0.6s;
}
#kurumsal .hosting_featuredbox .item:hover .rotate-box {
    background-color: #d9534f !important;
    transform: rotate(0deg);
}
#kurumsal .hosting_featuredbox .item:hover .rotate-box img {
    transform: rotate(0deg);
}
#kurumsal .hosting_featuredbox .item .contact_decription h4{
    color: #363636;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
#kurumsal .hosting_featuredbox .item .contact_decription p{
    color: #363636;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
}
/*
TANITIM
*/
#tanitim{
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 40px !important
}
#tanitim .container{
    display: flex;
}
#tanitim .item{
    width: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#tanitim .item h2{
    color: #fbb40d;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 29px;
    font-weight: 900;
    line-height: 1.1;
    text-align: left;
}
#tanitim .item p{
    font-size: 16px;
    font-weight: 400;
    color: #363636;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
}
/*
TANITIM
*/
#hizli_erisim{
    padding-top: 65px;
    padding-bottom: 60px;
    background-image: url('../img/main-banner-img.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#hizli_erisim.ozelKaynak{
    background: #fbb000!important;
}
#hizli_erisim .container{
    display: flex;
}
#hizli_erisim.ozelKaynak .container {
    display: flex;
    align-items: center;
}
#hizli_erisim .item{
    width: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#hizli_erisim .item h2{
    color: #fbb40d;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 29px;
    font-weight: 900;
    line-height: 1.1;
    text-align: left;
}
#hizli_erisim .item h2 span{
    display: block;
    color: #fff;
}
#hizli_erisim.sunucu .item h2 span{
    display: inline-block;
    color: #fff;
}
#hizli_erisim .item p{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    padding-right: 20px;
    line-height: 1.5;
}
#hizli_erisim .item img{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
/*
ÇÖZÜMLER
*/
#cozumler{
    text-align: center;
    color: #404040;
    padding-bottom: 20px !important;
    background-color: #ffffff !important;
}
#cozumler h2{
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    font-size: 36px;
    color: #363636;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
}
#cozumler p{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 0;
}
#cozumler p a{
    color: #00b2f2;
}
#cozumler .list{
    width: 50%;
    float: left;
}
#cozumler .list.border{
    background: url(../img/right-border.png) no-repeat top right;
    padding-top: 0px !important;
    padding-right: 45px !important;
}
#cozumler .list.left{
    padding-top: 0px !important;
    padding-left: 36px !important;
}
#cozumler .list .item{
    display: flex;
    justify-content: center;
    text-align: right;
    margin-bottom: 55px;
}
#cozumler .list .item .text_wrapper{
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
#cozumler .list .item .text_wrapper h5{
    font-size: 18px;
    margin: 0px;
    font-weight: bold;
    line-height: 35px;
    color: #232323;
}
#cozumler .list .item .text_wrapper p{
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 0;
}
#cozumler .list .item .img_wrapper{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: fit-content;
}
#cozumler .list .item .img_wrapper img{
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
/*
HAZIR SİTELER
*/
#hazir_siteler{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-image: url("../img/start-building-bg.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#hazir_siteler .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
#hazir_siteler .container .item{
    width: 50%; 
}
#hazir_siteler .container .item:last-child{
    width: 40%; 
}
#hazir_siteler .container .item h2{
    color: #ffffff;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 29px;
    font-weight: 900;
    line-height: 1.1;
}
#hazir_siteler .container .item p{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
    padding-right: 30px;
    line-height: 1.5;
}
#hazir_siteler .btn {
    display: block;
    margin-bottom: 21.74px;
    border: 2px solid #fff;
    margin-top: 50px;
    max-width: 170px;
    border-radius: 5px;
    text-align: center;
    transition: all .2s ease-in-out;
}
#hazir_siteler .btn a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 14px 19px;
}
#hazir_siteler .btn a i {
    font-size: 16px;
    margin-right: 5px;
}
#hazir_siteler .btn:hover{
    border-color: rgb(244, 167, 0);
    color: rgb(255, 255, 255);
    background-color: rgb(244, 167, 0);
}
#hizli_destek{
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    background-color: #f4f4f4 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#hizli_destek .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
#hizli_destek .container .item{
    width: 50%; 
    text-align: center;
}
#hizli_destek .container .item h2{
    color: #163c79;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 29px;
    font-weight: 900;
    line-height: 1.1;
    text-align: left;
}
#hizli_destek .container .item p{
    font-size: 16px;
    font-weight: 400;
    color: #363636;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
}
/*
SON TEKNOLOJİ
*/
#son_teknoloji{
    padding-top: 80px !important;
    background-color: #d8eff5 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
}
#son_teknoloji h2{
    color: #051646;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 29px;
    font-weight: 900;
}
#son_teknoloji p{
    font-size: 16px;
    font-weight: 400;
    color: #363636;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5;
}
#son_teknoloji h3{
    font-weight: bold;
    color: #00b2f2;
    margin-top: 60px;
    font-size: 24px;
    margin-bottom: 10px;
}
/*
FOOTER
*/
#hostiko-footer{
    padding: 70px 0;
    margin-top: 0px;
    background-color: #1e1e1e;
    background-repeat: no-repeat;
    background-size: cover;
}
#hostiko-footer .container{
    display: flex;
}
#hostiko-footer .container .item{
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    height: fit-content;
}
#copyright .textwidget {
    padding-top: 30px;
}
#hostiko-footer #copyright{
    padding: 0 9px;
}
#hostiko-footer #copyright p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 14px;
    color: #fff !important;
}
#hostiko-footer #copyright p .banka{
    width: 100%;
}
#hostiko-footer #copyright span{
    font-style: italic;
    font-size: 12px;
    display: block;
}
#copyright img {
    margin-bottom: 12px;
}
#footer1, #footer2, #footer3 {
    border-left: solid 1px rgba(255,255,255,0.1);
    padding: 0 20px!important;
}
#footer1 .widget h3.widget-title,
#footer3 h3.widget-title {
    color: #fff;
    margin: 0 0 11px;
    font-weight: 700;
    top: 0;
    font-size: 18px;
    text-transform: capitalize;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
#footer1 .widget ul li, #footer2 .widget ul li {
    font-size: 14px;
    border-bottom: none;
    padding: 0.5em 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    width: 100%;
}
#footer1 .widget ul li:before{
    content: '\e811';
    font-family: "sunucukurulum";
    margin-right: 10px;
    float: left;
    color: #fbb000;
}
#hostiko-footer ul li a {
    font-weight: 300;
    letter-spacing: 1px;
    transition: all ease-in-out 0.6s;
    color: #fff;
    text-transform: capitalize;
}
#hostiko-footer a:hover {
    color: #fbb000 !important;
}
#footer3 .widget h3.widget-title {
    margin-bottom: 17px;
}
#hostiko-footer #footer3 ul {
    list-style: none !important;
    margin: 0px;
    padding: 0;
}
#footer3 .address-box li {
    border-bottom: 0px;
    padding-bottom: 10px;
    padding-left: 34px;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 0px;
    position: relative;
}
#footer3 .address-box li span {
    text-transform: capitalize;
    font-weight: 700;
    display: none;
}
#footer3 .address-box li:before{
    position: absolute;
    left: 0;
    top: 10px;
    color: #fbb000;
    font-size: 20px;
    font-family: "sunucukurulum";
}
#footer3 .address-box li:nth-child(1):before {
    content: "\e804";
    top: 5px;
}
#footer3 .address-box li:nth-child(2):before {
    content: "\f0e0";
    top: 0px;
}
#footer3 .address-box li:nth-child(3):before {
    content: "\e805";
    top: 0px;
}
/*
ALAN ADI
*/
.urun-header{
    padding-top: 35px !important;
    padding-bottom: 55px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#banner.urun-header h1{
    font-size: 35px;
    color: #fbb000;
    text-align: left;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}
#banner.urun-header p{
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 16px;
    font-weight: 300;
    color: #fff;
}
#banner.urun-header ul li{
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
}
#alanAdiKaydi-Search{
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}
#alanAdiKaydi-Search h2{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 30px;
    color: #232323;
}
#alanAdiKaydi-Search h2 span{
    color: #00b2f2;
}
#alanAdiKaydi-Search p{
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    margin-top: 0;
}
#alanAdiKaydi-Search .search_box {
    width: 93%;
    height: 70px;
    position: relative;
    display: inline-block;
    text-align: center;
}
#alanAdiKaydi-Search .search_box .search_area {
    float: left;
    width: 100%;
    height: 70px;
    background-color: #fff;
    position: relative;
}
#alanAdiKaydi-Search .search_box .search_area .text_field {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    border: none;
    height: 100%;
    padding: 0 55px;
    box-shadow: 0px 0px 10px 1px #d1d1d1;
    outline: none;
    background: white;
    box-sizing: border-box;
}
#alanAdiKaydi-Search .search_box .search_area .text_field ~ label {
    position: absolute;
    left: 25px;
    text-align: center;
    top: 24px;
    font-size: 18px;
    color: #233141;
    transition: 0.3s;
    letter-spacing: 0.5px;
    font-weight: 400;
}
#alanAdiKaydi-Search .search_box .search_area .text_field:focus ~ label{
    font-size: 18px;
    color: #3399FF;
    transition: 0.3s;
}
#alanAdiKaydi-Search .search_box .search_area .text_field ~ .focus-border:before,
#alanAdiKaydi-Search .search_box .search_area .text_field ~ .focus-border:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00abf0;
    transition: 0.3s;
}
#alanAdiKaydi-Search .search_box .search_area .text_field ~ .focus-border:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
#alanAdiKaydi-Search .search_box .search_area .text_field:focus ~ .focus-border:before,
#alanAdiKaydi-Search .search_box .search_area .text_field:focus ~ .focus-border:after{
    width: 100%;
    transition: 0.3s;
}
#alanAdiKaydi-Search .search_box .search_area .text_field:focus ~ .focus-border i:before,
#alanAdiKaydi-Search .search_box .search_area .text_field:focus ~ .focus-border i:after{
    height: 100%;
    transition: 0.4s;
}
#alanAdiKaydi-Search .search_box .search_area .text_field ~ .focus-border i:before,
#alanAdiKaydi-Search .search_box .search_area .text_field ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #00abf0;
    transition: 0.4s;
}
#alanAdiKaydi-Search .search_box .search_area .text_field ~ .focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
#alanAdiKaydi-Search .search_box .search_btn {
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 25px 36px !important;
    font-size: 14px !important;
    font-weight: 700;
    background: #f4a700 !important;
    color: #fff !important;
    border: none;
    line-height: 1;
    border-radius: 3px;
    transition-duration: 1s;
}
#alanAdiKaydi-price{
	margin-top:50px;
    padding-top: 28px !important;
    padding-bottom: 100px !important;
    background-image: url('../img/domain-banner.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
}
#alanAdiKaydi-price .text{
    margin-bottom: 100px !important;
}
#alanAdiKaydi-price .text h2{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 30px;
    color: #fcb100;
}
#alanAdiKaydi-price .text h2 span{
    color: #00b2f2;
}
#alanAdiKaydi-price .text p{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}
#alanAdiKaydi-price .priceContent{
    display: flex;
    align-items: center;
    justify-content: center;
}
#alanAdiKaydi-price .priceContent .item{
    background: #fff;
    padding: 87px 0 40px;
    position: relative;
    float: left;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}
#alanAdiKaydi-price .priceContent .item .hosting_pricebox {
    font-weight: 500;
    float: left;
    width: 100%;
}
#alanAdiKaydi-price .priceContent .item .hosting_pricebox span.numeric {
    font-size: 72px;
    line-height: 72px;
}
#alanAdiKaydi-price .priceContent .item .hosting_registerbtn {
    float: left;
    width: 100%;
    padding: 23px 0 0 0;
}
#alanAdiKaydi-price .priceContent .item .hosting_registerbtn a {
    font-size: 16px;
    font-weight: 700;
    padding: 11px 40px;
    text-transform: uppercase;
    line-height: 14px;
    transition: all ease-in-out .6s;
    color: #fff;
}
#alanAdiKaydi-price .priceContent .item .hosting_bluebox {
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    top: -66px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0px 0;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all ease-in-out .6s;
}
#alanAdiKaydi-price .priceContent .item:hover .hosting_registerbtn a {
    background: #fcb100 !important;
}
#alanAdiKaydi-price .priceContent .item:hover .hosting_bluebox {
    background: #fcb100 !important;
    color: #000;
}
#almaliyim{
    text-align: center;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-color: #f1f1f1 !important;
}
#almaliyim h2{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 30px;
    color: #354042;
    text-align: center;
}
#almaliyim .wrapper .item p{
    font-size: 14px;
    line-height: 1.5;
    color: #404040;
    margin: 0;
}
#almaliyim .wrapper{
    display: flex;
    flex-wrap: wrap;
}
#almaliyim .text{
    margin-bottom:35px;
}
#almaliyim .wrapper .item{
    padding-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    border: solid 1px #dcdcdc;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 31%;
    box-sizing: border-box;
}
#almaliyim .wrapper .item h5{
    font-size: 18px;
    margin-bottom: 19px;
    line-height: 20px;
    color: #232323;
}
#almaliyim .wrapper .item p a{
    color: #00b2f2;
}
#almaliyim .wrapper .item:hover {
    border-color: #fcb100 !important;
}
#almaliyim .wrapper .item:hover h5 {
    color: #fcb100 !important;
}

#colon4{
    text-align: center;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
#colon4 h2{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 30px;
    color: #354042;
    text-align: center;
}
#colon4 .wrapper .item p{
    font-size: 14px;
    line-height: 1.5;
    color: #404040;
    margin: 0;
}
#colon4 .wrapper{
    display: flex;
    flex-wrap: wrap;
}
#colon4 .text{
    margin-bottom:35px;
}
#colon4 .wrapper .item{
    padding-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    border: solid 1px #dcdcdc;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 23%;
    box-sizing: border-box;
}
#colon4 .wrapper .item h5{
    font-size: 18px;
    margin-bottom: 19px;
    line-height: 20px;
    color: #232323;
}
#colon4 .wrapper .item p a{
    color: #00b2f2;
}
#colon4 .wrapper .item:hover {
    border-color: #fcb100 !important;
}
#colon4 .wrapper .item:hover h5 {
    color: #fcb100 !important;
}
#tanitim-fikir{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#tanitim-fikir .container{
    display: flex;
}
#tanitim-fikir .item {
    width: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#tanitim-fikir .item h2 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 29px;
    font-weight: 900;
    color: #354042;
    text-align: left;
}
#tanitim-fikir .item h2 span{
    color: #fbb000;
}
#tanitim-fikir .item p {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
}
#fiyat_garanti{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f1f1f1;
}
#fiyat_garanti.yedekleme{
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #ffffff;
}
#fiyat_garanti .container{
    display: flex;
    justify-content: center;
}
#fiyat_garanti .item{
    width: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#fiyat_garanti .item h2{
    color: #fbb40d;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 29px;
    font-weight: 900;
    line-height: 1.1;
    text-align: left;
}
#fiyat_garanti.yedekleme .item h2{
    color: #00abf0;
}
#fiyat_garanti .item h2 span{
    color: #354042;
}
#fiyat_garanti .item p{
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    text-align: left;
    padding-right: 20px;
    line-height: 1.5;
}
#fiyat_garanti .item img{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
#fiyat_garanti.yedekleme .item img{
    height: auto;
    max-width: 100%;
}
#fiyat_garanti .item ul{
    font-size: 16px;
    margin: 0 0 30px 10px;
    padding: 0;
    color: #777777;
    font-weight: 500;
    text-align: left;
}
#fiyat_garanti .item ul li {
    padding-left: 20px;
    position: relative;
    line-height: 27px;
}
#fiyat_garanti .item ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 6px;
    border: solid 2px #00abf0;
    border-radius: 100%;
}
#fiyat_garanti .item .slider__sunucu{
    width: 563px;
    height: 300px;
    overflow: hidden;
}
#fiyat_garanti .item .slider__sunucu .items img{
    height: 300px;
    object-fit: cover;
}
#fiyat_garanti .item .slider__sunucu .slick-prev,
#fiyat_garanti .item .slider__sunucu .slick-next {
  position: absolute;
  top: 50%;
  border: solid #00abf0;
  border-width: 3px 3px 0 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  outline: none;
  transition: all 250ms ease 0s;
  margin-top: -11px;
  z-index: 100;
}
#fiyat_garanti .item .slider__sunucu .slick-prev:hover,
#fiyat_garanti .item .slider__sunucu .slick-next:hover {
  border-color: #fcb100;
}
#fiyat_garanti .item .slider__sunucu .slick-prev:active,
#fiyat_garanti .item .slider__sunucu .slick-next:active {
  border-color: #fcb100;
}
#fiyat_garanti .item .slider__sunucu .slick-prev:before,
#fiyat_garanti .item .slider__sunucu .slick-next:before {
  content: " ";
}
#fiyat_garanti .item .slider__sunucu .slick-prev {
  left: -60px;
  transform: rotate(-135deg);
}
#fiyat_garanti .item .slider__sunucu .slick-next {
    right: -60px;
    transform: rotate(45deg);
}
#fiyat_garanti .item .slider__sunucu .slick-prev.slick-disabled:before,
#fiyat_garanti .item .slider__sunucu .slick-next.slick-disabled:before {
  opacity: 0.25;
}
#fiyat_garanti .item .slider__sunucu .slick-prev {
  left: 20px;
}
#fiyat_garanti .item .slider__sunucu .slick-next {
    right: 20px;
}
#sss{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
#sss .wrapper{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
#sss h2{
    color: #354042;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
#sss .item{
    width: 50%;
    text-align: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
#sss .sss {
    background-color: #ffffff;
    line-height: 30px;
    padding: 10px;
    border: 1px dotted #e6e3e3;
    display: block;
    margin: 0 0 21.74px;
    font-size: 1em;
}
#sss .vc_toggle {
    display: block;
    margin: 0 0 15px;
    font-size: 1em;
}
#sss .vc_toggle_title {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    padding-left: 30px;
}
#sss .vc_toggle_title h3{
    font-size: 20px;
    color: #354042;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
}
#sss .vc_toggle_icon{
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background-color: transparent;
    border-color: #F7BE68;
}
#sss .vc_toggle .vc_toggle_icon {
    height: 14px;
    width: 14px;
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    border-color: #F7BE68;
}
#sss .vc_toggle .vc_toggle_icon::before{
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    height: 2px;
    width: 8px;
    background-color: #F7BE68;
}
#sss .vc_toggle .vc_toggle_icon::after{
    background-color: #F7BE68;
}
#sss .vc_toggle_title.active .vc_toggle_icon::after {
    visibility: hidden;
}
#sss .vc_toggle .vc_toggle_icon::after {
    height: 8px;
    width: 2px;
    display: block;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
}
#sss .vc_toggle_content {
    display: none;
    margin-bottom: 21.74px;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    padding-left: 30px;
}
#sss .vc_toggle_content p{
    line-height: 18px;
    font-size: 14px;
    margin: 0;
    line-height: 21px;
    color: #404040;
}
/*
BULUT SUNUCU
*/
.bulut-sunucu{
    padding-top: 57px !important;
    padding-bottom: 57px !important;
    background-image: url("../img/bulutsunucu.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#banner.bulut-sunucu h1,
#banner.limitsiz-hosting h1,
#banner.linux-bayi-hosting h1
{
    font-size: 35px;
    color: #fbb000;
    text-align: left;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}
#banner.bulut-sunucu p,
#banner.limitsiz-hosting p,
#banner.linux-bayi-hosting p
{
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 16px;
    font-weight: 300;
    color: #fff;
}
#banner.bulut-sunucu ul li,
#banner.limitsiz-hosting ul li,
#banner.linux-bayi-hosting ul li
{
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
}
#bulutssd-price{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background: #f2f2f2 url("../img/b1bg.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#bulutssd-price .text{
    margin-bottom: 40px
}
#bulutssd-price .text h2{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 30px;
    color: #354042;
    text-align: center;
}
#bulutssd-price .text p{
    font-size: 17px;
    font-weight: 400;
    color: #777777;
    text-align: center;
    margin: 0 0 10px 0;
}
#bulutssd-price .text p b{
    font-weight: bold;
    color: #00b2f2;
}
#bulutssd-price .text h4{
    font-weight: bold;
    color: #00b2f2;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
#bulutssd-price .priceContent{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#bulutssd-price .priceContent .item{
    position: relative;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #404040;
    width: 100%;
    margin-left: 12px;
    margin-right: 12px;
}
#bulutssd-price .priceContent .item .ribbon {
    position: absolute;
    left: 0px;
    top: auto;
    z-index: 0;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
#bulutssd-price .priceContent .item .ribbon b {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC23C 0%, #9BC23C 100%);
    position: absolute;
    top: 18px;
    left: -22px;
}
#bulutssd-price .priceContent .item .ribbon1 {
    position: absolute;
    left: 0;
    top: auto;
    z-index: 0;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
#bulutssd-price .priceContent .item .ribbon1 b {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #00b2f2;
    background: linear-gradient(#00b2f2 0%, #00b2f2 100%);
    position: absolute;
    top: 18px;
    left: -22px;
}
#bulutssd-price .priceContent .item .hosting_plan{
    width: 100%;
    float: left;
    border: 3px solid #ececec;
    padding: 13px 0 40px;
    transition: all ease-in-out .1s;
    background: #fff;
}
#bulutssd-price .priceContent .item .hosting_plan:hover {
    border-color: #fcb100;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
#bulutssd-price .priceContent .item .hosting_plan h4 {
    font-size: 19px;
    color: #354042;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 24px;
    font-weight: 400;
    margin-top: 10px;
}
#bulutssd-price .priceContent .item .hosting_plan:hover h4 {
    color: #fcb100;
}
#bulutssd-price .priceContent .item .hosting_plan .hosting_planprice{
    width: 100%;
    height: 155px;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 50px;
    padding: 40px 0 12px;
    box-sizing: border-box;
}
#bulutssd-price .priceContent .item .hosting_plan .hosting_planprice:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 20px solid #f9f9f9;
}
#bulutssd-price .priceContent .item .hosting_plan:hover .hosting_planprice {
    background: #fcb100;
}
#bulutssd-price .priceContent .item .hosting_plan:hover span,
#bulutssd-price .priceContent .item .hosting_plan:hover p {
    color: #fff!important;
}
#bulutssd-price .priceContent .item .hosting_plan:hover .hosting_planprice:after {
    border-top: 20px solid #fcb100;
}
#bulutssd-price .priceContent .item .hosting_plan .hosting_planprice span.hostingpaln_dollar {
    font-size: 55px;
    line-height: 55px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
#bulutssd-price .priceContent .item .hosting_plan .hosting_planprice span.old {
    display: block;
    font-size: large;
    text-decoration: line-through;
}
#bulutssd-price .priceContent .item .hosting_plan .hosting_planprice p{
    margin-top: 0;
}
#bulutssd-price .priceContent .item .hosting_plan ul{
    text-align: left;
    padding-left: 20px;
}
#bulutssd-price .priceContent .item .hosting_plan ul li {
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #F3F4F5;
    color: #999;
}
#bulutssd-price .priceContent .item .hosting_plan ul li i {
    margin-right: 10px;
}
#bulutssd-price .priceContent .item .hosting_plan ul li img{
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
#bulutssd-price .priceContent .item .hostingplan_btn {
    display: inline-block;
    margin: 27px 0 0;
}
#bulutssd-price .priceContent .item .hostingplan_btn a {
    display: block;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 16px;
}
#bulutssd-price .priceContent .item .hosting_plan:hover .hostingplan_btn a {
    transition-duration: 1s;
    background: #fcb100 !important;
}
/*
TANITIM
*/
#performans{
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 40px !important
}
#performans .container{
    display: flex;
}
#performans .item{
    width: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#performans .item h2{
    color: #354042;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 29px;
    font-weight: 900;
    line-height: 1.1;
    text-align: left;
}
#performans .item h2 span{
    color: #00abf0;
    display: block;
}
#performans .item p{
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
}
/*
EK ÖZELLİKLER
*/
#ek-ozellikler{
    padding-top: 35px;
    padding-bottom: 35px;
}
#ek-ozellikler .main-text{
    border-bottom: 1px solid #EBEBEB;
}
#ek-ozellikler .main-text h2{
    color: #354042;
    text-align: center;
    padding-bottom: 15px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
}
#ek-ozellikler .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}
#ek-ozellikler .wrapper .item{
    width: 35%;
    display: flex;
    padding: 0 25px;
    margin-bottom: 30px;
}
#ek-ozellikler .wrapper .item .img{
    margin-right: 30px;
}
#ek-ozellikler .wrapper .item .img img{
    width: 64px;
}
#ek-ozellikler .wrapper .item h4{
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
    margin-top: 0px;
    color: #232323;
    margin-bottom: 10px;
}
#ek-ozellikler .wrapper .item p{
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #212529;
}
#ek-ozellikler .wrapper .item p strong{
    font-weight: bold;
    color: #00b2f2;
    font-size: medium;
}
/*
LİMİTSİZ HOSTİNG
*/
.limitsiz-hosting{
    padding-top: 57px !important;
    padding-bottom: 57px !important;
    background-image: url("../img/limitsiz-hosting-banner.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#limitsiz-ozellikler{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
}
#limitsiz-ozellikler .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
#limitsiz-ozellikler .container .item{
    padding-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 24px;
    background-color: #fff;
    border: solid 1px #dcdcdc;
flex:1; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 15px;
    transition: .3s ease;
}
#limitsiz-ozellikler .container .item img{
    height: auto;
    max-width: 100%;
}
#limitsiz-ozellikler .container .item h5{
    font-size: 18px;
    margin-bottom: 19px;
    line-height: 20px;
    color: inherit;
    margin-top: 20px;
    font-family: inherit;
    font-weight: 500;
    transition: .3s ease;
}
#limitsiz-ozellikler .container .item p{
    line-height: 20px;
    color: #404040;
    font-size: 14px;
}
#limitsiz-ozellikler .container .item:hover {
    border-color: #fcb100;
}
#limitsiz-ozellikler .container .item:hover h5{
    color: #fcb100;
}
#sinirsiz-hosting{
    padding: 30px 0;
    text-align: center;
}
#sinirsiz-hosting .wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
#sinirsiz-hosting .wrapper .item{
    width: 37%;
    display: flex;
    justify-content: center;
    margin: 10px 40px;
    text-align: left;
}
#sinirsiz-hosting .wrapper .item .img{
    padding-right: 15px;
    transition: .3s ease;
}
#sinirsiz-hosting .wrapper .item .text{
    padding-left: 15px;
    padding-right: 15px;
}
#sinirsiz-hosting .wrapper .item h4{
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
    color: #232323;
    transition: .3s ease;
}
#sinirsiz-hosting .wrapper .item p{
    font-size: 14px;
    line-height: 22px;
    color: #5d3535;
    text-align: justify;
}
#sinirsiz-hosting .wrapper .item:hover .img {
    margin-top: -5px;
}
#sinirsiz-hosting .wrapper .item:hover h4 {
    color: #fcb100 !important;
}
#guvenli{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #00569f;
}
#guvenli .container{
    color: #ffffff;
    display: flex;
    justify-content: center;
}
#guvenli .container .item{
    width: 50%;
}
#guvenli .container .item h2{
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 29px;
    font-weight: 900;
}
#guvenli .container .item p{
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.5;
}
#guvenli .container .item img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
#turkce-panel{
    padding-top: 30px;
    padding-bottom: 30px;
}
#turkce-panel .container{
    display: flex;
    justify-content: center;
}
#turkce-panel .container .item{
    width: 50%;
}
#turkce-panel .container .item h2{
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 29px;
    font-weight: 900;
    color: #fbb000;
}
#turkce-panel .container .item p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #777777;
}
#turkce-panel .container .item img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
/*
LINUX BAYİ HOSTING
*/
#banner.linux-bayi-hosting {
    padding-top: 45px;
    padding-bottom: 45px;
    background-image: url("../img/banner-1.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#linux-bayi-price{
    padding-top: 30px !important;
    padding-bottom: 50px !important;
    background: #f2f2f2 url(../img/b1bg.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#linux-bayi-price .text h2{
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 30px;
    color: #354042;
}
#linux-bayi-price .text p{
    font-size: 17px;
    font-weight: 400;
    color: #777777;
    text-align: center;
    line-height: 1.5;
}
#linux-bayi-price table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
#linux-bayi-price table caption {
    font-size: 18px;
    padding: 3px 0 3px;
    background: #fcb100;
    color: #fff;
    text-align: center;
    caption-side: top;
    font-weight: 500;
}
#linux-bayi-price table thead th{
    background-color: #00abf0;
    font-size: 18px;
    color: #fff;
    padding: 8px 0 8px;
    font-weight: 600;
    border: none;
    text-align: center;
}
#linux-bayi-price table tr {
    background-color: #fff;
}
#linux-bayi-price table tr:nth-child(odd) {
    background-color: #f4f4f4;
}
#linux-bayi-price table td{
    border: none;
    padding: 41px 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #777777;
    line-height: 0;
    font-size: 14px;
    text-align: center;
}
#linux-bayi-price table td .tableButon a{
    padding: 12px 32px 13px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #00abf0;
    transition: all ease-in-out 0.4s;
}
#linux-bayi-price table td:first-child,
#linux-bayi-price table th:first-child {
    width: 20%;
    text-align: left;
    padding-left: 20px;
}
#paket-incele{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #9bc23c;
}
#paket-incele .container{
    display: flex;
    justify-content: center;
}
#paket-incele .container .main-text{
    margin-top: 0px;
    margin-bottom: 9px;
    font-weight: 900;
    color: #252e3f;
    text-align: center;
}
#paket-incele .container .main-text h2{
    font-size: 32px;
}
#paket-incele .container .main-text h2{
    font-size: 25px;
}
#paket-incele .container .buton_bos {
    display: block;
    margin-bottom: 21.74px;
    max-width: 100%;
    margin-top: 70px;
}
#paket-incele .container .buton_bos a {
    border-radius: 5px;
    border: 2px #252e3f solid;
    color: #252e3f;
    background-color: transparent;
    padding: 17px 28px;
    font-size: 16px;
    transition: .3s ease;
}
#paket-incele .container .buton_bos a i {
    font-size: 18px;
    height: 16px;
    line-height: 16px;
    padding-right: 10px;
}
#paket-incele .container .buton_bos:hover a{
    background-color: #252e3f;
    color: #fff;
}
/*
TOOLTİP
*/
[data-tooltip-arrow-top]{
    position: relative;
    width: 25px;
    display: inline-block;
}
[data-tooltip-arrow-top]:hover:after,
[data-tooltip-arrow-top]:hover:before{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
}
[data-tooltip-arrow-top]:before{
    position: absolute;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    font-family: sans-serif;
    padding: 0.45rem 0.75rem;
    background-color: #000;
    background-color: rgba(51, 51, 51, 0.9);
    border-radius: 0.2rem;
    line-height: 22px;
    pointer-events: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
}
[data-tooltip-arrow-top]:after{
    position: absolute;
    z-index: 1;
    width: 0;
    content: " ";
    font-size: 0;
    line-height: 1;
    border: 5px solid transparent;
    pointer-events: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
}
[data-tooltip-arrow-top]:before {
    bottom: calc(100% + 10px);
    left: 50%;
    content: attr(data-tooltip-arrow-top);
    transform: translatex(-50%);
    width: 150px;
}
[data-tooltip-arrow-top]:after {
    left: 50%;
    bottom: 100%;
    transform: translatex(-50%);
    border-top: 5px solid rgba(51, 51, 51, 0.9);
}



.pl-20{
    padding-left: 30px;
}
.pl-50{
    padding-left: 50px;
}
.pl-100{
    padding-left: 100px;
}
.pl-200{
    padding-left: 200px;
}
.pb-0{
    padding-bottom: 0!important;
}
.pb-50{
    padding-bottom: 50px!important;
}
.pt-0{
    padding-top: 0!important;
}
.pt-50{
    padding-top: 50px!important;
}
.pt-100{
    padding-top: 100px!important;
}
/*
POPUP
*/
.popUp_buton{
    background-color: #00A560;
    cursor: pointer;
    padding: 10px 10px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    top: 45%;
    height: auto;
    transform: rotate(90deg);
    left: -85px;
    color: #F1F1F1;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 15px;
    border-radius: 5px 5px 0 0;
}
.modal {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	transition: all 0.5s ease 0.06s;
}
.modal-content {
	background-color: #fff;
	margin: 11% auto;
	padding: 1.2rem;
	max-width: 30%;
	visibility: hidden;
	box-shadow: 2px 2px 10px 0px rgba(99, 106, 119, 0.6);
	border-radius: 5px;
    display: flex;
	flex-direction: column;
}
.close {
	color: #dedede;
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
    transition: all 0.5s ease 0.06s;
}
.close:before {
	content: "";
	font-size: 1rem;
	display: none;
	text-decoration: none;
	align-self: center;
	margin-top: 0.2rem;
	font-weight: 400;
}
.close:hover:before {
	display: initial;
	color: #dedede;
}
.close:hover,
.close:focus {
	color: hsl(0, 100%, 50%);
	text-decoration: none;
	cursor: pointer;
}
.close:active,
.close:before:active {
	transition: all 60ms ease;
	transform: scale(0.97);
}
.modal-header {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	font-size: 2em;
	font-weight: bold;
}
.modal-header h2{
    font-size: 28px;
    margin: 0;
    font-family: inherit;
    text-align: center;
    width: 100%;
    color: #00b2f2;
}
.modal-body p{
    color: #484848;
    font-family: inherit;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    margin: 0 0 30px;
}
.modal-footer {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
    margin-top: 1rem;
}
.modal-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.form-row {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 0.4rem 0.4rem;
}
.form-row:nth-child(odd) {
	background: #f2f2f2;
}
.form-row label {
    flex-basis: 30%;
    font-family: 'Roboto', sans-serif;
    padding: 0 0.5rem;
}
.form-row input,
.form-row textarea {
	flex-grow: 1;
    flex-basis: 70%;
    border: 1px solid hsl(0, 0%, 90%);
    padding: 0.5rem 0.2rem;
    max-width: 100%;
}
.slideDown {
	animation-name: slideDown;
	-webkit-animation-name: slideDown;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible !important;
}
@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(4%);
	}
	65%{
		transform: translateY(-2%);
	}
	80%{
		transform: translateY(2%);
	}
	95%{
		transform: translateY(-1%);
	}
	100% {
		transform: translateY(0%);
	}
}
#vpspriceslider table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
#vpspriceslider table caption {
    font-size: 18px;
    padding: 3px 0 3px;
    background: #fcb100;
    color: #fff;
    text-align: center;
    caption-side: top;
    font-weight: 500;
}
#vpspriceslider table thead th{
    background-color: #00abf0;
    font-size: 18px;
    color: #fff;
    padding: 8px 0 8px;
    font-weight: 600;
    border: none;
    text-align: center;
}
#vpspriceslider table tr {
    background-color: #fff;
}
#vpspriceslider table tr:nth-child(odd) {
    background-color: #f4f4f4;
}
#vpspriceslider table td{
    border: none;
    padding: 10px 0;
    color: #777777;
    line-height: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}
#vpspriceslider table td:last-child{
    margin-top: 50px;
    font-size: 16px;
}
#vpspriceslider table td:first-child{
    padding-bottom: 30px;
    font-size: 18px;
}
#vpspriceslider table td i{
    margin-bottom: 20px;
}
#vpspriceslider table td .tableButon{
    margin-top: 20px;
    margin-bottom: 40px;
}
#vpspriceslider table td .tableButon a{
    padding: 12px 32px 13px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #00abf0;
    transition: all ease-in-out 0.4s;
}
#vpspriceslider table td:first-child,
#vpspriceslider table th:first-child {
    width: 20%;
    text-align: left;
    padding-left: 20px;
}
/*
Fiyat Slider Sayfa Stilleri
*/
#vpspriceslider {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
#vpspriceslider .sliderbox {
    margin-bottom: 70px;
}
#vpspriceslider .specrow {
    padding-top: 20px;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#vpspriceslider .specrow .item{
    width: 16.66666667%;
    padding-right: 15px;
    padding-left: 15px;
}
#vpspriceslider .specrow .item.item1{
    width: 33.33333333%;
}
#vpspriceslider .thumbnail {
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #f1f1f1;
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    transition: border .2s ease-in-out;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgb(0 0 0 / 9%);
}
#vpspriceslider .orderthumbnail {
    background: transparent;
    border: none;
    margin-top: 10px;
    box-shadow: none;
}
#vpspriceslider i {
    padding-right: 0;
    display: block;
    margin-bottom: 10px;
    color: #777777;
    font-size: 3em;
}
#vpspriceslider h3 {
    text-align: center;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 20px;
}
#vpspriceslider h4 {
    text-align: center;
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
#vpspriceslider h5.totalprice {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #777777;
}
#vpspriceslider h3 a {
    color: #0000af;
}
#vpspriceslider .ui-slider {
    position: relative;
    text-align: left;
}
#vpspriceslider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
#vpspriceslider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    margin: 3px 0 0 3px;
    background-position: 0 0;
}
#vpspriceslider .ui-slider-horizontal {
    height: 0.8em;
}
#vpspriceslider .ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
#vpspriceslider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
#vpspriceslider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
#vpspriceslider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
#vpspriceslider .ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
#vpspriceslider .ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
#vpspriceslider .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
#vpspriceslider .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
#vpspriceslider .ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
#vpspriceslider .price_rangetxt {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
}
#vpspriceslider .price_rangetxt div.icon {
    float: left;
    width: 16.66%;
    color: #333;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-top: 10px;
}
#vpspriceslider .price_rangetxt div.icon:before {
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    height: 20px;
    width: 1px;
    float: left;
    content: "";
    margin: 0 auto;
    border-left: 1px solid #ccc;
}
#vpspriceslider .price_rangetxt div.icon:after {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 8px;
    width: 8px;
    background: #ddd;
    border-radius: 50%;
    float: left;
    content: "";
    border: 2px solid #fff;
}
#vpspriceslider .price_rangetxt div.current {
    color: #373b42;
}
#vpspriceslider .price_rangetxt div.icon.current:after {
    background: #00abf0;
}
#vpspriceslider .slider-container .headingbox {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 22px;
    background: #232323;
    box-shadow: 0 2px 3px #191919;
    padding: 12px 4%;
}
#vpspriceslider .slider-container #slider {
    display: inline-block;
    width: 100%;
    height: 12px;
    position: relative;
    z-index: 10;
    margin: 0 0 36px;
    background: #ddd;
    border-radius: 10px;
}
#vpspriceslider .slider-container #slider .ui-slider-range {
    margin: 0;
    border-radius: 6px;
    background: #00abf0;
}
#vpspriceslider .slider-container #slider .ui-slider-handle {
    width: 28px;
    height: 28px;
    margin-top: -4px;
    margin-left: -12px;
    background: #fbb000;
    border-radius: 50%;
    border: 4px solid #fff;
}
#vpspriceslider .slider-container #slider .ui-slider-handle:hover {
    cursor: pointer;
}
#vpspriceslider .price_content {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#vpspriceslider .price_content .smalbox_1 {
    float: left;
    width: 12%;
    position: relative;
    margin-top: 13px;
    -webkit-box-shadow: -1px 0 0 0 #ddd inset;
    -moz-box-shadow: -1px 0 0 0 #ddd inset;
    box-shadow: -1px 0 0 0 #ddd inset;
}
#vpspriceslider .price_content .smalbox_1:nth-child(7) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#vpspriceslider .price_content .heading {
    background: #f5f5f5;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
}
#vpspriceslider .price_content .heading span {
    float: left;
    color: #393836;
    line-height: 16px;
    font-size: 14px;
    margin: 10px 0;
    width: 12%;
    -webkit-box-shadow: -1px 0 0 0 #ddd inset;
    -moz-box-shadow: -1px 0 0 0 #ddd inset;
    box-shadow: -1px 0 0 0 #ddd inset;
}
#vpspriceslider .price_content .heading span:last-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#vpspriceslider .price_content .smalbox_1 .numeric1 {
    color: #bb364c;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}
#vpspriceslider .price_content .smalbox_1 .price_txt {
    color: #40a219;
}
#vpspriceslider .price_content .smalbox_1 .price_txt span {
    font-size: 14px;
    font-weight: 700;
}
#vpspriceslider .slider_serverbox {
    float: right;
    width: 145px;
    height: 165px;
    position: relative;
}
#vpspriceslider .price_rangetxt div.icon {
  float: left;
  width: 12.50%;
  color: #333;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding-top: 10px;
}
/*
Tablo-1 Sayfa Stilleri
*/
#dedicated {
	position: relative;
	background: #f1f1f1;
	padding: 30px;
	box-sizing: border-box;
}
#dedicated .detail {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#dedicated .detail > div {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}
#dedicated .detail > div .l {
    background: #f5f7ff;
    border-radius: 14px;
    overflow: hidden;
}
#dedicated .detail > div .l table {
    width: 100%;
	border-collapse: collapse;
}
#dedicated .detail > div .l table thead tr th {
    color: #105285;
    font-family: Montserrat,sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: center!important;
    padding: 30px 20px;
}
#dedicated .detail > div .l table tbody {
    background: #fafbfe;
}
#dedicated .detail>div .l table tbody tr.even {
    background: #f5f7ff;
}
#dedicated .detail > div .l table tbody tr td {
    text-align: center!important;
    padding: 15px 20px;
    height: 110px;
    vertical-align: middle;
    color: #105285;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
	box-sizing: border-box;
}
#dedicated .detail>div .l table tbody tr td.model strong {
    display: block;
    color: #105285;
    font-family: Montserrat,sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-align: center!important;
    padding-top: 5px;
}
#dedicated .detail>div .l table tbody tr td.cpu strong {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #00abf0;
    border-radius: 3px;
    padding: 7px 15px;
}
#dedicated .detail>div .l table tbody tr td.cpu p {
    display: block;
    padding-top: 5px;
}
#dedicated .detail > div .l table tbody tr.sub td {
    position: relative;
    padding: 40px 20px;
    border-top: 2px solid #e6e7ea;
    text-align: left!important;
}
#dedicated .detail > div .l table tbody tr.sub td:before {
    position: absolute;
    content: "";
    left: 45px;
    top: 0;
    border: 12px solid transparent;
    border-top-color: #e6e7ea;
}
.item8 {
	width: 66.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
}
.item4{
    width: 33.33333333%;
	float: left;
    position: relative;
    min-height: 1px;
}
#dedicated .detail > div .l table tbody tr.sub td ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0 -12px;
	padding: 0;
    list-style: none;
}
#dedicated .detail > div .l table tbody tr.sub td ul li {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 14px;
    padding: 12px 12px 21px 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
#dedicated .detail>div .l table tbody tr.sub {
    display: none;
}
#dedicated .detail>div .l table tbody tr.sub.open {
    display: table-row;
}
#dedicated .detail>div .l table tbody tr.sub td ul li svg {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -16px;
}
#dedicated .detail>div .l table tbody tr.sub td .right p {
    font-size: 0;
    display: block;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.08);
}
#dedicated .detail>div .l table tbody tr.sub td .right p span {
    display: inline-block;
    width: 50%;
    padding: 5px;
}
#dedicated .detail>div .l table tbody tr.sub td .right p span strong {
    display: block;
    text-align: center!important;
    font-size: 16px;
    font-weight: 600;
    color: #00abf0;
    background: #f0f3fa;
    border-radius: 8px;
    padding: 20px 10px;
}
#dedicated .detail>div .l table tbody tr.sub td .right p span:last-child strong {
    background: #f0f3fa;
    box-shadow: none;
    color: #105285;
}
#dedicated .detail>div .l table tbody tr.sub td .right a {
    width: 100%;
    display: block;
    text-align: center!important;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #fbb000;
    border-radius: 8px;
	padding: 20px 10px;
    margin-top: 10px;
    outline: 0!important;
    transition-duration: .2s;
    transition-timing-function: ease-in;
	box-sizing: border-box;
}
.dedicated table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.dedicated table caption {
    font-size: 18px;
    padding: 3px 0 3px;
    background: #fcb100;
    color: #fff;
    text-align: center;
    caption-side: top;
    font-weight: 500;
}
.dedicated table thead th{
    background-color: #00abf0;
    font-size: 18px;
    color: #fff;
    padding: 8px 0 8px;
    font-weight: 600;
    border: none;
    text-align: center;
}
.dedicated table tr {
    background-color: #fff;
}
.dedicated table tr:nth-child(odd) {
    background-color: #f4f4f4;
}
.dedicated table td{
    border: none;
    padding: 41px 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #777777;
    line-height: 0;
    font-size: 14px;
    text-align: center;
}
.dedicated table td .tableButon a{
    padding: 12px 32px 13px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #00abf0;
    transition: all ease-in-out 0.4s;
}
.dedicated table td:first-child,
.dedicated table th:first-child {
    width: 20%;
    text-align: left;
    padding-left: 20px;
}
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
	.container {
		padding: 0 15px;
	}
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	.container {
		padding: 0 15px;
		width: 100%;
	}
	#price .priceContent .item .hosting_plan .hosting_planprice:after,
	#bulutssd-price .priceContent .item .hosting_plan .hosting_planprice:after {
		border-left: 102px solid transparent;
		border-right: 102px solid transparent;
		border-top: 20px solid #f9f9f9;
	}
	#price .priceContent .item .hosting_plan ul,
	#bulutssd-price .priceContent .item .hosting_plan ul{
		text-align: center;
		padding-left: 0px;
	}
	#cozumler .list .item {
		margin-bottom: 25px;
	}
	#hostiko-footer #copyright .textwidget {
		padding-top: 0px;
	}
	#hostiko-footer #copyright p {
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
	}
	#footer1, #footer2, #footer3 {
		padding: 0 10px!important;
	}
	#sss .vc_toggle_title h3 {
		font-size: 18px;
	}
	#banner .wrapper {
		margin-left: 50px;
	}
	#fiyat_garanti .item .slider__sunucu {
		width: 100%;
		height: auto;
	}
	#fiyat_garanti .item .slider__sunucu .items img {
		height: auto;
		object-fit: cover;
	}
	[data-tooltip-arrow-top]:before {
		bottom: calc(100% + 10px);
		left: auto;
		content: attr(data-tooltip-arrow-top);
		transform: translatex(-50%);
		width: 150px;
		right: -90px;
	}
	/*
		Tablo-1 Sayfa Stilleri
	*/
	.item8 {
		width: 100%;
		float: none;
	}
	.item4 {
		width: 100%;
		float: none;
	}
	#dedicated .detail>div .l table tbody tr td {
		padding: 15px 10px;
		font-size: 14px;
		line-height: 20px;
	}
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.duyuruTopContainer #click{
		right: 0;
		z-index: 999;
	}
	.container {
		padding: 0 15px;
		width: 100%;
	}
	.main-menu {
		position: relative;
	}
	.main-menu .bars{
		display: block;
	}
	.main-menu #navbar{
		width: 96%;
		position: absolute;
		top: 80px;
		left: 50%;
		text-align: left;
		display: none;
		margin: 0px auto;
		background: #fff;
		max-height: none;
		transform: translateX(-50%);
		z-index: 9999;
	}
	.main-menu #navbar > li{
		display: block;
		box-sizing: border-box;
	}	
	.main-menu #navbar > li > a{
		padding-top: 3px;
		padding-bottom: 3px;
		margin-top: 3px;
		margin-bottom: 3px;
		display: block;
		font-size: 16px;
		line-height: 22px;
	}
	.main-menu #navbar.nav > li > a.active {
		color: #fbba1f!important;
		background-color: #F0F3F7!important;
		border-top: 0 none;
		border-right: 0 none;
		border-left: 0 none;
		border-bottom: 0 none;
	}
	.main-menu #navbar > li > a i{
		float: right;
    	padding: 0 5px;
	}
	.main-menu #navbar > li > a .item-new{
		display: none;
	}
	.menuContainer {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}
	.main-menu #navbar .menu-one{
		position: relative;
		box-shadow: none;
		display: none;
		top: 0px;
		background: #fff;
	}
	.menu-one ul{
		text-align: left;
	}
	.main-menu #navbar .menuContainer li{
		padding: 0;
	}
	.main-menu #navbar .menuContainer li .item{
		max-width: 100%;
		padding: 0px 0;
	}
	.main-menu #navbar .menuContainer li .item .menu-block{
		width: 100%;
		align-items: start;
		padding: 0;
		box-shadow: none;
		flex-direction: row;
		justify-content: flex-start;
	}
	.main-menu #navbar .menuContainer li i{
		display: inline-block;
		margin: 0 10px;
		line-height: 28px;
	}
	.main-menu #navbar .menuContainer li .titles{
		padding: 3px 0;
		margin-bottom: 0;
		font-weight: 400;
	}
	.main-menu #navbar .menuContainer li .item .menu-block svg,
	.main-menu #navbar .menuContainer li .item .menu-block img,
	.main-menu #navbar .menuContainer li .item .menu-block span{
		display: none;
	}
	.main-menu #navbar .menuContainer .promo{
		display: none;
	}
	.bars{
		display: block;
	}
	#navbar.active{
		display: block;
	}
	#alanAdiKaydi-price{
		padding-bottom: 0px!important;
	}
	#alanAdiKaydi-price .priceContent {
		flex-wrap: wrap;
	}
	#alanAdiKaydi-price .priceContent .item{
		width: 40%;
		margin-bottom: 100px;
	}
	#almaliyim .wrapper .item{
		width: 47%;
	}
	#colon4 .wrapper .item{
		width: 47%;
	}
	#bulutssd-price .priceContent{
		flex-wrap: wrap;
	}
	#bulutssd-price .priceContent .item{
		width: 46%;
		margin-bottom: 40px;
	}
	#bulutssd-price .priceContent .item .hosting_plan .hosting_planprice:after{
		border-left: 168px solid transparent;
    	border-right: 168px solid transparent;	
	}
	#cozumler .list .item{
		margin-bottom: 5px;
	}
	#performans .item img{
		width: 100%;
	}
	#fiyat_garanti .item .slider__sunucu {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#ek-ozellikler .wrapper .item{
		flex-wrap: wrap;
	}
	#limitsiz-ozellikler .container{
		flex-wrap: wrap;
	}
	#limitsiz-ozellikler .container .item{
		width: 45%;
	}
	#linux-bayi-price table td:first-child, #linux-bayi-price table th:first-child{
		width: 100%;
		text-align: center;
		color: #fff;
	}
	#linux-bayi-price table tr{
		padding: 0 0 20px 0;
	}
	#linux-bayi-price table td{
		padding: 20px 0;
	}
	table td::before {
		content: attr(data-label);
		font-weight: bold;
		text-align: center;
    	display: block;
		height: 22px;
	}
	table td:first-child {
		width: 100%;
		text-align: center;
		padding-left: 0px;
		background-color: #00abf0;
		color: #fff;
	}
	table td:last-child {
		border-bottom: 0;
	}
	#search .item {
		width: 100%;
		padding: 20px 0;
	}
	#search .item .search_box{
		width: 100%;
	}
	#search .item.row {
		display: none;
	}
	#price .text {
		font-size: 23px;
		line-height: 35px;
		text-align: right;
		font-weight: 400;
		width: 60%;
		float: right;
		font-family: 'Roboto', sans-serif;
		color: #404040;
		margin-bottom: 110px !important;
		padding-top: 30px !important;
	}
	#price .priceContent {
		flex-wrap: wrap;
	}
	#price .priceContent .item {
		margin-bottom: 30px;
		width: 46%;
		flex: unset;
		margin-left: 0;
    	margin-right: 0;
	}
	#price .priceContent .item .hosting_plan .hosting_planprice:after {
		border-left: 166px solid transparent;
		border-right: 166px solid transparent;
	}
	#price .priceContent .item .hosting_plan ul li {
		font-size: 16px;
		line-height: 40px;
	}
	#kurumsal{
		padding-bottom: 15px !important;
	}
	#kurumsal .text h2 span {
		color: #fbb40d;
		display: block;
		margin-top: 10px;
	}
	#kurumsal .hosting_featuredbox {
		flex-wrap: wrap;
		padding-top: 20px !important;
	}
	#kurumsal .hosting_featuredbox .item {
		width: 50%;
		margin-bottom: 50px;
	}
	#tanitim .container,
	#hizli_erisim .container{
		align-items: center;
	}
	#hazir_siteler .container .item {
		width: 50%!important;
	}
	#hazir_siteler .container .item img{
		width: 100%!important;
	}
	#hostiko-footer #copyright{
		width: 100%;
		text-align: center;
	}
	#hostiko-footer #copyright p {
		margin-top: 0px;
	}
	#hostiko-footer #copyright p .banka {
		width: auto;
		margin-top: 10px;
	}
	#footer1, #footer2, #footer3 {
		display: none;
	}
	table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}
	table thead {
		display: none;
	}
	table td {
		border-top: 0;
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: center;
	}
	table td::before {
		content: attr(data-label);
		font-weight: bold;
		text-align: center;
    	display: block;
		height: 22px;
	}
	table td:first-child {
		width: 100%;
		text-align: center;
		padding-left: 0px;
		background-color: #00abf0;
		color: #fff;
	}
	table td:last-child {
		border-bottom: 0;
	}
	/*
		Tablo-1 Sayfa Stilleri
	*/
	.item8 {
		width: 100%;
		float: none;
	}
	.item4{
		width: 100%;
		float: none;
	}
	#dedicated .detail>div {
		padding: 30px 20px;
	}
	#dedicated .detail>div .l table {
		display: block;
	}
	#dedicated .detail>div .l table thead {
		display: none;
	}
	#dedicated .detail>div .l table tbody {
		display: block;
	}
	#dedicated .detail>div .l table tbody tr {
		display: block;
		padding: 20px 0;
	}
	#dedicated .detail>div .l table tbody tr td {
		display: block;
		height: auto;
		padding: 5px 10px;
		font-size: 14px;
		line-height: 20px;
	}
	#dedicated .detail>div .l table tbody tr td[data-head] {
		padding-top: 10px;
	}
	#dedicated .detail>div .l table tbody tr td[data-head]:before {
		display: block;
		content: attr(data-head);
		font-size: 16px;
		font-weight: 600;
	}
	#dedicated .detail>div .l table tbody tr.sub td {
		padding: 20px;
	}
	#dedicated .detail>div .l table tbody tr.sub td ul li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#dedicated .detail>div .l table tbody tr.sub td .right p span {
		width: 100%;
	}
    #dedicated .detail>div .l table td:first-child{
		background-color: transparent!important;
	}

}
@media (max-width: 767px){
	.xs-hide{
		display: none;
	}
	.md-hide{
		display: block;
	}
	.container{
		max-width: 100%;
		width: 100%;
		margin: auto;
		padding: 0 15px;
	}
	.duyuruTopContainer .duyuruTop{
		line-height: 2;
    	padding: 9px 20px;
	}
	.duyuruTopContainer .duyuruTop .duyuru-buton{
		margin: 10px .5em 0;
	}
	.duyuruTopContainer #click{
		right: 0;
		z-index: 999;
	}
	.headerTopContainer .container{
		flex-direction: column;
	}
	.headerTopContainer .butonsHeader {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.main-menu {
		position: relative;
	}
	.main-menu .bars{
		display: block;
	}
	.main-menu #navbar{
		width: 96%;
		position: absolute;
		top: 80px;
		left: 50%;
		text-align: left;
		display: none;
		margin: 0px auto;
		background: #fff;
		max-height: none;
		transform: translateX(-50%);
		z-index: 9999;
	}
	.main-menu #navbar > li{
		display: block;
		box-sizing: border-box;
	}	
	.main-menu #navbar > li > a{
		padding-top: 3px;
		padding-bottom: 3px;
		margin-top: 3px;
		margin-bottom: 3px;
		display: block;
		font-size: 16px;
		line-height: 22px;
	}
	.main-menu #navbar.nav > li > a.active {
		color: #fbba1f!important;
		background-color: #F0F3F7!important;
		border-top: 0 none;
		border-right: 0 none;
		border-left: 0 none;
		border-bottom: 0 none;
	}
	.main-menu #navbar > li > a i{
		float: right;
    	padding: 0 5px;
	}
	.main-menu #navbar > li > a .item-new{
		display: none;
	}
	.menuContainer {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}
	.main-menu #navbar .menu-one{
		position: relative;
		box-shadow: none;
		display: none;
		top: 0px;
		background: #fff;
	}
	.menu-one ul{
		text-align: left;
	}
	.main-menu #navbar .menuContainer li{
		padding: 0;
	}
	.main-menu #navbar .menuContainer li .item{
		max-width: 100%;
		padding: 0px 0;
	}
	.main-menu #navbar .menuContainer li .item .menu-block{
		width: 100%;
		align-items: start;
		padding: 0;
		box-shadow: none;
		flex-direction: row;
		justify-content: flex-start;
	}
	.main-menu #navbar .menuContainer li i{
		display: inline-block;
		margin: 0 10px;
		line-height: 28px;
	}
	.main-menu #navbar .menuContainer li .titles{
		padding: 3px 0;
		margin-bottom: 0;
		font-weight: 400;
	}
	.main-menu #navbar .menuContainer li .item .menu-block svg,
	.main-menu #navbar .menuContainer li .item .menu-block img,
	.main-menu #navbar .menuContainer li .item .menu-block span{
		display: none;
	}
	.main-menu #navbar .menuContainer .promo{
		display: none;
	}
	.bars{
		display: block;
	}
	#navbar.active{
		display: block;
	}
	#banner{
		padding-top: 30px;
    	padding-bottom: 30px;
	}
	#banner .wrapper{
		width: 100%;
	}
	#alanAdiKaydi-price{
		padding-bottom: 0px!important;
	}
	#alanAdiKaydi-price .priceContent {
		flex-wrap: wrap;
	}
	#alanAdiKaydi-price .priceContent .item{
		width: 100%;
		margin-bottom: 100px;
	}
	#almaliyim .wrapper .item{
		width:100%;
	}
	#colon4 .wrapper .item{
		width:100%;
	}
	#bulutssd-price .priceContent{
		flex-wrap: wrap;
	}
	#bulutssd-price .priceContent .item{
		width: 46%;
		margin-bottom: 40px;
	}
	#bulutssd-price .priceContent .item .hosting_plan .hosting_planprice:after{
		border-left: 168px solid transparent;
    	border-right: 168px solid transparent;	
	}
	#performans .item img{
		width: 100%;
	}
	#fiyat_garanti .item .slider__sunucu {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#ek-ozellikler .wrapper .item{
		flex-wrap: wrap;
	}
	#limitsiz-ozellikler .container{
		flex-wrap: wrap;
	}
	#limitsiz-ozellikler .container .item{
		width: 45%;
	}
	#linux-bayi-price table td:first-child, #linux-bayi-price table th:first-child,
	#vpspriceslider table td:first-child, #vpspriceslider table th:first-child
	{
		width: 100%;
		text-align: center;
		color: #fff;
	}
	#linux-bayi-price table tr{
		padding: 0 0 20px 0;
	}
	#linux-bayi-price table td{
		padding: 20px 0;
	}
	#search .item {
		width: 100%;
		padding: 20px 0;
	}
	#search .item .search_box{
		width: 100%;
	}
	#search .item.row {
		display: none;
	}
	#price .text {
		font-size: 23px;
		line-height: 35px;
		text-align: center;
		font-weight: 400;
		width: 100%;
		float: none;
		font-family: 'Roboto', sans-serif;
		color: #404040;
		margin-bottom: 60px!important;
		padding-top: 30px !important;
		padding-bottom: 30px !important;
		background: rgba(255, 255, 255, .8);
	}
	#price .priceContent {
		flex-wrap: wrap;
	}
	#price .priceContent .item {
		margin-bottom: 30px;
		width: 100%;
		flex: unset;
		margin-left: 0;
    	margin-right: 0;
	}
	#price .priceContent .item .hosting_plan .hosting_planprice:after {
		border-left: 166px solid transparent;
		border-right: 166px solid transparent;
	}
	#price .priceContent .item .hosting_plan ul li {
		font-size: 16px;
		line-height: 40px;
	}
	#kurumsal{
		padding-bottom: 15px !important;
	}
	#kurumsal .text {
		margin-bottom: 40px;
	}
	#kurumsal .text h2 span {
		color: #fbb40d;
		display: block;
		margin-top: 10px;
	}
	#kurumsal .hosting_featuredbox {
		flex-wrap: wrap;
		padding-top: 20px !important;
	}
	#kurumsal .hosting_featuredbox .item {
		width: 100%;
		margin-bottom: 50px;
	}
	#tanitim .container,
	#hizli_erisim .container,
	#hazir_siteler .container,
	#hizli_destek .container,
	#tanitim-fikir .container,
	#fiyat_garanti .container,
	#performans .container,
	#ek-ozellikler .wrapper,
	#guvenli .container,
	#turkce-panel .container
	{
		align-items: center;
		flex-direction: column;
	}
	#tanitim .item,
	#hizli_erisim .item,
	#hizli_destek .container .item,
	#tanitim-fikir .item,
	#fiyat_garanti .item,
	#performans .item,
	#ek-ozellikler .wrapper .item,
	#limitsiz-ozellikler .container .item,
	#sinirsiz-hosting .wrapper .item,
	#guvenli .container .item,
	#turkce-panel .container .item
	{
		width: 100%!important;
	}
	#hazir_siteler .container .item {
		width: 100%!important;
	}
	#hazir_siteler .container .item img,
	#son_teknoloji .container .item img,
	#turkce-panel .container .item img
	{
		width: 100%!important;
	}
	#turkce-panel .container .item.pl-20{
		padding-left: 0px;
	}
	#cozumler .list .item .text_wrapper.text-right,
	#cozumler .list .item .img_wrapper,
	#cozumler .list .item .text_wrapper{
		text-align: center;
	}
	#cozumler .list{
		width: 100%;
	}
	#cozumler .list.border{
		background: none;
		padding-right: 0px !important;
	}
	#cozumler .list{
		margin-bottom: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	#cozumler .list.border .item{
		flex-direction: column-reverse;
	}
	#cozumler .list .item{
		flex-direction: column;
	}
	#cozumler .list.left{
		padding-left: 0px !important;
	}
	#hostiko-footer #copyright{
		width: 100%;
		text-align: center;
	}
	#hostiko-footer #copyright p {
		margin-top: 0px;
	}
	#hostiko-footer #copyright p .banka {
		width: auto;
		margin-top: 10px;
	}
	#footer1, #footer2, #footer3 {
		display: none;
	}
	#sss .wrapper{
		flex-direction: column;
	}
	#sss .item,
	#bulutssd-price .priceContent .item{
		width: 100%;
	}
	#fiyat_garanti .item .data_center{
		margin-bottom: 30px;
	}
	table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}
	table thead {
		display: none;
	}
	table td {
		border-top: 0;
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: center;
	}
	table td::before {
		content: attr(data-label);
		font-weight: bold;
		text-align: center;
    	display: block;
		height: 22px;
	}
	table td:first-child {
		width: 100%;
		text-align: center;
		padding-left: 0px;
		background-color: #00abf0;
		color: #fff;
	}
	table td:last-child {
		border-bottom: 0;
	}
	/*
		Fiyat Slider Sayfa Stilleri
	*/
	#vpspriceslider .specrow{
        flex-wrap: wrap;
    }
    #vpspriceslider .specrow .item{
        width: 50%;
    }
    #vpspriceslider .specrow .item.item1 {
        width: 100%;
    }
	/*
		Tablo-1 Sayfa Stilleri
	*/
	.item8 {
		width: 100%;
		float: none;
	}
	.item4{
		width: 100%;
		float: none;
	}
	#dedicated .detail>div {
		padding: 30px 20px;
	}
	#dedicated .detail>div .l table {
		display: block;
	}
	#dedicated .detail>div .l table thead {
		display: none;
	}
	#dedicated .detail>div .l table tbody {
		display: block;
		margin-bottom: 20px;
	}
	#dedicated .detail>div .l table tbody tr {
		display: block;
		padding: 20px 0;
	}
	#dedicated .detail>div .l table tbody tr td {
		display: block;
		height: auto;
		padding: 5px 10px;
		font-size: 14px;
		line-height: 20px;
	}
	#dedicated .detail>div .l table tbody tr td[data-head] {
		padding-top: 10px;
	}
	#dedicated .detail>div .l table tbody tr td[data-head]:before {
		display: block;
		content: attr(data-head);
		font-size: 16px;
		font-weight: 600;
	}
	#dedicated .detail>div .l table tbody tr.sub {
		display: table-row;
	}
	#dedicated .detail>div .l table tbody tr.sub td {
		padding: 20px;
	}
	#dedicated .detail>div .l table tbody tr.sub td ul li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#dedicated .detail>div .l table tbody tr.sub td .right p span {
		width: 100%;
	}
	table thead {
		display: none;
	}
	table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}
	.dedicated table td:first-child{
		width: 100%;
		text-align: center;
		color: #105285;
		padding-left: 20px;
        background-color: #f5f7ff;
        font-size: 18px;
	}
	.dedicated table td {
		padding: 20px 0;
	}
    .dedicated table td .tableButon {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .dedicated table td strong {
        display: block;
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        background: #00abf0;
        border-radius: 0;
        padding: 20px 15px;
        width: fit-content;
        margin: auto;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .dedicated table td svg {
        display: block;
        margin: 0 auto 20px;
    }
    .dedicated table td.alt-bilgi::before {
       display: none;
    }
    .dedicated table td.yillik,
    .dedicated table td.aylik {
        margin: auto;
        padding: 0;
    }
    .dedicated table td.aylik{
        margin-bottom: 20px;
    }
    .dedicated table td .yil {
        display: block;
        text-align: center!important;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        background: #105285;
        border-radius: 0;
        padding: 21px 0px;
        width: 48%;
        margin: auto;
    }
    .dedicated table td .ay {
        display: block;
        text-align: center!important;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        background: #105285;
        border-radius: 0;
        padding: 21px 0px;
        width: 48%;
        margin: auto;
    }
	#dedicated .detail>div .l table td:first-child{
		background-color: transparent!important;
	}
}

/*
Sayfa alti yazi
*/
.sayfa-alti-yazi {
    padding-top: 30px !important;
}
.buton_bos {
    display: block;
    margin-bottom: 21.74px;
    max-width: 100%;
    margin-top: 70px;
}
.buton_bos a {
    border-radius: 5px;
    border: 2px #252e3f solid;
    color: #252e3f;
    background-color: transparent;
    padding: 17px 28px;
    font-size: 16px;
    transition: .3s ease;
}
.buton_bos a i {
    font-size: 18px;
    height: 16px;
    line-height: 16px;
    padding-right: 10px;
}
.buton_bos:hover a{
    background-color: #252e3f;
    color: #fff;
}

.mb-3 {
    margin-bottom: 1rem!important;
}
.dedicated-list2 {
    margin-top: 50px;
    position: relative;
}
.dedicated-list2.text{
    text-align: center;
}
.dedicated-list2 .price-converter {
    border: 1px solid #a4a3a3;
    position: absolute;
    top: 0px;
    right: 0;
}
.dedicated-list2 .price-converter .convertbtn {
    display: none;
}
.dedicated-list2 .price-converter .convertbtn.active {
    display: inline;
}
.dedicated-list2 .price-converter .convertbtn a {
    color: #414141;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 30px;
    width: 55px;
}
.content-title {
    display: inline-block;
    margin: 0;
    font-size: 22px;
    font-weight: 500!important;
}
.dedicated-list2 .dedicated-box {
    cursor: default;
    color: rgba(0,0,0,.87);
    background: #fff;
    line-height: 1.2em;
    transition: all .2s ease-in-out;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    min-height: 159px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dedicated-list2 .note{
    display: flex;
    width: 98%;
    margin: 0 auto 25px;
    padding: 15px;
    font-size: 13px;
    color: #7d7d7d;
    background: #f8f8f8;
    border-radius: 3px;
    font-weight: bold;
}
.dedicated-list2 .note .item{
    width: 50%;
}
/*
.dedicated-list2 .dedicated-box.yeni{
    border: 1px solid #d43f3a;
}

.dedicated-list2 .dedicated-box.yeni:hover{
    border: 1px solid #fbb000;
}
*/
.dedicated-list2 .dedicated-box:hover {
    transform: scale(1.01);
    z-index: 9999;
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.dedicated-list2 .dedicated-box .dedicated-detail {
    border-bottom: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
    text-align: center;
}
.dedicated-list2 .dedicated-box .new {
    background-color: #d43f3a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    left: 0px;
    padding: 2px 10px;
    position: absolute;
    top: 0px;
    z-index: 444;
    transition: all .2s ease-in-out;
}
.dedicated-list2 .dedicated-box:hover .new{
    background-color: #fbb000;
}
.dedicated-list2 .dedicated-box .image {
    text-align: center!important;
}
.dedicated-list2 .dedicated-box .image .server-adi {
    
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -3px;
}
.dedicated-list2 .dedicated-box:hover .server-adi{
    color: #fbb000;
}
.dedicated-list2 .dedicated-box .image img {
    position: relative;
    top: 11px;
    width: 162px;
    object-fit: contain;
    max-height: 100%;
    height: auto;
}
.dedicated-list2 .dedicated-box .dedicated-detail .desc {
    display: block;
    color: #7d7d7d;
    line-height: 1.4em;
    margin-top: 5px;
    bottom: -10px;
    color: #000!important;
    font-size: 14px!important;
    font-weight: 600;
    left: 0px;
    min-width: 230px;
    position: relative;
}
.dedicated-list2 .dedicated-box .dedicated-detail .desc span{
    font-size:11px;
    display: block;
}
.dedicated-list2 .dedicated-box .dedicated-detail.ram {
    width: 88px;
}
.dedicated-list2 .dedicated-box .dedicated-detail .title {
    float: none;
    font-size: 14px;
}
.dedicated-list2 .dedicated-box .dedicated-detail .text {
    margin-left: 0;
    font-weight: bold;
}
.dedicated-list2 .dedicated-box .dedicated-detail.disk {
    margin-right: 0;
    width: 225px!important;
}
.dedicated-list2 .dedicated-box .dedicated-detail.ram .title, 
.dedicated-list2 .dedicated-box .dedicated-detail.disk .title, 
.dedicated-list2 .dedicated-box .dedicated-detail.raid .title, 
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .title, 
.dedicated-list2 .dedicated-box .dedicated-detail.traffic .title {
    margin-bottom: 15px;
    color: #59798a;
}
.dedicated-list2 .dedicated-box .dedicated-detail.ram .text span, 
.dedicated-list2 .dedicated-box .dedicated-detail.disk .text span, 
.dedicated-list2 .dedicated-box .dedicated-detail.raid .text span, 
.dedicated-list2 .dedicated-box .dedicated-detail.traffic .text span {
    font-size: 13px!important;
    font-weight: normal;
    color: #7d7d7d!important;
    line-height: 1.4em;
    display:  block;
}
.dedicated-list2 .dedicated-box .dedicated-detail.raid {
    width: 83px!important;
}
.dedicated-list2 .dedicated-box .dedicated-detail.raid .check-green-svg{
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 5px auto;
    background-size: 100%;
    position: relative;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMy4xOHYzLjE4SC0xeiIvPjxnPjxwYXRoIGQ9Ik0yMy4zNzQuMjg3YTEuNSAxLjUgMCAwMC0yLjA5My4zNDVMNy4yNDYgMjAuMmwtNC42ODUtNC42ODlhMS41IDEuNSAwIDEwLTIuMTIyIDIuMTIxbDUuOTM1IDUuOTM0YTEuNTI1IDEuNTI1IDAgMDAyLjI3OS0uMTg2bDE1LjA2Ni0yMWExLjUgMS41IDAgMDAtLjM0NS0yLjA5M3oiIGZpbGw9IiMyOGE3NDUiLz48L2c+PC9zdmc+);
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar {
    text-align: center;
    margin-right: 0;
    background-repeat: no-repeat;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown{
    margin: -5px 0px;
    cursor: pointer;
    position: relative;
    padding: 0px 0px 6px 0;
    min-width: 95px;
    text-align: center;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown.active {
    background: #f8f8f8;
    box-shadow: 2px 2px 1px 0 rgb(50 50 50 / 20%);
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat{
    white-space: nowrap;
    display: inline-block;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat .fiyattext{
    font-size: 14px!important;
    font-weight: normal;
    color: #7d7d7d!important;
   line-height: 24px;
   height: 24px;
}

.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat .fiyattext.slip,
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .period-old-price .slip{
    text-decoration: line-through;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown  .campain-price .price{
    color: #8b329a;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat .price {
    font-size: 20px;
    font-weight: 700;
    color: #8b329a;
    display: inline;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 3px;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat .price.mavi{
    color: #00abf0;
    margin-right: 10px;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat .price .mount {
    font-size: 13px;
    display: inline-block;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown span.svg {
    height: 12px;
    margin-top: 7px;
    margin-left: 10px;
    width: 12px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEyIDE5LjVhMi4zIDIuMyAwIDAxLTEuNzI5LS43OEwuNDYgNy41NjhhMS44NDcgMS44NDcgMCAwMTIuNzczLTIuNDM5bDguNTc5IDkuNzUyYS4yNS4yNSAwIDAwLjM3NiAwbDguNTc5LTkuNzUyYTEuODQ3IDEuODQ3IDAgMTEyLjc3MyAyLjQzOWwtOS44MDggMTEuMTQ4QTIuMzEgMi4zMSAwIDAxMTIgMTkuNXoiLz48L3N2Zz4=);
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .eskifiyat {
    top: 5px;
    position: relative;
    font-weight: 400!important;
    font-size: 14px;
    font-weight: 400;
    color: #7d7d7d;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .eskifiyat:after {
    left: -3px;
    top: 8px;
    transform: rotate(-5deg);
    width: 110%;
    content: " ";
    position: absolute;
    display: block;
    border-top: 2px solid rgba(255,0,0,.6);
}

.dedicated-list2 .dedicated-box .dedicated-detail.satinal {
    text-align: right;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.dedicated-list2 .dedicated-box .dedicated-detail.satinal .satinal-btn {
    width: auto;
    background-color: #8b329a;
    margin-top: 2%;
    position: relative;
    right: 0px;
    border-radius: 3px!important;
    transition: all .3s ease-out;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color:  #fff;
}
.dedicated-list2 .dedicated-box:hover .dedicated-detail.satinal .satinal-btn {
    background-color:#fbb000!important;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(0,0,0,.75)!important;
}
.dedicated-list2 .dedicated-box .dedicated-detail.satinal .satinal-btn .shopping-cart-svg {
    top: 4px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4zLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1NzYgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1NzYgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTI4LjEsMzAxLjNsNDcuMy0yMDhjMy40LTE1LTgtMjkuMy0yMy40LTI5LjNIMTU5LjJMMTUwLDE5LjJDMTQ3LjgsOCwxMzcuOSwwLDEyNi41LDBIMjRDMTAuNywwLDAsMTAuNywwLDI0DQoJdjE2YzAsMTMuMywxMC43LDI0LDI0LDI0aDY5LjlsNzAuMiwzNDMuNGMtMTYuOCw5LjctMjguMSwyNy44LTI4LjEsNDguNmMwLDMwLjksMjUuMSw1Niw1Niw1NnM1Ni0yNS4xLDU2LTU2DQoJYzAtMTUuNy02LjQtMjkuOC0xNi44LTQwaDIwOS42Yy0xMC40LDEwLjItMTYuOCwyNC4zLTE2LjgsNDBjMCwzMC45LDI1LjEsNTYsNTYsNTZzNTYtMjUuMSw1Ni01NmMwLTIyLjItMTIuOS00MS4zLTMxLjYtNTAuNA0KCWw1LjUtMjQuM2MzLjQtMTUtOC0yOS4zLTIzLjQtMjkuM0gyMTguMWwtNi41LTMyaDI5My4xQzUxNS45LDMyMCw1MjUuNiwzMTIuMiw1MjguMSwzMDEuM3oiLz4NCjwvc3ZnPg0K);
}
.dedicated-list2 .dedicated-box .dedicated-detail.discount-badge {
    bottom: 0px;
    position: absolute;
    right: 13px;
    width: 133px;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods.mini-dropdown{
    width: 340px!important;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods{
    display: none;
    background: #fff;
    position: absolute;
    width: 440px;
    right: 0;
    z-index: 99999;
    font-size: 13px;
    text-align: center;
    top: 72px;
    border: 2px solid #efefef;
    border-top: 0;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown.active .fiyat-periods {
    display: block;
    box-shadow: 2px 2px 1px 0 rgb(50 50 50 / 20%);
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-header {
    background: #f8f8f8;
    color: #2c3e50;
    font-weight: 600;
    padding: 5px 12px;
    margin: 0 -2px;
    border-bottom: 1px solid #e8e8e8;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-header .row,
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-content .row,
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-footer .row
{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-header .row .col,
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-content .row .col,
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-footer .row .col
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    white-space: normal;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-content {
    padding: 0 10px;
    background: #fff;
    color: #212529!important;
    margin: 0 -2px;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-content .row {
    margin: 0 -10px;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-footer {
    background: #f8f8f8;
    color: #2c3e50;
    padding: 10px;
    font-weight: 400;
    font-size: 11px;
    margin: 0 -2px -3px;
    border-top: 1px solid #e8e8e8;
}
@media (max-width: 990px){
    .dedicated-list2 {
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .dedicated-list2 .dedicated-box .dedicated-detail{
        margin-bottom: 15px;
    }
}
@media (max-width: 768px){
    .dedicated-list2 .dedicated-box{
        flex-direction: column;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail{
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #ddd;
        text-align: left;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.ram,
    .dedicated-list2 .dedicated-box .dedicated-detail.disk,
    .dedicated-list2 .dedicated-box .dedicated-detail.raid,
    .dedicated-list2 .dedicated-box .dedicated-detail.traffic,
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar
    {
        width: 100%!important;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.ram,
    .dedicated-list2 .dedicated-box .dedicated-detail.disk,
    .dedicated-list2 .dedicated-box .dedicated-detail.raid,
    .dedicated-list2 .dedicated-box .dedicated-detail.traffic,
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar
    {
        display: flex;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail .title{
        font-size: 16px;
        width: 80px;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.satinal .satinal-btn{
        margin-top: 0;
        display: block;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar{
        text-align: left;
        padding-bottom: 20px;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .text{
        width: 100%;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat .fiyattext{
        height: auto;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.raid .text span{
        display: inline-block;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.raid .check-green-svg{
        margin:  0 auto;
    }
    .dedicated-list2 .dedicated-box .image {
        text-align: center!important;
        padding-bottom: 30px!important;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.discount-badge {
        bottom: 0px;
        position: relative;
        right: 0;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .indirim{
        display: block;
        width: max-content;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods,
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods.mini-dropdown{
        width: 100%!important;
    }
}

#iletisim{
    padding-top: 30px!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
#iletisim .text{
    margin-bottom: 60px
}
#iletisim .text h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 30px;
    color: #354042;
}
#iletisim .text h2 span{
    color: #00b2f2;
}
#iletisim .text p{
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    text-align: center;
}
#iletisim .iletisimBilgiler{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#iletisim .iletisimBilgiler .item{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 173px;
}
#iletisim .iletisimBilgiler .item:first-child::before{
    display: none;
}
#iletisim .iletisimBilgiler .item::before{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #d9dfde;
    position: absolute;
    top: 0;
    left:  0;
}
#iletisim .iletisimBilgiler .item .title{
    font-weight: bold;
    color: #00b2f2;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#iletisim .iletisimBilgiler .item .text{
    text-align: center;
    color: #404040;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}
#iletisim .iletisimBilgiler .item .text span{
    display: block;
}
#iletisim .iletisimBilgiler .item .text span b{
    font-weight: bold;
    color: #00b2f2;
}
#iletisim .iletisimBilgiler .item .text .btn-color-warning{
    color: #FFF;
    border-color: #F90;
    background-color: #F90;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    user-select: none;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    line-height: normal;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
}
#iletisim .formWrapper{
    background: #f5f5f5;
    padding-top: 20px !important;
    padding-bottom: 100px !important;
    margin-top: 50px;
}
#iletisim .formWrapper .iletisimForm{
    width: 83.33333333%;
    margin: auto;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
#iletisim .formWrapper .iletisimForm .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
#iletisim .formWrapper .iletisimForm .col {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
#iletisim .formWrapper .iletisimForm .form-control {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    border-radius: 3px;
    display: block;
    padding: 5px;
    width: 100%;
    height: 46px;
    font-size: 14px;
    margin-bottom: 20px !important;
    padding-left: 10px !important;
}
#iletisim .formWrapper .iletisimForm .form-control.text_area{
    height: 250px;
    margin-bottom: 30px;
    padding: 20px 10px !important;
    font-family: inherit;
    font-size: 14px;
}
#iletisim .formWrapper .iletisimForm .form-control:focus{
    color: #111;
    border: 2px solid #111;
}
#iletisim .formWrapper .iletisimForm .submit_btn{
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    padding: 0 70px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #00b2f2;
    transition-duration: 1s;
    border-radius: 3px;
    cursor: pointer;
    border: 2px solid #000;
    float: right;
}
#iletisim .formWrapper .iletisimForm .submit_btn:hover{
    background-color: #fcb100;
    border-color: #fcb100;
}
.maps {
    height: 450px;
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
    #banner .wrapper {
        width: 100%;
        text-align: center;
    }
    #banner .wrapper h1{
        text-align: center;
    }
    #iletisim .iletisimBilgiler{
        flex-direction: column;
    }
    #iletisim .iletisimBilgiler .item{
        width: 100%;
        margin: 20px 0;
    }
    #iletisim .iletisimBilgiler .item:first-child{
        margin-top: 0;
    }
    #iletisim .iletisimBilgiler .item::before{
        display: none;
    }
    #iletisim .formWrapper .iletisimForm{
        width: 100%;
    }
    #iletisim .formWrapper .iletisimForm .col{
        flex: 0 0 auto;
    }
    #iletisim .formWrapper .iletisimForm .submit_btn{
        width: 100%;
    }
}
.dedicated-list2 .dedicated-box:hover {
    transform: scale(1.01);
    z-index: 9999;
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.dedicated-list2 .dedicated-box .dedicated-detail {
    border-bottom: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
    text-align: center;
}
.dedicated-list2 .dedicated-box .new {
    background-color: #d43f3a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    left: 0px;
    padding: 2px 10px;
    position: absolute;
    top: 0px;
    z-index: 444;
    transition: all .2s ease-in-out;
}
.dedicated-list2 .dedicated-box:hover .new{
    background-color: #fbb000;
}
.dedicated-list2 .dedicated-box .image {
    text-align: center!important;
}
.dedicated-list2 .dedicated-box .image .server-adi {
    
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -3px;
}
.dedicated-list2 .dedicated-box:hover .server-adi{
    color: #fbb000;
}
.dedicated-list2 .dedicated-box .image img {
    position: relative;
    top: 11px;
    width: 162px;
    object-fit: contain;
    max-height: 100%;
    height: auto;
}
.dedicated-list2 .dedicated-box .dedicated-detail .desc {
    display: block;
    color: #7d7d7d;
    line-height: 1.4em;
    margin-top: 5px;
    bottom: -10px;
    color: #000!important;
    font-size: 14px!important;
    font-weight: 600;
    left: 0px;
    min-width: 230px;
    position: relative;
}
.dedicated-list2 .dedicated-box .dedicated-detail .desc span{
    font-size:11px;
    display: block;
}
.dedicated-list2 .dedicated-box .dedicated-detail.ram {
    width: 88px;
}
.dedicated-list2 .dedicated-box .dedicated-detail .title {
    float: none;
    font-size: 14px;
}
.dedicated-list2 .dedicated-box .dedicated-detail .text {
    margin-left: 0;
    font-weight: bold;
}
.dedicated-list2 .dedicated-box .dedicated-detail.disk {
    margin-right: 0;
    width: 225px!important;
}
.dedicated-list2 .dedicated-box .dedicated-detail.ram .title, 
.dedicated-list2 .dedicated-box .dedicated-detail.disk .title, 
.dedicated-list2 .dedicated-box .dedicated-detail.raid .title, 
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .title, 
.dedicated-list2 .dedicated-box .dedicated-detail.traffic .title {
    margin-bottom: 15px;
    color: #59798a;
}
.dedicated-list2 .dedicated-box .dedicated-detail.ram .text span, 
.dedicated-list2 .dedicated-box .dedicated-detail.disk .text span, 
.dedicated-list2 .dedicated-box .dedicated-detail.raid .text span, 
.dedicated-list2 .dedicated-box .dedicated-detail.traffic .text span {
    font-size: 13px!important;
    font-weight: normal;
    color: #7d7d7d!important;
    line-height: 1.4em;
    display:  block;
}
.dedicated-list2 .dedicated-box .dedicated-detail.raid {
    width: 83px!important;
}
.dedicated-list2 .dedicated-box .dedicated-detail.raid .check-green-svg{
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 5px auto;
    background-size: 100%;
    position: relative;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMy4xOHYzLjE4SC0xeiIvPjxnPjxwYXRoIGQ9Ik0yMy4zNzQuMjg3YTEuNSAxLjUgMCAwMC0yLjA5My4zNDVMNy4yNDYgMjAuMmwtNC42ODUtNC42ODlhMS41IDEuNSAwIDEwLTIuMTIyIDIuMTIxbDUuOTM1IDUuOTM0YTEuNTI1IDEuNTI1IDAgMDAyLjI3OS0uMTg2bDE1LjA2Ni0yMWExLjUgMS41IDAgMDAtLjM0NS0yLjA5M3oiIGZpbGw9IiMyOGE3NDUiLz48L2c+PC9zdmc+);
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar {
    text-align: center;
    margin-right: 0;
    background-repeat: no-repeat;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown{
    margin: -5px 0px;
    cursor: pointer;
    position: relative;
    padding: 0px 0px 6px 0;
    min-width: 95px;
    text-align: center;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown.active {
    background: #f8f8f8;
    box-shadow: 2px 2px 1px 0 rgb(50 50 50 / 20%);
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat{
    white-space: nowrap;
    display: inline-block;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat .fiyattext{
    font-size: 14px!important;
    font-weight: normal;
    color: #7d7d7d!important;
   line-height: 24px;
   height: 24px;
}

.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat .fiyattext.slip,
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .period-old-price .slip{
    text-decoration: line-through;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown  .campain-price .price{
    color: #8b329a;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat .price {
    font-size: 20px;
    font-weight: 700;
    color: #8b329a;
    display: inline;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 3px;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat .price.mavi{
    color: #00abf0;
    margin-right: 10px;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat .price .mount {
    font-size: 13px;
    display: inline-block;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown span.svg {
    height: 12px;
    margin-top: 7px;
    margin-left: 10px;
    width: 12px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEyIDE5LjVhMi4zIDIuMyAwIDAxLTEuNzI5LS43OEwuNDYgNy41NjhhMS44NDcgMS44NDcgMCAwMTIuNzczLTIuNDM5bDguNTc5IDkuNzUyYS4yNS4yNSAwIDAwLjM3NiAwbDguNTc5LTkuNzUyYTEuODQ3IDEuODQ3IDAgMTEyLjc3MyAyLjQzOWwtOS44MDggMTEuMTQ4QTIuMzEgMi4zMSAwIDAxMTIgMTkuNXoiLz48L3N2Zz4=);
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .eskifiyat {
    top: 5px;
    position: relative;
    font-weight: 400!important;
    font-size: 14px;
    font-weight: 400;
    color: #7d7d7d;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .eskifiyat:after {
    left: -3px;
    top: 8px;
    transform: rotate(-5deg);
    width: 110%;
    content: " ";
    position: absolute;
    display: block;
    border-top: 2px solid rgba(255,0,0,.6);
}

.dedicated-list2 .dedicated-box .dedicated-detail.satinal {
    text-align: right;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.dedicated-list2 .dedicated-box .dedicated-detail.satinal .satinal-btn {
    width: auto;
    background-color: #8b329a;
    margin-top: 2%;
    position: relative;
    right: 0px;
    border-radius: 3px!important;
    transition: all .3s ease-out;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color:  #fff;
}
.dedicated-list2 .dedicated-box:hover .dedicated-detail.satinal .satinal-btn {
    background-color:#fbb000!important;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(0,0,0,.75)!important;
}
.dedicated-list2 .dedicated-box .dedicated-detail.satinal .satinal-btn .shopping-cart-svg {
    top: 4px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4zLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1NzYgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1NzYgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTI4LjEsMzAxLjNsNDcuMy0yMDhjMy40LTE1LTgtMjkuMy0yMy40LTI5LjNIMTU5LjJMMTUwLDE5LjJDMTQ3LjgsOCwxMzcuOSwwLDEyNi41LDBIMjRDMTAuNywwLDAsMTAuNywwLDI0DQoJdjE2YzAsMTMuMywxMC43LDI0LDI0LDI0aDY5LjlsNzAuMiwzNDMuNGMtMTYuOCw5LjctMjguMSwyNy44LTI4LjEsNDguNmMwLDMwLjksMjUuMSw1Niw1Niw1NnM1Ni0yNS4xLDU2LTU2DQoJYzAtMTUuNy02LjQtMjkuOC0xNi44LTQwaDIwOS42Yy0xMC40LDEwLjItMTYuOCwyNC4zLTE2LjgsNDBjMCwzMC45LDI1LjEsNTYsNTYsNTZzNTYtMjUuMSw1Ni01NmMwLTIyLjItMTIuOS00MS4zLTMxLjYtNTAuNA0KCWw1LjUtMjQuM2MzLjQtMTUtOC0yOS4zLTIzLjQtMjkuM0gyMTguMWwtNi41LTMyaDI5My4xQzUxNS45LDMyMCw1MjUuNiwzMTIuMiw1MjguMSwzMDEuM3oiLz4NCjwvc3ZnPg0K);
}
.dedicated-list2 .dedicated-box .dedicated-detail.discount-badge {
    bottom: 0px;
    position: absolute;
    right: 13px;
    width: 133px;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods.mini-dropdown{
    width: 340px!important;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods{
    display: none;
    background: #fff;
    position: absolute;
    width: 440px;
    right: 0;
    z-index: 99999;
    font-size: 13px;
    text-align: center;
    top: 72px;
    border: 2px solid #efefef;
    border-top: 0;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown.active .fiyat-periods {
    display: block;
    box-shadow: 2px 2px 1px 0 rgb(50 50 50 / 20%);
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-header {
    background: #f8f8f8;
    color: #2c3e50;
    font-weight: 600;
    padding: 5px 12px;
    margin: 0 -2px;
    border-bottom: 1px solid #e8e8e8;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-header .row,
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-content .row,
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-footer .row
{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-header .row .col,
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-content .row .col,
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-footer .row .col
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    white-space: normal;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-content {
    padding: 0 10px;
    background: #fff;
    color: #212529!important;
    margin: 0 -2px;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-content .row {
    margin: 0 -10px;
}
.dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods .period-footer {
    background: #f8f8f8;
    color: #2c3e50;
    padding: 10px;
    font-weight: 400;
    font-size: 11px;
    margin: 0 -2px -3px;
    border-top: 1px solid #e8e8e8;
}
@media (max-width: 990px){
    .dedicated-list2 {
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .dedicated-list2 .dedicated-box .dedicated-detail{
        margin-bottom: 15px;
    }
}
@media (max-width: 768px){
    .dedicated-list2 .dedicated-box{
        flex-direction: column;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail{
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #ddd;
        text-align: left;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.ram,
    .dedicated-list2 .dedicated-box .dedicated-detail.disk,
    .dedicated-list2 .dedicated-box .dedicated-detail.raid,
    .dedicated-list2 .dedicated-box .dedicated-detail.traffic,
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar
    {
        width: 100%!important;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.ram,
    .dedicated-list2 .dedicated-box .dedicated-detail.disk,
    .dedicated-list2 .dedicated-box .dedicated-detail.raid,
    .dedicated-list2 .dedicated-box .dedicated-detail.traffic,
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar
    {
        display: flex;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail .title{
        font-size: 16px;
        width: 80px;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.satinal .satinal-btn{
        margin-top: 0;
        display: block;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar{
        text-align: left;
        padding-bottom: 20px;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .text{
        width: 100%;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat .fiyattext{
        height: auto;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.raid .text span{
        display: inline-block;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.raid .check-green-svg{
        margin:  0 auto;
    }
    .dedicated-list2 .dedicated-box .image {
        text-align: center!important;
        padding-bottom: 30px!important;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.discount-badge {
        bottom: 0px;
        position: relative;
        right: 0;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .indirim{
        display: block;
        width: max-content;
    }
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods,
    .dedicated-list2 .dedicated-box .dedicated-detail.fiyatlar .fiyat-dropdown .fiyat-periods.mini-dropdown{
        width: 100%!important;
    }
}
#banka-bilgileri{
    padding-top: 50px;
    margin-bottom: 50px;
}
#banka-bilgileri .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #364a8a;
    border: 1px solid #c5cff0;
    background-color: #edf1fa;
    border-radius: 5px;
    margin: 0 0 50px;
    padding: 14px 14px 14px 56px;
    position: relative;

}
#banka-bilgileri .info .icon{
    color: #5472D2;
    bottom: 0;
    font-size: 1em;
    left: 0;
    top: 0%;
    width: 3em;
    height: 100%;
    position: absolute;
    font-weight: 400;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banka-bilgileri .info h2{
    margin-top: 20px;
    margin-bottom: 10px;
}
#banka-bilgileri .info h5{
    color: #354042;
    line-height: normal;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bank-info{
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}
.bank-info .item{
    flex: 1;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.bank-info .item .logo{
    border-bottom: solid 2px #fbb000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.bank-info .item .text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bank-info .item .text div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    color: #354042;
}
.bank-info .item .text .left{
    width: 195px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}
.bank-info .item .text .left:after {
    content: ":";
    float: right;
    display: inline-block;
    margin-right: 20px;
}
.bank-info .item .text .right{
   flex: 1;
   font-size: 14px;
    line-height: 1.5;
}
@media (max-width: 767px)
{
    .bank-info {
        flex-wrap: wrap;
    }
}

#lisanslama{
    padding-top: 30px!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
#lisanslama .text{
    margin-bottom: 60px
}
#lisanslama .text h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 30px;
    color: #354042;
}
#lisanslama .text h2 span{
    color: #00b2f2;
}
#lisanslama .text p{
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    text-align: center;
}
#lisanslama .container--tabs {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
    padding: 0;
}
#lisanslama .container--tabs .tab {
    min-height: 2em;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #404040;
    transition: background-color 0.25s;
}
#lisanslama .container--tabs .tab:hover {
    background-color: #e5ecee;
    border-color: #dee2e6 #dee2e6 #edf0f2;
    transition: background-color 0.25s;
    color: #f4a700;
}
#lisanslama .container--tabs .tabs--active {
    background-color: #e5ecee;
    border-color: #dee2e6 #dee2e6 #edf0f2;
    color: #000;
}
#lisanslama .content {
    display: none;
    text-align: center;
}
#lisanslama .content--active {
    display: block;
}
#lisanslama .content .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
#lisanslama .content .table-responsive table {
    border: 1px solid #e5ecee;
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}
#lisanslama .content .table-responsive .table thead th {
    background-color: #e5ecee;
    color: #424c55;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    vertical-align: bottom;
    text-align: left;
}
#lisanslama .content .table-responsive .table th,
#lisanslama .content .table-responsive .table td {
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-center {
    text-align: center !important;
}
#lisanslama .content .table-responsive table td {
    font-size: 16px;
    vertical-align: middle;
    color: #4d5e6e;
    text-align: left;
}
#lisanslama .content .table-responsive table td .form-control, 
#lisanslama .content .table-responsive table td select.form-control {
    border-radius: 4px !important;
    height: 35px !important;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    text-indent: 5px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 10px;
}
#lisanslama .content .table-responsive table td .satinal-btn{
    width: auto;
    background-color: #8b329a;
    margin-top: 2%;
    position: relative;
    right: 0px;
    border-radius: 3px!important;
    transition: all .3s ease-out;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
}
#lisanslama .content .table-responsive table td .satinal-btn:hover {
    background-color:#fbb000!important;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(0,0,0,.75)!important;
}



.text-right {
    text-align: right !important;
}
@media (min-width: 768px) and (max-width: 991px){
    #lisanslama .container--tabs{
        flex-wrap: wrap;
        justify-content: space-between !important;
    }
    #lisanslama .content .table-responsive table td{
        background-color: transparent!important;
        display: revert!important;
        border: none;
        width: 16%;
    }
    #lisanslama .content .table-responsive table tr td:first-child{
       width: 480px;
    }

}
@media (max-width: 767px)
{
    #lisanslama .container--tabs{
        flex-wrap: wrap;
        justify-content: space-between !important;
    }
    #lisanslama .content .table-responsive table td{
        background-color: transparent!important;
        display: revert!important;
        border: none;
        width: 16%;
    }
    #lisanslama .content .table-responsive table tr td:first-child{
       width: 480px;
    }
    .table tr:nth-child(2n) {
        background-color: rgba(0, 0, 0, 0.03);
    }
}
@media (max-width: 500px)
{
    #lisanslama .container--tabs{
        flex-wrap: wrap;
        justify-content: space-between !important;
    }
    #lisanslama .content .table-responsive table td{
        background-color: transparent!important;
        display: revert!important;
        border: none;
        width: 16%;
    }
    #lisanslama .content .table-responsive table tr td:first-child{
       width: 100%;
       display: block!important;
    }
}