@font-face {
    font-family: "BentonSansBold";
    src: url("../fonts/BentonSansBold.eot");
    src: url("../fonts/BentonSansBold.eot") format("embedded-opentype"),
         url("../fonts/BentonSansBold.woff2") format("woff2"),
         url("../fonts/BentonSansBold.woff") format("woff"),
         url("../fonts/BentonSansBold.ttf") format("truetype"),
         url("../fonts/BentonSansBold.svg#BentonSansBold") format("svg");
}
@font-face {
    font-family: "BentonSansMedium";
    src: url("../fonts/BentonSansMedium.eot");
    src: url("../fonts/BentonSansMedium.eot") format("embedded-opentype"),
         url("../fonts/BentonSansMedium.woff2") format("woff2"),
         url("../fonts/BentonSansMedium.woff") format("woff"),
         url("../fonts/BentonSansMedium.ttf") format("truetype"),
         url("../fonts/BentonSansMedium.svg#BentonSansMedium") format("svg");
}
@font-face {
    font-family: "BentonSansRegular";
    src: url("../fonts/BentonSansRegular.eot");
    src: url("../fonts/BentonSansRegular.eot") format("embedded-opentype"),
         url("../fonts/BentonSansRegular.woff2") format("woff2"),
         url("../fonts/BentonSansRegular.woff") format("woff"),
         url("../fonts/BentonSansRegular.ttf") format("truetype"),
         url("../fonts/BentonSansRegular.svg#BentonSansRegular") format("svg");
}

.section-header{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:40vh;
  } 

  .container{
    padding-top:60px;
    padding-bottom:60px;
  }

  .titletext{
    font-size: 22px;
    font-family: "BentonSansMedium" !important;
  }

  .desctxt{
    font-size: 13px;
    font-family: "BentonSansRegular" !important;
  }

  .section-second{
    background-color: #212951;
  }

  .section-third{
    background-color: #F5F7FA;
  }
  
  .items{
    padding:20px 60px 20px 60px;
  }

  .items2{
    position: relative;
    z-index: 99;
    height:200px;
    border-radius: 5px;
  }

  .items1{
    position: relative;
    z-index: 99;
    height:180px;
    border-radius: 5px;
  }

  .spacer{
    height:40px;
    width:40px;
  }

  .firstButton{
    margin-right:20px;
    width:350px;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #336FB5;
  }

  .firstButton a{
    display: flex;
    align-items:center; 
    justify-content: center;
  }


  .descbtn{
    padding-top:3px;
  }

  .bs-example{
    margin: 20px;
  }

  .box-wrapper{
    margin-bottom:40px;
  }
  .nbdiv{
    position: absolute;
    left:0%;
    top:0%;
    width:60px;
    border-radius: 5px 0 10px 0;
    background-color: #D7E1ED;
  }

  .numbering{
    color:#212951;
    top: 50%;
    left:50%;
    transform: translate(0,25%);
  }

  li{
    position: relative;
    padding-left: 20px;
    list-style: none;
    display: block;
    font-family: "BentonSansRegular" !important;
  }

  .highlights ul li:before{ 
    content:''; 
    position:absolute; 
    top:0; 
    left:0; 
    width:15px; 
    height:15px; 
    background-image: url("../images/Check.svg"); 
    background-size: contain; 
    background-position: center; 
    background-repeat: no-repeat; 
}

  .accordion .fa{
    margin-right: 0.5rem;
  }

  .card, .card-header, .card-group .card-heading+.card-collapse>.card-body{
    border: none;
    background-color: transparent;
    font-family: "BentonSansRegular" !important;
  }
  
  .card-body p{
    padding-left:2px;
  }
  .btn-link span,a span{
    color:black;
  }

  .accordion .btn-link {
    text-align: left !important;
  }
  
  .section-fourth{
    background-color: #EAEFF5;
    position: relative;
    transform: translateY(-40%);
    z-index:0;
    margin-bottom:-15%;
  }

  @media screen and (max-width: 800px) {
  .items1{
    height:auto;
  }

  .col-md-6{
      padding-left:0px!important;
      padding-right:0px!important;
  }

  .items2{
    height:auto;
  }

  .section-header{
    height:25vh;
  } 

  .firstButton{
    margin-bottom:20px;
    margin-left:auto;
    margin-right: auto;
  }

  .container{
    padding-top:40px;
    padding-bottom:40px;
  }

  .paylinklogo{
    width:230px!important;
    margin-bottom:30px;
    margin-top:10px;
  }

  
  .section-fourth{
    margin-bottom:-20%;
  }

  li{
    padding-left: 30px;
  }
  
  .highlights ul li:before{ 
    left:2%; 
  }

  .section-second{
    padding-top:20px;
    padding-bottom:20px;
  }
  

  }

  @media screen and (max-width: 400px) {
    .section-header{
      height:14vh;
    } 
  
    .firstButton{
      margin-bottom:20px;
      margin-left:auto;
      margin-right: auto;
    }
  
    .container{
      padding-top:10px;
      padding-bottom:10px;
    }
  
    .section-fourth{
        transform: translateY(-30%);
        z-index:0;
        margin-bottom:-30%;
    }

    .titletext{
        font-size: 15px;
    }
    
    .desctxt{
        font-size: 12px;
    }

    .paylinklogo{
        width:180px!important;
        margin-bottom:10px;
        margin-top:10px;
    }

    li{
      padding-left: 40px;
    }
    
    .highlights ul li:before{ 
      left:5%; 
    }
    
    
    }

  