@media (max-width:575.98px){
    .type-box{
        margin-bottom: 20px;
    }
}

@media (min-width: 1140px) {
    .offset-lg-9 {
        margin-left: 60%;
    }
}

@media (max-width:767px){
    footer {
        font-size: 13px;
    }
    .contact-body{
        padding: 5px;
    }
    .lead-form-wrapper .text-container{
        display: block;
    }
    .retirement-desktop{
        background-image: none;
    }
    .term-desktop{
        background-image: none;
    }
    .home-desktop{
        background-image: none;
    }
    .HeaderWrap .GetWrap {
        column-gap: 10px;
    }
    .invest-desktop{
        background-image: none;
    }
    .banner{
      background-image: none;
      height: auto;
    }
    .home-mobile-banner{
        display: block;
    }
    .mob-mg{
        margin-top: 250px;
    }
    .retirement-mob-mg{
        margin-top: 400px;
    }
    .white-box{
        display: none;
        width: 45%;
        padding: 10px;
        top: 20px;
    }
    .price-plan{
        margin-bottom: 0;
    }
    .vertical-box-content h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .vertical-box-content h5::after{
        right: 36%;
        top: 21px;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
    }
    .vertical-box-content h5{
        margin-bottom: 10px;
        font-size: 10px;
        width: 55%;
    }
    .divider{
        margin: 5px 0;
    }
    .features-list li {
        font-size: 12px;
    }
    .price-text {
        font-size: 14px;
    }
    .price-plan-header{
        margin-bottom: 0;
    }
    .GetText span {
        font-size: 18px;
    }

}
@media (min-width: 768px) and (max-width: 1024px) {
    .white-box {
        width: 25%;
    }

}
@media (min-width:1750px){
    .home-desktop{
        height: 800px !important;
    }
    .retirement-desktop{
        height: 800px !important;
    }
    .invest-desktop{
        height: 800px !important;
    }
    .term-desktop{
        height: 800px !important;
    }
    .banner{
      height: 800px !important;
  }
}



/* ====== Contact Form Css ====== */

@media (max-width: 850px) {
  .con-form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .con-container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}