.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

.is-hidden {
    display: none!important;
}

.o-sort-code, 
.o-bank-account {
    font-style: normal;
}

.o-sort-code::-webkit-input-placeholder,  /* Chrome, Firefox, Opera, Safari 10.1+ */
.o-bank-account::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
    font-style: italic;
}
.o-sort-code:-ms-input-placeholder,  /* Internet Explorer 10-11 */
.o-bank-account:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: italic;
}
.o-sort-code::-ms-input-placeholder, /* Microsoft Edge */
.o-bank-account::-ms-input-placeholder { /* Microsoft Edge */
    font-style: italic;
}

.o-secure {
    display: block;
    margin-top: 20px;
    padding-bottom: 30px;
}

.o-secure-title {
    color: #818598;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
    line-height: 16px;
    font-size: 12px;
}

.o-secure-icon_first {
    width: 10px;
    vertical-align: -2px;
}

.o-secure-icon_second {
    width: 70px;
    vertical-align: -5px;
}

.o-secure-icon {
    display: inline-block;
}

.mb-backdrop {
    background: rgba(0 ,0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.mb-backdrop.is-active {
    opacity: 1;
    visibility: visible;
} 

ul.ui-autocomplete {
    position: absolute!important;
}

ul.ui-autocomplete li {
    padding: 4px 15px;
    font-size:14px;
    line-height: 21px;
}

#divGrade {
    display: none;
}

#circularG{
    position:relative;
    width:42px;
    height:42px;
    margin: auto;
}

.circularG{
    position:absolute;
    background: #fff;
    width:10px;
    height:10px;
    transform: scale(.5);
    border-radius:50%;
    animation-name:bounce_circularG; 
    -o-animation-name:bounce_circularG;
    -ms-animation-name:bounce_circularG;
    -webkit-animation-name:bounce_circularG;
    -moz-animation-name:bounce_circularG;
    animation-duration:0.628s;
    -o-animation-duration:0.628s;
    -ms-animation-duration:0.628s;
    -webkit-animation-duration:0.628s; 
    -moz-animation-duration:0.628s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#circularG_1{
    left: 3px;
    top: 15px;
    animation-delay:0.238s;
    -o-animation-delay:0.238s;
    -ms-animation-delay:0.238s;
    -webkit-animation-delay:0.238s;
    -moz-animation-delay:0.238s;
}

#circularG_2{
    left: 7px;
    top:6px;
    animation-delay:0.314s;
    -o-animation-delay:0.314s;
    -ms-animation-delay:0.314s;
    -webkit-animation-delay:0.314s;
    -moz-animation-delay:0.314s;
}

#circularG_3{
    top: 2px;
    left:16px;
    animation-delay:0.39s;
    -o-animation-delay:0.39s;
    -ms-animation-delay:0.39s;
    -webkit-animation-delay:0.39s;
    -moz-animation-delay:0.39s;
}

#circularG_4{
    right: 7px;
    top: 6px;
    animation-delay:0.466s;
    -o-animation-delay:0.466s;
    -ms-animation-delay:0.466s;
    -webkit-animation-delay:0.466s;
    -moz-animation-delay:0.466s;
}

#circularG_5{
    right:3px;
    top: 15px;
    animation-delay:0.542s;
    -o-animation-delay:0.542s;
    -ms-animation-delay:0.542s;
    -webkit-animation-delay:0.542s;
    -moz-animation-delay:0.542s;
}

#circularG_6{
    right: 7px;
    bottom: 8px;
    animation-delay:0.628s;
    -o-animation-delay:0.628s;
    -ms-animation-delay:0.628s;
    -webkit-animation-delay:0.628s;
    -moz-animation-delay:0.628s;
}

#circularG_7{
    left:16px;
    bottom: 4px;
    animation-delay:0.704s;
    -o-animation-delay:0.704s;
    -ms-animation-delay:0.704s;
    -webkit-animation-delay:0.704s;
    -moz-animation-delay:0.704s;
}

#circularG_8{
    left: 7px;
    bottom: 8px;
    animation-delay:0.78s;
    -o-animation-delay:0.78s;
    -ms-animation-delay:0.78s;
    -webkit-animation-delay:0.78s;
    -moz-animation-delay:0.78s;
}



@keyframes bounce_circularG{
    0%{
        transform:scale(1);
    }

    100%{
        transform:scale(.4);
    }
}

@-o-keyframes bounce_circularG{
    0%{
        -o-transform:scale(1);
    }

    100%{
        -o-transform:scale(.4);
    }
}

@-ms-keyframes bounce_circularG{
    0%{
        -ms-transform:scale(1);
    }

    100%{
        -ms-transform:scale(.4);
    }
}

@-webkit-keyframes bounce_circularG{
    0%{
        -webkit-transform:scale(1);
    }

    100%{
        -webkit-transform:scale(.4);
    }
}

@-moz-keyframes bounce_circularG{
    0%{
        -moz-transform:scale(1);
    }

    100%{
        -moz-transform:scale(.4);
    }
}

.i-loader {
    display: block;
    position: absolute;
    left:0;
    right:0;
    top: -65px;
    margin:auto;
    width:34px;
    height: 34px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.i-loader.is-active {
    opacity: 1;
    visibility: visible;
}

.modal-open {
    overflow: hidden;
}

.mb-card-popup {
    display: none;
    z-index: 999999; /*overlap scroll to top button */
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    outline: none;
    -webkit-overflow-scrolling: touch;
}

.mb-card-popup.is-active {
    display: block;
}

.mb-card-popup-dialog {
    padding: 20px 20px 70px;
    border-radius: 20px;
    background: #fff;
    max-width: 600px;
    max-height: 470px;
    height: 90%;
    width: 90%;
    overflow: hidden;
    text-align: left;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-overflow-scrolling: touch;
}

.mb-card-popup-close {
    display: block;
    color: #536DFE;
    background: url('../img/close.svg') center center no-repeat;
    background-size: 20px;
    position: absolute;
    right: 20px;
    top: 17px;
    cursor: pointer;
    z-index: 9;
    width: 30px;
    height: 30px;
    text-transform: uppercase;
}

.mb-card-popup-close:hover {
    opacity: .85;
}

.mb-popup-backdrop {
    background:rgba(0,0,0,.8);
    position: fixed;
    left:0;
    top:0;
    bottom:0;
    width: 100%;
    height:100%;
    display: none;
    z-index: 99;
}

.mb-popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.mb-popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.mb-popup-dialog {
    background: #fff;
    width: 70%;
    margin:45px auto;
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.mb-card-popup-content {
    height: 100%;
}

.mb-popup-backdrop.is-active,
.mb-popup.is-active {
    display: block;
}

.mb-popup-close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 999;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.mb-popup-close:hover {
    opacity: .7;
}

.mb-popup-close:active {
    outline: none;
}

.mb-popup-content {
    padding: 50px 5%;
}

.mb-modal-body {
    overflow-y: scroll;height: 100%;/* height: 100%; *//* height: 300px; */
    /* height: 100vh; */
}

.i-info {
    display: inline-block;
    vertical-align: middle;
    width:17px;
    height: 17px;
    margin:0 5px;
}

.i-info svg {
    display: block;
    width:100%;
}

.mb-error-label {
    color:#ff4b4b;
}

/* body.is-active {
    overflow: hidden;
    height: 100%;
    position: fixed;
} */

.mb-container {
    max-width:1170px;
    margin:0 auto;
    padding: 40px 0;
}

.mb-inquiry-content {
    width: 100%;
    padding: 20px 15px 30px;
    overflow: hidden;
}

.mb-text-center {
    text-align: center;
}

.mb-main-header {
    text-align: left;
    display: block;
    padding: 0;
    font-size: 16px;
    margin: 0 0 35px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.mb-form-title {
    margin:30px 0;
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 21px;
}

.o-step-list {
    list-style: none;
    display: inline-block;
}

.o-step-list-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #818598;
    margin-bottom: 20px;
    position: relative;
}

.o-step-list-item.is-active {
    color: #343D56;
    background: transparent;
    border-color: #536DFE;
}

.o-step-list-item.is-active .o-step-label {
    color: #2E3038;
    font-weight: 600;
}

.o-step-list-item.is-active .o-step {
    background: transparent;
    color: #536DFE;
    border-color: #536DFE;
}

.o-step {
    background: #F5F5F6;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 13px;
    color: #A5A8B6;
    border: 1px solid transparent;
    font-weight: 700;
    display: block;
    line-height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.o-step-label {
    color: #A5A8B6;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.img-select2 {
    max-width: 50px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.mb-form-group {
    position: relative;
}

.mb-form-group.is-errored .form-control,
.mb-form-group.is-errored .select2-container {
    border-color: #FF5871;
}

.mb-promo-input {
    display: inline-block;
}

.mb-promo-input.is-invalid {
    background: url("../img/invalid.svg") 95% center no-repeat;
    border-color: #FF5871;   
}

.mb-btn-section {
    margin-top: 30px;
    text-align: center;
    position: relative;
    text-align: justify;
}

.mb-btn-section::after {
    content: '';
    width: 100%;
    display: inline-block;
}

.mb-btn-section.is-loading {
    margin: 90px 0 0;
}

.mb-btn-section .i-loader .circularG {
    background: #818598;
}

.mb-btn-back {
    cursor: pointer;
}

.mb-form-group label {
    display: block;
    font-weight: 400;
    line-height: 12px;
    cursor: pointer;
    margin-bottom: 0;
}

.form-control, 
.inquiry-body .select2-container--default .select2-selection--single {
    width:100%;
}

.c-external-error {
    display: none;
    color: #FF5871;
    margin-top: 10px;
    line-height: 18px;
}

.o-field-icon.is-moved {
    right: 28px;
}

.o-field-date {
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 9;
    width: 16px;
    height: 16px;
}

.o-field-status {
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    right: 8px;
    display: none;
}

.o-field-status.is-errored {
    display: block;
    background: red;
}

.o-field-status.is-succeed {
    display: block;
    background: url("../img/check.svg") center center no-repeat;
    width: 13px;
    height: 12px;
    top: 6px;
}

.o-field-status.is-invalid {
    display: block;
    background: url("../img/invalid.svg") center center no-repeat;
    top: 3px;
}

label.is-invalid {
    color: #FF5871;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
    display: none;
    font-weight: 400;
    line-height: 14px;
    text-align: right;
}

.mb-custom-radio-list {
    position: relative;
}

.mb-custom-radio-list.sm-margin-b {
    margin-bottom: 35px;
}

.mb-custom-radio-list .mb-custom-radio-label {
    margin-right: 15px;
    display: inline-block;
    margin-bottom:0;
    font-weight: 400;
}

/* .mb-custom-radio-list.limited .mb-custom-radio-label {
    max-width: 75px;
} */

.form-title {
    margin:20px 0;
    display: block;
    font-size: 24px;
}

.mb-payment {
    margin: 30px 0;
    position: relative;
}

.mb-payment-gateway-block {
    text-align: center;
    margin:40px 0;
}

.mb-payment-gateway-block img {
    width: 100%;
    display: block;
}

.mb-payment-gateway-block span {
    vertical-align: top;
    padding: 0 40px;
    max-width: 180px;
}

.mb-packing-info {
    position: relative;
    max-width: 340px;
    margin: 0 auto;
}

.mb-packing-info.mb-packing-info--wide {
    max-width: 490px;
}

.mb-packing-info img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 50px;
}

.mb-packing-info--wide img {width: 89px;}

.mb-packing-info span {
    color: #A5A8B6;
    padding-left: 80px;
    text-align: left;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.mb-packing-info--wide span {
    color: #333;
    padding-left: 104px;
    font-size: 18px;
}

.mb-quote-body {
    margin: 0 auto;
    font-size: 14px;
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0px 4px 20px rgba(115, 119, 140, 0.1);
    position: relative;
}

.mb-bank-fields {
    margin-bottom: 0;
}

.mb-bank-fields-left {
    padding-left: 0;
    padding-right: 10px;
}

.mb-bank-fields-right {
    padding-right: 0;
    padding-left: 10px;
}

.saveLoader {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 20px;
    top: 50%;
    margin-top: -16px;
    display: inline-block;
    vertical-align: middle;
}

.saveLoader img {
    width: 100%;
    display: block;
}

.mb-promo-wrap .error-message {
    color: #FF5871;
    text-align: right;
    line-height: 16px;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 100%;
}

.mb-promo-msg {
    color: #28C899;
    padding: 8px 10px;
    text-align: left;
    line-height: 16px;
    font-size: 12px;
    background: url(../img/check.svg) left center no-repeat;
    padding-left: 30px;
    width: 280px;
    margin: 0 auto;
}

.promo-code-submit {
    display: inline-block;
    vertical-align: middle;
}

.price-wrap {
    padding: 20px 0;
}

.mb-status-l {
    padding: 50px 0;
}

.mb-inquiry-status-grid {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.mb-inquiry-status-grid.is-active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.quote-review-row {
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 10px;
    line-height: 21px;
}

.quote-review-title  {
    font-weight: 700;
}

.mb-form-group .login-email {
    margin-bottom: 10px;
    line-height: 21px;
    display: block;
    padding-left: 0;
}

.mb-status-l h3 {
    margin:20px 0 10px;
}

.quote-review {
    background: #fff;
    padding: 20px 10px;
}

.mb-powered {
    margin: 40px 10px 0;
}

.mb-powered span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #969696;
}

/* datapicker */
.mb-datepicker-wrap {
    position: relative;
}
.mb-datepicker-wrap .dropdown-menu {
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    min-width: 160px;
    text-align: center;
    width: 220px;
    position: absolute;
    right: 0;
    left:0;
    z-index: 1000;
    padding: 10px;
    margin: auto;
    top: -60px!important;
    -webkit-box-shadow: 0px 50px 76px -10px rgba(0,0,0,0.35);
    box-shadow: 0px 50px 76px -10px rgba(0,0,0,0.35);
}

.mb-datepicker-wrap .dropdown-menu.is-active {
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.mb-datepicker-wrap table, 
.mb-datepicker-wrap tbody, 
.mb-datepicker-wrap .datepicker-days,
.mb-datepicker-wrap .table-condensed {
    width: 100%;
    border:none;
    margin: 0;
}

.mb-datepicker-wrap .dropdown-menu td {
    padding: 0 5px;
    border-radius: 5px;
    cursor: pointer;
}

.mb-datepicker-wrap .dropdown-menu td,
.mb-datepicker-wrap .dropdown-menu th {
    border:none;
    text-align: center;
    padding: 1px;
    color: #423f40;
}

.mb-datepicker-wrap .dropdown-menu td:hover {
    text-align: center;
}

.mb-datepicker-wrap td.disabled {
    color: #d1d1d1;
}

.mb-datepicker-wrap td.old.disabled {
    background: #fff;
    color: #fff;
}
/* end datapicker */

/* address details */
.state-select {
    width:100%;
}
.payment-options .mb-payment-label, .payment-options .radio-list {
    display: inline-block;
    vertical-align: middle;
}

/* end address details */

.mb-list-label,
.mb-list-txt {
    line-height: 21px;
}

.select2-container {
    width:auto!important;
    font-family: 'Open Sans', sans-serif;
}
.mb-inquiry-content .select2-container{
    width: 100%!important;
}

.select2-container--default.select2-container--open .select2-dropdown--below {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
}

.select2-container.select2-container--open.select2-container--without-search {
    margin-top: 0;
}

.select2-container.select2-container--open.select2-container--without-search .select2-dropdown {
    padding-top: 0;
    margin-top: 5px;
}

.select2-dropdown {
    padding-top: 20px;
}

.select2-dropdown.lg-cell .select2-results__option {
    padding: 14px 10px; 
}

.select2-dropdown.md-cell .select2-results__option {
    padding: 8px 10px; 
}

.select2-dropdown .select2-results__option {
    padding: 5px 10px;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    color: #818598;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 175px;
}

.select2-results__option span {
    font-size: 14px;
}

.custom-checkbox-container {
    position: relative;
}

.custom-checkbox-container .custom-checkbox-label {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.mb-inquiry-content .form-control {
    display: block;
    padding-left: 5px;
    padding-right: 34px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #D5D6DD;
    font-family: 'Open Sans', sans-serif;
}

.grade-info {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 9;
}

.grade-info-media {
    display: block;
    width: 17px;
}

.grade-info-msg {
    border-bottom: 1px dashed;
    line-height: 18px;
}

.grade-tooltip {
    position: absolute;
    right: 100%;
    top: -10px;
    opacity: 0;
    visibility: hidden;
    width: 230px;
    padding-right: 20px;
    z-index: 999;
    -webkit-transition: all .3s;
    transition: all .45s;
}

.grade-tooltip.is-active {
    opacity: 1;
    visibility: visible;
}

@media not all and (hover: none) {
    #divGrade:hover .grade-tooltip {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .3s;
        transition: all .35s;
    }
}

.grade-tooltip-inner {
    background: #818598;
    box-shadow: 0px 8px 30px rgba(115, 119, 140, 0.45);
    border-radius: 10px;
    padding: 15px 10px 23px;
}

.grade-tooltip-inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #818598;
}

.grade-tooltip-media {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 10px;
    top: 16px;
}

.grade-tooltip-msg {
    color: #fff;
    font-size: 12px;
    display: block;
    padding-left: 25px;
    line-height: 16px;
}

.u-dotted {
    cursor: pointer;
    text-decoration: none; 
    border-bottom: 1px dashed;
}

.terms-intro-container {
    margin-top: 50px;
}

/* animated file */
.mb-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mb-fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.mb-fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mb-fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/* custom file */
.inquiry-body .form-group {
    margin-bottom: 20px;
}

.no-pad-right {
    padding-right: 0;
}

.mb-payment-gateway-block span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.mb-payment-gateway-block span:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {

    .mb-quote-header {
        margin-bottom: 10px;
    }

    .mb-popup-dialog {
        width:90%;
    }

    .i-search {
        top: 5px;
        background-size: 80%;
    }

    .mb-payment-gateway-block span {
        margin: 0;
        width: 200px;
        padding: 0 40px;
    }

    .mb-status-l h3 {
        font-size: 20px;
        margin: 10px 0 0px;
    }

    .quote-review-row {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-quote-header h3 {
        font-size:20px;
    }

    .i-loader {
        top:-65px;
    }

    .mb-inquiry-content {
        padding: 40px 15px 40px;
    }

    .mb-container {
        padding: 40px 0 0;
    }

    .mb-payment-gateway-block {
        margin-top: 50px;
    }

    .mb-packing-info img {
        width:55px;
    }

    .mb-packing-info span {
        padding-left: 80px;
        font-size: 18px;
        line-height: 24px;
    }

    .mb-form-group.mb-form-group--half {
        padding: 0;
    }

    .mb-bank .mb-form-group:first-child {
        margin-bottom: 20px;
    }

    .mb-bank .mb-form-group:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    .mb-packing-info.mb-packing-info--wide {
        max-width: 340px;
    }
}

@media only screen and (max-width: 479px) {

    .mb-inquiry-content {
        padding: 40px 10px ;
    }

    .quote-right-inner {
        padding: 20px 0 0;
    }
    .mb-payment-gateway-block span {
        width: 120px;
        padding: 0 20px;
    }

    .grade-tooltip {
        right: -2px;
        padding-right: 0;
        -webkit-transform: translateY(-90px);
        transform: translateY(-90px);
        width: 210px;
    }

    .grade-tooltip-inner:after {
        right: 10px;
        top: auto;
        bottom: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 7px 0 8px;
        border-color: #818598 transparent transparent transparent;
    }
    
    .grade-info-msg {
        display: none;
    }

    .grade-info-msg--mobile {
        display: inline-block;
        vertical-align: middle;
    }

    .grade-info-media {
        margin-right: 0;  
    }
}

.postcodeLoader {
    position: absolute;
    top: 0;
    left: 90px;
}
/* mackbackus */
.select2-container--open .select2-dropdown--above .select2-search--dropdown {
    display: block;
    padding: 15px 24px 0;
    margin-bottom: 20px;
}

.hide {
    display: none;
}

.ui-autocomplete {
    list-style: none;
    background: #fff;
}

/* thankyou */

.mb-primary-success {
    margin-bottom: 60px;
}

.mb-primary-success.is-deactivated {
    opacity: 0;
    visibility: hidden;
}
.mb-success-container {
    display: block;
    margin:0 auto;
    max-width: 590px;
    font-size: 0;
    padding: 0 30px;
}

.mb-success-container.is-active {
    visibility: visible;
    opacity: 1;
}

.mb-delivery-b img {
    width: 22px; 
    display: inline-block;
}

.trades-content {
    font-size: 14px;
    line-height: 21px;
}

.trades-content-link {
    box-shadow: 0px 2px 6px rgba(151, 157, 170, 0.1);
    white-space: nowrap;
    display: block;
    border: 1px solid #536dfe;
    border-radius: 20px;
    text-align: center;
    color: #536dfe;
    text-decoration: none;
    padding: 9px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-top: 10px;
    line-height: 21px;
}

.trades-content-link:hover {
    background: #536dfe;
    color: #fff;
}


.mb-form-search .select2-selection__arrow{
    background: url('../img/input-search.svg') center center/cover no-repeat;
    position: absolute;
    right: 10px!important;
    top: 2px!important;
    width: 15px!important;
    height: 15px!important;
    margin-top: 0!important;
}
.mb-form-search .select2-selection__arrow b{
    display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    font-size: 14px;
    color: #4e4e4e;
}
#select2-postsearch-results .select2-results__option{
    color: #555;
}
#select2-postsearch-results span{
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}
#select2-postsearch-results .select2-results__address{
    font-weight: 700;
}