@import url(https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);
@import url(https://maxst.icons8.com/vue-static/landings/line-awesome/font-awesome-line-awesome/css/all.min.css);

body {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #262936;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    box-sizing: border-box
}

b, strong {
    font-weight: 700
}

a {
    color: #262936
}

a:hover {
    text-decoration: none
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none
}

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

em {
    font-style: normal
}

.adminreturndiv {
    display: none
}

.heading {
    position: relative;
    margin-bottom: 40px
}

.heading > .heading-title {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 4px
}

.heading > .heading-desc {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 0
}

.form-control {
    height: 48px;
    border: 1px solid #d3d5d8;
    color: #262936
}

.bg-white {
    background: #fff
}

.bg-gray {
    background: linear-gradient(180deg, #f9fbfd 0, #fff 100%)
}

.btn-dark {
    color: #fff;
    background-color: #8da0b1;
    border-color: #8da0b1
}

.btn-primary {
    color: #fff;
    background-color: #0887fd;
    border-color: #0887fd
}

.btn-outline-primary {
    color: #2c87cf;
    border-color: #2c87cf
}

.btn-lg {
    height: 48px;
    font-size: 16px
}

.btn.active, .btn.focus, .btn:active, .btn:focus {
    outline: 0;
    outline-offset: 2px;
    outline-offset: -2px;
    box-shadow: none
}

.container:after, .container:before {
    display: table;
    content: " ";
    clear: both
}

.popover {
    border-radius: 3px;
    margin-left: 16px;
    margin-top: 3%;
    min-width: 200px;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, .08)
}

.popover .popover-content, .popover .popover-title {
    padding: 10px;
    font-size: 16px
}

.popover .popover-title {
    background: #f1f1f1;
    border-bottom: 1px solid #dee2e6;
    font-size: 16px
}

.popover {
    background: #fafafa;
    border: 1px solid #dee2e6
}

.popover:after, .popover:before {
    right: 100%;
    top: 19px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.popover:after {
    border-color: rgba(250, 250, 250, 0);
    border-right-color: #f1f1f1;
    border-width: 10px;
    margin-top: -10px
}

.popover:before {
    border-color: rgba(222, 226, 230, 0);
    border-right-color: #dee2e6;
    border-width: 11px;
    margin-top: -11px
}

.card {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e8ed;
    box-shadow: 0 1px 10px 0 rgba(141, 153, 176, .1)
}

.global-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 58%)
}

.custom-tab1 .tab-content {
    padding: 40px 20px;
    box-shadow: 0 1px 10px 0 rgba(141, 153, 176, .1);
    background: #fff;
    border: 1px solid #e5e8ed;
    border-top: 0
}

.custom-tab1 .nav-tabs {
    border-bottom: 1px solid #e5e8ed
}

.custom-tab1 .nav-tabs .nav-item.show .nav-link, .custom-tab1 .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #e5e8ed #e5e8ed #fff
}

.custom-tab1 .nav-tabs .nav-link:focus {
    border-color: #e5e8ed #e5e8ed #fff
}

.custom-tab1 .nav-tabs .nav-link:hover {
    border-color: transparent
}

.custom-tab1 .nav-tabs .nav-link.active:hover {
    border-color: #e5e8ed #e5e8ed #fff
}

.custom-tab1 .nav-tabs .nav-link {
    padding: 8px 20px
}

.header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 4;
    background: #fff
}

.top-bar {
    position: relative;
    color: #fff;
    border-bottom: 1px solid #eaedf1
}

.top-bar ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0
}

.top-bar ul li {
    position: relative;
    flex: 0 0 auto;
    border-left: 1px solid #dde2e9
}

.top-bar ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 12px;
    color: #4c5062;
    font-size: 13px;
    font-weight: 600
}

.top-bar ul li a:hover {
    text-decoration: none;
    background-color: rgb(221 226 233 / 34%) !important
}

.top-bar ul li a > img {
    position: absolute;
    left: 14px;
    color: #000;
    top: 10px;
    display: inline-block;
    height: 18px;
    margin-right: 4px
}

.top-bar ul li a > .img {
    position: absolute;
    left: 14px;
    top: 10px;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 4px;
    fill: #fff
}

.top-bar ul li.phone-lnk a {
    padding-left: 35px
}

.top-bar ul li.login-lnk a {
    border-right: 1px solid rgb(221 226 233) !important;
    background-color: rgb(221 226 233 / 35%) !important
}

.top-bar ul li .btn {
    border: 0;
    background: 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 12px;
    line-height: inherit
}

.top-bar ul li .dropdown.show, .top-bar ul li .dropdown:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .12) !important
}

.top-bar ul li .dropdown-menu {
    border: 0;
    padding: 0;
    border-radius: 0
}

.top-bar ul li .dropdown-item {
    color: #333;
    font-size: 13px
}

.top-bar ul.toplink1 {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    justify-content: flex-start
}

.top-bar ul.toplink1 li a {
    position: relative;
    padding-left: 30px
}

.top-bar ul.toplink1 li a i {
    position: absolute;
    left: 3px;
    top: 10px;
    font-size: 20px
}

.header {
    position: relative;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 0
}

.header .topbar {
    padding: 5px 0;
    background: #242935
}

.header .topbar .logo {
    float: left;
    margin-right: 26px
}

.header .topbar .logo img {
    height: 36px
}

.header .topbar .top-bar-left a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 20px 5px 0
}

.header .topbar .top-bar-left a i {
    position: relative;
    top: 2px;
    font-size: 19px;
    margin-right: 3px
}

.header .topbar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .topbar .top-bar-right a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0 5px 20px;
    text-decoration: none;
    color: #fff
}

.header .topbar .top-bar-right a i {
    position: relative;
    top: 2px;
    font-size: 22px;
    margin-right: 3px
}

.header .topbar .top-bar-right a.cart-link {
    padding-left: 32px;
    margin-left: 15px
}

.header .topbar .top-bar-right a.cart-link i {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 29px
}

.header .topbar .top-bar-right a.currency-link {
    border-right: 1px solid #ffffff47;
    padding-right: 20px
}

.header .topbar .btn {
    height: 24px;
    top: -1px;
    border-radius: 2px;
    padding: 1px 6px !important;
    font-weight: 500;
    background: #0404044d;
    border: 0;
    color: #fff
}

.header .topbar .btn-group .dropdown-menu {
    border-radius: 0;
    padding: 0;
    min-width: 60px;
    border: 1px solid #e7e7e8;
    box-shadow: 0 1px 1px rgba(44, 50, 66, .06), 0 8px 8px rgba(44, 50, 66, .01)
}

.header .topbar .btn-group .dropdown-item {
    color: #212529;
    font-size: 14px;
    padding: 5px
}

.header .navbar {
    background: #fff;
    padding: 0;
    height: 66px;
    border-bottom: 1px solid #eaedf1
}

.header .navbar .navbar-brand {
    position: relative;
    padding: 0;
    display: block;
    width: 264px;
    height: 44px
}

.header .navbar .navbar-brand .logo {
    height: 44px
}

.header .navbar .navbar-brand .logo-desc {
    position: absolute;
    content: "";
    left: 222px;
    top: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #848e9b;
    display: flex;
    align-items: center
}

.header .navbar .navbar-brand .logo-desc:before {
    position: absolute;
    content: "";
    left: -15px;
    top: -9px;
    width: 1px;
    height: 38px;
    background-color: #e6e7ea
}

.header .navbar .navbar-brand .logo-desc span {
    position: relative;
    padding-left: 20px
}

.header .navbar .navbar-brand .logo-desc span:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -9px;
    width: 34px;
    height: 38px;
    background-image: url(../img/campaign/kurdele.png);
    background-repeat: no-repeat;
    background-position: center
}

.header .navbar .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px
}

.header .navbar .nav-link {
    position: relative;
    color: #58667b;
    font-size: 16px;
    font-weight: 600;
    padding: 19px 15px
}

.header .navbar .nav-link.dropdown-toggle::after {
    display: none
}

.header .navbar .dropdown {
    position: static
}

.header .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 50px;
    margin-top: 12px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    padding: 0
}

.header .navbar .nav-item.show .nav-link {
    color: #396cdf
}

.header .navbar .nav-item.show .nav-link:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 3px;
    height: 3px;
    width: 100%;
    background: #396cdf
}

.header .navbar .active > .nav-link, .header .navbar .nav-link.active, .header .navbar .nav-link.show, .header .navbar .show > .nav-link {
    color: #396cdf
}

.header .dropdown:hover .nav-link {
    color: #396cdf
}

.header .dropdown:hover .nav-link:before {
    content: "";
    bottom: 0;
    left: 3px;
    height: 3px;
    width: 100%;
    background: #396cdf
}

.menuTopFix.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .1)
}

.mega-menu-header {
    background: #fff;
    padding: 30px 0 20px;
    position: relative;
    z-index: 13;
    border-top: 1px solid #e5e8ec
}

.mega-menu-header .row {
    width: 100%
}

.mega-menu-header:after, .mega-menu-header:before {
    display: table;
    content: " ";
    clear: both
}

.mega-menu-header .col-md-4 {
    position: relative;
    padding: 0 20px
}

.mega-menu-header .col-md-4:after {
    position: absolute;
    content: '';
    right: -2px;
    top: 0;
    background: #e7e7e8;
    width: 1px;
    height: 100%
}

.mega-menu-header a .menu-icon img {
    width: 32px;
    margin: 0 auto;
    transition: all .2s;
    transition: all .2s
}

.mega-menu-header .last:after {
    display: none
}

.mega-menu-header h4 {
    font-size: 13px;
    color: #3c4858;
    font-weight: 600;
    margin-bottom: 15px
}

.mega-menu-header h3 {
    font-size: 18px;
    color: #3c4858;
    font-weight: 600;
    margin-bottom: 5px
}

.mega-menu-header p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.4
}

.mega-menu-header b {
    display: block;
    color: #3c4858;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.mega-menu-header ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.mega-menu-header ul li:last-child {
    border-bottom: 0
}

.mega-menu-header ul li a {
    position: relative;
    display: block;
    color: #3c4858;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    padding: 8px 0 4px
}

.mega-menu-header ul li a small.badge {
    position: relative;
    top: -2px;
    font-size: 11px;
    display: inline-block;
    margin-left: 3px
}

.mega-menu-header ul li a:hover {
    text-decoration: none;
    color: #007bff
}

.mega-menu-header ul.icon li {
    position: relative;
    padding-left: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 30px
}

.mega-menu-header ul.icon li a > i {
    position: absolute;
    left: -58px;
    top: 9px;
    font-size: 35px;
    width: 50px;
    height: 50px;
    float: left;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .1);
    background: #eff4f8;
    background: linear-gradient(0deg, #eff4f8 0, #fff 100%);
    transition: all .2s;
    align-items: center;
    justify-content: center;
    color: #386ce0;
    background: #fff;
    border: 2px solid #fff
}

.mega-menu-header ul li {
    border-bottom: 1px solid #e7e7e8;
    padding: 5px 0
}

.mega-menu-header ul.icon li a > img {
    position: absolute;
    left: -50px;
    top: 7px;
    font-size: 32px;
    width: 42px;
    height: 42px;
    float: left;
    padding: 5px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .1);
    background: #eff4f8;
    background: linear-gradient(0deg, #eff4f8 0, #fff 100%);
    transition: all .2s;
    align-items: center;
    justify-content: center;
    color: #386ce0;
    background: #fff
}

.mega-menu-header ul.icon li a > span {
    display: block;
    font-weight: 400;
    color: #3c4858;
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.4
}

.mega-menu-header ul.icon li a > span > small {
    display: inline-block;
    padding-right: 6px
}

.mega-menu-header ul.icon li a > span > i {
    position: static;
    font-size: 16px
}

.mega-menu-header ul.icon li a:hover {
    color: #386ce0 !important
}

.mega-menu-header ul.icon li a:hover > span {
    color: #386ce0 !important
}

.mega-menu-header ul.icon li a:hover > i {
    border: 2px solid #386ce0;
    background-color: #386ce0;
    color: #fff
}

.mega-menu-header ul.icon li a:hover > img {
    border: 2px solid #386ce0
}

.mega-menu-header ul.icon.paper li a {
    font-weight: 400
}

.mega-menu-footer {
    background: #f3f5f9;
    padding: 10px 0
}

.mega-menu-footer:after, .mega-menu-footer:before {
    display: table;
    content: " ";
    clear: both
}

.mega-menu-footer a {
    display: inline-block;
    padding-right: 15px;
    color: #007bff;
    font-size: 14px
}

.menu-kampanya {
    background: #ee3437;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .01em;
    padding: 2px 10px 2px;
    position: absolute;
    right: 15px;
    top: 3px;
    text-transform: uppercase
}

.menu-kampanya:before {
    border: 5px solid #0000;
    border-right-color: #ee3437;
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    right: 0
}

.menu-kampanya.green {
    background: #4eb246
}

.menu-kampanya.green:before {
    border-right-color: #4eb246
}

.menu-yeni {
    background: #4fb245;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .01em;
    padding: 2px 10px 2px;
    position: absolute;
    right: 15px;
    top: 3px;
    text-transform: uppercase
}

.menu-yeni:before {
    border: 5px solid #0000;
    border-right-color: #4fb245;
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    right: 0
}

.menu-yeni.green {
    background: #4fb245
}

.menu-yeni.green:before {
    border-right-color: #4fb245
}

@media only screen and (max-width: 767px) {
    .header {
        display: none
    }

    .mobile-header {
        display: block
    }

    .news-bar .news-content {
        padding-right: 30px
    }

    .news-bar .news-content p {
        font-size: 16px
    }

    .news-bar .news-content .newsClose {
        right: -10px
    }

    .news-bar .news-content .btn-sm {
        min-width: 70px
    }

    .news-bar .news-content .btn-sm span {
        display: none
    }
}

.main-banner {
    position: relative;
    padding: 40px 0 150px;
    background-image: url(../img/background/bg5.jpg);
    background-size: cover;
    background-position: 50%
}

.main-banner:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #386ce0e0;
    height: 100%;
    width: 100%
}

.main-banner .container {
    position: relative;
    z-index: 1
}

.main-banner h1 {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.main-banner p {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #fff
}

.main-banner .domain-checker {
    display: flex;
    background-color: #fff;
    padding: 5px;
    border-radius: 4px;
    max-width: 856px;
    margin: 20px auto
}

.main-banner .domain-checker .domain-checker-bg {
    width: 100%
}

.main-banner .domain-checker .domain-checker-bg .dc-input {
    float: left;
    width: calc(100% - 140px)
}

.main-banner .domain-checker .domain-checker-bg .dc-input input {
    border: 0;
    height: 48px;
    width: 100%
}

.main-banner .domain-checker .domain-checker-bg .dc-button {
    float: left;
    width: 140px
}

.main-banner .domain-checker .domain-checker-bg .dc-button .btn {
    height: 48px;
    font-weight: 500
}

.main-banner ul.domain-link {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    clear: both;
    display: block;
    text-align: center
}

.main-banner ul.domain-link li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 500
}

.main-banner ul.domain-link li a {
    color: #fff;
    font-weight: 500
}

.main-banner ul.domain-link li:after {
    position: absolute;
    content: "";
    top: 3px;
    right: -2px;
    height: 16px;
    width: 1px;
    background: #ffffff40
}

.main-banner ul.domain-link li:last-child:after {
    display: none
}

.main-banner .domain-extension {
    margin: 40px 0 0
}

.main-banner .domain-extension .item {
    text-align: center;
    display: flex;
    align-items: center
}

.nav-cart {
    padding-left: 32px;
    margin-left: 5px;
    border-left: 1px solid #e7e7e8
}

.nav-cart i {
    font-size: 25px;
    position: absolute;
    left: -19px;
    top: 17px
}

.navbar-light {
    padding: 0;
    z-index: 3;
    width: 100%
}

.navbar-light .navbar-brand img {
    height: 36px
}

.navbar-light .navbar-nav .nav-item {
    margin-right: 15px
}

.navbar-light .navbar-nav .nav-item:last-child {
    margin-right: 0
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #373d41;
    font-weight: 700;
    font-size: 16px;
    padding: 20px 5px
}

.navbar .dropdown {
    position: static
}

.navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 50px;
    margin-top: 12px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    padding: 0
}

.navbar-nav .nav-item.show .nav-link {
    position: relative;
    color: #031b4e
}

.navbar-nav .nav-item.show .nav-link:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #6419ff
}

.cart-menu {
    border-left: 1px solid #e7e7e8;
    padding-left: 15px;
    margin-left: 20px
}

.cart-menu li {
    position: relative;
    padding-left: 28px
}

.cart-menu i {
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 17px
}

.home-product {
    position: relative;
    padding: 60px 0
}

.home-product .heading {
    margin-bottom: 20px
}

.home-box {
    float: left;
    width: calc(20% - 2px);
    position: relative;
    text-align: center;
    margin: 15px 1px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    padding: 20px 10px;
    border: 1px solid #e6e9ed;
    box-shadow: 0 0 30px rgb(14 14 14 / 10%);
    border-bottom: 5px solid #c5cacc
}

.home-box img {
    display: block;
    margin: 0 auto 10px;
    height: 80px
}

.home-box .p-price {
    position: relative;
    text-align: center;
    padding: 10px 0 5px
}

.home-box .p-price .price-tag {
    padding-left: 15px;
    font-size: 56px;
    line-height: 1;
    font-weight: 800;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center
}

.home-box .p-price .price-tag span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    font-weight: 900;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center
}

.home-box .p-price .price-tag sub {
    color: #242736;
    font-size: 14px;
    font-weight: 400;
    top: 12px;
    left: 10px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.home-box .p-price .price-tag sup {
    font-size: 28px;
    top: -10px;
    left: -20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.home-box .p-price .price-tag sup > small {
    font-weight: 300;
    margin-left: 3px
}

.home-box .title {
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.home-box .desc {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 15px
}

.home-box .btn {
    font-size: 16px;
    border-radius: 4px;
    padding: 12px 40px
}

@media only screen and (max-width: 767px) {
    .home-box {
        width: calc(50% - 2px);
        margin: 2px 1px;
        min-height: 350px
    }

    .home-box:nth-child(1) {
        width: calc(100% - 2px)
    }
}

.home-customer {
    position: relative;
    width: 100%;
    padding: 70px 0
}

.home-customer .heading {
    margin-bottom: 40px
}

.home-customer .heading-desc {
    font-size: 24px;
    color: #ffc22c
}

.home-customer .reviews-box {
    position: relative
}

.home-customer .reviews-box .reviews {
    background: #f7f7f7;
    border-radius: 3px;
    padding: 25px;
    color: #333;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5
}

.home-customer .reviews-box .reviews:after {
    content: '';
    position: absolute;
    left: 12%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f7f7f7;
    clear: both
}

.home-customer .reviews-box .reviews-author {
    display: table;
    padding-top: 10px;
    padding-left: 20px
}

.home-customer .reviews-box .reviews-author img {
    width: 55px;
    height: auto;
    border-radius: 50%;
    display: table-cell
}

.home-customer .reviews-box .reviews-author h4 {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
    padding-top: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.2
}

.home-customer .reviews-box .reviews-author h4 span {
    display: block;
    font-size: 14px;
    color: #717988;
    padding-top: 1px
}

.home-customer .reviews-box .reviews-author h4 span > span {
    display: block;
    font-size: 90%;
    font-weight: 400;
    padding-top: 2px
}

.home-customer .owl-dots {
    display: none
}

.home-customer .owl-nav {
    position: absolute;
    top: 124px;
    width: 100%;
    font-size: 60px
}

.home-customer .owl-nav .owl-prev {
    position: absolute;
    right: 40px;
    color: #abacb3 !important
}

.home-customer .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    color: #abacb3 !important
}

.home-domain-bar {
    position: relative;
    padding: 40px 0 30px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background: #333
}

.home-domain-bar:before {
    position: absolute;
    content: '';
    left: 70%;
    top: 0;
    background-image: url(../img/page/banner-light.svg);
    width: 100%;
    height: 100%;
    mix-blend-mode: color-burn;
    opacity: .4
}

.home-domain-bar .text {
    color: #fff;
    margin-bottom: 15px;
    overflow: hidden
}

.home-domain-bar .text h2 {
    font-size: 30px;
    margin-bottom: 5px
}

.home-domain-bar .text p {
    font-size: 18px;
    color: #fff
}

.home-domain-bar .form-bg {
    background: #fff;
    overflow: hidden;
    border-radius: 4px
}

.home-domain-bar .form-bg input {
    float: left;
    border: 0;
    padding: 10px 25px;
    width: calc(100% - 150px);
    height: 56px;
    border-radius: 4px;
    font-weight: 500
}

.home-domain-bar .form-bg .btn {
    float: right;
    width: 150px;
    padding: 10px 15px;
    height: 56px;
    border-radius: 0;
    font-weight: 500
}

.home-domain-bar ul.domain-link {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    clear: both;
    display: inline-block;
    text-align: center
}

.home-domain-bar ul.domain-link li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 16px
}

.home-domain-bar ul.domain-link li a {
    color: #fff;
    font-weight: 500
}

.home-domain-bar ul.domain-link li:after {
    position: absolute;
    content: '';
    top: 3px;
    right: -2px;
    height: 16px;
    width: 1px;
    background: #ffffff40
}

.home-domain-bar ul.domain-link li:last-child:after {
    display: none
}

.custom-switch {
    padding-left: 57px;
    min-height: 33px
}

.custom-switch .custom-control-label {
    line-height: 32px;
    font-size: 15px
}

.custom-switch .custom-control-label::before {
    width: 50px;
    height: 26px;
    border-radius: 20px;
    left: -57px
}

.custom-switch .custom-control-label::after {
    width: calc(24px - 4px);
    height: calc(24px - 4px);
    top: calc(5px + 2px);
    left: calc(-55px + 2px);
    border-radius: 20px
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(22px);
    transform: translateX(22px)
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f66503;
    background-color: #f66503
}

.custom-control-input {
    width: 56px;
    height: 33px
}

.custom-control-input:focus {
    box-shadow: none;
    border: 0
}

.home-domain-price {
    position: relative;
    padding: 0 0 20px;
    background: #333;
    color: #fff
}

.home-domain-price #domainPrice .owl-item {
    position: relative
}

.home-domain-price #domainPrice .owl-item:after {
    position: absolute;
    content: '';
    right: -4px;
    top: 2px;
    width: 1px;
    height: 22px;
    background: #ffffff40
}

.home-domain-price #domainPrice .owl-item:first-child:after {
    display: none
}

.home-domain-price .item-price {
    text-align: center
}

.home-domain-price .item-price .name {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    margin-right: 10px;
    background: #4eb246;
    border-radius: 4px;
    color: #fff;
    padding: 2px 6px 4px;
    line-height: 1
}

.home-domain-price .item-price .price {
    display: inline-block
}

.home-domain-price .item-price .price sub {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    bottom: inherit
}

.home-domain-price .item-price .price sub:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid red;
    height: 45%;
    height: calc(50% - 1px);
    width: 100%;
    transform: rotateZ(-10deg)
}

.home-domain-price .item-price .price sup {
    font-size: 18px;
    font-weight: 800;
    top: inherit
}

.home-domain-price.bg-green .item-price .name {
    background: #333
}

@media only screen and (max-width: 767px) {
    .home-domain-bar .text {
        text-align: center;
        margin-bottom: 15px
    }

    .home-domain-bar .form-bg input {
        width: calc(100% - 100px);
        padding: 10px
    }

    .home-domain-bar .form-bg .btn {
        width: 100px
    }

    .home-domain-price {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .home-domain-price .item-price .name {
        margin-right: 2px
    }
}

.home-box .p-price .price-tag sup {
    font-size: 22px;
    top: -10px;
    left: -20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.home-box .p-price .price-tag sup > small {
    font-weight: 300;
    margin-left: 3px
}

.home-box .title {
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.home-box .desc {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 15px
}

.home-box .btn {
    font-size: 16px;
    border-radius: 4px;
    padding: 12px 40px
}

@media only screen and (max-width: 767px) {
    .home-box {
        width: calc(50% - 2px);
        margin: 2px 1px;
        min-height: 350px
    }

    .home-box:nth-child(1) {
        width: calc(100% - 2px)
    }
}

.mega-menu-header {
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #e7e7e8
}

.mega-menu-header:after, .mega-menu-header:before {
    display: table;
    content: " ";
    clear: both
}

.mega-menu-header .col-md-3 {
    position: relative;
    padding: 0 20px
}

.mega-menu-header .col-md-3:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #e7e7e8
}

.mega-menu-header p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #949c9e
}

.mega-menu-header p b {
    font-size: 16px;
    color: #373d41
}

.mega-menu-header b {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #262936
}

.mega-menu-header ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.mega-menu-header ul li a {
    display: block;
    color: #373d41;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    padding: 4px 0
}

.menuTopFix.sticky {
    position: fixed;
    background: #fff;
    padding: 0;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .1);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3
}

.mobile-header {
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 60px;
    text-align: center;
    z-index: 3;
    display: none
}

.mobile-header a > img {
    height: 30px;
    margin-top: 15px
}

.mobile-header a {
    display: block;
    width: 100%
}

.mobile-header .mobile-cart {
    position: relative;
    color: #3c3d3b;
    font-size: 30px;
    padding: 8px
}

.mobile-header .mobile-cart span {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 11px
}

.mobile-header .mblMenu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 65px;
    font-size: 30px;
    color: #3c3d3b;
    padding: 8px 24px
}

#sidebar {
    background: #f8f8f8;
    border-top: 1px solid #e6e6e6;
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    height: 100%;
    z-index: 9999;
    display: none
}

#sidebar.active {
    display: block
}

.gw-login a {
    float: left;
    width: 50%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #53534a;
    padding: 12px 0
}

.gw-login a:last-child {
    border-right: 0
}

.gw-login a i {
    margin-right: 4px
}

.gw-sidebar .nano-pane {
    background: rgba(255, 255, 255, 0);
    font-size: 15px
}

.nano-content {
    list-style: none;
    margin: 0;
    overflow: none;
    background-color: #fff;
    padding: 0 12px;
    font-size: 16px;
    color: #666;
    line-height: 1.2;
    font-weight: 500;
    overflow-x: hidden;
    height: 100%
}

.gw-sidebar .gw-nav-list li a {
    padding-left: 20px
}

.gw-nav-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.gw-nav-list > li:first-child {
    border-top: 0
}

.gw-nav-list > li {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    text-decoration: none
}

.gw-nav-list > li:last-child {
    border-bottom: none
}

@-webkit-keyframes arrow-slide {
    100% {
        -webkit-transform: rotate(225deg);
        z-index: 3
    }
}

@-webkit-keyframes arrow-slide1 {
    100% {
        -webkit-transform: rotate(225deg);
        z-index: 3
    }
}

.gw-nav-list > li.arrow-down:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 15px;
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    -webkit-transform: rotate(45deg);
    -webkit-animation: arrow-slide .5s 0s ease both
}

.gw-nav-list > li.init-arrow-down:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 15px;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    -webkit-transform: rotate(45deg)
}

.gw-nav-list > li.arrow-up:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 15px;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    -webkit-transform: rotate(45deg);
    -webkit-animation: arrow-slide1 .5s 0s ease both
}

.gw-nav-list > li.init-arrow-up:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 15px;
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    -webkit-transform: rotate(45deg)
}

.gw-nav-list > li.active {
    background-color: #fff
}

.gw-nav-list > li > a {
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0 16px 0 7px;
    color: #666;
    text-shadow: none !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none
}

.gw-open > a {
    outline: 0
}

.gw-nav-list > li.gw-open {
    border-bottom-color: #e5e5e5
}

.gw-nav-list > li.gw-open > a {
    background-color: #fafafa;
    color: #1963aa
}

.gw-nav-list .gw-open > a, .gw-nav-list .gw-open > a:focus, .gw-nav-list .gw-open > a:hover {
    background-color: #fafafa
}

.gw-nav .gw-open > a, .gw-nav .gw-open > a:focus, .gw-nav .gw-open > a:hover {
    background-color: #eee;
    border-color: #428bca
}

.gw-nav-list > li.active > a, .gw-nav-list > li.active > a:active, .gw-nav-list > li.active > a:focus, .gw-nav-list > li.active > a:hover {
    background-color: #fff;
    color: #dd4814;
    font-weight: 800;
    font-size: 16px
}

.gw-nav-list .gw-nav-header, .gw-nav-list > li > a {
    margin: 0
}

.gw-nav-list > li.active > a > [class*=icon-] {
    font-weight: 400
}

.gw-nav-list > li.active > a:hover:before {
    display: none
}

.gw-nav-list > li.active:before {
    display: inline-block;
    content: "";
    position: absolute;
    right: -13px;
    top: -1px;
    bottom: 0;
    z-index: 1;
    border-right: 1px solid #dd4814
}

.gw-nav-list li.gw-open > a:after {
    display: none
}

.gw-nav-list > li a > .gw-arrow {
    display: inline-block;
    width: 14px !important;
    height: 14px;
    line-height: 14px;
    text-shadow: none;
    font-size: 18px;
    position: absolute;
    right: 11px;
    top: 11px;
    padding: 0;
    color: #666
}

.gw-nav-list > li a:hover > .gw-arrow, .gw-nav-list > li.active > a > .gw-arrow, .gw-nav-list > li.gw-open > a > .gw-arrow {
    color: #1963aa
}

.gw-nav-list > li > a > [class*=icon-]:first-child {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-right: 2px
}

.gw-nav-list > li .gw-submenu {
    font-size: 13px;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #e5e5e5
}

.gw-nav-list > li .gw-submenu > li {
    margin-left: 0;
    position: relative
}

.gw-nav-list > li .gw-submenu > li > a {
    display: block;
    position: relative;
    color: #616161;
    padding: 11px 0 9px 35px;
    margin: 0;
    border-top: 1px dotted #e4e4e4;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

.gw-nav-list > li .gw-submenu > li > a:focus {
    text-decoration: none
}

.gw-nav-list > li .gw-submenu > li > a:hover {
    text-decoration: none;
    color: #dd4814;
    background-color: rgba(25, 25, 50, .1)
}

.gw-nav-list > li .gw-submenu > li.active:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: 0;
    z-index: 1;
    border: 2px solid #dd4814
}

.gw-nav-list > li .gw-submenu > li.active > a {
    color: #dd4814
}

.gw-nav-list > li .gw-submenu > li a > [class*=icon-]:first-child {
    display: none;
    font-size: 12px;
    font-weight: 400;
    width: 18px;
    height: auto;
    line-height: 12px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 1;
    background-color: #fff
}

.gw-nav-list > li .gw-submenu > li.active > a > [class*=icon-]:first-child, .gw-nav-list > li .gw-submenu > li:hover > a > [class*=icon-]:first-child {
    display: inline-block
}

.gw-nav-list > li .gw-submenu > li.active > a > [class*=icon-]:first-child {
    color: #c86139
}

.gw-nav-list > li > .gw-submenu > li:first-child > a {
    border-top: 0
}

.gw-nav-list li .gw-submenu {
    overflow: hidden
}

.gw-nav-list li.active.gw-open > .gw-submenu > li.active.gw-open > a.dropdown-toggle:after {
    display: none
}

.gw-nav-list li.active > .gw-submenu > li.active > a:after {
    display: none
}

.gw-nav-list li.active.gw-open > .gw-submenu > li.active > a:after {
    display: block
}

.gw-nav-tabs li[class*=" icon-"], .nav-tabs li[class^=icon-] {
    width: 1.25em;
    display: inline-block;
    text-align: center
}

.home__domain {
    position: relative;
    border-bottom: 1px solid #e5e8ed;
    border-top: 1px solid #e5e8ed;
    background: #f9fbfc;
    padding: 25px 0
}

.home__domain form {
    position: relative
}

.home__domain form input {
    float: left;
    width: calc(100% - 140px);
    height: 60px;
    border-right: 0;
    border-radius: 4px 0 0 4px
}

.home__domain form .btn {
    float: left;
    width: 140px;
    height: 60px;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    font-size: 16px;
    display: block
}

.home__domain #owl-domain {
    margin-top: 10px
}

.home__domain #owl-domain .owl-item:after {
    position: absolute;
    content: '';
    right: -5px;
    top: 0;
    background: #e5e8ed;
    height: 41px;
    width: 1px
}

.home__domain #owl-domain .item {
    text-align: center;
    letter-spacing: -.7px;
    line-height: 1
}

.home__domain #owl-domain .item img {
    width: auto;
    height: 24px;
    margin: 0 auto;
    display: block
}

.home__domain #owl-domain span.old {
    display: inline-block;
    text-decoration: line-through;
    font-size: 14px;
    color: #999
}

.home__domain #owl-domain span.new {
    display: inline-block
}

#home-carousel-1x .carousel-item {
    height: 400px;
    text-align: center;
    background-size: cover !important
}

#home-carousel-1x .container {
    position: relative
}

#home-carousel-1x .container .carousel-title {
    position: absolute;
    left: 15px;
    top: 60px;
    text-align: left;
    color: #3a3c46;
    width: 60%
}

#home-carousel-1x .container .carousel-title h1 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px
}

#home-carousel-1x .container .carousel-title p {
    font-size: 22px;
    margin-bottom: 20px
}

#home-carousel-1x .container .carousel-title ul {
    margin-bottom: 25px;
    overflow-y: hidden
}

#home-carousel-1x .container .carousel-title ul li {
    float: left;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 0;
    width: 50%
}

#home-carousel-1x .container .carousel-title .btn {
    font-weight: 500;
    width: 220px;
    line-height: 30px
}

#home-carousel-1x .carousel-control-prev {
    width: 75px
}

#home-carousel-1x .carousel-control-next {
    width: 75px
}

#home-carousel-1x .img1 {
    position: absolute;
    right: -52px;
    top: 37px;
    height: 330px
}

.section__banner {
    position: relative;
    width: 100%;
    text-align: center;
    color: #252836;
    padding: 50px 0 0;
    height: 360px;
    background: #e2e8eb
}

.section__banner h1 {
    font-size: 36px;
    margin-bottom: 10px
}

.section__banner p {
    font-size: 20px;
    margin-bottom: 20px
}

.section__banner li {
    display: inline-block;
    padding: 8px 15px;
    font-size: 18px
}

.section__banner li:nth-child(1) {
    padding-left: 0
}

.section__banner li:nth-child(4) {
    padding-right: 0
}

.section__banner li > i {
    padding-right: 3px
}

.section__product {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: -76px;
    clear: both
}

.hosting-package {
    clear: both
}

.hosting-package:after, .hosting-package:before {
    display: table;
    content: " ";
    clear: both
}

.package {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 5px solid #d4d4d4;
    margin: 0 5px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    float: left;
    width: calc(25% - 10px);
    box-shadow: 0 0 50px rgb(34 34 34 / 20%)
}

.package.best-hosting {
    margin-top: -40px;
    z-index: 1
}

.package.best-hosting[data-promo-text]:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 0 8px;
    color: #252836;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    text-transform: none;
    content: attr(data-promo-text)
}

.package.best-hosting[data-promo-text]:before {
    background: #28a745;
    color: #fafafa
}

.package .p-header {
    position: relative;
    text-align: center;
    padding: 15px 0 15px;
    background-color: #fafafa;
    border-bottom: 1px solid #2427362e
}

.package .p-header > h3 {
    font-size: 20px;
    color: #252836
}

.package .p-header > p {
    margin: 0;
    font-size: 14px;
    color: #252836
}

.package .p-price {
    position: relative;
    text-align: center;
    padding: 10px 0 15px;
    background-color: #fafafa
}

.package .p-price .badge {
    margin-bottom: 10px
}

.package .p-price .old {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #242736;
    line-height: 1
}

.package .p-price .old span {
    position: relative;
    display: inline-block
}

.package .p-price .old span:after {
    display: block;
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    right: 0;
    top: 10px;
    background: red;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.package .p-price .price-tag {
    color: #fff;
    padding-left: 15px;
    font-size: 56px;
    line-height: 1;
    font-weight: 800;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center
}

.package .p-price .price-tag span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    color: #252836;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center
}

.package .p-price .price-tag sub {
    color: #242736;
    font-size: 14px;
    font-weight: 600;
    bottom: 0;
    top: 12px;
    left: 10px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.package .p-price .price-tag sup {
    color: #252836;
    font-size: 28px;
    top: -10px;
    left: -20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.package .p-price .price-tag sup > small {
    font-weight: 300;
    margin-left: 3px
}

.package .p-price i {
    position: absolute;
    right: 30px;
    top: 62%
}

.package .p-order {
    margin-top: 0;
    text-align: center;
    padding-bottom: 15px;
    background-color: #fafafa
}

.package .p-order .btn {
    width: 220px;
    height: 44px;
    line-height: 30px;
    letter-spacing: -.3px;
    font-weight: 700
}

.package .p-detail {
    position: relative;
    text-align: left;
    margin-left: 25px; ;
}

.package .p-detail > p {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #e6e9ed
}

.package .p-more {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400
}

.package .p-more a {
    color: #0887fd
}

.package .p-renew {
    font-size: 12px;
    color: #9c9c9c;
    text-align: center;
    font-weight: 400;
    cursor: help;
    margin-bottom: 15px
}

.badge-taksit {
    position: absolute;
    left: -75px;
    top: 30px;
    width: 200px
}

.badge-taksit3 {
    position: absolute;
    right: -148px;
    top: -37px;
    width: 180px
}

.package .p-detail > p > img {
    width: 20px;
    margin-right: 3px;
    position: relative;
    top: -2px;
    display: inline-block;
    margin: 0
}

.DomainKampanya {
    position: absolute;
    z-index: 1;
    right: 2px;
    top: 70px;
    width: 77px;
    height: 77px;
    background: url(../img/ucretsiz__domain_site.png)
}

.package.best-hosting .DomainKampanya {
    top: 110px
}

.plan-title {
    font-size: 20px;
    text-align: center;
    margin-top: 31px
}

.plan-title > i {
    position: relative;
    top: 4px;
    font-size: 26px;
    text-align: center
}

.plan-title > .abbr {
    text-decoration: none;
    border-bottom: 1px dotted;
    cursor: pointer;
    color: #00b9ff
}

.section__performance {
    position: relative;
    width: 100%;
    padding: 50px 0
}

.performance__list {
    position: relative;
    overflow: hidden
}

.performance__list ul li {
    float: left;
    width: calc(20% - 20px);
    margin: 10px 10px;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #e5e8ed;
    box-shadow: 0 1px 10px 0 rgba(141, 153, 176, .1);
    border-radius: 4px;
    padding: 10px
}

.performance__list ul li i {
    display: block;
    font-size: 42px;
    color: #00b9ff
}

.performance__list ul li b {
    display: block;
    font-size: 16px
}

.performance__list ul li p {
    display: block;
    font-size: 14px;
    margin-bottom: 0
}

.section__partner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.section__partner .partner {
    display: flex;
    align-items: center;
    width: 110px;
    height: 40px;
    margin-bottom: 30px;
    margin-right: 25px
}

.section__partner .partner img {
    width: 100%;
    height: auto
}

.section__demo {
    position: relative;
    padding: 40px 0;
    background: #f9fbfc
}

.section__click {
    position: relative;
    width: 100%;
    padding: 40px 0;
    background-color: #fff
}

.section__click img {
    width: 100%
}

.section__click h3 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 30px
}

.section__click p {
    font-size: 20px;
    margin-bottom: 0;
    color: #717988;
    margin-bottom: 30px
}

.section__click p:last-child {
    margin-bottom: 0
}

.section__featured {
    position: relative;
    width: 100%;
    padding: 70px 0 30px;
    background: #f9fbfc
}

.block__feature {
    position: relative;
    margin: 15px 0
}

.block__feature i {
    display: block;
    font-size: 32px;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 10px;
    background: #0088ff26;
    color: #08f;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px
}

.block__feature h6 {
    position: relative;
    margin-bottom: 5px
}

.block__feature p {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 300
}

.section__customer {
    position: relative;
    width: 100%;
    padding: 70px 0
}

.support__client {
    position: relative;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #00b9ff
}

.reviews-box {
    position: relative
}

.reviews-box .reviews {
    background: #f4f7fb;
    border-radius: 3px;
    padding: 35px;
    color: #333;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5
}

.reviews-box .reviews:after {
    position: absolute;
    left: 30px;
    bottom: 0;
    content: "";
    height: 10px;
    width: 32px;
    background: #f4f7fb
}

.reviews-box .reviews:before {
    position: absolute;
    left: 24px;
    bottom: -35px;
    content: "\f0dd";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 42px;
    color: #f4f7fb;
    cursor: default
}

.reviews-box .reviews-author {
    display: table;
    padding-top: 10px;
    padding-left: 20px
}

.reviews-box .reviews-author img {
    width: 55px;
    height: auto;
    border-radius: 50%;
    display: table-cell
}

.reviews-box .reviews-author h4 {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1
}

.reviews-box .reviews-author h4 span {
    display: block;
    font-size: 14px;
    color: #717988;
    padding-top: 1px
}

.reviews-box .reviews-author h4 span > span {
    display: block;
    font-size: 90%;
    font-weight: 400;
    padding-top: 2px
}

#support__slider .owl-dots {
    display: none
}

#support__slider .owl-nav {
    position: absolute;
    top: 124px;
    width: 100%;
    font-size: 60px
}

#support__slider .owl-nav .owl-prev {
    position: absolute;
    right: 40px;
    color: #abacb3 !important
}

#support__slider .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    color: #abacb3 !important
}

.carousel-indicators {
    z-index: 2
}

.section__compare {
    position: relative;
    width: 100%;
    padding: 70px 0
}

.section__compare a {
    color: #44505d
}

.compare-list-spec {
    list-style: none;
    padding: 0;
    margin: 0
}

.compare-list-spec li {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    line-height: normal;
    border-bottom: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    text-align: right;
    min-height: 45px;
    max-height: 65px
}

.compare-list-spec li.caption {
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    border-right: 0;
    line-height: 40px
}

.compare-list-spec li:first-child {
    border-top: 1px solid #e6e9ed
}

.compare-list-spec li:last-child {
    border-bottom: 0
}

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

.compare-list li {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    line-height: normal;
    border-bottom: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    text-align: center;
    overflow: hidden;
    min-height: 45px;
    max-height: 65px
}

.compare-list li.caption {
    font-size: 20px;
    line-height: 20px;
    height: 60px;
    border-bottom: 0;
    border-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.compare-list li.caption.bg-dark {
    background-color: #252836 !important
}

.compare-list li:first-child {
    border-top: 1px solid #e6e9ed
}

.compare-list li:last-child {
    border-bottom: 0 !important
}

.compare-list.compare-pop {
    position: relative;
    z-index: 2;
    box-shadow: -50px 0 50px -50px rgba(34, 34, 34, .4), 50px 0 50px -50px rgba(34, 34, 34, .4)
}

.compare-list.compare-pop li {
    font-weight: 700
}

.compare-list.last li {
    border-right: 0
}

.compare-list li.spec-1 {
    border-bottom: 5px solid #b3b7bd
}

.compare-list li.spec-2 {
    border-bottom: 5px solid #252836
}

.compare-list li.compare-price {
    padding: 20px 20px;
    max-height: none
}

.compare-list li.compare-price {
    border-bottom: 0
}

.compare-list li.compare-price .price {
    font-size: 34px;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: -.04em;
    position: relative;
    white-space: nowrap
}

.compare-list li.compare-price .price .month {
    position: relative
}

.compare-list li.compare-price .price .month:after {
    content: "/Ay";
    letter-spacing: 0;
    white-space: nowrap;
    font-size: 33%;
    line-height: 1;
    position: absolute;
    bottom: 9px;
    left: 5px;
    font-weight: 400
}

.compare-list li.compare-price .price small {
    position: relative;
    font-size: 50%;
    line-height: 50%;
    top: -13px;
    margin-left: 0;
    white-space: nowrap
}

.compare-list li.compare-price .btn {
    color: #fff;
    font-weight: 700;
    letter-spacing: -.6px;
    line-height: 28px
}

.compare-list li .fa-circle {
    color: #b3b7bd;
    background: #b3b7bd;
    border-radius: 50%
}

.no-padding {
    padding: 0
}

.text-medium_grey {
    color: #b3b7bd;
    background: #b3b7bd;
    border-radius: 50%
}

.text-orange {
    color: #3eb9ff;
    background: #3eb9ff;
    border-radius: 50%
}

.comparison-container a {
    color: #222;
    display: block;
    width: 100%
}

.comparison-container a:hover {
    text-decoration: none
}

.section__related {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: #242734;
    color: #fff
}

.section__related .heading {
    margin-bottom: 20px
}

.related__product {
    position: relative;
    color: #262936;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    margin: 15px 0;
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 84px
}

.related__product i {
    position: absolute;
    left: 15px;
    top: 6px;
    font-size: 64px
}

.related__product h6 {
    font-size: 18px;
    font-weight: 600
}

.related__product p {
    font-size: 16px;
    margin: 0
}

.section__support {
    position: relative;
    width: 100%;
    padding: 70px 0
}

.section__support h3 {
    font-size: 28px;
    margin-bottom: 25px
}

.section__support p {
    font-size: 18px;
    margin-bottom: 25px;
    padding-right: 40px
}

.section__support p:nth-child(3) {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 22px
}

.block__support {
    position: relative
}

.block__support a {
    position: relative;
    display: inline-block;
    width: 30.9%;
    background: #fff;
    margin-right: 10px;
    padding: 15px 20px;
    padding-left: 64px;
    border-radius: 4px;
    border: 1px solid #e5e8ed;
    box-shadow: 0 1px 10px 0 rgba(141, 153, 176, .1)
}

.block__support a > i {
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 48px
}

.block__support a > span {
    display: block;
    font-size: 16px;
    line-height: 1.1 !important
}

.section__support .faq {
    border: 1px solid #e5e8ed;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 0 1px 10px 0 rgba(141, 153, 176, .1)
}

.section__support .faq h4 {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 20px;
    padding-right: 30px;
    cursor: pointer;
    background-color: #fff
}

.section__support .faq h4 i {
    position: absolute;
    top: 8px;
    left: 0;
    border: 1px solid #3c4858;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 28px;
    color: #3c4858
}

.section__support .faq .collapse__detail > div {
    padding: 15px 20px 20px;
    font-size: 17px;
    background-color: #f0f8ff
}

.section__support .faq h4[aria-expanded=true] {
    color: #949ca9
}

.section__support .faq h4[aria-expanded=true] i {
    color: #fff;
    border-color: #2d8cff;
    background: #2d8cff
}

.section__support .faq h4[aria-expanded=false]:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f107';
    right: 10px;
    top: 12px;
    font-size: 18px
}

.section__support .faq h4[aria-expanded=true]:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f105';
    right: 10px;
    top: 14px;
    font-size: 18px
}

.section__support .faq .btn {
    padding: 8px 24px;
    height: 36px;
    min-height: 36px;
    font-size: 13px
}

.domain__banner {
    position: relative;
    width: 100%;
    text-align: center;
    color: #252836;
    padding: 60px 0 0;
    height: 360px;
    background: #e2e8eb
}

.domain__banner h1 {
    font-size: 36px;
    margin-bottom: 20px
}

.domain__banner .form__search {
    background: #00000024;
    padding: 6px;
    border-radius: 6px;
    overflow: hidden
}

.domain__banner .form__search .form-control {
    border: 0;
    border-radius: 4px 0 0 4px;
    font-weight: 500;
    font-size: 18px
}

.domain__banner .form__search .btn {
    border: 0;
    font-weight: 500;
    border-radius: 0 4px 4px 0;
    font-size: 18px;
    height: 48px
}

.domain__banner .form__search .col-lg-8 {
    padding-right: 0
}

.domain__banner .form__search .col-lg-4 {
    padding-left: 0
}

.link1 {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 40px
}

.link1 li {
    display: inline-block;
    padding: 0 10px
}

.link1 li a {
    color: #576879
}

.link2 {
    display: inline-block;
    text-align: center
}

.link2 li {
    display: inline-block;
    font-size: 18px;
    color: #272a36;
    font-weight: 500;
    padding: 0 20px
}

.domain__price {
    position: relative;
    padding: 15px 0 0
}

.domain__price h3 {
    text-align: center;
    margin-bottom: 30px
}

.domain__price .item {
    position: relative;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5e8ed;
    box-shadow: 0 1px 10px 0 rgba(141, 153, 176, .1);
    border-radius: 6px;
    padding: 10px
}

.domain__price .item img {
    display: block;
    width: auto;
    height: 40px;
    margin: 0 auto
}

.domain__price .item span {
    display: block;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: -.4px
}

.domain__price .item span > small {
    font-weight: 400;
    font-size: 20px;
    padding-left: 2px
}

.domain__price .item a {
    display: block;
    padding: 6px 10px 8px;
    border: 1px solid #00b9ff;
    border-radius: 4px;
    text-align: center;
    line-height: 1
}

.table1 {
    position: relative;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e5e8ed;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06)
}

.table1 .table {
    margin-bottom: 0;
    font-size: 14px
}

.table1 .table th {
    background: #252836;
    color: #fff;
    border: 0;
    font-size: 14px
}

.table1 .table td {
    background-color: #fff
}

.table1 .table td:nth-child(1) {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 1
}

.table1 .table td:nth-child(2) {
    text-align: center
}

.table1 .table td:nth-child(3) {
    text-align: right;
    font-weight: 700
}

.table1 .table td:nth-child(4) {
    text-align: right;
    font-weight: 700
}

.table1 .table td:nth-child(5) {
    text-align: right;
    font-weight: 700
}

.table1 .form-control {
    height: 31px
}

.table1 .dataTables_length {
    padding: 10px 10px 0
}

.table1 table.dataTable {
    margin: 0 !important
}

.table1 div.dataTables_wrapper div.dataTables_filter {
    padding: 10px 10px 0;
    float: right
}

.table1 div.dataTables_wrapper div.dataTables_info {
    padding: 12px 10px 0
}

.table1 div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    padding: 5px 10px;
    margin: 0;
    float: right
}

.table1 .row:nth-child(3) {
    background: #f3f6f9
}

.div-table {
    position: relative;
    font-size: 15px;
    border-radius: 0
}

.div-table .row.table-header {
    background: #f3f6f9;
    color: #ffffff;
    font-weight: 700;
    border: 0;
    box-shadow: none;
    background: #313243;
}

.div-table .row {
    margin: 4px 0;
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 10px 0 rgba(141, 153, 176, .1)
}

.div-table .row .col {
    padding: .75rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.div-table .row .col .price small {
    text-decoration: line-through;
    font-size: 14px
}

.div-table .row .col .price strong {
    font-weight: 700;
    color: #031b4e
}

.div-table .row .col .price span {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    padding: 3px 6px 2px;
    border-radius: 10px
}

.div-table .row .col .btn {
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.5px
}

.div-table .row .col.text-left {
    justify-content: flex-start
}

.div-table .row .col.text-right {
    justify-content: flex-end
}

@media only screen and (max-width: 767px) {
    .div-table {
        border: 0;
        font-size: 16px;
        box-shadow: none
    }

    .div-table .row.table-header {
        display: none
    }

    .div-table .row {
        display: block;
        text-align: center;
        padding: 10px;
        border: 1px solid #e5e8ed;
        margin: 15px 0;
        box-shadow: 0 2px 4px rgba(3, 27, 78, .06)
    }

    .div-table .row .col {
        padding: .25rem
    }

    .div-table .row .col:nth-child(1) {
        font-weight: 700;
        font-size: 18px
    }

    .div-table .row .col .price {
        text-align: center
    }

    .div-table .row .col.text-left {
        justify-content: center
    }

    .div-table .row .col.text-right {
        justify-content: center
    }
}

.ssl__filter li {
    margin-bottom: -1px
}

.ssl__filter li a {
    display: block;
    width: 100%;
    border: 1px solid #e5e8ed;
    line-height: 1.4;
    font-weight: 700;
    font-size: 18px;
    background: #f9fbfd;
    padding: 15.5px 10px;
    color: #262936
}

.ssl__filter li a span {
    display: block;
    font-size: 15px;
    font-weight: 400
}

.ssl__filter li a.active {
    background: #00b9ff;
    color: #fff
}

.ssl__product .table-bordered > tbody > tr > td, .ssl__product .table-bordered > tbody > tr > th, .ssl__product .table-bordered > tfoot > tr > td, .ssl__product .table-bordered > tfoot > tr > th, .ssl__product .table-bordered > thead > tr > td, .ssl__product .table-bordered > thead > tr > th {
    border: 1px solid #e5e8ed
}

.ssl__product .table thead {
    background-color: #262936;
    color: #f6f7fa
}

.ssl__product .table thead th {
    border-bottom: 0
}

.ssl__product .table td, .ssl__product .table th {
    vertical-align: middle
}

.ssl__product .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9fbfd
}

.ssl__product .pp-old-price {
    color: #717988;
    margin-right: 5px;
    font-size: 15px;
    text-decoration: line-through
}

.ssl__product .pp-price {
    font-weight: 700;
    font-size: 18px
}

.ssl-compare-main {
    position: relative
}

.ssl-compare-main .table {
    font-size: 13px
}

.ssl-compare-main .table thead th {
    padding: 5px 3px;
    background: #f3f6f9;
    border-bottom: 0;
    vertical-align: middle;
    text-align: center
}

.ssl-compare-main .table tbody th {
    padding: 5px 3px;
    vertical-align: middle;
    text-align: center
}

.ssl-compare-main .table tbody td {
    padding: 5px 3px;
    line-height: 1.2;
    vertical-align: middle
}

.ssl-compare-main .table tbody th:nth-child(1) {
    text-align: left;
    width: 30%;
    vertical-align: middle
}

.ssl-compare-main .table tbody td:nth-child(2) {
    text-align: center;
    width: 14%
}

.ssl-compare-main .table tbody td:nth-child(3) {
    text-align: center;
    width: 14%
}

.ssl-compare-main .table tbody td:nth-child(4) {
    text-align: center;
    width: 14%
}

.ssl-compare-main .table tbody td:nth-child(5) {
    text-align: center;
    width: 14%
}

.ssl-compare-main .table tbody td:nth-child(6) {
    text-align: center;
    width: 14%
}

@media only screen and (max-width: 767px) {
    .hidden-sm {
        display: none
    }

    .ssl__filter {
        margin-bottom: 15px
    }
}

.login-main {
    position: relative;
    padding: 60px 0;
    background: #f9fbfc;
    border-top: 1px solid #e7e7e8
}

.login-main .login {
    margin-bottom: 15px;
    border: 1px solid #e7e7e8;
    background: #fefefe url(../img/login-bg.jpg) right top no-repeat;
    min-height: 385px
}

.login-main .login .loginbox {
    padding: 20px 0 0 80px
}

.login-main .login .loginbox .form-control {
    border-radius: 4px
}

.login-main h3 {
    position: relative;
    color: #444;
    font-size: 22px;
    margin-bottom: 25px
}

.login-main h3::before {
    width: 40px;
    height: 3px;
    background-color: #01b9ff;
    content: '';
    display: block;
    position: relative;
    top: 34px
}

.login-main .col-md-6 h3 {
    margin-top: 98px;
    margin-bottom: 30px
}

.login-main .col-md-6 p {
    font-size: 18px;
    line-height: 22px;
    padding-right: 200px
}

.login-main .btn {
    height: 48px;
    padding: 11px 10px;
    width: 220px
}

#forgotPassword {
    float: right;
    font-size: 14px;
    margin-top: 4px
}

.register-main {
    position: relative;
    padding: 40px 0
}

.register-main .form-control {
    border-radius: 0
}

.register-main .form-group label {
    margin-bottom: 0
}

.register-main .form-group {
    margin-bottom: 10px
}

.register-main .main-content {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px
}

.register-main .panel-title {
    font-size: 16px
}

.pwreset-main {
    position: relative;
    padding: 40px 0
}

.pwreset-main .form-control {
    border-radius: 0
}

.pwreset-main p {
    font-size: 16px;
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    .login-main .login {
        padding-bottom: 30px
    }

    .login-main .login .loginbox {
        padding: 20px 0 0 0;
        margin: 0 20px
    }

    .login-main .col-md-6 p {
        font-size: 18px;
        line-height: 22px;
        padding-right: 0
    }

    .register-main .main-content {
        margin: 10px
    }

    .register-main .col-md-3 {
        padding-left: 10px;
        padding-right: 10px
    }

    .register-main .sidebar {
        margin-top: 30px
    }

    .pwreset-main .col-md-6 {
        margin-top: 30px
    }
}

.domain-result-bar {
    position: relative;
    padding: 15px 0 15px;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    background: #3eb9ff
}

.domain-result-bar .form {
    float: left;
    background: rgba(0, 0, 0, .5);
    padding: 0;
    border-radius: 4px;
    width: 76%
}

.domain-result-bar .form:after, .domain-result-bar .form:before {
    display: table;
    content: " ";
    clear: both
}

.domain-result-bar .form .text {
    float: left;
    width: 75%
}

.domain-result-bar .form .text .form-control {
    height: 52px;
    width: 100%;
    border: 0;
    border-radius: 4px 0 0 4px
}

.domain-result-bar .form .button {
    float: left;
    width: 25%
}

.domain-result-bar .form .button .btn {
    height: 52px;
    display: block;
    width: 100%;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    font-size: 16px
}

.domain-result-bar .btnSepet {
    float: right;
    height: 52px;
    font-weight: 600;
    font-size: 16px
}

.domain-result-bar.sticky {
    padding: 15px 0 15px;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    background: #3eb9ff;
    z-index: 17
}

.domain-result-suggested {
    position: relative;
    padding: 25px 0 0
}

.domain-result-suggested:after, .domain-result-suggested:before {
    display: table;
    content: " ";
    clear: both
}

.domain-result-suggested .ds-col1 {
    text-align: center;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
    padding: 20px 0;
    color: #031b4e;
    background: #fff;
    border: 1px solid #e5e8ed;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    letter-spacing: -1px
}

.domain-result-suggested .ds-col1 b {
    color: #de3327
}

.domain-result-suggested .ds-col1 p {
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 1.3
}

.domain-result-suggested .ds-col2 {
    text-align: left;
    padding: 0 10px;
    padding: 30px 10px;
    background: #fff;
    border: 1px solid #e5e8ed;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06)
}

.domain-result-suggested .ds-col2:after, .domain-result-suggested .ds-col2:before {
    display: table;
    content: " ";
    clear: both
}

.domain-result-suggested .ds-col2 .ds-col2-1 {
    float: left;
    width: 60%
}

.domain-result-suggested .ds-col2 .ds-col2-1 span {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px
}

.domain-result-suggested .ds-col2 .ds-col2-1 p {
    display: block;
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    color: #007bff
}

.domain-result-suggested .ds-col2 .ds-col2-2 {
    float: left;
    width: 40%;
    text-align: right;
    margin-top: 13px
}

.domain-result-suggested .ds-col2 .ds-col2-2 .ds-col2-2-1 {
    float: left;
    width: 64%;
    text-align: right;
    margin-top: 4px
}

.domain-result-suggested .ds-col2 .ds-col2-2 .ds-col2-2-1 .old {
    display: inline-block;
    padding-right: 15px;
    text-decoration: line-through
}

.domain-result-suggested .ds-col2 .ds-col2-2 .ds-col2-2-1 .new {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    color: #010e28
}

.domain-result-suggested .ds-col2 .ds-col2-2 .ds-col2-2-2 {
    float: left;
    width: 36%;
    text-align: right
}

.domain-result-suggested .ds-col2 .ds-col2-1 p {
    font-size: 20px
}

.domain-result-main {
    position: relative;
    background: #fff;
    border: 1px solid #e5e8ed;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    padding: 15px 0 0;
    margin: 30px 0 60px
}

.domain-result-main .item-header {
    position: relative;
    padding: 0 10px 10px
}

.domain-result-main .item-header:after, .domain-result-main .item-header:before {
    display: table;
    content: " ";
    clear: both
}

.domain-result-main .item-header .header-col1 {
    float: left;
    width: 50%;
    font-size: 20px;
    font-weight: 800
}

.domain-result-main .item-header .header-col2 {
    float: left;
    width: 50%;
    text-align: right
}

.domain-result-main .item-header .header-col2 a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 13px;
    color: rgba(3, 27, 78, .7)
}

.domain-result-main .item-header .header-col2 a:after {
    position: absolute;
    content: '';
    height: 14px;
    width: 1px;
    left: 6px;
    top: 3px;
    background: rgba(211, 211, 211, .7)
}

.domain-result-main .item-header .header-col2 a:first-child:after {
    display: none
}

.domain-result-main .item {
    position: relative;
    vertical-align: middle;
    display: table;
    font-size: 15px;
    width: 100%;
    min-height: 48px;
    padding: 6px 10px;
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: 3px 1px;
    background-image: -webkit-linear-gradient(right, #d7d5d5 1px, transparent 1px);
    background-image: linear-gradient(to right, #d7d5d5 1px, transparent 1px);
    background-image: -ms-linear-gradient(right, #d7d5d5 1px, transparent 1px)
}

.domain-result-main .item.not-available {
    background: #f3f5f9
}

.domain-result-main .item:after, .domain-result-main .item:before {
    display: table;
    content: " ";
    clear: both
}

.domain-result-main .item .item-col1 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 30%;
    font-size: 18px
}

.domain-result-main .item .item-col1 a {
    color: #031b4e
}

.domain-result-main .item .item-col2 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 5%
}

.domain-result-main .item .item-col3 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 25%;
    text-align: right;
    font-size: 13px
}

.domain-result-main .item.not-available .item-col3 {
    color: #eb583a
}

.domain-result-main .item.not-available .item-col3 a {
    color: rgba(3, 27, 78, .7);
    padding-right: 10px
}

.domain-result-main .item .item-col4 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 20%;
    text-align: right
}

.domain-result-main .item .item-col4 .old {
    display: inline-block;
    padding-right: 15px;
    text-decoration: line-through
}

.domain-result-main .item .item-col4 .new {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    color: #010e28
}

.domain-result-main .item .item-col5 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 20%;
    text-align: right
}

.domain-result-main .item .item-col5 .item-loading {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 36px;
    font-size: 12px;
    line-height: 35px
}

.domain-result-main .item .item-col5 .item-remove {
    position: absolute;
    right: 4px;
    top: -2px;
    line-height: 16px
}

.domain-result-main .item .item-col5 .item-remove > b {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #007bff;
    margin-top: 2px
}

.domain-result-main .item .item-col5 .item-remove > a {
    font-size: 12px;
    line-height: 13px;
    color: rgba(3, 27, 78, .7)
}

.domain-result-main .item .item-col5 .item-remove > a > i {
    margin: 2px 2px 0 0
}

.domain-result-filter {
    margin: 30px 0;
    position: relative;
    border: 1px solid #e5e8ed;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06)
}

.domain-result-filter:after, .domain-result-filter:before {
    display: table;
    content: " ";
    clear: both
}

.domain-result-filter .df-box {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e8ed
}

.domain-result-filter .df-box > div {
    position: relative
}

.domain-result-filter .df-box > div .input-group-btn .btn {
    border-radius: 0;
    border: 1px solid #ced4da;
    background: #f3f5f9;
    font-size: 16px;
    height: 38px;
    font-weight: 800;
    width: 58px;
    margin: 0 -1px
}

.domain-result-filter .df-box > div > a {
    position: absolute;
    right: 0;
    top: 2px;
    color: #007bff;
    font-size: 12px
}

.domain-result-filter .df-box > div > b {
    display: block;
    margin-bottom: 5px;
    font-size: 15px
}

.domain-result-filter .df-box > div > input {
    font-size: 15px
}

.domain-result-filter .df-box > div > label {
    margin-bottom: 0;
    width: 100%
}

.domain-result-filter .df-box > div > label > input[type=radio] {
    float: left;
    margin-top: 3px;
    margin-right: 7px
}

.domain-result-filter .df-box > div > label > input[type=checkbox] {
    float: left;
    margin-top: 3px;
    margin-right: 7px
}

.domain-result-filter .df-box > div > label > b {
    float: left;
    width: calc(100% - 32px);
    line-height: 1;
    padding-top: 3px;
    font-weight: 400
}

@media only screen and (max-width: 767px) {
    .domain-result-bar .form {
        width: 100%;
        margin-bottom: 0;
        padding: 5px
    }

    .domain-result-bar .form .text {
        width: 69%
    }

    .domain-result-bar .form .text .form-control {
        border-radius: 4px
    }

    .domain-result-bar .form .button {
        float: right;
        width: 30%;
        border-radius: 4px
    }

    .domain-result-bar .form .button .btn {
        border-radius: 4px
    }

    .domain-result-bar .form .button .btn:after {
        content: 'Sorgula'
    }

    .domain-result-bar .form .button .btn span {
        display: none
    }

    .domain-result-bar .btnSepet {
        display: none
    }

    .domain-result-suggested .ds-col2 {
        text-align: center;
        padding: 10px
    }

    .domain-result-suggested .ds-col2 .ds-col2-1 {
        float: none;
        width: 100%
    }

    .domain-result-suggested .ds-col2 .ds-col2-1 span b {
        display: block
    }

    .domain-result-suggested .ds-col2 .ds-col2-2 {
        float: none;
        width: 100%
    }

    .domain-result-suggested .ds-col2 .ds-col2-2 .ds-col2-2-1 {
        width: 50%
    }

    .domain-result-suggested .ds-col2 .ds-col2-2 .ds-col2-2-2 {
        width: 50%
    }

    .domain-result-suggested .ds-col1 {
        padding: 10px;
        font-size: 22px;
        line-height: 1.3
    }

    .domain-result-suggested .ds-col1 p {
        font-size: 15px;
        letter-spacing: -.2px
    }

    .domain-result-main .item-header .header-col1 {
        width: 100%;
        text-align: center
    }

    .domain-result-suggested .ds-col2 .ds-col2-1 p {
        font-size: 20px
    }

    .domain-result-main {
        margin-top: 0;
        margin-bottom: 15px;
        padding: 15px 15px 0
    }

    .domain-result-main .item {
        overflow: hidden;
        text-align: center;
        padding: 10px 0;
        min-height: 94px;
        background-image: linear-gradient(to right, #868686 1px, #0000 1px)
    }

    .domain-result-main .item.not-available {
        min-height: 74px;
        margin: 2px 0
    }

    .domain-result-main .item .item-col1 {
        display: block;
        text-align: left;
        float: none;
        width: 100%
    }

    .domain-result-main .item .item-col2 {
        display: block;
        text-align: center;
        float: none;
        width: 100%;
        position: absolute;
        right: 0;
        top: 51px
    }

    .domain-result-main .item .item-col3 {
        display: none !important;
        text-align: left;
        float: none;
        width: 100%
    }

    .domain-result-main .item .item-col4 {
        display: block;
        text-align: left;
        float: none;
        width: 100%;
        padding-top: 13px
    }

    .domain-result-main .item .item-col5 {
        display: block;
        text-align: right;
        float: none;
        width: 100%;
        position: absolute;
        right: 0;
        top: 48px
    }

    .domain-result-main .item .item-col5 .item-loading {
        background: 0 0
    }

    .domain-result-main .item.not-available .item-col3 {
        text-align: center
    }
}

.section-sidebar {
    float: left;
    width: 250px;
    min-height: 100px;
    background-color: #fff;
    border: 1px solid #e5e8ed;
    box-shadow: 0 1px 10px 0 rgba(141, 153, 176, .1);
    border-radius: 3px;
    position: relative
}

.section-sidebar ul li a {
    line-height: 56px;
    display: block;
    padding: 0 15px;
    font-size: 16px;
    border-bottom: 1px solid #e5e8ed;
    position: relative;
    color: #262936
}

.section-sidebar ul li a:hover {
    background-color: #f9fbfc;
    text-decoration: none
}

.section-sidebar ul li.active a {
    font-weight: 500;
    color: #fff;
    background-color: #2e68d4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.section-sidebar ul li.active a:after {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    bottom: 16px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #2e68d4;
    border-right: 10px solid transparent
}

.section-sidebar ul li:first-child a {
    border-radius: 4px 4px 0 0
}

.section-sidebar ul li:last-child a {
    border-bottom-width: 0;
    border-radius: 0 0 4px 4px
}

.section-content {
    float: right;
    margin-left: 20px;
    border: 1px solid #e5e8ed;
    box-shadow: 0 1px 10px 0 rgba(141, 153, 176, .1);
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    width: calc(100% - 270px)
}

.section-content p {
    text-align: justify;
    color: #68717a;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px
}

.section-content h2 {
    margin: 0 0 15px
}

.section-content h3 {
    margin: 0 0 15px
}

.section-content h4 {
    margin: 0 0 15px
}

.section-content h5 {
    margin: 0 0 15px
}

.section-content a {
    color: #3eb9ff
}

.section-about {
    background: #f9fbfc;
    padding: 60px 0;
    position: relative
}

.section-about:after, .section-about:before {
    display: table;
    content: " ";
    clear: both
}

.section-page {
    padding: 0;
    position: relative;
    height: 160px;
    width: 100%;
    text-align: center;
    background: #f9fbfc
}

.section-page > div {
    display: block;
    width: 100%;
    height: 210px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.section-page h2 {
    color: #252836;
    font-size: 36px;
    margin: 58px 0 15px
}

.section-page p {
    font-size: 18px;
    color: #252836
}

.page-item.active .page-link {
    z-index: 1
}

@media only screen and (max-width: 767px) {
    .section-about {
        padding: 30px 0
    }

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

    .section-content {
        float: none;
        width: 100%;
        margin: 30px 0 0
    }

    .section-page {
        font-size: 30px;
        line-height: 36px;
        margin: 0
    }

    .section-page h2 {
        font-size: 30px;
        line-height: 36px
    }
}

.footer {
    position: relative;
    padding: 70px 0 0;
    background-color: #252835;
    background-image: url(../img/bg-footer.png);
    background-size: cover;
    background-repeat: no-repeat
}

.footer .footer-top-right {
    position: relative
}

.footer .footer-top-right:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(247, 249, 251, .1)
}

.footer .footer-top-right img {
    max-width: 200px;
    object-fit: cover
}

.footer .footer-top-right p {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    margin-right: 50px;
    color: #717988
}

.footer .footer-top-right ul {
    margin: 20px 0 0 0;
    padding: 0
}

.footer .footer-top-right ul li {
    list-style: none;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 18px
}

.footer .footer-top-right .footer-social-link {
    margin-top: 20px
}

.footer .footer-top-right .footer-social-link ul {
    margin: 0;
    padding: 0
}

.footer .footer-top-right .footer-social-link ul li {
    display: inline-block;
    list-style: none;
    margin-right: 4px
}

.footer .footer-top-right .footer-social-link ul li a {
    display: block;
    font-size: 24px;
    height: 48px;
    width: 48px;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    background-color: #0003;
    color: #fff
}

.footer .footer-top-right .footer-social-link ul li a:hover {
    background: #00b9ff
}

.footer .footer-top-left .single-link h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize
}

.footer .footer-top-left .single-link ul {
    margin: 5px 0 30px;
    padding: 0
}

.footer .footer-top-left .single-link ul li {
    list-style: none;
    line-height: 1.7;
    font-weight: 400
}

.footer .footer-top-left .single-link ul li a {
    color: #717988;
    font-size: 15px;
    font-weight: 400
}

.footer .footer-top-left .single-link ul li a:hover {
    color: #3eb9ff;
    text-decoration: none
}

.footer .footer-top-left .footer-subscriber {
    margin-top: 40px
}

.footer .footer-top-left .footer-subscriber input.form-control {
    height: 60px;
    padding: 25px;
    background: #f5f7fa;
    border: 1px solid #f5f7fa;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    z-index: 0
}

.footer .footer-top-left .footer-subscriber button.btn-subscriber {
    width: 60px;
    height: 60px;
    background: #cb2d22;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    outline: 0;
    border: 1px solid #cb2d22;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    cursor: pointer
}

.footer .footer-bottom {
    padding: 18px 0;
    margin-top: 20px;
    background: #14161c
}

.footer .footer-bottom p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 14px
}

.footer .footer-bottom p a {
    color: #fff
}

.footer .footer-bottom ul {
    float: right;
    margin: 0;
    padding: 0
}

.footer .footer-bottom ul li {
    list-style: none;
    display: inline-block;
    margin-left: 30px
}

.footer .footer-bottom ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 14px
}

@media only screen and (max-width: 767px) {
    .top-bar ul.toplink1 {
        justify-content: center
    }

    .top-bar ul {
        justify-content: center
    }

    .header {
        display: none
    }

    .mobile-header {
        display: block
    }

    .link1 li {
        padding: 0 5px
    }

    .link2 {
        display: none
    }

    .performance__list ul li {
        width: calc(50% - 10px) !important;
        margin: 5px
    }

    .performance__list ul li p {
        font-size: 11px
    }

    .performance__list ul li b {
        font-size: 14px
    }

    .home__product ul li {
        width: 50% !important;
        margin-bottom: -1px
    }

    .home__transfer .block__feature {
        padding: 10px 15px !important
    }

    .home__transfer .text-left.block__feature {
        text-align: center !important
    }

    .home__transfer .text-right.block__feature {
        text-align: center !important
    }

    .heading > .heading-title {
        font-size: 24px
    }

    .home__domain #owl-domain {
        margin: 0 0 15px
    }

    #home-carousel-1x .container .carousel-title {
        top: 48px
    }

    #home-carousel-1x .container .carousel-title h1 {
        font-size: 24px
    }

    #home-carousel-1x .container .carousel-title p {
        font-size: 16px
    }

    #home-carousel-1x .img1 {
        display: none
    }

    .section__performance {
        padding-top: 50px !important;
        margin-top: 40px !important
    }

    .section__performance > svg {
        display: none
    }

    .section__compare {
        display: none
    }

    .section__compare > svg {
        display: none
    }

    .section__related > svg {
        display: none
    }

    .related__product {
        margin: 10px 0
    }

    .section__click {
        padding: 10px 0 40px !important
    }

    .section__click h3 {
        font-size: 24px;
        margin-top: 0 !important
    }

    .section__click p {
        font-size: 18px;
        line-height: 1.4
    }

    .section__click img {
        margin: 0 0 20px !important
    }

    .block__support {
        margin-bottom: 20px
    }

    .block__support a {
        width: 100%;
        margin: 5px 0;
        background: #fff
    }

    .ssl-compare-main {
        overflow-y: scroll
    }

    .section__featured > svg {
        display: none
    }

    .section__banner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 380px !important;
        padding-top: 0 !important
    }

    .section__banner h1 {
        font-size: 30px !important
    }

    .section__banner svg {
        display: none !important
    }

    .section__product {
        margin-top: 15px
    }

    .section__product .heading {
        margin-bottom: 30px !important
    }

    .package {
        width: 100%;
        margin: 10px 0
    }

    .package .p-header > h3 {
        font-size: 16px
    }

    .package .p-header > p {
        display: none
    }

    .package .p-order .btn {
        width: calc(100% - 20px);
        margin: 0 10px
    }

    .package .p-detail {
        padding-top: 10px
    }

    .package .p-detail > p {
        padding: 4px 0
    }

    .DomainKampanya {
        display: none
    }

    .package.best-hosting .DomainKampanya {
        display: none
    }

    .package.best-hosting {
        margin-top: 10px
    }

    .package.best-hosting[data-promo-text]:before {
        font-size: 13px
    }

    .section__customer {
        padding-bottom: 70px !important
    }

    .section__customer > svg {
        display: none
    }

    #support__slider .owl-nav {
        top: 174px
    }

    .support__client {
        font-size: 30px;
        margin-bottom: 20px
    }

    .dataTables_wrapper .col-sm-12 {
        width: 50%;
        background: #fff
    }

    .footer {
        padding-top: 50px
    }

    .footer-top-left {
        display: none
    }

    .footer-top-right {
        margin-bottom: 50px
    }

    .footer .footer-top-left .single-link ul {
        margin: 10px 0 20px
    }

    .footer .footer-top-left .footer-subscriber {
        margin-top: 10px
    }

    .footer .footer-bottom {
        margin-top: 0;
        text-align: center;
        padding: 30px 0
    }

    .footer .footer-bottom ul li {
        margin: 5px 10px
    }
}

.info-section {
    position: relative;
    background: #fafbfb
}

.info-section .heading {
    margin-bottom: 30px
}

.info-section .nav-tabs {
    border-bottom: 1px solid #eaedf1
}

.info-section .nav-tabs .nav-link {
    position: relative;
    padding: 15px 20px;
    color: #3c4858;
    border-radius: 0;
    height: 64px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #eaedf1;
    border-right: 0;
    margin-bottom: -1px
}

.info-section .nav-tabs .nav-link img {
    float: left;
    height: 32px;
    margin-right: 8px
}

.info-section .nav-tabs .nav-link i {
    float: left;
    height: 32px;
    font-size: 30px;
    line-height: 1;
    margin-right: 4px
}

.info-section .nav-tabs .nav-link span {
    float: left;
    margin-top: 4px
}

.info-section .nav-tabs .nav-link:last-child {
    border-top-right-radius: 4px;
    border-right: 1px solid #eaedf1;
    color: #3c4858
}

.info-section .nav-tabs .nav-link:first-child {
    border-top-left-radius: 4px
}

.info-section .nav-tabs .nav-link.active {
    background: #fafbfb
}

.info-section .nav-tabs .nav-link.active:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background: #fafbfb
}

.info-section .tab-pane {
    padding: 50px 0 0;
    font-size: 17px
}

.info-section .tab-pane .heading {
    text-align: center
}

.info-section .tab-pane .heading > .heading-title {
    margin-bottom: 0
}

.info-article {
    margin: 15px 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 3px 0 1rem 0 rgb(18 38 63 / 25%)
}

.info-article .thumb {
    position: relative
}

.info-article .thumb img {
    width: 100%
}

.info-article .title {
    min-height: 100px;
    padding: 23px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.info-article .title span {
    display: block;
    font-size: 14px;
    margin-bottom: 8px
}

.info-article .title h3 {
    display: block;
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 8px
}

.info-article .title h3 a {
    display: block;
    color: #3c4858
}

.info-article .desc {
    margin-bottom: 15px;
    height: 90px;
    padding: 0 30px 0;
    font-size: 14px;
    line-height: 1.5
}

.info-article .avatar {
    padding: 0 30px 23px;
    overflow: hidden
}

.info-article .avatar > img {
    float: left;
    border-radius: 50%;
    margin-right: 12px;
    width: 30px;
    height: 30px
}

.info-article .avatar > strong {
    float: left;
    width: calc(100% - 43px);
    padding-top: 5px;
    color: #3c4858;
    font-size: 14px
}

.hide {
    display: none !important
}

#fullpage-overlay {
    display: table;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    color: #fff
}

#fullpage-overlay .outer-wrapper {
    position: relative;
    height: 100%
}

#fullpage-overlay .inner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -3% 0 0 -25%;
    text-align: center
}

#fullpage-overlay .msg {
    display: inline-block;
    padding: 20px;
    max-width: 400px
}

.hidden {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

div.header-lined h1 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    color: #058;
    font-size: 24px
}

div.header-lined .breadcrumb {
    margin-top: -15px;
    padding-left: 0;
    background: 0 0;
    font-size: .8em;
    border-radius: 0 0 4px 4px
}

div.header-lined .breadcrumb li a {
    color: #888
}

div.header-lined .breadcrumb > .active {
    color: #0e5077
}

div.header-lined small {
    white-space: nowrap;
    overflow: hidden
}

.panel-sidebar {
    border-color: #eee;
    font-size: 15px
}

.panel-sidebar > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-bottom: 0
}

.panel-heading i.fab, .panel-heading i.fal, .panel-heading i.far, .panel-heading i.fas {
    font-size: .85em
}

.panel-sidebar .panel-title {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 500;
    line-height: 26px;
    color: #555
}

.panel-sidebar .panel-minimise {
    margin-top: 4px;
    color: #ddd;
    cursor: pointer;
    transition: transform .2s ease
}

.panel-sidebar .panel-minimise.minimised {
    transform: rotate(180deg);
    margin-top: 7px
}

.panel-sidebar > .panel-footer {
    color: #333;
    background-color: #f5f5f5;
    border-top: 0
}

.panel-sidebar .list-group-item {
    line-height: 24px
}

.panel-sidebar .list-group-item i:not(.fa-circle):not(.fa-dot-circle):not(.no-transform) {
    float: right;
    line-height: 24px;
    font-size: 16px;
    color: #ccc
}

.panel-sidebar .list-group-item.disabled, .panel-sidebar .list-group-item.disabled:focus, .panel-sidebar .list-group-item.disabled:hover {
    background-color: transparent;
    opacity: .5
}

.panel-sidebar a.list-group-item:hover i.far, .panel-sidebar a.list-group-item:hover i.fas {
    color: #666 !important
}

.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover {
    background-color: #465054;
    border-color: #465054
}

.panel-sidebar a.list-group-item.active i, .panel-sidebar a.list-group-item.active:focus i, .panel-sidebar a.list-group-item.active:hover i {
    color: #fff
}

.panel-sidebar.view-filter-btns .list-group-item.active, .panel-sidebar.view-filter-btns .list-group-item.active:focus, .panel-sidebar.view-filter-btns .list-group-item.active:hover {
    background-color: #eee;
    border-color: #eee;
    color: #555
}

.panel-sidebar .recent-ticket {
    line-height: 20px
}

#registration {
    margin: 0;
    padding: 0 0 40px 0
}

#registration .field-container {
    margin: 0 0 30px 0
}

#registration label {
    font-weight: 300;
    color: #666;
    font-size: 13px
}

#registration .info-text-sm {
    font-size: .85em;
    text-align: center
}

.marketing-email-optin {
    margin: 0 0 20px 0;
    padding: 10px 20px 20px;
    background-color: #f8f8f8;
    border-radius: 3px
}

#registration .sub-heading {
    height: 0;
    border-top: 1px solid #ddd;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px
}

#registration .sub-heading span {
    display: inline-block;
    position: relative;
    padding: 0 17px;
    top: -11px;
    font-size: 16px;
    color: #058;
    background-color: #fff
}

#registration .prepend-icon {
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    font-weight: 400
}

#registration .field, #registration .form-control {
    position: relative;
    vertical-align: top;
    border: 1px solid #ddd;
    display: -moz-inline-stack;
    display: inline-block;
    color: #626262;
    outline: 0;
    background: #fff;
    height: 42px;
    width: 100%;
    border-radius: 3px;
    font-size: 13px
}

#registration .input-group-lg > .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px 0 0 6px
}

#registration .form-control-qty {
    width: 70px;
    text-align: center
}

#registration .form-control-static-inline {
    display: inline-block
}

#registration .form-control:focus {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#registration textarea.field {
    height: auto
}

#registration .prepend-icon .field {
    -webkit-appearance: none;
    padding-left: 36px
}

#registration .prepend-icon .field-icon i {
    position: relative;
    font-size: 22px;
    z-index: 1;
    top: 4px
}

#registration .prepend-icon .field-icon {
    top: 0;
    z-index: 1;
    width: 42px;
    height: 42px;
    color: inherit;
    line-height: 42px;
    position: absolute;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    pointer-events: none
}

#registration .field-icon i {
    color: #bbb
}

#registration .field[disabled], #registration .field[readonly], #registration .form-control[disabled], #registration .form-control[readonly] {
    background-color: #f8f8f8;
    opacity: 1
}

#registration .field-help-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #888;
    font-size: 12px
}

.password-strength-meter .progress {
    margin-bottom: 5px
}

.password-strength-meter p {
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .pull-md-left {
        float: left
    }

    .pull-md-right {
        float: right
    }
}

@media (min-width: 768px) {
    .pull-sm-left {
        float: left
    }

    .pull-sm-right {
        float: right
    }

    .text-right-sm {
        text-align: right
    }
}

.mega-menu-header a .menu-icon {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 1px 3px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 1px 3px 0 rgb(0 0 0 / 10%);
    margin-bottom: 20px
}

.menu-icon {
    background: #048ffd;
    transition: all .2s
}

.client-panel {
    margin-bottom: 30px
}

.panel {
    background-color: #fff;
    border: 1px solid #e2e7ec;
    box-shadow: 0 .75rem 1.5rem rgb(18 38 63 / 5%);
    color: #576879
}

.client-panel .panel-title {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #333
}

.client-panel .panel-title i {
    font-size: 25px;
    line-height: 18px;
    float: left;
    margin-right: 5px;
    color: #2c87cf
}

.form-horizontal .control-label {
    padding-top: 0;
    margin-bottom: 0
}

.knowledgebody a {
    font-weight: 600;
    font-size: 16px
}

.page-banner {
    position: relative;
    background: #333;
    overflow: hidden;
    height: 390px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.page-banner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000bf;
    background: linear-gradient(202deg, #0000, #000)
}

.page-banner .page-banner-color {
    position: relative
}

.page-banner .page-banner-text {
    color: #fff;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 54px 50px 0 0;
    font-size: 18px;
    line-height: 1.4
}

.page-banner .page-banner-text h1 {
    font-size: 42px;
    margin: 0 0 10px
}

.page-banner .page-banner-text h1 span {
    display: block;
    font-size: 20px;
    color: #ffffffbf
}

.page-banner .page-banner-text p {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffffffbf
}

.page-banner .page-banner-text ul {
    margin-bottom: 15px;
    overflow: hidden
}

.page-banner .page-banner-text li {
    float: left;
    padding: 8px 0;
    width: 50%
}

.page-banner .page-banner-text li i {
    position: relative;
    top: 4px;
    background: url(../img/check-w.svg) 0 0 no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.page-banner .page-banner-text li i:before {
    display: none
}

.page-banner .banner-hero {
    width: 100%;
    margin: 0 auto;
    display: block;
    z-index: 1;
    margin-left: 18px;
    position: absolute;
    right: -563px;
    width: initial;
    max-width: 610px;
    bottom: 0
}

.badge-taksit {
    position: absolute;
    left: -75px;
    top: 30px;
    width: 200px
}

.badge-taksit3 {
    position: absolute;
    right: -148px;
    top: -37px;
    width: 180px
}

@media only screen and (max-width: 767px) {
    .page-banner {
        height: auto
    }

    .page-banner .page-banner-color {
        display: none
    }

    .page-banner .page-banner-text {
        padding: 30px 15px;
        font-size: 16px
    }

    .page-banner .page-banner-text h1 {
        font-size: 32px
    }

    .page-banner .page-banner-text li {
        width: 100%;
        padding: 4px 0
    }

    .badge-taksit {
        display: none
    }

    .badge-taksit3 {
        display: none
    }
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

.whyAll {
    background: #fff url(https://verimek.com/tema2/images/neden-verimek.PNG) no-repeat center center;
    padding-top: 30px;
    padding-bottom: 30px
}

.whyRow {
    margin-left: -15px;
    margin-right: -15px
}

.whyCol {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.whyBox {
    max-width: 440px
}

.fw {
    width: 100%;
    display: inline-block;
    float: left
}

.whyBoxTab {
    padding-top: 30px
}

.whyBoxTab ul {
    position: relative;
    padding-left: 110px;
    min-height: 80px;
    display: inline-block;
    width: 100%;
    float: left
}

.whyBox .whyBoxTab:last-child ul:after, .whyBox .whyBoxTab:last-child ul:before {
    display: none
}

.whyBoxTab ul:before {
    content: "";
    height: 70px;
    width: 2px;
    background: #f1f3f8;
    display: inline-block;
    position: absolute;
    left: 40px;
    bottom: -32px
}

.whyBoxTab ul:after {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 31px;
    bottom: -11px;
    border: 2px solid #f1f3f8;
    background: #fff
}

.whyBoxTab ul li {
    width: 100%;
    display: inline-block;
    float: left
}

.whyBoxTab ul li.title {
    color: #000;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 20px
}

.whyBoxTab ul li.desc {
    color: #878691;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 25px
}

.whyBox .whyBoxTab:last-child ul li.desc {
    border-bottom: 0
}

.whyBoxTab ul li.desc {
    border-bottom: 2px solid #f1f3f8
}

.whyBoxTab ul li.icon {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f3f8
}

.whyBoxTab ul li.icon img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.whyBox.right {
    float: right
}

.whyBox.right ul {
    padding-left: 0;
    padding-right: 110px
}

.whyBox.right ul li {
    text-align: right
}

.whyBox.right ul li.icon {
    right: 0;
    left: auto
}

.whyBox.right .whyBoxTab ul:before {
    left: auto;
    right: 40px
}

.whyBox.right .whyBoxTab ul:after {
    left: auto;
    right: 31px
}

@media (max-width: 1199px) {
    .whyAll {
        background: #fff
    }

    .whyTitle {
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 10px;
        padding-top: 0
    }
}

@media (max-width: 600px) {
    .whyCol {
        width: 100%
    }

    .whyBox.right ul li {
        text-align: left
    }

    .whyBox.right ul li.icon {
        left: 0;
        right: auto
    }

    .whyBox.right ul {
        padding-left: 110px;
        padding-right: 0
    }

    .whyBox {
        max-width: 100%;
        float: left
    }

    .whyBox .whyBoxTab ul:before {
        display: none
    }

    .whyBox .whyBoxTab ul:after {
        display: none
    }

    .whyBoxTab ul li.desc {
        border-bottom: 0
    }

    .whyBoxTab {
        padding-top: 10px
    }

    .whyBox .whyBoxTab:last-child {
        border-bottom: 0
    }

    .whyBox .whyBoxTab:first-child {
        border-top: 0
    }

    .whyAll {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .whyTitle {
        margin-bottom: 15px
    }
}

.info-section {
    position: relative;
    padding: 70px 0 50px;
    background: #fafbfb
}

.info-section .heading {
    margin-bottom: 30px
}

.info-section .nav-tabs {
    border-bottom: 1px solid #eaedf1
}

.info-section .nav-tabs .nav-link {
    position: relative;
    padding: 15px 22px;
    color: #3c4858;
    border-radius: 0;
    height: 54px;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #eaedf1;
    border-right: 0;
    margin-bottom: -1px
}

.info-section .nav-tabs .nav-link img {
    float: left;
    height: 32px;
    margin-right: 8px
}

.info-section .nav-tabs .nav-link i {
    float: left;
    height: 32px;
    font-size: 30px;
    line-height: 1;
    margin-right: 4px
}

.info-section .nav-tabs .nav-link span {
    float: left;
    margin-top: 4px
}

.info-section .nav-tabs .nav-link:last-child {
    border-top-right-radius: 4px;
    border-right: 1px solid #eaedf1;
    color: #3c4858
}

.info-section .nav-tabs .nav-link:first-child {
    border-top-left-radius: 4px
}

.info-section .nav-tabs .nav-link.active {
    background: #fafbfb
}

.info-section .nav-tabs .nav-link.active:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background: #fafbfb
}

.info-section .tab-pane {
    padding: 50px 0 0;
    font-size: 15px
}

.info-section .tab-pane .heading {
    text-align: center
}

.info-section .tab-pane .heading > .heading-title {
    margin-bottom: 0
}

.info-article {
    margin: 15px 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .05)
}

.info-article .thumb {
    position: relative
}

.info-article .thumb img {
    width: 100%
}

.info-article .title {
    min-height: 100px;
    padding: 23px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.info-article .title span {
    display: block;
    font-size: 14px;
    margin-bottom: 8px
}

.info-article .title h3 {
    display: block;
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 8px
}

.info-article .title h3 a {
    display: block;
    color: #3c4858
}

.info-article .desc {
    margin-bottom: 15px;
    height: 90px;
    padding: 0 30px 0;
    font-size: 14px;
    line-height: 1.5
}

.info-article .avatar {
    padding: 0 30px 23px;
    overflow: hidden
}

.info-article .avatar > img {
    float: left;
    border-radius: 50%;
    margin-right: 12px;
    width: 30px;
    height: 30px
}

.info-article .avatar > strong {
    float: left;
    width: calc(100% - 43px);
    padding-top: 5px;
    color: #3c4858;
    font-size: 14px
}

.content-banner {
    position: relative;
    background: #fff;
    min-height: 81px
}

.main-banner {
    position: relative;
    padding-top: 135px;
    background-size: 1440px, 100%;
    padding-bottom: 58px;
    background-image: url(https://uzmanposta.com/assets/img/pattern-light.svg), linear-gradient(to bottom, #318cff66, #0000)
}

.main-banner h1 {
    font-size: 30px;
    text-align: center;
    line-height: 1.29
}

.content-category {
    position: relative;
    padding: 20px;
    background: #fff;
    border: 1px solid #eaedf1;
    -webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03)
}

.content-category h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px
}

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

.content-category ul li {
    position: relative;
    padding: 10px 0
}

.content-category ul li:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 1px;
    top: -3px;
    width: 2px;
    bottom: 0;
    background-color: #eaedf1
}

.content-category ul li a {
    position: relative;
    display: block;
    width: 100%;
    color: #3c4858;
    margin-left: 16px
}

.content-category ul li.active a {
    position: relative;
    font-weight: 800;
    color: #2d8cff
}

.content-category ul li.active a:before {
    content: "";
    position: absolute;
    left: -19px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2d8cff;
    z-index: 2
}

.content-category ul li i {
    display: none
}

.modalInvoice .modal-content {
    border: 0
}

.modalInvoice .modal-header {
    background: #2d8cff;
    color: #fff;
    border: 0
}

.modalInvoice .modal-header .modal-title {
    color: #fff
}

.modalInvoice .form-group {
    margin-bottom: 5px
}

.modalInvoice .form-group label {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 600
}

.modalInvoice .btn {
    height: 38px;
    min-height: 38px;
    line-height: 1;
    padding: 5px 30px
}

.comparison__table {
    position: relative
}

.comparison__table .item__header {
    display: flow-root
}

.comparison__table .item__header .item__row .column-left {
    float: left;
    width: 30%
}

.comparison__table .item__header .item__row .column-right {
    float: right;
    width: 70%
}

.comparison__table .item__header .item__row .column-right .column {
    position: relative;
    float: left;
    text-align: center;
    line-height: 1.3;
    width: 25%;
    border-left: 1px solid #dededc;
    border-bottom: 1px solid #dededc;
    border-top: 1px solid #dededc;
    -webkit-user-drag: none
}

.comparison__table .item__header .item__row .column-right .column:last-child {
    border-right: 1px solid #dededc
}

.comparison__table .item__header .p-header {
    position: relative;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: #f7f7f7
}

.comparison__table .item__header .p-header > h3 {
    font-size: 16px;
    margin: 0
}

.comparison__table .item__header .p-header > p {
    margin: 0;
    font-size: 14px;
    padding-right: 10px;
    line-height: 1.3
}

.comparison__table .item__header .p-header > img {
    position: absolute;
    left: 8px;
    top: 15px;
    display: block;
    margin: 0 auto;
    width: 64px
}

.comparison__table .item__header .p-price {
    position: relative;
    text-align: center;
    padding: 10px 0 5px
}

.comparison__table .item__header .p-price .badge {
    margin-bottom: 10px
}

.comparison__table .item__header .p-price .old {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #242736;
    line-height: 1;
    margin-bottom: 5px
}

.comparison__table .item__header .p-price .old span {
    position: relative;
    display: inline-block;
    color: #9e9e9e
}

.comparison__table .item__header .p-price .old span:after {
    display: block;
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    right: 0;
    top: 10px;
    background: red;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.comparison__table .item__header .p-price .price-tag {
    padding-left: 15px;
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center
}

.comparison__table .item__header .p-price .price-tag span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center
}

.comparison__table .item__header .p-price .price-tag sub {
    color: #242736;
    font-size: 14px;
    font-weight: 400;
    bottom: 0;
    top: 5px;
    left: 6px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.comparison__table .item__header .p-price .price-tag sup {
    font-size: 18px;
    top: -7px;
    left: -19px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.comparison__table .item__header .p-price .price-tag sup > small {
    font-weight: 600;
    margin-left: 3px;
    font-size: 16px
}

.comparison__table .item__header .p-price i {
    position: absolute;
    right: 30px;
    top: 62%
}

.comparison__table .item__header .p-order {
    margin-top: 0;
    text-align: center;
    padding: 0 10px 15px
}

.comparison__table .item__header .p-order .btn {
    height: 36px;
    padding: 15px 10px;
    line-height: 6px;
    letter-spacing: -.3px;
    font-weight: 700
}

.comparison__table .item__detail {
    display: none
}

.comparison__table .item__detail.open {
    display: block
}

.comparison__table .item__detail .item__row {
    position: relative;
    display: flex;
    border: 1px solid #dededc;
    margin-bottom: -1px;
    font-size: 14px
}

.comparison__table .item__detail .item__row .column-left {
    float: left;
    position: relative;
    padding: 10px;
    height: 42px;
    font-weight: 400;
    width: 30%;
    font-size: 16px;
    background: #fff
}

.comparison__table .item__detail .item__row .column-left i {
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 18px;
    color: #a7acae
}

.comparison__table .item__detail .item__row .column-right {
    float: right;
    width: 70%
}

.comparison__table .item__detail .item__row .column-right .column {
    position: relative;
    float: left;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    height: 42px;
    line-height: 1.3;
    width: 25%;
    border-left: 1px solid #dededc;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-drag: none;
    background: #fff
}

.comparison__table .item__detail .item__row .column-right .column .bold {
    font-weight: 700;
    font-size: 16px;
    color: #000
}

.comparison__table .item__detail .item__row .column-right .column .fa-check {
    background: url(../img/check.svg) 0 4px no-repeat;
    background-size: 20px;
    width: 20px;
    height: 24px
}

.comparison__table .item__detail .item__row .column-right .column .fa-check:before {
    display: none
}

.comparison__table .item__detail .item__row .column-right .column .fa-times {
    background: url(../img/close.svg) 0 4px no-repeat;
    background-size: 20px;
    width: 20px;
    height: 24px
}

.comparison__table .item__detail .item__row .column-right .column .fa-times:before {
    display: none
}

.comparison__table .item__row__split {
    position: relative;
    background-color: #f7f7f7;
    cursor: pointer;
    padding: 13px 10px 13px 25px;
    border: 1px solid #dededc;
    margin-bottom: -1px;
    font-weight: 800;
    font-size: 18px;
    -webkit-user-drag: none
}

.comparison__table .item__row__split:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f107';
    right: 10px;
    top: 14px;
    font-size: 18px
}

.comparison__table .item__row__split.open:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    right: 10px;
    top: 15px;
    font-size: 18px
}

.comparison__table .item__detail .item__row .column-right .column:nth-child(2) {
    -webkit-box-shadow: inset -55px 0 36px -65px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset -55px 0 36px -65px rgba(0, 0, 0, .4);
    box-shadow: inset -55px 0 36px -65px rgba(0, 0, 0, .4)
}

.comparison__table .item__detail .item__row .column-right .column:nth-child(4) {
    -webkit-box-shadow: inset 55px 0 36px -65px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 55px 0 36px -65px rgba(0, 0, 0, .4);
    box-shadow: inset 55px 0 36px -65px rgba(0, 0, 0, .4)
}

.comparison__table .item__header .column-right .column:nth-child(2) {
    -webkit-box-shadow: inset -55px 0 36px -65px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset -55px 0 36px -65px rgba(0, 0, 0, .4);
    box-shadow: inset -55px 0 36px -65px rgba(0, 0, 0, .4)
}

.comparison__table .item__header .column-right .column:nth-child(4) {
    -webkit-box-shadow: inset 55px 0 36px -65px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 55px 0 36px -65px rgba(0, 0, 0, .4);
    box-shadow: inset 55px 0 36px -65px rgba(0, 0, 0, .4)
}

.comparison__table .item__header.head .item__row .column-left {
    position: relative;
    font-size: 20px;
    border-top: 1px solid #dededc;
    border-left: 1px solid #dededc;
    padding: 9px 10px 9px 25px;
    font-weight: 800
}

.comparison__table .item__header.head .item__row .column-right .column {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    box-shadow: 0 0 50px rgba(34, 34, 34, .2)
}

.comparison__table .item__header.head .p-header {
    background: #262936;
    color: #fff;
    border-bottom: 0;
    border-top: 10px solid #0887fd
}

@media only screen and (max-width: 767px) {
    .comparison__table .item__detail .item__row {
        display: block;
        overflow: hidden
    }

    .step-number:after {
        display: none
    }

    .comparison__table .item__header .item__row .column-right .column {
        zoom: 70%
    }

    .comparison__table .item__header .item__row .column-left {
        float: none;
        width: 100%
    }

    .comparison__table .item__header.head .item__row .column-left {
        display: none
    }

    .comparison__table .item__header .item__row .column-right {
        float: none;
        width: 100%
    }

    .comparison__table .item__detail .item__row .column-left {
        width: 100%;
        float: none;
        border-bottom: 1px solid #dededc;
        border-right: 0;
        font-size: 14px;
        text-align: center
    }

    .comparison__table .item__detail .item__row .column-right {
        float: none;
        width: 100%
    }

    .comparison__table .item__detail .item__row .column-right .column {
        font-size: 12px
    }

    @media only screen and (max-width: 767px) {
        .comparison__table .item__detail .item__row .column-right .column:nth-child(2), .comparison__table .item__detail .item__row .column-right .column:nth-child(4) {
            box-shadow: none !important
        }

        .comparison__table .item__header .column-right .column:nth-child(2), .comparison__table .item__header .column-right .column:nth-child(4) {
            box-shadow: none !important
        }
    }.comparison__table .item__detail .item__row .column-right .column .bold {
         font-size: 12px
     }

    .comparison__table .item__detail .item__row .column-right .column:nth-child(1) {
        border-left: 0
    }

    .comparison__table .item__row__split {
        text-align: left
    }
}

.best-hosting .plan-ribbon {
    background: #31a745;
    display: block;
    width: 150px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    color: #fff;
    transform: rotate(45deg);
    transform-origin: 30px 5px;
    text-transform: uppercase;
    z-index: 3
}

.heading {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden
}

.heading > .heading-title {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px
}

.heading > .heading-desc {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 10px
}

.page-content {
    position: relative;
    padding: 60px 0
}

.most-popular {
    position: relative
}

.most-popular li {
    float: left;
    width: 25%;
    padding: 20px;
    text-align: center;
    border-right: 1px solid #f0f3f7;
    border-bottom: 1px solid #f0f3f7
}

.most-popular li b {
    display: block;
    font-weight: 800;
    font-size: 18px
}

.most-popular li p {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4
}

.most-popular li:nth-child(4) {
    border-right: 0
}

.most-popular li:nth-child(5) {
    border-bottom: 0
}

.most-popular li:nth-child(6) {
    border-bottom: 0
}

.most-popular li:nth-child(7) {
    border-bottom: 0
}

.most-popular li:nth-child(8) {
    border-bottom: 0;
    border-right: 0
}

.oneclick-icon {
    width: 75px;
    height: 75px;
    overflow: hidden;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 767px) {
    .choose-bar {
        text-align: center
    }

    .most-popular li {
        width: 50%;
        padding: 10px;
        min-height: 250px
    }

    .most-popular li:nth-child(2) {
        border-right: 0
    }

    .most-popular li:nth-child(5) {
        border-bottom: 1px solid #eee
    }

    .most-popular li:nth-child(6) {
        border-right: 0;
        border-bottom: 1px solid #eee
    }
}

.custom-faq1 .faq h4 {
    position: relative;
    font-size: 19.2px;
    font-weight: 600;
    color: #333333e6;
    text-transform: none;
    cursor: pointer;
    padding: 15px 20px 15px 40px
}

.custom-faq1 .faq h4 i {
    position: absolute;
    top: 8px;
    left: 0;
    border: 1px solid #3c4858;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 28px;
    color: #3c4858
}

.custom-faq1 .faq .collapse__detail > div {
    padding: 0 0 20px 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300
}

.custom-faq1 .faq h4[aria-expanded=true] {
    color: #ec7530
}

.custom-faq1 .faq h4[aria-expanded=true] i {
    color: #fff;
    border-color: #2d8cff;
    background: #2d8cff
}

.custom-faq1 .faq h4[aria-expanded=false]:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f107';
    left: 15px;
    top: 16px;
    font-size: 18px
}

.custom-faq1 .faq h4[aria-expanded=true]:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f105';
    left: 13px;
    top: 16px;
    font-size: 18px
}

.custom-faq1 .faq .btn {
    padding: 8px 24px;
    height: 36px;
    min-height: 36px;
    font-size: 13px
}

.custom-faq1 .faq:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .custom-faq1 .faq h4 {
        font-size: 16px;
        line-height: 1.5
    }
}

.line {
    width: 50px;
    height: 7px;
    border-radius: 50px;
    color: #3a3a3a;
    margin-top: 20px;
    margin-bottom: 20px
}

.service-block1 {
    overflow: hidden;
    margin: 15px 0
}

.service-block1 h3 {
    font-size: 19.2px;
    font-weight: 600;
    margin: 0 0 15px
}

.service-block1 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 15px
}

.service-block1 img {
    width: 100%;
    max-width: 96px;
    max-height: 96px;
    display: block;
    margin: 0 auto
}

.content-steps {
    text-align: center
}

.content-steps img {
    margin: 0 auto 15px;
    display: block
}

.content-steps h5 {
    margin: 0 auto 5px;
    display: block
}

.choose-bar {
    position: relative;
    padding: 30px 0;
    background: #262936
}

.choose-bar p {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
    color: #fff
}

.choose-bar p > span {
    display: block;
    font-size: 24px
}

.choose-bar p > span > a {
    color: #fff;
    display: inline-block;
    padding-left: 6px
}

.choose-bar a.btn {
    margin-top: 8px;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 17px 40px;
    border-radius: 4px;
    font-weight: 900
}

.hosting__niobe {
    position: relative;
    padding: 70px 0 40px;
    background: #fff url(../img/map-bg.png) center center no-repeat
}

.hosting__niobe .heading {
    position: relative;
    text-align: center;
    margin-bottom: 60px
}

.hosting__niobe .col-lg-4 {
    margin-bottom: 50px
}

.hosting__niobe .box1 {
    position: relative
}

.hosting__niobe .box1 > .box-thumb {
    height: 60px;
    font-size: 30px;
    margin-bottom: 22px
}

.box1 > .box-thumb img {
    height: 100%
}

.hosting__niobe .box1 > .box-body {
    padding: 0 25px;
    font-size: 14px;
    line-height: 1.3
}

.bg1 {
    background: linear-gradient(to right, #2c87cf, #22c0f0);
    -pie-background: linear-gradient(#f9ad0a #ea3d1a);
    color: #ff
}

@media only screen and (max-width: 900px) {
    .ssl-table {
        border: 0 !important
    }

    .ssl-table .ssl-tr {
        margin-bottom: 20px !important;
        min-height: 338px
    }

    .ssl-table .ssl-tr.item {
        float: left;
        width: 33%;
        border: 1px solid #e2e2e2
    }

    .ssl-table .ssl-tr .ssl-col {
        display: block !important;
        width: 100% !important;
        height: inherit !important;
        text-align: center !important;
        border: 0 !important
    }

    .ssl-table .ssl-tr .ssl-col .btn {
        padding: 8px 40px !important
    }

    .ssl-table .ssl-tr .ssl-col.ssl8 .item-price {
        text-align: center !important
    }

    .ssl-table .ssl-tr .ssl-col.ssl8 .item-price span {
        text-align: center !important
    }

    .ssl-table .ssl-tr .ssl-col.ssl8 .item-price small:after {
        width: 19% !important;
        right: 40% !important
    }

    .ssl-tr.ssl-header {
        display: none
    }

    .ssl-menu2 {
        width: 100%
    }

    .ssl-menu3 {
        width: 100%;
        margin-top: 15px
    }

    .ssl-menu2 a {
        float: none !important;
        text-align: left !important;
        padding: 0 5px !important
    }

    .ssl-menu3 a {
        float: none !important;
        text-align: left !important;
        padding: 0 5px !important
    }

    .ssl-menu1 {
        display: none !important
    }

    .ssl-list .clearfix {
        margin-bottom: 15px !important
    }
}

@media only screen and (max-width: 767px) {
    .ssl-table .ssl-tr {
        float: none;
        display: block;
        width: 100% !important;
        border-bottom: 4px solid #e2e2e2;
        min-height: inherit
    }

    .ssl-tr.ssl-header {
        display: none !important
    }
}

.big-icon {
    border-radius: 50px;
    color: #1e1e1e;
    display: block;
    height: 84px;
    margin: 0 auto 10px;
    text-align: center;
    width: 84px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.big-services-box {
    margin-bottom: 40px;
    text-align: center;
    padding: 0 15px
}

.big-services-box .title {
    margin-bottom: 10px
}

.text-muted {
    color: #5f7d92
}

.colocation-product {
    position: relative;
    padding: 60px 0
}

.big-icon svg {
    width: 64px;
    height: 64px
}

.hosting-information .service {
    min-height: 110px
}

.service .icon:hover {
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.hosting-information .icon svg {
    width: 64px;
    height: 64px;
    fill: #0b304a
}

.services .features-block, .services .service {
    margin-bottom: 50px;
    min-height: 125px
}

.service .title {
    margin: 0 0 5px;
    font-size: 18px
}

.service .text-muted {
    line-height: 1.4 !important
}

.service .icon {
    border-radius: 35px;
    color: #fff !important;
    display: block;
    height: 64px;
    float: left;
    margin: 0 25px 0 0;
    text-align: center;
    text-decoration: none;
    width: 64px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.icon {
    background: 0 0;
    color: #1e1e1e;
    display: inline-block;
    font-size: 15px;
    height: 18px;
    line-height: 19px;
    margin: 0 0 4px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 32px
}

.hosting-information {
    padding: 80px 0 40px
}

.heading {
    overflow: hidden;
    margin-bottom: 60px
}

.control-panel {
    padding: 40px 0 50px
}

.control-panel img {
    display: block;
    margin: 0 auto 20px
}

.btn-basket {
    white-space: nowrap !important;
    font-weight: 400 !important;
    background-color: #0d8be8 !important;
    border: none !important;
    border-radius: 4px;
    color: #FFF !important;
}

.bg-grey {
    background: #f0f3f7 !important
}

.step-number {
    position: relative;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #fff;
    width: 43px;
    height: 43px;
    text-align: center;
    margin: 10px auto 0;
    border-radius: 50%;
    background: #2c87cf
}

.step-number:after {
    position: absolute;
    content: '';
    left: 65px;
    top: 20px;
    background: #b9defb;
    height: 4px;
    width: 290px
}

.step-number.last:after {
    display: none
}

.cookie-policy {
    width: 450px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    border-top: 4px solid #0785fb;
    font-size: 13px;
    z-index: 9999999;
    display: none;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    border-radius: 5px
}

.cookie-policy .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 3px;
    color: #4b5563
}

.cookie-policy p {
    margin: 0;
    color: #4b5563;
    line-height: 20px
}

.cookie-policy svg {
    width: 15px;
    height: 15px;
    color: #374151
}

.cookie-policy button {
    border: 0;
    cursor: pointer;
    background: #e5e7eb;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0 4px
}

.cookie-policy button:hover {
    background: #d1d5db
}

@media only screen and (max-width: 640px) {
    .regeneration-price {
        z-index: 1
    }

    .turhost-ik {
        right: 190px
    }

    .turhost-ik a {
        padding: 7px 10px;
        height: 43px
    }

    .banner-installment {
        display: none
    }

    .cookie-policy {
        width: 340px;
        left: 10px;
        bottom: 10px
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .menu-arrow {
        display: none !important
    }
}

@media (min-width: 1024px) and (max-width: 1270px) {
    .price-boxes .ddown-price-box .price-periods {
        left: -25% !important
    }
}

.home-domain-block {
    width: 70%;
    margin: auto
}

.home-domain-bar .text {
    color: #fff;
    margin-bottom: 15px;
    overflow: hidden
}

.home-domain-bar .text h2 {
    font-size: 30px;
    margin-bottom: 5px
}

.home-domain-bar .text p {
    font-size: 18px;
    color: #fff
}

.home-domain-bar .form-bg {
    overflow: hidden;
    border-radius: 4px
}

.home-domain-bar .form-bg input {
    float: left;
    border: 0;
    padding: 10px 25px;
    width: calc(100% - 150px);
    height: 44px;
    border-radius: 4px;
    font-weight: 500
}

.home-domain-bar .form-bg .btn {
    float: right;
    width: 150px;
    padding: 10px 15px;
    height: 44px;
    border-radius: 0;
    font-weight: 500;
    background: #1d709b;
    transition: all .25s ease;
    border: 0;
    box-shadow: none
}

.home-domain-bar .form-bg .btn:hover {
    background: #0a5075
}

.home-domain-bar ul.domain-link {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: space-between
}

.home-domain-bar ul.domain-link li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    width: 31.33%
}

.home-domain-bar ul.domain-link li a {
    color: #fff;
    font-weight: 500;
    background: #1d709b;
    padding: 10px;
    display: block;
    border-radius: 5px;
    transition: all .3s ease
}

.home-domain-bar ul.domain-link li a:hover {
    background: #0a5075
}

.register img {
    width: 120px
}

.domain-form {
    display: flex;
    align-items: center
}

.domain-item {
    width: calc(100% - 120px);
    margin-left: 40px
}

.register {
    position: relative
}

.home-domain-bar ul.domain-link li:last-child:after {
    display: none
}

.custom-switch {
    padding: 4px 10px 10px 65px;
    min-height: 33px;
    background: #fff;
    box-shadow: 1px 1px 10px #d0d0d0;
    width: 100% !important;
    border-radius: 5px
}

.custom-switch .custom-control-label {
    line-height: 32px;
    font-size: 15px;
    font-weight: 600
}

.custom-switch .custom-control-label::before {
    width: 50px;
    height: 26px;
    border-radius: 20px;
    left: -60px
}

.custom-switch .custom-control-label::after {
    width: calc(24px - 4px);
    height: calc(24px - 4px);
    top: calc(5px + 2px);
    left: calc(-55px + -4px);
    border-radius: 20px
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(22px);
    transform: translateX(27px)
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0f3654;
    background-color: #0f3654
}

.custom-control-input {
    width: 56px;
    height: 33px
}

.custom-control-input:focus {
    box-shadow: none;
    border: 0
}

.table1 div.dataTables_wrapper div.dataTables_filter label {
    display: flex;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    font-weight: 600
}

.home-domain-price {
    position: relative;
    padding: 20px 0;
    background: #0a5075;
    color: #fff
}

.home-domain-price #domainPrice .owl-item {
    position: relative
}

.home-domain-price #domainPrice .owl-item:after {
    position: absolute;
    content: '';
    right: -4px;
    top: 2px;
    width: 1px;
    height: 22px;
    background: #ffffff40
}

.home-domain-price #domainPrice .owl-item:first-child:after {
    display: none
}

.home-domain-price .item-price {
    text-align: center
}

.home-domain-price .item-price .name {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    margin-right: 10px;
    background: #0d8be8;
    border-radius: 4px;
    color: #fff;
    padding: 2px 6px 4px;
    line-height: 1
}

.home-domain-price .item-price .price {
    display: inline-block
}

.home-domain-price .item-price .price sub {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    bottom: inherit
}

.home-domain-price .item-price .price sub:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid red;
    height: 45%;
    height: calc(50% - 1px);
    width: 100%;
    transform: rotateZ(-10deg)
}

.home-domain-price .item-price .price sup {
    font-size: 18px;
    font-weight: 800;
    top: inherit
}

.home-domain-price.bg-green .item-price .name {
    background: #333
}

@media only screen and (max-width: 767px) {
    .home-domain-bar .text {
        text-align: center;
        margin-bottom: 15px
    }

    .home-domain-bar .form-bg input {
        width: calc(100% - 100px);
        padding: 10px
    }

    .home-domain-bar .form-bg .btn {
        width: 100px
    }

    .home-domain-price {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .home-domain-price .item-price .name {
        margin-right: 2px
    }
}

.home-counter {
    position: relative;
    overflow: hidden;
    padding: 90px 0 90px;
    color: #fff;
    background: rgb(0 73 112 / 73%)
}

.home-counter:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/intro-parallax.jpg) center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: -1;
    background-attachment: fixed;
    background-size: cover
}

.home-counter .heading {
    margin-bottom: 30px
}

.home-counter .heading .heading-title {
    font-size: 38px;
    margin-bottom: 5px;
    text-align: center
}

.home-counter .heading .heading-desc {
    font-size: 22px;
    text-align: center
}

.home-counter p {
    position: relative;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 0;
    display: block;
    padding: 5px 20px;
    background: #fff;
    border-radius: 10px;
    color: #4a84af;
    text-align: center
}

.home-counter p span {
    display: block;
    font-size: 18px;
    color: #024b70;
    font-weight: 400
}

@media only screen and (max-width: 767px) {
    .home-counter:before {
        display: none
    }

    .home-counter .col-lg-3 {
        margin: 15px 0
    }
}

.home-domain-bar1 {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../img/bg-hosting-17.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.home-domain-bar1 .text {
    color: #fff
}

.home-domain-bar1 .text h1 {
    font-size: 30px;
    margin-bottom: 5px
}

.home-domain-bar1 .text p {
    font-size: 18px;
    color: #fff
}

.home-domain-bar1 .form-bg {
    background: #fff;
    overflow: hidden;
    border-radius: 4px
}

.home-domain-bar1 .form-bg input {
    float: left;
    border: 0;
    padding: 10px 25px;
    width: calc(100% - 150px);
    height: 56px;
    border-radius: 4px;
    font-weight: 500
}

.home-domain-bar1 .form-bg .btn {
    float: right;
    width: 150px;
    padding: 10px 15px;
    height: 56px;
    border-radius: 0;
    font-weight: 500
}

.home-domain-bar1 ul.domain-link {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    clear: both;
    display: inline-block;
    text-align: center
}

.home-domain-bar1 ul.domain-link li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 15px
}

.home-domain-bar1 ul.domain-link li a {
    color: #fff;
    font-weight: 500
}

.home-domain-bar1 ul.domain-link li:after {
    position: absolute;
    content: '';
    top: 3px;
    right: -2px;
    height: 16px;
    width: 1px;
    background: #ffffff40
}

.home-domain-bar1 ul.domain-link li:last-child:after {
    display: none
}

.domain__price {
    position: relative;
    background: #333;
    padding: 10px 0;
    background: #2980b9;
    background: -webkit-linear-gradient(to top, #106fb5, #4ac1ff);
    background: linear-gradient(to right, #0a5075, #4dc4ff)
}

.domain__price h3 {
    text-align: center;
    margin-bottom: 30px
}

.domain__price .item {
    position: relative;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(141, 153, 176, .1);
    border-radius: 4px;
    margin: 10px 0;
    padding: 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.domain__price .item:hover {
    transform: scale(1.06)
}

.domain__price .item img {
    display: block;
    width: auto;
    height: 56px;
    margin: 0 auto
}

.domain__price .item .name {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    height: 56px;
    color: #f45828
}

.domain__price .item .price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.domain__price .item .price .old {
    display: flex;
    letter-spacing: -.4px;
    text-decoration: line-through;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    color: red;
    margin-bottom: 0;
    text-align: center;
    display: block
}

.domain__price .item .price .old small {
    font-size: 14px;
    letter-spacing: -.4px;
    display: inline-block;
    margin-left: 2px
}

.domain__price .item .price .new {
    display: flex;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.4px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: #0f3654;
    font-weight: 700
}

.domain__price .item .price .new small {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.4px;
    margin-left: 2px
}

.domain__price .item a {
    display: block;
    padding: 6px 10px 8px;
    border: 1px solid #00b9ff;
    border-radius: 4px;
    text-align: center;
    line-height: 1
}

.best-domain {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    z-index: 1
}

.best-domain .plan-ribbon {
    background: #0d8be8;
    display: block;
    width: 118px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    color: #fff;
    transform: rotate(45deg);
    transform-origin: 30px 5px;
    text-transform: uppercase;
    z-index: 3
}

.best-domain:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: #48bcf6
}

.best-domain:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #48bcf6
}

.table1 {
    position: relative;
    font-size: 13px;
    background: #fff;
    border: 1px solid #80c9ff;
    box-shadow: 0 0 10px rgb(170 219 255);
    overflow: hidden;
    border-radius: 5px
}

.table1 .table {
    margin-bottom: 0;
    font-size: 14px
}

.table1 .table th {
    color: #fff;
    border: 0;
    font-size: 14px;
    background: -webkit-linear-gradient(to top, #106fb5, #4ac1ff)
}

.table1 .table td {
    position: relative;
    background-color: #fff;
    border-top: 1px solid #80c9ff
}

.table1 .table td:nth-child(1) {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    padding-left: 40px
}

.table1 .table td:nth-child(2) {
    text-align: center
}

.table1 .table td:nth-child(3) {
    text-align: right;
    font-weight: 700
}

.table1 .table td:nth-child(4) {
    text-align: right;
    font-weight: 700
}

.table1 .table td:nth-child(5) {
    text-align: right;
    font-weight: 700
}

.filterX {
    width: 100% !important;
    justify-content: space-between;
    left: 0 !important;
    overflow: initial !important;
    padding: 0 30px;
    box-sizing: border-box;
    top: 14px !important
}

.table1 .table td .fa-globe-europe {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 20px;
    color: #9a9a9a
}

.table1 .table td .badge {
    position: relative;
    top: -1px;
    font-weight: 500;
    margin-left: 10px;
    font-size: 11px;
    padding: 3px 5px 4px;
    border-radius: 2px
}

.table1 .price {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.table1 .price .old {
    display: flex;
    color: #6f7379;
    letter-spacing: -.4px;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px
}

.table1 .price .old small {
    font-size: 13px;
    letter-spacing: -.4px;
    display: inline-block;
    margin-left: 2px
}

.table1 .price .new {
    display: flex;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.4px
}

.table1 .price .new small {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.4px;
    display: inline-block;
    margin-left: 2px
}

.table1 .form-control {
    height: 40px;
    background: #fff;
    box-shadow: 1px 1px 10px #d0d0d0;
    border: 0;
    width: 245px;
    margin-left: 10px
}

.table1 .dataTables_length {
    padding: 10px 10px 0
}

.table1 table.dataTable {
    margin: 0 !important
}

.table1 div.dataTables_wrapper div.dataTables_filter {
    padding: 10px 30px 0 0;
    display: flex;
    align-items: center;
    margin-top: 60px;
    justify-content: flex-end;
    margin-bottom: 10px
}

.table1 div.dataTables_wrapper div.dataTables_info {
    padding: 12px 10px 0
}

.table1 div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    padding: 5px 10px;
    margin: 0;
    float: left;
    margin-left: -25px;
    margin-top: 10px;
    margin-bottom: 10px
}

.table1 .row:nth-child(3) {
    background: #fff;
    border-top: 1px solid #dee2e6
}

.table1 .page-item.active .page-link {
    color: #fff;
    background-color: #0d8be8;
    border-color: #0d8be8;
    z-index: 1
}

.table1 .page-link {
    color: #333
}

.step-number {
    position: relative;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #fff;
    width: 43px;
    height: 43px;
    text-align: center;
    margin: 30px auto 20px;
    border-radius: 50%;
    background: #0f3654
}

.content-steps .col-lg-4 span {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 100%;
    background: #ecf7fc;
    box-shadow: 1px 1px 10px #0d5479;
    position: relative
}

.content-steps .col-lg-4 span:after {
    content: "";
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 100%;
    width: 200%;
    height: 5px;
    background: #8ca5b1
}

.content-steps .row > div:last-child span:after {
    display: none
}

@media only screen and (max-width: 767px) {
    .page-content.domain-area .row {
        flex-wrap: wrap;
        overflow: inherit
    }

    .page-content.domain-area .row > div {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }

    .table1 div.dataTables_wrapper div.dataTables_filter label {
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center
    }

    .table1 .form-control {
        width: 100%;
        margin-left: 0;
        margin-top: 10px
    }

    .home-domain-bar1 .text {
        text-align: center;
        margin-bottom: 15px
    }

    .home-domain-bar1 .form-bg input {
        width: calc(100% - 100px);
        padding: 10px
    }

    .home-domain-bar1 .form-bg .btn {
        width: 100px
    }

    .step-number:after {
        display: none
    }

    .table1 {
        padding-top: 50px
    }

    .table1 .filterX {
        left: 0;
        flex-wrap: wrap;
        padding: 0 20px
    }

    .table1 .custom-switch {
        margin-right: 4px !important;
        margin-bottom: 10px
    }

    .table1 .custom-switch .custom-control-label {
        font-size: 13px
    }

    .table1 div.dataTables_wrapper div.dataTables_filter {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 190px;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0
    }

    .table1 div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }

    .table1 div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        justify-content: center
    }

    .table1 .table thead {
        display: none;
        width: 100%
    }

    .table1 .table tbody tr {
        border-bottom: 5px solid #333
    }

    .table1 .table td {
        display: block;
        width: 100%;
        text-align: center !important
    }

    .table1 .table td .fa-globe-europe {
        display: none
    }

    .table1 .table td:before {
        position: absolute;
        left: 10px;
        top: 13px
    }

    .table1 .table td:nth-child(1) {
        padding-left: inherit !important
    }

    .table1 .table td:nth-child(3) {
        text-align: right !important
    }

    .table1 .table td:nth-child(4) {
        text-align: right !important
    }

    .table1 .table td:nth-child(5) {
        text-align: right !important
    }

    .table1 .table td:nth-child(3):before {
        content: 'Domain Kayit'
    }

    .table1 .table td:nth-child(4):before {
        content: 'Domain Yenileme:'
    }

    .table1 .table td:nth-child(5):before {
        content: 'Domain Transfer:'
    }
}

.page-content ul { /* list-style:square; */
    padding-left: 15px;
}

.page-content ul li {
    margin: 14px 0;
    line-height: 1.4
}

.home-domain-bar1:before {
    opacity: .3
}

.home-domain-bar1 .form-bg1 {
    overflow: hidden;
    text-align: left;
    font-weight: 600;
    font-size: 18px
}

.home-domain-bar1 .form-bg1 label {
    margin-bottom: 2px;
    color: #fff
}

.home-domain-bar1 .form-bg1 input {
    border: 0;
    padding: 10px 25px;
    width: 100%;
    height: 56px;
    border-radius: 4px;
    font-weight: 500
}

.home-domain-bar1 .form-bg2 {
    overflow: hidden;
    border-radius: 4px;
    margin-top: 15px
}

.home-domain-bar1 .form-bg2 label {
    display: block;
    color: #fff;
    width: 100%;
    margin-bottom: 2px;
    text-align: left;
    font-weight: 600;
    font-size: 18px
}

.home-domain-bar1 .form-bg2 input {
    float: left;
    border: 0;
    padding: 10px 25px;
    width: calc(100% - 190px);
    height: 56px;
    border-radius: 4px 0 0 4px;
    font-weight: 500
}

.home-domain-bar1 .form-bg2 .btn {
    float: right;
    width: 190px;
    border-radius: 0 4px 4px 0;
    padding: 10px 15px;
    height: 56px;
    font-weight: 500
}

.page-content.transfer h3 {
    font-size: 20px
}

.page-content.transfer p {
    font-size: 14px;
    line-height: 1.3
}

@media only screen and (max-width: 767px) {
    .page-content img {
        margin: 15px 0 10px
    }

    .page-content .img11 {
        width: 100%
    }

    .home-domain-bar1 .form-bg2 input {
        width: calc(100% - 150px)
    }

    .home-domain-bar1 .form-bg2 .btn {
        width: 150px
    }
}

.service-block1 {
    overflow: hidden;
    margin: 15px 0
}

.service-block1 h3 {
    font-size: 19.2px;
    font-weight: 600;
    margin: 0 0 15px
}

.service-block1 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 15px
}

.service-block1 img {
    width: 100%;
    max-width: 96px;
    max-height: 96px;
    display: block;
    margin: 0 auto
}

.breadcrumb > .active {
    color: #777
}

.breadcrumb > li {
    font-size: 14px
}

.knowledgebody {
    padding: 5px 20px 1px 20px
}

@media only screen and (max-width: 767px) {
    .section-sidebar {
        display: none
    }

    .position-relative-profile {
        display: none
    }
}

.product-name {
    position: relative
}

.product-name > .m-logo {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px
}

.m-logo {
    position: relative;
    display: inline-block;
    height: 126px;
    width: 126px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden
}

.m-logo .title-icon {
    width: 112px;
    height: 112px;
    left: 50%;
    top: 50%;
    margin: -56px 0 0 -56px
}

.m-logo .title-icon > img {
    height: 100%
}

.m-logo .title-slogan {
    display: none
}

.m-logo-sm .title-icon, .m-logo-xs .title-icon {
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    margin: 0
}

.m-logo-xs {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.m-logo-xs .title-icon > img {
    width: 89%;
    margin-left: 2px
}

.m-logo-xs .title-icon > span {
    display: none
}

.m-logo-sm {
    height: 48px;
    width: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.m-logo-sm .title-icon > img {
    width: 36px
}

.m-logo-md {
    height: 138px;
    width: 138px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.m-logo-lg .title-icon, .m-logo-md .title-icon {
    height: 136px;
    width: 136px;
    margin: -68px 0 0 -68px
}

.m-logo-lg .title-icon span:after, .m-logo-md .title-icon span:after {
    width: calc(100% + 96px);
    height: calc(100% + 96px);
    margin-top: calc(-50% - 48px);
    margin-left: calc(-50% - 48px)
}

@media (max-width: 767px) {
    .m-logo-md {
        height: 56px;
        width: 56px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .m-logo-md .title-icon > img {
        width: 36px
    }
}

.m-logo-lg {
    height: 152px;
    width: 152px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.widget-bulk {
    background: #78c2ff;
    background: -moz-linear-gradient(160deg, #78c2ff 0, #27a5e8 100%);
    background: -o-linear-gradient(160deg, #78c2ff 0, #27a5e8 100%);
    background: -webkit-linear-gradient(290deg, #78c2ff 0, #27a5e8 100%);
    background: -ms-linear-gradient(160deg, #78c2ff 0, #27a5e8 100%);
    background: linear-gradient(295deg, #8da0b1 0, #a9bccd 100%)
}

.news-bar {
    position: relative;
    padding: 8px 0;
    background: #0887fd
}

.news-bar .news-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    color: #fff
}

.news-bar .news-content p {
    margin: 0;
    font-size: 20px;
    margin-right: 10px
}

.news-bar .news-content strong {
    font-weight: 800
}

.news-bar .news-content .btn-sm {
    padding: 2px 10px !important;
    height: 28px;
    font-size: 14px;
    min-width: 120px
}

.news-bar .news-content .newsClose {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #343a40;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center
}

mark {
    background-color: #fedc45;
    color: #000;
    display: inline-block;
    padding: .08em .2em;
    margin: -.08em 0;
    position: relative;
    line-height: 1.42857143;
    font-weight: 700
}

mark a {
    color: #000 !important;
    text-decoration: underline
}

mark:after {
    content: "";
    background-color: #fedc45;
    position: absolute;
    top: 0;
    right: -.1em;
    width: .2em;
    height: 1.535em;
    -moz-transform: skew(-7deg, 0);
    -webkit-transform: skew(-7deg, 0);
    -o-transform: skew(-7deg, 0);
    -ms-transform: skew(-7deg, 0)
}

skew
(
13
deg,

0
)
.home__product {
    position: relative;
    padding: 60px 0
}

.home__product ul li {
    position: relative;
    float: left;
    width: 16.6%;
    margin-right: -1px;
    line-height: 1.3;
    border: 1px solid #e5e8ed
}

.home__product ul li a {
    display: block;
    color: #262936;
    transition: all .3s ease-in-out;
    padding: 20px 10px;
    text-align: center
}

.home__product ul li .n__n {
    display: block;
    font-weight: 700;
    font-size: 18px
}

.home__product ul li .n__p {
    display: block;
    font-weight: 700;
    font-size: 18px
}

.home__product ul li .n__d {
    display: block;
    font-size: 13px;
    height: 32px;
    color: #717988;
    margin-bottom: 15px
}

.home__product ul li .n__i {
    display: block;
    font-size: 76px;
    line-height: 1;
    color: #3db9ff
}

.home__product ul li .n__b {
    display: block;
    width: 130px;
    margin: 10px auto 0;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    padding: 10px 4px;
    border-radius: 4px;
    color: #212529;
    background-color: #ffc107
}

.home__product ul li a:hover {
    background: #3db9ff;
    color: #fff
}

.home__product ul li:hover .n__d {
    color: #fff
}

.home__product ul li:hover .n__i {
    color: #fff
}

.home__transfer {
    position: relative;
    padding: 60px 0;
    background: #f9fbfc
}

.home__transfer .btn {
    height: 48px;
    line-height: 36px;
    width: 220px;
    font-weight: 600
}

.home__transfer .block__feature {
    padding: 0
}

.home__transfer .block__feature h6 {
    font-size: 22px;
    margin-top: 35px
}

.home__transfer .block__feature p {
    font-size: 18px
}

.home__transfer img {
    width: 100%;
    margin-top: 25px
}

.reviews-box .reviews {
    background: #fff
}

.reviews-box .reviews:after {
    background: #fff
}

.reviews-box .reviews:before {
    color: #fff
}

@media only screen and (max-width: 767px) {
    #home-carousel-1x .container .carousel-title {
        width: 100%
    }

    #home-carousel-1x .container .carousel-title ul li {
        font-size: 16px
    }
}

.sinceyear {
    padding: 1px;
    width: 55px;
    height: 23px;
    line-height: 20px;
    text-align: center;
    background: #0887fd;
    font-size: 12px;
    color: #fff;
    position: relative;
    top: -2px;
    border-radius: 3px;
    float: right;
    top: 2px;
    left: -25px
}

.sinceyear:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #0887fd;
    border-width: 6px;
    margin-top: -6px
}
