.form-label-group.mt-5 {
    margin-top: 10px;
}
.form-label-group {
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    line-height: 1.3333333;
    padding: 10px 16px;
    box-shadow: none;
    font-size: 16px;
    height: 46px;
    border-radius: 2px;
    position: relative;
}
.form-label-group label {
    transform: translate(0, 1px);
    font-size: 13px;
    color: #333;
    font-weight: normal;
    /* -webkit-transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); */
}
.form-label-group input {
    border: none;
    outline: none !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    background-color: transparent;
    font-size: 13px;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-top: 20px;
}
.form-label-group .help-icon {
    position: absolute;
    top: calc(50% - 9px);
    right: 6px;
    z-index: 9999;
    width: 17px;
    height: 17px;
}
.form-label-group.active-lb label {
    margin-bottom: 2px;
    font-weight: normal;
    letter-spacing: 0.3px;
    transform: translate(0, -9px);
    font-size: 11px;
    color: #8e8e8e;
}
.hide-s{
    display:none;
}
.sec-form-img {
    text-align: right;
}
.sec-form-img img.icon-disable {
    filter: invert(0%) sepia(2%) saturate(0%) hue-rotate(215deg) brightness(98%) contrast(103%);
    opacity: 0.7;
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -wekit-filter: grayscale(1);
    filter: grayscale(1);
}
span.pay-form-title {
    font-weight: 400;
    font-size: 15px;
    color: #333;
}
.tooltip-custom {
    display: inline;
    position: relative;
}
.tooltip-custom:hover::after {
    background: #444;
    border-radius: 4px;
    color: #fff;
    content: '3-digit security code on the back of your card ';
    font-size: 11px;
    padding: 5px;
    width: 120px;
    position: absolute;
    top: 32px;
    left: 0;
    text-align: center;
}
.tooltip-custom:hover::before {
    border: solid;
        border-top-color: currentcolor;
        border-top-width: medium;
        border-right-color: currentcolor;
        border-right-width: medium;
        border-bottom-color: currentcolor;
        border-bottom-width: medium;
        border-left-color: currentcolor;
        border-left-width: medium;
    border-color: #444 transparent;
    border-width: 0px 6px 7px 6px;
    content: "";
    left: 45%;
    bottom: -16px;
    position: absolute;
}
.overf-vis {overflow: visible !important;}

.custom-input-wrap .btn.btn-success {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 40px;
}
.custom-input-wrap {
    position: relative;
}

.custom-input-wrap input{
    padding: 7px 12px 2px;
    margin: 0 0 5px;
}

.safari__agent .contact-path-popup.modal-dialog-centered .sf__row {
    display: contents;
}

@media only screen and (max-width:991px){
    .tooltip-custom:hover::before{
        left: 0;
    }
    .tooltip-custom:hover::after{
        left:auto;
        right:0;
    }
}
@media only screen and (max-width:767px){
    .sec-form-img{text-align: left;}
}
@media only screen and (max-width:479px){
    .custom-input-wrap .btn.btn-success{
        position: relative;
        width: 100%;        
    }
}
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}