.support-page {padding: 20px 25px 40px;}
.default-btn {padding: 5px 25px; display: inline-block;}
.col-row{margin-right: -15px; margin-left: -15px;}
.col-half{float: left; width: 50%;}
.col-full{float: left; width: 100%;}
.col-one{float: left; width: 25%;}
.col-three{float: left; width: 75%;}
.col-one, .col-half, .col-three, .col-full{ position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; box-sizing: border-box;}
.col-row:after, .col-row:before {display: table;content: " ";clear: both;}
.pt-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #014464;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    text-transform: uppercase;
}
.pt-btn:hover{color: #fff;background: #5f5f5f;}
.form-input {width: 100%;padding: 3px 10px !important;}
.img-circle{border-radius: 50%;}


@media only screen and (max-width: 767px) {
div#inquiry-popup .inq-form .text-f-h {
    width: 100%;
    float: left;
}
div#inquiry-popup .modal-body.inq-form {
    padding: 15px 30px;
}
div#inquiry-popup .modal-header h4 {
    font-size: 20px;
    color: #333;
}
div#inquiry-popup button.btn.btn-default.submitinq {
    height: 40px;
    font-size: 16px;
    border: none;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: auto;
}
div#inquiry-popup .modal-body.inq-form .text-f-h input {
    height: 40px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

form#enrollstep1 .verifico_row_trade .esign-form .f_detail {
    right: 20px !important;
}
.verifico_row_trade .esign-form .f_detail {
    margin-right: 10px;
}
}
@media only screen and (max-width: 640px) {
.g-recaptcha > div, .g-recaptcha iframe {
    width: 100% !important;
    max-width: 100%;
}
#esig.signature.required {
    font-size: 14px !important;
}
.verifico_row_trade .esign-form .f_detail {
    color: #ccc;
    font-size: 14px;
    margin-right: 10px;
}
}

.dummy_text h4 a:hover{color: #5a6573;    text-decoration: none;}

th:hover {
    position: relative;
}

th[content]:hover:after {
    content: attr(content);
    left: 0;
    top: 100%;
    /*white-space: nowrap; */
    position: absolute;
    z-index: 99999;
    width: 250px;
    background: #fff;
    border: 2px solid rgb(2, 70, 103);
    padding: 5px 10px;
    font-weight: normal;
	line-height: 20px;
    white-space: normal;
}

.checkout-table th{width: 200px;}
a.btn {text-decoration: none;}
.error {color: #ff0000;}
.d-none {display: none;}