section.proxyContent {
    padding: 84px 0;
}

section.proxyContent h4 {
    font-weight: 600;
    color: #191340;
    font-size: 24px;
    margin-top: 0;
    letter-spacing: -0.8px;
    margin-bottom: 5px;
}

section.proxyContent p {
    margin-bottom: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #191340;
    line-height: 1.6;
}

section.contactBannerSection img{
    width:100% !important;
}
section.proxyContent.contactBannerSection{
    background-color:#f3f4f4;
    padding: 0 20px 0 20px!important;
}

.col-md-4.d-flex.justify-content-center.flex-column.contactInfoBox {
    background-color: #f3f4f4;
    padding: 50px;
    border-radius: 25px;
    width:32%!important;
}
.contactInfoBox a.theme-btn.filled{
    width:57%;
}

img.contactHelpCenterImage{
    margin: 30px 0 -50px -50px;
}

img.contactEmailImage{
    margin: 30px -30px -50px 50px;
}

p.contactLink a {
    color: #6a54f6!important;
        text-decoration: none;
}
p.contactLink a:hover {
    color: #000!important;
    transition:.4s;
}

section.contactForm .container {
        background: url(/images/contactFormBg.png) no-repeat;
        background-size: 30%;
        background-position: right;
        border-top:1px solid #efefef;

  }
  
    section.brwsingSecure .container {
      background: url(../images/ultimateBg.svg) no-repeat top/cover;
      color: #fff;
      background-size: cover;
      border-radius: 25px;
  }
  
    .brwseTitle h2 {
      font-size: 40px;
      font-weight: 600;
      margin-top: 20px;
  }
  
  .brwseTitle p {
      font-size: 18px;
      padding: 10px 0;
  }
  
  .brwseTitle ul {
      display: flex;
      justify-content: center;
      width: 100%;
      max-width: 38%;
      margin: 0 auto;
  }
  
  .brwseTitle ul li a {
      font-size: 15px;
      background: #191340;
  }