/* Custom CSS */

@media only screen and (min-width: 1000px) {
    a#navbrand {
        margin-left: 50px;
        margin-right: 120px;
    }

    li #menu2lnks {
        float: right !important;
    }
}

@media only screen and (max-width: 650px) {
    ul#menu1lnks {
        font-size: 10px !important;
        margin-right: 5px !important;
    }
}

.testimonial-box img {
    display: inline-block;
    width: 180px;
    height: 180px;
    //border-radius: 50%;
    margin: 0 0 15px;
}
.testimonial-box h5 {
    color: #fe4819;
}
.testimonial-box p {
    margin-bottom: 20px;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
}
.ratings-icons {
    color: #fec42d;
    margin-bottom: 15px;
}

.mb.card-body {
    text-align: center;
}
.mb.btn {
    border-radius: 0;
    box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
}
.mb.btn:hover {
    transform: translateY(-2px);
    box-shadow: 2px 2px 5px hsla(0, 0%, 20%, 1);
}
.mb.card {
    border-radius: 0px / 0px;
    overflow: hidden;
    box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
}

/******************* Pricing Table Demo - 4 *****************/
.pricingTable4 .pricingTable-signup:before,
.pricingTable4:before {
    content: "";
    transition: all 0.3s ease 0s;
}
.demo4 {
    background: ;
    padding: 0px 0;
}
.pricingTable4 {
    text-align: center;
    padding-bottom: 12px;
    position: relative;
}
.pricingTable4:before {
    width: 98%;
    height: 85%;
    border-radius: 40px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    box-shadow: 0 0 0 10px #fff inset, 0 0 0 17px #d7182a inset;
    bottom: 0;
    left: 0;
    right: 0;
}
.pricingTable4:hover:before {
    box-shadow: 0 0 0 10px #fff inset, 0 0 0 17px #d7182a inset,
        0 0 60px rgba(0, 0, 0, 0.5) inset;
}
.pricingTable4 .pricingTable-header {
    width: 110%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.pricingTable4 .pricingTable-header svg {
    width: 94%;
}
.pricingTable4 .title {
    display: inline-block;
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-size: 30px;
    color: #d7182a;
    text-transform: uppercase;
    border-bottom: 7px dotted rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
}
.pricingTable4:hover .title {
    padding: 0 20px 10px;
}
.pricingTable4 .price-value {
    color: #fff;
    position: absolute;
    top: 67px;
    left: 50%;
    transform: translateX(-50%);
}
.price-value .amount {
    display: block;
    font-size: 50px;
    font-weight: 600;
}
.price-value .month {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 0;
    text-transform: lowercase;
}
.pricingTable4 .pricing-content {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    position: relative;
}
.pricingTable4 .pricing-content li {
    font-size: 18px;
    color: #707070;
    line-height: 40px;
}
.pricingTable4 .pricingTable-signup {
    display: inline-block;
    padding: 10px 20px;
    background: #d7182a;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable4 .pricingTable-signup:hover {
    color: #d7182a;
}
.pricingTable4 .pricingTable-signup:before {
    width: 90%;
    height: 80%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    position: absolute;
    top: 150%;
    left: 50%;
    z-index: -1;
    opacity: 0;
    transform: translate(-50%, -50%);
}
.pricingTable4 .pricingTable-signup:hover:before {
    top: 50%;
    opacity: 1;
}
.pricingTable4.darkblue:before {
    box-shadow: 0 0 0 10px #fff inset, 0 0 0 17px #1a6bac inset;
}
.pricingTable4.darkblue:hover:before {
    box-shadow: 0 0 0 10px #fff inset, 0 0 0 17px #1a6bac inset,
        0 0 60px rgba(0, 0, 0, 0.5) inset;
}
.pricingTable4.darkblue .pricingTable-header svg path {
    fill: #1a6bac;
}
.pricingTable4.darkblue .pricingTable-signup {
    background: #1a6bac;
}
.pricingTable4.darkblue .pricingTable-header h3,
.pricingTable4.darkblue .pricingTable-signup:hover {
    color: #1a6bac;
}
.pricingTable4.blue:before {
    box-shadow: 0 0 0 10px #fff inset, 0 0 0 17px #2998c5 inset;
}
.pricingTable4.blue:hover:before {
    box-shadow: 0 0 0 10px #fff inset, 0 0 0 17px #2998c5 inset,
        0 0 60px rgba(0, 0, 0, 0.5) inset;
}
.pricingTable4.blue .pricingTable-header svg path {
    fill: #2998c5;
}
.pricingTable4.blue .pricingTable-signup {
    background: #2998c5;
}
.pricingTable4.blue .pricingTable-header h3,
.pricingTable4.blue .pricingTable-signup:hover {
    color: #2998c5;
}
@media only screen and (max-width: 990px) {
    .pricingTable4 {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .pricingTable4 .pricingTable-header {
        width: 102%;
    }
}
@media only screen and (max-width: 479px) {
    .pricingTable4 .price-value {
        top: 80px;
    }
    .price-value .amount {
        font-size: 40px;
    }
}
/******************* End of Pricing Table Demo - 4 *****************/

/******************* Account Opening Form *****************/

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 15px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/******************* Account Opening Form *****************/

/* The message box is shown when the user clicks on the password field */
#message {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#message p {
    font-size: 12px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -10px;
    content: "♠";
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: -10px;
    content: "♦";
}

/* Account Opening Terms Text   */
p.acc_terms {
    font-size: 0.8em;
    font-align: justify;
    color: #cd3333;
}

.goog-logo-link {
    display: none !important;
}
.goog-te-gadget {
    color: transparent !important;
}

#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
}
.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

.goog-logo-link {
    display: none !important;
}
.goog-te-gadget {
    height: 28px !important;
    overflow: hidden;
}

body {
    top: 0 !important;
}
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    font-size: 11px !important;
}
