a {
    text-decoration: none;
    color: #2a74ae;
}
h1 {
    font-size: 18px;
}
.floatLeftLt {
    width: 100% !important;
}
.adPreview2{
  float: none !important;
  width: auto !important;
  margin-left: 0 !important;
    display: inline-block;
}
.adPreview .memberAd, .adPreview2 .memberAd{
  float: left;
  width: 100%;
}
.img_preview, .adPreview2 .memberAd a img, .adPreview img.exempt{
  float: left;
    margin-right: 10px !important;
    border: 1px solid #444;
}
.adPreview .memberAd .title a, .adPreview2 .memberAd .title a{
  color: #000;
  font-weight: bold;
}
h4{ margin: 0;}
.advertForm{ width: 100%; padding-bottom:0; overflow: hidden; }
.advertForm label{
  width: 100%;
    text-align: left;
    font-size: 14px;
}
.advertForm input, .advertForm textarea{
  width: 100%;
  height: 30px;
}
.advertForm span.char{ padding:0; margin-top:2px; }
.advertForm .submitBtn{ padding:5px 14px; height:34px; }
.adPreview, .payHelp{ margin:0; width:100% }
.advert_warning{ width: 100%; }
.advert_warning p{ font-size: 15px }
li.manage_ad_list { list-style: none; background: #f2f2f2; padding: 10px; margin-bottom: 10px; }
li.manage_ad_list img, .adPreview img.exempt { width:90px; float: left; margin-right:10px !important; }
li.manage_ad_list .title { display: block; font-weight: bold }
li.manage_ad_list .description, li.manage_ad_list .url, li.manage_ad_list .period, li.manage_ad_list .status, li.manage_ad_list .actions { display: block; }
.manage_ad_list div { margin-left: 100px; width: auto; }
.basictab {
    clear: both;
    margin: 8px 0px 8px 0px;
    padding: 0px 0px 3px 0px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    border-bottom: 8px solid gray;
    list-style-type: none;
    text-align: left;
}
.basictab li {
    background-color: #F1F1F1;
    padding: 4px 10px 4px 10px;
    display: inline;
    margin: 0px 6px 0px 0px;
}
.basictab li.selected {
    background-color: gray;
    font-weight: bold;
    color: white;
}
table.cpcPriceTab td{
  padding: 10px;
}
.adPreview h5{
  margin: 0;
  margin-top: 20px;
}
.formFld.submitBtnDiv input[type=image]{ width:auto }
.formFld img{ width:1px }
h2.pay_success, h2.pay_failed{
  margin: 10px 0 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #BBB;
}
.nav-page-error{
  color: #c00;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}
.real_preview textarea::-webkit-input-placeholder {
    font-size: 13px;
    /*color: #FFF;*/
}



/* Ben CSS */
h3 {
    /*font-family: 'Ubuntu';*/
}

p {
    margin: 20px 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table,
table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    width: 100%;
    vertical-align: top;
}

embed {
    vertical-align: top;
}

* {
    border: none
}


/*end of reset*/

.nav-page {
    padding: 15px 15px 40px;
    position: relative;
    margin-top: 2%;
}

h1.page_head {
    font-size: 18px;
    margin: 0 0 10px 0;
}

p.page_sum {
    font-size: 14px;
    margin-top: 0;
}

div#nav-pages {
    width: 100%;
}

a.nav-page-back {
    padding: 15px;
    background: white;
    color: #000;
}

form {
    padding: 0;
    /*display: inline-block;
    margin: 20px 0;*/
}
label {
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
    float: left;
}
span.caption {
    margin: 5px 0 0;
    width: auto;
    display: block;
    font-size: 12px;
    color: #8c8c8c;
    font-weight: normal;
}
form:nth-child(2) {
  display: block;
}
form h2 {
  margin: 0 0 20px;
  color: #33b5e5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
form input, form textarea, form select {
  outline: none;
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  /*margin: 0 0 20px;*/
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
textarea.description {
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    border: solid 2px #9ECFD7;
}
form input:focus, form textarea:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
form textarea {

}
form select, form option {
    color: #000;
}
form button {
  cursor: pointer;
  background: #33b5e5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
form .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
form .cta a {
  color: #333333;
  text-decoration: none;
}

#nav-page-1 {
    background-color:#f7f7f7;
    /*left: -114% !important;*/
}
#nav-page-2 { background-color:#f7f7f7;}
#nav-page-3 { background-color:#f7f7f7;}
#nav-page-4 { background-color:#f7f7f7;}
#nav-page-5 { background-color:#f7f7f7;}
#nav-page-6 { background-color:#f7f7f7;}
.nav-page {}

a.next, input.cpc_pay {
    background: #1C9655;
    color: #fff;
    padding: 3% 9%;
    display: inline-block;
    float: left;
    text-align: center;
    border-radius: 4px;
}

a.next, input.cpc_pay {
    width: 49%;
}

a.back {
    background: transparent;
    display: inline;
    text-align: right;
    color: #c00;
    font-weight: bold;
    float: right;
    margin-top: 10px;
    padding: 0;
}
form#slydePay, form#expressPay {
    width: 49%;
    display: inline-block;
}
button.ss_slyde, button.ss_express {
    width: 97%;
    padding: 7px 10px;
    color: #000;
    text-align: center;
    border-radius: 150px;
    margin: 3px;
    border: solid 2px #0194de;
    float: left;
    background: #fff;
}
button.ss_express:before {
    content: "";
    width: 100px;
    height: 22px;
    display: inline-block;
    background: url(https://cdn.ghanaweb.com/wall/expresspay.png) no-repeat;
    background-size: 100px;
    /*float: right;*/
    margin: auto;
}
button.ss_slyde {
    border-color: #aed036;
}
button.ss_slyde:before {
    content: "";
    width: 100px;
    height: 22px;
    display: inline-block;
    background: url(https://cdn.ghanaweb.com/wall/slydepay.png) no-repeat;
    background-size: 100px;
    /*float: right;*/
    margin: auto;
}

.previewWrap li {
    float: left;
    margin: 3px 10px 0 0 !important;
    width: 100px;
    height: 70px;
    background: transparent;
    border-radius: 3px;
}
.previewWrap li img {
  width: 90px !important;
}
.previewWrap li strong {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    float: left;
    width: 45%;
    text-align: left;
    color: #13508f !important;
    max-height: 29px;
    overflow: hidden;
    line-height: 14px;
}
.previewWrap li span {
    font-size: 12px;
    float: left;
    display: block;
    width: 45%;
    text-align: left;
    color: #000 !important;
    overflow: hidden;
    height: 42px;
}
.invoice-page .previewWrap li{
  float: none;
}


/*UPLOAD*/


.file-upload {
    background-color: #00859B;
    width: auto;
    margin: 0 auto;
    padding: 10px;
    border-radius: 4px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #000;
    background: #fff;
    border: none;
    padding: 11px 30px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}
.file-upload-content .image-title {
    margin: 10px 0 0;
    width: auto;
    display: block;
    font-size: 12px;
    color: #9ECFD7;
    font-style: italic;
    word-wrap: break-word;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #1FB264;
  /*border: 4px dashed #ffffff;*/
}

.image-title-wrap {
    width: auto;
    color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image {
    max-width: 200px;
    margin: auto;
    padding: 20px 0;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #FF8B93;
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
    font-size: 12px;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}


.previewWrap {
    width: 100%;
    height: auto;
    background: #00859b;
    padding: 2% 10px;
    display: inline-block;
    text-align: center;
}

.previewWrap .image {
    width: auto;
    height: 150px;
    background: #f7f7f7;
    margin-bottom: 10px;
}

.previewWrap h1 {
    color: #0faae4;
    margin: 0 0 10px;
}

.previewWrap .description p {
    font-size: 15px;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.previewWrap.payment {
    margin: 0;
    border: 0;
    padding-left: 0;
    padding-top: 0;
    background: inherit;
}
.invoice-page .previewWrap.payment {
    padding: 5% 10px;
}
.previewWrap.payment .links {
    display: inline-block;
    margin-top: 10px;
}
.payment .links input[type=submit] {
    display: block;
    background: #0faae4;
    padding: 10px 15px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: bolder;
    text-align: center;
    border-radius: 50px;
}

.description .price {
    font-size: 16px;
    margin: 0;
    color: #FFFFFF;
    font-weight: normal;
}
.manage_ad_list .url {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.manage_ad_list .actions {
    margin: 10px 0;
}
.pagination {
    display: inline-block;
    margin: 30px 0;
}
.pagination a, .pagination span {
    width: auto;
    background: #aacedc !important;
    color: #fff !important;
    padding: 7px 15px !important;
    display: inline-block;
    font-size: 14px;
    float: left;
    text-align: center;
    margin-right: 3px;
    border-radius: 4px;
}
.pagination span.current {
    background: #00859b !important;
}
.payment .links a, .paynow {
    min-width: auto;
    display: block;
    background: #0faae4;
    padding: 10px;
    margin-bottom: 15px;
    color: #fff !important;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    border-radius: 50px;
}

.manage_wrap {
    width: 100%;
    height: auto;
    display: inline-block;
}
.manage_wrap ul {
    margin: 0;
    padding: 0;
}
.manage_wrap strong { color: #000; }
.manage_wrap li {
    width: 100%;
    border-radius: 5px;
    padding: 15px 0 0;
    border: 0;
    display: inline-block;
    border-bottom: solid 1px #E6E6E6;
    margin: 0;
}
.manage_wrap li .preview {
    text-decoration: none;
    display: inline-block;
    height: 93px;
    padding: 0;
    width: 100%;
    color: #000;
    float: left;
    margin-bottom: 10px;
}
.manage_wrap li .preview .image {
    float: left;
    margin: 0px 10px 0 0 !important;
    width: 40%;
    max-width: 200px;
    height: 90px;
    background: #13508f;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #CCC;
}
.manage_wrap li .preview .image img {
    width: 100%;
    vertical-align: top;
}
.manage_wrap li .preview .info {
    width: 48%;
    float: left;
}
.manage_wrap li .preview .title {
    margin: 0;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    /*float: left;*/
    text-align: left;
    color: #13508f !important;
    max-height: 29px;
    overflow: hidden;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.manage_wrap li .preview .description {
    margin: 8px 0;
    font-size: 14px;
    color: #000;
    line-height: 17px;
    max-height: 51px;
    overflow: hidden;
    clear: both;
}
.manage_wrap .preview .url {
    margin: 0;
    color: #13508f;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.status_wrap {
    text-decoration: none;
    display: inline-block;
    padding: 0;
    color: #000;
}
.status_wrap:nth-child(3) {
    width: 20% !important;
}
.manage_wrap p {
    margin: 0;
    padding: 0;
}
.status_wrap p {
    margin-bottom: 5px;
    font-size: 12px;
    color: #444;
    padding: 5px 2px;
}
.manage_wrap li .action {
    text-decoration: none;
    display: inline-block;
    padding: 0;
    width: 100%;
    color: #000;
    float: left;
    margin-bottom: 10px;
}
.manage_wrap li .action .edit_btn {
    background: #aacedc;
    color: #fff !important;
}
.manage_wrap li .action a {
    padding: 5px 16px 7px;
    display: inline-block;
    border-radius: 15px;
    font-size: 13px;
    margin: 0 5px 0 0;
    text-align: center;
    float: left;
}
.manage_wrap li .action .pay_btn {
    background: #70a703;
    color: #fff !important;
}
.manage_wrap li .action .receipt_btn {
    background: #02aae9;
    color: #fff !important;
}
.manage_wrap li .action .delete_btn {
    background: #e67070;
    color: #fff !important;
}
.manage_wrap li .action .statistics_btn {
    background: #4c8399;
    color: #fff !important;
}

#nav-page-6 input[type="checkbox"] {
    display: inline-block !important;
    width: auto !important;
    transform: scale(1.5);
    margin-right: 10px;
    vertical-align: top;
    margin-left: 8px;
}
#nav-page-6 p.terms {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
    line-height: 0.6;
}
#nav-page-6 .terms span {
    display: inline-block;
    width: 85%;
    margin-top: -5px;
    font-size: 14px;
}
.rejected {
    display: block;
    background: #edf2f4;
    clear: left;
    padding: 5px 10px;
    margin-bottom: 8px;
    font-size: 12px;
    margin-top: -10px;
}
.nav-page .intl-tel-input{
  display: block;
}
.errAdvertForm {
    color: #f95913;
}

/* new */
.create {
    display: block;
    position: relative;
    top: -40px;
}
.content {
    clear: both;
}
.create a {
    width: 100px;
    background: #00859b;
    color: #fff;
    padding: 8px 5px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    border-radius: 10px;
    float: right;
}
.cpc_home .title {
    color: #00859b;
    font-size: 16px;
}
.cpc_home p {
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.7;
}
.cpc_home ul li {
    margin: 0 0 5px 15px;
    list-style: disc;
    font-size: 15px;
    width: 94%;
    line-height: 1.7;
}
.sample_wrap {
    width: auto;
    padding: 10px 15px 15px;
    border-radius: 4px;
    background: #F5F5F5;
    border: 1px solid #E6E6E6;
    display: inline-block;
    position: relative;
}
.sample_wrap .heading {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
.cpc_home .sample_wrap ul {
    display: inline-block;
    margin: 10px 0 0;
}
.cpc_home .item {
    width: 47.9%;
    background: #009AB4;
    border-radius: 4px;
    margin-right: 10px;
    overflow: hidden;
    float: left;
}
.sample_wrap ul li {
    margin: 0;
}
.cpc_home .item .image {
    height: 90px;
    background: #b5b5b5;
    border-radius: 0;
    overflow: hidden;
}
.cpc_home .item .description {
    width: auto;
    margin: 0px 0px 10px;
    font-size: 13px;
    color: #ffffff;
    line-height: 15px;
    padding: 10px 10px 0 10px;
    height: 65px;
    /*overflow: hidden;*/
}
.cpc_home .sample_wrap .other_links {
    padding: 0 10px 10px 10px;
    width: auto;
}
.cpc_home .item .other_links a.phone {
    display: inline-block;
    background-image: url(https://cdn.ghanaweb.com/design/cpc_sprite.png);
    background-size: 140px;
    background-position: -24px -6px;
    background-repeat: no-repeat;
    margin: 0px 2px;
}
.cpc_home .item .other_links a.whatsapp {
    display: inline-block;
    background-image: url(https://cdn.ghanaweb.com/design/cpc_sprite.png);
    background-size: 140px;
    background-position: -66px -6px;
    background-repeat: no-repeat;
    margin: 0px 2px;
}
.cpc_home .item .other_links a.link {
    display: inline-block;
    background-image: url(https://cdn.ghanaweb.com/design/cpc_sprite.png);
    background-size: 140px;
    background-position: -115px -5px;
    background-repeat: no-repeat;
    margin: 0px 2px;
}
.sample_wrap .create_link {
    width: 22px;
    height: 25px;
    background-color: #E1F2F5;
    position: absolute;
    top: 0;
    right: -2px;
    border-radius: 0 5px 0 5px;
    background-image: url(https://cdn.ghanaweb.com/design/cpc_sprite.png);
    background-size: 330px;
    background-position: -24px -62px;
    background-repeat: no-repeat;
    margin: 0px 2px 0 0;
}
.cpc_home .item .other_links a {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 0px 3px -2px 0;
    background-color: #fff;
    border-radius: 30px;
}
.cpc_home .item:last-child {
    margin-right: 0;
}
.sample_wrap ul li{
    list-style-type: none;
}

.cpc_tab .upload {
    background: #f5f5f5;
    color: #000;
    display: inline-block;
    text-align: center;
    border-radius: 4px 0 0 4px;
    float: left;
    margin-right: 2%;
}
.cpc_tab .upload.active, .cpc_tab .manage.active {
    background: #00859b;
    color: #fff;
}
.cpc_tab .manage {
    background: #f5f5f5;
    color: #000;
    display: inline-block;
    text-align: center;
    border-radius: 0 4px 4px 0;
}
.cpc_tab a {
    width: 49%;
    padding: 3%;
}
.manage-page {
    padding: 0;
    width: 100% !important;
    position: relative;
    margin: 2% 0 3% 0;
    border-radius: 4px;
}
.manage-page h1.page_head {
    font-size: 18px;
    margin-bottom: 0;
}
.manage_wrap .status.pending {
    color: red;
}
.manage_wrap .status {
    padding: 0 5px 0 0;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #910707;
}
.manage_wrap .status.active {
    color: #70a703;
}
.manage_wrap .status.approve {
    color: #72aec6;
}
.product_image_upload{
    background: #1C9655;
    color: #fff;
    padding: 3% 9%;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    width: 50%;
}
.real_preview {
    border-top: solid 1px #e3e3e3;
    clear: both;
}
.real_preview .preview_title {
    margin: auto;
    color: #8c8c8c;
    background: transparent;
    border: none;
    padding: 10px 0;
    outline: none;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}
.real_preview .container {
    width: auto;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    margin: auto;
}
.real_preview .item {
    width: 49%;
}
.real_preview .item .image {
    height: 90px;
    background: #b5b5b5;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.real_preview .item .description {
    font-size: 13px;
    line-height: 17px;
    padding: 5px;
    height: 76px;
    min-height: 76px;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    resize: none;
    margin: 0;
    border: 1px solid #d9d9d9;
}
.real_preview .item p.description {
    color: #FFF;
    border: none;
    background-color: #00859B;
}
.other_links a.phone {
    display: inline-block;
    background-image: url(https://cdn.ghanaweb.com/design/cpc_sprite.png);
    background-size: 140px;
    background-position: -4px -6px;
    background-repeat: no-repeat;
    margin: 0px 2px;
}
.other_links a {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 0px 3px -2px 0;
    background-color: #00859b;
    border-radius: 30px;
}
.other_links a.whatsapp {
    display: inline-block;
    background-image: url(https://cdn.ghanaweb.com/design/cpc_sprite.png);
    background-size: 140px;
    background-position: -45px -6px;
    background-repeat: no-repeat;
    margin: 0px 2px;
}
.other_links a.link {
    display: inline-block;
    background-image: url(https://cdn.ghanaweb.com/design/cpc_sprite.png);
    background-size: 140px;
    background-position: -90px -5px;
    background-repeat: no-repeat;
    margin: 0px 2px;
}
span.optional {
    font-size: 13px;
    color: #b5b5b5;
    font-weight: initial;
    line-height: 22px;
}
.duration_info {
    margin-top: 10px;
}
.duration_info span {
    margin: 10px 0;
    font-size: 14px;
    color: #b5b5b5;
    line-height: 17px;
}
.duration_info span {
    margin: 10px 0;
    font-size: 14px;
    color: #b5b5b5;
    line-height: 17px;
}
p.invoice_cap {
    font-size: 13px;
    margin-top: 0;
}
p.invoice_cap a {
    color: red;
}
p.invoice_note {
    margin: 10px 0;
    font-size: 11px;
    color: #b5b5b5;
    line-height: 15px;
    font-style: italic;
}
span.priority {
    margin-right: 10px;
}
.payment .cpc_pay {
    width: 100%;
    margin-bottom: -10px;
    float: none;
    font-size: 16px;
}
.sample_wrap .createWrap {
    width: 65px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}
.sample_wrap .create_btn {
    width: 45px;
    height: 15px;
    background-color: #E1F2F5;
    color: #009ab4;
    padding: 5px 8px 7px 7px;
    font-size: 11px;
    border-radius: 0 0px 0 5px;
    visibility: hidden;
}
.sample_wrap .createWrap:hover .create_btn {
    visibility: visible;
}
.cpc_tab {
    height: 40px;
}
.form_fields .real_preview{
    border-top: none;
}
.price.invoice {
    color: #0faae4;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.previewWrap.payment label{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}
.manage_wrap .preview p{
    width: max-content;
    padding: 0;
}
.advertForm.receipt .invoice{
    background: transparent;
    text-align: left;
    padding: 0;
}
.advertForm.receipt .invoice .price{
    color: #000;
    font-weight: bold;
}
.print_btn {
    background: #02aae9;
    color: #fff !important;
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    width: auto;
    position: absolute;
    margin-top: -60px;
    right: 20px;
}
a.button.cta {
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #00859b;
    color: #ffffff !important;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
.ss_payfluid{
    width: 70%;
}
.error {
    color: red;
}