
/* *****************************************************
    ** Custom Stylesheet **
    Any custom styling you want to apply should be
    defined here.
***************************************************** */
/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */
body {
  background-color: #ffffff;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  color: #2a2e36;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea {
  font-family: 'Poppins', 'Roboto', sans-serif !important;
}
h1, h2, h3, h4, h5 {
  margin: 0 0 1.75rem;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  font-weight: 500;
  line-height: 1.21;
  color: initial;
}
h1 {
  margin-top: 0;
  font-size: 3.052em;
}
h2 {
  font-size: 2.441em;
}
h3 {
  font-size: 1.953em;
}
h4 {
  font-size: 1.563em;
}
h5 {
  font-size: 1.25em;
}
small, .text_small {
  font-size: 0.8em;
}
strong, b {
  font-weight: 700 !important;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
}
.badge {
  display: inline;
  padding: 0.20rem 0.5rem;
  line-height: inherit;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 77%;
}
.badge-pill {
  padding: 0 .875em;
  border-radius: 50rem;
}
/*========================================
        03. PREDEFINED CLASS CSS
==========================================*/
.d-flex, .display-flex {
  display: flex;
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.ptb-100 {
  padding: 100px 0;
}
.pt-100 {
  padding-top: 100px;
}
.pt-165 {
  padding-top: 165px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ptb-60 {
  padding: 60px 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt--165 {
  margin-top: -165px !important;
}
.mt--100 {
  margin-top: -100px !important;
}
.gray-light-bg {
  background: #fafafa;
}
.primary-bg {
  background: #0948b3 !important;
}
.secondary-bg {
  background: #7100b9;
}
.color-primary {
  color: #0948b3 !important;
}
.color-secondary {
  color: #7100b9;
}
.gradient-bg {
  background: #0948b3 !important;
}
.white-bg {
  background: #ffffff;
}
a {
  color: #0948b3;
  text-decoration: none;
}
a:hover {
  color: #0948b3;
}
/* Color Class Definitions */
.color-1 {
  color: #ff164e;
}
/* Background Colors */
.color-1-bg {
  background: rgba(255, 22, 78, 0.15);
}
.color-2-bg {
  background: rgba(145, 35, 255, 0.15);
}
.color-3-bg {
  background: rgba(0, 115, 236, 0.15);
}
.color-4-bg {
  background: rgba(255, 124, 63, 0.15);
}
.color-5-bg {
  background: rgba(46, 191, 109, 0.15);
}
.color-6-bg {
  background: rgba(242, 92, 127, 0.15);
}
/* Text Colors */
.color-2 {
  color: #7100b9;
}
.color-3 {
  color: #0948b3;
}
.color-4, .ratting-color {
  color: #ff7c3f;
}
.color-5, .success-color {
  color: #2ebf6d;
}
.color-6 {
  color: #f25c7f;
}
.animated-btn {
  transition: all .25s ease-in-out;
}
.animated-btn:hover {
  transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
}
.danger-btn {
  background: #ff6e63;
  border-color: #ff6e63;
  color: #ffffff;
}
.danger-btn:hover {
  background: #f75447;
  border-color: #f75447;
  color: #ffffff;
}
.success-btn {
  background: #1fc063;
  border-color: #1fc063;
  color: #ffffff;
}
.success-btn:hover {
  background: #398439;
  border-color: #398439;
  color: #ffffff;
}
.secondary-solid-btn {
  color: #fff;
  background: #7100b9;
  border: 1px solid #7100b9;
}
.secondary-solid-btn:hover {
  background: transparent;
  color: #7100b9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.secondary-outline-btn {
  color: #ffffff;
  display: inline-block;
  border: 1px solid #207b43;
  background: #207b43 !important;
}
.secondary-outline-btn:hover {
  background: #369111 !important;
  color: #ffffff;
}
.outline-btn {
  position: relative;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #137c3f;
  background: #137c3f !important;
}
.outline-btn:hover {
  color: #ffffff;
  background: #369111;
}
.outline-btn:after {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  z-index: -1;
  border-radius: 4px;
  opacity: 0;
  transition: 400ms;
  text-shadow: 0 0.5px 0.3px rgba(0, 0, 0, .1);
  background: #369111;
}
.outline-btn:hover:after {
  opacity: 1;
}
.btn-sm {
  padding: 5px 10px !important;
  font-size: 12px !important;
}
.primary-bg h1, .primary-bg p {
  color: #fff;
}
.solid-white-btn {
  background: #ffffff;
  border-color: #ffffff;
  color: #0948b3;
}
.solid-white-btn:hover {
  background: transparent;
  color: #ffffff;
}
.outline-white-btn {
  color: #ffffff;
  border-color: #ffffff;
}
.outline-white-btn:hover {
  background: #ffffff;
  color: #0948b3;
}
.text-white {
  color: #ffffff;
}
/*icon size*/
.icon-sm {
  font-size: 25px;
  line-height: 25px;
}
.icon-md {
  font-size: 30px;
  line-height: 30px;
}
.icon-lg {
  font-size: 45px;
  line-height: 45px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
    line-height: 28px;
  }
}
/*form field css*/
.form-control {
  border-color: #ebebeb;
  padding: .75rem 15px;
  height: calc(2.56em + .75rem + 2px);
  box-shadow: none;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
input[type]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, select.form-control.has-value {
  color: #b1b1b1 !important;
  font-size: 13px;
}
input[type]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, select.form-control.has-value {
  /* Firefox 18- */
  color: #b1b1b1;
  font-size: 13px;
}
input[type]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, select.form-control.has-value {
  /* Firefox 19+ */
  color: #b1b1b1;
  font-size: 13px;
}
input[type]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, select.form-control.has-value {
  color: #b1b1b1;
  font-size: 13px;
}
select.form-control.has-value {
  height: 52px;
}
.section-heading h2 span {
  font-weight: 400;
  font-size: 2rem;
}
.z-index {
  z-index: 9;
}
.gradient-overlay {
  position: relative;
  width: 100%;
}
.gradient-overlay:before {
  position: absolute;
  content: '';
  background: rgba(9, 72, 179, .88);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.height-lg-100vh {
  min-height: 100vh;
}
@media (max-width: 576px) {
  .height-lg-100vh {
    height: auto;
  }
}
.custom-badge {
  top: 5%;
  right: 8%;
}
section#home-banner {
  padding: 70px 0 !important;
}
.hero-equal-height {
  position: relative;
  min-height: 550px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #0948b3 !important;
}
.hero-content-wrap h2 {
  font-size: 3.052em;
  color: #ffffff;
  padding: 0 !important;
}
/*main menu css*/
@media (max-width: 776px) {
  .topbar-text {
    display: none;
  }
}
.topbar-text p {
  margin-bottom: 0;
  padding: 12px 0;
  font-size: 13px;
  font-weight: 600;
  color: #757575;
}
.topbar-text p i {
  margin-right: 5px;
}
ul.top-nav {
  margin-top: 0;
}
ul.top-nav > li > a {
  padding: 12px 10px;
  font-size: 13px;
  font-weight: 500;
}
ul.top-nav > li.primary-action > a.btn {
  padding: initial;
  background-color: transparent;
  border-radius: 0;
  color: #0948b3;
}
.navbar-brand {
  height: auto;
  display: block;
  margin-right: 10px;
  padding: 21px 15px;
}
.header-main-menu.header-fixed .navbar-brand {
  padding: 16px 15px;
}
.navbar-main {
  font-family: 'Poppins', 'Roboto', sans-serif !important;
}
.navbar-main .navbar-nav > li > a {
  padding-top: 2.75rem;
  padding-bottom: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  color: #2a2e36;
  font-weight: 400;
}
.navbar-main, section#main-menu, .navbar-main li.account {
  background-color: transparent;
}
.dropdown-menu > li > a {
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  font-weight: 400;
  color: #757575;
  padding: 10px 18px;
}
.navbar-main .navbar-nav > .active > a, .navbar-main .navbar-nav > .active > a:focus, .navbar-main .navbar-nav > .active > a:hover, .navbar-main .navbar-nav > .open > a, .navbar-main .navbar-nav > .open > a:focus, .navbar-main .navbar-nav > .open > a:hover, .navbar-main .navbar-nav > li > a:focus, .navbar-main .navbar-nav > li > a:hover, .navbar-main .navbar-nav .dropdown-menu > li > a:hover {
  background-color: transparent;
  opacity: 1;
  color: #0948b3 !important;
}
.navbar-main .dropdown-menu {
  padding: 0;
}
.dropdown-menu {
  min-width: 220px;
  padding: 0;
  border: none;
}
.nav .nav-divider {
  margin: 0;
  background: transparent;
}
.navbar-nav > li > .dropdown-menu, .navbar-nav .open .dropdown-menu {
  border-top: 2px solid #0948b3;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  -webkit-box-shadow: 0 12px 20px 0 rgba(23, 28, 33, .16);
  box-shadow: 0 12px 20px 0 rgba(23, 28, 33, .16);
}
.white-bg.gradient-bg .navbar-main .navbar-nav > li > a {
  color: #ffffff !important;
}
@media (min-width: 991px) {
  .navbar-main #primary-nav {
    display: flex !important;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .navbar-main .navbar-nav > li > a {
    padding: 6px 20px !important;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-main-menu {
    background: #ffffff !important;
  }
  .navbar-main .navbar-nav > li > a {
    padding: 8px 12px;
  }
  .navbar-right .dropdown-menu {
    position: relative;
  }
  .secondary-nav {
    align-items: baseline !important;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #f5f5f5 !important;
  }
  .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #0948b3;
  }
  .navbar-main .navbar-nav .open .dropdown-menu > li > a {
    color: inherit;
    padding: 6px 30px;
  }
}
.secondary-nav {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px !important;
  margin-right: 0 !important;
}
@media (max-width: 991px) {
  .secondary-nav {
    margin-left: 0 !important;
  }
}
a.sign-up-btn {
  color: #fff !important;
  background-color: #006ebc !important;
  border: 1px solid #006ebc !important;
  padding: 8px 15px !important;
  border-radius: 4px;
  opacity: 1 !important;
}
a.sign-up-btn:hover {
  color: #fff !important;
  border-color: #0080e9 !important;
  background-color: #0080e9 !important;
}
a.login-btn {
  color: #fff !important;
  background-color: #137c3f !important;
  border: 1px solid #137c3f !important;
  padding: 8px 15px !important;
  margin-left: 6px;
  border-radius: 4px;
  opacity: 1 !important;
}
a.login-btn:hover {
  color: #fff !important;
  border-color: #399016 !important;
  background-color: #399016 !important;
}
.secondary-nav li a.notification i {
  position: relative;
}
.secondary-nav li a.notification span.dot-circle {
  position: relative;
  border-radius: 50%;
}
.secondary-nav li a.notification span.dot-circle:before {
  content: "";
  width: 6px;
  height: 6px;
  line-height: 6px;
  display: table;
  right: -6px;
  top: -4px;
  border-radius: 50%;
  position: absolute;
  background-color: #F64E60;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(246, 78, 96, .15), 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15);
    box-shadow: 0 0 0 0 rgba(246, 78, 96, .15), 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15)
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15), 0 0 0 20px rgba(246, 78, 96, 0);
    box-shadow: 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15), 0 0 0 20px rgba(246, 78, 96, 0)
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(246, 78, 96, .15), 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15);
    box-shadow: 0 0 0 0 rgba(246, 78, 96, .15), 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15)
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15), 0 0 0 20px rgba(246, 78, 96, 0);
    box-shadow: 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15), 0 0 0 20px rgba(246, 78, 96, 0)
  }
}
.language-chooser .dropdown-menu {
  height: 300px;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  left: auto;
}
.user-name {
  border-bottom: 1px solid #e6e8ec;
}
.user-name span {
  display: block;
  font-size: 12px;
}
/*domain search css*/
section#home-banner .btn {
  font-size: 14px;
  font-weight: 600;
}
section#home-banner .btn.transfer {
  border-radius: 0 4px 4px 0 !important;
}
.domain-search-field.input-group-lg > .form-control {
  font-size: inherit;
}
section#home-banner .form-control {
  border-radius: 4px 0 0 4px !important;
}
section#home-banner .btn.search {
  background-color: #137c3f !important;
  border-radius: 0 4px 4px 0;
}
section#home-banner .btn.search:hover {
  background-color: #399016 !important;
  border-radius: 0 4px 4px 0;
}
section#home-banner .btn.search:focus {
  outline: none;
}
section#home-banner .btn.transfer {
  background-color: rgba(113, 0, 185, 0.93);
}
section#home-banner .btn.search i, section#home-banner .btn.transfer i {
  padding: 5px !important;
}
section#home-banner #inputCaptcha.form-control, #default-captcha-domainchecker #inputCaptcha.form-control {
  border-radius: 2px !important;
  height: auto;
  padding: 2px 10px;
}
#inputCaptchaImage {
  margin-right: 10px;
  margin-left: auto;
}
#default-captcha-domainchecker {
  display: inline-block;
}
section#home-banner .captchaimage, .captchaimage {
  display: inline-block;
}
/*Promo section css*/
.lead {
  font-weight: 400;
}
@media (min-width: 992px) {
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.single-promo-card {
  position: relative;
  border-radius: 16px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(93, 118, 174, 0.15);
}
a .single-promo-card p {
  color: #2a2e36;
}
.promo-body {
  padding: 35px;
}
.promo-icon span {
  font-size: 30px;
  margin-bottom: 15px;
}
.single-promo-card.single-promo-hover:before {
  content: '';
  position: absolute;
  right: -20px;
  width: 50px;
  height: 50px;
  bottom: -20px;
  border-radius: 20px;
  background-color: #0948b3;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}
.single-promo-card.single-promo-hover {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.single-promo-card.single-promo-hover:hover:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #0948b3;
}
.single-promo-card.single-promo-hover:hover span, .single-promo-card.single-promo-hover:hover h5, .single-promo-card.single-promo-hover:hover p {
  color: #fff !important;
}
.popular-categories-list li {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
  transition: all 0.3s ease-in;
}
.popular-categories-list li:last-child {
  margin-bottom: 0;
}
.help-center-box-link {
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: -50px;
  transition: all 0.3s ease-in;
}
.popular-categories-list li:hover {
  background: #f5f5f5;
}
.popular-categories-list li:hover .help-center-box-link {
  right: 20px;
}
.animation-image-wrap {
  position: relative;
}
.animation-icon-img {
  position: absolute;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
  animation: bounce 1s ease-in-out 0s infinite alternate
}
.animation-icon-img.animation-icon-1 {
  left: 15%;
  top: 30%;
}
.animation-icon-img.animation-icon-2 {
  left: inherit;
  right: 45%;
  top: 0;
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
.animation-icon-img.animation-icon-3 {
  top: 30%;
  left: 75%;
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
.animation-icon-img.animation-icon-4 {
  left: inherit;
  right: 45%;
  top: 60%;
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
.animation-icon-img.animation-icon-5 {
  left: 42%;
  top: 24%;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
  to {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
  to {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
  }
}
.domain-search-list {
  position: relative;
  display: block;
  margin-top: 15px;
}
.domain-search-list li a img {
  margin-bottom: 6px;
}
.domain-search-list li:last-child:after {
  border: none;
}
.domain-search-list li:not(:last-child) {
  margin-right: 0 !important;
}
.domain-search-list li:last-child {
  border-right: none;
}
.domain-search-list li a {
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 600;
  color: inherit;
}
.domain-search-list li a span {
  font-size: 15px;
  line-height: 15px;
  display: block;
  opacity: 0.7;
}
.domain-search-field {
  width: 75%;
}
@media (min-width: 320px) and (max-width: 575px) {
  .domain-search-list li a {
    padding: 0;
  }
  .domain-search-list li:last-child {
    display: none;
  }
  .domain-search-list li:last-child:after {
    border: none;
  }
  .domain-search-field {
    width: 100% !important;
  }
}
.align-center-row {
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
}
@media (min-width: 320px) and (max-width: 991px) {
  .align-center-row {
    display: block;
  }
}
/*Main body css*/
section#main-body {
  padding: 60px 0;
}
.main-content {
  margin-bottom: 0;
  min-height: auto;
}
div.announcement-single {
  margin: 20px 0;
  padding: 25px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.announcement-single .article-items {
  font-size: 12px;
}
.announcement-single h3 {
  margin-bottom: 2px;
  font-size: 16px;
  height: 24px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.announcement-single .title {
  font-size: 16px;
  line-height: 28px;
}
.announcement-single h3 a, .announcement-single a {
  color: #5d5d5d;
}
.announcement-single h3 a:hover, .announcement-single a:hover {
  color: #0948b3;
}
.announcement-single a.read-more-btn {
  margin-top: 15px;
  padding: 8px 15px;
  display: table;
  background: transparent;
  color: #0948b3;
}
.announcement-single a.read-more-btn:hover {
  border: 1px solid #0948b3;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15);
  background-image: linear-gradient(to bottom, #0948b3, #214eec);
  color: #ffffff;
}
.border-shape {
  width: 100px;
  height: 2px;
  position: relative;
  z-index: 1;
  display: block;
  margin: 15px 0;
}
.border-shape:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50%;
  border-bottom: 2px solid #0948b3;
}
.announcement-single.home-news p {
  margin: 0 0 12px;
  font-size: 14px;
  text-align: left;
  height: 110px;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
a.detail-link {
  display: inline-block;
  text-decoration: none;
  color: #495057;
  font-weight: 700;
  font-size: 13px;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
}
a.detail-link span {
  font-size: 12px;
  vertical-align: middle;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  color: #0948b3;
}
a.detail-link:hover, .single-blog-card .card-body h3 a:hover {
  color: #0948b3;
}
a.detail-link:hover span {
  transform: translateX(3px);
  margin-left: 8px;
}
.article-footer {
  display: flex;
  justify-content: space-between;
}
.article-footer span, .article-date {
  color: #8d8f92;
  font-size: 12px;
}
.article-footer span i, .article-date i {
  font-size: 12px;
}
.article-date {
  margin-bottom: 8px;
  display: block;
}
/*knowledgebase*/
.kb-wrap {
  border: 1px solid #e6e8ec;
  border-radius: 6px;
}
.kbcategories, .kbarticles {
  background: #f5f5f5;
  border: 1px solid #e6e8ec;
  border-radius: 6px;
}
.kbarticles {
  padding: 0;
}
.custom-card-block h3 {
  font-size: 16px;
}
.custom-card-block .kbarticles {
  background: transparent;
  border: none;
  box-shadow: none !important;
  border-radius: 0;
}
.kbcategories a.knowledge-categorie {
  border-bottom: 1px solid #ebebeb;
}
.kbcategories a.knowledge-categorie i, .single-knowledge a i {
  margin-right: 5px;
}
.kbcategories a.knowledge-categorie:nth-last-of-type(1) {
  border-bottom: none;
}
.knowledge-categorie {
  display: block;
  padding: 15px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  position: relative;
}
.knowledge-categorie p {
  margin-bottom: 0;
  color: #757575;
  font-weight: 400;
}
.cat-edit {
  position: absolute;
  right: 30px;
  margin-top: -41px;
}
.single-knowledge {
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}
.single-knowledge:last-of-type {
  border-bottom: none;
}
.single-knowledge a {
  font-size: 15px;
}
.single-knowledge a:hover {
  color: #0948b3;
}
.single-knowledge p {
  font-size: 14px;
  margin-bottom: 0;
  color: #757575;
}
.kb-rate-article {
  background-color: transparent;
  border-top: 1px solid #e6e8ec;
  margin: 0;
  padding: 15px;
  font-weight: 400;
}
.kb-rate-article form {
  display: flex;
  font-size: 17px;
  justify-content: space-between;
  flex: 1;
  align-items: center;
}
.kb-vote h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.kb-vote p {
  margin: 0;
  font-size: 13px;
  line-height: 21px;
  color: #a9a9a9;
}
.kb-also-read h3 {
  font-size: 20px;
}
.btn.vot-btn {
  padding: 8px 16px;
}
button.btn.vot-btn:focus {
  outline: none !important;
  border: none;
}
/*breadcrumb  css*/
div.header-lined h1 {
  font-size: 26px;
  font-weight: 500;
  color: #404040;
}
div.header-lined small {
  font-size: 50%;
}
.page-header-content h1 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}
.page-header-content p {
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 18px;
}
.addons-wrap {
  margin-bottom: 15px;
}
.addons-wrap .header-lined h1 {
  font-size: 16px;
  border-bottom: none;
}
/*sidebar css*/
.sidebar {
  padding-right: 25px;
}
.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: #d5e7fb;
  border-color: #d5e7fb;
  color: #0073ee;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.panel-sidebar .list-group-item.disabled, .panel-sidebar .list-group-item.disabled:focus, .panel-sidebar .list-group-item.disabled:hover {
  color: hsla(0, 0%, 100%, .64) !important;
}
.panel-sidebar .panel-title {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
.panel-sidebar > .panel-footer {
  background: #0b4ec3;
}
.sidebar .panel-footer.clearfix .btn-success, .sidebar .panel-footer.clearfix .btn-default {
  color: #0948b3;
  background-color: #d5e7fb;
  border-color: #d5e7fb;
}
.sidebar .panel-footer.clearfix .btn-danger {
  background: #ff6e63;
  border-color: #ff6e63;
}
.sidebar .list-group-item .badge {
  background: none;
  padding: 0;
  margin-top: 6px;
  font-size: 100%;
}
.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: #d5e7fb;
  border-color: #d5e7fb;
  color: #0073ee;
}
.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: #0073ee;
}
.sidebar .panel-footer.clearfix .row {
  margin: 0;
}
.sidebar .panel-footer.clearfix .btn:focus {
  outline: none;
}
/*domain search css*/
.domain-checker-container {
  background-color: #0948b3;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0948b3), to(#7100b9));
  background: -webkit-linear-gradient(top, #0948b3, #7100b9);
  background: -moz-linear-gradient(top, #0948b3, #7100b9);
  background: -ms-linear-gradient(top, #0948b3, #7100b9);
  background: -o-linear-gradient(top, #0948b3, #7100b9);
}
.domain-checker-container .input-group-box {
  background-color: transparent;
}
h2.font-25 {
  font-size: 20px;
  margin-top: 15px;
}
.kb-article-title {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 15px;
  background: #f5f5f5;
}
.kb-title {
  display: flex;
  align-items: center;
}
.kb-title h2 {
  font-size: 20px;
}
.kb-title a {
  font-size: 13px;
}
.kb-article-title .btn-print {
  font-size: initial;
}
.kb-article-content {
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  margin-bottom: 0;
  padding: 15px;
}
/*foter css*/
#footer .back-to-top-btn {
  position: relative;
  display: block;
  width: 100%;
}
#footer .back-to-top {
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer .back-to-top i {
  padding: 10px;
  background-color: #096ad0;
  color: #fff;
  border-radius: 3px;
}
.footer-top {
  padding: 65px 0;
}
.security-icon-list li {
  margin: 0 10px 15px 0;
}
@media (min-width: 320px) and (max-width: 567px) {
  .footer-top {
    padding: 50px 0;
  }
}
.footer-nav-wrap h4 {
  font-size: 13px;
  margin-bottom: 1.4rem;
  color: #ffffff;
}
.footer-nav-wrap ul li a {
  font-size: 13px;
  line-height: 24px;
  padding: 3px 0;
  color: #ffffff;
  opacity: 0.8;
}
.footer-nav-wrap ul li a:hover, .copyright-text a:hover, .social-list li a:hover {
  opacity: 1;
  text-decoration: none;
}
.footer-nav-wrap .nav > li > a:focus, .footer-nav-wrap .nav > li > a:hover {
  background-color: transparent !important;
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 991px) {
  .footer-nav-wrap {
    margin-top: 20px;
  }
}
.footer-bottom {
  padding: 12px 0;
  background: #092e6d;
}
.payment-method {
  text-align: right;
}
.payment-method ul {
  align-items: center;
  margin-bottom: 0;
}
.payment-method ul li a {
  color: #ffffff;
  opacity: 0.8;
}
.payment-method ul li a:hover {
  opacity: 1;
}
.payment-method ul li img {
  max-width: 60px;
}
.payment-method ul li:last-child img {
  margin-right: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment-method {
    text-align: left;
    margin-top: 5px;
  }
}
.language-chooser .dropdown-menu li a {
  color: #2a2e36;
}
.language-chooser button.btn {
  padding: 2px 8PX;
  background: transparent;
  color: #ffffff;
  border-color: #43689e;
}
.language-chooser button.btn:focus {
  outline: none;
}
.login-languase-chooser span {
  color: #ffffff;
  opacity: 0.7;
}
.login-languase-chooser a {
  color: #ffffff;
}
.small-text {
  font-size: 13px;
}
.small {
  font-size: 100%;
  line-height: 24px;
}
.copyright-text {
  font-size: 13px;
  margin-bottom: 0;
}
.social-list-default li a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
  height: 32px;
  width: 32px;
  border-radius: 3px;
  border: 1px solid rgba(93, 118, 174, 0.9);
}
.social-list li a {
  padding: 6px 10px;
}
.footer-nav-list li a span {
  font-size: 12px;
  vertical-align: middle;
}
.bottom-sticky-footer {
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 55px;
}
.social-nav ul li a {
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.3s ease-in;
}
.tooltip-hover {
  position: relative;
}
.tooltip-hover a {
  display: block;
}
.tooltip-item {
  position: absolute;
  background-color: rgb(255, 255, 255);
  pointer-events: none;
  color: rgb(51, 51, 51);
  font-size: 13px;
  bottom: 90%;
  left: 50%;
  opacity: 0;
  white-space: nowrap;
  visibility: hidden;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 15px;
  transform: translate3d(-50%, 0px, 0px);
  padding: 0.4rem 0.8rem;
  border-radius: 3px;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.tooltip-item:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0px;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 6px solid rgb(255, 255, 255);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.tooltip-hover:hover .tooltip-item {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 5px);
}
.tooltip.show p {
  text-align: left;
}
/*new demo style start*/
.header-main-menu {
  position: relative;
  border-radius: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.2s ease-in-out;
  animation-duration: 1s;
  animation-name: slideInDown;
}
.header-main-menu.header-fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 99999;
  background: #ffffff !important;
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.04);
  opacity: 1;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
  animation-duration: 1s;
  animation-name: slideInDown;
}
.header-main-menu.header-fixed .navbar-main .navbar-nav > li > a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: all 0.2s ease-in-out;
  animation-duration: 1s;
  animation-name: slideInDown;
}
.navbar-main .navbar-toggle {
  padding: 21px 15px;
}
.navbar-main .navbar-toggle span {
  background-color: #0948b3 !important;
}
/*services section css*/
.rounded {
  border-radius: 4px;
}
.section-heading-center {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.section-heading-center p.mb-0 {
  margin-bottom: 0 !important;
}
.single-service-plane {
  padding: 45px;
  margin-top: 30px;
}
.single-service-plane img {
  margin-bottom: 1rem;
}
.service-plane-content h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.action-wrap {
  margin-top: 12px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .section-heading-center {
    width: 100%;
  }
}
/*new services style*/
.border {
  border: 1px solid rgba(93, 118, 174, 0.15) !important;
}
.single-service {
  margin-top: 30px;
  padding: 45px;
}
.single-service .service-header span.h5 {
  font-size: 14px;
  color: #7c9cc2;
}
.support-action a {
  color: #c0ccda;
  font-weight: 400;
  margin-right: 15px;
}
/*=========================================
          25. BREADCRUMB CSS
============================================*/
.page-header-section {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background: #0948b3;
}
.custom-breadcrumb ol li.list-inline-item:not(:last-child) {
  margin-right: 0;
}
.custom-breadcrumb ol {
  margin-bottom: 0;
  margin-left: 0;
}
.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active {
  opacity: 0.9;
  font-size: 13px;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  ;
  color: #ffffff;
  font-weight: 300;
}
.custom-breadcrumb ol li.breadcrumb-item.active {
  color: #bababa;
}
.custom-breadcrumb ol li a:hover, .page-header-breadcrumb .custom-breadcrumb ol li a:hover {
  opacity: 1;
}
.custom-breadcrumb ol li.breadcrumb-item {
  padding-left: 0;
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: none;
}
.border-bottom {
  border-bottom: 1px solid #0b1025 !important;
}
.custom-breadcrumb ol li.breadcrumb-item i {
  margin-left: 6px;
  vertical-align: middle;
  color: #cde1f9;
}
/*======================================
       07. PRICING SECTION CSS
=======================================*/
.card.single-pricing-pack {
  transition: all 0.2s ease 0s;
  border-radius: 1rem !important;
  border: 2px solid transparent;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.package-name h5 span:before, .package-name h5 span:after {
  content: "";
  position: absolute;
}
.package-name h5 span {
  width: 184px;
  height: 20px;
  line-height: 16px;
  position: absolute;
  top: 24px;
  right: 0;
  left: 230px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 3px #0948b3, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
  background: #0948b3;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
}
.single-pricing-pack .card-body {
  color: rgb(132, 146, 166);
  flex: 1 1 auto;
  padding: 40px 55px;
}
.single-pricing-pack .card-body.px-5 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.pricing-header {
  position: relative;
  background: transparent;
  padding: 10px 15px 20px;
}
.pricing-header .price {
  font-size: 35px;
  font-weight: 700;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  color: #404040;
}
.pricing-header .price span {
  font-size: 14px;
  margin-left: 4px;
}
.pricing-header::after {
  content: "";
  display: block;
  width: 15%;
  position: absolute;
  bottom: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 2px;
  background: #0948b3;
}
.pricing-feature-list br {
  display: none;
}
.pricing-feature-list li i {
  font-size: 14px;
}
.pricing-feature-list li {
  font-size: 15px;
  line-height: 24px;
  color: #7c8088;
  padding: 6px 0;
}
.pricing-feature-list li span {
  font-weight: 500;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  color: #404040;
  font-size: 14px;
}
.single-pricing-pack li.del {
  opacity: 0.7;
}
.package-name h5 {
  margin-bottom: 0;
}
/*call to action */
.action-btns {
  margin-top: 15px;
}
.action-btns a:first-child {
  margin-right: 15px;
}
@media (max-width: 575px) and (min-width: 320px) {
  .action-btns a.btn {
    margin: 8px 0;
  }
}
/*about css*/
.tech-feature-list li {
  padding: 5px 0;
}
.tech-feature-list li span {
  margin-right: 8px;
}
/*=======================================
        12. FEATURE SECTION CSS
=======================================*/
/*feature box css*/
.features-box {
  position: relative;
  display: block;
  padding: 21px;
}
.features-box-icon {
  display: table-cell;
  vertical-align: top;
}
.features-box-content {
  display: table-cell;
  padding-left: 20px;
}
/*technical feature*/
.tech-feature-list li {
  font-size: 14px;
}
/*=========================================
      24. CLIENT RATTING OR REVIEW CSS
============================================*/
.single-testimonial {
  padding: 35px;
  margin-top: 20px;
}
.ratting-list {
  margin-left: 0;
}
.ratting-list li {
  background: #fbae00;
  padding: 0;
  margin: 0;
  line-height: initial
}
.ratting-list li:not(:last-child) {
  margin-right: -1px !important;
}
.ratting-list li span {
  font-size: 14px;
  color: #ffffff;
  padding: 0 4px;
  line-height: 21px;
}
.ratting-author h6 {
  font-weight: bold;
  display: inline-block;
  font-size: 13px;
}
.ratting-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*==============================
        10. FAQ CSS
===============================*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.accordion-faq .card {
  border-radius: 0;
  border: 0;
}
.accordion-faq .card-header {
  padding: 15px 0;
  background: transparent;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  margin-bottom: 0 !important;
  color: inherit;
}
.accordion-faq .card-header h6 {
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  ;
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  margin: 0;
}
.accordion-faq .card-body {
  padding: 25px 0;
  background: transparent;
}
.accordion-faq .card-header.collapsed:after {
  content: "\f067";
  transition: 0.5s;
}
.accordion-faq .card-header:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f068";
  float: right;
  transition: 0.5s;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq-wrap .card {
  border: 0;
}
.accordion > .card {
  overflow: hidden;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.faq-wrap .card .card-header.collapsed {
  background: transparent;
}
.faq-wrap .card .card-header {
  padding: 15px 20px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px 4px 0 0;
  background: #0948b3;
  margin-bottom: 0;
  border: 1px solid rgba(93, 118, 174, 0.15);
}
.faq-wrap .card .card-body {
  border-radius: 0 0 4px 4px;
  padding: 12px 20px;
}
.faq-wrap .card .card-header h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
}
.faq-wrap .card .card-header.collapsed h6 {
  color: initial;
}
/*after login css*/
.dataTables_wrapper .dataTables_filter label {
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_info {
  background-color: transparent;
  border: none;
  color: #4f5360;
  font-size: 14px;
  font-weight: 400 !important;
}
div.dataTables_wrapper div.dataTables_info {
  padding: 10px 0 8px !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #0948b3;
  border-color: #0948b3;
}
.panel.panel-accent-emerald form input.form-control {
  height: calc(1.76em + .75rem + 2px) !important;
}
.home-kb-search input.form-control {
  height: 46px !important;
}
.tile .icon {
  color: #c6defa !important;
  font-size: 35px !important;
}
.top-nav a span.label {
  border-radius: .25em !important;
}
.kb-search .input-group-btn .btn {
  font-size: 14px !important;
}
#order-standard_cart .product-info {
  padding: 15px !important;
}
#order-standard_cart .summary-container {
  border-radius: 0 0 4px 4px !important;
}
.client-dashboard-wrap {
  margin: 0 0 30px;
}
.client-dashboard-single {
  display: block;
  color: #0948b3;
  border-radius: 6px;
  transition: all 0.3s ease-in;
  text-align: center;
  position: relative;
  padding: 35px;
  background: #f5f5f5;
  border: 1px solid #e6e8ec;
}
.client-dashboard-single:hover {
  background: transparent;
  box-shadow: 0 4px 10px rgba(31, 45, 61, .125) !important;
}
.client-dashboard-single i {
  font-size: 16px;
  padding-bottom: 5px;
  color: #c1c1c1;
  position: absolute;
  left: 10px;
  top: 10px;
}
.client-dashboard-single:hover i {
  color: #0948b3;
}
.client-dashboard-single h2, .icon-title-wrap h5 {
  margin-bottom: 0;
}
.client-dashboard-single h2 {
  color: inherit;
  font-size: 40px;
  line-height: 42px;
  font-weight: 400;
}
.icon-title-wrap {
  position: relative;
  border-radius: 0 0 4px 4px;
}
.icon-title-wrap h5 {
  display: inline-block;
  font-size: 14px;
  color: #777474;
}
.affiliate-stat {
  margin-bottom: 20px;
}
.affliate-sign-up .alert-info {
  background: none;
  border: none;
  padding: 0;
}
.affliate-sign-up .alert-info h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.tab-content.margin-bottom .col-sm-offset-1 {
  margin-left: 0 !important;
}
.tab-content.margin-bottom .row h2 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.tab-content.margin-bottom .row h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.dataTables_wrapper .dataTables_filter label .form-control {
  background: url(../../../assets/img/search.png) #fff no-repeat 5px 5px;
  padding: 0px 5px 0px 35px !important;
  border-color: #e6e8ec;
  height: 35px;
}
.overdue-invoices {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}
[class ~ ='overdue-invoices']:last-of-type {
  margin-bottom: 20px !important;
}
.alert-content {
  display: flex;
  align-items: baseline;
  max-width: 90%;
  width: 100%;
}
.alert-content p {
  margin-bottom: 0;
  padding-left: 5px;
}
.alert-action a.close {
  font-size: 16px;
}
.alert-action {
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  width: 8%;
}
.custom-panel-box {
  border: 1px solid #e6e8ec;
  border-radius: 3px;
  position: relative;
  display: block;
  box-shadow: none;
  margin-bottom: 30px;
}
.client-home-panels .panel > .list-group {
  border-bottom: 0;
}
.client-home-panels .panel > .list-group .list-group-item {
  padding: 16px;
  font-size: 14px;
}
.client-home-panels .panel small, .client-home-panels .panel > .list-group .list-group-item span {
  font-size: 12px;
  color: #a2a0a0;
}
.client-home-panels .panel > .list-group .list-group-item span.text-domain {
  color: #0948b3;
}
.client-home-panels .panel > .list-group .list-group-item span.label {
  color: #ffffff;
  font-size: 11px;
  border-radius: 2px;
}
.client-home-panels .panel > .list-group .list-group-item span.label, .client-home-panels .panel > .list-group .list-group-item .label {
  font-size: 11px;
  border-radius: 2px;
}
.client-home-panels .panel .list-group .list-group-item:last-of-type {
  border-bottom: 0;
}
.client-home-panels .panel .list-group {
  max-height: 328px;
  overflow-y: auto;
  position: relative;
  border-top: 1px solid #ebebeb;
}
.client-home-panels .panel.custom-panel-box > .list-group .list-group-item:hover {
  background: #fafafa;
}
.client-home-panels .custom-domain-register {
  overflow: hidden;
  position: relative;
  background: #0948b3 !important;
  border: none;
  padding: 25px 5px;
}
.custom-domain-register form .input-group {
  display: flow-root;
  flex-wrap: wrap;
  margin: 20px;
}
.custom-domain-register form .input-group .form-control {
  border-radius: 4px;
}
.custom-domain-register form .input-group-btn {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: row-reverse;
}
.custom-domain-register form .input-group-btn .btn {
  flex: 1;
  height: 48px;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 4px;
  color: #0948b3;
  background-color: #e3effc;
  border-color: #e3effc;
  font-weight: 500;
}
.custom-domain-register form .input-group-btn .btn:focus {
  outline: none;
  border: 0;
}
.custom-domain-register form .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 4px;
}
.custom-domain-register form .input-group-btn .btn-success {
  margin-left: 10px;
  color: #ffffff;
  background-color: #064992;
  border-color: #064992;
}
tr.masspay-invoice-detail td {
  font-size: 12px;
}
.panel > .list-group .ticket-details-children .title, .list-group-item .badge {
  color: hsla(0, 0%, 100%, .64);
}
.list-group-item > i.far.fa-circle {
  display: none;
}
.ticket-panel {
  border: 1px solid #e6e8ec;
  border-radius: 4px;
  box-shadow: none;
}
.ticket-panel .panel-heading {
  border-bottom: 0;
  cursor: pointer;
  border-color: #e6e8ec;
  background: #f5f5f5;
}
.ticket-reply {
  margin: 30px 0;
  border: 1px solid #e6e8ec;
  border-radius: 4px;
}
.collapse-icon {
  top: -3px;
  position: relative;
}
.ticket-replay-header {
  background: #f5f5f5;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ticket-reply .user {
  background: none;
  padding: 0;
  display: flex;
  align-items: baseline;
}
.ticket-replay-header .user i {
  font-size: 14px;
  padding: 0;
  color: #b9bdc5;
  margin-right: 10px;
}
.ticket-reply .user .name {
  font-size: 15px;
  font-weight: 700;
  margin-right: 10px;
}
.ticket-reply .info {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  line-height: 18px;
  color: #7c8088;
}
.ticket-reply .user .type {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.ticket-reply .date {
  float: none;
  padding: 0;
  font-size: 13px;
}
.ticket-reply .attachments ul {
  padding: 0;
}
.ticket-reply .attachments ul li {
  font-size: 13px;
}
.ticket-reply .attachments {
  border-top: 1px dashed #e6e8ec;
  background-color: #f5f5f5;
  font-size: 14px;
}
.ticket-reply .attachments strong {
  font-weight: 500 !important;
}
#containerAddCcEmail .input-group-btn button.btn {
  padding: 11.5px;
  font-weight: 500;
  color: #0948b3;
  background-color: #d5e7fb;
  border-color: #d5e7fb;
}
#containerAddCcEmail .input-group-btn button.btn:focus {
  outline: none;
}
.recent-ticket small span:last-of-type {
  color: #1fc063 !important;
}
/*alert customize*/
.alert-success {
  color: #fff;
  background-color: #0c173c;
  border-color: #090c18;
  font-size: 19px;
}
.alert-info {
  color: #5a9ebf;
  background-color: #e3f3fb;
  border-color: #ccecf3;
}
.alert-warning {
  color: #926420;
  background-color: #f9f0e3;
  border-color: #f7e5cc;
}
.alert-danger {
  background-color: #0b1025;
  border-color: #0b1025;
  color: #ae524e;
}
/*standard css*/
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-5 {
  margin-bottom: 5px;
}
#registration .field, #registration .form-control {
  height: calc(2.56em + .75rem + 2px);
  box-shadow: none;
  border-color: #ececec;
}
#registration .prepend-icon .field-icon {
  line-height: 44px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag:focus {
  outline: none;
}
.intl-tel-input .flag-container {
  padding: 0;
}
#registration .sub-heading {
  margin-top: 0;
  height: auto;
  margin-bottom: 5px;
  text-align: left;
  border: none;
}
#registration .terms-condition label.checkbox {
  font-weight: 400;
  font-size: inherit;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
#registration .terms-condition label.checkbox input[type=checkbox]:focus {
  outline: none;
}
#registration .sub-heading span, #registration .sub-heading-borderless span {
  display: inline-block;
  position: relative;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  ;
  font-size: 15px;
  font-weight: 500;
  color: #0948b3;
  background-color: #fff;
  padding: 0;
  top: 0;
}
#containerNewUserSecurity .row {
  margin-bottom: 20px;
}
.table-container {
  display: block;
  padding: 0;
  min-height: .01%;
  position: relative;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .table-container {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}
.dataTables_length label {
  margin-bottom: 0;
}
.dataTables_wrapper .dataTables_length label {
  padding: 10px 0;
}
.dataTables_wrapper .dataTables_paginate {
  padding: 10px 0 10px 0;
}
.dataTables_wrapper table.table-list thead th, .dataTables_wrapper table.table-list thead th:nth-child(even) {
  border-bottom: 0;
  background: #f1f1f1;
  font-size: 13px;
  padding: 12px;
  text-align: left;
  font-weight: 500;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  white-space: nowrap;
}
.dataTables_wrapper table.table-list thead th.sorting_asc, .dataTables_wrapper table.table-list thead th.sorting_desc {
  background: #f1f1f1;
}
.dataTables_wrapper table.table-list thead th.sorting_asc:focus, .dataTables_wrapper table.table-list thead th.sorting_desc:focus {
  outline: none;
  border: none;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 0;
}
.status-custom, .status {
  border: none !important;
  background: transparent;
  font-size: 11px;
  font-weight: 500;
}
.table-list > tbody > tr:nth-child(even) > td:focus {
  outline: none;
}
.dataTables_wrapper table.table-list {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e6e8ec;
}
table.dataTable tbody tr td {
  padding: 8px;
}
.table-list > tbody > tr:nth-child(even) > td {
  background-color: transparent;
}
table.dataTable tbody tr td img {
  width: 20px;
}
table.dataTable tbody tr td i {
  font-size: 13px;
}
.panel-sidebar > .panel-heading, .panel-sidebar .panel-heading {
  background-color: #0b4ec3 !important;
  border-color: #038bec !important;
}
.client-home-panels .panel > .panel-heading {
  background-color: #f5f5f5;
  padding: 15px;
}
.client-home-panels .panel > .panel-heading .panel-title {
  font-size: 15px;
  color: #404040;
}
.panel-sidebar .list-group-item, .panel-sidebar .panel-body, .list-group-tab-nav {
  color: #f5f5f9;
  background: #0948b3;
  border: 1px solid hsla(0, 0%, 100%, .24);
  font-size: 14px;
  line-height: 26px;
}
.panel-sidebar a.list-group-item:hover, .list-group-tab-nav a.list-group-item.disabled:hover {
  background-color: #d5e7fb;
  color: #0073ee;
}
.panel-sidebar .list-group-item i:not(.fa-circle):not(.fa-dot-circle):not(.no-transform) {
  display: none;
}
.search-form-wrap {
  background: #f5f5f5;
  padding: 40px;
  border: 1px solid #e6e8ec;
  border-radius: 6px;
  margin-bottom: 20px;
}
.ticket-number {
  font-weight: 500;
  color: #5f5b5b;
  font-size: 13px;
  font-style: normal;
}
tbody .mass-pay-single {
  display: block;
  border: 1px solid #e6e8ec;
}
.status-panel .panel-body {
  font-size: 14px;
  line-height: 28px;
}
.status-panel .panel-body span {
  background: transparent;
}
.panel-info > .panel-heading {
  color: #2a2e36;
  background-color: #f5f5f5;
  border-color: transparent;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.status-panel.panel-info, .panel-info.panel-collapsable {
  border-color: #e6e8ec;
  box-shadow: none;
}
.status-panel .panel-footer {
  background: transparent;
  display: flex;
  justify-content: space-between;
}
.status-panel .panel-footer span {
  color: #8c8c8c;
}
.status-panel .panel-footer span strong {
  font-weight: 500 !important;
}
.mass-pay-table tbody {
  border: 1px solid #e6e8ec;
}
.table.mass-pay-table > thead > tr > th {
  border-bottom: none;
}
.table.mass-pay-table .bg-info {
  background-color: #f5f5f5;
}
.forgot-link {
  float: right;
}
.ticket-departments {
  border: 1px solid #e6e8ec;
  background: #fff;
  border-radius: 6px;
  margin-top: 20px;
}
.ticket-departments > a {
  display: flex;
  padding: 18px 16px;
}
.ticket-departments > a:hover {
  background-color: #fafafa;
}
a .department-info {
  padding-left: 12px;
}
a .department-info p {
  color: #7c8088 !important;
  margin-bottom: 0;
}
.department-info span {
  font-size: 15px;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 10px;
}
/*product details css*/
.product-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0948b3;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
}
div.product-details .product-info-wrap, .overview-info-wrap {
  padding: 30px;
  background: #f5f5f5;
  border: 1px solid #e6e8ec;
  border-radius: 3px;
}
.ssl-overview {
  background: #0948b3;
  color: #fff;
}
div.product-details div.product-icon {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
}
.product-status {
  margin: 0;
}
.product-details .product-icon .fa-stack {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
  color: #fff;
  font-size: 65px;
}
.product-status-text {
  padding: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.product-status-text span.label {
  font-size: 13px;
  line-height: 13px;
  border-radius: 2px;
  text-transform: uppercase;
  margin-left: 8px;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .product-details .product-status {
    margin-bottom: 15px;
  }
}
.product-info-list, .addon-info-list {
  padding: 0;
  margin: 0;
}
.product-info-list li {
  margin-bottom: 15px;
}
.product-info-list li:last-child {
  margin-bottom: 0 !important;
}
.product-info-list li {
  flex-direction: column;
}
.product-info-list li {
  display: flex;
}
.list-info-title, .left-title {
  color: #a0a0a0;
}
.product-info-list .list-info-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}
.product-info-list .ssl-inactive .list-info-title {
  color: #ffffff;
}
.gradient-bg .product-info-list span.list-info-text {
  color: #ffffff;
}
.pay-invoice {
  border: 1px solid #0948b3;
  padding: 2px 10px;
}
.view-message {
  border: none;
  background: transparent;
  width: 15px;
  height: 15px;
  line-height: 15px;
  position: absolute;
}
.view-message i {
  margin-left: -5px;
}
.view-message:focus {
  outline: none;
}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
.row-eq-height > div[class*=col-] {
  display: flex;
}
.row-eq-height > div[class*=col-] > * {
  width: 100%;
}
.custom-panel {
  border-color: #f5f5f5 !important;
}
.custom-panel > .panel-heading {
  background-color: #fafafa;
  border-color: #f5f5f5;
}
.addon-info-list li {
  display: flex;
}
.left-title, .right-text {
  flex-basis: 50%;
  word-break: break-word;
}
a.remove-icon {
  color: #ffffff;
  opacity: 0.8;
}
a.remove-icon:hover {
  opacity: 1;
}
/*affiliats*/
.referral-commission-table {
  border: 1px solid #ebebeb;
  display: block;
  padding: 15px;
  border-radius: 6px;
  background: #f5f5f5;
}
.table.referral-commission-table > tbody > tr > td {
  border: none;
  width: 100%;
}
.affiliate-referral-link {
  margin-bottom: 20px;
  margin-top: 0;
  background: #0948b3;
  border-radius: 6px;
  padding: 25px;
}
.affiliate-referral-link h5 {
  font-size: 16px;
  color: #ffffff;
}
.affiliate-referral-link span {
  font-size: 15px;
  border-radius: 4px;
  background: #ffffff;
}
.referals-headding h2 {
  font-size: 18px;
  line-height: 28px;
}
/*account*/
.edit-payment-heading {
  color: #5f5e5e;
  font-size: 18px;
  line-height: 28px;
}
.custom-card-block {
  border: 1px solid #0b1025;
  background: #0b1025;
  padding: 30px;
  border-radius: 6px;
}
.custom-card-block.well {
  box-shadow: none;
}
.account-eidt label {
  font-weight: 500;
  color: #757575;
}
.sub-contact .checkbox {
  margin-top: 0;
  margin-bottom: 20px;
}
.details-form .sub-heading h3, .sub-heading h3 {
  display: inline-block;
  position: relative;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  font-size: 16px;
  font-weight: 500;
}
.btn + .btn {
  margin-left: 8px;
}
span.btn-group .btn-default {
  border-color: #e6e8ec;
}
span.btn-group .btn-default.active {
  background: #0948b3;
  color: #fff;
  border-color: #0948b3;
}
span.btn-group .btn-default:hover {
  background: #0948b3;
  color: #fff;
  border-color: #0948b3;
}
.delete-btn {
  padding: 12px 30px;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  font-weight: 500;
  font-size: 13px;
  transition: all .25s ease-in-out;
  background: #ff6e63;
  color: #fff;
}
.btn-success {
  background: #1fc063;
  border-color: #1fc063;
}
.btn-danger {
  background: #ff6e63;
  border-color: #ff6e63;
}
.delete-btn:hover {
  background: transparent;
  border-color: #ff6e63;
}
.popover-user-notifications {
  border-radius: 6px;
  padding: 0;
  border-color: #e6e8ec;
}
.popover-user-notifications ul li {
  padding: 0;
  border-color: #e6e8ec;
}
.popover-user-notifications ul li a:hover {
  background-color: transparent;
}
table.payment-method-table {
  border: 1px solid #e6e8ec;
}
table.payment-method-table > tbody > tr > th {
  border: none;
  color: #716b6b;
  font-weight: 400;
}
table.payment-method-table > tbody > tr > td {
  border-top: 1px solid #e6e8ec;
  vertical-align: middle;
  line-height: inherit;
  padding: 9px 15px;
}
table.payment-method-table > tbody > tr > td {
  border-right: 1px solid #e6e8ec;
}
#cvvWhereLink {
  border: none;
  background: transparent;
}
#cvvWhereLink:focus {
  outline: none;
}
.modal.in .modal-dialog {
  height: 100vh;
  display: flex;
  align-items: center;
}
.modal-content {
  width: 100%;
  position: relative;
  background-color: #234153;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
}
.modal-dialog .panel-primary > .panel-heading {
  background: #0948b3;
  border: 1px solid hsla(0, 0%, 100%, .24);
}
.modal-dialog .panel-primary > .panel-heading .close {
  color: #ffffff;
  text-shadow: none;
  opacity: .6;
}
.modal-dialog .panel-primary > .panel-heading button.close:focus {
  outline: none;
}
#frmGeneratePassword .modal-title {
  color: hsla(0, 0%, 100%, .64);
  font-size: 16px;
}
#modalEmptyCart .modal-title i, #order-standard_cart .modal-title i {
  color: #fb665b;
}
.add-new-address {
  margin-top: 10px;
  display: block;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 500;
}
.form-horizontal .control-label {
  color: #7c8088;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.check-all-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pass-generation-wrap .form-group {
  margin-left: 0;
  margin-right: 0;
}
.has-feedback label ~ .form-control-feedback {
  top: 41px !important;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
  top: 5px;
}
.btn-check-all {
  border: 1px solid #f5f5f5;
  background: #ffffff;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 500;
}
.btn-check-all {
  padding: 5px 12px;
  border-color: #0948b3;
}
.btn-check-all:focus {
  outline: none !important;
}
.listtable table {
  width: 100% !important;
}
.password-wrap {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.password-wrap .progress {
  flex: 1;
  margin: 0 0 0 12px;
}
.password-wrap .progress {
  overflow: hidden;
  background-color: #222942;
  border-radius: 2px;
  height: 10px;
}
.password-strength-meter p {
  display: none;
}
.progress-bar-striped, .progress-striped .progress-bar {
  background-image: none;
}
.password-wrap .progress-bar-warning {
  background-color: #0948b3;
}
#registration .prepend-icon .field {
  padding-left: 15px;
}
.marketing-email-optin .bootstrap-switch {
  border-radius: 20px;
}
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background: #f7bfbf;
}
/*login css*/
.auth-wrap {
  position: relative;
  background-image: url(../img/auth-bg-2.jpg);
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden;
  display: table;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.auth-wrap:before {
  position: absolute;
  content: '';
  background: rgba(9, 72, 179, .85) !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.auth-wrap #main-body {
  background: transparent !important;
  display: flex;
  align-items: center;
  height: auto;
  flex: 1 0 auto;
}
.auth-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.auth-content-wrap .logo {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-lined.auth-header {
  margin-bottom: 35px;
}
.header-lined.auth-header p {
  color: #b7b2b2;
  font-size: 13px;
}
.header-lined.auth-header h1 {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.logincontainer {
  max-width: 400px !important;
}
.logincontainer, .signupcontainer {
  border: 1px solid #e6e8ec;
  border-radius: 6px;
  padding: 0;
  background: #ffffff;
  margin: 20px auto;
  width: 100%;
}
#registration {
  padding: 0;
}
.logincontainer .auth-body, .signupcontainer .auth-body {
  padding: 35px 35px 0 !important;
}
.auth-footer {
  background: #f6f7f8;
  padding: 20px;
}
.logincontainer.signupcontainer {
  max-width: 718px !important;
}
.signupcontainer {
  margin: 20px auto !important;
}
@media (min-width: 768px) {
  .logincontainer.with-social .login-form {
    padding: 0 !important;
    border-right: none;
  }
}
.btn-social.btn-google {
  padding: 10px 30px;
  text-align: center;
}
.logincontainer .custom-social-signup .social-signin-btns .btn {
  width: auto;
  margin: 10px auto;
  display: inline-block;
}
.custom-social-signup .btn-social.btn-google {
  margin: 0 auto;
}
.custom-social-signup .sub-heading {
  display: none;
}
.custom-social-signup .social-signin-btns {
  padding-top: 0;
}
.social-signin-btns button.fb-login-button {
  padding: 10px 24px;
}
.social-signin-btns button.fb-login-button:focus, .custom-social-signup .btn-social.btn-google:focus {
  outline: none;
}
.other-login-signup {
  text-align: center;
  overflow: hidden;
}
.other-login-signup .or-login-signup {
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}
.other-login-signup .or-login-signup:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e5e9f2;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.other-login-signup .or-login-signup:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e5e9f2;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.listtable {
  border-radius: 6px;
}
.listtable table.dataTable {
  margin: 0 !important;
  border-radius: 3px;
  border: 1px solid #e6e8ec;
}
.listtable .table > thead > tr > th {
  border-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_length {
  background: transparent;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900;
  top: 12px !important;
  right: 12px !important;
}
table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
  opacity: 1 !important;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0dd" !important;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0de" !important;
}
table.dataTable thead .sorting:after {
  content: "\f0dc" !important;
}
/*addons css*/
.single-addon {
  display: flex;
  align-items: flex-start;
  border: 1px solid #e6e8ec;
  padding: 20px;
  margin: 20px 0;
  border-radius: 6px;
}
.addon-icon {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #7b7b7b;
}
.addon-icon i {
  font-size: 30px;
}
.addon-info form .btn {
  margin-top: 10px;
}
/*no data found css*/
.message-no-data {
  text-align: center;
  padding: 32px;
  min-height: 320px;
  justify-content: center;
  border: 1px solid #0b1025;
}
.message-no-data .message-image {
  margin-bottom: 15px;
  color: #246d40;
}
.message, .message-icon {
  display: flex;
}
.message {
  flex-direction: column;
  background: #0b1025;
  border-radius: 4px;
}
.client-alerts .message p {
  text-align: left !important;
}
.message hr {
  margin: 0;
  margin-bottom: 10px;
}
.ticket-reply .message p:last-of-type {
  margin-bottom: 0;
}
.paises {
  width: 16px;
  vertical-align: middle;
  margin-right: 2px;
}
#currency-dropdown a span {
  font-size: 12px;
}
#currency-dropdown .dropdown-menu {
  min-width: 65px;
}
/*footer social css*/
.social-list li a {
  color: #fff;
  opacity: 0.8;
  transition: all 0.3s ease-in;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #82a1c1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social-list li a span {
  font-size: 14px;
  vertical-align: middle;
}
.social-list li a:hover {
  background: #092e6d;
  border-color: #092e6d;
}
.bottom-sticky-footer {
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: auto;
  z-index: 2;
}
.tooltip-hover {
  position: relative;
}
.tooltip-hover a {
  display: block;
}
.tooltip-item {
  position: absolute;
  background-color: #fff;
  pointer-events: none;
  color: #333;
  font-size: 13px;
  bottom: 90%;
  left: 50%;
  opacity: 0;
  white-space: nowrap;
  visibility: hidden;
  z-index: 999;
  box-shadow: #699cf3;
  transform: translate3d(-50%, 0px, 0px);
  padding: 0.4rem 0.8rem;
  border-radius: 3px;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.tooltip-item:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.tooltip-hover:hover .tooltip-item {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 5px);
}
/* new pricing style*/
.single-pricing-pack-2 {
  padding: 45px 32px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.single-pricing-pack-2 .pricing-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  width: 64px;
  line-height: 64px;
  margin: 0 auto 32px;
}
.single-pricing-pack-2 .package-title {
  font-weight: 400;
  position: relative;
}
.single-pricing-pack-2 .package-title span {
  background: #083e9b;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  padding: 3px 10px;
}
.single-pricing-pack-2 .package-title span:after, .single-pricing-pack-2 .package-title span:before {
  content: "";
  position: absolute;
}
.single-pricing-pack-2 .pricing-price {
  position: relative;
  padding-top: 25px;
}
.single-pricing-pack-2 .pricing-price:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  height: 2px;
  width: 32px;
  margin-left: -16px;
  background: #0948b3;
}
.single-pricing-pack-2 .pricing-price small {
  color: #a6acb9;
  font-size: 14px;
}
.single-pricing-pack-2 .pricing-price .h2 {
  margin-top: 0;
}
.single-pricing-pack-2 .pricing-price .price-cycle {
  font-weight: 400;
}
.feature-price {
  position: relative;
  overflow: hidden;
}
/*switcher*/
.switch {
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
}
.switch__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}
.switch__label {
  display: block;
  padding: 0 0 0 44px;
  cursor: pointer;
}
.switch__label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.26);
  border-radius: 14px;
  z-index: 1;
  -webkit-transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch__label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
  -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: left, background-color;
  transition-property: left, background-color;
}
.switch__input:checked + .switch__label:before {
  background-color: rgba(63, 81, 181, 0.5);
}
.switch__input:checked + .switch__label:after {
  left: 16px;
  background-color: #3f51b5;
}
/*recommended addon css*/
.recommended-addon h3 {
  font-size: 20px;
}
.promo-banner {
  background-color: #f5f5f5;
  border-color: #e6e8ec;
}
.promo-banner h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.promo-banner h4 {
  font-size: 14px;
  font-weight: 400;
}
.promo-banner h3 small > a {
  color: #0948b3;
  font-size: 13px;
}
.promo-banner .btn, .store-order-container .btn {
  padding: 12px 30px;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  font-weight: 500;
  font-size: 13px;
}
.promo-banner .btn:focus {
  outline: none;
}
.promo-banner .content ul li i {
  font-weight: 900;
  color: #0948b3;
}
.promo-banner .btn, .promo-banner.spamexperts .btn, .promo-banner.marketgoo .btn, .promo-banner.ox .btn, .promo-banner.sitelock .btn, .promo-banner.weebly .btn, .promo-banner.codeguard .btn, .promo-banner.sitelockvpn .btn {
  background: #0948b3;
}
.promo-banner.symantec {
  border-top: 3px solid;
}
.promo-banner.weebly, .promo-banner.sitelock, .promo-banner.ox, .promo-banner.symantec, .promo-banner.marketgoo, .promo-banner.codeguard, .promo-banner.spamexperts, .promo-banner.sitelockvpn {
  border-top-color: #0948b3;
}
.sidebar.sidebar-secondary .panel-body {
  background: #f5f5f5;
}
.sidebar.sidebar-secondary .panel-body a {
  font-weight: 400 !important;
}
.sidebar.sidebar-secondary .panel-body a img {
  max-width: 70%;
  padding: 10px;
}
.sidebar.sidebar-secondary .panel-body a span {
  color: #757575;
}
.sidebar.sidebar-secondary .panel-sidebar > .panel-footer {
  background: #ffffff;
}
.panel-default form img {
  width: 80px;
  margin-right: 15px;
}
.store-order-container {
  margin: 0;
  padding: 0;
}
.store-promoted-product {
  padding: 30px;
  border-radius: 4px;
  margin: 50px 0 0;
}
.store-promoted-product ul.features {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
.store-promoted-product .btn {
  padding: 12px 30px;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  font-weight: 500;
  font-size: 13px;
}
.store-order-container .store-domain-tabs {
  margin-top: 0;
}
.store-order-container .store-domain-tabs li a {
  margin-right: 0;
  padding: 12px 15px;
}
.upgrade .product-to-be-upgraded {
  padding: 25px;
  background-color: #f5f5f5;
}
.upgrade .product-to-be-upgraded h5 {
  font-size: 15px;
  margin-top: 5px;
}
.upgrade .products .product .header {
  padding: 30px;
  text-align: center;
  background-color: #0948b3;
  border-radius: 4px 4px 0 0;
  min-height: 130px;
  position: relative;
}
.upgrade .products .product ul {
  border-left-color: #e6e8ec;
  border-right-color: #e6e8ec;
}
.upgrade .products .product .footer {
  border-color: #e6e8ec;
  border-radius: 0 0 4px 4px;
}
.upgrade .products .product ul li strong {
  font-weight: 600;
}
.upgrade .products .product ul li span {
  float: inherit;
}
.upgrade .products .product ul li {
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  color: #757575;
  border-bottom: none;
}
.upgrade .products .product ul, .upgrade .products .product .footer {
  background: #f5f5f5;
}
.upgrade .products .product .header h4 {
  margin-bottom: 5px !important;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.upgrade .products .product .btn {
  background: #0948b3;
}
.upgrade .products .product .recommended, .upgrade .products .product .current {
  position: absolute;
  padding: 2px 15px;
  font-size: 12px;
  font-weight: 500;
  background: #ffffff;
  color: #0948b3;
  bottom: -10px;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 60%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
/*product details new*/
#tabOverview .panel.panel-default {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  position: relative;
  display: block;
  box-shadow: none;
}
#tabOverview .panel > .panel-heading {
  background-color: #f5f5f5;
  padding: 15px;
  border-bottom-color: #ebebeb;
}
#tabOverview .panel.panel-default#cPanelUsagePanel {
  color: hsla(0, 0%, 100%, .64);
  background: #0948b3;
  border: 1px solid hsla(0, 0%, 100%, .24);
}
#tabOverview .panel.panel-default#cPanelUsagePanel .cpanel-usage-stats .limit-near {
  font-size: 12px;
  color: #0bddff;
}
#tabOverview .panel.panel-default#cPanelUsagePanel .cpanel-usage-stats input {
  color: #ffffff !important;
}
#tabOverview .panel.panel-default#cPanelUsagePanel .cpanel-usage-stats input:focus {
  outline: none;
}
#tabOverview .panel.panel-default#cPanelUsagePanel .panel-heading {
  background-color: #0067e2;
  border-color: #038bec;
  color: #ffffff;
}
@media (min-width: 768px) {
  #tabOverview .panel.panel-default#cPanelUsagePanel .col-sm-offset-1 {
    margin-left: 8.33333333% !important;
  }
}
#tabOverview .panel > .panel-body {
  padding: 20px;
}
#tabOverview .panel > .panel-body .cpanel-package-details em {
  font-style: normal;
}
#tabOverview .panel > .panel-body .btn {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
}
#tabOverview .panel > .panel-body .btn.btn-sm {
  padding: 6px 12px !important;
}
#tabOverview .panel > .panel-body .btn:focus {
  outline: none;
}
#tabOverview .panel > .panel-body .btn.btn-default {
  position: relative;
  display: inline-block;
  color: #0948b3;
  border: 1px solid #0948b3;
  background: transparent;
  font-size: 12px;
}
#tabOverview .panel > .panel-body .btn.btn-primary {
  padding: 12px 15px;
}
#tabOverview .panel > .panel-body .btn.btn-success, #tabOverview .panel > .panel-body .btn.btn-primary {
  background: #0948b3;
  border-color: #0948b3;
}
#tabOverview .panel > .panel-body .btn.btn-success:hover, #tabOverview .panel > .panel-body .btn.btn-primary:hover {
  background: #0883ff;
}
#tabOverview .panel > .panel-body .btn.btn-default:hover {
  color: #ffffff;
  background: #0948b3;
}
#tabOverview .panel > .panel-body form.form-inline .form-control {
  width: 100%;
  padding: 10px;
}
#tabOverview .panel > .panel-body form.form-inline select {
  margin-bottom: 15px;
}
#tabOverview .panel > .panel-body form.form-inline select.input-sm {
  height: 40px;
}
/*addons*/
#tabAddons .panel.panel-default {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  position: relative;
  display: block;
  box-shadow: none;
}
#tabAddons .panel > .panel-heading {
  background-color: #f5f5f5;
  padding: 15px;
  border-bottom-color: #ebebeb;
  font-size: 16px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
}
#tabAddons .panel {
  font-size: 14px !important;
}
#tabAddons .panel > .panel-body {
  padding: 20px;
}
#tabAddons .panel > .panel-footer .btn {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
}
#tabAddons .panel > .panel-footer .btn:focus {
  outline: none;
}
#tabAddons .panel > .panel-footer .btn.btn-default {
  position: relative;
  display: inline-block;
  color: #0948b3;
  border: 1px solid #0948b3;
  background: transparent;
  font-size: 12px;
  padding: 6px 15px;
}
#tabAddons .panel > .panel-footer .btn.btn-default:hover {
  color: #ffffff;
  background: #0948b3;
}
/* Safiul Desktop CSS */
.header-main-menu {
  background: #191d31 !important;
  height: 109px;
}
.navbar-main .navbar-nav > li > a {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}
.navbar-main .navbar-nav > li > a:hover {
  color: #fff !important;
}
.header-main-menu.header-fixed {
  background: #191d31 !important;
}
/* Safiul Mobile CSS */
@media (max-width: 991px) {
  .header-main-menu {
    background: #191d31 !important;
  }
  .collapse.in {
    display: block !important;
    margin-bottom: 10px;
    background-color: #191d31 !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu, .navbar-main .navbar-nav .open .dropdown-menu > li > a {
    background-color: #191d31 !important;
    color: #fff !important;
  }
  .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff !important;
  }
}
.navbar-nav > li > .dropdown-menu, .navbar-nav .open .dropdown-menu {
  border-top: none !important;
}
.navbar-main .navbar-toggle span {
  background-color: #fff !important;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 5px;
}
.navbar-main .navbar-nav > .open > a, .navbar-main .navbar-nav > .open > a:focus, .navbar-main .navbar-nav > li > a:focus {
  color: #11ae7b !important;
}
.navbar-default .navbar-collapse {
  border-color: #0b0000;
  background-color: #191d31 !important;
}
.gradient-bg, .dropdown-menu {
  background-color: #191d31 !important;
}
.dropdown-menu > li > a {
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  font-weight: 400;
  color: #fff;
  padding: 11px 18px 11px 11px !important;
  font-size: 16px;
}
.navbar-main .navbar-nav .dropdown-menu > li > a:hover {
  background-color: #0b0e1c;
  opacity: 1;
  color: #53bb7b !important;
}
/* Package Box CSS */
.card.single-pricing-pack {
  border: none !important;
}
.card {
  background-color: #133c55;
}
div#order-standard_cart, .pricing-feature-list li, .pricing-header .price {
  color: #fff !important;
}
.pricing-feature-list li span {
  color: #45bb6d !important;
  font-size: 14px;
  float: left;
  padding-right: 5px;
}
.pricing-header::after {
  background: #14ac41;
}
.outline-btn {
  color: #fff;
  border: none;
  background: #207b43;
}
h5 {
  color: #47aa33;
}
.pricing-feature-list li {
  font-size: 15px;
  line-height: 24px;
  padding: 5px 0;
  float: left !important;
}
.page-header-section {
  padding: 74px 0;
  background: url(https://wdhdomain.com/images/wdh-server-cover.jpg) repeat-x;
  height: 235px !important;
}
@media (max-width: 768px) {
  .page-header-section {
    padding: 50px 0;
    height: 180px !important;
    background-position: 45% center;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .page-header-section {
    padding: 30px 0;
    height: 150px !important;
    background-position: 45% center;
    background-size: cover;
  }
}
#main-body {
  padding-top: 60px !important;
}
@media (max-width: 768px) {
  #main-body {
    padding-top: 40px !important;
  }
}
@media (max-width: 480px) {
  #main-body {
    padding-top: 30px !important;
  }
}
@media (max-width: 768px) {
  .font-size-24 {
    padding: 0px !important;
    margin: 0px !important;
  }
  #order-standard_cart .sidebar-collapsed {
    padding: 0px !important;
  }
}
.card {
  background-color: #1c2637;
  border-radius: 5px 5px !important;
  border: none;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #1c2c48;
  border-color: #ddd;
}
.panel-body.card-body {
  background-color: #1c2c48;
  border-radius: 5px;
}
.col-md-3.col-sm-6 {
  width: 178px !important;
  float: left !important;
}
.panel-sidebar > .panel-heading, .panel-sidebar .panel-heading {
  background-color: #1f293b !important;
  border-color: #1f293b !important;
}
.panel-sidebar .list-group-item {
  color: #f5f5f9;
  background: #234153;
  border: 1px solid hsla(0, 0%, 100%, .24);
}
.panel-sidebar > .panel-heading, .panel-sidebar .panel-heading {
  background-color: #1f293b !important;
  border-color: #1f293b !important;
}
.panel-sidebar .list-group-item {
  color: #f5f5f9;
  background: #234153;
  border: 1px solid hsla(0, 0%, 100%, .24);
}
.panel-sidebar a.list-group-item.active {
  background-color: #16a24b;
  border-color: #163e66;
  color: #fff;
}
.hero-equal-height {
  min-height: 633px;
  width: 100%;
  background: url(https://wdhdomain.com/images/wdh-domain-banner.jpg) repeat-x;
  background-color: #101926 !important;
}
img[src="templates/kohost-professional/img/hero-home.svg"] {
  display: none !important;
  /* Hides the image */
}
img[alt="wp hosting"] {
  visibility: hidden !important;
  /* Hides the alt text */
}
.single-promo-card {
  position: relative;
  border-radius: 16px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(93, 118, 174, 0.15);
  background-color: #0d153e;
}
.single-promo-card.single-promo-hover::before {
  content: '';
  position: absolute;
  right: -20px;
  width: 50px;
  height: 50px;
  bottom: -20px;
  border-radius: 20px;
  background-color: #0d153e;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}
.promo-info h5 {
  color: #fff !important;
}
a .single-promo-card p {
  color: #fff;
}
.img-fluid {
  width: 95px;
}
.list-inline.domain-search-list.text-white > li {
  display: inline-block;
  padding: 5px 0 5px 5px;
  /* Combined padding */
}
.search-btn, .transfer-btn {
  color: #fff;
  background-color: #137c3f !important;
  border-color: #137c3f;
}
.search-btn:hover, .transfer-btn:hover {
  color: #fff;
  background-color: #399016 !important;
  border-color: #399016;
}
.vps-hosting-pricing-table-two > thead {
  background: #222846 !important;
  color: #ffffff;
}
/* Mobile */
@media (max-width: 767px) {
  .panel.card.panel-default {
    display: none;
  }
}
div#order-standard_cart {
  color: #4f4e4e !important;
}
div.header-lined h2 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 16px !important;
  color: #4f4e4e !important;
}
/* Mobile */
@media (max-width: 767px) {
  .pull-right.form-inline.float-right {
    padding-bottom: 15px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .header-lined p {
    line-height: 24px;
    padding-top: 15px;
  }
}
#order-standard_cart .domain-selection-options .option {
  background-color: #f0f0f0 !important;
}
#order-standard_cart .domain-selection-options .option-selected {
  background-color: #ebf2e7 !important;
}
.iradio_square-blue.checked {
  border-color: #137c3f !important;
  background: #137c3f !important;
}
#order-standard_cart .option label {
  font-size: 14px !important;
}
#order-standard_cart label {
  color: #217d93 !important;
}
#order-standard_cart p.domain-renewal-desc {
  color: #292929 !important;
  margin-right: 10px;
  font-size: 15px;
}
#order-standard_cart .order-summary {
  background-color: #124551 !important;
  border-bottom: 4px solid #234153 !important;
}
.btn-checkout {
  background-color: #207b43 !important;
  border-color: #207b43 !important;
  font-size: 18px !important;
  color: #fff !important;
}
.btn-checkout:hover {
  background-color: #108027 !important;
  border-color: #108027 !important;
  font-size: 18px !important;
  color: #fff !important;
}
/* Mobile */
@media (max-width: 767px) {
  .btn.outline-btn {
    margin-bottom: 15px !important;
  }
}
div#order-standard_cart {
  color: #fff !important;
}
#order-standard_cart .view-cart-items {
  margin: 0 0 20px 0;
  border: 1px solid #191d31 !important;
}
#order-standard_cart .empty-cart .btn {
  margin-top: 5px !important;
  border-radius: 4px 4px;
  padding: 5px 10px;
  background-color: #191d31 !important;
  color: #fff !important;
  font-size: 14px !important;
}
.spotlight-tld {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  height: 112px;
  background-color: #0c1247 !important;
  border: none !important;
  border-radius: 10px !important;
  text-align: center;
  font-weight: bold;
  color: #fff !important;
  font-size: 22px !important;
}
.available-block, .unavailable-block {
  border: 1px solid #f5f5f5 !important;
  border-radius: 6px !important;
  padding: 28px 28px !important;
}
.spotlight-tld .btn.btn-add-to-cart {
  width: auto;
  background: #262b56 !important;
  border-color: #0c1247 !important;
  padding: 4px 19px;
  font-size: 13px;
  border-radius: 4px;
}
.spotlight-tld .btn.btn-add-to-cart:hover {
  background: #207b43 !important;
  border-color: #207b43 !important;
  padding: 4px 19px;
  font-size: 13px;
}
.promo-section.pt-100 {
  background-color: #0b1025 !important;
}
.about-section.ptb-100 {
  background-color: #0b1025 !important;
  color: #dee5ec !important;
}
.cta-new-wrap h2 {
  color: #449c7b !important;
}
.ptb-100 {
  padding: 33px 0 !important;
}
.action-btns {
  margin-top: 27px !important;
}
.primary-bg {
  background: #0b1025 !important;
}
.ptb-60 {
  padding: 10px 0 !important;
}
.cta-content-wrap.text-white h2 {
  color: #449c7b !important;
}
.primary-bg p {
  color: #dee5ec !important;
}
.gray-light-bg {
  background: #0b1025;
}
.section-heading-center.text-center {
  color: #fff !important;
}
.section-heading-center.text-center h2 {
  color: #fff !important;
}
.pricing-section.ptb-100 {
  background-color: #0b1025 !important;
}
.gray-light-bg {
  background: #0d153e !important;
}
.package-title {
  color: #fff !important;
}
.pricing-price.pt-4 .h2 {
  color: #fff !important;
}
section#main-body {
  background-color: #0b1025 !important;
}
.panel-sidebar .list-group-item {
  color: #f5f5f9 !important;
  background: #12182c !important;
  border: 1px solid hsla(0, 0%, 0%, 0.17);
}
div.header-lined h2 {
  padding-bottom: 20px !important;
  color: #fff !important;
  border-bottom: 1px solid #282e4700 !important;
}
#order-standard_cart .domain-selection-options .option {
  background-color: #0b1025 !important;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #0b1025 !important;
  border: 1px solid #0b1025 !important;
}
.col-sm-8.col-sm-offset-1.offset-sm-1 {
  padding-right: 1px !important;
}
.col-sm-2 {
  padding-left: 3px !important;
  padding-top: 5px !important;
}
#order-standard_cart strong {
  display: inline-block;
  color: #fff !important;
}
#order-standard_cart .domain-checker-available {
  color: #137c3f !important;
  font-size: 16px !important;
  line-height: 27px !important;
  font-weight: 400;
}
.unavailable-block {
  border: 1px solid #0b1025 !important;
  border-radius: 6px !important;
  padding: 28px 28px !important;
}
.domain-price .price, .domain-price span.price {
  font-size: 27px !important;
  color: #fff !important;
}
#order-standard_cart .form-control {
  font-size: 14.7px !important;
}
.col-sm-8.col-sm-offset-1.offset-sm-1 {
  padding-right: 1px !important;
  padding-top: 5px !important;
}
.domain-checker-bg.clearfix {
  background-color: #0b1025 !important;
}
.domain-checker-container {
  border: none !important;
}
.available-block {
  border: none !important;
}
.domain-price .price, .domain-price span.price {
  padding: 10px 5px 39px 5px !important;
}
.domain-promo-box {
  background-color: #0d153e !important;
  border: 1px solid rgba(93, 118, 174, 0.15) !important;
  color: #fff !important;
}
.card-block {
  border: none !important;
  padding: 40px 20px 20px 20px !important;
  background: #0b1025 !important;
  margin-bottom: 20px !important;
}
div#order-standard_cart {
  color: #fff !important;
}
.panel {
  background-color: #12182c !important;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05) !important;
}
#order-standard_cart .sub-heading span {
  display: inline-block;
  position: relative;
  line-height: 24px;
  font-weight: 500;
  font-size: 21px !important;
  color: #137c3f !important;
}
.form-group span {
  color: #fff !important;
}
.tab-pane.promo {
  border: none !important;
  padding: 0px !important;
  border-radius: 6px !important;
}
.outline-btn {
  padding: 15px 30px !important;
}
#order-standard_cart .view-cart-items .item {
  background-color: #191d31 !important;
  border-right: none !important;
  padding: 25px 15px 25px 15px !important;
  border-bottom: 1px solid #0b1025 !important;
}
#order-standard_cart .view-cart-items .item-domain {
  color: #20af51 !important;
  font-size: 16px !important;
  line-height: 37px !important;
}
.view-cart-tabs h5 {
  color: #fff !important;
  font-size: 20px !important;
}
body {
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  color: #fff !important;
}
#faq {
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  color: #fff !important;
  background-color: #0b1025 !important;
}
.icheckbox_square-blue.checked, .iradio_square-blue.checked {
  border-color: #369111 !important;
  background: #369111 !important;
  min-width: 18px;
  min-height: 18px;
}
#order-standard_cart .panel-addon-selected {
  border-color: #0948b300 !important;
}
#order-standard_cart .view-cart-items-header {
  color: #fff !important;
  font-size: 15px !important;
  background-color: #076266 !important;
  border: 1px solid #076266;
  color: hsla(0, 0%, 100%, 0.64);
}
#order-standard_cart .field, #order-standard_cart .form-control {
  position: relative;
  vertical-align: top;
  border: 1px solid #1f293b !important;
  display: inline-block;
  color: #fff !important;
  outline: none;
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
  background-color: #191f35 !important;
}
.sub-heading h3 {
  color: #3c8495 !important;
}
.sub-heading {
  margin-top: 37px !important;
}
.text-muted {
  color: #fff;
}
.progress {
  height: 10px;
  background-color: #222942;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.payment-geteways-list label {
  border: 1px solid #0b1025 !important;
  background: #0b1025 !important;
}
.alert-warning {
  color: #cacaca;
  background-color: #191d31 !important;
  border-color: #191d31 !important;
}
.intl-tel-input .country-list {
  background-color: #191f35 !important;
  border: 1px solid #191f35 !important;
}
.spotlight-tld-hot {
  background-color: #2338a8 !important;
}
.spotlight-tld-new {
  background-color: #30800c !important;
}
.spotlight-tld-sale {
  background-color: #6b10aa !important;
}
.modal-title span {
  color: #fff !important;
}
.modal-body {
  position: relative;
  padding: 5px 15px 15px 15px;
}
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
}
.fa-3x {
  font-size: 2em;
}
#order-standard_cart .modal-remove-item .modal-footer {
  padding-bottom: 30px;
}
.col-sm-7.col-xs-6 span {
  padding-bottom: 5px;
}
.addon-item-icon.mb-0 li {
  padding-bottom: 3px;
}
.gradient-bg, .dropdown-menu {
  background-color: #070b1c !important;
}
.footer-bottom {
  padding: 12px 0;
  background: #070b1c !important;
}
#footer .back-to-top i {
  background-color: #207b43 !important;
}
#order-standard_cart .account-select-container div.account {
  background: #0b1025;
  border: 1px solid #0b1025;
}
#order-standard_cart .account-select-container {
  border-right: 1px solid #0b1025 !important;
}
#order-standard_cart label, #order-standard_cart p.domain-renewal-desc {
  line-height: 30px !important;
}
.btn-default {
  color: #fff !important;
  background-color: #207b43 !important;
  border-color: #207b43 !important;
  padding: 10px 25px;
}
.btn-default:hover {
  color: #fff !important;
  background-color: #369111 !important;
  border-color: #207b43 !important;
  padding: 10px 25px;
}
.error-container.boxed h1 {
  color: #fff !important;
}
.error-container.boxed h3 {
  color: #fff !important;
}
.kb-title h2 {
  color: #fff !important;
  font-size: 25px;
  text-align: left !important;
  line-height: 39px;
}
.kb-article-content {
  background-color: #1a293a !important;
}
.kb-wrap {
  border: 1px solid #0b1025;
}
.kb-article-content {
  padding: 25px !important;
  background-color: #1a293a !important;
}
.kb-article-title {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 0;
  padding: 25px;
  background: #143a46;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 15px !important;
  line-height: 1.42857143;
  color: #5aae87 !important;
  background-color: #151f2b !important;
  border: 1px solid #131f2d !important;
  border-radius: 4px;
}
.kbarticles {
  background: #143a46;
  border: 1px solid #143a46;
  border-radius: 4px 4px 0px 0px;
}
.kb-also-read h3 {
  color: #207b43 !important;
}
.kb-vote h5 {
  color: #368e93;
}
.single-knowledge a {
  color: #fff;
  font-weight: 400;
  font-size: 19px;
}
.single-knowledge a:hover {
  color: #fff;
  text-decoration: underline;
}
.single-knowledge p {
  font-size: 14px;
  margin-bottom: 0;
  color: #55a06b;
}
.single-knowledge {
  padding: 25px !important;
  border-bottom: 1px solid #2d5460 !important;
}
.kb-rate-article {
  border-top: 1px solid #1a4b10 !important;
}
.kbcategories {
  background: #143a46;
  border: 1px solid #143a46;
  border-radius: 4px;
}
.kbcategories a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 25px;
}
.knowledge-categorie p {
  margin-bottom: 0;
  color: #55a06b;
  font-weight: 400;
  font-size: 14px;
}
.font-25 {
  color: #fff;
  margin: 25px;
}
.search-form-wrap {
  background: #143a46 !important;
  padding: 40px 40px 40px 25px !important;
  border: 1px solid #143a46 !important;
  border-radius: 4px !important;
  margin-bottom: 34px !important;
}
.custom-card-block {
  border: 1px solid #0b1025;
  background: #0b1025;
  padding: 30px;
  border-radius: 6px;
}
.form-control {
  border-color: #1f293b;
  color: #fff;
  background-color: #191f35;
}
.sub-heading h3 {
color: #fff !important;
}
.account-eidt label {
  font-weight: 500;
  color: #217d93 !important;
}
.md-editor > textarea.markdown-editor {
  border-top: 1px solid #1f293b !important;
  border-bottom: 1px solid #1f293b !important;
  background-color: #191f35 !important;
}
.md-editor > .md-header {
  display: block;
  padding: 6px 4px;
  background: #191f35 !important;
}
.md-editor > .btn-toolbar {
  background-color: #191f35 !important;
}
.md-editor {
  border: 1px solid #1f293b !important;
  background-color: #191f35 !important;
}
.sub-heading {
  margin-top: 37px !important;
}
.md-editor .md-footer, .md-editor > .md-header {
  background: #181e34 !important;
}


/* Normal state */
.primary-solid-btn {
  font-size: 16px !important;
  color: #ffffff !important;
  background-color: #137c3f !important; /* Normal background color */
  border: 1px solid #137c3f !important; /* Normal border color */
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15);
  padding: 12px 30px;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  font-weight: 500;
  transition: all .25s ease-in-out;
}

/* Hover state */
.primary-solid-btn:hover {
  color: #ffffff !important;
  background-color: #399016 !important; /* Hover background color */
  border-color: #399016 !important; /* Hover border color */
}

/* Focus state */
.btn.primary-solid-btn:focus {
  outline: none;
  background-color: #137c3f !important; /* Focus background color remains same as normal */
  color: #ffffff !important;
}

/* Continue Search Blue Button */
.primary-solid-blue-btn {
  font-size: 16px !important;
  color: #ffffff !important;
  background-color: #006ebc !important; /* Normal background color */
  border: 1px solid #006ebc !important; /* Normal border color */
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15);
  padding: 12px 30px;
  font-family: 'Poppins', 'Roboto', sans-serif !important;
  font-weight: 500;
  transition: all .25s ease-in-out;
}
.primary-solid-blue-btn:hover {
  color: #ffffff !important;
  background-color: #0080e9 !important; /* Hover background color */
  border-color: #0080e9 !important; /* Hover border color */
}

/* Specific styles for change-password section */
.change-password-wrap .primary-solid-btn, .outline-btn.generate-password {
  border-color: #ebebeb !important;
  background-color: #ebebeb !important;
  color: #545454 !important;
  box-shadow: none;
  padding: 6px 15px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}

.change-password-wrap .primary-solid-btn:focus {
  outline: none;
}

/* Mobile-specific styles */
@media (max-width: 767px) {
  .btn.primary-solid-btn {
    margin-bottom: 15px !important;
  }
}

#order-standard_cart .cart-body {
  float: left;
  width: 100% !important;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.single-promo-card {
  background-color: #373582;
}

.color-primary {
  color: #fff !important;
}

.single-promo-card.single-promo-hover::before {
  background-color: #373582;
}

.single-promo-card.single-promo-hover:hover::before {
  background-color: #3f3caa;
}

a.sign-up-btn {
  background-color: #373582 !important;
  border: 1px solid #373582 !important;
}

a.sign-up-btn:hover {
  background-color: #3f3caa !important;
  border: 1px solid #3f3caa !important;
}