body {
  background-color: #0E153A;
  color: #E2F3F5;
  overflow-x: hidden;
}

.bodyMain {
  min-height: 100vh;
  background-image: linear-gradient(to right top, #090d29, #0a0e2d, #0a0f31, #0a1034, #0b1138);
}

@media only screen and (max-width: 767px) {
  .bodyMain {
    background-image: none;
  }
}

::selection {
  background: yellow;
  color: #0E153A;
}

a:hover, a:focus, a:active,
button:hover,
button:focus,
button:active {
  text-decoration: none;
  color: #0E153A;
  outline: none;
}

nav.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 8;
}

nav.navbar .navbar-brand .logo-sub {
  font-size: 14px;
}

.page-section .wrapper {
  margin-top: 5rem;
}

.search-section {
  position: relative;
  padding-top: 1px;
  margin-top: -1px;
}

.search-section::before {
  right: -100px;
  top: -100px;
  content: "";
  display: block;
  position: absolute;
  background-image: url("../imgs/fingerprint-BG.svg");
  width: 460px;
  height: 700px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .search-section::before {
    display: none;
  }
}

.search-section .search-block {
  display: block;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .search-section .search-block {
    text-align: center;
  }
}

.search-section .search-block .wrapper {
  position: relative;
  margin-top: 10rem;
}

@media only screen and (max-width: 767px) {
  .search-section .search-block .wrapper {
    margin-top: 2rem;
  }
}

.search-section .search-block .wrapper h2 {
  font-weight: 700;
}

.search-section .search-block .wrapper .subHeading {
  margin-top: 1rem;
}

.search-section .search-block .wrapper .SearchBar {
  margin-top: 2rem;
}

.search-section .search-block .wrapper .SearchBar input {
  border-radius: 10rem;
  border: none;
  width: 100%;
  height: 60px;
  padding: 10px 140px 10px 20px;
}

.search-section .search-block .wrapper .SearchBar .btn {
  position: absolute;
  margin-top: 6px;
  right: 6px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05rem;
  padding: 10px 15px;
  z-index: 5;
}

.search-section .search-block .wrapper .SearchBar .btn:hover {
  color: #E2F3F5;
}

.search-section .search-block .wrapper .SearchBar .btn-by {
  top: -2px;
  right: 55px;
}

.search-section .search-block .wrapper .alert {
  margin-top: 1rem;
  width: calc(100% - 30px);
  position: absolute;
}

.search-section .search-block .wrapper .progress#SearchProgress {
  margin-top: 1rem;
  border-radius: 50px;
  height: 0.4rem;
  width: calc(100% - 30px);
  position: absolute;
}

.search-page .search-block .wrapper {
  margin-top: 5rem;
}

@media only screen and (max-width: 767px) {
  .search-page .search-block .wrapper {
    margin-top: 0;
  }
}

.search-page .search-section .search-block .wrapper .alert {
  margin-top: 1rem;
  width: 100%;
  position: relative;
}

.main-page-blocks {
  margin-top: 10rem;
  z-index: 4;
}

@media only screen and (max-width: 767px) {
  .main-page-blocks {
    margin-top: 3rem;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .main-page-blocks img {
    max-height: 40px;
  }
}

.main-page-blocks h4 {
  font-size: 1.3rem;
  margin-top: 1rem;
}

.main-page-blocks .subH-block {
  line-height: 1.3rem;
  font-size: 0.95em;
}

@media only screen and (max-width: 767px) {
  .main-page-blocks .subH-block {
    margin-bottom: 20px;
  }
}

.results {
  z-index: 7;
}

.results .domain {
  margin-top: -5px;
}

.results .domain .dfavicon {
  float: left;
  width: 25px;
  margin-right: 0.5rem;
  padding-top: 8px;
}

.results .domain .dfavicon img {
  width: 100%;
  height: auto;
}

.results .domain .dname {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 10px;
}

.results .domain .dname > span {
  font-size: 0.8rem;
  padding: 0.4rem 0.7rem;
  border-radius: 50px;
  background-color: #141e53;
  display: inline-block;
}

.results .domain .dates {
  margin-top: 1.5rem;
}

.results .domain .dates .dBlock {
  border-left: solid 1px #3D5AF1;
  padding-left: 1.5rem;
}

.results .domain .dates .dBlock .subH {
  font-size: 0.8rem;
}

.results .domain .dates .dBlock .date {
  font-size: 1.2rem;
  font-weight: 500;
}

.results .domain .dates .dBlock:first-child {
  border: 0px;
}

.results .lazyImg {
  width: 100px;
  height: 100px;
  position: absolute;
  margin-top: -110px;
  z-index: 2;
}

.results .dThumb .thumb {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position-x: center;
  z-index: 6;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .results .dThumb .thumb {
    margin-bottom: 15px;
  }
}

.results .resultSubBlocks {
  margin-top: 2rem;
}

.results .resultSubBlocks .heading {
  font-size: 1.2rem;
}

.results .resultSubBlocks .heading span {
  padding-bottom: 1rem;
  border-bottom: solid 1px #3D5AF1;
}

.results .resultSubBlocks .wrapper {
  margin-top: 0.9rem;
  background-color: #141e53;
  border-radius: 6px;
  border-top-left-radius: 0;
  padding: 1.5rem;
}

.results .resultSubBlocks:first-child {
  margin-top: 0px;
}

.ContactForm input {
  border-radius: 0.2rem;
  border: none;
  font-size: 16px;
  width: 100%;
  height: 60px;
  padding: 8px 20px 8px 20px;
}

.ContactForm textarea {
  border-radius: 0.2rem;
  border: none;
  font-size: 16px;
  width: 100%;
  height: 136px;
  padding: 8px 20px 8px 20px;
}

.footer {
  margin-top: 10rem;
  padding: 3rem 0rem;
  border-top: solid 1px #e2f3f51f;
}

@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 2rem;
    padding: 1rem 0rem;
    text-align: center;
  }
}

.footer .logo-icon {
  float: left;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .footer .logo-icon {
    float: none;
  }
}

.footer .web-details .heading .logoF {
  font-weight: 600;
  font-size: 1.2rem;
}

.footer .web-details .heading .logoSub {
  font-weight: 300;
  font-size: 0.9rem;
}

.footer .web-details .credits {
  font-size: 0.8rem;
  opacity: 0.4;
}

.footer .footer-links {
  text-align: right;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-links {
    text-align: center;
  }
}

.footer .footer-links a {
  margin-left: 10px;
  color: #E2F3F5;
}

.btn:active, .btn:focus {
  outline: none;
  box-shadow: none;
  color: #fff;
}

.btn-df {
  background: #3D5AF1;
  color: #fff;
  border-radius: 10rem;
}

.btn-df:hover, .btn-df:active {
  color: #fff;
  background: #2546ef;
}

.btn-by {
  background: #085e26;
  margin-top: 11px !important;
  color: #fff;
  border-radius: 10rem;
}

.btn-by:hover, .btn-by:active {
  color: #fff;
  background: #06471d;
}

.alert {
  border-radius: 50px;
}

.alert.alert-success {
  color: #009e1b;
  background-color: #62ff4512;
  border-color: #076d0059;
}

.alert.alert-success a {
  color: #009e1b;
  font-weight: 600;
  margin-left: 5px;
}

.alert.alert-danger {
  color: #e63747;
  background-color: #ff374914;
  border-color: #6d000c59;
}

.alert.alert-danger a {
  color: #ff8e98;
  font-weight: 600;
  margin-left: 5px;
}

.alert button.close {
  text-shadow: none;
  color: inherit;
  text-shadow: none;
  color: inherit;
  position: absolute;
  top: calc(50% - 16px);
  right: 22px;
}

.lds-ellipsis {
  display: block;
  position: absolute;
  width: 70px;
  height: 18px;
  top: 9px;
  left: 25%;
}

#updateWhoisBtnSecondary .lds-ellipsis {
  left: initial;
  top: initial;
  margin-top: -24px;
}

.lds-ellipsis div {
  position: absolute;
  top: 7px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.shadow-none {
  box-shadow: none !important;
}
/*# sourceMappingURL=style.css.map */