.section-tabs .tabs {
  border-bottom: 1px solid #c1c1c1
}

.section-tabs .tabs ul:after {
  content: "";
  clear: both;
  display: block
}

.section-tabs .tabs li {
  width: 227px;
  height: 42px;
  background: #333;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  float: left;
  padding-top: 13px;
  margin-right: 5px;
  cursor: pointer;
  letter-spacing: -.3px
}

.section-tabs .tabs li.active {
  position: relative;
  background: #fff;
  color: #000;
  border: solid #c1c1c1;
  border-width: 1px 1px 0
}

.section-tabs .tabs li.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #fff
}

.section-tabs .tabs-container .tab-outer {
  border: 1px solid #c1c1c1;
  border-top: 0 solid #c1c1c1;
  float: left;
  width: 100%
}

.section-tabs .tabs-container .tab-outer .tabs-content {
  padding: 0 0 29px;
  float: left;
  width: 100%
}

.section-tabs .tabs-container .col-outer:after {
  content: "";
  clear: both;
  display: block
}

.section-tabs .col-outer {
  float: left;
  width: 100%;
  padding: 30px 20px 0
}

.section-tabs .col-outer .col-three {
  width: calc(33.33% - 11px);
  height: 212px;
  overflow: hidden;
  margin: 0 5px 10px 6px;
  cursor: pointer
}

.section-tabs .pre-intro:before,
.section-tabs .tabs-expand:before {
  content: "";
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out
}

.section-tabs .pre-intro:hover:before,
.section-tabs .tabs-expand:hover:before {
  opacity: 1
}

.section-tabs .hover-state p {
  color: #fff;
  font-weight: 700
}

.section-tabs .col-outer .col-three .v-middle {
  padding: 0 15px
}

.section-tabs .col-outer .col-three .bg-img {
  height: 100%
}

.section-tabs .col-outer .col-three .bg-img img,
.section-tabs .col-outer .col-two .bg-img img {
  max-width: inherit;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  -ms-transition: transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out
}

.section-tabs .col-outer .col-three:hover .bg-img img,
.section-tabs .col-outer .col-two:hover .bg-img img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1)
}

.section-tabs .col-outer .col-three h3,
.section-tabs .col-outer .col-two h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1.2;
  margin-top: 13px;
  text-transform: uppercase
}

.section-tabs .aditional-links {
  margin-top: 10px;
  padding: 0 26px;
  float: left;
  width: 100%
}

.section-tabs .aditional-links .text-container {
  background: #000;
  padding: 33px 42px 47px
}

.section-tabs .aditional-links .para-18 {
  position: relative;
  color: #fff;
  font-weight: 700;
  margin-bottom: 43px
}

.section-tabs .aditional-links .para-18:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 83px;
  height: 2px;
  background: #ea2328
}

.section-tabs .aditional-links a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400
}

.section-tabs .aditional-links .links-container:after {
  content: "";
  display: block;
  clear: both
}

.section-tabs .aditional-links ul li {
  margin-bottom: 10px
}

.section-tabs .col-three .bg-img,
.section-tabs .col-two .bg-img {
  height: inherit
}

.section-tabs .col-outer>.col-three:before,
.section-tabs .col-outer>.col-two:before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out
}

.section-tabs .col-outer>.get-started-box:before {
  display: none
}

.section-tabs .col-outer>.get-started-box a:before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  transition: all .5s ease-in-out;
}

.section-tabs .col-outer>.col-three:hover:before,
.section-tabs .col-outer>.col-two:hover:before,
.section-tabs .col-outer>.get-started-box a:hover:before {
  opacity: 1
}

.section-tabs .col-outer .col-two {
  width: calc(50% - 11px);
  height: 212px;
  overflow: hidden;
  margin: 0 5px 10px 6px;
  cursor: pointer
}

.section-tabs .col-outer .col-two>a {
  display: block;
  height: inherit
}

.section-tabs .col-outer .col-three.col-two-block {
  width: calc(50% - 11px)
}

.section-tabs .col-outer .hide {
  display: none !important
}

.section-tabs .info-block {
  display: table;
  width: 100%;
  height: 100%;
  padding: 19px 28px 20px
}

.section-tabs .info-block .text-with-button h6 {
  float: left;
  margin-top: 9px
}

.section-tabs .image {
  display: table-cell;
  vertical-align: middle;
  width: 76px
}

.section-tabs .image img {
  display: block
}

.section-tabs .info-block .text-with-button {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px
}

.section-tabs .info-block .text-with-button .close-btn {
  float: right;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 17px 7px;
  cursor: pointer;
  margin-top: 1px;
  border-radius: 0;
  text-transform: capitalize;
  transition: all .3s
}

.section-tabs .info-block .text-with-button .close-btn:hover {
  border: 1px solid #000;
  color: #000;
  background: rgba(0, 0, 0, 0)
}

.section-tabs .tabset {
  float: left;
  width: 128px;
  vertical-align: top
}

.section-tabs .pro-tabs {
  padding: 19px 0 0;
  overflow: hidden;
}

.section-tabs .pro-tabs:after {
  content: "";
  clear: both;
  display: block
}
.section-tabs .links{
  display: block;
}
.section-tabs .links>h6 {
  font-size: 16px;
  letter-spacing: -.024em;
  display: inline-block;
  margin: 0;
}

.section-tabs .links>a {
  margin: 10px;
  position: relative;
  display: inline-block;
}


.section-tabs .tabset li a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  position: relative
}

.section-tabs .tabset li {
  padding: 28px 30px 25px;
  border-bottom: 1px solid #7b7b7b;
  background: #666;
  cursor: pointer
}

.section-tabs .code-mobile .tabset li {
  padding: 28px 15px 25px
}

.section-tabs .text-holder {
  position: relative
}

.section-tabs .code-mobile .tab-content {
  height: 258px
}


.section-tabs .tabset li:last-child {
  border-bottom: 0
}

.section-tabs .text-holder .code-heading:first-child {
  margin-top: 10px
}

.section-tabs .code-intro .tab-content pre {
  white-space: normal;
  margin: .5em 0 0 .5em;
  padding: 0 10px;
  height: 390px;
  z-index: 2
}

.section-tabs .code-intro .tab-content pre span {
  font-family: Courier, sans-serif
}

.section-tabs .text-holder .code-heading {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  display: block;
  margin: 20px 0 ;
  line-height: 1;
  font-family: HCo Gotham, Verdana, sans-serif
}

.section-tabs .tabset li.active ,
.section-tabs .tabset li:hover {
  background: #000;
}


.section-tabs .tabset li a:hover {
	text-decoration: none !important;
}

.section-tabs .code-box {
  float: left;
  width: calc(100% - 128px);
  background: #272822
}

.section-tabs .tab-content {
  float: left;
  width: calc(100% - 8px);
  background: #272822;
  color: #fff;
  font-weight: 700;
  height: 398px;
  margin: 10px 0;
  overflow: hidden
}

.section-tabs .code-intro.code-mobile .tab-content pre {
  height: 250px
}

.section-tabs .tab-content pre::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0)
}

.section-tabs .tab-content pre::-webkit-scrollbar-track {
  background: #272822
}

.section-tabs .tab-content pre::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #666
}

.section-tabs .tab-content .tab {
  display: none;
  opacity: 0
}

.section-tabs .tab-content .tab.active {
  display: block;
  opacity: 1
}

.section-tabs .tab-toggle {
  display: none
}

@media screen and (max-width: 1224px) and (min-width: 1025px) {

  .section-tabs .col-outer .col-three h3,
  .section-tabs .col-outer .col-two h3 {
    font-size: 32px
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

  .section-tabs .col-outer .col-three h3,
  .section-tabs .col-outer .col-two h3 {
    font-size: 28px
  }

  .section-tabs .col-outer {
    text-align: center;
    font-size: 0
  }

  .section-tabs .col-outer .col-three {
    width: calc(50% - 11px) !important;
    margin: 0 5px 11px 6px;
    display: inline-block
  }

  .section-tabs .col-outer .col-two {
    margin-top: 0;
    margin-bottom: 11px;
    width: calc(50% - 11px) !important
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .section-tabs .tabset li a {
    font-size: 15px
  }

  .section-tabs .tabset li {
    padding: 20px 24px
  }

  .section-tabs .tab-content {
    height: 320px
  }

  .section-tabs .code-intro .tab-content pre {
    height: 312px
  }

  .page-template-nosql .section-tabs .links>a,
  .page-template-nosql .section-tabs .links>h6 {
    font-size: 14px
  }
  .page-template-nosql .section-tabs .links>a{
    margin: 0 5px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .section-tabs .info-block .text-with-button h6 {
    max-width: 450px
  }
}

@media (max-width: 767px) and (min-width: 596px) {
  .section-tabs .info-block .text-with-button h6 {
    font-size: 20px;
    max-width: 330px
  }

  .section-tabs .info-block .text-with-button {
    padding-left: 15px
  }

  .section-tabs .col-outer .col-three h3,
  .section-tabs .col-outer .col-two h3 {
    font-size: 26px
  }

  .section-tabs .col-outer {
    text-align: center;
    font-size: 0
  }

  .section-tabs .col-outer .col-three,
  .section-tabs .col-outer .col-two {
    width: 100% !important;
    margin: 0 0 5px;
    display: inline-block;
    float: none
  }

  .section-tabs .aditional-links {
    padding: 0 20px
  }

  .section-tabs .aditional-links ul {
    margin-bottom: 30px;
    width: 50%
  }

  .section-tabs .aditional-links ul:last-child {
    margin-bottom: 0
  }

  .section-tabs .aditional-links .text-container {
    padding: 30px 20px
  }

  .section-tabs .aditional-links .para-18 {
    margin-bottom: 30px
  }

  .section-tabs .aditional-links .para-18:after {
    bottom: -10px
  }
}

@media (max-width: 767px) {
  .section-tabs .tabset {
    float: none;
    width: 100%;
    vertical-align: top;
    position: relative;
    z-index: 10
  }

  .section-tabs .code-box {
    width: 100%
  }

  .section-tabs .tab-content {
    float: left;
    width: calc(100% - 8px)
  }

  .section-tabs .info-block {
    padding: 20px 15px
  }

  .section-tabs .tab-toggle {
    display: block;
    background: #000 !important;
    border: 1px solid #d9dae0;
    width: 100%;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 6px;
    cursor: pointer;
    position: relative;
    color: #fff
  }

  .section-tabs .tab-toggle span {
    font-weight: 700;
    font-size: 14px
  }

  .section-tabs .tabset ul {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2
  }

  .section-tabs .tab-toggle .caret {
    width: 18px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 16px;
    transition: all .3s ease;
    background-image: url(../../images/White_Caret.svg);
    background-repeat: no-repeat;
  }

  .section-tabs .tab-toggle .closeup {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg)
  }

  .section-tabs .col-outer .col-three.col-two-block {
    width: 100%
  }

  .section-tabs .tabset li a {
    font-size: 14px
  }

  .section-tabs .code-mobile .tabset li,
  .section-tabs .tabset li {
    padding: 10px
  }

  .section-tabs .links>h6 {
    font-size: 14px
  }

  .section-tabs .links>a {
    margin: 0 20px 0 10px
  }
  
  .page-template-nosql .section-tabs .links>a{
    font-size: 12px;
    margin: 0 5px 0 5px;
  }
  .page-template-nosql .code-intro .links{
    padding-left: 0px;
  }
}

@media (max-width: 595px) {
  .page-template-nosql .code-intro .links {
    padding-left: 10px;
  }
  .section-tabs .links {
    text-align: left;
    padding: 20px 10px
  }

  .section-tabs .links>h6 {
    margin: 0 0 10px 10px;
    display: block
  }

  .section-tabs .image {
    display: block;
    margin: 0 auto 8px
  }

  .section-tabs .info-block .text-with-button {
    display: block;
    text-align: center;
    padding-left: 0
  }

  .section-tabs .info-block .text-with-button h6 {
    margin: 8px auto;
    font-size: 20px;
    float: none
  }

  .section-tabs .info-block .text-with-button .close-btn {
    padding: 7px 10px;
    float: none
  }

  .section-tabs .pro-tabs {
    padding: 20px 20px 0
  }
}

@media screen and (max-width: 595px) and (min-width: 481px) {

  .section-tabs .col-outer .col-three h3,
  .section-tabs .col-outer .col-two h3 {
    font-size: 24px
  }

  .section-tabs .col-outer {
    text-align: center;
    font-size: 0
  }

  .section-tabs .col-outer .col-three,
  .section-tabs .col-outer .col-two {
    width: 100% !important;
    margin: 0 0 5px;
    display: inline-block;
    float: none
  }

  .section-tabs .col-outer .col-three:last-child {
    margin-bottom: 0
  }

  .section-tabs .aditional-links,
  .section-tabs .tabs-container .tab-outer {
    padding: 0 20px
  }

  .section-tabs .tabs li {
    width: 50%;
    margin-right: 0;
    font-size: 15px;
    padding-top: 15px
  }

  .section-tabs .aditional-links ul {
    margin-bottom: 0;
    width: 100%
  }

  .section-tabs .aditional-links ul:last-child {
    margin-bottom: 0
  }

  .section-tabs .aditional-links .text-container {
    padding: 30px 20px
  }

  .section-tabs .aditional-links .para-18 {
    margin-bottom: 30px
  }

  .section-tabs .aditional-links .para-18:after {
    bottom: -10px
  }
}

@media (max-width: 480px) {
  .section-tabs .info-block {
    padding: 19px 20px 20px
  }

  .section-tabs .info-block .text-with-button {
    display: block
  }

  .section-tabs .info-block .text-with-button h6 {
    font-size: 18px
  }

  .section-tabs .code-intro .links>a {
    margin: 0 8px 0 10px
  }

  .section-tabs .col-outer .col-three h3,
  .section-tabs .col-outer .col-two h3 {
    font-size: 20px
  }

  .section-tabs .col-outer {
    text-align: center;
    font-size: 0
  }

  .section-tabs .col-outer .col-three,
  .section-tabs .col-outer .col-two {
    width: 100% !important;
    margin: 0 0 5px;
    display: inline-block;
    float: none
  }

  .section-tabs .aditional-links {
    padding: 0 20px
  }

  .section-tabs .tabs li {
    width: 50%;
    font-size: 15px;
    padding-top: 15px;
    margin-right: 0
  }

  .section-tabs .aditional-links ul {
    margin-bottom: 0;
    width: 100%
  }

  .section-tabs .aditional-links ul:last-child {
    margin-bottom: 0
  }

  .section-tabs .aditional-links .text-container {
    padding: 30px 20px
  }

  .section-tabs .aditional-links .para-18 {
    margin-bottom: 30px
  }

  .section-tabs .aditional-links .para-18:after {
    bottom: -10px
  }
}

@-moz-document url-prefix() {
  .section-tabs .tabset li a:after {
    height: 0
  }

  .section-tabs .tabset li a:hover {
    text-decoration: underline
  }
}