.ml18 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.ml-mr-700 {
    margin-top: 300px;
}

.mlimg {
    margin-top: 50px;
    width: 100px;
    max-width: 100%;
    height: auto;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-color: #5edcd0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.footer_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.item {
    margin: 16px;
}

.icomoon {
    font-size: 22px;
    color: #fff;
}

.wh {
    color: #fff;
}

.ml20 {
    margin-bottom: 20px;
}



.ms-box {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100px;
    max-width: 150px;
}

.mc_embed_signup_email {
    line-height: 46px;
    width: 100%;
    text-align: center;
    padding-left: 0px;
}
.mh1 {
    margin-bottom: 120px;
    margin-top: -100px;
}
.mlead {
    font-size: 17px;
    line-height: 26px;
}
.chatbutton {
display: inline-block;
height: 50px;
line-height: 48px;
border: 2px solid #fff;
color: #fff;
width: 260px;
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
text-align: center;
}

.pb50 {
  padding-bottom: 50px;
}

.pb30 {
  padding-bottom: 30px;
}

.p0 {
  padding: 0px;
}


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

  @media (min-width: 767px) {
    .ml250 {
      margin-top: 300px;
      }
    }

    @media (max-width: 767px) {
    .mt80{
      margin: 0px;
    }
  }

@media (max-width: 767px) {
  .mt-xs-80 {
    margin: 0px;
  }
}

@media (max-width: 767px) {
  .mb32 {
    margin: 0px;
  }
}

.mb0 {
  margin: 0px;
}

@media (min-width: 768px) {
  .ml-gif-br br{
    display: none;
  }
}

@media (min-width: 1080px) {
  .ml-gif-br-2 br{
    display: block;
  }
}


