* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Saira", sans-serif;
  /*text-transform: capitalize;*/
  text-decoration: none;
}
body ul {
  margin: 0px;
  padding: 0px;
}
body ul li,
a {
  text-decoration: none;
  list-style: none;
}
#domainserchnow {
  background-color: #202124;
}
.feature-style-seven {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  background-image: url(../img/domain/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-style-seven .list-tick li {
  display: flex;
  align-items: center;
  line-height: 40px;
}
.feature-style-seven .list-tick li:before {
  content: "\F4B6";
  font-size: 25px;
  color: var(--color-primary);
  font-family: bootstrap-icons;
  margin-right: 10px;
  line-height: 28px !important;
}
.bg-security .inner-content,
.inner-content-img {
  z-index: 4;
  position: relative;
}
.color-primary {
  color: var(--color-primary);
}
.domainserch-form input {
  width: 75%;
  padding: 13px 10px;
  border: unset;
  border-radius: 6px 0px 0px 6px;
  background-color: var(--color-white);
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .domainserch-form input {
    width: 70%;
  }
}
.domainserch-form button {
  border: unset;
  border-radius: 0px 6px 6px 0px;
  background-color: var(--color-primary);
  font-size: 18px;
  font-weight: 500;
  padding: 10px 13px;
  transition: all 0.5s;
  color: #fff;
  line-height: 34px;
}
@media (max-width: 480px) {
  .feature-style-three form button {
    font-size: 18px;
    padding: 10px 6px;
    width: 30%;
  }
}

.feature-style-six-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0px 0px 6px var(--color-primary);
  position: relative;
  top: 0;
  transition: all 0.5s;
  border: 1px solid var(--color-primary);
}

.feature-style-six-card:hover {
  top: -10px;
  position: relative;
}

.domain-notes {
  background-color: #353434;
}

.domain-notes ul li {
  line-height: 30px !important;
  margin-bottom: 20px !important;
}

.card-style-seven {
  background-color: #252d2a;
  border: 1px solid #717070;
  padding: 30px;
  height: 100%;
  border-radius: 8px;
  transition: all 0.5s;
}

.card-style-seven .icon {
  background-color: #000;
  width: 100px;
  border-radius: 50%;
  height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.5s;
}

.card-style-seven svg {
  fill: var(--color-primary);
  width: 40px;
  height: 40px;
  transition: all 0.5s;
}
.card-style-seven:hover {
  border: 1px solid var(--color-primary);
}

.card-style-seven:hover .icon {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.card-style-seven:hover .icon svg {
  fill: var(--color-black);
}

.feature-style-four-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(25, 85, 63), rgba(21, 21, 21, 0.87));
  z-index: -1;
}
.btn-getstarted,
.btn-getstarted:focus {
  background-color: var(--color-primary);
  border-radius: 6px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0px 40px;
  position: relative;
  text-align: center;
  /*text-transform: capitalize;*/
  transition: 1s;
  z-index: 1;
  color: var(--color-white);
}



@media (max-width: 1279px) {
  .btn-getstarted,
  .btn-getstarted:focus {
    margin-right: 50px;
  }
}

@media (max-width: 402px) {
  .btn-getstarted,
  .btn-getstarted:focus {
    display: none;
  }
}

.contact-us {
  background-image: url(../img/domain/callcenter.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  position: relative;
}

.contact-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.77) 0%, #0f0f0f 100%);
  z-index: -1;
}
.contact-us {
  background-image: url(../img/domain/callcenter.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  position: relative;
}

.contact-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.77) 0%, #0f0f0f 100%);
  z-index: -1;
}

.border-seprate {
  display: inline-block;
  border-bottom: 2px solid;
  position: relative;
  bottom: 0;
  width: 58px;
  border-bottom-color: var(--color-primary);
  margin-bottom: 10px;
}
.card-style-three svg {
  fill: var(--color-primary);
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.feature-style-five-card {
  padding: 41px 30px;
  background: #fff;
  border-radius: 10px;
  transition: all 0.5s;
  height: 100%;
  border: 1px solid var(--color-primary);
  box-shadow: 0px 0px 6px var(--color-primary);
}

.feature-style-five-card:hover {
  background: var(--color-primary);
}

.feature-style-five-card .icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  margin: 0 auto 28px;
  transition: var(--transition);
}

.feature-style-five-card .icon {
  background-color: var(--color-primary);
  z-index: 2;
  transition: all 0.5s;
}
.feature-style-five-card svg {
  fill: var(--color-white);
  width: 43px;
  height: 43px;
  transition: all 0.5s;
}

.feature-style-five-card:hover .icon {
  background-color: #252d2a;
}
.feature-style-five-card:hover svg {
  fill: var(--color-white);
}

.feature-style-five-card h5 {
  margin-bottom: 20px;
}
.feature-style-five-card p {
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.homebanner-bg {

  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.feature-one.inner-content h2,
.feature-one.inner-content p {
  margin-bottom: 20px;
  line-height: 30px;
}
.about-btn a {
  display: inline-flex;
}

.about-btn a svg {
  width: 20px;
  height: 20px;
  fill: var(--color-primary);
  margin-left: 10px;
  transition: all 0.5s;
}

.about-btn:hover a svg {
  rotate: 45deg;
}
.accordion-body>p{
  color: #fff;
}