 .method-box {
    color: #fff;
    height: auto;
    padding: 30px 0px;
    -webkit-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .zeref-method-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .zeref-method-content i {
    font-size: 25px;
    border-radius: 50%;
    border: 2px #ddd dotted;
    width: 50px;
    line-height: 50px;
    height: 50px;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .policy-style-3 .zeref-method-content i {
    font-size: 20px;
    background: #3a9943;
    color: #fff;
     -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .policy-style-3 .zeref-method-content i:hover {
    background: #2c2e3d;
  }
  
  .method-box__icon {
    padding: 0 5px;
    margin-right: 10px;
    -webkit-flex: 0 0 4rem;
    -moz-flex: 0 0 4rem;
    -ms-flex: 0 0 4rem;
    flex: 0 0 4rem;
  }
  
  .method-box__icon i {
    font-size: 3.5rem;
    color: #fff;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
  .zeref-method-content h4 {
    font-size: 1.6rem;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
  }
  
  .zeref-method-content p {
    font-size: 1.4rem;
    text-transform: capitalize;
    line-height: 1;
    color: #fff;
    margin: 0;
  }
  
  .method-box:hover .method-box__icon i.fa-paper-plane-o {
    -webkit-animation: passing-reverse 1s linear 0s infinite;
    -moz-animation: passing-reverse 1s linear 0s infinite;
    -ms-animation: passing-reverse 1s linear 0s infinite;
    -o-animation: passing-reverse 1s linear 0s infinite;
    animation: passing-reverse 1s linear 0s infinite;
  }
  
  .method-box:hover .method-box__icon i.fa-credit-card {
    -webkit-animation: tada 1s linear 0s infinite;
    -moz-animation: tada 1s linear 0s infinite;
    -ms-animation: tada 1s linear 0s infinite;
    -o-animation: tada 1s linear 0s infinite;
    animation: tada 1s linear 0s infinite;
  }
  
  .method-box:hover .method-box__icon i.fa-gift {
    -webkit-animation: tada 1s linear 0s infinite;
    -moz-animation: tada 1s linear 0s infinite;
    -ms-animation: tada 1s linear 0s infinite;
    -o-animation: tada 1s linear 0s infinite;
    animation: tada 1s linear 0s infinite;
  }
  
  .method-box:hover .method-box__icon i.fa-support {
    -webkit-animation: spin 1s linear 0s infinite;
    -moz-animation: spin 1s linear 0s infinite;
    -ms-animation: spin 1s linear 0s infinite;
    -o-animation: spin 1s linear 0s infinite;
    animation: spin 1s linear 0s infinite;
  }
  
  .zeref-method-box {
    border: 1px solid #ededed;
    color: #2c2e3d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }
  .zeref-method-box::before {
    border-right: 30px solid transparent;
    border-top: 30px solid #ebebeb;
    bottom: -1px;
    content: "";
    position: absolute;
    right: -1px;
  }
  .zeref-method-box::after {
    border-bottom: 35px solid #f6f6f6;
    border-left: 35px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute;
    right: -3px;
  }
  
  .zeref-method-box .method-box__icon i {
    color: #2c2e3d;
  }
  
  .zeref-method-box .zeref-method-content h4 {
    font-size: 1.6rem;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
  }
  
  .zeref-method-box .zeref-method-content p {
    color: #2c2e3d;
  }
  .zeref-method-box2 .method-box__icon i {
    color: #2c2e3d;
  }
  
  .zeref-method-box2 .zeref-method-content h4 {
    font-size: 1.6rem;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
  }
  
  .zeref-method-box2 .zeref-method-content p {
    color: #2c2e3d;
    line-height: 25px;
  }
  .zeref-method-box2 {
    color: #2c2e3d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    background: #fff;
  }
  .deal-title {
    font-size: 55px;
    margin-bottom: 1rem;
  }
  .policy-area.green-bg {
    color: #fff;
  }
  .green-bg .zeref-method-box2 .zeref-method-content h4 {
    color: #fff;
  }
  .green-bg .zeref-method-box2 .zeref-method-content p {
    color: #fff;
  }
  .green-bg .zeref-method-content i {
    color: #fff;
  }
  .policy-style-2 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .policy-style-2 .zeref-method-box2 {
    border-right: 1px solid #ddd;
    margin-bottom: 0px !important;
  }
  .policy-style-2 .col-md-4:last-child .zeref-method-box2{
    border-right: none;
  }
  .policy-box .method-box {
    margin-bottom: 3rem;
  }
  .box-style-2 .method-box {
    margin-bottom: 0px;
  }
  .policy-style-2 .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }