.step-box {
  background-color: #D9EEEE;
  border-radius: 16px;
  padding: 30px;
  position: relative;
  text-align: center;
  height: 100%;
}

.step-box img {
  max-width: 100%;
  border-radius: 12px;
}

.domain-tag {
  padding: 8px 16px;
  display: flex;
  gap: 8px;
  font-size: 16px;
  flex-direction: column;
  text-align: left;
}

.domain-tag span {
  font-size: 22px;
  font-weight: 600;
}
.domain-tag {
    font-size: 16px;
    font-weight: 400;
}


.info-box {
  border-radius: 16px;
  padding: 25px;
  display: flex;
  gap: 15px;
  background-color: #F1F0EC;
  height: 100%;
}

.info-box:last-child {
  background-color: #F8E9E0;
}


.info-text span {
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.info-text p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 768px) {
  .step-box {
    margin-bottom: 20px;
  }
}



.whois-tool-cnt ul li {
    display: flex;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}
.whois-tool-cnt ul li span{
  margin-right: 15px;
}








.hex-section {
      background-color: #e0f3ff;
      position: relative;
      overflow: hidden;
    }

    .hex-container {
    margin: auto;
    padding: 80px 30px;
    background-color: #3b2ff4;
    color: white;
    text-align: center;
    clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
    }

    .hex-container h6 {
    color: #38F2AE;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}

    .hex-container h2 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px;
}

   .hex-container p {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 400;
}

   .hex-container .gradient-text {
      color: #38F2AE;
    }

    @media (max-width: 576px) {
      .hex-container {
        clip-path: none;
        border-radius: 20px;
      }
    }






  .whois-bulit-grw-box {
    border: 1px solid #CFCFFF;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
}
.whois-grw-img {
    display: inline-block;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.whois-bulit-grw-box .wh-img{
  background-color: #D9EEEE;
}
.whois-bulit-grw-box .vh-img{
  background-color: #F1F0EC;
}
.whois-bulit-grw-box .ds-img{
  background-color: #F8E9E0;
}
.whois-grw-img svg {
    width: 40px;
    height: 40px;
}
span.whois-grw-tittle {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0;
}
span.whois-grw-subtitle {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
span.whois-grw-data {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}
span.whois-grw-price {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 20px;
}
.whois-bnnr-srch-box{
    display: inline-block;
    margin: 20px 0;
}

.whois-bnnr-srch-box .form-control{
    width: 480px;
    padding: 15px 30px;
    position: relative;
    box-shadow: none;
    outline: none;
    border: 1px solid #CFCFFF;
    border-radius: 50px !important;
}
button.whois-srch-btn {
    background: #3838ff;
    color: #fff;
    border: 1px solid #3838ff;
    width: 57px;
    border-radius: 50px !important;
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 111;
}
.whois-btm-btn-row {
    display: flex;
    justify-content: center;
}
.whois-btm-btn-row a {
    padding: 0 10px;
    color: #3838ff;
}
.whois-btm-btn-row a:nth-child(1){
  border-right: 1px solid #3838ff;
}
.whois-bnnr-srch-box form input::placeholder{
  color: #B3B3B3;
}


@media only screen and (max-width: 992px) {
  .step-box {
    margin-bottom: 20px;
    height: inherit;
  }
  .whois-bulit-grw-box {
    margin: 10px 0;
}
}

@media only screen and (max-width: 767px) {
  .info-box{
    flex-wrap: wrap;
  }
  .hex-section{
    background-color: inherit;
  }
  .whois-bnnr-srch-box{
    display: block;
  }
  .whois-bnnr-srch-box .form-control{
    width: inherit;
  }
}








.whois-fnd-dmn-box .form-control {
    padding: 20px 30px;
    outline: none;
    box-shadow: none;
    position: relative;
    border-radius: 10px !important;
}
.whois-fnd-dmn-box button {
    position: absolute;
    right: 0;
    height: auto;
    margin: 10px;
    border-radius: 8px !important;
}

.whois-fnd-dmn-box form input::placeholder {
    font-size: 20px;
    font-weight: 400;
}
.whois-srch-cnt-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}  
.whois-srch-label {
    font-size: 16px;
    font-weight: 400;
}
.whois-srch-title {
    text-align: end;
    font-size: 16px;
    font-weight: 500;
}
.whois-srch-rslt-left .accordion-item {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 12px !important;
    border: 1px solid #CFCFFF;
}
.whois-srch-rslt-left .accordion-header{
  border-radius: 20px 0 0 20px !important;
  padding: 10px 0;
}
.whois-srch-rslt-left button.accordion-button {
    background-color: inherit !important;
    font-weight: 500;
    font-size: 18px;
    color: #080808 !important;
    box-shadow: none;
    outline: none;
}
.whois-srch-head {
    font-size: 24px;
    font-weight: 600;
    color: #3838ff;
}
.whois-srch-rslt-main{
  background-color: #F0F9FF;
  position: relative;
}
.whois-srch-rslt-left .accordion-collapse {
    border-top: 1px solid #E5E5FF;
}
.whois-srch-rgt-input .title, .whois-srch-rgt-dmn-data .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}
.whois-srch-rgt-input form .form-control {
    padding: 20px;
    outline: none;
    box-shadow: none;
}
.whois-srch-rgt-dmn-box {
    background: #fff;
    border: 1px solid #CFCFFF;
    border-radius: 12px;
}
.whois-srch-dmn-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #E5E5FF;
}
.whois-dmn-title {
    font-size: 18px;
    font-weight: 400;
}
.whois-dmn-price {
    font-size: 24px;
    font-weight: 600;
}

.whois-dmn-price span.cut-prc {
    font-size: 18px;
    font-weight: 400;
    color: #B3B3B3;
    text-decoration: line-through;
    margin-left: 6px;
}
.whois-dmn-icon {
    border: 1px solid #3838ff;
    padding: 20px;
    border-radius: 10px;
    transition: 0.6s;
}
.whois-dmn-icon:hover {
    border: 1px solid #000c66;
    background-color: #000c66;
}
.whois-dmn-icon:hover i{
  color: #fff;
}
a.whois-dmn-icon i {
    color: #3838ff;
    font-size: 18px;
}
.whois-srch-dmn-row:last-child {
  border-bottom: none;
}
.whois-srch-cnt-right{
  position: sticky;
  top: 110px;
}
.whois-fnd-dmn-btn-desk{
  display: block;
  z-index: 111;
}
.whois-fnd-dmn-btn-mo{
  display: none;
  z-index: 111;
}


@media only screen and (max-width: 767px) { 
.whois-srch-title {
    font-size: 14px;
  }
  .whois-srch-label {
    font-size: 14px;
  }
  .whois-fnd-dmn-box .form-control{
    padding: 20px 18px;
  }
.whois-fnd-dmn-btn-desk{
  display: none;
}
.whois-fnd-dmn-btn-mo{
  display: block;
}
}