.dmn-dt-com-bnnr-main{
    background-image: url(/assets/images/dot-in-domain/BG-Banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.dmn-dt-com {
    text-align: center;
}
.dmn-dt-com h1 {
    font-size: 30px;
    font-weight: 700;
    color: #080808;
    margin: 25px 0 15px;
}
.dmb-com-inpt-box-cnt .form-control {
    box-shadow: none;
}
.dmn-dt-com p {
    font-size: 16px;
    font-weight: 400;
    color: #080808;
}
.dmn-dt-com-inpt form {
    display: block;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}
.dmb-com-inpt-box-cnt {
    font-size: 22px;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
}
.dmb-com-inpt-box-cnt button{
    margin-left: 10px;
}
.dmb-com-inpt-box-cnt input {
    border: none;
    border-bottom: 1px solid #00000029;
    border-radius: 0;
    padding: 0;
    margin: 0 10px;
}
.dmn-dt-com-bnnr-btn-desk{
  display: block;
}
.dmn-dt-com-bnnr-btn-mo{
  display: none;
}
span#err_html {
    position: absolute;
    bottom: -30px;
    left: 30px;
    display: flex;
}


.domain-why-in-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.domain-why-in-text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}


.domain-reg-extn-box {
  border: 1px solid #d4d4ff;
  border-radius: 10px;
  padding: 30px;
  margin: 10px 0;
}
.domain-reg-extn-title {
  font-size: 36px;
  font-weight: 500;
}
.domain-reg-extn-cut-price {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin: 12px 0;
}
.domain-reg-extn-cut-price span {
  background: #f8f8ff;
  padding: 6px;
  color: #3838ff;
  border-radius: 6px;
  margin-left: 5px;
}
.domain-reg-extn-price {
  font-size: 28px;
  font-weight: 600;
  color: #080808;
  margin: 10px 0 15px;
}
.domain-reg-extn-price span {
  font-size: 16px;
  font-weight: 400;
  color: #080808;
}
.domain-reg-extn-btn a {
  display: block;
  text-align: center;
}
.domain-reg-extn-box.box-1 .domain-reg-extn-title {
  color: #3838ff;
}
.domain-reg-extn-box.box-2 .domain-reg-extn-title {
  color: #18b362;
}
.domain-reg-extn-box.box-3 .domain-reg-extn-title {
  color: #d32a2d;
}
.domain-reg-extn-box.box-4 .domain-reg-extn-title {
  color: #ff8000;
}


.domain-name-features {
    background: #f0f0ff;
}
.dmn-features-bx{
    border-top: 1px solid #fff;
}
.domain-name-features-box {
    text-align: center;
    padding: 40px 20px;
}
.domain-name-features-box-title {
    margin: 20px 0px 10px;
    font-size: 18px;
    font-weight: 600;
}
.domain-name-features-box-txt {
    font-size: 14px;
    font-weight: 400;
}
.dmn-features-bx:nth-child(1), .dmn-features-bx:nth-child(2), .dmn-features-bx:nth-child(3)  {
    border-top: none;
}
.dmn-features-bx {
  transition: 0.5s;
}
.dmn-features-bx:hover {
    background-color: #fff;
}






.dmn-dt-buy-box {
    padding: 10px 0;
    margin-bottom: 10px;
}
.dmn-dt-buy-img img {
    border-radius: 10px;
}
.dmn-dt-buy-title {
    margin: 15px 0 10px;
    font-size: 22px;
    font-weight: 500;
}
.dmn-dt-buy-cnt p {
    font-size: 16px;
    font-weight: 400;
}








.whois-bulit-grw-box {
    border: 1px solid #CFCFFF;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    margin: 12px 0;
}
.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-bulit-grw-box .dl-img{
  background-color: #CEE5FF;
}
.whois-bulit-grw-box .dea-img{
  background-color: #EFE9FF;
}
.whois-bulit-grw-box .dns-img{
  background-color: #FFE2E3;
}
.whois-grw-img svg {
    width: 40px;
    height: 40px;
}
span.whois-grw-tittle {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0;
    min-height: 68px;
}
span.whois-grw-data {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    min-height: 110px;
}








@media only screen and (max-width: 1199px) {
  .why-dmn-trstd-cnt{
    font-size: 30px;
  }
}
@media only screen and (max-width: 1099px) {
  .dmn-dt-com-bnnr-main{
    background-image: none;
    background-color: #f0f0ff;
  }
}
@media only screen and (max-width: 992px) {
    .whois-bulit-grw-box {
        margin: 10px 0;
  }
  .why-dmn-trstd-cnt {
        font-size: 24px;
    }
    
    .domain-why-in-cnt {
      margin-top: 20px;
    }
    .dmn-dt-buy-title,
    .domain-name-features-box-title {
      font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {   
  .dmn-dt-com-bnnr-btn-desk{
    display: none;
  }
  .dmn-dt-com-bnnr-btn-mo{
    display: block;
  }
  .dmb-com-inpt-box-cnt {
    padding: 10px;
  }
}


