.content-format p {
  overflow: unset !important;
}
.content-format ul {
  list-style: none;
}
.content-format li {
  list-style: disc outside none;
  margin-left: 2em;
}
.content-format ol {
  list-style: none;
  counter-reset: num;
}
.content-format ol li {
  counter-increment: num;
  list-style: none;
  margin-left: 0;
}
.content-format ol li:before {
  content: counter(num) ". ";
}
.content-format ol, .content-format ul {
  margin-left: 0 !important;
}
.content-format ol, .content-format ul, .content-format dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.content-format ol ol, .content-format ul ul, .content-format ol ul, .content-format ul ol {
  margin-bottom: 0;
}
.content-format dt {
  font-weight: 700;
}
.content-format dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.content-format blockquote {
  margin: 0 0 1rem;
}
.content-format b, .content-format strong {
  font-weight: bolder;
}
.content-format small {
  font-size: 80%;
}
.content-format sub, .content-format sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.content-format sub {
  bottom: -0.25em;
}
.content-format sup {
  top: -0.5em;
}
.content-format pre, .content-format code, .content-format kbd, .content-format samp {
  font-size: 1em;
}
.content-format pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.content-format figure {
  margin: 0 0 1rem;
}

.faqs-section .faq-lists .single-faq {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  padding: 0.75rem;
  margin: 0 auto 15px auto;
  border: 1px solid #babaff;
  border-radius: 6px;
  cursor: pointer;
}
.faqs-section .faq-lists .single-faq.active .faq-question:after {
  content: "\f056";
  opacity: 0.8;
}
.faqs-section .faq-lists .single-faq .faq-question {
  font-weight: 600;
  color: #1a202c;
  width: 100%;
  height: auto;
  padding: 0 2.6rem 0 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.faqs-section .faq-lists .single-faq .faq-question:after {
  color: #0600bb;
  content: "\f055";
  font-family: "Font Awesome 6 Pro", serif;
  font-size: 1.5rem;
  position: absolute;
  right: 0.6rem;
}
.faqs-section .faq-lists .single-faq .faq-answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  vertical-align: baseline;
}

.pricing-section h2 {
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
}
.pricing-section h3 {
  font-size: 1.3rem;
  color: #00038d;
}
.pricing-section h4 {
  font-size: 1.2rem;
  color: #FFF;
}

.feature-section h2 {
  font-size: 1.8rem;
}
.feature-section h3 {
  font-size: 1.2rem;
  color: #464646;
  font-weight: 500;
}
.feature-section h4 {
  font-size: 1.3rem;
}
.feature-section .icon {
  margin-left: 1rem;
}
.feature-section .icon img {
  width: 60px;
  height: 100%;
  max-height: 60px;
}

.advance-feature-section h2 {
  font-size: 1.8rem;
}
.advance-feature-section h3 {
  font-size: 1.2rem;
  color: #464646;
  font-weight: 500;
}
.advance-feature-section h4 {
  font-size: 1.3rem;
}
.advance-feature-section .gsuite-feature-content h4 {
  font-size: 1rem;
}
.advance-feature-section .icon {
  margin-bottom: 1.2rem;
}
.advance-feature-section .icon img {
  width: 75px;
  height: 100%;
  max-height: 75px;
}

.os-section h2 {
  font-size: 1.8rem;
  color: #FFF;
}
.os-section h3 {
  font-size: 1.2rem;
  color: #FBFBFB;
  font-weight: 400;
}
.os-section h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0 0 0;
}
.os-section .icon img {
  width: 85px;
  height: 100%;
  max-height: 85px;
}

.faqs-section h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.faqs-section h3 {
  font-size: 1.2rem;
  color: #002f84;
  font-weight: 500;
}

.speciality-section h2 {
  font-size: 1.8rem;
}
.speciality-section h3 {
  font-size: 1.2rem;
  color: #464646;
  font-weight: 500;
}
.speciality-section h4 {
  font-size: 1.22rem;
}

.feature-tab-section h2 {
  font-size: 2.2rem;
}
.feature-tab-section h3 {
  font-size: 1.2rem;
}

.page-header-section .style-simple h1 {
  font-size: 3rem;
  font-weight: 700;
}

.domain-offer-tld-icon {
  margin-bottom: 0.65rem;
}
.domain-offer-tld-icon img {
  height: 100%;
  width: auto;
  max-height: 25px;
}

.featured-tld-icon {
  height: 17px;
  width: 100%;
  max-width: 55px;
  margin-bottom: 0.25rem;
}

.xyz-tld-icon {
  height: 29px;
  width: 100%;
  max-width: 50px;
  margin: 0 0.5rem;
}

.xyz-tld-price {
  font-weight: 700;
}

.partners-section .partner-logo {
  margin-bottom: 1rem;
}
.partners-section .partner-logo img {
  height: 40px;
  width: 100%;
  max-width: 135px;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
::-webkit-scrollbar-track {
  background: #F2F3F5;
  border-radius: 0.625rem;
}
::-webkit-scrollbar-thumb {
  background: #c0c3c5;
  border-radius: 0.625rem;
  -webkit-transition: all;
  transition: all;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(147, 161, 207, 0.73);
}

.review-section .single-review .review-author .author-avatar img {
  height: 65px;
  width: 100%;
  max-width: 65px;
  vertical-align: middle;
  border-radius: 50%;
}
.review-section .featured-review .review-author .author-avatar img {
  height: 65px;
  width: 100%;
  max-width: 65px;
  vertical-align: middle;
  border-radius: 50%;
}

/*# sourceMappingURL=style.css.map */
