* {
  list-style: none;
}

body {
  -webkit-overflow-scrolling: touch;
  padding-top: 68px;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.filter-open {
  min-height: 100vh;
  width: 100%;
  overflow-y: hidden;
  min-height: -webkit-fill-available;
  position: fixed;
}

article,
aside,
figcaption,
figure,
footer,
section {
  display: block;
}

input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: 0;
}

.placeholder {
  color: #333;
}

input::-webkit-input-placeholder {
  color: #333;
}

input:-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #333;
}

input:-moz-placeholder,
input::-moz-placeholder {
  color: #333;
  opacity: 1;
}

table {
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a:focus,
input:focus {
  outline: none;
}

input,
select,
textarea {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.terms-container>* {
  margin-bottom: 20px;
  text-align: left;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: 0;
}

img.svg-img {
  height: 100%;
  width: 100%;
}

audio,
fieldset,
figure,
footer,
form,
label,
li,
menu,
ol,
section,
tbody,
td,
th,
tr,
ul,
video {
  border: 0;
  list-style: none;
}


.content-900 {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

input:focus {
  outline: none;
}

section {
  width: 100%;
  position: relative;
  padding: 65px 0;
}

.col-four-outer:after,
.col-four:after,
.col-outer:after,
.col-three:after,
.col-two:after,
.content-900,
.container:after,
.resources-wrap:after,
.three-col-row:after,
.wrapper:after,
section:after,
ul:after {
  content: "";
  clear: both;
  display: block;
}

.col-two {
  width: 50%;
  color: currentColor;
}

.col-three,
.col-two {
  float: left;
  position: relative;
  height: 100%;
}

.col-three {
  width: 33.33%;
}

.col-four {
  width: 25%;
}

.col-four {
  float: left;
  position: relative;
  height: 100%;
}

.bg-img {
  overflow: hidden;
}

.bg-img img {
  width: 100%;
}

.v-middle-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.v-middle-inner {
  display: table;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}

.v-middle {
  display: table-cell;
  vertical-align: middle;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

input[type="text"]::-ms-clear {
  display: none;
}

ul.list-block li {
  position: relative;
  padding-left: 5px;
}

ul.list-block li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000;
  position: relative;
  left: -5px;
  top: -3px;
  display: inline-block;
}

.blue-link,
.cta-effect,
.white-link {
  position: relative;
  font-weight: 700;
  display: inline;
  line-height: 1;
  font-size: 14px;
}

html:not(:lang(en-US)) .blue-link,
html:not(:lang(en-US)) .cta-effect,
html:not(:lang(en-US)) .white-link{
  font-size: 15px;
}

.link,
.blue-link {
  color: #4287d6;
}

.white-link {
  color: #fff;
}

.blue-link:hover,
.cta-effect:hover {
  text-decoration: underline;
}

.white-link:after,
.blue-link:after,
.cta-effect:after {
  content: ">";
  position: relative;
  bottom: 0;
  transform: scale(0.8, 1);
  margin-left: 5px;
  display: inline-block;
}

.page-template-couchbase-vs-mongodb-mobile .white-link,
.page-template-comparing-couchbase-vs-oracle .white-link {
  line-height: 18px;
}

.page-template-couchbase-vs-mongodb-mobile .white-link:after,
.page-template-comparing-couchbase-vs-oracle .white-link:after {
  bottom: -1px;
  margin-left: 5px;
  right: auto;
}


form.search-container {
  position: relative;
}

.search-container input {
  width: 210px;
  background: none;
  border: none;
  border-bottom: 2px solid #cccc;
  color: #fff;
  padding-right: 25px;
}

.search-icon {
  position: absolute;
  right: 0;
  width: 15px;
  top: 0;
  bottom: 10px;
  margin: auto;
  cursor: pointer;
}
.para-link {
  color: #4287d6;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}

.para-link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4287d6;
  transform: scaleX(0);
  transition: transform 0.1s;
}

.para-link:hover:after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

.bg-black {
  background-color: #000;
}

.bg-blue {
  background-color: #4287d6;
}
.bg-lightBlue{
  background-color: #4287d6;
}

.bg-purple {
  background-color: #b36cdb;
}
.bg-green {
  background-color: #00b9be;
}
.bg-gray {
  background-color: #f2f2f2;
}

.bg-cerulean {
  background-color: #00acdf;
}

.bg-red {
  background-color: #ea2328;
}

.bg-orange {
  background: #fc9c0c;
}

.bg-lightPurple {
  background-color: #8681c4;
}

.bg-pink {
  background-color: #eb4971;
}

.bg-lightpink {
  background-color: #f774ce;
}

.bg-darkPink {
  background-color: #ff1493;
}
.bg-orange {
  background: #fc9c0c;
}
.light-grey {
  background-color: #f3f3f3;
}

.med-grey {
  background-color: #eee;
}

.bg-mid-grey {
  background-color: #ccc;
}

.bg-grayblack {
  background-color: #F8F8F8;
}

.dark-grey {
  background-color: #666;
}

.bg-white {
  background-color: #fff;
}

.bg-yellow {
  background-color: #efcd0f;
}

.bg-cyan {
  background-color: #1fb7c5;
}

.grey-bg {
  background: #f3f3f3;
}

.blue-bg {
  background: rgba(66, 135, 214, 0.9);
}

.yellow-bg {
  background: rgba(252, 156, 12, 0.9);
}

.color-blue {
  background-color: #4287d6;
}

.color-red {
  background-color: #eb4971;
}

.color-dark-blue {
  background-color: #0074e0;
}

.color-orange {
  background-color: #fc9c0c;
}

.color-green {
  background-color: #00b9be;
}

.color-purple {
  background-color: #b36cdb;
}

.pp-multiple-authors-wrapper {
  display: none;
}

.text-white {
  color: #fff;
}


.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-bottom: 15px;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

input#search-bar::placeholder {
  color: #ffffff;
}
.no-results {
  text-align: center;
  background: #f3f3f3;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.filter-overlay,
.form-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: 99999;
  display: none;
  overflow: auto;
  top: 0;
}
.border-bottom-center:after {
  content: "";
  position: absolute;
  width: 94px;
  height: 1px;
  left: calc(50% - 47px);
  bottom: -22px;
  background: #5c5c5c;
}

.gray-gradient {
  background: transparent linear-gradient(179deg, #F8F8F8 0%, #F8F8F800 100%) 0% 0% no-repeat;
}

.orange-gradient {
  background: #eb4971;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(1%, #eb4971),
      color-stop(99%, #fc9c0c));
  background: linear-gradient(90deg, #eb4971 1%, #fc9c0c 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb4971", endColorstr="#fc9c0c", GradientType=1);
}

.orange-gradient-reverse {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear,
      left top,
      right top,
      from(#ed8f0e),
      to(#f4577b)) 0 0 no-repeat;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #ed8f0e, #f4577b) 0 0 no-repeat;
}

.yellow-gradient {
  background: #fc9b0d;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#fc9b0d),
      color-stop(50%, #f4733e),
      to(#eb4a70));
  background: linear-gradient(90deg, #fc9b0d 0, #f4733e 50%, #eb4a70);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc9b0d", endColorstr="#eb4a70", GradientType=1);
}

.pink-gradient {
  background: #b36cdb;
  background: linear-gradient(135deg, #b36cdb, #eb4971);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b36cdb", endColorstr="#eb4971", GradientType=1);
}

.pink-reverse-gradient {
  background: #eb4971;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#eb4971),
      to(#b36cdb));
  background: linear-gradient(90deg, #eb4971 0, #b36cdb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb4971", endColorstr="#b36cdb", GradientType=1);
}

.purple-gradient {
  background: #b36cdb;
  background: linear-gradient(135deg, #b36cdb, #00ace0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b36cdb", endColorstr="#4287D6", GradientType=1);
}

.blue-gradient {
  background: #00ace0;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#00ace0),
      to(#b36cdb));
  background: linear-gradient(90deg, #00ace0 0, #b36cdb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4287D6", endColorstr="#b36cdb", GradientType=1);
}

.orangepink-gradient {
  background: #eb4971;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#eb4971),
      color-stop(19%, #f06252),
      color-stop(50%, #f4763a),
      to(#fc9c0c));
  background: linear-gradient(90deg,
      #eb4971 0,
      #f06252 19%,
      #f4763a 50%,
      #fc9c0c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb4971", endColorstr="#fc9c0c", GradientType=1);
}

.orangepink-reverse-gradient {
  background: #fc9c0c;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#fc9c0c),
      color-stop(50%, #f4763a),
      color-stop(81%, #f06252),
      to(#eb4971));
  background: linear-gradient(90deg,
      #fc9c0c 0,
      #f4763a 50%,
      #f06252 81%,
      #eb4971);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc9c0c", endColorstr="#eb4971", GradientType=1);
}

.darkpurple-gradient {
  background: #b36cdb;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#b36cdb),
      color-stop(50%, #588dde),
      to(#00ace0));
  background: linear-gradient(90deg, #b36cdb 0, #588dde 50%, #00ace0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b36cdb", endColorstr="#4287D6", GradientType=1);
}

.darkpurple-reverse-gradient {
  background: #00ace0;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#00ace0),
      color-stop(50%, #588dde),
      to(#b36cdb));
  background: linear-gradient(90deg, #00ace0 0, #588dde 50%, #b36cdb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4287D6", endColorstr="#b36cdb", GradientType=1);
}

.pinkpurple-gradient {
  background: #eb4971;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#eb4971),
      to(#b36cdb));
  background: linear-gradient(90deg, #eb4971 0, #b36cdb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb4971 ", endColorstr="#b36cdb ", GradientType=1);
}

.pinkorange-gradient {
  background: #eb4971;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#eb4971),
      to(#fc9c0c));
  background: linear-gradient(90deg, #eb4971 0, #fc9c0c);
}


.load-more-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.page-template-cbcommon-template .load-more-btn{
  margin-top:70px;
}

.load-more-btn .red-btn {
  width: 157px;
  height: 52px;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
}


.load_more,
.load_more:before,
.load_more:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.load_more {
  color: #EA2328;
  font-size: 10px;
  margin: -40px auto 40px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.load_more:before,
.load_more:after {
  content: '';
  position: absolute;
  top: 0;
}

.load_more:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.load_more:after {
  left: 3.5em;
}


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  position: absolute;
  left: 0;
  margin-top: 0;
  top: 25px;
  visibility: hidden;
  width: 250px;
  background-color: #4287D6;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 15px 15px;
  z-index: 1;
  font-size: 16px;
  line-height: 20px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

@media screen and (max-width: 595px) and (min-width: 481px) {
  .tooltip {
    position: unset;
  }

  .tooltip .tooltiptext {
    width: 80%;
    left: 10%;
    margin-top: 30px;
    top: unset;
  }
}

@media screen and (max-width: 767px) {
  .tooltip {
    position: unset;
  }

  .tooltip .tooltiptext {
    width: 60%;
    left: 20%;
    margin-top: 30px;
    top: unset;
  }
}


@media (max-width: 480px) {


  .tooltip {
    position: unset;
  }

  .tooltip .tooltiptext {
    width: 80%;
    left: 10%;
    margin-top: 30px;
    top: unset;
  }

}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.cta-button.two-cta {
  padding: 0;
}

.cta-button .generic-cta-wrapper {
  padding: 20px 0;
  margin: 0;
}

.generic-cta .cta-button a:last-child {
  display: none;
}

.generic-cta.two-cta .cta-button a:last-child {
  display: inline-block;
}

.divider {
  position: relative;
  margin-bottom: 50px;
}

.divider:after {
  content: "";
  position: absolute;
  width: 94px;
  height: 1px;
  left: calc(50% - 47px);
  bottom: -22px;
  background: #5c5c5c;
}
.Certification-FAQ .divider:after {
  left: 0;
}
@media screen and (max-width: 767px) and (min-width: 596px) {
  .divider {
    margin-bottom: 30px;
  }

  .divider:after {
    bottom: -14px;
  }
}

@media screen and (max-width: 595px) {
  .divider {
    margin-bottom: 30px;
  }

  .divider:after {
    bottom: -14px;
  }
}

@media screen and (max-width: 767px) {
  .col-four,
  .col-three,
  .col-two {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (min-width: 596px) {
  section {
    padding: 40px 0;
  }
  .border-bottom-center:after {
    bottom: -20px;
  }
}

@media screen and (max-width: 595px) {
  section {
    padding: 30px 0;
  }

  table .black-btn,
  table .red-btn,
  table .red-white-btn,
  table .transparent-btn,
  table .white-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .black-btn,
  .red-btn,
  .red-white-btn {
    margin-top: 10px;
  }

  .border-bottom-center:after {
    bottom: -13px;
  }

  .generic-part-two .inner-container {
    max-width: 100% !important;
  }
}

.hide-carets:after {
  display: none !important;
}

.caret-icon {
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}

.caret-icon:before {
  content: '';
  position: absolute;
  left: -18px;
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #222222;
  transform: rotate(-45deg);
}

.caret-icon:after {
  content: '';
  position: absolute;
  right: 5px;
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #222222;
  transform: rotate(45deg);
}


.fancybox-wrap {
  position: fixed !important;
}

.gt_switcher .gt_option a{
  width: 100% !important;
  padding: 5px !important;
}


.slick-arrow.next,
.slick-arrow.prev {
    width: 15px;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    position: absolute;
    opacity: 1;
    z-index: 9;
}

.slick-arrow.next {
    float: right;
    text-align: right;
    right: 3px;
}

.slick-arrow.prev {
    left: 3px;
    float: left;
}

.slick-arrow.prev:hover,
.slick-arrow.next:hover {
    opacity: 1;
}
.slick-arrow img{
  object-fit: contain;
  height: 100%;
}


.scroll-top {
  position: fixed;
  bottom: 0;
  right: 10px;
  height: 37px;
  width: 37px;
  background: rgba(153, 153, 153, .4);
  transition: all .2s ease-in-out;
  cursor: pointer;
  opacity: 0;
  z-index: 99
}


.onetrust-pc-dark-filter {
  display: none !important
}


.cZETVE,
.dSuVHR,
.hCTHHz {
  z-index: 999 !important;
}


.dSuVHR {
  width: 55px !important;
  height: 80px !important;
  bottom: 40px !important;
}

.hCTHHz {
  bottom: 120px !important;
  max-height: 75px !important;
}

.cZETVE {
  bottom: 125px !important;
}

.ci6qs0-0.cliUOf {
  padding-left: 18px !important;
}

.scroll-top.show {
  opacity: 1
}

.scroll-top:after {
  content: '';
  position: absolute;
  height: 16px;
  width: 27px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}


@-webkit-keyframes closeiconafter {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translateX(100%);
    -ms-transform: rotate(-45deg) translateX(100%);
    transform: rotate(-45deg) translateX(100%);
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translateX(0);
    -ms-transform: rotate(-45deg) translateX(0);
    transform: rotate(-45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}

@keyframes closeiconafter {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translateX(100%);
    -ms-transform: rotate(-45deg) translateX(100%);
    transform: rotate(-45deg) translateX(100%);
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translateX(0);
    -ms-transform: rotate(-45deg) translateX(0);
    transform: rotate(-45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}

@-webkit-keyframes closeiconbefore {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translateX(100%);
    -ms-transform: rotate(45deg) translateX(100%);
    transform: rotate(45deg) translateX(100%);
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: rotate(45deg) translateX(0);
    -ms-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}

@keyframes closeiconbefore {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translateX(100%);
    -ms-transform: rotate(45deg) translateX(100%);
    transform: rotate(45deg) translateX(100%);
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: rotate(45deg) translateX(0);
    -ms-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}