/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .top-bar .top-links li i {
        font-size: 14px;
    }
    .top-bar .top-links li {
        font-size: 10px;
    }
    .cart-button {
        padding-left: 25px;
        font-size: 12px;
    }

    .cart-button i {
        left: 10px;
        font-size: 18px;
    }
    .rentserver-pc {
        margin-top: -30px;
    }

    .domain-price-item h2 {
        font-size: 24px;
    }
    .domain-price-item h4 {
        font-size: 20px;
    }

    .domain-page-top-link {
        font-size: 14px;
    }
}


/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .top-bar .top-links li i {
        font-size: 14px;
    }
    .top-bar .top-links li {
        font-size: 10px;
        padding: 2px 7px;
    }

    .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 999;
        top: 49px;
        margin: 0px !important;
        padding: 0px 15px !important;
        right: 0px;
        left: 0px;
        border: 0px;
    }
    .navbar-nav {
        padding: 10px 150px;
        margin: 0px;
        width: 100%;
        text-align: center;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        max-height: 60vh;
        overflow: scroll;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    header .nav-item .dropdown-menu {
        border: 0px;
        box-shadow: none;
        text-align: center;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        border-radius: 0px;
        padding: 5px 0px;
    }

    header .nav-item .dropdown-menu a {
        border: 0px !important;
        font-size: 14px;
        padding: 3px 0px;
    }

    header .nav-item:not(:first-child) {
        margin-left: 0px;
    }

    .nav-tag-orange,.nav-tag-blue {
        top: 14px;
    }

    header .nav-link {
        padding: 10px 0px !important;
    }

    header .nav-item.active::after {
        top: 30px;
    }

    .products-collapse-area-buttons .btn {
        font-size: 16px;
    }
    .products-collapse-box {
        padding: 10px;
        font-size: 12px;
    }
    .products-collapse-box-btn {
        margin: 0px -10px;
    }
    .products-collapse-box ul {
        padding-left: 25px;
    }

    .footer-logos img {
        width: 100%;
    }

    .register-agreement-text span {
        font-size: 12px;
    }
    .register-agreement-text {
        font-size: 10px;
    }
    .register-agreement-checkbox {
        width: 150px;
    }
    .register-agreement-checkbox label {
        height: 45px;
        width: 45px;
    }
    .register-agreement-checkbox label:after {
        font-size: 40px;
    }

    .user-main-btn {
        height: 65px;
        font-size: 10px;
        padding: 10px;
    }

    .user-main-btn i {
        font-size: 20px;
    }

    .select-resp {
        text-align: left !important;
    }

    .select-resp select{
        display: block !important;
        width: 100%  !important;
        margin-left: 0px !important;
    }

    .select-resp button{
        display: block;
        margin-top: 15px;
        width: 100%;
        margin-bottom: 10px;
        padding: 5px !important;
    }

    .announce-btn-area a {
        font-size: 18px;
        width: 30px;
        height: 30px;
        padding: 4px;
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .cart-button {
        padding-left: 25px;
        font-size: 10px;
    }

    .cart-button i{
        left: 5px;
        font-size: 14px;
    }

    .navbar {
        position: relative !important;
    }

    header .navbar-nav .dropdown-mega {
        position: relative !important;
    }

    .dropdown-menu-mega {
        position: relative;
        top: 0px;
    }

    .dropdown-menu-mega .container{
        width: 100%;
    }

    .dropdown-menu-mega:before {
        display: none;
    }

    header .nav-item.active > a::before {
        bottom: 6px;
    }

    .inset-dropdown-content {
        position: relative;
        left: 0px;
        right: 0px;
        z-index: 99;
        border-top: 1px solid #ccc;
        padding: 15px 0px;
    }

    .dropdown-item-style-2.inset-dropdown:hover > a::before {
        display: none;
    }

    .dropdown-item-style-2 {
        width: 100% !important;
    }

    .dropdown-menu-double {
        width: 100%;
        margin: 0px;
    }

    .dropdown-menu-double::before {
        display: none;
    }

    .dropdown-item-style-2:last-child {
        border-bottom: 1px solid #cccccc;
        border-radius: 0px !important;
    }

    .dropdown-menu-style-2 {
        border-top: 1px solid #cccccc !important;
        text-align: center;
    }

    .dropdown-menu-style-2 .dropdown-menu-content {
        padding-left: 15px;
    }

    .rentserver-pc {
        margin-top: 30px !important;
        margin-bottom: 0px;
        width: 70% !important;
        margin: auto;
        display: block;
    }

    .contact-box.owerflow-content {
        margin-bottom: 50px;
    }

    .contact-box.owerflow-content .dark-panel-content-area{
        margin-bottom: 20px;
    }

    .domain-price-item h2 {
        font-size: 20px;
    }
    .domain-price-item h4 {
        font-size: 14px;
    }
    .domain-page-top-link {
        margin-bottom: 20px;
    }

    .hosting-bottom-box-collapse-area {
        border-radius: 10px;
    }

    .generate-password-area {
        background-color: rgba(34, 34, 34, .9);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 20px;
        padding:90px 40px;
    }
    .generate-password-btn {
        height: 50px;
        padding:0px !important;
    }

    .flower-box {
        font-size: 18px;
        line-height: 18px;
        padding: 75px 20px;
        height: 200px;
        padding: 50px 20px;
    }

    .flower-box img {
        height: 45px;
    }

    .barindirma-img {
        height: 120px;
    }

    .package-collapse-buttons .bar:before {
  		display:none;
  	}
  	.package-collapse-buttons button:not(.collapsed):not(.bar):before {
  		content: "";
  		width: 100%;
  		height: 5px;
  		background-color: #e30a17;
  		position: absolute;
  		left: 0;
  		right: 0;
  		bottom: -10px;
  	}

  	.package-collapse-buttons button:not(.collapsed):not(.bar):after {
  		display:none;
  	}

}


/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .top-bar .top-links li {
        padding: 2px 10px;
    }

    .navbar-nav {
        padding: 10px 100px;
    }

    .main-slider .text-content {
        text-align: center;
        font-size: 12px;
    }


    .chance-area-text {
        text-align: center !important;
        width: 100%;
        margin-top: 170px;
    }

    .chance-box {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        height: 150px;
        width: 150px;
        font-size: 20px;
        padding: 50px 0px;
    }

    .products-collapse-area-buttons .btn {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 10px;
        width: 70%;
        text-align: right;
    }

    .products-collapse-area-buttons .btn i {
        float: left;
    }

    .products-collapse-box {
        margin-bottom: 25px;
    }
    .products-collapse-box ul {
        text-align: center;
        list-style-position: inside;
    }

    .why-us-right-title, .why-us-left-title{
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .why-us-item {
        padding: 30px 0px;
    }

    .why-us-item:last-child {
        border-bottom: 1px solid #009bd8;
        padding-bottom: 40px;
        margin-bottom: 10px;
    }

    .why-us-item:first-child .why-us-description {
        margin: 30px 0px 0px 0px;
        font-weight: bold;
    }


    .why-us-item:last-child .why-us-description {
        margin: 0px 0px 30px 0px;
        font-weight: bold;
    }

    .why-us-right-title::before, .why-us-left-title::before {
        right: -10px;
        left: -10px;
        width: auto;
    }

    .why-us-description {
        text-align: center !important;
    }

    .why-us-title-mobil {
        text-align: center;
        margin-bottom: 30px;
        color: #009bd8;
        margin-top: 0px;
    }

    .why-us-area {
        padding: 70px 0px;
    }

    .footer-logos {
        display: none;
    }

    footer {
        text-align: center;
    }

    .dark-panel {
        margin-top: 0px;
        padding-right: 0px;
    }

    .dark-panel-content-area {
        margin: 10px 20px 0px 20px;
    }

    .main-slider-discount {
        transform: none;
        font-size: 10px;
        line-height: 12px;
        width: 35%;
        margin-left: auto;
        padding: 3px 10px;
        right: 15px;
        top: 15px;
    }

    .main-slider-discount-old-price::before {
        top: 5px;
    }

    .main-slider-discount-new-price {
        font-size: 14px;
    }

    .dark-panel-side-notification {
        right: 25px;
    }

    .new-ticket {
        padding: 50px 50px;
    }

    .cart-button {
        border: 1px solid #ffffff;
        border-radius: 10px;
    }

    .card-title {
        padding: 50px;
    }

    .dropdown-menu-icon img {
        width: 20%;
    }

    .domain-price-list .domain-price-item:not(:first-child) {
        border-left: 0px;
        border-top: 1px solid #f87832;
        text-align: center;
        margin-top: 10px;
        padding-top: 10px;
    }

    .top-package-box {
        margin-top: 0px !important;
    }

    .top-package-box .top-package-box-hat {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-top: 20px;
    }

    .flower-box {
        height: 130px;
        font-size: 16px;
        line-height: 16px;
        padding: 20px 20px;
    }

    .flower-box img {
        margin-bottom: 10px;
    }

    .barindirma-img {
        height: 100px;
    }

    .data-table-content {
        margin-bottom: 80px;
    }

    .table-pag {
        margin-bottom: -165px;
        margin-top: 30px;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: -25px !important;
        margin-bottom: 20px !important;
    }

    div.dataTables_wrapper div.dataTables_length label {
      text-align: center;
      margin-bottom: 15px;
    }

    div.dataTables_wrapper div.dataTables_paginate {
      margin-top: 5px !important;
      margin-bottom: 0px !important;

    }

}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .top-bar .top-links li i {
        display: none;
    }

    .navbar-nav {
        padding: 10px 40px;
    }

    .search-domain-input {
        font-size: 13px;
        padding: 5px 20px;
        width: 50%;
    }
    .select-domain-brands {
        font-size: 20px;
    }
    .check-domain-label {
        position: relative;
        display: block;
        margin: 0px;
        margin-top: 20px;
    }
    .check-domain {
        font-size: 20px;
        display: block;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .register-box {
        padding: 20px;
    }

    .register-agreement-checkbox label {
        height: 35px;
        width: 35px;
    }
    .register-agreement-checkbox label:after {
        font-size: 30px;
    }

    .mobile-user-main-btn-area div:not(:last-child) .mobile-user-main-btn{
        margin-bottom: 0px;
    }

    .register-btn-flower {
        font-size: 16px;
        top: -15px;
        right: 0px;
        padding-top: 37px;
        line-height: 16px;
        height: 100px;
        width: 100px;
    }

    #remind-password {
        padding: 100px 50px 100px 50px;
    }

    .new-ticket {
        padding: 20px 20px;
    }

    .announce-date {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .announce-date strong {
        font-size: 24px;
        display: block;
    }

    .announce-date span {
        font-size: 18px;
        display: block;
    }

    .announce-info {
        margin: 0px;
        width: 100%;
    }

    .announce-list h4 {
        font-size: 20px;
    }

    .announce-list p {
        padding-bottom: 15px;
    }

    .announce-page-control {
        width: 100%;
    }

    .pay-content {
        margin: 0px;
    }

    .domain-contact-content {
        padding: 20px;
    }


    .dropdown-menu-mega-boxitem {
        margin: 15px 0px;
    }

    .dropdown-menu-mega-boxitem .buuble {
        font-size: 10px;
        height: 55px;
        width: 55px;
        padding: 10px 0px;
    }

    .domainform-btn-warning {
        font-size: 12px;
    }

    .responsive-btn {
        display: grid;
    }

    .dark-panel-content-little-title {
        display: block;
    }

    .button-plane, .button-check  {
        margin: auto;
    }

    .rentserver-pc {
        width: 100% !important;
    }
    .sss-search input {
        width: 100%;
        border-radius: 10px;
        padding: 10px 20px !important;
    }

    .sss-search button {
        width: 100%;
        border-radius: 10px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .sss-quest-box {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .domain-transfer input{
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-right: 0px;
    }

    .domain-search .domain-search-input, .domain-search select {
        border-radius: 10px;
    }

    .popular-cloud {
        right: 0px;
        top: -20px;
    }

    .discount-cloud {
        right: 0px;
        top: 0px;
    }

    .generate-password-area {
        padding: 50px 20px;
    }

    .ssl-table img{
        width: 100px;
    }

    .dataTables_filter {
        margin-top: 0px !important;
    }

}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px){
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
      width: 14.285714285714285714285714285714%;
      *width: 14.285714285714285714285714285714%;
      max-width: 14.285714285714285714285714285714% !important;
  flex:none !important;
    }
  }

  @media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
      width: 14.285714285714285714285714285714%;
      *width: 14.285714285714285714285714285714%;
      max-width: 14.285714285714285714285714285714% !important;
  flex:none !important;
    }
  }

  @media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
      width: 14.285714285714285714285714285714%;
      *width: 14.285714285714285714285714285714%;
      max-width: 14.285714285714285714285714285714% !important;
  flex:none !important;
    }
}
