.hd-typ1 {
    font-family: 'Dacia Block';
  font-weight: bold;
    font-size: 36px;
    line-height: 1.1;
    color: #646b52;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.hd-typ1 .sub {
    font-family: 'Dacia Block';
  font-weight: 300;
  color: #000000;
}

.hd-typ2 {
    font-family: 'Dacia Block';
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
  margin-bottom: 35px;
}

.hd-typ3 {
    font-family: 'Dacia Block';
  font-weight: bold;
  font-size: 23px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.sub-hd {
    font-size: 24px;
  font-family: 'Dacia Block';
  font-weight: normal;
}

.multi-text {
    font-family: 'Dacia Block';
  font-weight: bold;
  color: #646b52;
  text-transform: uppercase;
}

.multi-text:before {
    content: attr(multi-text);
    color: #002855;
    font-family: 'Dacia Block';
  font-weight: 300;
    padding-right: 5px
}

.with-sub-rate::before {
    content: attr(rateattr);
    display: block;
    font-size: 24px
}

.list-typ1 {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.list-typ1 li {
    position: relative;
    padding-left: 15px
}

.list-typ1 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #000
}

.btn-typ1 {
    display: inline-block;
    vertical-align: middle;
    padding: 13px 30px 18px 30px;
    text-align: center;
    background-color: #646b52;
    color: #fff;
    border-radius: 2px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-family: 'Read-font';
    font-weight: 400;
    text-transform: uppercase;
}

.btn-typ1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 2px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-typ1:hover {
    color: #000;
    text-decoration: none
}

.btn-typ1:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.btn-typ2 {
    display: block;
    font-family: 'Read-font';
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    padding: 8px 30px 12px 30px;
    background-color: #646b52;
    border-radius: 2px;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.btn-typ2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 2px
}

.btn-typ2:hover {
    color: #fff;
    text-decoration: none
}

.btn-typ2:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.btn-typ3 {
    display: block;
    vertical-align: middle;
    font-family: 'Read-font';
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 30px 12px 30px;
    border-radius: 2px;
    background-color: transparent;
    color: #646b52;
    border: 1px solid #646b52;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-typ3:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 2px
}

.btn-typ3:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #000;
}

.btn-typ3:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.btn-typ4 {
    position: relative;
    padding-left: 50px;
    display: inline-block;
    color: #000;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease
}

.btn-typ4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 45px;
    height: 4px
}

.btn-typ4::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 37px;
    margin-top: -4px;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    width: 4px;
    height: 12px
}

.btn-typ4::after,
.btn-typ4::before {
    background-color: #ffcd00;
    border-radius: 15px;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease
}

.btn-typ4:hover {
    color: #ffcd00;
    text-decoration: none
}

.btn-typ4:hover::before,
.btn-typ4:hover::after {
    background-color: #000
}

.termsandcondition p {
    font-size: 16px;
    margin-bottom: 15px
}

.termsandcondition p:last-child {
    margin-bottom: 0
}

.list1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px
}

.list1 li {
    position: relative;
    margin-bottom: 0;
    padding-left: 18px;
    line-height: 1.2;
    font-size: 15px
}

.list1 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #646b52
}