/* Author : Gaurav Nanda - Kreatizz.com */

.terms-page {
    position: relative;
    padding: 40px 20px;
    max-width: 750px;
    margin: 0 auto;
    font-size: 16px;
}

.terms-page p{
    font-size: 16px;
    margin-bottom: 20px;
}

.terms-page p a{
    color: #ef5624;
    text-decoration: none;
}

.terms-page p a:hover{
    text-decoration: underline;
}

.terms-page .terms-list ul{
    margin: 0;
    list-style: none;
    padding: 0 20px;
}

.terms-page .terms-list ul li{
    line-height: 24px;
    list-style: disc;
    margin-bottom: 16px;
}

.tawk-partner {
    margin-top: 30px;
    padding: 20px 20px;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.tawk-partner .title-text {
    font-size: 16px;
    color: #03a84e;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tawk-partner .title-text span {
    font-weight: 700;
}

.tawk-partner .tawk-cta {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tawk-partner .tawk-cta a{
    text-decoration: none;
    color: #fff;
    background: #03a84e;
    padding: 6px 18px;
    border-radius: 20px;
}

.hdp-field {
     position: absolute;
     left: -9999px;
     top: -9999px;
     height: 0;
     width: 0;
     overflow: hidden;
     /*visibility: hidden;*/
}

@media (min-width: 768px) {
  .form-wrapper .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -22px;
    margin-right: -22px;
  }
}