/* css from dev */

/* меню прячется за картой и картинками другими */
.header-dropdown-list {
    z-index: 2;
}

/* модалки с короткими сообщениями не имеют заголовка, но остается крестик  */
.modal-notice-header {
    border-bottom: none;
    padding-bottom: 0px;
}

.modal-notice-footer {
    border-top: none;
}

.modal {
    overflow: scroll;
}

/*.social-share {
    font-size: 20px;
}*/

.share-list {
    z-index: 100;
}

.model-action-list li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.tab-content .width-fix .plans-single {
    /* width: 100%; */
    /* margin: 0 0 30px; */
    width: 370px;
    margin: 0 0 30px 0;
}

/* css like .sidebar .form-group p. for filter in /compare page */
.sidebar .form-group > label {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.eav-field-icon-item {
    margin-right: 10px;
}

.sidebar .form-group .eav-field-item label {
    margin: 1px;
    padding: 1px;
    font-size: 14px;
}

.sidebar .form-group .eav-field-item input {
    margin: 1px;
    padding: 1px;
    width: 60px;
}

.sidebar .form-group .eav-field-item {
    margin: 1px;
    padding: 1px;
    width: 200px;
}

.fa-plus18, .fa-plus16 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
}

.fa-plus18:before {
    content: "18+";
}

.fa-nz-residency:before {
    content: "NZ";
}

input.plan-compare-search-form-input {
    width: 100%;
}

.sidebar .radio {
    margin-right: 10px;
}

/***************** alert begin *****************/
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

/***************** alert end *****************/

/* temp featured label color. */
/* custom-backend.css require them too */
.plan-featured-label-style-a {
    background-color: orange;
}

.plan-featured-label-style-b {
    background-color: red;
}

.plan-featured-label-style-c {
    background-color: green;
}

.plan-featured-label-style-d {
    background-color: blue;
}

.plan-featured-label-style-e {
    background-color: purple;
}

.modalZIndex {
    z-index: 1100;
}

.checkbox-second {
    position: relative;
}

.checkbox-second .help-block-error {
    bottom: -30px;
}

.sidebar .i-slider {
    width: 195px;
}

.compare-filters-count-icon {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #39b54a;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    font-family: "Lato-Medium", sans-serif;
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    color: white;
}

.plans-top .filters-open-link {
    position: relative;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999999;
}

.profile-card .adress p span .not-set {
    color: #999999;
}

.profile-plans-table table thead td.profile-plans-table-info-column-first {
    border: 1px solid #ececec;
    background: #ececec;
}

.profile-plans-table-info-column-second {
    border-top: none;
    background: #ececec;
}

.profile-plans-table-info-column-second .no-plans {
    margin-bottom: 200px;

}

.fa.unactive {
    color: grey;
}

.plan-page-table .table-container {
    text-align: center;
}

.plan-page-table .table-container td {
    border-bottom: none;
    border-right: 1px solid black;
}

.plan-page-table .table-container td:last-child {
    border-right: none;
}

.plan-page-table .table-container thead tr {
    font-weight: 600;
}

.plan-page-table .table-container thead tr:first-child {
    font-weight: 900;
    text-align: left;
}

.eav-field-icon-item a {
    cursor: default
}

#gallery_2 .toggle {
    height: 100%;
}

.core-error-message-hash {
    width: 100%;
    padding: 5px;
    height: 150px;
    margin-top: 5px;
}

.panel-gray-transparent {
    background-color: rgba(242, 242, 242, 0.9);
    padding: 23px 33px;
    border: 1px solid #d9d9d9;
}

.parallax-window {
    height: auto;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 118px;
}

.updated-at {
    color: #CCC;
    font-size: 0.8em;
}

.none {
    display: none !important;
}

.landing-h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.provider-links {
    margin: 15px 0 0 0;
}

.provider-links a {
    padding: 5px;
    margin: 5px 5px 0 0;
    background: #3ab54a;
    color: white;
    display: inline-block;
}

.h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

footer .h2 {
    font-size: 17px;
    color: #333333;
    font-weight: 700;
    padding-bottom: 15px;
}

.popup .modal-header .h2, .modal .modal-header .h2 {
    font-size: 20px;
    font-weight: bold;
}

.plans-single-content-one .bold .plan-compare-card-countries-more {
    vertical-align: top;
}

.content-block .descr .bold {
    font-weight: 700;
}

.header-list > li:nth-child(2) .header-dropdown-list li a.name {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 6px;
    border-bottom: 1px solid #3c6076;
    margin-bottom: 6px;
    line-height: 1;
    display: block;
}

.compare-single.pink {
    border-top: 7px solid #cd266b;
}

.plans-top .filter-select.bigger-size .select {
    width: 280px;
}

@media (min-width: 768px) {
    .modal[data-id=bootstrap-modal-info] .modal-dialog {
        padding: 20px 50px 0 50px;
    }
}

.modal[data-id=bootstrap-modal-info] .modal-notice-footer .close-button {
    margin-top: 25px;
    margin-bottom: 10px;
}

.modal[data-id=bootstrap-modal-info] .modal-body p {
    line-height: 1.4;
}

.modal-plan-detail .popup-content-single p {
    font-size: 16px;
    color: #333333;
}

.sidebar .no-bottom-margin {
    margin-bottom: 0;
}

.plans-single .special {
    cursor: pointer;
}

.landing-body .block-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
}

.landing-body .main-header {
    height: 110px;
}

.landing-body .main-header .logo-black {
    display: none;
}

.landing-body .main-header-logo {
    display: inline-block;
    margin: 29px 0;
}

.landing-body .main-header-right {
    text-align: right;
    font-size: 0;
}

.landing-body .main-header-list {
    display: inline-block;
    vertical-align: middle;
    margin: 45px 0 0;
}

.landing-body .main-header-list li {
    display: inline-block;
    margin-right: 32px;
}

.landing-body .main-header-list a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    position: relative;
}

.landing-body .main-header-list a:before {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #39b54a;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.landing-body .main-header-list a:hover:before {
    width: 100%;
}

.landing-body .main-header .search-btn {
    background: url(../img/search-ico.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 45px;
}

.landing-body .green-btn {
    height: 50px;
    padding: 0;
    width: 100%;
    background: #39b54a;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.landing-body .green-btn:hover {
    background: #72d268;
    color: #fff;
}

.landing-body .welcome {
    min-height: 680px;
    background: url(../img/welcome-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.landing-body .welcome-content {
    width: 100%;
    min-height: calc(680px - 110px);
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.landing-body .welcome-content .content {
    min-height: 365px;
}

.landing-body .welcome-content p {
    padding-bottom: 0;
}

.landing-body .welcome-content h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 25px;
    padding-top: 50px;
    text-transform: none;
    text-align: center;
}

.landing-body .welcome-content .text {
    text-align: left;
    padding-bottom: 35px;
}

.landing-body .welcome-content .text p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 30px;
}

.landing-body .welcome-content .form {
    background: rgba(25, 49, 64, 0.8);
    padding: 5px 20px 20px;
    margin: 30px 0;
}

.landing-body .welcome-content .form span {
    color: #ffffff;
    font-size: 24px;
    display: block;
    line-height: 30px;
    font-weight: 900;
}

.landing-body .welcome-content .form>p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0 15px;
}

.landing-body .welcome-content .form form {
    padding-top: 10px;
}

.landing-body .welcome-content .form .form-group {
    margin-bottom: 1rem;
}

.landing-body .welcome-content .form .form-group input,
.landing-body .welcome-content .form .form-group textarea {
    height: 50px;
    width: 100%;
    background: #fff;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    padding-left: 15px;
}

.landing-body .welcome-content .form .form-group textarea {
    height: 100px;
}

.landing-body .welcome-content .form .checkbox input {
    display: none;
}

.landing-body .welcome-content .form .checkbox input + label {
    font-size: 16px;
    color: #cccccc;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}

.landing-body .welcome-content .form .checkbox input + label:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: transparent;
    border: 3px solid #39b54a;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    left: 0;
    top: 3px;
}

.landing-body .welcome-content .form .checkbox input + label:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 5px;
    top: 5px;
    display: none;
    border-bottom: 2px solid #39b54a;
    border-right: 2px solid #39b54a;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.landing-body .welcome-content .form .checkbox input:checked + label:after {
    display: block;
}

.landing-body .welcome-content .form .checkbox {
    max-width: 250px;
    margin: 10px 0 0 25px;
    position: relative;
}

.landing-body .welcome-content .form .checkbox label {
    color: #cccccc;
    font-size: 16px;
    display: block;
    text-align: left;
}

.landing-body .welcome-content .form .checkbox label a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}

.landing-body .welcome-content .form .checkbox label a:hover {
    text-decoration: none;
}

.landing-body .main-title {
    font-size: 50px;
    color: #333;
    text-align: center;
    font-weight: 300;
}

.landing-body .sect-header {
    text-align: center;
}

.landing-body .sect-header p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}

.landing-body .landing-list {
    padding-top: 50px;
}

.landing-body .landing-list .container:after {
    content: '';
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    margin-top: 75px;
}

.landing-body .landing-list h2 {
    color: #333333;
    font-size: 50px;
    font-weight: 300;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.landing-body .landing-list .img {
    text-align: center;
}

.landing-body .landing-list span {
    color: #193140;
    font-size: 24px;
    font-weight: 900;
    display: block;
    text-align: center;
    padding-top: 15px;
}

.landing-body .landing-list p {
    color: #333333;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    padding-top: 10px;
}

.landing-body .footer {
    background: #fff;
}

.landing-body .footer h2 {
    font-size: 20px;
    color: #193140;
    font-face: "Lato-Heavy", sans-serif;
    padding-bottom: 15px;
}

.landing-body .footer p {
    font-size: 16px;
    color: #333;
    padding-bottom: 15px;
}

.landing-body .footer .text {
    padding-bottom: 30px;
}

.landing-body .footer .copyright {
    font-family: "Lato-Bold", sans-serif;
    padding-bottom: 0;
}

.landing-body .footer-list li {
    display: block;
    margin-bottom: 10px;
}

.landing-body .footer-list a {
    font-size: 16px;
    color: #555;
}

.landing-body .footer-list a:hover {
    text-decoration: underline;
}

.landing-body .footer .social-list {
    font-size: 0;
}

.landing-body .footer .social-list li {
    display: inline-block;
    margin-right: 10px;
}

.landing-body .footer .social-list a {
    font-size: 18px;
    color: #333;
}

@media screen and (min-width: 991px) {
    .main-header-list {
        display: inline-block !important;
    }
}

@media (max-width: 1355px) {
    .header-list > li {
        margin-right: 0px;
        padding-right: 22px;
    }

    .header-list > li > a {
        font-size: 16px;
    }

    .header-logo {
        margin: 36px 0;
    }

    .header-logo img {
        width: 150px;
    }

    .header-first-list > li > a {
        font-size: 17px;
    }
}

@media (max-width: 1199px) {
    .header-first-list > li > a {
        font-size: 14px;
    }

    .header-first-list > li {
        padding: 20px 12px;
    }

    .header-first-list li.active .dropdown-list li {
        padding: 0 12px 10px;
    }

    .header-list > li {
        margin-right: 0px;
        padding-right: 10px;
    }

    .header-list > li a {
        font-size: 14px;
    }

    .main-header-list li {
        margin-right: 15px;
    }

    .green-btn {
        font-size: 16px;
    }
}

@media (max-width: 1018px) {
    .header-first-list > li > a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .header {
        padding: 0;
    }

    .fixed-footer {
        padding: 0;
    }

    .welcome-content {
        width: auto;
        position: inherit;
        top: auto;
        left: auto;
        -ms-transform: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        padding: 50px 15px 0;
    }

    .welcome-content h1 {
        padding-top: 0;
    }

    .welcome {
        padding-bottom: 50px;
    }

    .main-header-list li {
        margin-right: 14px;
    }

    .main-header-list a {
        font-size: 16px;
    }

    .main-header .search-btn {
        margin: 40px 0;
    }

    .welcome-content h1 {
        font-size: 40px;
    }

    .welcome-content p {
        font-size: 24px;
    }

    .main-title {
        font-size: 36px;
    }

    .footer h2 {
        margin-top: 30px;
    }

    .footer {
        padding: 10px 0 40px;
    }

    .header-list {
        display: none;
    }

    .header .search-btn {
        margin: 41px 0;
    }

    .footer.padding-bottom {
        padding-bottom: 70px;
    }

    .header-first-list > li > a {
        font-size: 16px;
    }

    .main-header .search-btn {
        display: none;
    }

    .header-burger {
        display: inline-block;
        background: transparent;
        position: relative;
        width: 32px;
        height: 27px;
        float: right;
        margin: 40px 0;
        margin-right: 10px;
        z-index: 2;
        border: none;
    }

    .header-burger:hover,
    .header-burger:active,
    .header-burger:focus {
        outline: none;
    }

    .header-burger:before {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .header-burger:after {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .header-burger span {
        display: block;
        width: 100%;
        height: 5px;
        background: #fff;
        position: absolute;
        top: 11px;
        right: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        opacity: 1;
    }

    .header-burger.close:before {
        top: 50% !important;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -ms-transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    .header-burger.close:after {
        top: 50% !important;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -ms-transform: translateY(-50%) rotate(-45deg);
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }

    .header-burger.close span {
        opacity: 0;
    }

    .header-burger {
        margin-left: 15px;
        margin-right: 0;
    }

    .main-header-list {
        position: absolute;
        top: -1px;
        left: 0;
        margin: 0;
        background: #fff;
        width: 100%;
        z-index: 1;
        text-align: left;
        padding-left: 15px;
        padding-top: 10px;
        display: none;
    }

    .main-header-list li {
        padding: 0;
        display: block;
        padding-bottom: 10px;
        margin-right: 0;
    }

    .main-header-list {
        display: none;
    }

    .main-header-list a {
        color: #333;
    }
}

@media (max-width: 767px) {

    table .service {
        display: flex;
        flex-direction: column;
    }

    .money-transfer .container {
        width: unset;
    }

    .money-transfer .table tbody tr td{
        border-bottom: unset;
    }

    .money-transfer .table tbody tr td:first-child{
        display: none;
    }

    .money-transfer .table tbody tr{
        margin-bottom: 20px;
    }

    .services thead {
        display: none;
    }

    .welcome-content {
        padding: 50px 0 0;
    }

    .welcome-content .form {
        padding: 30px 15px;
    }

    .welcome-content h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .welcome-content p {
        font-size: 18px;
    }

    .footer h2 {
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .footer .text {
        padding-bottom: 10px;
    }

    .landing-list p {
        padding-bottom: 20px;
    }
}


.horizontal-menu {
    width: 100%;
    position: absolute;
    top: 90px;
}

.vertical-menu {
    width: 100%;
    position: absolute;
    top: 90px;
    text-align: -webkit-center;
}

.main-header-right .vertical-menu {
    padding-top: 0px;
}

@media (min-width: 992px){
    .horizontal-li {
        position: inherit !important;
    }

    .header-list > .vertical-li {
        position: inherit !important;
    }
}

.horizontal-menu li {
    display: inline-block;
}

.vartical-menu li {
    display: block;
}

/* .cross-project-link */
.cross-project-link {
    max-width: 350px !important;
    width: 100% !important;
    text-align: center !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background-color: #39b54a !important;
    border-color: #39b54a !important;
    border-radius: 30px !important;
    padding: 15px 0 !important;
    transition: all 0.5s !important;
    display: inline-block !important;
    margin: 0 auto !important;
}

.cross-project-link:hover {
    text-decoration: none !important;
    background-color: #72d268 !important;
    border-color: #72d268 !important;
}

/* .cross-project-link */

.all-news .tags li a.selected {
    border-color: #72d268;
}

@media (min-width: 992px) {
    .b-pure-content__out {
        margin: 0 -10%;
    }
}

.main-menu-mobile-burger-button-close {
    z-index: 10;
    margin-top: 30px;
}

.main-menu-mobile-burger-grey span {
    z-index: 12;
}

.welcome .header-list .header-dropdown-list li a {
    line-height: 25px;
}

.second-header {
    position: relative;
}

.second-header .vertical-menu {
    padding-top: 30px;
}

.second-header .col-xs-8 {
    position: inherit
}

@media (max-width: 991px) {
    .header-list li .header-dropdown-list, .main-header-list li .header-dropdown-list {
        width: auto;
    }
}

.money-transfer-filter.placeholder{
    animation: opacity-pulse 1s infinite ease-in-out;
    height: 250px;
}
.money-transfer.placeholder{
    animation: opacity-pulse 1s infinite ease-in-out;
}

.money-transfer.placeholder td{
    height: 150px;
}

@keyframes opacity-pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.3;
    }
}

.compare .compare_list .item a .img svg {
    fill: #39b54a;
    stroke-width: 0;
}

.compare .compare_list .item a:hover .img svg {
    fill: #193140;
}

#landing-page-fix-SLICE-2590 {
    max-width: 100%;
}

/* fix for SLICE-2590. remove from main.css? */
.landing-body .main-header .search-btn {
    margin-top: 0px;
}

.landing-body .main-header {
    height: 90px;
}

.landing-body .main-header-logo {
    margin: 21px 0;
}

@media (max-width: 991px) {
    .landing-body .main-header .search-btn {
        display: none;
    }
}

.main-header-logo {
    margin: 25px 0;
}

.recaptcha-loader {
    text-align: center;
    padding-top: 15px;
    display: none;
}

.great-deals-image img.lazy::before,
.media img.lazy::before{
    content: '';
    display: block;
    padding-top: 200px;
}

.great-deals-image img.lazy::before {
    padding-top: 160px;
    min-width: 100px;
}

img.lazy {
    background: url("../img/no-image-available-logo.jpg") center no-repeat;
}

.img.provider-logo img.lazy {
    width: 150px;
    height: 50px;
    background-size: contain;
}

.d-block {
    display: block;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.autocomplete-suggestions .autocomplete-suggestion {
    padding: 0.35rem 0.5rem;
    text-align: left;
}

.loader {
    padding: 20px;
}

.welcome .main-header-logo img {
    max-height: 40px;
}

@media (min-width: 991px) {
    .header-right {
        white-space: nowrap;
    }
    .header-right > * {
        white-space: normal;
    }
}

div.wysiwyg-editor-purified-content a {
    font-size: initial;
}

.wysiwyg-editor-purified-content>p>a {
    font-size: inherit;
}

.plans-single .adv-top-title {
    font-size: initial;
    text-align: left;
    margin: 5px;
}

.plans-all {
    margin-right: -25px;
}

.article-content p {
    line-height: 1.5;
}

.plans .plans-single.personal-loans {
    margin-left: 0;
    margin-right: 40px;
}

.plans .filters-open-link {
    width: 300px;
    padding-left: 100px;
}