:root {
  --gray-medium: #e5e5e5;
  --dark-gray: #3a414e;
}

h1, h2, h3, h4, h5, h6 {
    color: black !important;
}
img.small-icon {
  width: 48px;
  height: 100%;
}
body {
    background-color: transparent !important;
}
.badge-price {
  top: -125px!important;
  right: 20px!important;
}
.slider-con {
  max-width: 1340px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.slider-item {
 animation: slidein 30s linear infinite;
 white-space: nowrap;
}

.nav-tabs-wrapper .nav-tabs li.nav-item.active a.nav-link {
    color: white;
    font-weight: 500;
    background: #147df0;
    border: .07rem solid #ebecf0;
}
.nav-tabs-wrapper .nav-tabs li.nav-item {
    padding: 0px 0px;
    margin: 0px 0;
}
.nav-tabs-wrapper .nav-tabs li.nav-item a {
	padding: 5px 30px !important;
	margin: 0px 10px !important;
}
.nav-tabs-wrapper .nav-tabs li.nav-item:not(.active) a.nav-link {
	color: black;
}
.nav-tabs-wrapper .nav-tabs li.nav-item:not(.active) a:hover.nav-link {
	color: black;
}

a.nav-first-custom.active {
    background-color: #147df0 !important; /* Change to your preferred color */
    color: white !important;
    font-weight: bold;
}
.logos {
      width: 100%;
      display: inline;
      margin: 0px 0;
}

.fab {
  width: calc(100% / 7); /* Default for desktop */
  text-align: center;
  animation: fade-in 0.5s 
          cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

/* Tablet: Show 4 logos */
@media (max-width: 1024px) {
  .fab {
    width: calc(100% / 5);
  }
.slider-con {
  max-width: 1024px;
}
}

/* Mobile: Show 2 logos */
@media (max-width: 768px) {
  .fab {
    width: calc(100% / 4);
  }
.slider-con {
  max-width: 768px;
}
}

/* Smooth animation */
@keyframes slidein {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


body {
  background-color: var(--white);
  color: black;
  font-weight: 400;
}
i.fa-times {
    width: 19px;
}
u {
    position: relative;
    text-decoration: none;
    transition: text-shadow 0.3s ease-out;
}
u::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform-origin: left;
}

u:hover {
  text-shadow:
    0.5px 0 currentColor,
    -0.5px 0 currentColor;
}

u:hover::after {
    transform: scaleX(0);
    opacity: 0;
}
img {
	max-width: 100%;
}
.rounded-circle {
	margin-top: 15px;
}
#orderpage .domain-search h1 {
  color: #4f5457 !important;
}
#orderpage .domain-modes a {
  color: #4f5457 !important;
}
.opacity-75 {
    opacity: .75!important;
}
.opacity-50 {
    opacity: .5!important;
}
.opacity-25 {
    opacity: .25!important;
}
.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.font-12 {
  font-size: 0.75rem;
}

.font-14 {
  font-size: 0.875rem;
}

.font-medium {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}

.color-white {
  color: var(--white);
}

header .click-item {
  color: var(--dark-gray);
  font-size: 1rem;
}

header .btn,
.hero-banner .btn,
.price-tab-view .btn {
  border: 1px solid;
  font-size: 1rem;
}

.btn {
  font-size: 1rem;
}
.btn-group-lg>.btn, .btn.btn-lg {
    font-size: 1rem;
}
.card .card-body .btn {
  text-wrap: auto;
}
.hero-banner .btn {
  font-weight: bold;
}

header .fas {
    font-size: 1.25rem;
    width: 40px;
    text-align: center;
}

.hero-banner .btn {
  font-weight: 600;
}

.hero-banner {
  background: url('../images/banner-bg.png') no-repeat;
  background-size: 100% 100%;
}
.hero-banner h2 {
  font-weight: 300;
}
.hero-banner h1 {
  font-weight: 300;
}
button.no-focus-outline:focus {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}
.hero-banner p {
  font-size: 1.6rem;
  line-height: 2.25rem;
}
p.service-agreement {
  font-size: 1.35rem;
  padding: 0 45px 0 45px;
}
.service-agreement ul li:before {
  color: blue;
}
.service-agreement-text p {
  font-size: 1rem !important;
  text-align: left!important;
}
.service-benefits {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
  background: url(/templates/estudio/dist/images/serviceaftale.jpg);
  padding: 80px 0;
  max-height: 800px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.service-benefits-left {
  margin-top: 150px !important;
}
.service-benefits-right {
  margin-top: -150px !important;
}
.service-benefits-card {
  opacity: 0.9;
}
.service-agreement-benefits{
    color: #3891f2;
    /* list-style-image: url('/templates/estudio/dist/images/blue-checkmark.svg');*/
    text-align: left!important;
}
.service-agreement-benefits li {
  list-style: none;
}
.service-agreement-benefits li:before {
  display: inline-block;
  content: '';
  background-size: 15px 15px;
  background-image: url('/templates/estudio/dist/images/blue-checkmark.svg');
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
/*.service-agreement-checks {
  list-style-image: url('/templates/estudio/dist/images/darkgrey-checkmark.svg');
}*/
ul.service-agreement-checks {
  padding-inline-start: 0px !important;
}
.service-agreement-checks li {
  list-style: none;
  margin-left: 0px !important;
}
.service-agreement-checks li:before {
  display: inline-block;
  content: '';
  background-size: 15px 15px;
  background-image: url('/templates/estudio/dist/images/darkgrey-checkmark.svg');
  height: 15px;
  width: 15px;
  margin-right: 5px;
  margin-left: 0px !important;
}
.fullwidth-bg-blue {
  background: #3891f2;
  color: #fff;
  position: relative;
}
.price-calculator h2 {
  font-weight: 300;
  font-size: 2.55rem;
}
p.price-calculator {
  font-size: 1.35rem;
  padding: 0 45px 0 45px;
}
p.price-calculator-sub {
  font-size: 1.25rem;
  padding: 0 45px 0 45px;
}
.price-calculator ul li:before {
  color: blue;
}
.price-calculator-text p {
  font-size: 1rem !important;
  text-align: left!important;
  line-height: 1.6!important;
}
#price-calculator {
  background: #3891f2;
  color: #fff;
  position: relative;
  width: 100%;
}
#price-calculator h2 {
  font-weight: 300;
  font-size: 2.55rem;
}
.price-calculator-text-muted {
  color: #fff;
  font-size: .85rem;
  }
.tabs-view h1 {
  font-weight: 300;
  font-size: 3.75rem;
}  
.tabs-view h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 120% !important;
}
.price-calculator-inner-bg {
  background: #5fa7f4;
}
.price-calculator-inner-bg h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.65rem;
  padding-bottom: 0.5rem!important;
}
.price-calculator-btn {
  background-color: #fff;
  color: #3891f2;
  border-color: #3891f2;
}
.price-calculator-btn:hover {
    color: #fff;
    background-color: #3891f2;
    border-color: #3891f2;
}
.tabs-view .tab-footer h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.tabs-view .tab-footer span {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.tabs-view .tab-footer a {
  text-decoration: underline;
}

.price-tab-view .price-tab-col {
  width: 20%;
}
.price-tab-view .price-tab-col .price-header.blue-header {
  background: #3891f2;
}
.blue-box {
  background: #3891f2 !important;
}
.price-tab-view .price-tab-col .price-header.dark-header {
  background: #444444;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.price-tab-view .price-tab-col .price-header {
  font-weight: 300;
  color: var(--white);
  font-size: 1.25rem;
  background: #9e9fa3;
}

.price-tab-view .price-tab-col .price-options p {
  font-size: 0.875rem;
  font-weight: 400;
}

.price-tab-view .price-tab-col + .price-tab-col {
  border-left: 1px solid #f2f2f2;
}

.price-tab-view .price-tab-col .price-options .price-amount {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.price-tab-view .price-tab-col .price-options .price-amount span {
  font-size: 2rem;
}

.price-tab-view .price-tab-col .price-options .price-currency {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.price-tab-view .price-tab-col .price-options ul {
  list-style: none;
  padding: 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.price-tab-view .price-tab-col .price-options ul.no-border {
  border-top: 0px solid #f2f2f2;
  border-bottom: 0px solid #f2f2f2;
}
.price-tab-view .price-tab-col .price-options ul li {
  padding: 5px 0;
  font-size: 15px;
}

.price-tab-view .price-tab-col .price-options ul .fa-check {
  color: var(--green);
}

.price-tab-view .price-tab-col .price-options ul .fa-times {
  color: var(--red);
}

.price-tab-view .price-tab-col .active_box {
  position: relative;
  background: #3891f2;
}
.price-tab-view .price-tab-col .active_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(56, 145, 242, 0);
  border-top-color: #3891f2;
  border-width: 20px;
  margin-left: -20px;
}

.blue-divider {
  border-top: 1px solid var(--blue);
}

.scroll-down-list {
  position: relative;
}
.scroll-down-list a {
  background: var(--white);
}

.scroll-down-list a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 27px;
  border-top: 1px solid var(--blue);
  width: 100%;
  z-index: -1;
}

.perfomance-blk {
  background: var(--gray-medium);
}

.perfomance-blk h2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 4rem;
}

.perfomance-blk .lhs-col p {
  font-size: 1.6rem;
  line-height: 2.25rem;
}

.perfomance-blk .service-option {
  background: var(--white);
}

.perfomance-blk .service-option h4 {
  font-size: 1.5rem;
  line-height: 2.06rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}
.perfomance-blk .service-option p {
  font-size: 0.875rem;
}

.divider {
  background: #e5e5e5;
  width: 10px;
}

.quality-block {
  background: #f2f2f2;
  position: relative;
}

.dropdown-header {
  color: #3891f2;
  font-weight: 500;
  font-size: 1rem;
}
.dropdown-item {
  color:  var(--dark-gray);
}
.dropdown-menu {
  border-radius: 0rem;
}
.card-no-outline {
  border: 0px !important;
}
.price-yearly {
 font-weight: 300;
 font-size: 0.9rem;
}
.price-monthly {
  font-size: 1.6rem;
  font-weight: 500 !important;

}
.quality-block::before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  background: url('../images/curved_wave.png') no-repeat;
  height: 150px;
  top: -54px;
  z-index: -1;
}
/* .quality-block::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  background: url('../images/curved_wave_01.png') no-repeat;
  height: 150px;
  bottom: 30px;
} */

.quality-block h2 {
  color: #c4c6ca;
}

.quality-block .feautres-list {
  background: var(--white);
}
.quality-block .feautres-list img {
  width: 65px;
  height: 65px;
}
.quality-block .feautres-list h5 {
  font-size: 1.35rem;
  font-weight: 300;
  color: #3a414e;
}
.quality-block .feautres-list p {
  font-size: 13px;
}
.header-common h1 {
  font-weight: 300;
  font-size: 3.75rem;
}
.header-common h2 {
  font-weight: 300;
  font-size: 3.5rem;
}

.header-common p {
  font-size: 1.25rem;
  font-weight: 300;
}

.support-blk .col-view h3 {
  font-size: 2rem;
  font-weight: 300;
}

.support-blk .col-view p {
  line-height: 1.5rem;
  font-size: 1.125rem;
}

.support-blk .col-view .btn-outline {
  border: 1px solid #c4c4c4;
  font-size: 1rem;
}

.support-blk .col-view .btn-outline:hover {
  background: #c4c4c4;
  border: 1px solid transparent;
}

.testimonial-block {
  background: #e5e5e5;
}

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 1.5rem 0 0 0;
}
.owl-carousel .owl-dots .owl-dot {
  margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #3891f2;
}

.owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 20px;
  height: 5px;
  border-radius: 2px;
  background: grey;
}

.testimonial-item {
  background: var(--white);
  position: relative;
  display: inline-block;
  margin: 1px;
}

.testimonial-item h5 {
  font-weight: 600;
  color: #000;
  font-size: 1.25rem;
}

.testimonial-item a {
  font-weight: 600;
  padding: 2px 5px;
  display: inline-block;
}

.testimonial-item p {
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
.morefeatures {
  display: none;
}

.pre-footer img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .2;
}

.pre-footer img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

footer {
  background: var(--dark);
}

footer h5 {
  color: Var(--white) !important;
}

footer ul {
  list-style-type: none;
  padding: 0;
}

footer ul li a {
  display: inline-block;
  padding: 3px 0;
}

.copy-right-footer {
  background: #131313;
}
.footer-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    max-width: 50%;
    border-top: 1px solid #56606a;
}
#menuToggle {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  padding: 0px;
  right: 15px;
  top: 2px;
}

#menuToggle input {
  display: flex;
  width: 24px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span {
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--dark-gray);
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383f;
  
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#menu {
  position: fixed;
  width: 100%;
  height: 200%;
  box-shadow: 0 0 10px #85888c;
  margin: 0;
  top: 0;
  left: -100%;
  overflow:hidden;
  background-color: #f5f6fa;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menuToggle input:checked ~ #menu {
  transform: none;
  left: 0;
}

#menuToggle input:checked ~ #menu ul {
  list-style: none;
  margin: 0;
  padding: 0px 0px 35px 0px;
  height: 100%;
}

#menuToggle input:checked ~ #menu ul li {
  padding: 0;
}
#menuToggle input:checked ~ #menu ul li a {
  display: block;
  padding: 5px 20px;
  font-weight: 600;
  color: var(--dark-gray);
}

@media (max-width: 768px) {
  .hero-banner h2 {
    font-size: 2.5rem;
  }
 .hero-banner h1 {
    font-size: 2.5rem;
  }
  .tabs-view .header-cont p {
    line-height: 1.75rem;
  }
  .tabs-view h1 {
    font-size: 2.5rem;
  } 
  .tabs-view h2 {
    font-size: 40px
  }
  .perfomance-blk h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .perfomance-blk .lhs-col p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .header-common h2 {
    font-size: 2rem;
  }
  .header-common p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .hero-banner {
    background: none;
    background-size: 100% 100%;
  }
  .price-tab-view .price-tab-col {
    width: 100%;
  }
  header .mobile-hide {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hero-banner h2 {
    font-size: 2.5rem;
  }
  .hero-banner h1 {
    font-size: 2.5rem;
  }
  .tabs-view h1 {
    font-weight: 300;
    font-size: 3rem;
  }  
}

@media (min-width: 992px) {
  .font-18-md {font-size: 18px;}
 .hero-banner h2 {
    font-size: 4rem;
  }
 .hero-banner h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1360px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 100%;
  }
}

/* @media (min-width: 992px) and (max-width: 1280px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 0px;
  }
} */

/* Added by NB */
.body-content, .footer-content {margin-left: 0px !important;}
#up_descriptions {display: none !important;}
.upgrade-service hr {display: none !important;}
account-leftnav {
  padding: 20px !important;
 }

 .leftnavigation-box {
  border: .07rem solid #EBECF0;
  padding: 0 15px 0 15px !important;
  color: #373a3c !important;
 }
 .leftnavigation-box .nav-item .nav-link { 
  color: #000;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #eee !important;
}
 .leftnavigation-box .nav-item .nav-link:last-child { 
  border-bottom: none; 
}

.card-body .cart-addon{
  border: 1px solid #eee !important;
  padding: 10px;
}
.nav-tabs-wrapper .nav-tabs li.nav-item a.nav-link {
  color: #585858;
}
.table-responsive.table-radius {
  border-radius: 0px !important;
}
.filters-box, .card, .card-header, .info-box-items, .input-self-box, .domain-sld, .domain-tld-bulk, .badge  {
   border-radius: 0px !important;
}
  header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 500;
  }
.banner-small {
    margin-top: 70px;
}
#orderpage {
  font-family: Rubik,Arial,sans-serif !important;
}
/* Added by MBS */
@media (max-width: 768px) {
.banner-small {
    margin-top: 50px;
}
.center-mobile {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.center-mobile div {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}
}
.material-icons {
    padding-bottom: 2px;
}
.btn {
    padding-top: 9px;
    padding-bottom: 9px;
}
.label {
    padding-bottom: 4px;
}
#orderpage .domain-header {
    background-color: white !important;
    background-image: none !important;
    min-height: auto !important;
    padding-bottom: 70px;
    padding-top: 60px;
}
#orderpage .container.text-center.domain-search {
    width: 100% !important;
}
.domain-search .title {
    font-size: 49px;
}
.domain-search img {
    max-height: 65px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    margin-top: 20px;
	margin-bottom: 5px;
}
.domain-search .big {
    font-size: 20px;
}
#orderpage .domain-search {
    padding: 0px !important;
}
.domain-search .domain-input {
    padding: 0px !important;

}
#orderpage .domain-input button {
background: #3891f2 !important;
}
#orderpage .domain-textarea textarea {
      border: 1px solid  #3891f2 !important;
}
@media (max-width: 769px) {
.true-margin {
	margin-left: -24px;
	margin-right: -24px;
}
#menuToggle {
    display: block!important;
}
.domain-search .title {
    font-size: 31px;
}
.domain-search .big {
    font-size: 14px !important;
}
.highlight.bg-color-blue {
    font-size: 11px;
}
#orderpage .domain-search {
    margin: 0px 0px !important;
}
.domain-search img {
    max-height: 42px;
}
.tile.text-dark.card.card-header.bg-white.py-2 {
    padding: 0px;
    margin-top: 25px;
}
.d-flex.flex-row.align-items-center.justify-content-center .title {
font-size: 13px;
}
a.tile.text-dark.card.card-header.bg-white.py-2 {
    padding: 0px;
}
}

/* Tabel tablets */
@media (min-width: 769px) and (max-width: 1024px) {
.true-margin {
	margin-left: -24px;
	margin-right: -24px;
}
.tabs-view li {
    font-size: 10px !important;
	line-height: 12px;
}
.tabs-view .price-tab-view .btn {
    font-size: 0.8rem !important;
	padding: 10px;
}
.tabs-view .price-options .price-amount span {
	font-size: 1rem !important;
}
.tabs-view .price-options .price-currency {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}
.tabs-view .price-options .price-amount {
	font-size: 1.5rem !important;
}



.d-flex.flex-row.align-items-center.justify-content-center .title {
font-size: 13px;
}
a.tile.text-dark.card.card-header.bg-white.py-2 {
    padding: 0px;
}
}
/* Tabel mobiler */
@media (min-width: 768px) and (max-width: 768px) {
.tabs-view li {
    font-size: 9px !important;
    line-height: 14px;
    padding: 2px !important;
}
.tabs-view .price-tab-view .btn {
    font-size: 0.6rem !important;
}
.tabs-view .price-options .price-amount span {
	font-size: 1rem !important;
}
.tabs-view .price-options .price-currency {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}
.tabs-view .price-options .price-amount {
	font-size: 1.5rem !important;
}
.tabs-view .price-options p {
    font-size: 0.76rem !important;
}
.container.tabs-view {
    padding-left: 5px;
    padding-right: 5px;
}
.row {
    margin: 0px !important;
}
}
.h5 {
color: #4f5457
}
.form-control, .modal input.form-control[type=text], input.styled:not([type=submit]):not([type=button]):not([type=reset]):not([type=radio]):not([type=checkbox]):not([type=file]), input:not([type=submit]):not([type=reset]):not([type=radio]):not([type=checkbox]):not([type=file]):not(.form-control), select, textarea, .bordered-section, .card, .card.message-box, .wbox, #payform_card-element, .label {
    border-radius: 0px;
}

input[type=checkbox]:checked::after, input[type=checkbox]:checked:after, input[type=radio]:checked::after, input[type=radio]:checked:after {
    background: #147df0;
    border: 1px solid #afb2c1;
}

/* Mobille */
@media (max-width: 480px) {
.pre-footer .slider-item img {
    width: 75% !important;
    height: 75% !important;
}
#orderpage .container.text-center.domain-search {
    display: block !important;
}
.domain-search img {
    max-height: 18px !important;
	margin-top: 5px;
}

#orderpage .price-list .price-row > div {
    font-size: 13px;
}
}
/* Tablets */
@media (max-width: 768px) {
h4.menu-head {
    padding: 20px 20px 0px 20px;
    font-size: 24px;
    font-weight: 500;
}
.default-cart .btn.w-25 {
    width: 100% !important;
}
.price-tab-view .price-tab-col {
    border: 1px solid #f2f2f2;
}
.service-agreement-benefits {
    padding-inline-start: 0px;
}
.btn {
    margin-top: 5px;
    margin-bottom: 5px;
}
.service-benefits-card {
    padding: 10px !important;
}
.service-benefits-left {
    margin-top: -35px !important;
    padding-bottom: 100px;
}
.service-benefits-right {
    margin-top: -105px !important;
}
.service-benefits {
    max-height: inherit;
	margin-bottom: 15px !important;
}
.d-flex.flex-row.align-items-center.justify-content-center .title {
	display: block;
}
#orderpage .domain-header {
	padding-bottom: 0px;
	padding-top: 0px;
}
.d-flex.flex-row.align-items-center.justify-content-center .col-2 {
    padding: 0px;
    margin: 0px;
}
}
.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
	position: relative;

  height: 3.8rem;
	--index: 1;
	--count: 8;
}
	.steps::before {
		content: "";
		border-radius: 4px;
		display: block;
		position: absolute;
		top: 50%;
		left: -.5em;
		width: calc(100% + 1em);
		transform: translate(0, -50%);
		height: 8px;
		color: #fff;
		background-color: currentColor;
	}

.step-content {
  z-index: 999999 !important;
  position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: calc(((var(--index) - 1) / ( var(--count) - 1)) * 93% + 3.5%);
	transition: left ease-in-out 0.3s;
}

.step-content::before {
	counter-reset: index var(--index) count var(--count);
	content: counter(index) '/' counter(count);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  color: #3891f2;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #fff;
	box-shadow: -.1em .1em .1em rgba(0,0,0,0.2);
}
.step-next {
height: 1.0rem;
width: 1.0rem;

}

.tab
{
	position: relative;
}
	.tab i {
		font-family: FontAwesome;
		font-weight: 900;
		font-style: normal;
		
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
		.tab i.right
		{
			right: 0.8em;
		}
			.tab i.right::before {
				content: "\f061";
			}
		.tab i.left {
			left: 0.8em;
		}
			.tab i.left::before {
				content: "\f060";
			}
			
	#CalcFormTabs table tr :first-child {
		text-align: left;
	}
		#CalcFormTabs table tbody tr {
				border-bottom: #95C5F9 solid 1px;
		}
			#CalcFormTabs table tbody tr * {
				padding: .2.5em;
				padding-top: 1em;
			}
#CalcFormTabs h2, #CalcFormTabs h3 {
	text-transform: capitalize;
	color: #fff !important;
	font-size: 1.3rem !important;
	margin: 0;
}
#CalcFormTabs h2 {
	margin-top: 2em;
	font-weight: 500;
	font-size: 1em;
}
#CalcFormTabs ul {
	margin-top: 2rem;
	list-style: none;
	border-left: #fff solid 1px;
	padding: 0;
}
	#CalcFormTabs li {
		padding-left: 1em;
		text-align: left;
		width: 100%;
		position: relative;
	}
		#CalcFormTabs li input[type=radio], #CalcFormTabs li label.custom-radio {
			position: absolute;
			left: 25ch;
			top: 50%;
			transform: translateY(-50%);
		}
	#CalcFormTabs textarea:not(.no-replace-color)::placeholder {
		color: #3891f2 !important;
	}
#CalcFormTabs :has(label.custom-radio)
{
	position: relative;
}
input[type=radio] + label.custom-radio::before
{
	content: "";
	display: inline-block;
	border-radius: 100%;
	width: 1.5em;
	height: 1.5em;
	background-color: #fff;
	border: 0.45em solid #fff;
}
	input[type=radio]:checked + label.custom-radio::before
	{
		background-color: #147df0;
	}

	input[type=radio].placeBottom + label.custom-radio::before
	{
		position: absolute;
		bottom: 0;
		left: calc( 50% - 1em );
	}

.bg-light-white {
	background-color: rgba(255,255,255,0.2);
}

.section-knowledgebase img {
  max-width: 100%;
  height: auto;
}
.section-account-service .widget-append .body-content .section {
  border: 1px solid #eee;
}
.section-account-service .widget-append .body-content .section h3 {
  padding: 1rem;
  background: #ebecf0;
  color: #464851;
  margin-bottom: 2rem;
}
.section-account-service .widget-append .body-content .section p {
  padding: 1rem;
}
.section-account-service .widget-append .body-content .section #mailtbl, .section-account-service .widget-append .body-content .section #dfwdmailtbl {
  margin-bottom: 3rem;
}
.section-account-service .widget-append .body-content .pull-right {
  margin-top: 1rem;
}

.section-account-service .widget-append .body-content .btn-primary {
  color: #fff !important;
}
#action-newdomainfowarder .modal-footer .hide-modal {
  display: none !important;
}

.small-vps {
  background-color: #9e9fa2 !important;
}

.x-large-vps {
  background-color: #444444 !important;
}

.blue-bg {
  background-color: #3891f2;
  padding: 30px 0;
}

.ft-weight-300 {
  font-weight: 300;
}

.ft-weight-400 {
  font-weight: 400;
}

.ft-weight-600 {
  font-weight: 600;
}

.top_view h1,
.top_view h3 {
  color: #000;
}

.color-black {
  color: #000;
}

.font-46 {
  font-size: 2.875rem !important;
}

.font-14 {
  font-size: 0.875rem !important;
}

.font-12 {
  font-size: 0.75rem !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px;
}

.font-30 {
  font-size: 1.875rem;
}

.font-28 {
  font-size: 1.75rem;
}

.font-60 {
  font-size: 60px;
}

.vps_banner_view ul {
  padding: 0;
  list-style: none;
}

.vps_banner_view ul li {
  color: #378ff0;
  font-size: 18px;
  font-weight: 300;
  padding: 5px 0;
}

.mini-container {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.reseller-pricer {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
}

.reseller-pricer .reseller-pricer-hdr {
  background-color: #f7f7f7;
  padding: 10px 0;
  text-align: center;
  color: #3f4345;
  border-bottom: 1px solid #dfdfdf;
}

.reseller-pricer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.reseller-pricer ul li {
  padding: 8px 0;
  text-align: center;
  font-weight: 300;
}
.reseller-pricer ul li > i {
  color: #378ff0;
}
.reseller-pricer ul li + li {
  border-top: 1px solid #dfdfdf;
}

.skill_mail_hotel {
  margin: 0;
  list-style: none;
  text-align: left;
  padding:0;
}

.skill_mail_hotel li {
  background: url("https://e-studio.dk/templates/estudio/dist/images/tickIcon.png") no-repeat;
  padding: 0 0 0 70px;
  color: #3891f2;
  font-size: 20px;
  font-weight: 400;
}
.color-blue {
  color: var(--blue);
  border-color: var(--blue);
}
:root{
  --purple:#6f2cff;
  --blue:#3891f2;
  --text:#111827;
  --muted:#6b7280;
  --border:#e7eef7;
  --panel:#f5f6f8;
}
.c-purple{ color:var(--purple); }
.color-blue{ color:var(--blue); }
.c-muted{ color:var(--muted); }
  /* ===== Pricing cards ===== */
.pricing-card{
  border:1px solid var(--border);
  border-radius:10px;
  overflow:hidden;
  background:#fff;
  height:100%;
}
.card-head{
  background:var(--blue);
  color:#fff;
  font-weight:700;
  padding:14px 16px;
  font-size: 1.25rem;
  text-align: center;
}
@media (max-width: 575.98px){
  .card-head{ font-size: 1.1rem; }
}

.tick-list{ padding-left: 1.2rem; margin: 0 0 12px; }
.tick-list li{ margin-bottom: 8px; }
.tick-list li::marker{ color:#22c55e; }

.price{
  color:var(--blue);
  font-weight:500;
  font-size:2.2rem;
  margin: 14px 0 2px;
}
.price small{
  font-weight:600;
  font-size:.75rem;
  color:var(--blue);
}

.btn-pill{
  display:inline-block;
  background:var(--blue);
  border:1px solid var(--blue);
  color:#fff;
  text-decoration:none;
  font-weight:600;
  padding:10px 16px;
  border-radius:999px;
  white-space: nowrap;
}
.btn-pill:hover{ background:#1f74f0; border-color:#1f74f0; color:#fff; }

.remember{
  color:var(--muted);
  font-size:.9rem;
  font-weight:600;
  white-space: nowrap;
}
.cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.mail_hotel .price-tab-view .price-tab-col .price-header.dark-header {
  font-weight: 300;
  font-size: 1.25rem;
}

.pro,.pro-office {
  position: relative;
}
.pro::before {
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 85px;
    background: #3891f2;
    top: -40px;
    right: 5px;
    background-size: contain;
    padding-bottom: 3px;
    font-size: 15px;
    line-height: 19px;
    color: white;
    content: "Flest vælger";
    transform: rotate(15deg);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    display: flex;
    align-content: flex-end;
    align-items: center;
    justify-content: flex-start;
}
.pro-office::before {
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 85px;
  background: #3891f2;
  top: -48px;
  right: -28px;
  background-size: contain;
  padding-bottom: 3px;
  font-size: 15px;
  line-height: 19px;
  color: white;
  content: "Flest vælger";
  transform: rotate(15deg);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  display: flex;
  align-content: flex-end;
  align-items: center;
  justify-content: flex-start;
}
.mail_hotel .price-tab-view .price-tab-col .price-header.dark-header-active {
  background-color: #3891f2;
}

.mail_hotel .price-tab-view .price-tab-col .price-options ul {
  border: none;
}

.brd-t-b {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.service-benefits.serive_mail_hote .service-benefits-right {
  margin-top: 0 !important;
}

.bg-gray {
  background-color: #f8f9fa;
}

.font-18 {
  font-size: 18px !important;
}
.mini-container-1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.mini-container-800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.mini-container-600 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.gray-bg {
  background-color: #f2f2f2;
}

.color-green {
  color: #4e9f4e;
}

.font-34 {
  font-size: 34px;
}

.font-36 {
  font-size: 36px;
}

.tick-icon-white {
  position: relative;
  padding-left: 70px;
  padding-top: 15px;
}

.tick-icon-white::before {
  position: absolute;
  content: "";
  background: url("https://e-studio.dk/templates/estudio/dist/images/tickIconWhite.png");
  width: 53px;
  height: 53px;
  left: 0;
  top: 0;
}

.s-loc-pad {
  padding-left: 70px;
}

.pysical_server_loc {
  background: url("https://e-studio.dk/templates/estudio/dist/images/bg_server_gray.jpg");
  background-size: cover;
}

.font-44 {
  font-size: 44px;
}

.font-40 {
  font-size: 40px;
}
.filter-invert { filter: invert(1); }
.font-50 {
  font-size: 50px;
}
.font-17 {
  font-size: 17px;
}
span.smallish {
  font-size: 15px;
}
.border-left-white-2 {
  border-left: 2px solid #fff;
}

.overlay_video_col {
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  padding: 15px;
}

.overlay_video_col .btn {
  border: 1px solid;
  padding: 10px 25px !important;
}

.color-red {
  color: #c92033 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.brd-btn {
  border: 1px solid !important;
}

.red-bg {
  background-color: #c92033;
}

.wp-bg {
  background: url("https://e-studio.dk/templates/estudio/dist/images/bg_wp.png") no-repeat;
  background-size: cover;
  padding: 90px 0;
}

.bg-white-wp {
  background: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 767px) {
  .pro-office::before {
    top: -40px;
    right: 5px;
  }
section.features-block ul li {
    overflow-wrap: anywhere;
}
  .badge-price {
    top: -90px !important;
    width: 165px;
}
  .font-46 {
    font-size: 2rem !important;
  }
  .font-60 {
    font-size: 2.5rem !important;
  }
  .vps_banner_view .w-75 {
    width: 100% !important;
  }
  .wp-bg {
    background-size: contain;
    padding:0px;
  }
}
@media screen and (max-width: 1360px) {
div#accordion .h5 {
    width: 100%;
    text-wrap: auto;
}
}



