:root{
    --blog-spacing: 6rem;
}
.grid{
display: grid;
grid-gap: 20px;
grid-row-gap: 20px;
grid-template-columns: repeat(12, 1fr);
}

.grid img{
width: 100%;
height: 100%;
}
.defaultImg{
  width: auto !important;
}

.items{
min-height: 10px;
position: relative;
}

.items:nth-child(1), .items:nth-child(4), .items:nth-child(12){
grid-column: 1/span 4;
}

.items:nth-child(2), .items:nth-child(5), .items:nth-child(13){
grid-column: 5/span 4;
}

.items:nth-child(3), .items:nth-child(6), .items:nth-child(14){
grid-column: 9/span 4;
}

.items:nth-child(7){
grid-column: 1/span 5;
grid-row: 3 / span 3;
}

.items:nth-child(8), .items:nth-child(9), .items:nth-child(10){
display: flex;
flex-direction: row-reverse;
grid-column: 6/span 7;
justify-content: space-between;
}

/* Added default common classes such that no new blogs will break */
.items:nth-child(3n + 15){
  grid-column: 1/span 4;
}
.items:nth-child(3n + 16) {
  grid-column: 5/span 4;
}
.items:nth-child(3n + 17) {
  grid-column: 9/span 4;
}

.card-preview{
background: none;
box-shadow: 0 0 2px 1px rgb(243, 245, 252);
margin-top: 4rem;
}

.items:nth-child(11){
grid-column: 1/span 12;
display: flex;
}

.text-holder{
margin-bottom: 60px;
}

.tag-holder{
position: absolute;
bottom: 10px;
}

.items {
box-shadow: 0 0 2px 1px rgb(243, 245, 252);
transition: box-shadow 0.4s ease-in;
}

.items:hover{
box-shadow: 0 0 55px 4px rgb(220, 224, 238) !important;
}

.grid a{
color: inherit;
}

.text-holder, .tag-holder {
padding: 1.5rem;
font-size: 16px;
}

.tag-holder {
text-transform: uppercase;
font-size: 14px;
}

.tag {
  background-color: #eaf2f9;
  border-radius: 13px;
  padding: 2px 8px;
  padding-bottom: 3px;
  font-size: 14px;
  color: #494a5b;
  margin-right: 10px;
  text-transform: capitalize;
}
.Zentrunk.tag{
  background-color: #50c99d;
  color: #fff;
  font-weight: bold;
}

.SMS.tag{
  background-color: #3cd8fb;
  color: #fff;
  font-weight: bold;
}
.PHLO.tag{
  background-color: #97bde9;
  color: #fff;
  font-weight: bold;
}
.Plivo.tag
{
  background-color: #03a94a;
  font-weight: bold;
  color: #fff;
}
.background.plivo{
  background-color: #c3f1e1;
}
.card-body h1.heading{
margin-bottom: 4rem;
font-size: 24px;

}
.items:nth-child(8), .items:nth-child(7) {
margin-top: var(--blog-spacing);
}

.items:nth-child(10), .items:nth-child(7), .items:nth-child(11) {
margin-bottom: var(--blog-spacing);
}

.items:nth-child(8) .text-holder, .items:nth-child(9) .text-holder, .items:nth-child(10) .text-holder {
padding: 15px 20px;
}

.items:nth-child(8) .img-holder, .items:nth-child(9) .img-holder, .items:nth-child(10) .img-holder{
flex: 0 0 250px;
}

.items:nth-child(8) .tag-holder, .items:nth-child(9) .tag-holder, .items:nth-child(10) .tag-holder{
  padding: 0;
  left: 20px;
  bottom: 20px;
}


.items:nth-child(11) .img-holder{
flex: 0 0 530px;
}

.success-message{
text-align: center;
font-size: 1.2rem;
width: 100%;
}

.subscribe-container{
align-items: center;
justify-content: center;
padding: 24px;
display: flex;
background: #f7f9fb;
margin: 60px 0;
position: relative;
}
.d-flex.subscribe-container> * {
  margin: 0 1.4rem;
}

#blog-subscribe-button{
  font-size: 12px;
}

.icon-holder{
width: 64px;
}

#email{
width: 40%;
border: none;
outline: none;
font-size: 16px;
}

label{
margin: 0;
}

._blog .invalid-feedback{
position: absolute;
bottom: -26%;
}

.href-div{
display: block;
}

@media (min-width: 992px){
.container-fluid, .container {
max-width: 1100px;
}

.article-section .container {
    max-width: 1100px;
}

.items:nth-child(11) .tag-holder{
  left: 49.4%;
}
}

@media (max-width: 960px){
    .grid .items{
    grid-column: auto/span 4;
    grid-row: auto;
    display: block;
    margin-bottom: 3rem !important;
    margin-top: 0 !important;
    }

    .subscribe-container label {
        display: none
    }

    .resources .default-container.breadcrumb{
      margin-top: 5rem;
    padding: 0 1.5rem;
    z-index: 10000;
}
    }

    .d-flex.subscribe-container> * {
      margin: 0 1.4rem;
    }
    
 @media (max-width: 767px){
    .tag { 
      margin-right: 15px;
    }
  }

@media (max-width: 500px){
    .grid .items{
    grid-column: auto/span 12;
    grid-row: auto;
    display: block;
    }
    .article-intro{
      background-size: contain;
    }
    .default-table-container{
      overflow-x: scroll
    }
    .default-table-container table{
      min-width: 768px;
    }
    .default-table-container:before {
      content: 'Scroll to view more →';
      font-size: 14px;
  }
    .d-flex.subscribe-container> * {
      margin: 0 0.6rem;
    }

    .subscribe-container {
        padding: 5px;
    }

    .card-body{
        display: block;
    }
    }

pre.lineno{
    color: #fff;
    opacity: .3;
  }

  .documentation-section .highlight .c { color: #999999; font-style: italic } /* Comment */
  .documentation-section .highlight .err { color: #e3d2d2;} /* Error */
  .documentation-section .highlight .esc { color: #d0d0d0 } /* Escape */
  .documentation-section .highlight .g { color: #d0d0d0 } /* Generic */
  .documentation-section .highlight .k { color: #6ab825; font-weight: bold } /* Keyword */
  .documentation-section .highlight .l { color: #d0d0d0 } /* Literal */
  .documentation-section .highlight .n { color: #d0d0d0 } /* Name */
  .documentation-section .highlight .o { color: #d0d0d0 } /* Operator */
  .documentation-section .highlight .x { color: #d0d0d0 } /* Other */
  .documentation-section .highlight .p { color: #d0d0d0 } /* Punctuation */
  .documentation-section .highlight .ch { color: #999999; font-style: italic } /* Comment.Hashbang */
  .documentation-section .highlight .cm { color: #999999; font-style: italic } /* Comment.Multiline */
  .documentation-section .highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
  .documentation-section .highlight .cpf { color: #999999; font-style: italic } /* Comment.PreprocFile */
  .documentation-section .highlight .c1 { color: #999999; font-style: italic } /* Comment.Single */
  .documentation-section .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
  .documentation-section .highlight .gd { color: #d22323 } /* Generic.Deleted */
  .documentation-section .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
  .documentation-section .highlight .gr { color: #d22323 } /* Generic.Error */
  .documentation-section .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
  .documentation-section .highlight .gi { color: #589819 } /* Generic.Inserted */
  .documentation-section .highlight .go { color: #cccccc } /* Generic.Output */
  .documentation-section .highlight .gp { color: #aaaaaa } /* Generic.Prompt */
  .documentation-section .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
  .documentation-section .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
  .documentation-section .highlight .gt { color: #d22323 } /* Generic.Traceback */
  .documentation-section .highlight .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
  .documentation-section .highlight .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
  .documentation-section .highlight .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
  .documentation-section .highlight .kp { color: #6ab825 } /* Keyword.Pseudo */
  .documentation-section .highlight .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
  .documentation-section .highlight .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
  .documentation-section .highlight .ld { color: #d0d0d0 } /* Literal.Date */
  .documentation-section .highlight .m { color: #3677a9 } /* Literal.Number */
  .documentation-section .highlight .s { color: #ed9d13 } /* Literal.String */
  .documentation-section .highlight .na { color: #bbbbbb } /* Name.Attribute */
  .documentation-section .highlight .nb { color: #24909d } /* Name.Builtin */
  .documentation-section .highlight .nc { color: #447fcf;} /* Name.Class */
  .documentation-section .highlight .no { color: #40ffff } /* Name.Constant */
  .documentation-section .highlight .nd { color: #ffa500 } /* Name.Decorator */
  .documentation-section .highlight .ni { color: #d0d0d0 } /* Name.Entity */
  .documentation-section .highlight .ne { color: #bbbbbb } /* Name.Exception */
  .documentation-section .highlight .nf { color: #447fcf } /* Name.Function */
  .documentation-section .highlight .nl { color: #d0d0d0 } /* Name.Label */
  .documentation-section .highlight .nn { color: #447fcf;} /* Name.Namespace */
  .documentation-section .highlight .nx { color: #d0d0d0 } /* Name.Other */
  .documentation-section .highlight .py { color: #d0d0d0 } /* Name.Property */
  .documentation-section .highlight .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
  .documentation-section .highlight .nv { color: #40ffff } /* Name.Variable */
  .documentation-section .highlight .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
  .documentation-section .highlight .w { color: #666666 } /* Text.Whitespace */
  .documentation-section .highlight .mb { color: #3677a9 } /* Literal.Number.Bin */
  .documentation-section .highlight .mf { color: #3677a9 } /* Literal.Number.Float */
  .documentation-section .highlight .mh { color: #3677a9 } /* Literal.Number.Hex */
  .documentation-section .highlight .mi { color: #3677a9 } /* Literal.Number.Integer */
  .documentation-section .highlight .mo { color: #3677a9 } /* Literal.Number.Oct */
  .documentation-section .highlight .sa { color: #ed9d13 } /* Literal.String.Affix */
  .documentation-section .highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */
  .documentation-section .highlight .sc { color: #ed9d13 } /* Literal.String.Char */
  .documentation-section .highlight .dl { color: #ed9d13 } /* Literal.String.Delimiter */
  .documentation-section .highlight .sd { color: #ed9d13 } /* Literal.String.Doc */
  .documentation-section .highlight .s2 { color: #ed9d13 } /* Literal.String.Double */
  .documentation-section .highlight .se { color: #ed9d13 } /* Literal.String.Escape */
  .documentation-section .highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */
  .documentation-section .highlight .si { color: #ed9d13 } /* Literal.String.Interpol */
  .documentation-section .highlight .sx { color: #ffa500 } /* Literal.String.Other */
  .documentation-section .highlight .sr { color: #ed9d13 } /* Literal.String.Regex */
  .documentation-section .highlight .s1 { color: #ed9d13 } /* Literal.String.Single */
  .documentation-section .highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */
  .documentation-section .highlight .bp { color: #24909d } /* Name.Builtin.Pseudo */
  .documentation-section .highlight .fm { color: #447fcf } /* Name.Function.Magic */
  .documentation-section .highlight .vc { color: #40ffff } /* Name.Variable.Class */
  .documentation-section .highlight .vg { color: #40ffff } /* Name.Variable.Global */
  .documentation-section .highlight .vi { color: #40ffff } /* Name.Variable.Instance */
  .documentation-section .highlight .vm { color: #40ffff } /* Name.Variable.Magic */
  .documentation-section .highlight .il { color: #3677a9 } /* Literal.Number.Integer.Long */

  pre code, pre {
    font-size: inherit;
    color: #d3d3d3;
    word-break: normal;
  }
  pre{
    background: rgb(33, 33, 48);
  }
  .rouge-table pre{
  padding: 0;
  }

  .highlight pre{
    background-color: rgb(33, 33, 48);
    border-radius: 0;
  }
  .documentation-section.three-col .code-box .highlight {
    /* margin: 0 0 1.875rem;
    background-color: #605f6e;
    color: #fff;
    line-height: 1.5; */
    border-radius: 4px;
  }

  @media (min-width: 768px) {
    .language-list {
      line-height: 2;
      margin: 0 -.3125rem .625rem;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }

    .items:nth-child(11) .text-holder, .items:nth-child(7) .text-holder{
      font-size: 24px;
    }
  }
  .language-list.nav-tabs {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 1rem;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
    background: rgb(42, 42, 60);
  }
  @media (min-width: 768px) {
    .language-list.nav-tabs {
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }

  .language-list a {
    color: inherit;
  }
  .language-list a.active{
    color: #fff;
      border-bottom: 2px solid #03a94a;
      padding-bottom: 1.15rem;
  }

input[type="email"]::-webkit-input-placeholder{
    text-transform: lowercase;
}

.resource-type{
  padding: 0 1.5rem;
  color: rgb(73, 74, 91);
  font-size: 14px;
  position: relative;
  top: 16px;
}

.resources .text-holder{
  font-size: 18px;
  color: rgb(73, 74, 91);
  line-height: 36px;
}

.resources .items {
  box-shadow: 0 0 6px 0 rgb(220, 224, 238);
}

.note-reference{
  font-size: 12px;
  position: relative;
  top: -16px;
}

.note-desc{
  font-size: 12px;
}

.resources .tag{
  pointer-events: none;
  cursor: default;
}

.default-container.breadcrumb{
  font-size: 12px;
  margin-bottom: 33px;
  margin-top: 10px;
}

.breadcrumb__link{
  color: var(--deep-blue);
}

.breadcrumb__separator{
  margin: 0 1rem;
}

.breadcrumb__faded-link{
  color: rgba(51, 51, 51, 0.5);
  cursor: default;
}

@media screen and (max-width: 1100px) and (min-width: 969px){
#wrapper {
    margin-top: 0px;
}
}

.resources .font-36px{
  font-size: 22px;
}

.default.resources .checklist li::before {
  text-shadow: 1px -4px 0 #2BB030;
}
.phlo.resources .checklist li::before {
  text-shadow: 1px -4px 0 #93bbeb;
}


/* For Modal */

/*
Image popup
*/

.blog-container img:not(.tab-icon):not(.modal-content) {
  border-radius:5px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  }
  /* The Modal (background) */
  .blog-container .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #010106bd;
  }

  /* Modal Content (image) */
  .blog-container .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 80%;
  border-radius: 0 0 5px 5px;
  border: none;
  }

  /* Caption of Modal Image */
  .blog-container #header-model {
    margin: auto;
    display: flex;
    width: 80%;
    max-width: 80%;
    text-align: left;
    padding: .8rem 1.2rem;
    height: auto;
    background: #eff1f5;
    border-radius: 5px 5px 0 0;
    position: relative;
    min-height: 54px;
  }
  .modal-content-holder {
    padding-bottom: 50px;
  }
  .blog-container #caption{
    text-transform: capitalize;
    font-size: 14px;
    color: #333333;
  }
  .blog-container #model-data{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    max-height: 90%;
    -webkit-animation-name: zoomImg;
    -webkit-animation-duration: 0.6s;
    animation-name: zoomImg;
    animation-duration: 0.6s;
  }
  .blog-container .close-btn{
    right: 2rem;
    position: absolute;
    font-size: 22px;
    top: .5rem;
    cursor: pointer;
  }
  /* Add Animation */
  .blog-container .modal-content,  .blog-container #caption {
  animation-duration: 0.6s;
  zoom: 125%;
  }

  @-webkit-keyframes zoomImg {
  from {-webkit-transform:scale(0) translateY(-50%)}
  to {-webkit-transform:scale(1) translateY(-50%)}
  }

  @keyframes zoomImg {
  from {transform:scale(0) translateY(-50%)}
  to {transform:scale(1) translateY(-50%)}
  }

  /* The Close Button */
  .blog-container .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  }

  .blog-container .close:hover,
  .blog-container .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
  }

  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
  .blog-container .modal-content {
    width: 100%;
  }
  }
