body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
}

a,
a:focus,
a:hover,
a:active {
  text-decoration: none;
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.txt-dark {
  color: #000000 !important;
}

/** Top Navigation Starts **/
nav {
  background-color: #fff;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.logo-main {
  width: 230px;
  max-width: 100%;
}

.navbar-nav .nav-link {
  color: #212529 !important;
}

nav .nav-item {
  padding: 0 15px;
}

nav .nav-link.active,
nav .show > .nav-link,
.navbar-nav .nav-link:hover {
  color: #ed6a2e !important;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
  color: #ed6a2e;
  background-color: #f9f9f9;
}

.dropdown-item {
  font-size: 16px;
  padding: 0.5rem 0.8rem;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    padding: 0;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
    border: 0;
    box-shadow: 0px 19px 55px 4px rgb(50 50 93 / 15%);
    -webkit-box-shadow: 0px 19px 55px 4px rgb(50 50 93 / 15%);
    border-radius: 4px;
  }
}
/** Top Navigation Ends **/

/** Pricing Section Starts **/
.cb-container {
  margin: 0 auto;
  position: relative;
  z-index: -1;
}

.cb-container .rounds-right {
  position: absolute;
  right: 0px;
}

.cb-container > .stripebg {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  pointer-events: none;
}

.cb-container > .stripebg {
  top: calc(50% + 175px);
}

.cb-container > .stripebg > .stripe {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  height: 5000px;
  bottom: -430px;
  background: #f8f9fa;
}

.cb-section .header-section .title {
  font-size: 40px;
  font-weight: 700;
  color: #ed6a2e;
  padding: 70px 0px 70px;
}

.cb-section .header-section .title .title-sub {
  font-size: 35px;
  font-weight: 500;
  margin-top: 12px;
  display: block;
  color: #535457;
}

.cb-section .plan {
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.19);
  min-height: 100px;
  background: #fff;
  border-radius: 5px;
  margin: 20px 0;
  padding-bottom: 25px;
  text-align: center;
}

.cb-section .plan.pro {
  padding-bottom: 35px;
}

.cb-section .plan.custom p {
  padding: 30% 30px;
}

.cb-section .plan .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 20px 0;
  background: #535457;
  color: #fff;
  position: relative;
}

.cb-section .plan .head::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-color: transparent;
  border-bottom-color: #535457;
  border-style: solid;
  border-width: 0 0 50px 50px;
  height: 0;
  width: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cb-section .plan.pro .head {
  background: #ed6a2e;
}

.cb-section .plan.pro .head::after {
  border-bottom-color: #ed6a2e;
}

.cb-section .plan.custom .head::after {
  border-bottom-color: #d0d0d0;
}

.cb-section .plan.custom .head {
  background: #d0d0d0;
  color: #535457;
}

.cb-section .plan .head h2 {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

.cb-section .plan.pro .head h2 {
  font-size: 25px;
}

.cb-section .plan ul {
  list-style-type: none;
  padding: 0 20px 0;
}

.cb-section .plan ul li {
  line-height: 22px;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 400;
  color: #535457;
  border-bottom: 1px solid #c2c2c2;
}

.cb-section .plan .price {
  margin: 34px auto 15px auto;
  width: 80%;
  color: #535457;
}

.cb-section .plan.pro .price {
  color: #ed6a2e;
  margin: 44px auto 25px;
}

.cb-section .plan .price h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0;
}

.cb-section .plan.pro .price h3 {
  font-size: 45px;
}

.cb-section .plan .price span {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.cb-section .plan.pro .price span {
  font-size: 16px;
}

.cb-section .plan .price h4 {
  color: #aaa;
  font-size: 14px;
}

.cb-section .plan .btn {
  padding: 5px 20px;
  background-color: #535457;
  color: #ffffff;
  border-radius: 25px;
  font-weight: 500;
  margin-top: 15px;
  word-break: break-all;
}

.cb-section .plan.pro .btn {
  background-color: #ed6a2e;
  font-size: 18px;
}

.cb-section .plan.custom .btn {
  background-color: #d0d0d0;
  color: #535457;
}

@media only screen and (max-width: 992px) {
  .cb-section .plan.pro .price h3 {
    font-size: 35px;
  }
  .cb-section .plan .price h3 {
    font-size: 22px;
  }
  .cb-section .plan .btn {
    font-size: 14px;
  }
}

/** Pricing Section Ends **/

/** Our Features Starts **/
.cb-section {
  padding: 70px 0;
}

.p-light {
  background-color: #f8f9fa;
}

.cb-section .section-title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: #ed6a2e;
  margin-bottom: 70px;
  line-height: 1.4;
}

.cb-section .section-title .sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #7e7e7e;
  display: block;
  margin-top: 20px;
}

.cb-section .icon-content {
  position: relative;
  display: flex;
}

.cb-section .icon-content .icon {
  position: relative;
  min-width: 50px;
}

.cb-section .icon-content .icon .i-block {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
}

.cb-section .icon-content .icon .i-block img {
  width: 35px;
  height: 35px;
}

.cb-section .icon-content .txt-content {
  position: relative;
  margin-left: 20px;
}

.cb-section .icon-content .txt-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #ed6a2e;
}

.cb-section .icon-content .txt-content p {
  font-size: 16px;
  font-weight: 400;
  color: #7e7e7e;
}
/** Our Features Ends **/

/** FAQ Starts **/
.cb-section.FAQ .section-title .sub-title {
  font-size: 25px;
  font-weight: 400;
}
.cb-section #pricing-faq .accordion-button {
  background-color: #f5f5f5;
  font-size: 20px;
  color: #627de8;
  font-weight: 700;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 17%);
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 17%);
  border-left: 6px solid #092baa;
}

.cb-section #pricing-faq .accordion-button:not(.collapsed) {
  background-color: #f5f5f5;
  box-shadow: none;
  border-radius: 8px 8px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #092baa;
}

.cb-section #pricing-faq .accordion-item {
  margin-bottom: 25px;
  border: 0;
}

.cb-section #pricing-faq .accordion-body {
  background-color: #f5f5f5;
  border-radius: 0 0 8px 8px;
  color: #7e7e7e;
  font-size: 16px;
  border-left: 6px solid #092baa;
}

.cb-section #pricing-faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23092BAA%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201C5.925%201%201%205.925%201%2012s4.925%2011%2011%2011s11-4.925%2011-11S18.075%201%2012%201Zm1%2015a1%201%200%201%201-2%200v-3H8a1%201%200%201%201%200-2h3V8a1%201%200%201%201%202%200v3h3a1%201%200%201%201%200%202h-3v3Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  transform: scale(1.2) !important;
}

.cb-section #pricing-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23092BAA%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201C5.925%201%201%205.925%201%2012s4.925%2011%2011%2011s11-4.925%2011-11S18.075%201%2012%201ZM8%2011a1%201%200%201%200%200%202h8a1%201%200%201%200%200-2H8Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}
/** FAQ Ends **/

/** Features CTA **/

.cb-features-CTA {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.cb-features-CTA .bg-connection {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.cb-features-CTA .bg-connection img {
  height: auto;
  width: 100%;
}

.cb-features-CTA .f-info {
  font-size: 16px;
  color: #535457;
  margin: 40px 0;
  text-align: center;
}

.cb-features-CTA h1 {
  font-size: 40px;
  font-weight: 800;
  color: #092baa;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.cb-features-CTA .CTA-btn {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  background-color: #092baa;
  border-radius: 50px;
  padding: 15px 40px;
}

.cb-features-CTA .CTA-btn:hover {
  background-color: rgb(46, 70, 155);
}

/** Search Site Section **/

.cb-site-search {
  position: relative;
}

.cb-site-search .rounds-left {
  position: absolute;
  left: 0;
  top: -100px;
}

.cb-site-search.cb-section .section-title {
  margin-bottom: 40px;
}

.cb-site-search input {
  background-color: #edf0ff;
  border: 0;
  padding: 20px 25px;
  margin-bottom: 30px;
}

.cb-site-search .search-btn {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  background-color: #ed6a2e;
  border-radius: 50px;
  padding: 15px 40px;
}

/** CTA Starts **/
.cb-CTA {
  background-image: linear-gradient(0deg, #9a4e2b, #ec6a2e) !important;
}

.cb-CTA h1 {
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
}

.cb-CTA .CTA-btn {
  background-color: #ff7f43;
}

.CTA-btn {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  background-color: #e15e22;
  border-radius: 50px;
  padding: 12px 20px;
}

.CTA-btn:hover {
  background-color: #fea232;
}

.cb-support {
  background-color: #f1f9ff;
}

.cb-support h1 {
  font-size: 40px;
  font-weight: 800;
  color: #092baa;
  text-align: center;
}

.cb-support p {
  color: #7e7e7e;
  font-size: 20px;
  margin-top: 20px;
}
/** CTA Ends **/

/** Apps Section **/
.apps-section .app-link {
  background-color: #092baa;
  padding: 20px 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.apps-section .app-link img {
  margin-right: 10px;
}

/** Advance Features **/
.advance-features h3 {
  font-size: 35px;
  color: #ed6a2e;
  font-weight: 700;
  margin-bottom: 20px;
}

.advance-features p {
  color: #535457;
  font-size: 20px;
  margin-bottom: 20px;
}

.advance-features .img-block {
  box-shadow: 0 0 20px 5px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 0 20px 5px rgb(0 0 0 / 20%);
  border-radius: 20px;
  max-width: 90%;
  margin-bottom: 30px;
}

.advance-features ul li::after,
.advance-features ul li::before {
  content: "";
}

.advance-features ul li {
  font-size: 20px;
  color: #535457;
  position: relative;
  margin: 25px 0;
  line-height: 16px;
  padding-left: 30px;
}

.advance-features ul li::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background: url("/custom/images/list-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 30px;
  text-align: center;
}

footer {
  padding: 70px 0 0;
  position: relative;
}

footer .rounds-left {
  position: absolute;
  left: 0;
}

footer .rounds-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

footer .rounds-left img {
  width: 40%;
}

footer .basic-info {
  text-align: center;
}

footer .basic-info .links li a {
  color: #000000;
  font-size: 14px;
}

footer .social-widget .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

footer .social-widget .social-links {
  position: relative;
  margin-bottom: 10px;
}

footer .social-widget .social-links li {
  position: relative;
  margin-right: 8px;
  margin-bottom: 10px;
  display: inline-block;
  background: #ed6a2e;
  border-radius: 50%;
}

footer .social-widget .social-links li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

footer .social-widget .social-links li a span {
  position: relative;
}

footer .main-links h3 {
  color: #ed6a2e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

footer .main-links ul li a {
  font-size: 14px;
  color: #000000;
}

footer .main-links ul li a:hover,
footer .main-links ul li a.sub:hover,
footer .basic-info .links li a:hover {
  color: #ed6a2e;
}

footer .main-links ul li a.sub {
  color: #7e7e7e;
}

footer .copyright {
  font-size: 14px;
  color: #000000;
  text-align: center;
  padding: 25px 0;
  border-top: 1px solid #dadada;
}

footer .copyright a {
  color: #ed6a2e;
  text-decoration: underline;
}

/* Pricing Toggle Style */
.toggle,
.toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.toggler {
  color: #ddd;
  transition: 0.2s;
  font-weight: bold;
}
.toggler--is-active {
  color: #092baa;
}
.b {
  display: block;
}
.toggle {
  position: relative;
  width: 80px;
  height: 35px;
  border-radius: 100px;
  background-color: #092baa;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.check:checked ~ .switch {
  right: 2px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}
.switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/** Hero section Starts **/
.hero-section {
  padding: 100px 0 30px;
  background-color: #f8f9fa;
}

.hero-bg {
  position: relative;
  text-align: right;
  margin-top: 50px;
  right: 0;
  position: absolute;
  top: 0;
  width: 60%;
}

.hero-section h2 {
  font-size: 3.2rem;
  color: #000000;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.3;
}

.hero-section h6 {
  font-size: 16px;
  color: #7e7e7e;
  font-weight: 500;
  margin-bottom: 25px;
}

.hero-section h6 span {
  color: #000000;
  font-size: 14px;
}

.hero-section p {
  font-size: 25px;
  color: #7e7e7e;
  margin-bottom: 30px;
}

.hero-section .CTA-btn + span {
  font-size: 14px;
}

.hero-section .carousel-caption {
  position: relative;
  left: inherit;
  right: inherit;
  margin-top: 20px;
}

.hero-section .carousel-caption h5 {
  color: #d26228;
  font-weight: 600;
  font-size: 16px;
}

.hero-section .carousel-indicators [data-bs-target] {
  border-radius: 4px;
  background-color: #9599a7;
}

.hero-section .carousel-indicators {
  align-items: center;
}

.hero-section .carousel-indicators [data-bs-target].active {
  background-color: #d26228;
  height: 6px;
  border-radius: 10px;
}
/** Hero section Ends **/

.operations-block {
  border: 2px solid #ed6a2e;
  box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 13%);
  border-radius: 5px;
  padding: 40px 15px;
  text-align: center;
  height: 100%;
}
.operations-block h3 {
  color: #ed6a2e;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.operations-block h2,
.uses-block a.title {
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.uses-block a.title {
  display: block;
}
.uses-block a.title:hover {
  color: #092baa;
}
.operations-block p,
.uses-block p {
  color: #7e7e7e;
  font-size: 16px;
}

.uses-block {
  border-top: 4px solid #ed6a2e;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 13%);
  border-radius: 5px;
  padding: 35px 15px;
  text-align: center;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.uses-block img {
  margin-bottom: 20px;
}
.uses-block .CTA-btn {
  padding: 10px 20px;
  background-color: #dddddd;
  color: #000000;
}
.uses-block .CTA-btn:hover {
  background-color: #ed6a2e;
  color: #ffffff;
}

/** Advance Features **/
.wc-cb-list h5 {
  font-size: 25px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
}

.wc-cb-list h1.title {
  font-size: 33px;
  font-weight: 600;
  color: #ed6a2e;
  text-align: center;
  margin-bottom: 30px;
}

.wc-cb-list p {
  color: #535457;
  font-size: 20px;
  margin-bottom: 30px;
}

.wc-cb-list ul li::after,
.wc-cb-list ul li::before {
  content: "";
}

.wc-cb-list ul li {
  font-size: 20px;
  color: #7e7e7e;
  position: relative;
  margin: 20px 0;
  line-height: 1.2;
  padding-left: 30px;
}

.wc-cb-list ul li::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background: url("/custom/images/list-arrow-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 30px;
  text-align: center;
}

.wc-cb-list .tab-content {
  background-color: #ffffff;
  padding: 30px 45px;
  border-radius: 8px;
  box-shadow: 0px 0px 23px 1px rgb(0 0 0 / 6%);
  -webkit-box-shadow: 0px 0px 23px 1px rgb(0 0 0 / 6%);
}

.wc-cb-list .nav-pills .nav-link {
  background-color: #f4f4f4;
  text-align: left;
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  padding: 15px 20px;
  border-bottom: 5px solid #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
}

.wc-cb-list .nav-pills .nav-link img {
  margin-right: 10px;
}

.wc-cb-list .nav-pills .nav-link:first-child {
  border-radius: 8px 0 0 0;
}

.wc-cb-list .nav-pills .nav-link:last-child {
  border-radius: 0 0 0 8px;
}

.wc-cb-list .nav-pills .nav-link:hover {
  background-color: #ffbea0;
}

.wc-cb-list .nav-pills .nav-link:last-child {
  border-bottom: 0;
}

.wc-cb-list .nav-pills .nav-link.active {
  background-image: linear-gradient(0deg, #9c4f2c, #ed6b2f) !important;
  color: #ffffff;
}

.wc-cb-list .nav-pills .nav-link.active img {
  filter: invert(99%) sepia(1%) saturate(3577%) hue-rotate(305deg) brightness(105%) contrast(101%);
}

.wc-cb-list .nav-pills {
  min-width: 35%;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  border-radius: 8px 0 0 8px;
}

.wc-cb-list .tab-content .tab-pane a {
  font-size: 20px;
  color: #ed6a2e;
  font-weight: 500;
}

/* How to block Porn page */
.hero-section.how-to-block-porn {
  background: #ffffff url("/custom/images/CB_hero-image_for-adults-scaled.jpg") center right;
  background-repeat: no-repeat;
  background-size: 100%;
  background-origin: content-box;
  padding: 130px 0 60px;
  background-position: 50px 50%;
}

.ten-steps {
  padding-bottom: 0;
}

.ten-steps .title {
  font-size: 35px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 24px;
}

.ten-steps p {
  font-size: 30px;
  color: #7e7e7e;
  font-weight: 400;
}

.ten-steps-content .links-block {
  background-color: #f8f9fa;
  border-radius: 16px;
  padding: 25px 0;
  margin: 35px 0;
}

.ten-steps-content .links-block:first-child {
  margin-top: 0;
}

.ten-steps-content .links-block ul .step-link {
  border-bottom: 1px solid #cfcccc;
  padding: 10px 0;
}

.ten-steps-content .links-block ul .step-link h4,
.ten-steps-content .links-block .l-title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
  border-left: 4px solid #ed6a2e;
  padding-left: 15px;
}

.ten-steps-content .links-block ul .step-link span,
.ten-steps-content .links-block .l-content {
  padding: 0 15px;
  font-size: 18px;
  color: #b4b5b8;
  font-weight: 500;
  display: block;
}

.ten-steps-content .links-block ul .step-link:hover a span,
.ten-steps-content .links-block ul .step-link a.active span {
  color: #ed6a2e;
}

.ten-steps-content .links-block ul .step-link:last-child {
  border: 0;
}

.ten-steps-content .links-block .l-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.ten-steps-content .links-block .l-content {
  font-size: 16px;
}

.ten-steps-content .links-block .ref-links {
  padding-left: 15px;
}

.ten-steps-content .links-block .ref-links li a {
  color: #0071b8;
  text-decoration: underline;
  font-weight: 500;
}

.ten-steps-content .links-block .ref-links li {
  margin-bottom: 8px;
}

.ten-steps-content .links-block .ref-links li .date {
  display: block;
  font-size: 16px;
  color: #b4b5b8;
}

.ten-steps-content h2.main-title {
  color: #ed6a2e;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}

.ten-steps-content p.main-content {
  color: #7e7e7e;
  font-size: 20px;
  font-weight: 400;
}

.ten-steps-content p.main-content a {
  text-decoration: underline;
}

.ten-steps-content .sub-title {
  color: #163092;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.ten-steps-content .t-ht {
  font-size: 20px;
  color: #7e7e7e;
  font-weight: 600;
}

.ten-steps-content .tbl-data {
  margin-top: 20px;
}

.ten-steps-content .tbl-data thead th {
  background-color: #ed6a2e;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 12px 24px;
  box-shadow: none;
}

.ten-steps-content .tbl-data tbody {
  border: 0;
  background-color: #f8f9fa;
}

.ten-steps-content .tbl-data tbody tr td {
  padding: 12px 24px;
  vertical-align: middle;
  color: #7e7e7e;
  font-size: 20px;
  border-color: #7e7e7e;
}

.ten-steps-content .tbl-data tbody tr td:first-child {
  background-color: #f7e4dd;
  font-size: 20px;
  color: #7e7e7e;
  font-weight: 600;
}

.ten-steps-content .tbl-data thead th:first-child {
  border-radius: 24px 0 0 0;
}

.ten-steps-content .tbl-data thead th:last-child {
  border-radius: 0 24px 0 0;
}

.ten-steps-content .tbl-data tbody tr:last-child td:first-child {
  border-radius: 0 0 0 24px;
}

.ten-steps-content .tbl-data tbody tr:last-child td:last-child {
  border-radius: 0 0 24px 0;
}

.ten-steps-content .tbl-data tbody tr:last-child td {
  border: 0;
}

.ten-steps-content .ips-block {
  background-color: #f7e4dd;
  padding: 12px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  border-radius: 16px;
}

.ten-steps-content .numb-list li {
  list-style-type: decimal;
  font-size: 20px;
  color: #7e7e7e;
  padding: 0;
}

.ten-steps-content .b-list li {
  list-style-type: disc;
  font-size: 20px;
  color: #7e7e7e;
  padding: 0;
}

.ten-steps-content .b-list {
  padding: 0 20px;
}

.ten-steps-content .b-list li span {
  color: #000000;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
}

.ten-steps-content .scrollspy-steps > div,
#navbar-steps {
  padding-top: 70px;
}

.ten-steps-content #navbar-steps {
  position: relative;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ten-steps-content.fixed #navbar-steps {
  position: sticky;
  z-index: 99;
  width: 100%;
  top: 50px;
  height: calc(100vh - 60px);
  overflow: auto;
}

#navbar-steps::-webkit-scrollbar {
  background-color: #eee;
  width: 8px;
}

#navbar-steps::-webkit-scrollbar-thumb {
  background-color: #b4b4b4;
  border-radius: 20px;
}

/* DNS Status */

.cb-section.dns-status-tbls {
  padding: 5px 0;
}

.dns-status h2 {
  font-size: 26px;
  font-weight: 600;
}

.dns-status p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

.dns-status-tbls .blc-header .title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}

.dns-status-tbls .blc-header .lc-tr-info span {
  font-size: 14px;
  color: #505050;
}

.dns-status-tbls .blc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #a7a6a6;
  padding-bottom: 2px;
}

.dns-status-tbls .blc-header .lc-tr-info span img {
  width: 16px;
  height: 16px;
}

.dns-status-tbls .dns-tbl {
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 0;
}

.dns-status-tbls .dns-tbl thead tr th:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  border-radius: 5px 0 0 0;
}

.dns-status-tbls .dns-tbl thead tr th:last-child {
  font-size: 10px;
  color: #7e7e7e;
  font-weight: 500;
  border-radius: 0 5px 0 0;
  text-align: right;
}

.dns-status-tbls .dns-tbl tbody {
  border-top: 0;
}

.dns-status-tbls .dns-tbl tbody tr td,
.dns-status-tbls .dns-tbl thead tr th {
  border: 0;
  padding: 3px 8px;
  vertical-align: middle;
}

.dns-status-tbls .dns-tbl tbody tr {
  height: 24px;
}

.dns-status-tbls .dns-tbl tbody tr td:first-child {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}

.dns-status-tbls .dns-tbl tbody tr td:last-child {
  font-size: 9px;
  font-weight: 500;
  color: #7e7e7e;
  text-align: right;
}

.dns-status-tbls .dns-tbl tbody tr:nth-child(odd),
.dns-status-tbls .dns-tbl.single-tbl tbody tr .dns-tbl tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}

.dns-status-tbls .dns-tbl.single-tbl {
  border: 0;
  margin-top: 0;
}

.dns-status-tbls .div-tbl {
  border: 1px solid #cccccc;
  margin-top: 8px;
}

.dns-status-tbls .div-tbl.first {
  border-right: 0;
  padding-right: 10px;
}

.dns-status-tbls .div-tbl.last {
  border-left: 0;
  padding-left: 10px;
}

.dns-status-tbls .dns-tbl.single-tbl tbody tr {
  background-color: transparent;
}

.dns-status-tbls .dns-tbl.single-tbl tbody tr .dns-tbl {
  border: 0;
  margin: 0;
}

/* .dns-status-tbls .dns-tbl.single-tbl > tbody > tr > td {
  width: 50%;
} */

.dns-status-tbls .dns-tbl.single-tbl > tbody > tr > td:first-child {
  padding-left: 0;
}

.dns-status-tbls .dns-tbl.single-tbl > tbody > tr > td:last-child {
  padding-right: 0;
}

/** Media Query for Mobile responsive **/

@media only screen and (max-width: 992px) {
  .wc-cb-list .nav-pills .nav-link {
    font-size: 25px;
    padding: 10px;
  }
  .wc-cb-list .nav-pills .nav-link img {
    width: 34px;
  }
  .operations-block h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .cb-section {
    padding: 35px 0;
  }
  .cb-section .header-section .title {
    font-size: 30px;
    padding: 70px 0px 35px;
  }
  .cb-section .header-section .title .title-sub {
    font-size: 25px;
  }
  .cb-section .section-title {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .cb-section .icon-content .icon .i-block {
    width: 40px;
    height: 40px;
  }
  .cb-section .icon-content .icon .i-block img {
    width: 25px;
    height: 25px;
  }
  .cb-section .icon-content .txt-content {
    margin-left: 10px;
  }
  .cb-section .icon-content {
    margin-bottom: 1.5rem !important;
  }
  .cb-section #pricing-faq .accordion-button {
    font-size: 16px;
  }
  .tp-CTA h1 {
    font-size: 30px;
  }
  .CTA-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .cb-section .plan-title {
    margin: 0px -10px;
  }
  .logo-main {
    width: 170px;
  }
  .cb-features-CTA h1 {
    font-size: 34px;
  }
  .advance-features .img-block {
    max-width: 100%;
    border-radius: 10px;
  }
  .advance-features h3 {
    font-size: 28px;
  }
  .advance-features p {
    font-size: 16px;
  }
  .advance-features ul li {
    font-size: 16px;
  }
  footer .main-links {
    margin: 20px 0;
  }
  .cb-features-CTA .CTA-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .cb-section.FAQ .section-title .sub-title {
    font-size: 18px;
    line-height: normal;
    display: block;
  }
  .apps-section .app-link {
    padding: 10px;
    font-size: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  .cb-container .rounds-right,
  footer .rounds-left,
  footer .rounds-right,
  .cb-site-search .rounds-left {
    display: none;
  }
  footer .basic-info {
    text-align: left;
  }
  .wc-cb-list {
    flex-direction: column;
  }
  .wc-cb-list .tab-content {
    padding: 20px;
  }
  .operations-block,
  .uses-block {
    margin-bottom: 20px;
    height: auto;
  }
  .wc-cb-list .nav-pills .nav-link {
    font-size: 22px;
    padding: 15px;
  }
  .wc-cb-list .nav-pills .nav-link img {
    width: 34px;
  }
  .wc-cb-list .nav-pills {
    min-width: 100%;
  }
  .wc-cb-list .nav-pills .nav-link:first-child {
    border-radius: 8px 8px 0 0;
  }
  .wc-cb-list .nav-pills .nav-link:last-child {
    border-radius: 0 0 0 0;
  }
  .hero-section.how-to-block-porn {
    background: none;
  }
  .ten-steps-content.fixed #navbar-steps {
    height: 100%;
    position: relative;
  }
  .dns-status-tbls .blc-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .dns-status-tbls .blc-header .lc-tr-info span {
    font-size: 13px;
  }
  .dns-status-tbls .dns-tbl tbody tr.bg-transparent {
    display: none;
  }
  .dns-status-tbls .div-tbl.first {
    border-right: 1px solid #cccccc;
    padding-right: 0;
    border-bottom: 0;
  }
  .dns-status-tbls .div-tbl.last {
    border-left: 1px solid #cccccc;
    padding-left: 0;
    border-top: 0;
    margin-top: 0;
  }
  .dns-status-tbls .div-tbl.last .dns-tbl tr td {
    padding-top: 0;
  }
  .dns-status-tbls .asia .div-tbl.last > .dns-tbl tbody tr:nth-child(even) {
    background-color: #f8f9fa !important;
  }
  .dns-status-tbls .asia .div-tbl.last > .dns-tbl tbody tr:nth-child(odd) {
    background-color: #ffffff !important;
  }
}

/* CIPA */
.cipa-act h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.cipa-act p {
  font-size: 18px;
  font-weight: 400;
  color: #7e7e7e;
}

.cb-CTA .sub-line {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.cipa-features .title {
  background: linear-gradient(to right, #e0e0e0, #ffffff) !important;
  padding: 12px 20px;
  margin-bottom: 25px;
}

.cipa-features .title h2 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
}

.cipa-features .content {
  font-size: 18px;
  color: #7e7e7e;
}

.cipa-features .content h5 {
  color: #000000;
  margin-top: 50px;
  font-weight: 600;
}

.cipa-features .content ul {
  padding-left: 20px;
  margin-top: 15px;
}

.cipa-features .content ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

.cipa-features .content ul li::before {
  content: "\203A";
  font-size: 40px;
  margin-right: 5px;
  position: absolute;
  top: -20px;
  left: -20px;
  color: #ed6a2e;
}

.cipa-features img {
  border-radius: 10px;
  -moz-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 992px) {
  .hero-section h2 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hero-section h2,
  .cb-support h1 {
    font-size: 32px;
  }
  .cb-CTA h1 {
    font-size: 30px;
  }
  .hero-section p {
    font-size: 18px;
  }
  .cipa-features .content h5 {
    margin-top: 30px;
  }
  .cipa-features .title h2 {
    font-size: 25px;
  }
}

.hero-section .cipa-features .content ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.hero-section p.cta-txt {
  font-size: 12px;
  font-weight: 600;
}

pre {
  display: block;
  padding: 15px;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 5px;
  border-left: 5px solid #e15e22;
}

.content-fil-rs {
  background-color: #f1f9ff;
  padding: 15px;
  border-radius: 10px;
}

.content-fil-rs p,
.content-fil-rs h5 {
  color: #092baa;
}

.types-of-cf .list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 15px;
  border-bottom: 1px solid rgb(9 43 170 / 21%);
}

.types-of-cf .list-item:last-child {
  border-bottom: 0;
}

.types-of-cf .list-item:nth-child(even) {
  background-color: #f1f9ff;
}

.types-of-cf .list-item span {
  flex-basis: 30%;
  font-size: 22px;
  font-weight: 800;
  color: #092baa;
  padding-right: 20px;
}

.types-of-cf .list-item div {
  flex-basis: 70%;
}

@media only screen and (max-width: 767px) {
  .types-of-cf .list-item {
    flex-direction: column;
  }
  .types-of-cf .list-item div,
  .types-of-cf .list-item span {
    flex-basis: 100%;
  }
  .types-of-cf .list-item span {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.privacy-policy ol li {
  list-style-type: decimal;
  font-size: 18px;
  font-weight: 400;
  color: #7e7e7e;
}

.block-section {
  padding: 40px 0;
}

.blocked-block {
  background: #ffffff url("/custom/images/map-bg.svg") no-repeat center right;
  border-radius: 20px;
  padding: 50px 60px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
  margin-top: 40px;
}

.block-section .b-title h3 {
  color: #eb5757;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}

.block-section p {
  color: #7e7e7e;
  font-size: 18px;
  margin-bottom: 20px;
}

.block-section .talk-to-someone {
  margin-top: 50px;
}

.block-section .talk-to-someone h1 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

.block-section .talk-to-someone .tts-blocks,
.block-section .talk-to-someone .gmh-blocks {
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
  padding: 25px 20px;
}

.block-section .talk-to-someone .main-title {
  background-color: #ed6a2e;
  border-radius: 20px 20px 0 0;
  padding: 6px 20px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}

.block-section .talk-to-someone .inner-box {
  position: relative;
  padding: 18px 20px;
  padding-left: 75px;
  background-color: #f8f9fa;
  border-radius: 5px;
}

.block-section .talk-to-someone .gmh-blocks .inner-box {
  padding: 20px;
  margin-bottom: 30px;
}

.block-section .talk-to-someone .inner-box .icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed6a2e;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.block-section .talk-to-someone .inner-box p {
  font-size: 16px;
  margin-bottom: 5px;
}

.block-section .talk-to-someone .inner-box h5 {
  font-size: 19px;
  font-weight: 800;
  color: #000000;
  line-height: normal;
  margin-bottom: 0;
}

.block-section .talk-to-someone .inner-box h5 > span {
  color: #ed6a2e;
}

.block-section .talk-to-someone .inner-box h5 > a.w-link {
  font-size: 19px;
  text-decoration: underline;
  font-weight: 500;
  color: #ed6a2e;
}

.block-section .talk-to-someone .gmh-blocks .gmh-cta {
  background-color: #163092;
  color: #ffffff;
  padding: 5px 12px;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
}

.block-section .talk-to-someone .gmh-blocks .inner-box h5 {
  margin-bottom: 10px;
}

.block-section .talk-to-someone .gmh-blocks .o-logo {
  width: 70px;
}

.block-section .talk-to-someone .gmh-blocks .accordion-item,
.block-section .talk-to-someone .gmh-blocks .accordion-button {
  background-color: transparent;
}

.block-section .talk-to-someone .gmh-blocks .accordion-item {
  border: 0;
}

.block-section .talk-to-someone .gmh-blocks .accordion-button {
  color: #ed6a2e;
  padding: 20px 0 0;
  box-shadow: none;
}

.block-section .talk-to-someone .gmh-blocks .accordion-button::after {
  margin-left: 15px;
}

.block-section .talk-to-someone .gmh-blocks .accordion-button:focus,
.block-section .talk-to-someone .gmh-blocks .accordion-button:active {
  outline: none;
  box-shadow: none;
}

@media only screen and (max-width: 992px) {
  .block-section .talk-to-someone .tts-blocks .p-blocks {
    margin-bottom: 15px;
  }
  .block-section .talk-to-someone .gmh-blocks .o-logo {
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .blocked-block {
    padding: 20px;
  }
  .block-section .talk-to-someone h1 {
    font-size: 27px;
  }
  .block-section .talk-to-someone .main-title {
    font-size: 22px;
  }
  .block-section .talk-to-someone .gmh-blocks .o-logo {
    margin-bottom: 15px;
  }
  .block-section .talk-to-someone .gmh-blocks .gmh-cta {
    display: block;
    text-align: center;
  }
  .block-section .logo-main {
    width: auto;
  }
}

.ten-steps-content .tbl-data.tbl-dns-hierarchy thead th {
  font-size: 20px;
  padding: 8px 16px;
}

.ten-steps-content .tbl-data.tbl-dns-hierarchy tbody tr td {
  font-size: 14px;
  padding: 8px 16px;
}

.ten-steps-content .tbl-data.tbl-dns-hierarchy tbody tr td:first-child,
.ten-steps-content .tbl-data.tbl-dns-hierarchy tbody tr td:last-child {
  background-color: #f7e4dd;
  font-weight: 600;
}

.terminal-block {
  background-color: #000000;
  border-radius: 25px;
  padding: 20px;
}

.terminal-block .query-input {
  background-color: #ffffff;
  opacity: 0.9;
  font-size: 14px;
  border-radius: 5px;
  padding: 2px 5px;
  display: inline-block;
  color: #000000;
}

.terminal-block pre {
  background-color: transparent;
  color: #ffffff;
  border: 0;
  padding: 0;
  margin: 0;
}

.cinfo-block {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 15%);
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.cinfo-block .c-title {
  background-color: #ed6a2e;
  padding: 20px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  margin: 0;
}

.cinfo-block .c-title span {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 35px;
  margin-right: 10px;
}

.cinfo-block .c-content {
  padding: 20px;
}

.cinfo-block .c-content p {
  color: #7e7e7e;
  margin-bottom: 10px;
  font-size: 18px;
}

.cinfo-block .c-content ul li {
  font-size: 18px;
  color: #7e7e7e;
}

.cinfo-block .c-content ul li a {
  word-wrap: break-word;
}

.cinfo-block .c-content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.cinfo-block .c-content ul li span {
  color: #000000;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .cinfo-block .c-content ul li {
    font-size: 16px;
  }
  .cinfo-block .c-title {
    padding: 10px;
    font-size: 18px;
  }
  .cinfo-block .c-title span {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .cinfo-block .c-title span img {
    width: 20px;
    height: 20px;
  }
  .cinfo-block .c-content {
    padding: 10px;
  }
  .cinfo-block {
    height: auto;
  }
}

.hero_bg {
  width: 100%;
  height: 65vh;
  background: url("/custom/images/vsdnsfilter-bg.jpg") top center no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: 70px;
}

.hero_bg.vstitan {
  background: url("/custom/images/vswebtitan-bg.jpg") top center no-repeat;
  background-size: cover;
}

.cb-section.vs-blocks .plan .price {
  margin: 44px auto 15px auto;
}

.cb-section.vs-blocks .plan .price h3 {
  font-size: 45px;
}

.cb-section.vs-blocks .plan .head h2 {
  font-size: 25px;
}

.cb-section.vs-blocks .plan {
  padding-bottom: 35px;
  margin: 0 15px;
}

.cb-section.vs-blocks .plan ul li:last-child {
  border: 0;
}

.cb-section.vs-blocks .plan .btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  padding: 12px 20px;
}

.cb-section.vs-blocks .plan.custom .btn {
  color: #ea0300;
  border: 0;
  font-weight: 700;
  background-color: transparent;
}

.cb-section.vs-blocks .plan ul {
  padding: 0 50px 0;
}

@media only screen and (max-width: 1199px) {
  .hero_bg {
    height: 40vh;
  }
}

@media only screen and (max-width: 767px) {
  .hero_bg {
    background-size: contain;
    height: 240px;
  }
}

@media only screen and (max-width: 567px) {
  .hero_bg {
    background-size: contain;
    height: 120px;
  }
  .cb-section.vs-blocks .plan {
    margin: 0;
    margin-bottom: 20px;
  }
  .cb_video iframe {
    height: 250px;
  }
}

.step-title {
  color: #e15e22;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 15px;
}

.clientele {
  padding: 55px 0;
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  font-size: 14px;
}

.client-logos .client-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.client-logos img {
  max-height: 50px;
  max-width: 100%;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.card {
  overflow: hidden;
  background: #ffffff;
  border: 0;
}
.card-img {
  height: 60px;
}
.card-img-container img {
  object-fit: contain;
  object-position: center;
  max-height: 100%;
  height: 60px;
}

/* small and extra-small screens */
@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  .card-img-container img {
    max-width: 100%;
  }
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner {
    .carousel-item-end.active,
    .carousel-item-next {
      transform: translateX(25%);
    }
    .carousel-item-start.active,
    .carousel-item-prev {
      transform: translateX(-25%);
    }
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      display: flex;
    }
    .carousel-item-end,
    .carousel-item-start {
      transform: translateX(0);
    }
  }
  .card-img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    img {
      display: inline-block;
      max-height: 100%;
      margin: 0 -50%;
    }
  }
}

.carousel-control-next,
.carousel-control-prev {
  width: 3%;
}

.cb-network {
  background-color: #f8f9fa;
}

.cb-network .section-title > span {
  display: block;
  color: #ed6a2e;
}

.cb-network ul li {
  border-radius: 5px !important;
  box-shadow: 0px 8px 20px 0 rgba(33, 37, 41, 0.06);
  -webkit-box-shadow: 0px 4px 8px 0 rgba(33, 37, 41, 0.06);
  text-align: center;
  border: 1px solid #eee !important;
  cursor: pointer;
  padding: 0.5rem 1rem;
}

.cb-network ul li:hover {
  border: 1px solid #ed6a2e !important;
}

.cb-network .card {
  perspective: 1000px;
  height: 45px;
  position: relative;
  background-color: transparent;
}

.cb-network .flipped .front {
  transform: rotateY(-180deg);
}

.cb-network .flipped .back {
  transform: rotateY(0deg);
}

.cb-network .front,
.cb-network .back {
  backface-visibility: hidden;
  padding: 0;
  transition: transform 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.cb-network .front img {
  width: 20px;
  margin-right: 10px;
}

.cb-network .back {
  transform: rotateY(180deg);
  font-size: 12px;
  line-height: 1.25;
}
.cb-network .list-group {
  gap: 8px;
}
.cb-network .left-content {
  line-height: 1.9;
  color: #7e7e7e;
}
.cb-network .bracket {
  background: url("../images/curly.svg") no-repeat center;
  background-size: cover;
  height: 100%;
  width: 20px;
}
.cb-network .list-group-item.active {
  background-color: #ffdbcb;
  color: #212529;
}
.hero-section.filters-block {
  padding: 130px 0 60px;
}
.hero-section.filters-block .cb-section .plan .head {
  padding: 15px 0;
  margin-bottom: 15px;
}
.hero-section.filters-block .cb-section .plan .head h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}
.hero-section.filters-block .cb-section .plan ul li {
  padding: 10px 0;
  border-color: #ebebeb;
  text-align: left;
}
.hero-section.filters-block .cb-section .plan {
  margin-top: 0;
  padding-bottom: 0px;
}
.hero-section.filters-block .cb-section .plan ul li:last-child {
  border-bottom: 0;
}
.hero-section.filters-block .cb-section .plan .head::after {
  border-width: 0 0 30px 30px;
}
.hero-section.filters-block .cb-section .plan .item-list {
  list-style-type: none;
}
.hero-section.filters-block .cb-section .plan .item-list li {
  padding-left: 40px;
  background-image: url("/custom/images/hero/filters/check-green.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 5px;
}
.hero-section.filters-block .cb-section .plan .item-list li.highlight {
  background-color: #28a74517;
  font-weight: 600;
}
.hero-section.filters-block .cb-section .plan.free .item-list li {
  background-image: url("/custom/images/hero/filters/close-red.svg");
}
