/*
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v9-latin-regular.eot');
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('../fonts/poppins-v9-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-v9-latin-regular.woff2') format('woff2'),
       url('../fonts/poppins-v9-latin-regular.woff') format('woff'),
       url('../fonts/poppins-v9-latin-regular.ttf') format('truetype'),
       url('../fonts/poppins-v9-latin-regular.svg#Poppins') format('svg');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v9-latin-500.eot');
  src: local('Poppins Medium'), local('Poppins-Medium'),
       url('../fonts/poppins-v9-latin-500.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-v9-latin-500.woff2') format('woff2'),
       url('../fonts/poppins-v9-latin-500.woff') format('woff'),
       url('../fonts/poppins-v9-latin-500.ttf') format('truetype'),
       url('../fonts/poppins-v9-latin-500.svg#Poppins') format('svg');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v9-latin-800.eot');
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
       url('../fonts/poppins-v9-latin-800.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-v9-latin-800.woff2') format('woff2'),
       url('../fonts/poppins-v9-latin-800.woff') format('woff'),
       url('../fonts/poppins-v9-latin-800.ttf') format('truetype'),
       url('../fonts/poppins-v9-latin-800.svg#Poppins') format('svg');
}*/
* {
	font-family: 'Poppins', sans-serif;
}
.font-weight-heavy-bold, .fw-bold {
    font-weight:800 !important;
}
.text-success {
    color:#50cb06 !important;
}
.btn {
    border-radius: 10px;
}
.table-number {
    color: #FFF;
    background-color: #f5633e;
    border-radius: 12px;
    width: 25px;
    display: inline-block;
    text-align: center;
}
.table-spacer {
    margin-bottom:5px;
}
.dashboard-table tr:not(:last-child) {
    border-bottom: 1px solid #252e3f38;
}
.dashboard-table.seperated th {
    margin-top:5px;
    margin-bottom: 5px;
    display: block;
}
.dashboard-table td {
    white-space: nowrap;
}
.add-new-button {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #f5633e;
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 15px;
    line-height: 23px;
    font-size: 21px;
    border: 1px solid #f5633e;
}
.btn-no-fade:hover {
    color:#FFF !important;
}
.card-inner-area {
    display: block;
    text-align: center;
}
.btn-no-fade {
    font-size: 15px;
    padding: 8px 23px;
    border-radius: 10px;
    font-weight: 500;
    display: block;
    vertical-align: middle;
    color: #FFF;
    margin-top:5px;
}
.weight-500 {
    font-weight: 500 !important;
}
.text-primary {
    color:#f5633e!important;
}
.bg-main {
    background-color:#f5633e !important;
}
.bg-second {
    background-color:#252e3f!important;
}
.text-secondary {
    color:#252e3f !important;
}
.text-third {
    color:#08b072 !important;
}
.text-1 {
    font-size:15px !important;
}
.text-2 {
    font-size:25px;
}
p {
	margin: 0px 0px 24px 0px;
}
p:last-child {
	margin: 0px;
}
a {
	color: #F72C25;
}
a:hover {
	color: #F72C25;
	text-decoration: none;
	transition: 300ms ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
a:active, a:hover {
	outline: 0;
	text-decoration: none;
}
a.text-primary:focus, a.text-primary:hover {
	color: #F72C25!important;
}
ol, ul {
}
ol li, ul li {
}
.lead {
	font-size: 21px;
	line-height: 32px;
	color: #181825;
}
.z-index-0 {
	z-index: 0;
}
::selection {
	background: rgba(255, 244, 147, .8);
	color: #272c30;
}
#header .btn {
	font-size: 15px;
	padding: 8px 13px;
	border-radius: 10px;
	overflow: hidden;
	font-weight:500;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	transition: 300ms ease-in-out;
}
/*--- btn default --*/
.btn-brand {
	color: #fff;
	background-color: #f5633e;
	border-color: #f5633e;
}
.btn-brand:hover {
	color: #fff;
	background-color: #252e3f;
	border-color: #252e3f;
}
.btn-border:hover {
	color: #f5633e;
	border-color: #f5633e;
}
.btn-border:hover .icon {
	filter: invert(46%) sepia(74%) saturate(701%) hue-rotate(327deg) brightness(96%) contrast(100%) !important;
	transition: 300ms ease-in-out;
	-webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.btn-brand.focus, .btn-brand:focus {
	color: #fff;
	/* background-color: #08b072;
	border-color: #08b072; */
	background-color: #252e3f;
	border-color: #252e3f;
	box-shadow: none;
}
/*----------------- 7. Headers ---------------------------------*/
.header-classic {
	background-color: #fff;
}
/* -------------------- Top Header --------------------*/
.top-header {
	background-color: #252e3f;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.top-header ul {
	margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.top-header ul li a {
	color: #FFF;
}
.top-header i {
	font-size: 10px;
}
.top-header-social {
}
.top-header-social i {
	font-size: 14px;
}
.top-header-social ul {
	margin-left: 10px;
}
.top-header-social ul li {
	float: left;
	margin-left: 8px;
}
.top-header-social ul li a {
	color: #9d9ea7;
}
.top-header-social ul li a:hover {
	color: #01d486;
}
/*-------------------------------------------------------------------8. Navigations-------------------------------------------------------------------*/
/*-------------------- Navigation classic ---------------------*/
.navbar-classic {
}
.navbar-classic.navbar-light .navbar-nav .nav-link {
	color: #181825;
	padding: 12px 16px;
}
.navbar-classic .navbar-nav .nav-item {
}
::after {
	transition: 300ms ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.dropdown-toggle::after {
	transition: 300ms ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.navbar-classic .navbar-nav .nav-item .nav-link {
	transition: 300ms ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
	font-size: 15px;
	color: #181825;
	font-weight:500;
	padding: 15px 10px;
	line-height: 20px;
	border-bottom: 1px solid #fff;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover {
	color: #F72C25;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
	color: #F72C25;
}
.navbar-classic.navbar {
	padding: 15px 0px;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #f1f1f6;
	border-radius: 0px;
}
.navbar-brand {
	flex-grow: 1;
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: initial;
	line-height: 0;
	white-space: nowrap;
	color:#181825;
	font-size:24px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 16rem;
	padding: 12px;
	font-size: 1rem;
	color: #808294;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}
.header-classic:before {
    content: '';
    width: 100%;
    top: 0px;
    left: 0;
    content: "";
    position: fixed;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,.6);
    visibility: hidden;
}
.header-classic.backdrop:before {
	visibility: visible;
}
#header .dropdown-item {
	display: block;
	width: 100%;
	padding: 15px 15px;
	clear: both;
	font-weight: 400;
	color: #181825;
	text-align: inherit;
	white-space: nowrap;
	border: 0;
	font-size: 15px;
	line-height: 15px;
}
#header .dropdown-item:focus, .dropdown-item:hover {
	color: #4955ef;
	text-decoration: none;
	background-color: #eeeffd;
	border-radius: 4px;
}
#header .dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
	color: #4955ef;
}
.icon {
	width:1em;
	margin-bottom: 3px;
	transition: 300ms ease-in-out;
	-webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.icon-big {
    width:2em;
    margin-bottom: 3px;
    transition: 300ms ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.icon-header {
    width:auto;
    height: 62px;
    display: none;
    filter: invert(46%) sepia(74%) saturate(701%) hue-rotate(327deg) brightness(96%) contrast(100%);
}
.icon-wrapper {
    padding: 32px;
    border-radius: 100%;
    border: 1px solid #FFF;
    background: #FFF;
}
.icon.white, .icon-big.white {
	filter: invert(87%) sepia(100%) saturate(0%) hue-rotate(172deg) brightness(103%) contrast(103%);
}
.icon.main, .icon-big.main {
	filter: invert(46%) sepia(74%) saturate(701%) hue-rotate(327deg) brightness(96%) contrast(100%);
}
.icon-green {
    filter: invert(60%) sepia(84%) saturate(1917%) hue-rotate(57deg) brightness(102%) contrast(95%);
}
.money-theme {
	display: inline-block;
	position: relative;
	margin-top:.5rem;
	margin-bottom:.25rem;
}
.money-theme span {
	font-size:35px;
}
.money-theme sup {
	position: absolute;
    top: 7px;
    font-weight: 700;
    left: 20px;
    font-size: 13px;
    white-space: nowrap;
}
.money-theme sub {
	font-size: 9px;
    left: -4px;
    top: 1px;
}
section.home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(255 255 255 / 50%), rgb(0 0 0 / 40%))
}
@media only screen and (max-width: 480px) {
	.navbar-brand img {
		width: 170px !important;
	}
}
#header .dropdown-submenu {
	position: relative;
}
#header .dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 17px;
	top: 25px;
}
#header .dropdown-submenu .dropdown-menu {
	top: 0px;
	left: 100%;
	margin-left: 13px;
	margin-right: .1rem;
}
.caret-up {
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}
.mega-dropdown {
	position: unset;
}
.mega-dropdown-menu {
	width: 100%;
    position: absolute;
    top: 114px;
    border: 0px;
    box-shadow: unset;
    margin-top: 0;
    background: #f5633e;
    border-radius: 0px;
}
.mega-dropdown-menu ul {
	list-style: none;
}
.nav-dropitem-arrow {
	position: relative;
	font-size: 12px;
	opacity: 0;
	padding-right: 10px;
}
.nav-dropitem-arrow i {
	position: absolute;
	/* top: -1px;
	*/
}
#header .dropdown-item:focus, .dropdown-item:hover {
	color: #ffffff !important;
    text-decoration: none;
    background-color: #f5633e;
    border-radius: 4px;
}
#header .dropdown-item:hover .nav-dropitem-arrow {
	color: #4955ef;
	opacity: 1;
	margin-right: 5px;
}
.navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {
	padding: 0;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	position: relative;
	min-height: 81px;
}
/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #495bfb;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.icon-bar {
	width: 21px;
	height: 3px;
	background-color: #000;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 4px 
}
.navbar-toggler:focus {
	outline: 0px;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 190%;
	background-color: #000;
}
.navbar-toggler .middle-bar {
	opacity: 0;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% -80%;
	background-color: #000;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
	background-color: #000;
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
	background-color: #000;
}
.select_box{
  width: 67px;
  overflow: hidden;
  position: relative;
}
.select_box:after{
  width: 0; 
  height: 0; 
  position: absolute;
  top: 40%;
  right: 2px;
  z-index: 98;
  display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
 }
.select_box select{
  width: 83px;
  border: 0;
  position: relative;
  z-index: 99;
  background: none;
  color:#FFF;
  outline: none;
}
.select_box select option { 
    color: #000; 
}
#header {
	border-bottom: solid 1px #e9e9e9;
	/*position: fixed;
    width: 100%;
    top: 0;*/
}
/*#main {
	margin-top:116px;
}
*/
.btn-border {
    color: #252e3f;
    background-color: transparent;
    border: 2px solid #252e3f;
}
.btn-secondary {
    background-color: #252e3f;
    border-color: #252e3f;
    color: #fff;
}
.btn-secondary:hover {
    background-color: #fff;
    border-color: #252e3f;
    color: #252e3f;
}
.popup_block {
    display: none;
    float: left;
    top: 50%;
    left: 50%;
    z-index: 99999;
    position: fixed;
    color: #333;
    background: white;
    padding: 25px;
    border: 1px solid #222;
    width: 600px;
    margin: 0 auto;
    -moz-box-shadow: 0 5px 40px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 5px 40px rgba(0,0,0,.5);
    box-shadow: 0 5px 40px rgba(0,0,0,.5);
    border-image: initial;
}
a.close {
    display: block;
    float: right;
    margin: -35px -35px 0 0;
    background: white;
    padding: 7px 10px;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#fade {
    display: none;
    background: black;
    background-image: -moz-radial-gradient(center 300px 45deg, circle farthest-side, #333 20%, #000 90%);
    background-image: -webkit-gradient(radial, center center, 30, center 200, 650, from(#333), to(#000));
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=70);
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
}
.home-banner {
    padding-top: 250px;
    padding-bottom: 50px;
    background: url(../img/home-banner.jpg) center 170px;
    background-size: cover;
    position: relative;
}
@media (min-width:992px) {
    .home-banner {
        padding-top:200px;
        background: url(../img/home-banner.jpg) center top;
        padding-bottom:160px;
    }
}
.home-banner h1 {
	font-size:45px;
}
#domainName {
    height: 45px
}
.register-domain .btn {
    width:135px;
}
.register-domain thead {
    font-size:25px;
}
.bg-overlay {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    color: #fff !important;
    padding-top:50px;
    padding-bottom:175px;
}
.bg-grey {
    background-color:#f2f2f2;
}
.register-domain th, .register-domain td {
    text-align:center;
    color:#FFF;
    width: 200px;
}
.subscribe {
    background-color:#252e3f;
    padding-top:25px;
    padding-bottom:25px;
}
.footer-area {
    padding-top:25px;
    padding-bottom:25px;
}
footer .footer-contact .items .item:last-child {
    margin-left: auto;
}
footer .footer-contact a {
    color: #2e343e;
    font-size: 20px;
}
footer .footer-contact .items {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
footer .footer-contact .items .item .social .item {
    float: left;
    width: auto;
    margin-left: 6px;
    margin-right: 6px;
}
.items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.items.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.items .item {
    margin-right: 32px;
}
.items .item:last-child {
    margin-right: 0;
}
footer .footer-contact .logo {
    margin-right: 2.5em;
}
.register-domain {
    padding: 20px 0;
    position: absolute;
    width:100%;
    top: 0;
}
.home-banner .ltds {
    color: #3d4554;
    margin-right: 12px;
    opacity: 0.5;
}
#footer .map-menu .items.link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.items.link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
#footer .map-menu .items.link .item {
    min-width: 160px;
    margin-right: 0;
    margin-bottom: 32px;
}
.items.link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 22px;
}
#footer .map-menu {
    padding: 3em 0;
    border-top: 1px solid #252e3f;
    margin-top: 25px;
}
.items.link ul li a {
    color: #252e3f;
    font-size: 16px;
    line-height: 28px;
}
section {
    padding-top:45px;
    padding-bottom:45px;
}
.product-card sup {
    color: #3023ae;
    font-size: 28px;
}
.product-card sub {
    left: -60px;
}
.blocks{ border:1px solid #EEEEEE;}
.blocks:hover{box-shadow:0px 0px 10px #D9E0DB;}
.block-header{ height: 95px; text-align: center; width: 100%; padding: 8%; background: #F8F8F8; color: #333333;}
.block-container p:hover{background:#F8F8F8;}
.block-header h4{ font-weight: bold; vertical-align: center;}
.block-container{ text-align: center;}
.block-container p{ border-bottom:1px solid #F4F7F8; margin: 0; padding: 2%; }
.block-container p:last-child{ border-bottom:none;}
.price{font-size: 50px; font-family: PT Serif; color: #FF592D; font-weight: bold;}
.renew-price{font-size: 12px; color: #333333; font-style: italic; font-weight: normal;}
.block-footer{text-align: center; padding: 10%;}
.order-now{border: 1px solid #FF592D; padding: 15px; border-radius: 4%; color:#333333; font-weight: bold; }
.order-now:hover{text-decoration: none; background: #FF592D; color: #fff;}
.active-block { box-shadow:0px 0px 10px #D9E0DB;}
.active-block .block-header{ background: #f5633e; color: #fff;}
.active-block .price{ color:#f5633e;}
.active-block .block-footer button, .active-block .block-footer a{ background: #f5633e; color: #fff; border:none;}
.active-block .block-footer button:hover, .active-block .block-footer a:hover{ background: #EEEEEE; color: #333333; border:1px solid #45BA76;}
.block-footer button {
    background-color:#FFF;
    transition: 300ms ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.block-footer button:hover {
    transition: 300ms ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.addons .dropdown.bootstrap-select {
	 vertical-align: super;
}
.login-form {
    padding: 10px 25px 25px 10px;
}
.login-form .header {
    margin-bottom:15px;
    border-bottom: 1px solid #e5e5e5;
}
#register-new-account label {
    width: 100%;
    text-align: left;
}
#register-new-account .dropdown.bootstrap-select {
    width: 100%;
    margin-bottom: 10px;
}
#register-new-account input {
    margin-bottom:10px;
}
.tldselect button {
    width: 100px !important
}
.hover-bg {
    height: 100px;
    width: 250px;
    position: absolute;
    opacity: 0;
    transform: translateX(-80px);
    overflow: hidden;
}
.fiyat {
    font-size:1.5em;
    color: #f5633e;
}
.fiyat > sup {
    font-size:0.55em;
    top: -8px;
}
.cart-total {
    color: #f5633e;
    background-color: #FFF;
    border-radius: 12px;
    width: 22px;
    display: inline-block;
    text-align: center;
    margin-left:3px;
}
.loginarea {
    background-image: url(../img/loginbg.jpg);
    background-size: cover;
    padding: 60px 0px;
}
#register-new-account {
    max-width:100%;
}
.logincontainer {
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #f5633e;
}
.logincontainer {
    padding: 60px;
    max-width: 500px;
}
div.header-lined h1 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 700 !important;
    color: #2b3e4d !important;
    font-size: 25px;
}
.logincontainer .login-form {
    float: left;
    width: 100%;
    border-right: 1px solid #e8e8e8;
    padding-right: 20px;
}
.domain-result {
    padding:3rem;
    border: 3px solid #dee2e6!important;
    border-radius: 5px;
}
table.table.table-striped {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    overflow: hidden;
}
.table.table-striped thead {
    color:#FFF;
    background-color:#252e3f;
}
.no-whitespace {
    white-space:nowrap;
}
.table.table-striped thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: 400;
}
.inner-head {
    border-radius: 8px;
    background-color: #f5633e;
    margin-bottom: 1rem;
    padding: 10px;
    font-size: 2em;
    color:#FFF;
    position: relative;
}
.hidden-password {
	color: #F72C25;
	cursor:pointer;
}
.paginator ul {
    padding-inline-start: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.paginator ul li {
    display: flex;
    width: 35px;
    height: 35px;
    background: #ededed;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.paginator ul li:not(:first-child) {
	margin-left:10px;
}
.ic-alan {
	padding: 14px 11px;
    background: #f2f2f1;
    border-radius: 10px;
    border: 1px solid #252e3f;
}
.no-after:after {
	display: none !important;
}
.modal {
    padding-right:0px !important;
}
.modal-dialog {
    top: 45%;
    transform: translateY(-50%) !important;
}
.loading:after {
    content: '';
    width: 100px;
    height: 100px;
    background: url('https://www.hostingadam.com/theme/hostingadam/assets/img/loading.gif');
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slogan-alt {
	border-bottom: 3px solid #f5633e;
    display: inline-block;
    padding-bottom: 6px;
}
.slogan-alan {
	max-width:100%
}
.info-tooltip {
	width: 25px;
    height: 25px;
    background: #f5633e;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    cursor: help;
    position: relative;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.info-tooltip .icon {
	width: 11px;
	margin: 0;
}
.tooltip-self {
    position: absolute;
    left: 33px;
    top: 0px;
    background-color: #f5633e!important;
    color: #FFF;
    width: max-content;
    max-width: 300px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    font-size: 13px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    word-wrap: normal;
    word-break: normal;
}
.info-tooltip:hover {
	background: #252e3f;
}
#header {
    position: sticky;
    top: 0;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}
@media (min-width: 992px) {
	.slogan-alan {
		max-width:650px;
	}
    section.login {
        height: 600px;
    }
    .navbar-expand-lg {
    	justify-content: space-between;
    }
    .header-classic:before {
    	top: 0;
	}
	.icon-header {
		display: block;
	}
	.mega-dropdown-menu .form-row {
		height:257px;
	}
	/*.megamenu-item {
		flex:25%;
		justify-content: center;
	}*/
	#header .mega-dropdown-menu .dropdown-item {
	    color: #FFF;
	    height: 100%;
	    display: flex;
	    flex: 100%;
	    align-items: center;
	    flex-direction: column;
	    padding: 7px;
	    justify-content: center;
	    white-space: normal;
	}
	.mega-dropdown-menu a.dropdown-item:hover {
	    background-color: #444444;
	}
	.list-unstyled.last li:nth-last-child(3) {
		margin-left:2px !important;
	}
	.navbar-classic .navbar-nav .nav-item .nav-link {
		padding: 30px 10px;
	}
	#header .dropdown .dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in 
}
	#header .dropdown:hover>.dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
	#header .dropdown-submenu:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
}
@media (min-width:1200px) {
    .btn-no-fade {
        display: inline-block;
        margin-top:0px;
    }
    .card-inner-area {
        display:flex;
        justify-content: space-between;
    }
}
@media (max-width: 991px) {
    .container {
        max-width: 100% !important;
    }
}