ul.font-img {.form .logo
             ul.logo-img {      margin-top: 50px;  }
.form .logo
ul.logo-img {      margin-top: 50px;  }
margin-top: 50px;
margin-top: 50px;
margin: 0;
}

ul.font-img li {
    padding: 0 0 0 0;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    background: #f3f3f3;
    margin-bottom: 12px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 4px solid transparent;
    width: 23.95%;
    cursor: pointer;
    text-align: center;
}

ul.font-img li img {
    max-width: 100%;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: inline-block;
}

ul.font-img li.active {
    border-color: #00a2c0;
    background: #fff;
}
ul.font-img.logo-style li {
    width: 16%;
    margin-right: 3px;
}
p.iop {
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
    font-style: italic;
}footer {
     background: #04385e;
     color: #ffffff;
     padding: 20px 0;
     font-size: 13px;
     text-align: center;
     border-top: #05385e 1px solid;
 }.disclaimer-text {
      margin-bottom: 0;
  }.disclaimer-text p {
       font-size: 14px;
       color: #fff;
       font-weight: 400;
       line-height: 26px;
       padding: 0 190px;
   }.ftr-copyright {
        text-align: center;
        margin-top: 0;
        padding: 20px 0;
    }.ftr-copyright a {
         color: #f7f7f7;
     }a.phoneicon {
          float: right;
          display: inline-block;
          margin-top: 20px;
          color: #fff;
          border: 0;
          padding: 8px 23px;
          border-radius: 50px;
          text-decoration: none;
          font-size: 17px;
          background: #398dd7;
      }.header {
           /* padding: 22px 0; */
           padding: 20px 0;
       }
.upol {
    margin-top: 3%;
}
.none{
    display: none;
}
.upol ul li {
    display: inline-block;
    padding-right: 20px;
}
.upol label {
    font-size: 15px;
}
.logo-img input, .font-img input{
    display: none;
}
.form .color-select .checkbox {
    padding-left: 68px;
}
.form .color-select li {
    display: inline-block;
    width: 46%;
}
.form-group.planlogo li {
    padding-left: 17px;
}
.upol ul.parsley-errors-list {
    display: block;
    position: absolute;
    font-size: 14px;
    color: #eb1c23;
}

.upol ul {
    position: relative;
}
h3.text-bold {
    font-weight: bold;
}
button.btn.btn-primary {
    background-color: #eb1c23;
    border-color: #eb1c23;
}
.detaillabel input, .detaillabel textarea {
    width: 100%;
    border: 2px solid gray;
    background: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 8px 12px;
    outline: 0;
}
.detaillabel input:valid, .detaillabel textarea:valid {
    background: white;
}
.detaillabel input:focus, .detaillabel textarea:focus {
    border-color: #f06d06;
}
.detaillabel input:focus + label,
.form-group.labelAdd label,
.detaillabel .labelAdded label,
.detaillabel textarea:focus + label {
    background: #eb1c23;
    color: white;
    font-size: 10px;
    padding: 0 6px;
    z-index: 2;
    text-transform: uppercase;
    /* width: 100%; */
    display: block !important;
}
.detaillabel label {
    transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
    position: absolute;
    color: #999;
    display: none;
    padding: 7px 6px;
    top: -6px;
    width: 100%;
}
.detaillabel textarea {
    resize: vertical;
}

.detail.detaillabel .form-group {
    position: relative;
}
.form .checkbox label::after {
    color: #eb1c23;
}