/* Bootstrap imports */
/***** Landing Chat styles *****/
#chat {
    scroll-behavior: smooth;
  }
  #chat .parallax {
    height: 750px;
    background-color: rgba(255, 255, 255, 0.2);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    position: relative;
  }
  @media (min-width: 992px) {
    #chat .parallax {
      height: 985px;
    }
  }
  #chat .parallax h1 {
    color: #ffffff;
    font-size: 45px;
    line-height: 50px;
  }
  @media (min-width: 992px) {
    #chat .parallax h1 {
      font-size: 70px;
      line-height: 75px;
    }
  }
  @media (min-width: 1200px) {
    #chat .parallax h1 {
      font-size: 78px;
      line-height: 83px;
    }
  }
  #chat .parallax .caption {
    position: absolute;
    left: 0;
    top: 13%;
    width: 100%;
    text-align: center;
    color: #000000;
  }
  @media (min-width: 768px) {
    #chat .parallax .caption {
      top: 35%;
    }
  }
  @media (min-width: 992px) {
    #chat .parallax .caption {
      top: 50%;
    }
  }
  #chat .parallax .caption .subtitle {
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
  }
  @media (min-width: 992px) {
    #chat .parallax .caption .subtitle {
      font-size: 25px;
      line-height: 30px;
    }
  }
  #chat .parallax .btn_green {
    margin-top: 25px;
  }
  #chat .parallax .btn_green a,
  #chat .parallax .btn_green button {
    font-size: 20px;
    line-height: 25px;
  }
  @media (min-width: 992px) {
    #chat .parallax .btn_green a,
    #chat .parallax .btn_green button {
      font-size: 25px;
      line-height: 30px;
    }
  }
  #chat .section {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  #chat .section .h2 {
    color: #8c8c8c;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  @media (min-width: 992px) {
    #chat .section .h2 {
      font-size: 70px;
    }
  }
  @media (min-width: 1200px) {
    #chat .section .h2 {
      font-size: 78px;
    }
  }
  #chat #section-2 .info {
    color: #3d3d3d;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
  }
  #chat #section-2 .info .text {
    margin: 25px 0;
    font-size: 20px;
    line-height: 25px;
  }
  @media (min-width: 992px) {
    #chat #section-2 .info .text {
      font-size: 25px;
      line-height: 30px;
    }
  }
  #chat #section-2 .info .text p {
    margin: 0 0 20px;
  }
  #chat #section-2 .info .text p:last-child {
    margin-bottom: 40px;
  }
  #chat #section-2 .info .link-button {
    display: table;
    margin: 0 auto;
    text-align: center;
  }
  #chat #section-3 {
    background-color: #f7f7f7;
    padding: 30px 0 50px;
  }
  #chat #section-3 .subtitle {
    font-weight: normal;
  }
  #chat #section-3 .item {
    margin-top: 100px;
  }
  @media (min-width: 992px) {
    #chat #section-3 .item {
      margin-bottom: 0;
    }
  }
  #chat #section-3 .item .border {
    background-color: #ffffff;
    border: 2px solid #00b2e2;
    padding: 0 0 40px 0;
  }
  #chat #section-3 .item .border .icon {
    margin-top: -56px;
  }
  #chat #section-3 .item .border .icon img {
    margin: 0 auto;
  }
  #chat #section-3 .item .border .text {
    margin-top: 20px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  @media (min-width: 992px) {
    #chat #section-3 .item .border .text {
      font-size: 25px;
      line-height: 30px;
    }
  }
  #chat #section-3 .item .border .text .title {
    font-weight: bold;
  }
  #chat #section-3 .item .border .text .intro {
    margin-top: 15px;
  }
  @media (min-width: 992px) {
    #chat #section-3 .item .border .text .intro {
      margin-top: 30px;
    }
  }
  #chat #section-4 {
    margin-bottom: 0;
  }
  #chat #section-4 .panel {
    background-color: transparent;
    border-bottom: 1px solid #8c8c8c;
    box-shadow: none;
    margin: 0;
  }
  #chat #section-4 .panel .panel-heading {
    padding: 0;
  }
  #chat #section-4 .panel .panel-heading a {
    background-color: #055293;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    width: 100%;
    line-height: 25px;
    text-decoration: none;
  }
  @media (min-width: 992px) {
    #chat #section-4 .panel .panel-heading a {
      font-size: 25px;
      line-height: 30px;
    }
  }
  #chat #section-4 .panel .panel-heading a::before {
    color: #ffffff;
    content: "\e90a";
    display: inline-block;
    float: left;
    font-family: "icomoon" !important;
    font-size: 18px;
    height: 26px;
    margin-right: 15px;
    vertical-align: middle;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 500ms linear all;
  }
  #chat #section-4 .panel .panel-heading a.collapsed {
    background-color: transparent;
    color: #8c8c8c;
  }
  #chat #section-4 .panel .panel-heading a.collapsed::before {
    color: #055293;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #chat #section-4 .panel .panel-heading a.collapsed:hover,
  #chat #section-4 .panel .panel-heading a.collapsed:focus,
  #chat #section-4 .panel .panel-heading a.collapsed:active {
    background-color: #055293;
    color: #ffffff;
    text-decoration: none;
  }
  #chat #section-4 .panel .panel-heading a.collapsed:hover::before,
  #chat #section-4 .panel .panel-heading a.collapsed:focus::before,
  #chat #section-4 .panel .panel-heading a.collapsed:active::before {
    color: #ffffff;
  }
  #chat #section-4 .panel .panel-body .subtitle {
    color: #3d3d3d;
    font-weight: normal;
    padding: 0 30px;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }
  @media (min-width: 992px) {
    #chat #section-4 .panel .panel-body .subtitle {
      font-size: 22px;
      line-height: 28px;
    }
  }
  #chat #section-4 .panel .panel-body .subtitle ul {
    padding: 0 20px;
  }
  #chat #section-5 .parallax {
    background-size: auto;
    -ms-background-position-x: 40%;
    background-position-x: center;
    -ms-background-position-y: -420px;
    background-position-y: -420px;
    height: 442px;
  }
  @media (min-width: 768px) {
    #chat #section-5 .parallax {
      height: 750px;
      background-position: center;
      background-size: cover;
    }
  }
  #chat #section-5 .parallax .caption {
    top: 20%;
  }
  @media (min-width: 768px) {
    #chat #section-5 .parallax .caption {
      top: 35%;
    }
  }
  @media (min-width: 992px) {
    #chat #section-5 .parallax .caption {
      top: 30%;
    }
  }
  @media (min-width: 1200px) {
    #chat #section-5 .parallax .caption {
      top: 35%;
    }
  }
  