﻿body {
    background: #f5f5f5;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    color: #ec0000;
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

.condition-link a,
.footer-cont .footer-link-list li a:hover,
.footer-cont .footer-row-link-list li a:hover,
.footer-cont h3 a:hover {
    text-decoration: underline
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

button::-moz-focus-inner {
    border: 0
}

.wraper {
    position: relative
}

.desktop-mob-view,
.desktop-tab-view,
.desktop-view,
.mobile-view,
.tab-mob-view,
.tab-view {
    position: relative;
    display: none
}

.semibold {
    font-weight: 600
}

.text-blue {
    color: #337ab7
}

.text-capitalize {
    text-transform: capitalize
}

.text-red {
    color: #ec0000
}

.font-13 {
    font-size: 13px
}

.font-11 {
    font-size: 11px
}

.bg-header {
    position: relative;
    background: #fff;
    z-index: 9999
}

.header {
    margin: 0 auto;
    position: relative
}

.header-container {
    position: relative;
    margin: 0 auto
}

.logo,
.logo-expert,
.logo-fenosa,
.logo-ikea {
    float: left;
    padding: 12px 20px;
    position: relative;
    /*width: 100%;*/
    max-width: 210px;
    background: #ec0000
}

.logo img,
.logo-ikea img {
    width: 100%;
    max-width: 170px
}

.logo-ikea {
    padding: 0
}

.logo-ikea img {
    max-width: 100%
}

.logo-fenosa {
    background: 0 0;
    padding: 6px 15px
}

.logo-fenosa img {
    width: 100%;
    max-width: 140px
}

.logo-expert {
    padding: 2px 0;
    background: #e8510e
}

.logo-expert img {
    width: 100%;
    max-width: 100%
}

.header-btn-back-box {
    position: absolute;
    top: 9px;
    left: 15px;
    z-index: 9;
    display: none
}

.btn-header-back {
    position: relative;
    background: 0 0;
    border: none;
    color: #fff!important;
    font-size: 21px;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: left
}

.btn-header-back .left-arror-white {
    margin: 0 auto;
    vertical-align: middle
}

.header-heading {
    position: relative;
    float: left
}

.header-heading h2 {
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    padding: 27px 30px
}

.menu-header-right,
.menu-header-right-2 {
    float: right;
    position: relative;
    padding: 22px 0
}

.menu-header,
.menu-header2 {
    margin: 0;
    padding: 0
}

.menu-header li,
.menu-header2 li {
    list-style: none;
    border-left: 1px solid #ddd;
    padding: 5px 15px;
    float: left
}

.menu-header li:first-child {
    border-left: none
}

.menu-header li a,
.menu-header2 li a {
    display: block;
    font-size: 14px;
    color: #333
}

.menu-header li a i,
.menu-header2 li a i {
    margin-right: 10px;
    vertical-align: middle
}

.menu-header-right-2 {
    padding: 10px 0
}

.menu-header2 li {
    border: none
}

.main-menu,
.main-menu li {
    border-right: 2px solid #e6e6e6
}

.menu-header2 li a.active {
    color: #ec0000;
    font-weight: 600
}

.menu-header2 li a:hover {
    color: #ec0000
}

.menu-header2 li a span {
    display: block;
    font-size: 12px;
    padding-left: 25px
}

.menu-header2 li a.btn-red-full {
    padding: 10px 20px;
    font-weight: 400
}

.mobile-menu-box {
    display: none
}

.main-menu-box {
    position: relative;
    width: 100%;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    background: #f5f5f5
}

.main-menu {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1265px;
    border-left: 2px solid #e6e6e6
}

.main-menu li {
    position: relative;
    list-style: none;
    background: #fff;
    width: 50%;
    max-width: 225px;
    float: left
}

.main-menu li a {
    padding: 17px 15px;
    display: block;
    font-size: 16px;
    color: #333;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.main-menu li a.active,
.main-menu li a:hover {
    color: #ec0000
}

.main-menu li a.active {
    font-weight: 700
}

.main-menu li a i {
    vertical-align: top;
    margin-right: 15px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.main-menu li a.active i.bell-black-small-icon,
.main-menu li a.active i.global-black-small-icon,
.main-menu li a:hover i.bell-black-small-icon,
.main-menu li a:hover i.global-black-small-icon {
    background-position: 0 -22px
}

.form-field-box {
    position: relative;
    padding-top: 30px
}

.form-field-box label {
    font-size: 15px;
    font-weight: 400;
    color: #5e5e5e;
    position: absolute;
    cursor: pointer;
    top: 36px;
    left: 0;
    opacity: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.form-field-box input[type=text]:focus~label,
.form-field-box input[type=tel]:focus~label,
.form-field-box input[type=search]:focus~label,
.form-field-box input[type=email]:focus~label,
.form-field-box input[type=password]:focus~label {
    top: 20px;
    color: #333;
    opacity: 1;
    font-weight: 600
}

.form-field-box .intl-tel-input input[type=text]:focus~label {
    top: -10px;
    color: #333;
    opacity: 1;
    font-weight: 600
}

.form-field-box input[type=text],
.form-field-box input[type=tel],
.form-field-box input[type=search],
.form-field-box input[type=email],
.form-field-box input[type=password] {
    border: none;
    border-bottom: 2px solid #f0f0f0;
    background: 0 0;
    padding: 6px 0;
    width: 100%;
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.form-field-box input[type=text]:focus,
.form-field-box input[type=tel]:focus,
.form-field-box input[type=search]:focus,
.form-field-box input[type=email]:focus,
.form-field-box input[type=password]:focus {
    border-bottom: 2px solid #333
}

.form-field-box input:focus::-webkit-input-placeholder {
    color: transparent
}

.form-field-box input:focus:-moz-placeholder {
    color: transparent
}

.form-field-box input:focus::-moz-placeholder {
    color: transparent
}

.form-field-box input:focus:-ms-input-placeholder {
    color: transparent
}

.form-error {
    position: relative
}

.form-error .form-field-box input[type=text],
.form-error .form-field-box input[type=tel],
.form-error .form-field-box input[type=search],
.form-error .form-field-box input[type=email],
.form-error .form-field-box input[type=password] {
    border-bottom: 2px solid #e3e3e3
}

.form-field-box h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 30px
}

.form-field-box p {
    line-height: 24px
}

.error-field-2 p,
.form-field-box .error-field p,
.form-group .error-field p {
    font-size: 11px;
    line-height: 15px;
    color: #e99f10;
    margin: 0
}

.form-field-box .error-field,
.form-group .error-field {
    position: relative;
    width: 100%
}

.form-field-box .error-field .btn-for-empty,
.form-group .error-field .btn-for-empty {
    border: none;
    background: 0 0;
    position: absolute;
    top: -30px;
    right: 0;
    color: #e99f10
}

.error-field-2 {
    position: relative;
    width: 100%
}

.error-field-2 .btn-for-empty {
    border: none;
    background: 0 0;
    position: absolute;
    top: -30px;
    right: 0;
    color: #e99f10
}

.condition-link,
.condition-link .condition-check-box,
.form-message-box {
    position: relative
}

.form-message-box-in {
    display: table;
    width: 100%;
    background: #fff;
    border: 1px solid #333
}

.form-message-box-in .form-icon,
.form-message-box-in .form-message {
    display: table-cell;
    padding: 7px;
    width: 30px
}

.form-message-box-in .form-icon i {
    font-size: 18px
}

.form-message-box-in .form-message {
    padding-left: 0;
    width: 100%
}

.form-message-box-in .form-message p {
    font-size: 14px;
    margin: 0
}

.form-message-box-in.error-alert {
    background: #faefdf;
    border: 1px solid #d8b867
}

.form-message-box-in.error-alert .form-icon i {
    color: #d0af80
}

.form-message-box-in.success-alert {
    background: #44B746;
    border: 1px solid #3c763d
}

.form-message-box-in.success-alert .form-icon i,
.form-message-box-in.success-alert .form-message p {
    color: #fff
}

.condition-link {
    padding-bottom: 10px;
    text-align: center
}

.condition-link label {
    cursor: pointer;
    font-weight: 400;
    opacity: 1;
    position: relative;
    top: auto
}

.condition-link p {
    margin: 0;
    line-height: 14px!important
}

.condition-link a {
    color: #333
}

.condition-link a:hover {
    text-decoration: none
}

.condition-link .condition-check-box input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

.condition-link .condition-check-box input[type=checkbox]~.checkbox-img,
.condition-link .condition-check-box input[type=checkbox]~label,
.condition-link.terms-in-checkbox .condition-check-box input[type=checkbox]~.checkbox-img {
    background: url(../img/icons/checkbox-icon.png) 0 1px no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    float: none;
    opacity: 1;
    top: 0;
    position: relative;
    cursor: pointer;
    transition: none
}

.condition-link .condition-check-box input[type=checkbox]:checked~.checkbox-img,
.condition-link .condition-check-box input[type=checkbox]:checked~label,
.condition-link.terms-in-checkbox .condition-check-box input[type=checkbox]:checked~.checkbox-img {
    background: url(../img/icons/checkbox-icon.png) 0 -17px no-repeat
}

.condition-link.terms-in-checkbox {
    text-align: left
}

.condition-link.terms-in-checkbox .condition-check-box {
    padding: 0;
    margin-left: 10px
}

.field-requare-notice {
    position: relative;
    padding-top: 15px
}

.field-requare-notice p {
    margin: 0;
    color: #ec0000
}

.condition-link.small-text-check label,
.condition-link.small-text-check p {
    font-size: 11px
}

.condition-link.small-text-check .condition-check-box input[type=checkbox]~.checkbox-img,
.condition-link.small-text-check .condition-check-box input[type=checkbox]~label {
    background: url(../img/icons/checkbox-icon.png) 0 2px no-repeat;
    background-size: 12px
}

.condition-link.small-text-check .condition-check-box input[type=checkbox]:checked~.checkbox-img,
.condition-link.small-text-check .condition-check-box input[type=checkbox]:checked~label {
    background: url(../img/icons/checkbox-icon.png) 0 -12px no-repeat;
    background-size: 12px
}

.condition-link.small-text-check .condition-check-box {
    vertical-align: middle
}

.btn-black-light-small,
.btn-gray-dark-small,
.btn-gray-full,
.btn-green-small,
.btn-loading,
.btn-loading-small,
.btn-red,
.btn-red-dark-small,
.btn-red-full,
.btn-white-small {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff!important;
    padding: 12px 15px;
    border-radius: 25px;
    border: none;
    background: #ec0000;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.btn-auto,
.btn-mx-378x48,
.btn-red {
    display: inline-block
}

.btn-red {
    width: auto;
    padding: 12px 30px
}

.btn-red-dark-small:hover,
.btn-red-full:hover,
.btn-red.enabled-link:hover,
.btn-red:hover {
    background: #900
}

.btn-red-dark-small:disabled,
.btn-red-full:disabled,
.btn-red.disabled-link,
.btn-red:disabled {
    background: #c2c2c2;
    cursor: not-allowed
}

.btn-gray-dark-small,
.btn-green-small,
.btn-loading-small,
.btn-red-dark-small,
.btn-white-small {
    background: #ec0000;
    font-size: 14px;
    padding: 9px 50px;
    width: auto
}

.btn-green-small,
.btn-loading-small,
.btn-red-dark-small {
    padding: 5px 15px;
    max-width: 150px;
    width: 100%
}

.btn-green-small {
    background: #0B8228
}

.btn-gray-dark-small,
.btn-gray-full {
    background: #999
}

.btn-gray-dark-small:hover,
.btn-gray-full:hover {
    background: #6D6D6D
}

.btn-black-light-small {
    background: #999;
    width: auto;
    display: inline-block;
    padding: 4px 20px;
    font-size: 15px;
    font-weight: 300
}

.btn-black-light-small:hover {
    background: #6D6D6D
}

.btn-white-small {
    background: #fff;
    color: #ec0000!important
}

.btn-white-small:hover {
    background: #ec0000;
    color: #fff!important
}

.btn-loading,
.btn-loading-small {
    background: #c2c2c2;
    pointer-events: none
}

.btn-gray-full:acitve,
.btn-gray-full:focus,
.btn-red-full:acitve,
.btn-red-full:focus {
    color: #fff
}

.btn-auto {
    width: auto!important
}

.mx-280 {
    max-width: 280px;
    margin: 0 auto
}

.btn-mx-168x44 {
    max-width: 168px;
    height: 44px;
    font-size: 16px;
    padding: 12px 15px;
    width: 100%
}

.btn-mx-378x48 {
    max-width: 378px;
    height: 48px;
    font-size: 16px;
    width: 100%
}

.btn-mx-126x38 {
    max-width: 126px;
    height: 38px;
    font-size: 14px;
    padding: 10px 15px;
    width: 100%
}

.btn-mx-220x55 {
    max-width: 220px;
    height: 55px;
    font-size: 14px;
    width: 100%
}

.btn-top-nav {
    font-size: 9px;
    text-transform: uppercase;
    border: 0;
    background: 0 0;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    margin: 13px 10px 0 0
}

.btn-top-nav i {
    font-size: 22px;
    display: block
}

.btn-red-circle {
    background: #ec0000;
    padding-left: 0;
    padding-right: 0;
    width: 37px;
    height: 37px;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.btn-red-circle:hover {
    background: #900
}

.white-bg {
    background: #fff
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mb-15,
.mtb-15 {
    margin-bottom: 15px
}

.mtb-15 {
    margin-top: 15px
}

.mt-15 {
    margin-top: 15px!important
}

.ml-15 {
    margin-left: 15px
}

.mr-15 {
    margin-right: 15px
}

.mr-4 {
    margin-right: 4px
}

.mt-20 {
    margin-top: 20px
}

.pdt-15 {
    padding-top: 15px
}

.pd-0 {
    padding: 0!important
}

.pdb-15,
.pdtb-15 {
    padding-bottom: 15px
}

.pdtb-15 {
    padding-top: 15px
}

.login-slide-box {
    position: relative
}

.login-slide-box img {
    width: 100%
}

.login-slide-box .login-slide-caption {
    padding: 30px;
    text-align: center;
    background: rgba(228, 48, 47, .75);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff
}

.login-slide-box .login-slide-caption h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600
}

.layout-box {
    padding: 70px 0
}

.login-box {
    max-width: 380px;
    margin: 0 auto 30px;
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    position: relative
}

.login-box-in {
    position: relative;
    padding: 30px
}

.login-box-in.pdlr-20-15 {
    padding-left: 20px;
    padding-right: 15px
}

.login-heading {
    position: relative;
    padding-bottom: 30px
}

.login-heading h2 {
    font-size: 21px;
    color: #313131;
    line-height: 30px;
    margin: 0 0 0 40px;
    padding-left: 15px;
    border-left: 1px solid #cbcbcb
}

.login-heading h2 i {
    position: absolute;
    top: 3px;
    left: 0
}

.login-form {
    position: relative
}

.forget-link {
    position: relative;
    text-align: center;
    padding-top: 15px
}

.reg-cont-box {
    position: relative
}

.reg-cont {
    position: relative;
    padding-bottom: 30px
}

.reg-cont h2 {
    margin: 0;
    font-size: 21px;
    font-weight: 400
}

.reg-cont h2 span {
    font-weight: 600
}

.reg-cont p {
    font-size: 15px;
    line-height: 23px
}

.customer-ser-box {
    position: relative;
    display: table;
    width: 100%;
    background: #eaeaea
}

.customer-ser-box .customer-ser-cont,
.customer-ser-box .customer-ser-icon {
    position: relative;
    display: table-cell;
    padding: 15px;
    vertical-align: middle
}

.customer-ser-box .customer-ser-icon i {
    background-color: #ec0000;
    width: 42px;
    height: 42px;
    display: block;
    background-position: center center;
    border-radius: 4px
}

.customer-ser-box .customer-ser-cont {
    padding-left: 0;
    vertical-align: top
}

.customer-ser-box .customer-ser-cont p {
    padding-left: 0;
    margin: 0
}

.footer-note {
    position: relative
}

.footer-note p {
    font-size: 12px
}

.bg-footer {
    background: #727a79;
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
    margin-top: 20px
}

.footer-cont {
    color: #fff;
    padding: 20px 0 0
}

.footer-cont p {
    margin: 0;
    font-size: 13px
}

.copy-right p,
.footer-cont .footer-row-link-list li a,
.footer-cont h3 {
    font-size: 14px
}

.footer-cont h3 {
    margin: 0;
    padding-bottom: 10px
}

.footer-cont h3 a {
    color: #fff
}

.footer-cont .footer-link-list,
.footer-cont .footer-row-link-list {
    margin: 0 0 30px;
    padding: 0;
    text-align: center
}

.footer-cont .footer-link-list li {
    list-style: none
}

.footer-cont .footer-link-list li a,
.footer-cont .footer-row-link-list li a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 300
}

.footer-cont .footer-row-link-list {
    margin-bottom: 15px
}

.footer-cont .footer-row-link-list li {
    list-style: none;
    display: inline-block
}

.footer-cont .footer-row-link-list li:before {
    content: "•";
    position: relative;
    padding: 0 10px
}

.copy-right {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    border-top: 1px solid #fff
}

.copy-right p {
    margin: 0
}

.saved-user-box {
    position: relative;
    text-align: center
}

.saved-user-box .saved-user-img {
    width: 82px;
    height: 82px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #f1e9e9;
    overflow: hidden
}

.saved-user-box .saved-user-img img {
    width: 100%
}

.saved-user-box h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize
}

.high-user-box {
    margin-bottom: 30px;
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    position: relative
}

.hight-user-in {
    position: relative;
    padding: 30px 50px
}

.high-user-box .pdr-40 {
    padding-right: 40px
}

.high-user-box .pdl-40 {
    padding-left: 40px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-30 {
    margin-bottom: 30px
}

.pdt-0 {
    padding-top: 0!important
}

.pdb-30 {
    padding-bottom: 30px!important
}

.modal-backdrop {
    background: #4a4a4a
}

.modal-backdrop.in {
    opacity: .57
}

.modal-term,
.modal-you-know {
    max-width: 780px;
    width: auto;
    height: 100%;
    display: table;
    margin: 0 auto;
    position: relative
}

.modal-content {
    /*box-shadow: none;
    border: none;
    border-radius: 0*/
}

.modal-term .modal-content,
.modal-you-know .modal-content {
    background: 0 0;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 15px;
    position: relative
}

.modal-you-know .close-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.terms-modal-in {
    padding: 40px;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.terms-modal-in h2 {
    font-weight: 600;
    font-size: 21px;
    margin: 0
}

.terms-modal-in p {
    line-height: 24px
}

.btn-close-circle {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 99;
    width: 40px;
    height: 40px;
    background: #ec0000;
    border: none;
    border-radius: 50%;
    font-size: 21px;
    font-weight: 600;
    color: #fff
}

.contact-heading-box,
.contact-opt-box,
.contact-opt-cover-in {
    position: relative
}

.modal-you-know {
    max-width: 450px
}

.contact-heading-box {
    display: table;
    width: 100%;
    padding: 15px 0
}

.contact-heading-box .contact-heading-cont,
.contact-heading-box .contact-heading-icon,
.contact-opt-cover {
    position: relative;
    display: table-cell;
    padding: 0 15px
}

.contact-heading-box .contact-heading-icon {
    width: 55px;
    padding: 0 15px;
    text-align: center
}

.contact-heading-box .contact-heading-icon i {
    vertical-align: middle
}

.contact-heading-box .contact-heading-cont {
    border-left: 1px solid #cbcbcb;
    vertical-align: middle
}

.contact-opt-cover {
    width: 190px;
    padding-right: 0
}

.contact-heading-box .contact-heading-cont h2,
.contact-heading-box .contact-heading-cont h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700
}

.contact-heading-box .contact-heading-cont h2 span,
.contact-heading-box .contact-heading-cont h3 span {
    font-size: 14px;
    font-weight: 400
}

.contact-opt-box .btn-contact-opt {
    border-radius: 0;
    padding: 10px 15px;
    background: #999;
    display: block;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 16px
}

.contact-opt-box .btn-contact-opt i {
    margin-left: 15px;
    float: right;
    font-size: 22px
}

.contact-opt-box .contact-opt-list {
    margin: 0;
    padding: 0;
    border: 1px solid #c2c2c2;
    position: absolute;
    top: 37px;
    right: 0;
    z-index: 999;
    width: 100%;
    min-width: 260px
}

.contact-opt-box .contact-opt-list li {
    position: relative;
    list-style: none;
    background: #fff;
    border-bottom: 1px solid #c2c2c2
}

.contact-opt-box .contact-opt-list li:last-child {
    border-bottom: none
}

.contact-opt-box .contact-opt-list li a {
    padding: 8px 15px;
    text-align: right;
    display: block;
    font-weight: 300;
    color: #333;
    cursor: pointer;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.contact-opt-box .contact-opt-list li a.active,
.contact-opt-box .contact-opt-list li a:hover {
    color: #ec0000
}

.contact-opt-box .contact-opt-list li a.active {
    font-weight: 700
}

.contact-light-gray-cover {
    background: #f2f2f2;
    margin-bottom: 60px
}

.contact-light-gray-in {
    padding: 15px
}

.contact-info-cover {
    position: relative
}

.contact-light-heading {
    position: relative;
    padding: 15px 0 30px
}

.contact-light-heading h3 {
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #ec0000
}

.contact-info-box {
    position: relative;
    display: table;
    width: 100%;
    padding: 30px 0 0
}

.contact-info-box .contact-info-cont,
.contact-info-box .contact-info-icon {
    position: relative;
    display: table-cell;
    padding: 0 15px
}

.contact-info-box .contact-info-icon {
    width: 70px;
    padding-left: 0
}

.contact-info-box .contact-info-icon i {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid red;
    border-radius: 50%;
    background-position: center center
}

.contact-info-box .contact-info-cont {
    vertical-align: top
}

.contact-info-box .contact-info-cont h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 15px
}

.contact-info-box .contact-info-cont p {
    font-size: 14px
}

.contact-info-box .contact-info-cont p strong {
    font-size: 16px
}

.contact-info-box .contact-info-cont p span {
    font-size: 12px
}

.contact-info-box .contact-info-cont .contact-phone {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    white-space: nowrap
}

.contact-info-list {
    margin: 0;
    padding: 0 0 0 25px
}

.contact-form-cover {
    position: relative;
    padding: 30px 0
}

.contact-form-box {
    position: relative;
    width: 100%;
    max-width: 830px;
    margin: 0 auto
}

.contact-form-box .form-horizontal .control-label {
    font-weight: 400;
    font-size: 14px;
    text-align: left
}

.pdb-10 {
    padding-bottom: 10px
}

.pdb-5 {
    padding-bottom: 5px
}

.contact-form-box .contact-radio-box {
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer
}

.contact-form-box .contact-radio-box input[type=radio] {
    position: relative;
    cursor: pointer;
    opacity: 0
}

.contact-form-box .contact-radio-box input[type=radio]~.contact-radio {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c0c0c1;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    pointer-events: none
}

.contact-form-box .contact-radio-box input[type=radio]:checked~.contact-radio {
    background: #ec0000
}

.contact-form-box .contact-radio-box input[type=radio]:checked~.contact-radio:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #f2f2f2
}

.contact-form-box .contact-email-box {
    position: relative;
    padding-bottom: 15px;
    width: 100%;
    float: left
}

.contact-form-box .contact-telphone-box {
    position: relative
}

.contact-form-box .contact-telphone-box .mobile-label {
    display: none
}

.contact-form-box .contact-telphone-box input {
    padding: 3px 12px!important
}

.contact-form-box .contact-telphone-box input:last-child {
    margin: 0
}

.contact-form-box .form-horizontal .checkbox .checkbox-multi {
    position: relative
}

.contact-form-box .form-horizontal .checkbox .checkbox-multi input[type=checkbox] {
    position: relative;
    margin: 0 10px 0 15px;
    cursor: pointer;
    z-index: 5;
    opacity: 0
}

.contact-form-box .form-horizontal .checkbox .checkbox-multi input[type=checkbox]~.checkbox-red {
    width: 15px;
    height: 15px;
    background: #ec0000;
    position: absolute;
    top: 3px;
    left: 15px
}

.contact-form-box .form-horizontal .checkbox .checkbox-multi input[type=checkbox]:checked~.checkbox-red:after {
    content: '\f00c';
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 2px;
    z-index: 1;
    width: 15px;
    height: 15px;
    display: inline-block;
    font-family: FontAwesome
}

.contact-form-box .form-control {
    border: 1px solid #818181;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    height: 30px;
    padding: 3px 12px;
    font-size: 12px
}

.contact-form-box textarea.form-control {
    height: 90px
}

.contact-form-box .form-control:focus {
    outline: 0;
    box-shadow: none
}

.contact-form-box .contact-select-box {
    position: relative
}

.contact-form-box .contact-select-box button {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    background: #fff;
    border: 1px solid #818181;
    width: 30px;
    height: 30px;
    color: #ec0000
}

.contact-form-box .contact-from-fileupload {
    position: relative
}

.contact-form-box .contact-from-fileupload input[type=file] {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    overflow: hidden
}

.contact-form-box .contact-from-fileupload button {
    width: 30px;
    height: 30px;
    background: 0 0;
    border: none;
    color: #ec0000;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    cursor: pointer
}

.contact-form-box .form-cont {
    position: relative
}

.contact-form-box .form-cont p {
    font-size: 12px;
    margin: 0
}

.contact-form-box .btn-red-dark-small {
    float: right
}

.typeOfInquery {
    position: relative
}

.typeOfInquery label {
    padding-left: 0;
    font-size: 14px
}

.mb-0 {
    margin-bottom: 0!important
}

.global-mycard-cover {
    position: relative;
    background: #f2f2f2;
    margin: 15px 0
}

.global-mycard-cover .global-mycard-heading-box {
    position: relative;
    background: #ec0000;
    display: table;
    width: 100%
}

.global-mycard-cover .global-mycard-heading-box .global-mycard-heading-cont,
.global-mycard-cover .global-mycard-heading-box .global-mycard-heading-icon {
    display: table-cell;
    position: relative;
    padding: 8px
}

.global-mycard-cover .global-mycard-heading-box .global-mycard-heading-icon {
    width: 55px
}

.global-mycard-cover .global-mycard-heading-box .global-mycard-heading-icon i {
    color: #fff;
    font-size: 25px
}

.global-mycard-cover .global-mycard-heading-box .global-mycard-heading-icon i.credit-card-white-mid-icon,
.global-mycard-cover .global-mycard-heading-box .global-mycard-heading-icon i.money-white-mid-icon {
    background-position: center center;
    background-size: 33px 20px;
    width: 38px
}

.global-mycard-cover .global-mycard-heading-box .global-mycard-heading-icon i.credit-card-white-mid-icon {
    background: url(../img/icons/credit-card-white-icon.svg) center center no-repeat;
    background-size: 33px 20px;
    width: 38px
}

.global-mycard-cover .global-mycard-heading-box .global-mycard-heading-cont {
    border-left: 1px solid #fff
}

.global-mycard-cover .global-mycard-heading-box .global-mycard-heading-cont button {
    float: right;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 18px
}

.global-mycard-cover .global-mycard-heading-box .global-mycard-heading-cont h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 300;
    color: #fff
}

.global-mycard-cover .global-mycard-cont-cover {
    padding: 15px 30px
}

.global-mycard-cover .global-mycard-cont-cover p {
    font-size: 13px;
    margin: 0
}

.global-mycard-cover .global-mycard-cont-box {
    background: #fff;
    border: 1px solid #d7d7d7;
    margin: 15px 0
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-visa-box {
    position: relative;
    display: table;
    padding: 10px 10px 10px 20px;
    width: 100%
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-visa-btn-box,
.global-mycard-cover .global-mycard-cont-box .global-mycard-visa-cont {
    position: relative;
    display: table-cell;
    vertical-align: top
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-visa-btn-box {
    width: 166px
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-visa-cont {
    padding-right: 15px
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-visa-cont h3 {
    color: #1bb3bc;
    font-size: 16px;
    margin: 0
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-visa-cont p {
    font-size: 13px;
    margin: 0
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-visa-btn-box .global-visa-card {
    width: 53px;
    height: 33px;
    display: inline-block;
    margin-right: 10px
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-visa-btn-box .global-earth-motion {
    background: url(../img/icons/earth-motion-icon.svg) 11px no-repeat;
    width: 53px;
    height: 33px;
    display: inline-block;
    background-size: 34px 25px;
    margin-right: 10px
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-visa-btn-box .credit-card-red-mid-icon {
    background: url(../img/icons/credit-card-red-icon.svg) no-repeat;
    background-size: 52px 30px;
    width: 53px;
    height: 33px;
    display: inline-block;
    margin-right: 10px
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-visa-btn-box .car-red-icon {
    background: url(../img/icons/car-red-icon.svg) 11px 3px no-repeat;
    background-size: 40px 22px;
    width: 53px;
    height: 33px;
    display: inline-block;
    margin-right: 10px
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-visa-btn-box .btn-gray {
    background: #999;
    border: none;
    color: #fff;
    padding: 5px 15px;
    vertical-align: top;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-visa-btn-box .btn-gray:hover {
    background: #6D6D6D
}

.bdrt {
    border-top: 1px solid #d6d6d6
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-limit-box {
    padding: 10px 20px;
    border-bottom: 1px solid #d6d6d6
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-limit-box p {
    font-size: 13px;
    margin-bottom: 5px
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-limit-box p span {
    white-space: nowrap;
    font-size: 14px
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-limit-box .limit-progress-box {
    position: relative
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-limit-box .limit-progress-box .progress {
    margin-bottom: 5px;
    border: 1px solid #e3e3e3;
    background: #efefef;
    box-shadow: none;
    padding: 1px;
    border-radius: 20px
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-limit-box .limit-progress-box .progress .progress-bar {
    border-radius: 20px
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-limit-box .limit-progress-box .progress .progress-bar-danger {
    background-color: #ec0000
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-limit-detail-box {
    width: 100%;
    position: relative;
    display: table
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-limit-detail-box .global-mycard-limit-available,
.global-mycard-cover .global-mycard-cont-box .global-mycard-limit-detail-box .global-mycard-limit-willing {
    position: relative;
    display: table-cell
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-limit-detail-box .global-mycard-limit-available p,
.global-mycard-cover .global-mycard-cont-box .global-mycard-limit-detail-box .global-mycard-limit-willing p {
    font-size: 13px;
    margin: 0
}

.red-text {
    color: #ec0000
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-limit-detail-box .global-mycard-limit-willing {
    padding-left: 15px;
    text-align: right
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box,
.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box.payment-share-col3 {
    position: relative;
    display: table;
    width: 100%
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box .global-mycard-payment-external,
.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box .global-mycard-payment-internal,
.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box.payment-share-col3 .global-mycard-payment-external,
.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box.payment-share-col3 .global-mycard-payment-internal,
.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box.payment-share-col3 .global-mycard-payment-share {
    display: table-cell;
    padding: 10px 15px
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box.payment-share-col3 .global-mycard-payment-external,
.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box.payment-share-col3 .global-mycard-payment-internal,
.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box.payment-share-col3 .global-mycard-payment-share {
    width: 33.333%;
    text-align: center;
    padding: 10px 0
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box .global-mycard-payment-external,
.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box.payment-share-col3 .global-mycard-payment-share {
    border-left: 1px solid #e3e3e3
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box .global-mycard-payment-external p,
.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box .global-mycard-payment-internal p {
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 0
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box .global-mycard-payment-external p span,
.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box .global-mycard-payment-internal p span {
    white-space: nowrap
}

.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box .global-mycard-payment-external p span,
.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box .global-mycard-payment-internal p span,
.global-mycard-cover .global-mycard-cont-box .global-mycard-payment-box .global-mycard-payment-share p span {
    display: block;
    font-weight: 600;
    font-size: 14px
}

.mobile-ad-box {
    position: relative;
    background: #f5f6f1;
    display: table;
    width: 100%;
    padding: 30px 15px 0;
    margin-bottom: 15px
}

.mobile-ad-box .mobile-ad-banner,
.mobile-ad-box .mobile-ad-cont-box {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.mobile-ad-box .mobile-ad-banner {
    width: 30%;
    vertical-align: bottom
}

.mobile-ad-box .mobile-ad-banner img {
    width: 100%
}

.mobile-ad-box .mobile-ad-banner svg {
    width: 100%;
    height: auto;
    vertical-align: top
}

.mobile-ad-box .mobile-ad-cont-box h2 {
    font-size: 21px;
    margin: 0;
    color: #ec0000;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 15px
}

.mobile-ad-box .mobile-ad-cont-box {
    padding-bottom: 15px
}

.mobile-ad-box .mobile-ad-cont-box h2 span {
    display: block;
    font-weight: 700
}

.mobile-ad-box .mobile-ad-cont-box p {
    font-size: 14px;
    margin-bottom: 15px
}

.mobile-ad-box .mobile-ad-cont-box .btn-red-dark-small {
    display: inline-block
}

.global-notification-cover {
    position: relative;
    background: #f2f2f2;
    margin: 15px 0
}

.global-notification-cover .global-notification-heading {
    position: relative;
    background: #ec0000;
    padding: 8px 10px
}

.global-notification-cover .global-notification-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 300
}

.global-notification-cover .global-notification-in {
    padding: 15px
}

.global-notification-box {
    position: relative;
    background: #fff;
    padding: 15px;
    border-bottom: 3px solid #afafaf;
    margin-bottom: 15px
}

.global-notification-box p {
    margin: 0;
    font-size: 12px;
    cursor: pointer
}

.global-notification-box p span {
    display: block;
    font-size: 13px
}

.global-notification-box p a {
    white-space: nowrap
}

.load-fidelity-box {
    background: #ec0000;
    padding: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px
}

.svg-banner {
    position: relative;
    text-align: center;
    width: 100%;
    padding-top: 100%;
    max-width: 540px;
    margin: 0 auto
}

.svg-banner svg {
    max-width: 540px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.svg-banner svg image {
    height: 100%!important
}

.load-fidelity-box h2 {
    font-size: 22px;
    margin: 0 0 15px
}

.load-fidelity-box h2 span {
    display: block;
    font-weight: 700
}

.load-fidelity-box h3 {
    font-size: 18px;
    margin: 15px 0
}

.load-fidelity-box .btn-white-small {
    font-size: 20px;
    padding: 1px 30px;
    display: inline-block
}

.notification-tab-box {
    position: relative
}

.notification-bg {
    position: relative;
    padding: 20px 20px 0;
    margin-bottom: 60px
}

.notification-box {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    float: left
}

.notification-box .notification-heading {
    position: relative;
    width: 100%;
    float: left
}

.notification-box .notification-heading .notification-icon {
    background: #ec0000;
    padding: 8px 15px;
    float: left
}

.notification-box .notification-heading .notification-icon i {
    vertical-align: top
}

.notification-box .notification-heading button {
    border: none;
    float: right;
    background: #fff;
    color: #999;
    font-size: 18px;
    border-left: 1px solid #d7d7d7
}

.notification-box .notification-cont {
    border: 1px solid #bebebe;
    background: #fff;
    padding: 15px;
    width: 100%;
    float: left
}

.notification-box .notification-cont p {
    font-size: 14px
}

.notification-box .notification-cont a {
    color: #333;
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap
}

.banner-image {
    max-width: 100%
}

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

.display-table [class*=display-table-col] {
    display: table-cell;
    vertical-align: top
}

.display-table-col-1 {
    width: 8.333333333%
}

.display-table-col-2 {
    width: 16.66666667%
}

.display-table-col-3 {
    width: 25%
}

.display-table-col-4 {
    width: 33.33333333%
}

.display-table-col-5 {
    width: 41.66666667%
}

.display-table-col-6 {
    width: 50%
}

.display-table-col-7 {
    width: 58.33333333%
}

.display-table-col-8 {
    width: 66.66666667%
}

.display-table-col-9 {
    width: 75%
}

.display-table-col-10 {
    width: 83.33333333%
}

.display-table-col-11 {
    width: 91.66666667%
}

.display-table-col-12 {
    width: 100%
}

.loan-auto-box-cover {
    position: relative;
    padding-bottom: 60px
}

.loan-auto-box {
    background: #fff;
    border: 1px solid #d7d7d7;
    margin: 15px 0
}

.loan-auto-box .loan-auto-detail-box {
    position: relative;
    width: 100%
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-gap {
    padding: 15px 30px
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in h3 {
    color: #1bb3bc;
    font-size: 23px;
    margin: 0;
    font-weight: 500;
    padding-bottom: 5px
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in p {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in p span {
    white-space: nowrap
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in p.semibold {
    font-weight: 600
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in .loan-auto-detail-heading-icon {
    vertical-align: middle
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in .loan-auto-detail-icon-right {
    position: relative;
    float: right
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in .loan-auto-detail-icon-right .visa-eroski-card {
    width: 90px;
    max-width: 90px;
    height: 57px
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in .loan-auto-limit-box {
    padding: 15px 30px;
    border-top: 1px solid #d6d6d6
}

.bdr-top-0 {
    border-top: none!important
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in .loan-auto-limit-box p {
    font-size: 20px;
    margin-bottom: 5px
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in .loan-auto-limit-box .loan-auto-progress-box {
    position: relative;
    width: 100%
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in .loan-auto-limit-box .loan-auto-progress-box .progress {
    margin-bottom: 5px;
    border: 1px solid #e3e3e3;
    background: #efefef;
    box-shadow: none;
    padding: 2px;
    height: 34px;
    border-radius: 20px
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in .loan-auto-limit-box .loan-auto-progress-box .progress .progress-bar {
    border-radius: 20px
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in .loan-auto-limit-box .loan-auto-progress-box .progress .progress-bar-danger {
    background-color: #ec0000
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in .loan-auto-limit-detail-box .loan-auto-limit-available p {
    font-size: 20px;
    margin: 0
}

.loan-auto-box .loan-auto-detail-box .loan-auto-detail-in .loan-auto-limit-detail-box .loan-auto-limit-pending {
    padding-left: 15px;
    text-align: right
}

.loan-auto-box .loan-auto-detail-box .loan-auto-nxt-date-box {
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
    border-left: 1px solid #d7d7d7
}

.loan-auto-box .loan-auto-detail-box .loan-auto-nxt-date-box p {
    font-size: 16px;
    padding-bottom: 15px;
    margin: 0
}

.loan-auto-box .loan-auto-detail-box .loan-auto-nxt-date-box h4 {
    font-size: 15px;
    margin: 15px 0 0;
    line-height: 25px
}

.loan-auto-box .loan-auto-detail-box .loan-auto-nxt-date-box h4 span {
    font-size: 20px;
    display: block;
    font-weight: 600;
    white-space: nowrap
}

.loan-auto-box .loan-auto-detail-box .loan-auto-nxt-date-box h3 {
    font-size: 19px;
    margin: 15px 0 0;
    white-space: nowrap
}

.loan-auto-box .loan-auto-payment-box {
    border-top: 1px solid #e3e3e3
}

.loan-auto-box .loan-auto-payment-box .loan-auto-payment-info {
    padding: 10px 0;
    text-align: center;
    border-right: 1px solid #e3e3e3
}

.loan-auto-box .loan-auto-payment-box .loan-auto-payment-info:last-child {
    border-right: none
}

.bdr-right-0 {
    border-right: none!important
}

.loan-auto-box .loan-auto-payment-box .loan-auto-payment-info p {
    font-size: 20px;
    margin-bottom: 0
}

.loan-auto-box .loan-auto-payment-box .loan-auto-payment-info p span {
    display: block;
    font-weight: 600;
    white-space: nowrap
}

.loan-auto-tag-line {
    position: relative
}

.loan-auto-tag-line p {
    font-size: 16px;
    margin-bottom: 0
}

.loan-amortization-table,
.online-bill-payment-box {
    position: relative;
    padding: 20px 0
}

.loan-amortization-table h3,
.online-bill-payment-box h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px
}

.loan-amortization-table p,
.online-bill-payment-box p {
    margin: 0;
    font-size: 18px;
    padding-bottom: 30px
}

.loan-amortization-table-btn-box,
.online-bill-payment-btn-box {
    position: relative
}

.online-bill-payment-btn-box {
    text-align: center
}

.online-bill-payment-opt-box {
    position: relative;
    text-align: center;
    padding: 15px
}

.online-bill-payment-opt-box i {
    width: 68px;
    height: 68px;
    margin: 0 auto 15px;
    border: 2px solid #39434e;
    border-radius: 50%;
    background-position: center center
}

.online-bill-payment-opt-box p {
    font-size: 16px;
    line-height: 30px
}

.online-bill-payment-btn-box .btn-red.btn-mx-220x55 {
    padding: 18px 0
}

.pdlr-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.card-force-table {
    position: relative
}

.card-force-table .table-bordered>thead>tr>td,
.card-force-table .table-bordered>thead>tr>th {
    border-bottom: 1px solid #ec0000!important;
    background: #ec0000;
    color: #fff;
    text-transform: uppercase
}

.card-force-table .table-bordered>thead>tr>td:first-child,
.card-force-table .table-bordered>thead>tr>th:first-child {
    border-left: 1px solid #ec0000
}

.card-force-table .table-bordered>thead>tr>td:last-child,
.card-force-table .table-bordered>thead>tr>th:last-child {
    border-right: 1px solid #ec0000
}

.card-force-table .table-bordered {
    border: 1px solid #c8c8c8;
    border-top: none;
    margin-bottom: 15px
}

.card-force-table .table-bordered>tbody>tr>td,
.card-force-table .table-bordered>tbody>tr>th,
.card-force-table .table-bordered>tfoot>tr>td,
.card-force-table .table-bordered>tfoot>tr>th,
.card-force-table .table-bordered>thead>tr>td,
.card-force-table .table-bordered>thead>tr>th {
    border: 1px solid #c8c8c8;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative
}

.card-force-table .table-bordered>tbody>tr:hover>td,
.card-force-table .table-bordered>tbody>tr:nth-child(even)>td,
.card-force-table .table-bordered>tbody>tr:nth-child(even)>th,
.card-force-table .table-bordered>tfoot>tr:hover>td {
    background: #f6f6f6
}

.cards-outstanding-balance {
    position: relative
}

.cards-outstanding-balance p {
    font-size: 13px
}

.card-force-table .table-bordered p {
    padding: 0
}

.card-force-table .table-bordered .text-danger {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.card-force-table .table-bordered .text-danger p {
    text-align: right
}

.active-text {
    color: #abc123;
    text-transform: uppercase
}

.de-active-text {
    color: #a5a5a5;
    text-transform: uppercase
}

.text-right p {
    text-align: right!important
}

.movements-filter-cover {
    position: relative;
    background: #eaeaea;
    border: 1px solid #d2d2d2;
    padding: 15px
}

.movements-filter-box {
    position: relative;
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    display: table
}

.movements-filter-box .form-group {
    margin-bottom: 0
}

.movements-filter-box .control-label {
    padding-top: 5px
}

.movements-filter-box .form-control {
    background: #fff;
    border: 1px solid #b6b6b6;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    text-align: center
}

.movements-filter-box .form-control:focus {
    box-shadow: none;
    outline: 0
}

.movements-filter-box .btn-red-dark-small {
    font-size: 16px;
    padding: 3px 15px
}

.movements-filter-box .btn-loading {
    font-size: 16px;
    padding: 3px 0
}

.movements-table .table>tbody>tr {
    position: relative
}

.movements-table .table>tbody>tr>td {
    position: static
}

.movements-table .table>tbody>tr>td:first-child {
    padding: 0
}

.movements-table .table>tbody>tr>td:last-child {
    white-space: nowrap;
    border-right: 1px solid #c8c8c8
}

.extractos-table .table>tbody>tr>td:nth-child(4),
.movements-table .table>tbody>tr>td:nth-child(3),
.movements-table .table>tbody>tr>td:nth-child(7) {
    white-space: nowrap
}

.movements-filter {
    float: right
}

.movements-filter button {
    background: 0 0;
    border: none
}

.movements-filter button i {
    margin-left: 15px;
    font-size: 16px
}

.card-movement-date-box {
    position: relative;
    display: table;
    width: 67%!important;
    float: left!important;
    margin: 3px 0
}

.card-movement-amount-box {
    position: relative;
    float: left;
    width: 30%;
    margin: 3px 0
}

.card-extract-date-box {
    position: relative;
    display: table;
    width: 100%
}

.card-extract-date-box .card-extract-cont,
.card-extract-date-box .card-extract-date,
.card-movement-date-box .card-extract-cont,
.card-movement-date-box .card-extract-date {
    display: table-cell;
    vertical-align: middle
}

.card-movement-date-box .card-extract-date {
    padding-left: 8px
}

.card-extract-date-box .card-extract-date {
    border-right: 1px solid #d7d7d7;
    width: 15%;
    padding-right: 15px;
    text-align: center
}

.card-extract-date-box .card-extract-date p {
    text-align: center!important;
    font-size: 12px!important;
    font-weight: 600
}

.card-extract-date-box .card-extract-cont p {
    font-size: 12px!important;
    font-weight: 400!important
}

.card-extract-date-box .card-extract-cont {
    padding-left: 15px
}

.extract-arrow-down {
    background: 0 0;
    border: none;
    padding: 0 0 0 10px;
    color: #131313;
    font-size: 12px
}

.movements-dropdown {
    position: relative;
    width: 100%;
    background: #f6f6f6;
    border: 2px solid #bababa;
    right: 0;
    z-index: 10;
    padding: 7px;
    float: left
}

.movements-dropdown ul.movements-list {
    position: relative;
    margin: 0;
    padding: 0
}

.movements-dropdown ul.movements-list li {
    list-style: none;
    width: 100%
}

.movements-dropdown ul.movements-list li p {
    font-size: 12px!important;
    font-weight: 400
}

.movements-dropdown ul.movements-list li p span {
    float: right;
    font-weight: 700!important
}

.radio-label {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.radio-red-btn {
    position: relative
}

.radio-red-btn input[type=radio] {
    width: 14px;
    height: 14px;
    position: relative;
    z-index: 2;
    opacity: 0;
    cursor: pointer
}

.radio-red-btn input[type=radio]~label {
    position: absolute;
    top: 4px;
    left: 14px;
    width: 14px;
    height: 14px;
    z-index: 0;
    background: #c0c0c1;
    border-radius: 50%;
    display: block
}

.radio-red-btn input[type=radio]:checked~label {
    background: #ec0000
}

.radio-red-btn input[type=radio]:checked~label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%
}

.environment-care-box {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #999;
    padding: 20px;
    margin-bottom: 30px
}

.environment-care-box p {
    font-size: 16px;
    margin: 0
}

.services-cover {
    position: relative
}

.services-box {
    position: relative;
    padding: 15px 0
}

.services-box .services-icon-box {
    padding: 15px;
    width: 115px!important
}

.services-box .services-icon-box i {
    width: 84px;
    height: 81px;
    border-radius: 10px
}

.services-box .services-cont-box {
    position: relative;
    padding: 15px;
    width: auto;
    vertical-align: middle!important
}

.services-box .services-cont-box h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    color: #ec0000
}

.services-box .services-cont-box p {
    margin: 0;
    font-size: 14px;
    padding: 0
}

.bg-green {
    background: #abc111
}

.bg-orange {
    background: #e59d27
}

.bg-purple {
    background: #9e3667
}

.pdb-0 {
    padding-bottom: 0!important
}

.error-benefits-box {
    position: relative;
    max-width: 605px;
    width: 100%;
    margin: 30px auto;
    border: 1px solid #818181;
    background: #f8ebd5;
    padding: 10px 15px
}

.error-benefits-box p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding-bottom: 0
}

.error-benefits-box a {
    font-weight: 700;
    white-space: nowrap
}

.card-force-table .btn-red-circle {
    font-size: 12px;
    width: 24px;
    height: 24px;
    padding: 3px 0;
    float: right
}

.card-force-table .btn-red-circle:active,
.card-force-table .btn-red-circle:focus,
.card-force-table .btn-red-circle:hover,
.card-force-table .btn-red-circle:visited {
    color: #fff;
    background: #900
}

.text-danger {
    color: #ec0000
}

.mobile-banner-ad-box {
    display: none;
    position: relative;
    background: #e9ebce;
    padding: 40px 30px 50px;
    text-align: center
}

.mobile-banner-ad-box h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0
}

.per_area-heading-box {
    position: relative;
    display: table;
    width: 100%;
    padding: 15px 0
}

.per_area-heading-box .per_area-heading-cont,
.per_area-heading-box .per_area-heading-icon,
.per_area-opt-cover {
    position: relative;
    display: table-cell;
    padding: 0 15px
}

.per_area-heading-box .per_area-heading-icon {
    width: 55px;
    text-align: center;
    vertical-align: middle
}

.per_area-heading-box .per_area-heading-cont {
    border-left: 1px solid #cbcbcb
}

.per_area-opt-cover {
    width: 190px;
    padding-right: 0
}

.per_area-heading-box .per_area-heading-cont h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700
}

.per_area-heading-box .per_area-heading-cont h2 span {
    font-size: 18px;
    font-weight: 400
}

.per_area-opt-box {
    position: relative
}

.per_area-opt-box .btn-per_area-opt {
    border-radius: 0;
    padding: 10px 15px;
    background: #999;
    display: block;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 16px
}

.per_area-opt-box .btn-per_area-opt i {
    margin-left: 15px
}

.per_area-opt-box .per_area-opt-list {
    margin: 0;
    padding: 0;
    border: 1px solid #c2c2c2;
    position: absolute;
    top: 42px;
    right: 0;
    z-index: 999;
    width: 100%;
    min-width: 260px
}

.per_area-opt-box .per_area-opt-list li {
    position: relative;
    list-style: none;
    background: #fff;
    border-bottom: 1px solid #c2c2c2
}

.per_area-opt-box .per_area-opt-list li:last-child {
    border-bottom: none
}

.per_area-opt-box .per_area-opt-list li a {
    padding: 8px 15px;
    text-align: right;
    display: block;
    color: #333;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.per_area-opt-box .per_area-opt-list li a:hover {
    color: #ec0000;
    font-weight: 700
}

.per_area-light-gray-cover {
    background: #f2f2f2;
    margin-bottom: 30px
}

.per_area-light-gray-in {
    margin: 0 15px 100px
}

.per_area-info-cover {
    position: relative;
    padding: 0 40px
}

.per_area-light-heading {
    position: relative;
    padding: 23px 0 34px
}

.per_area-light-heading h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #313131;
    text-align: left;
    text-transform: capitalize
}

.per_area-light-heading p {
    margin: 0;
    font-size: 13px;
    color: #313131;
    text-align: left;
    padding-top: 7px
}

.per_area-light-heading p:last-child {
    padding-top: 11px
}

.per_area-info-box {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 25px
}

.avtar-profile-box-cover {
    position: relative;
    max-width: 124px;
    padding: 15px 0
}

.avtar-profile-box {
    background: #f1e9e9;
    max-width: 124px;
    width: 100%;
    height: 125px;
    border-radius: 60%;
    text-align: center;
    overflow: hidden
}

.avtar-profile-box img {
    width: 100%
}

.avtar-profile-box img.avtar {
    padding-top: 25px;
    max-width: 87px
}

.profile-upload-box {
    position: relative;
    display: none
}

.avtar-profile {
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(../img/icons/cam-white-icon.svg) center no-repeat #ec0000;
    border: none;
    margin: 0 auto;
    left: 105px;
    top: 32px;
    border-radius: 60%;
    background-size: 22px 17px;
    box-shadow: 2px 2px 3px rgba(26, 20, 21, .56);
    -moz-box-shadow: 2px 2px 3px rgba(26, 20, 21, .56);
    -webkit-box-shadow: 2px 2px 3px rgba(26, 20, 21, .56);
    -ms-box-shadow: 2px 2px 3px rgba(26, 20, 21, .56);
    -o-box-shadow: 2px 2px 3px rgba(26, 20, 21, .56)
}

.info-detail ul {
    margin: 0;
    padding: 0
}

.info-detail ul li {
    list-style: none;
    position: relative;
    margin-top: 25px
}

.info-detail ul li p {
    margin: 0;
    text-align: left;
    padding-left: 35px;
    word-break: break-all
}

.info-detail ul li i {
    position: absolute;
    top: 5px;
    left: 0
}

.info-detail ul li i.edit-pencil {
    position: relative;
    margin-left: 10px;
    top: 0;
    font-size: 18px;
    color: #ec0000;
    cursor: pointer
}

.info-detail ul li i.proceess-icon-mid-icon {
    top: 1px
}

.info-detail ul li a {
    text-decoration: none;
    color: #313131
}

.info-detail ul li:first-child {
    padding: 0;
    margin-top: 15px
}

.info-detail .form-message-box-in .form-icon i {
    position: relative;
    top: 0;
    left: 0
}

.info-detail .form-message-box-in .form-message p {
    padding-left: 0
}

.info-detail .btn-green-small,
.info-detail .btn-loading-small,
.info-detail .btn-red-dark-small {
    max-width: none;
    white-space: nowrap
}

.info-detail p span {
    display: inline-block
}

.info-detail {
    position: relative;
    display: table;
    width: auto;
    font-size: 14px
}

.info-detail ul li .btn-green-small,
.info-detail ul li .btn-loading-small,
.info-detail ul li .btn-red-dark-small {
    font-style: normal;
    font-weight: 600
}

.info-detail ul li .btn-green-small i,
.info-detail ul li .btn-loading-small i,
.info-detail ul li .btn-red-dark-small i {
    position: relative!important;
    top: 0;
    margin-right: 10px
}

.info-detail .editable-click,
.info-detail a.editable-click {
    color: #333;
    border: none
}

.info-detail .editable-wrap {
    margin-top: -6px
}

.editable-wrap input {
    border: 1px solid #ec0000
}

.editable-wrap input:focus {
    border: 1px solid #ec0000;
    color: #ec0000
}

.editable-wrap button:focus,
.editable-wrap input:focus {
    outline: 0!important;
    box-shadow: none!important
}

.editable-buttons .btn-primary {
    background: #ec0000;
    border: none
}

.editable-buttons .btn-primary:hover {
    background: #900
}

.right-info {
    padding-right: 0
}

.right-info-list {
    border: 1px solid #cbcbcb;
    padding: 18px 0;
    margin-bottom: 60px
}

.right-info-list-heading h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: center
}

.right-info-list-para {
    font-size: 16px
}

.para-list {
    margin-left: 2px;
    padding-left: 0;
    list-style: none;
    font-size: 12px
}

.para-list li {
    padding-left: 12px;
    background-image: url(../img/icons/arrow-bullets-icon.png);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    margin: 25px 18px
}

.para-list li a {
    color: #333
}

.btn-detail {
    margin: 25px 0
}

.reset-passowrd-form {
    position: relative;
    padding: 15px 0
}

.reset-passowrd-form .form-field label {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 2px 15px
}

.reset-passowrd-form .form-control {
    border-radius: 0;
    border: 1px solid #bebebe;
    text-align: center;
    height: 25px
}

.btn-ACEPTAR .btn,
.btn-ACEPTAR .btn-loading,
.btn-detail a.btn {
    background: #EC0000;
    color: #fff;
    font-size: 12px;
    border-radius: 25px
}

.reset-passowrd-form .form-control:focus {
    box-shadow: none;
    border-color: #bebebe
}

.btn-detail a.btn {
    padding: 9px;
    max-width: 254px;
    width: 100%
}

.info-detail input[type=password] {
    width: 96px!important;
    margin: 3px;
    text-align: center
}

.info-detail form placeholder {
    line-height: normal
}

.btn-ACEPTAR {
    margin-bottom: 20px
}

.btn-ACEPTAR .btn,
.btn-ACEPTAR .btn-loading {
    padding: 3px 8px;
    max-width: 120px;
    width: 100%
}

.btn-ACEPTAR .btn-loading,
.btn-ACEPTAR .btn:disabled {
    background: #c2c2c2
}

.btn-ACEPTAR .btn-loading:focus,
.btn-ACEPTAR .btn:focus {
    outline: 0;
    box-shadow: none
}

.btn-known {
    padding: 10px 15px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #c1c1c1;
    background: #fff
}

.mb-60 {
    margin-bottom: 60px
}

.full-mobile-menu {
    background: #F5F5F5;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -ms-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s
}

.full-mobile-menu-in {
    position: relative;
    overflow-y: auto;
    height: 100%
}

.white-wrapper {
    margin: 0;
    padding: 15px 0;
    overflow: hidden;
    background: #fff
}

.mid-gray-wrapper {
    margin: 0;
    background: #F5F5F5
}

.header-bg {
    margn: 0 auto;
    background: #FFF;
    padding: 5px 0
}

.logo-2 {
    float: none;
    margin: 0 auto;
    padding: 5px 15px;
    position: relative;
    width: 100%;
    max-width: 210px
}

.logo-2 img {
    width: 100%;
    max-width: 122px;
    margin: auto
}

.pic-profile-box,
.pic-profile-box:hover {
    color: #313131
}

.profile-pic-circle {
    background: #f1e9e9;
    max-width: 74px;
    margin: auto;
    width: 100%;
    position: relative;
    border-radius: 60%;
    text-align: center;
    overflow: hidden
}

.btn-top-nav1,
.power-box button {
    background: 0 0;
    position: absolute
}

.menu-page-heading {
    text-align: center
}

.menu-page-heading h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 700
}

.menu-page-heading h3 span,
.menu-page-heading p,
.menupage-menu li {
    font-size: 15px;
    font-weight: 400
}

.menu-page-heading h3 span {
    display: block;
    padding-top: 8px
}

.profile-pic-circle img {
    width: 100%
}

.menupage-menu {
    margin: 0;
    padding: 0
}

.menupage-menu li {
    width: 100%;
    display: block;
    list-style: none;
    border-bottom: 1px solid #c1c1c1;
    color: #313131
}

.menupage-menu li a {
    padding: 16px 22px;
    display: block
}

.power-box button {
    border: none;
    top: 13px;
    left: 8px
}

.btn-top-nav1 {
    font-size: 9px;
    text-transform: uppercase;
    border: 0;
    color: #E41513;
    top: 0;
    right: 0;
    margin: 13px 10px 0 0
}

.menupage-menu a,
.menupage-menu a:active,
.menupage-menu a:hover {
    color: #313131!important;
    text-decoration: none
}

.loading-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ec0000;
    z-index: 99
}

.loading-logo {
    position: relative;
    padding: 30px 0;
    text-align: center
}

.loading-logo img {
    width: 100%;
    max-width: 170px;
    margin: 0 auto
}

.loading-animation {
    position: fixed;
    width: 110px;
    margin-left: -55px;
    left: 50%;
    bottom: 100px
}

.loading-center {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 170px;
    margin: -54px 0 0 -85px
}

.loading-center .loading-logo {
    padding: 0 0 30px
}

.loading-center .loading-animation {
    position: relative;
    bottom: auto
}

.cookies-magin {
    margin-bottom: 110px
}

.cookies-aviso-box {
    position: relative;
    width: 100%;
    border: 9px solid #eee;
    background: #fff;
    float: left
}

.cookies-aviso-box.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.cookies-aviso-box .cookies-aviso-in {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed
}

.cookies-aviso-box .cookies-aviso-in .cookies-aviso-content,
.cookies-aviso-box .cookies-aviso-in .cookies-aviso-icon {
    display: table-cell;
    width: 100px;
    padding: 15px
}

.cookies-aviso-box .cookies-aviso-in .cookies-aviso-content {
    width: 100%;
    padding-left: 0;
    vertical-align: top
}

.cookies-aviso-box .cookies-aviso-in .cookies-aviso-icon {
    text-align: right
}

.cookies-aviso-box .cookies-aviso-in .cookies-aviso-icon i {
    background: #EC0000;
    padding: 6px 12px;
    color: #fff;
    font-size: 21px!important;
    border-radius: 4px
}

.cookies-aviso-box .cookies-aviso-in .cookies-aviso-content h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px
}

.cookies-aviso-box .cookies-aviso-in .cookies-aviso-content p {
    font-size: 11px
}

.cookies-aviso-box .cookies-aviso-in .cookies-aviso-content a {
    color: #333;
    text-decoration: underline
}

.cookies-aviso-box .cookies-aviso-in .cookies-aviso-icon i.cookies-close {
    display: none;
    background: 0 0;
    color: #333;
    padding: 0;
    font-size: 15px!important;
    margin-bottom: 10px;
    cursor: pointer
}

.cookies-aviso-box .cookies-aviso-in .cookies-aviso-content p.close-cookies-sms {
    float: right;
    font-size: 13px!important;
    font-weight: 600;
    margin: 0
}

.cookies-aviso-box .cookies-aviso-in .cookies-aviso-content p.close-cookies-sms i.fa.fa-times {
    margin-right: 10px;
    font-size: 16px;
    cursor: pointer
}

.fade-effect {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

.fade-effect.ng-enter,
.fade-effect.ng-leave {
    transition: all cubic-bezier(.25, .46, .45, .94) .5s
}

.fade-effect.ng-enter,
.fade-effect.ng-leave.ng-leave-active {
    position: absolute;
    opacity: 0;
    display: block!important
}

.fade-effect.ng-enter.ng-enter-active,
.fade-effect.ng-leave {
    opacity: 1
}

.fade-effect.ng-hide {
    opacity: 0;
    display: block!important;
    position: absolute
}

.isban-select.red:after {
    content: url(../../img/arrow-select-down-red.png);
    padding-top: 10px;
}

.isban-select:after {
    content: url(../../img/arrow-select-down.png);
    display: inline-block;
    color: #cdcdcd;
    margin-top: 3px;
    right: 14px
}

.isban-select:before {
    content: '';
    display: block;
    width: 37px;
    height: 100%;
    background-color: #fff;
    right: 0;
    border: 1px solid #cdcdcd
}

.isban-select:after,
.isban-select:before {
    position: absolute;
    top: 0;
    pointer-events: none
}

.isban-select {
    position: relative
}

.isban-select select {
    width: 100%;
    padding: 0 10px;
    line-height: 28px;
    height: 38px;
    border: 1px solid #cdcdcd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #b1a9a9
}