@font-face {
  font-family: 'HighVoltage';
  src: url(fonts/HighVoltage.eot?#iefix) format('embedded-opentype'), url(fonts/HighVoltage.otf) format('opentype'), url(fonts/HighVoltage.woff) format('woff'), url(fonts/HighVoltage.ttf) format('truetype'), url(fonts/HighVoltage.svg#HighVoltage) format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStdMedium';
  src: url('fonts/AvenirLTStdMedium.eot');
  src: url('fonts/AvenirLTStdMedium.eot') format('embedded-opentype'), url('fonts/AvenirLTStdMedium.woff2') format('woff2'), url('fonts/AvenirLTStdMedium.woff') format('woff'), url('fonts/AvenirLTStdMedium.ttf') format('truetype'), url('fonts/AvenirLTStdMedium.svg#AvenirLTStdMedium') format('svg');
}

@font-face {
  font-family: 'AvenirLTStdBlack';
  src: url('fonts/AvenirLTStdBlack.eot');
  src: url('fonts/AvenirLTStdBlack.eot') format('embedded-opentype'), url('fonts/AvenirLTStdBlack.woff2') format('woff2'), url('fonts/AvenirLTStdBlack.woff') format('woff'), url('fonts/AvenirLTStdBlack.ttf') format('truetype'), url('fonts/AvenirLTStdBlack.svg#AvenirLTStdBlack') format('svg');
}

html {
  font-size: 6px;
}
body {
  font-size: 1.8rem;
  font-family: 'AvenirLTStdMedium', sans-serif;
  background-color: #fff;
  color: #333333;
}
strong, b {
  font-family: 'AvenirLTStdBlack', sans-serif;
}
svg, img {
  max-width: 100%;
}
.section:not(.hero):not(.footer) .inner-wrap {
  padding: 10rem 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section .container {
  position: relative;
  z-index: 4;
}
.section__heading {
  text-align: center;
  font-size: 4rem;
  line-height: 5rem;
  margin-bottom: 8rem;
  font-family: 'HighVoltage', sans-serif;
  letter-spacing: 1px;
}
.store-color {
  color: #13afb3;
}
.parsley-errors-list {
  font-size: 1rem;
  color: #D0021B;
  text-align: left;
  list-style: none;
}

/* Loader Start */
  .overlay{
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
  }
  #loading-center{
    width: 100%;
    height: 100%;
    position: relative;
  }
  #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .object{
    width: 20px;
    height: 20px;
    background-color: #13afb3;
    float: left;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
  }
  .object:not(:last-of-type){
    margin-right: 20px;
  }

  #object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
  }
  #object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }
  #object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;

  }
  @-webkit-keyframes object_one {
    75% { -webkit-transform: scale(0); }
  }

  @keyframes object_one {
    75% {
      transform: scale(0);
      -webkit-transform: scale(0);
    }
  }
  @-webkit-keyframes object_two {
    75% { -webkit-transform: scale(0); }
  }
  @keyframes object_two {
    75% {
      transform: scale(0);
      -webkit-transform:  scale(0);
    }
  }
  @-webkit-keyframes object_three {
    75% { -webkit-transform: scale(0); }
  }
  @keyframes object_three {
    75% {
      transform: scale(0);
      -webkit-transform: scale(0);
    }
  }
/* Loader End */

/* Nav Start */
  .navbar-logo {
    display: inline-block;
  }
  .navbar-brand {
    min-height: auto;
    align-items: center;
  }
  .navbar-logo img {
    width: 15rem;
    vertical-align: middle;
    transition: all 0.3s ease-out;
  }
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5rem 0;
    z-index: 100;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-out;
  }
  .navbar.navbar--scrolled {
    padding: 1.5rem 0;
    border-bottom-color: #e7e7e7;
    background-color: #FFFFFF;
  }
  .navbar.navbar--scrolled .navbar-logo img {
    width: 10rem;
  }
/* Nav End */

/* Hero Start */
  #section1 .fp-tableCell {
    vertical-align: top;
  }
  .hero {
    position: relative;
    overflow: hidden;
  }
  .hero .inner-wrap {
    padding: 25rem 0 15rem;
  }
  .hero-bg-blob-1 {
    position: absolute;
    z-index: -1;
  }
  .hero-bg-blob-1 {
    left: -40rem;
    top: -10rem;
    width: 110rem !important;
    max-width: none;
  }
  .hero-illustration {
    position: relative;
    display: block;
    width: auto;
    margin: 10rem auto 0;
  }
  .hero .section__heading {
    text-align: left;
    margin-bottom: 3rem;
  }
  .domain-search-form {
    width: 80rem;
    max-width: 100%;
    height: 7.2rem;
    display: block;
    margin-bottom: 5rem;
    box-shadow: 3px 6px 20px 0 #b9d5d6;
    -webkit-box-shadow: 3px 6px 20px 0 #b9d5d6;
    -moz-box-shadow: 3px 6px 20px 0 #b9d5d6;
    position: relative;
    border-radius: 5px;
  }
  .searchinput {
    border-radius: 5px;
    background-color: #ffffff;
    height: inherit;
    padding: 2.4rem 9.6rem 2.4rem 2.4rem;
    font-size: 2.4rem;
    color: #999;
    width: 100%;
    float: left;
    outline: 0;
    border: 1px solid #1aafb4;
    height: 100%;
  }
  .search-label {
    border: 1px solid transparent;
    padding: 1.8rem 9.6rem 2.4rem 2.4rem;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2.4rem;
    height: inherit;
  }
  .searchsubmit {
    width: 7.2rem;
    height: inherit;
    float: left;
    background: linear-gradient(180deg, #3FB5BA 0%, #14AEB3 100%);
    -webkit-background: linear-gradient(180deg, #3FB5BA 0%, #14AEB3 100%);
    -moz-background: linear-gradient(180deg, #3FB5BA 0%, #14AEB3 100%);
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .domain-search-icon {
    width: 5rem;
    margin-top: 10px;
  }
  .domain-search-icon .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 16px;
    opacity: 1 !important;
  }
  .domain-search-icon .end {
    display: none;
  }
  .domain-search-form .parsley-errors-list {
    clear: both;
    padding-top: 5px;
    padding-left: 5px;
  }
  .in-association {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .in-association img {
    width: 25rem;
    margin-left: 2rem;
  }
  .hero__arrow {
    position: absolute;
    bottom: 5rem;
    width: 100%;
    text-align: center;
  }
  .hero__arrow a {
    display: inline-block;
    width: 4rem;
    height: 4rem;
  }
  .hero__arrow a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .bounce {
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    animation: bounce 4s infinite;
  }
  @-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -moz-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    60% {
      -moz-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    60% {
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
/* Hero End */

/* Section 2 Start */
  .section.section--2 {
    position: relative;
    z-index: 4;
    overflow: hidden;
  }
  .section--2-bg-blob-1,
  .section--2-bg-blob-2 {
    position: absolute;
  }
  .section--2-bg-blob-1 {
    left: -40rem;
    bottom: 0;
  }
  .section--2-bg-blob-2 {
    right: -25rem;
    top: 0;
  }
  .item-pill {
    font-size: 2.2rem;
    font-family: 'AvenirLTStdBlack', sans-serif;
    position: relative;
    text-align: center;
    padding: 2rem 1.5rem;
    border: 1px solid #13afb3;
    border-radius: 5rem;
    height: 8.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFF;
  }
  .item-pill__text {
    position: relative;
    z-index: 1
  }
  .item-pill__blob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .item-pill--green .item-pill__blob path {
    fill: #EFF8F8;
  }
  .domain-carousel {
    text-align: center;
    position: relative;
  }
  .domain-carousel__row {
    position: relative;
    z-index: 2;
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: 0;
  }
  .three-lines {
    position: absolute;
    width: 100%;
    top: 4rem;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .domain-carousel::after {
    content: "";
    display: table;
    clear: both;
  }
  .domain-carousel .item-pill {
    font-size: 2.4rem;
  }
  .domain-carousel__multiple {
    z-index: 3;
    padding-top: 2rem;
  }
  .domain-carousel .item-pill__text {
    width: 100% !important;
  }
  .domain-carousel__box {
    background-color: #daeff2;
    border-radius: 1rem;
    padding: 2.5rem;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-width: 90%;
  }
  .domain-carousel__img {
    margin-bottom: 2rem;
  }
  .domain-carousel__img img {
    border-radius: 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .domain-carousel__url {
    margin-top: 1rem;
  }
  .domain-carousel__multiple-item > div > div:not(:last-of-type) .domain-carousel__box {
    margin-bottom: 3rem;
  }
  .domain-carousel__url a {
    text-decoration: none;
    color: inherit;
    font-size: 1.6rem;
    display: block;
    outline: none;
  }
  .slick-dots li button::before,
  .slick-dots li,
  .slick-dots li button {
    height: 1.5rem;
    width: 1.5rem;
  }
  .slick-dots li button::before {
    background: #E0E0E0;
    content: '';
    opacity: 1;
    border-radius: 50%;
    transform: scale(0.8);
  }
  .slick-dots li.slick-active button::before {
    background: #13afb3;
    opacity: 1;
    transform: scale(1);
  }
  .slick-dotted.slick-slider {
    padding-bottom: 10rem;
    margin-bottom: 0;
  }
  .slick-dots {
    bottom: 2rem;
  }
/* Section 2 End */

/* Section 3 Start */
  .section--3 {
    
  }
  .testimonial-container {
    position: relative;
  }
  /* .testimonial-slider {
    max-width: 111rem;
    margin-left: auto;
    margin-right: auto;
  } */
  .testimonial-container__blob {
    position: absolute;
    width: 271rem;
    top: 34%;
    left: 59%;
    transform: translate(-51%, -45%);
    z-index: -1;
  }
  .testimonial-heading {
    margin-bottom: 6rem !important;
  }
  .testimonial-container::after {
    content: "";
    display: table;
    clear: both;
  }
  .testimonial-container .blob-shape {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  .testimonial-container .blob-shape img {
    margin: 0 auto;
    text-align: center;
    transform: rotate(-12deg);
  }
  .testimonial-container h1 {
    margin: 1.6rem auto 6.4rem;
  }
  .testimonial-slider .slick-slide>div,
  .partners-slider .slick-slide>div {
    padding: 0 10rem;
  }
  .testimonial-cards { 
    position: relative;
    height: 100%;
    background-color: #fff;
    margin-top: 5rem;
    margin-bottom: 2rem;
    transition: all 800ms ease-in-out;
    box-shadow:0 0 8px 2px #DCEEEE;
  }
  .slick-next, .slick-prev {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .testimonial-center .slick-next:before, .testimonial-center .slick-prev:before{
    color: #333333;;
  }
  .testimonial-center .slick-center .testimonial-cards  {
    color: #333333;;
    opacity: 1;
    transition: all 800ms ease-in-out;
    z-index: 1;
    margin-top: 5rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 11px 3px #DCEEEE;
  }
  .testimonial-body{
    padding: 5rem 5.6rem 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial-center .testimonial__author{
    text-align: center;
  }
  .testimonial-center .carousel-3d-slide {
    background-color: transparent !important;
    text-align: center !important;
    border: none !important;
    box-shadow: 0 5px 4px 0 #DCEEEE;
  }
  .testimonial__copy {
    text-align: center;
    font-size: 1.6rem;
    color: #333;
  }
  .testimonial__copy a {
    text-decoration: none;
    outline: none;
  }
  .slick-center .testimonial__overly {
    opacity: 0;
    transition: opacity 800ms ease-in-out;
    pointer-events: none;
  }
  .testimonial__overly {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 800ms ease-in-out;
    -webkit-filter:blur(5px);
    filter:blur(5px);
  }
  .quote {
    position: absolute;
    width: 6rem;
    height: 4rem;
    background: url(../images/quotes.svg) no-repeat top left/cover;
    display: block;
    left:0;
    top: 0;
    transform: translate(50%,-50%);
    display: none;
  }
  .testimonial-center .quote {
    opacity:0;
    z-index: 0;
    transition: all 800ms ease-in-out;
  }
  .slick-center .quote {
    opacity: 1;
    transition: all 800ms ease-in-out;
  }
  .avatar-image {
    position: absolute;
    float: none;
    border-radius: 50%;
  }
  .avatar-image img {
    border-radius: 50%;
  }
  .testimonial-center .avatar-image {
    top: -5rem;
    margin: auto;
    left: 0;
    right: 0;
    width: 10rem;
    height: 10rem;
    opacity:0;
    transition: all 800ms ease-in-out;
    background: #b2b4b6;
  }
  .testimonial-link {
    text-decoration: none !important;
    font-size: 1.6rem;
    color: #333333 !important;
    outline: none;
    font-weight: 100;
    display: inline-block;
  }
  .testimonial-center .slick-center .avatar-image{
    opacity: 1;
    transition: all 800ms ease-in-out;
    z-index: 1;
  }
  .testimonial-center .avatar-image img {
    background: #d3d3d3;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .testimonial-center .testimonial__author > span {
    margin: 0.4rem auto 3rem;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #999;
  }
  .testimonial-center .testimonial__author  h2 {
    font-size: 2.4rem;
    font-family: 'AvenirLTStdBlack', sans-serif;
    margin-bottom: 0;
  }
  .testimonial-center .testimonial__author > span img {
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: 2rem;
    margin: 0 auto;
  }
  .testimonial-center .slick-prev {
    background: url(../images/arrow.svg) no-repeat center;
    width: 60px;
    display: block;
    color: transparent;
    left: 0;
    z-index: 10;
  }
  .testimonial-center .slick-next {
    background: url(../images/arrow.svg) no-repeat center;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    width: 60px;
    display: block;
    color: transparent;
    right: 0;
    z-index: 10;
  }
  .testimonial-center .slick-prev:before,.slick-next:before{
    content:"";
  }
/* Section 3 End*/

/* Section 4 Start*/
  .section--4 {
    position: relative;
    overflow: hidden;
  }
  .section--4-bg-blob-1,
  .section--4-bg-blob-2 {
    position: absolute;
  }
  .section--4-bg-blob-1 {
    left: -50rem;
    bottom: 0;
  }
  .section--4-bg-blob-2 {
    right: -55rem;
    top: 0;
  }
  .partner-heading {
    margin-bottom: 4rem !important;
  }
  .partner-text {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
  }
/* Section 4 End*/

/* Section 5 Start*/
  .faq-heading {
    margin-bottom: 4rem !important;
    text-align: center
  }
  .accordion a {
    color: inherit;
  }
  .accordion .card {
    border: 1px solid #D1E4E4;
    border-bottom: 1px solid #D1E4E4 !important;
    border-radius: 5px;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-radius: 5px;
  }
  .accordion .card:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .accordion .card-header {
    padding: 2rem 6rem 2rem 2.5rem;
    background: #f5f6f8;
    border: none;
    position: relative;
    display: block;
    text-align: left;
    outline: none;
  }
  .accordion .card-header h2 {
    line-height: 2.4rem;
    font-size: 1.8rem;
  }
  .accordion .card-body {
    padding: 2rem 2.5rem;
  }
  .accordion .card-header:hover {
    cursor: pointer;
  }
  .accordion .card-body {
    font-size: 1.6rem
  }
  .faq-para {
    margin: 0;
  }
  li.faq-para {
    margin-left: 3rem;
  }
  .accordion ul {
    padding-left: 0;
    margin: 0;
  }
  .accordion .card-header::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    text-align: center;
    height: 2.4rem;
    width: 2.4rem;
    right: 2.5rem;
    background: url(../images/down-arrow-black.svg);
    background-repeat: no-repeat;
    background-size: 2.4rem 2.4rem;
  }
  .accordion .card-header:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
  }
/* Section 5 End*/

/* Footer Start */
  .footer {
    background: #414143;
    color: #FFF;
  }
  .footer .inner-wrap {
    padding: 5rem 0;
  }
  .footer__logo {
    width: 10rem;
    margin-bottom: 2rem;
  }
  .footer__text {
    font-size: 1.2rem;
  }
  .footer__text a {
    color: #13afb3;
  }
  .footer__text a:hover {
    text-decoration: none;
  }
  .footer__heading {
    color: #13afb3;
    font-family: 'HighVoltage', sans-serif;
  }
  .footer__email a {
    color: #FFF;
    font-size: 1.6rem;
  }
  .footer__email a:hover {
    text-decoration: none;
  }
  .footer__column {
    text-align: center;
  }
  .footer__column--right {
    margin-bottom: 2rem;
  }
/* Footer End */

/*why CSS*/

.why__icons img{
  width: 200px;
  display: block;
  margin: auto;
}

.why__icons p{
  text-align: center;
  margin-top: 20px;
}

body{
  overflow-x: hidden;
}

/*5 boxes*/

.register-cols ul {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 0 !important;
}

.black-box {
  background: #ffffff;
  padding: 35px 30px;
  min-height: 426px;
}
.black-box p {
  font-size: 16px;
  line-height: 26px;
}
.reg-name {
  color: #000;
  padding: 80px 0 20px;
}
.reg-name h2 {
  padding-bottom: 40px;
}
.register-cols {
  padding-top: 50px;
      width: 100%;
}
.reg-img {
  text-align: center;
  margin: 20px auto 0;
}
.reg-img img {
  margin: 0 auto;
}
.register-cols h3.heading {
      line-height: 35px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: none;
}
.black-box h3.heading:after {
    content: '';
    border-bottom: 1px solid #13afb3;
    border-width: 2px;
    display: block;
    width: 60%;
    margin: auto;
    margin-top: 4px;
}
.black-box img {
    width: 100px;
}

.black-box-img{
  padding-bottom: 20px;
}

.register-cols h3.heading::after{
  content: '';
}

.register-cols ul li {
    text-align: center;
    display: inline-block;
    padding: 15px;
    margin-right: -4px;
    vertical-align: top;
}

#section2_1{
  position: relative;
}

#section2_1_blob_left{
  width: 37.1rem;
    position: absolute;
    bottom: -30rem;
    left: 0;
}

#section2_1_blob_right{
 width: 37.9rem;
    position: absolute;
    bottom: 5rem;
    right: 0;
}

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 1.4rem !important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    font-size: 1.4rem !important;
  }
  :-ms-input-placeholder { /* IE 10+ */
    font-size: 1.4rem !important;
  }
  :-moz-placeholder { /* Firefox 18- */
    font-size: 1.4rem !important;
  }

  .domains-registered {
    background-color: #e5eaea;
    box-shadow: 0 2px 25px 0 #eff4f4;
    border-radius: 1.6rem;
    display: inline-block;
    padding: .4rem 1.6rem;
    margin-bottom: 3.2rem;
}

.hide__me{
  display: none !important;
}


.in-association {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .in-association img {
    width: 25rem;
    margin-left: 2rem;
  }
  /* Control Panel Login Start */
  .cp-login {
    font-size: 1.6rem;
    color: #13afb3;
    text-decoration: none !important;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    border:  1px solid #13afb3;
    transition: all 0.2s ease-out;
  }
  .cp-login:hover {
    background-color: #13afb3;
    color: #ffffff;
  }
  /* Control Panel Login End */