.mod-btn input[type=checkbox]+label, .mod-btn input[type=radio]+label {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none;
    cursor: pointer;
    display: inline-block;
    background: #5bc4bf;
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    max-width: 100%;
    padding: 10px;
}

input[type=checkbox], input[type=radio] {
    /* zoom: 1; */
    filter: alpha(opacity=0);
    /* -webkit-opacity: 0; */
    -moz-opacity: 0;
   opacity: 0; */
   margin: 0!important; */
   position: absolute!important; */
}
.mod-btn input[type=checkbox]:checked+label, .mod-btn input[type=radio]:checked+label {
    background: #371155;
}
.formalert {
color:#521c6f;
font-weight: 600;
}
.formalert .form-control {
border-color:red;
}
.u-aligned-right {
    text-align: right;
}

.btn {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    border: none;
    cursor: pointer;
    display: inline-block;
    background: #371155;
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    max-width: 100%;
    min-width: 100px;
    }
.thankyoutext {
    font-size: 15px;
}
.checkout select {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 10px;
}
.Green {
    color: #5bc4bf;
    padding: 7px 0;
    font-size:21px;
    font-weight: 700;
}
.Red {
    color: #521c6f;
    padding: 7px 0;
    font-size:21px;
    font-weight: 700;
}
abbr[data-original-title], abbr[title] {
  text-decoration:none !important;
}
.page_heading h1 {
    color: #fff !important ;
}
.col-1.field {
    font-size: 20pt;
    font-weight: 400;
    }
li {
    font-size: 14px;
}
.page_heading {
background:#5bc4bf;
}
.list {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
}
.list2 {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
}
.page_heading
 .breadcrumb a, .page_heading .breadcrumb li {
color: #fff;
font-size: 12px;
}
.page_heading2 {
    background: #971930;
    padding: 30px 0;
    color: #000;
    border-radius: 0;
    margin: 0;
}


.page_heading2 h1 {
    color: #fff;
    margin: 5px 0 0;
    font-weight: normal;
    font-family: titling-gothic-fb-compressed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.next input[type=submit] {
    background: #971930;
    color: #fff;
    height: 60px;
    font-size: 21px;
    font-weight: bold;
    margin-top: 30px;
}
textarea {
        max-width: 100%;
}