html,
body {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    color: #404041;
    font-weight: normal;
}

.float-left {
    float: left;
}

.fontweight-normal {
    font-weight: normal;
}

.bodyText-10 {
    font-size: 10px;
}

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

.bodyText-12 {
    font-size: 12px;
}

.bodyText-14 {
    font-size: 14px;
}

.bodyText-16 {
    font-size: 16px;
}

.bodyText-18 {
    font-size: 18px;
}

.bodyText-20 {
    font-size: 20px;
}

.bodyText-24 {
    font-size: 24px;
}

.bodyText-28 {
    font-size: 28px;
}

.bodyText-36 {
    font-size: 36px;
}

.bodyText-48 {
    font-size: 48px;
}

.bodyText-72 {
    font-size: 72px;
}

.text-WhiteBold {
    color: #ffffff;
    font-weight: bold;
}

.text-RedBold {
    color: #FD5F55;
    font-weight: bold;
}

.text-WhiteMedium {
    color: #ffffff;
    font-weight: 500;
}

.text-medium {
    font-weight: 500;
}

.text-blackBold {
    color: #000000;
    font-weight: bold;
}



.text-blueMedium {
    color: #377DFF;
    font-weight: 500;
}

.text-blueBold {
    color: #377DFF;
    font-weight: bold;
}

.text-grey-dark {
    color: #777777;
    font-weight: normal;
}

.text-greyMedium {
    color: #c2c2c2;
    font-weight: 500;
}

.text-grey2 {
    color: #898989;
    font-weight: normal;
}

.text-grey2Medium {
    color: #898989;
    font-weight: 500;
}

.text-greyBold {
    color: #c2c2c2;
    font-weight: bold;
}

.text-bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.title {
    color: #367dff;
    font-size: 24px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 0px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f7f7f7;
    opacity: 1;
}

.form-control {
    font-size: 16px;
}

/* ol.declarationList {
    list-style-type: lower-roman;
} */
ol.declarationList {
    list-style-type: none;
}

    ol.declarationList > li {
        counter-increment: list;
    }

        ol.declarationList > li:before {
            content: counter(list, lower-roman) ") ";
            position: absolute;
            left: 40px;
        }

ol.noteList {
    list-style-type: none;
    padding-inline-start: 20px;
}

    ol.noteList > li {
        counter-increment: list;
    }

        ol.noteList > li:before {
            content: counter(list, lower-roman) ") ";
            position: absolute;
            left: 15px;
        }

.review-field-title {
    color: #aaaaaa;
    font-size: 14px;
}



footer a {
    color: #db3832;
    text-decoration: none;
}

body > .container {
    padding: 0;
}

.spacer {
    clear: both;
}

.spacer-5 {
    height: 5px;
    clear: both;
}

.spacer-10 {
    height: 10px;
    clear: both;
}

.spacer-15 {
    height: 15px;
    clear: both;
}

.spacer-20 {
    height: 20px;
    clear: both;
}

.spacer-30 {
    height: 30px;
    clear: both;
}

.spacer-35 {
    height: 35px;
    clear: both;
}

.spacer-40 {
    height: 40px;
    clear: both;
}

.spacer-50 {
    height: 50px;
    clear: both;
}

.spacer-60 {
    height: 60px;
    clear: both;
}

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

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding: 20px 0px !important;
}

.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.desktop-pt5 {
    padding-top: 5px;
}

.desktop--mt100 {
    margin-top: -100px;
}

.desktop--mt350 {
    margin-top: -350px;
}

.desktop-plr200 {
    padding: 0px 200px;
}

.navbar-desktop {
    display: grid;
    background-color: #ffffff;
    height: 90px; 
    /*height: 81px;*/
}

.navbar-mobile {
    display: none;
}

.mobile-top-panel {
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    width: 100%;
}

    .mobile-top-panel .top-panel-item {
        display: flex;
        flex-direction: column;
        /*border-right: 1px solid #e5e5e5;
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 8px;*/
        width: 50%;
        padding: 8px 16px;
    }

        .mobile-top-panel .top-panel-item:first-child {
            /*border-right: 0;
            margin-left: 16px;
            padding-left: 0;*/
            border-right: 1px solid #e5e5e5;
        }

        .mobile-top-panel .top-panel-item:last-child {
            border-right: 0;
            /*margin-right: 16px;*/
        }

        .mobile-top-panel .top-panel-item img {
            /*max-height: 24px;*/
            max-width: 172px;
            width: 100%;
        }

        .mobile-top-panel .top-panel-item span {
            font-size: 8px;
            color: #414141;
            text-align: left;
            margin-bottom: 4px;
            margin-left: 7px;
            font-size: 13px;
            font-weight: 500
        }

        .top-panel-item a {
            flex-direction: column;
            display: flex;
        }

        .mobile-top-panel .top-panel-item .login {
            text-align: center;
            margin-top: 4px;
        }


.nav-bluebar {
    background-color: #377DFF;
    /* height: 5px; */
    height: 6px;
    width: 100%;
    display: block;
}

.nav-blackbar {
    background-color: #363636;
    height: 60px;
    width: 100%;
    display: block;
    padding: 8px;
}


/* .navbar-default {
    background-color: #ffffff;
    border-color: transparent;
} */

.vcenter {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: none;
    height: 85px;
    line-height: 85px;
    border-right: 1px solid #e5e5e5;
    padding-right: 15px;
    padding-left: 15px;
}

    .vcenter span {
        position: absolute;
        top: -28px;
        left: 0;
        font-size: 13px;
        color: #414141;
        font-weight: 500;
    }

    .vcenter:first-child {
        padding-left: 0;
    }

    .vcenter:nth-child(3) {
        border-right: 0;
    }



.header-logo a:hover {
    filter: none
}




/*.publicbank-logo img {
    width: auto;
    height: 28px;
}*/

.nav-title {
    padding-left: 20px;
    color: #1e1e1e;
}

.get-quote a {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #db3832;
    border: 0;
    border-radius: 25px;
    padding: 8.5px 17px;
    position: relative;
    font-weight: bold;
}

    .get-quote a:focus {
        outline: none;
    }

    .get-quote a:hover {
        cursor: pointer;
    }

    .get-quote a span {
        color: #ffffff;
        position: absolute;
        top: 17px;
        right: 15px;
        text-align: right;
        font-size: 7px;
    }

.office-hour-text {
    color: #8c8c8c;
    font-size: 11px
}

.mobile-tel-text {
    font-size: 12px;
    padding: 0 4px;
    display: flex;
    align-items: center;
}

    .mobile-tel-text a {
        font-size: 14px;
        color: #959595;
        margin-left: 10px;
    }

    .mobile-tel-text div {
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }
    .mobile-tel-text p {
        font-size: 14px;
        color: #959595;
        margin-left: 10px;
    }

.m-office-hour-text {
    font-size: 10px;
    padding: 0 4px;
}

.nav-contact {
    height: 75px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: right;
    align-items: center;
}

.login-button {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #e5e5e5;
    height: 75px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .login-button img {
        margin-bottom: 4px;
    }

    .login-button span {
        font-size: 10px;
        color: #999999;
    }

.contact-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .contact-info div {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        padding-top: 15px;
        padding-right: 5px;
    }

    .contact-info strong {
        font-size: 14px;
        color: #333333;
    }

    .contact-info p {
        font-size: 14px;
        color: #333333;
        /*font-size: 12px;
        color: #959595;*/
        font-weight: 600;
    }

    .contact-info img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        margin-top: 5px;
    }

.ezsecure-logo {
    width: auto;
    height: 85px;
    line-height: 85px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #e5e5e5;
    margin-top: 10px;
}

    .ezsecure-logo img {
        width: 99px;
    }

.nav-contact-icon {
    padding-left: 10px;
}

.ms-desktop {
    display: block;
}

.ms-mobile {
    display: none;
}

.ms-background {
    background-color: #F5F5F5;
    padding: 50px;
    display: block;
}

.blue-background {
    background-color: #377DFF;
    padding: 50px;
    display: block;
}

.red-background {
    background-color: #ff0000;
    padding: 50px;
    display: block;
}

.ms-curve img {
    width: 50%;
    height: auto;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #e5e5e5;
}

.dgt {
    width: 50px;
    margin-right: 10px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #B7B7B7;
}

    .dgt:last-child {
        margin-right: 0px;
    }

.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-step.active.focus,
.btn-step.active:focus,
.btn-step.active:hover,
.btn-step:active.focus,
.btn-step:active:focus,
.btn-step:active:hover,
.open > .dropdown-toggle.btn-step.focus,
.open > .dropdown-toggle.btn-step:focus,
.open > .dropdown-toggle.btn-step:hover {
    background-color: #367dff;
    color: #fff;
    border-right: none;
    border-right: 2px solid transparent;
    font-weight: 500;
}

.btn-step:hover {
    background-color: #367dff;
    color: #fff;
    border-right: none;
    border-right: 2px solid transparent;
    font-weight: 500;
}

.btn-step {
    background-color: #e1e1e1;
    font-size: 14px !important;
    color: #959595;
    padding: 25px 50px !important;
    border-right: 2px solid #cacaca;
    width: 25%;
}

    .btn-step.active {
        background-color: #367dff;
        color: #fff;
        border-right: none;
        border-right: 2px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 500;
    }

    .btn-step:last-child {
        border-right: none;
    }

.btn-nav-contact {
    background-color: #da3732;
    border-radius: 25px;
    color: #ffffff !important;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
}

    .btn-nav-contact span {
        font-size: 8px;
        margin-top: -4px;
        margin-left: 4px;
    }

    .btn-nav-contact:hover {
        color: #ffffff;
        background-color: #da3732;
    }

    .btn-nav-contact:focus {
        color: #ffffff;
        background-color: #da3732;
    }

.btn-primary {
    color: #fff;
    background-color: #377DFF;
    border-color: transparent;
    padding: 20px;
    width: 100%;
    font-size: 18px;
    border-radius: 20px;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #377DFF;
        border-color: transparent;
    }

    .btn-primary.active.focus,
    .btn-primary.active:focus,
    .btn-primary.active:hover,
    .btn-primary:active.focus,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .open > .dropdown-toggle.btn-primary.focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .open > .dropdown-toggle.btn-primary:hover {
        color: #fff;
        background-color: #377DFF;
        border-color: transparent;
    }

    .btn-primary .fa-arrow-right {
        -webkit-text-stroke: 2px #377DFF;
    }

.btn-amend {
    color: #fff;
    background-color: #404041;
    border-color: transparent;
    padding: 20px;
    width: 100%;
    font-size: 18px;
    border-radius: 20px;
}

.btn-save {
    color: #fff;
    background-color: #FD5F55;
    border-color: transparent;
    padding: 20px;
    width: 100%;
    font-size: 18px;
    border-radius: 20px;
}

.btn-amend:hover {
    color: #fff;
    background-color: #404041;
    border-color: transparent;
}

.btn-save:hover {
    color: #fff;
    background-color: #FD5F55;
    border-color: transparent;
}

.btn-amend.active.focus,
.btn-amend.active:focus,
.btn-amend.active:hover,
.btn-amend:active.focus,
.btn-amend:active:focus,
.btn-amend:active:hover,
.open > .dropdown-toggle.btn-amend.focus,
.open > .dropdown-toggle.btn-amend:focus,
.open > .dropdown-toggle.btn-amend:hover {
    color: #fff;
    background-color: #404041;
    border-color: transparent;
}

.btn_sharepage {
    width: 50%;
    padding: 30px 0px;
}

.btn-amend .fa-arrow-left {
    -webkit-text-stroke: 2px #404041;
    float: left;
}

.btn-chooseDate {
    color: #fff;
    background-color: #377DFF;
    width: 80%;
    font-size: 13px;
    text-align: left;
}

    .btn-chooseDate:hover {
        color: #fff;
    }

    .btn-chooseDate img {
        width: 15px;
        height: auto;
    }

.btn-review-edit {
    background-color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    color: #404041;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
}

    .btn-review-edit:hover {
        color: #404041;
    }

.btn-review-edit-grey {
    background-color: #404041;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
}

    .btn-review-edit-grey:hover {
        color: #ffffff;
    }

.btn-warning, .btn-warning:hover {
    background-color: #FD5F55;
}

.red-radius {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fe5f55;
    padding: 20px;
}

.verify-slider_blue {
    border-radius: 20px;
    border: 1px solid #4580F6;
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.verify-slider_green {
    border-radius: 20px;
    border: 1px solid #20CE8F;
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.verify-before {
    background-color: #EBEBEB;
    font-size: 14px;
    border-radius: 20px;
    padding: 5px;
}

.verify-after {
    background-color: #21CE8C;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
}

.question {
    padding: 20px 0px;
    display: table-cell;
    vertical-align: middle;
}

.question-box {
    border: 1px solid #e1e1e1;
    padding: 35px 20px 15px 20px;
    border-radius: 20px;
}

.question-btn {
    background-color: #ffffff;
    width: 100%;
    padding: 35px 0px;
    border-radius: 10px;
    border: 2px solid #e1e1e1;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    cursor: pointer;
    height: 60px;
}

.question-btn-icon {
    height: auto;
}

.question-btn.default {
    background-color: #377DFF;
    width: 100%;
    padding: 35px 0px;
    border-radius: 10px;
    border: 2px solid #377DFF;
    font-weight: 500;
    color: #ffffff !important;
    margin-bottom: 20px;
}

.question-btn.active {
    background-color: #ffffff;
    width: 100%;
    padding: 35px 0px;
    border-radius: 10px;
    border: 2px solid #377DFF;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 12px 34px -16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 12px 34px -16px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 12px 34px -16px rgba(0, 0, 0, 0.24);
}

.question-btn.deselected {
    background-color: #F7F7F7;
    border: 2px solid #F7F7F7;
    color: #acacac;
}

.question-btn.selected {
    background-color: #ffffff;
    border: 2px solid #377DFF;
    color: #377DFF;
    -webkit-box-shadow: 0px 12px 34px -16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 12px 34px -16px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 12px 34px -16px rgba(0, 0, 0, 0.24);
}

.question-btn img.group-img {
    max-width: 75%;
}

.question-btn img.deselected {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}

.question-btn.deselected .area-title {
    color: #acacac;
}

.back-to-top-container {
    border-top: 2px solid #F7F7F7;
    border-bottom: 2px solid #F7F7F7;
    margin-bottom: 0px;
    padding: 20px 0;
    text-align: center;
    color: #377DFF;
    font-weight: 500;
    font-size: 11px
}

.bartext-left {
    position: absolute;
    top: 23px;
    left: 21px;
    color: #989898;
    font-size: 14px;
}

.bartext-right {
    color: #989898;
    font-size: 14px;
    position: absolute;
    right: 21px;
    top: 23px;
}

a:focus,
a:hover {
    /* color: #3C4975; */
    text-decoration: none;
}

a:hover {
    filter: brightness(85%);
}

    .field-box {
        border: 1px solid #e1e1e1;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

.field-box-wrapper {
    padding: 0px 35px;
}

.hr-box-wrapper {
    padding: 0px 20px;
}

.field-box-title {
    color: #ffffff;
    font-weight: 500;
    background-color: #377DFF;
    padding: 20px 35px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.ezsecure-box {
    border: 2px solid #377DFF;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.form-control {
    height: 60px;
    border-radius: 10px;
    font-weight: 500;
    color: #404041;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
}

.form-merge-right {
    width: 80%;
    float: left;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: none;
}

.form-merge-left {
    display: inline-block;
    width: 20%;
    float: left;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.has-error .form-control {
    border-color: #FD5F55;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #FD5F55;
    font-size: 12px;
    font-weight: 500;
}

a.note-red {
    color: #FD5F55;
}

.desktop-vertical-align {
    display: flex;
    align-items: center;
}

.form-search-country {
    position: relative;
}

.input-search-country {
    width: 100%;
    padding: 20px;
    font-size: 12px;
    color: #8c8c8d;
    outline: none;
    border: 2px solid #ccc;
    border-radius: 10px;
}

    .input-search-country:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.search-country {
    position: absolute;
    top: 18px;
    right: 20px;
}

    .search-country .fa-search {
        color: #367dff;
        transition: all 0.5s ease;
        font-size: 23px;
    }

.sw-theme-circles > ul.step-anchor {
    background: transparent;
    display: block;
    border: 0 solid #ccc !important;
}

.destination-cancel img {
    /* margin-top: -55px; */
    /* margin-right: 10px; */
    position: absolute;
    top: 15px;
    right: 30px;
}

.tooltip-wrapper {
    background-color: #ebf2ff;
    font-size: 14px;
    border: 1px solid #c3d8ff;
    border-radius: 10px;
    padding: 15px;
}

.table {
    margin-bottom: 0px;
}

a.table-select-plan {
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    padding: 5px px;
    width: 100%;
    padding: 7px 10px;
    text-align: center;
    background-color: #3C4975;
    white-space: normal;
}

    a.table-select-plan:hover {
        color: #ffffff;
    }

a.table-selected {
    border: 2px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    padding: 5px px;
    width: 100%;
    padding: 7px 10px;
    text-align: left;
}

    a.table-selected:hover {
        color: #ffffff;
    }

.table-border {
    border: 1px solid #e5e5e5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #377DFF;
    border-color: #377DFF;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-color: #e5e5e5;
    padding: 15px;
}

.table-collapse tr.header {
    font-weight: bold;
    background-color: #404040;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

    .table-collapse tr.header.active {
        background-color: #377DFF;
        border-color: #377DFF;
    }

.table-collapse tr:not(.header) {
    display: none;
}

.table-collapse .header td:after {
    /* content: "\002b"; */
    content: url('../images/arrow-down.png');
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 3px;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.table-hover > tbody > tr:hover {
    background-color: #f7f7f7;
}

.table-collapse .header.active td:after {
    /* content: "\2212"; */
    content: url('../images/arrow-up.png');
}

.table-bg-lightblue {
    background-color: #ECF2FF;
}

.table-bg-deselected {
    background-color: #F7F7F7;
}

.table-bank {
    padding-top: 0px;
    padding-bottom: inherit;
}

.table-border-radius {
    border-collapse: initial;
    border-spacing: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .table-border-radius tr:last-child td:first-child {
        border-bottom-left-radius: 10px;
    }

    .table-border-radius tr:last-child td:last-child {
        border-bottom-right-radius: 10px;
    }

    .table-border-radius tr:first-child td:first-child {
        border-top-left-radius: 10px;
    }

    .table-border-radius tr:first-child td:last-child {
        border-top-right-radius: 10px;
    }

.bankbox {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.banknone {
    background-color: #f7f7f7;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

    .banknone:last-child {
        border-bottom: 1px solid #e5e5e5;
        border-right: transparent;
    }

.bankbox:nth-child(4n) {
    border-bottom: 1px solid #e5e5e5;
    border-right: transparent;
}

/* .bankbox-br-desktop {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.bankbox-b-desktop {
    border-bottom: 1px solid #e5e5e5;
} */

.bankbox a:hover {
    filter: brightness(100%);
}

.table-greenalert {
    background-color: #27d793;
    color: #ffffff;
    font-size: 12px;
    border-radius: 20px;
    padding: 3px 8px;
    margin-right: 5px;
}

.payment-type-container:hover {
    background-color: #F5F5F5;
}

.payment-type-desc {
    color: #404041;
    font-weight: 500;
}

.payment-PDFinactive-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #F7F7F7;
}

.desktop-table-width20 {
    width: 20%;
}

.desktop-table-width40 {
    width: 40%;
}

.desktop-table-width60 {
    width: 60%;
}

.table-bottom-border-radius {
    border-collapse: initial;
    border-spacing: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .table-bottom-border-radius tr:last-child td:first-child {
        border-bottom-left-radius: 20px;
    }

    .table-bottom-border-radius tr:last-child td:last-child {
        border-bottom-right-radius: 20px;
    }

.table-top-border-radius {
    border-collapse: initial;
    border-spacing: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .table-top-border-radius tr:first-child td:first-child {
        border-top-left-radius: 20px;
    }

    .table-top-border-radius tr:first-child td:last-child {
        border-top-right-radius: 20px;
    }

.table-row-border-btm-dotted {
    border-bottom: 2px dotted rgb(221, 221, 221);
}

.table-row-border-btm-dashed {
    border-bottom: 2px dashed rgb(221, 221, 221);
}

.table-row-border-btm-double {
    border-bottom-style: double;
}

.desktop-lineheight-40px {
    line-height: 40px;
}

.alert {
    border-radius: 10px;
    margin-bottom: 0px;
}

.alert-success {
    color: #404041;
    background-color: #EAFBF5;
    border-color: #27D793;
    border-radius: 20px;
    padding: 20px 5px;
}

a.payment-pdf {
    font-size: 14px;
    font-weight: 500;
    color: #377DFF;
    text-decoration: none;
}

    a.payment-pdf:hover {
        color: #377DFF;
        text-decoration: none;
    }

.paymentPDF-wrapper {
    padding: 5px 20px;
}

.footer {
    height: auto;
    position:fixed;
    bottom: 0;
    width:100%;
}





.btn-group {
    width: 100%;
}

.help-block {
    margin-bottom: 0px;
}

/* slider styling */

.value {
    position: absolute;
    top: 45px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 40px;
    text-align: center;
    display: block;
}

a:focus {
    outline: none;
}


/* tooltip modal START */

.tooltip-modal {
    background-color: #000000;
    color: #ffffff;
}

.tooltip-modal-header {
    text-align: center;
}

    .tooltip-modal-header .close {
        float: none;
        padding: 10px 0;
        opacity: 1;
        width: 30px;
        height: 30px;
    }

    .tooltip-modal-header h4.modal-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.tooltip-modal-body {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}


/* tooltip modal END */


/* CONFIRMATION MODAL START */

.confirmation-modal {
    background-color: #ffffff;
    border: none;
    border-radius: 40px;
    -webkit-box-shadow: 0px 12px 34px -16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 12px 34px -16px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 12px 34px -16px rgba(0, 0, 0, 0.24);
}

.confirmation-modal-header {
    font-size: 20px;
    color: #377dff;
    padding: 30px 30px 20px;
}

    .confirmation-modal-header .close {
        padding: 10px;
        opacity: 1;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 10px;
        right: 40px;
    }

    .confirmation-modal-header label {
        position: absolute;
        top: 30px;
        font-size: 11px;
        color: #c2c2c2;
        right: 62px;
        font-weight: normal;
        text-transform: uppercase;
    }

.confirmation-modal-title {
    font-size: 25px;
    font-weight: bold;
}

.confirmation-modal-tooltip-title {
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #404041;
    text-transform: uppercase;
}

.confirmation-modal-tooltip-sub-title {
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #377dff;
    text-transform: uppercase;
}

.confirmation-modal-body {
    padding: 10px 30px;
}

.modal-greybg.fade {
    background: rgba(180, 180, 180, 0.5);
}

.modal-brightbg.fade {
    background-color: #f3f3f3;
    opacity: 97%;
}

ol.decimalList {
    list-style-type: decimal;
}

ol.modal-number-list {
    padding-inline-start: 18px;
}

.confirmation-modal .modal-footer {
    padding: 30px 15px;
}

    .confirmation-modal .modal-footer .btn {
        border-radius: 20px;
    }

/* CONFIRMATION MODAL END */


/* CHECKBOX STYLING START */


/* The container */

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0px;
}


    /* Hide the browser's default checkbox */

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 2px solid #d7d7d7;
}


/* On mouse-over, add a grey background color */

.checkbox-container:hover input ~ .checkmark {
    background-color: #f5f5f5;
}


/* When the checkbox is checked, add a blue background */

.container input:checked ~ .checkmark {
    background-color: #377DFF;
    border: transparent;
}

.container input:checked ~ .checkmark-grey {
    background-color: #959595;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkbox-container .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    ;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* CHECKBOX STYLING END */

/* ddl custom arrow styling BEGIN */
label.wrap {
    overflow: hidden;
    position: relative;
    display: block;
}

    label.wrap:after {
        content: url("../images/dropdown_icon.png");
        ;
        color: #377dff;
        -webkit-text-stroke: 0.5px #fff;
        position: absolute;
        right: -47px;
        top: 10px;
        z-index: 1;
        width: 10%;
        height: 100%;
        pointer-events: none;
    }

/* ddl custom arrow styling END */

.btn:hover {
    filter: brightness(85%);
}

/* addon page mobile fixed bottom payable amount begin */
.addon-payable-container {
    background-color: #363636;
    height: 45px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    line-height: 45px;
}

    .addon-payable-container span {
        vertical-align: middle;
    }
/* addon page mobile fixed bottom payable amount end */

img.flag {
    width: 70px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 6px 9px -5px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 6px 9px -5px rgba(0,0,0,0.32);
    box-shadow: 0px 6px 9px -5px rgba(0,0,0,0.32);
}

.question-desc-box {
    display: table;
    height: 170px;
}

.btn-none-selected {
    background-color: #BFBFBF;
    color: #ffffff;
}

.btn-group-lg > .btn-step, .btn-lg {
    border-radius: 20px;
}

/* fixed header styling BEGIN */
.fixed-header-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none;
    -webkit-box-shadow: 0px 58px 36px -34px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 58px 36px -34px rgba(0,0,0,0.09);
    box-shadow: 0px 58px 36px -34px rgba(0,0,0,0.09);
}


.fix-header-nav-container {
    height: 30px;
    line-height: 30px;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #315AB7;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

    .dot.active {
        background-color: #FCFFFE;
    }
/* fixed header styling END */

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

button.close:focus {
    outline: none;
}

.alert {
    display: flex;
    align-items: center;
}

.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-width: 2px;
}

.btn-navigation {
    height: 80px;
    padding: 30px;
}

/* .search-country .fa-search:hover {
    color: #666;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}   */

.modal-transparent-background {
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-banner {
    width: 700px;
    height: 411px;
    border-radius: 25px;
    margin-top: 15vh;
    position: relative;
}

    .modal-banner img {
        width: 700px;
        height: 411px;
        border-radius: 25px;
    }

    .modal-banner .modalInfo {
        position: absolute;
        width: 100%;
        height: auto;
    }

        .modal-banner .modalInfo .close {
            background-color: #ffffff;
            color: #ff9900;
            opacity: 1;
            width: 24px;
            height: 24px;
            text-align: center;
            border-radius: 100px;
            top: 16px;
            right: 16px;
            position: absolute;
            box-shadow: 0px 1px 16px rgba(158, 11, 15, 0.5);
        }

        .modal-banner .modalInfo .modalTitle {
            text-align: center;
            color: #ffffff;
            margin-top: 48px;
            margin-bottom: 32px;
        }

            .modal-banner .modalInfo .modalTitle h3 {
                font-size: 48px;
                font-weight: bold;
            }

            .modal-banner .modalInfo .modalTitle h4 {
                font-size: 24px;
                font-weight: normal;
            }

        .modal-banner .modalInfo .selectQuote {
            width: 700px;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            padding: 0 50px;

        }

            .modal-banner .modalInfo .selectQuote .selection {
                width: 160px;
                height: 160px;
                /*background: #ffffff;
                border-radius: 160px;
                box-shadow: 0px 1px 16px rgba(158, 11, 15, 0.5);*/
                cursor: pointer;
            }

                .modal-banner .modalInfo .selectQuote .selection img {
                    width: 160px;
                    height: 160px;
                }

@media (max-width: 1199px) {
    label.wrap:after {
        right: -30px;
    }
}

@media (max-width: 1024px) {
    .ms-curve img {
        width: 70%;
        height: auto;
        margin-top: -8px;
    }

    .desktop-plr200 {
        padding: 0px;
    }
}

@media (max-width: 992px) {
    .navbar-desktop {
        display: none;
    }

    .navbar-mobile {
        display: block;
    }

    .ms-desktop {
        display: none;
    }

    .ms-mobile {
        display: block;
    }

    .ms-background {
        background-color: #377DFF;
        display: block;
        padding: 0px;
    }

    .mobile-vertical-align {
        display: block;
        align-items: center;
    }

    .desktop--mt100 {
        margin-top: auto;
    }

    .desktop--mt350 {
        margin-top: auto;
    }

    .question-box {
        padding: 10px 10px 10px;
        border-radius: 10px;
    }

    .logo-title {
        font-size: 100%;
        padding-top: 30px;
    }

    .logobar img {
        width: 50%;
        height: auto;
    }

    .ms-curve img {
        width: 70%;
        height: auto;
        margin-top: -6px;
    }

    .m-pull-right {
        float: right;
    }

    .desktop-table-width60 {
        width: 38%;
    }

    .desktop-table-width20 {
        width: 31%;
    }

    .text-center-m {
        text-align: center;
    }

    .spacer-30-m {
        height: 30px;
        clear: both;
    }

    .spacer-20-m {
        height: 20px;
        clear: both;
    }

    .spacer-0-m {
        height: 0px;
        clear: both;
    }
    /* .footer {
        bottom: 0;
    } */
    body > .container {
        padding: auto !important;
    }

    .btn-primary {
        border-radius: 10px;
    }

    .btn-save {
        border-radius: 10px;
    }

    .btn-amend {
        border-radius: 10px;
    }

    .field-box {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .borderradius10-m {
        border-radius: 10px !important;
    }

    .form-control {
        border-radius: 5px;
    }

    .border-bl-radius-m {
        border-bottom-left-radius: 20px !important;
    }
    /* .bankbox-br-desktop {
        border-bottom: transparent;
        border-right: transparent;
    }
    .bankbox-br-mobile {
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    } */

    .bankbox:nth-child(2n) {
        border-bottom: 1px solid #e5e5e5;
        border-right: transparent;
    }

    /* .bankbox-b-desktop {
        border-bottom: transparent;
    }
    .bankbox-b-mobile {
        border-bottom: 1px solid #e5e5e5;
    } */
    .banknone:first-child {
        border-bottom: 1px solid #e5e5e5;
        border-right: transparent;
    }

    .payment-PDFinactive-top {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    label.wrap:after {
        right: -20px;
    }

    .red-radius {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .desktop-pt5 {
        padding-top: 0px;
    }

    .form-merge-right {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        border-right: none;
    }

    .form-merge-left {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .btn_sharepage {
        width: 100%;
        padding: 20px 0px;
    }

    .confirmation-modal .modal-footer .btn {
        border-radius: 10px;
    }

    .question-desc-box {
        height: auto;
    }
}

@media (max-width: 768px) {
    .navbar-desktop {
        display: none;
    }

    .navbar-mobile {
        display: block;
    }

    .ms-desktop {
        display: none;
    }

    .ms-mobile {
        display: block;
    }

    .mobile-vertical-align {
        display: block;
        align-items: center;
    }

    .desktop--mt100 {
        margin-top: auto;
    }

    .desktop--mt350 {
        margin-top: auto;
    }

    .logobar img {
        width: 60%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: normal;
    }

    .table-responsive {
        margin-bottom: 0px;
    }
}

@media (max-width: 720px) {
    label.wrap:after {
        right: 0;
    }
}

@media (max-width: 550px) {
    .navbar-desktop {
        display: none;
    }

    .navbar-mobile {
        display: block;
    }

    .ms-desktop {
        display: none;
    }

    .ms-mobile {
        display: block;
    }

    .logobar img {
        width: 100%;
        height: auto;
    }

    .desktop--mt100 {
        margin-top: auto;
    }

    .desktop--mt350 {
        margin-top: auto;
    }

    .payment-box {
        min-height: 170px;
    }

    .form-merge-right {
        width: 70%;
    }

    .form-merge-left {
        width: 30%;
    }
}

@media (max-width: 500px) {
    .desktop-lineheight-40px {
        line-height: normal;
    }
}

@media (max-width: 450px) {
    .modal-banner {
        width: 95vw;
        height: 500px;
        border-radius: 25px;
        margin-top: 15vh;
        position: relative;
    }

        .modal-banner img {
            width: 95vw;
            height: 411px;
            border-radius: 25px;
        }

        .modal-banner .modalInfo {
            position: absolute;
            width: 100%;
            height: auto;
        }

            .modal-banner .modalInfo .close {
                background-color: #ff0000;
                color: #ffffff;
                opacity: 1;
                width: 32px;
                height: 32px;
                text-align: center;
                border-radius: 100px;
                top: -48px;
                left: calc(50% - 16px);
                position: absolute;
                box-shadow: 0px 1px 16px rgba(158, 11, 15, 0.5);
            }

            .modal-banner .modalInfo .modalTitle {
                text-align: center;
                color: #ffffff;
                margin-top: 24px;
                margin-bottom: 10 px;
            }
                .modal-banner .modalInfo .modalTitle .popupTitle {
                    font-size: 23px;
                }

                .modal-banner .modalInfo .modalTitle .popupTitle2 {
                    font-size: 13px;
                }

                .modal-banner .modalInfo .modalTitle h3 {
                    font-size: 32px;
                    font-weight: bold;
                }

                .modal-banner .modalInfo .modalTitle h4 {
                    font-size: 16px;
                    font-weight: normal;
                }

            .modal-banner .modalInfo .selectQuote {
                width: 100%;
                display: flex;
                padding: 0;
                flex-direction: row;
                justify-content: space-evenly;
                flex-wrap: wrap;
            }
                .modal-banner .modalInfo .selectQuote a {
                    width: 50%;
                    padding: 0 10px;
                    display: flex;
                    justify-content: center;
                }

                .modal-banner .modalInfo .selectQuote .selection {
                    width: 130px;
                    height: 130px;
                    /*background: #ffffff;
                    border-radius: 160px;
                    box-shadow: 0px 1px 16px rgba(158, 11, 15, 0.5);*/
                    cursor: pointer;
                }

                    .modal-banner .modalInfo .selectQuote .selection img {
                        width: 130px;
                        height: 130px;
                    }

    

    

    body {
        font-size: 14px;
    }

    .title {
        font-size: 18px;
    }

    .review-field-title {
        font-size: 12px;
    }

    

    .office-hour-text {
        font-size: 9px;
    }

    .btn-step {
        font-size: 12px !important;
    }

    .btn-primary {
        font-size: 14px;
    }

    .btn-amend {
        font-size: 14px;
    }

    .btn-save {
        font-size: 14px;
    }

    .btn-chooseDate {
        font-size: 12px;
    }

    .btn-review-edit {
        font-size: 11px;
    }

    .btn-review-edit-grey {
        font-size: 11px;
    }

    .bartext-left {
        font-size: 12px;
    }

    .bartext-right {
        font-size: 12px;
    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 11px;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 11px;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        font-size: 11px;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        font-size: 11px;
    }

    .has-error .checkbox,
    .has-error .checkbox-inline,
    .has-error .control-label,
    .has-error .help-block,
    .has-error .radio,
    .has-error .radio-inline,
    .has-error.checkbox label,
    .has-error.checkbox-inline label,
    .has-error.radio label,
    .has-error.radio-inline label {
        font-size: 11px;
    }

    .input-search-country {
        font-size: 11px;
    }

    .tooltip-wrapper {
        font-size: 12px;
    }

    a.table-select-plan {
        font-size: 12px;
    }

    a.table-selected {
        font-size: 12px;
    }

    a.payment-pdf {
        font-size: 12px;
    }

    .navbar-desktop {
        display: none;
    }

    .navbar-mobile {
        display: block;
    }

    .ms-desktop {
        display: none;
    }

    .ms-mobile {
        display: block;
    }

    .logobar img {
        width: 80%;
        height: auto;
    }

    .ms-curve img {
        width: 70%;
        height: auto;
        margin-top: -15px;
    }

    .desktop--mt100 {
        margin-top: auto;
    }

    .desktop--mt350 {
        margin-top: auto;
    }

    .bodyText-28 {
        font-size: 1.1em;
    }

    .bodyText-9-m {
        font-size: 9px;
    }

    .bodyText-11-m {
        font-size: 11px;
    }

    .bodyText-12-m {
        font-size: 12px;
    }

    .bodyText-14-m {
        font-size: 14px;
    }

    .bodyText-16-m {
        font-size: 16px;
    }

    .bodyText-18-m {
        font-size: 18px;
    }

    .bodyText-22-m {
        font-size: 22px;
    }

    .bodyText-28-m {
        font-size: 28px;
    }

    .form-control {
        font-size: 14px;
    }

    .confirmation-modal-header label {
        font-size: 9px;
    }

    .table-greenalert {
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    .navbar-desktop {
        display: none;
    }

    .navbar-mobile {
        display: block;
    }

    .ms-desktop {
        display: none;
    }

    .ms-mobile {
        display: block;
    }

    .logobar img {
        width: 100%;
        height: auto;
    }

    .ms-curve img {
        width: 70%;
        height: auto;
        margin-top: -10px;
    }

    .desktop--mt100 {
        margin-top: auto;
    }

    .desktop--mt350 {
        margin-top: auto;
    }
}

@media (max-width: 320px) {
    .navbar-desktop {
        display: none;
    }

    .navbar-mobile {
        display: block;
    }

    .ms-desktop {
        display: none;
    }

    .ms-mobile {
        display: block;
    }

    .logobar img {
        width: 100%;
        height: auto;
    }

    .ms-curve img {
        width: 70%;
        height: auto;
        margin-top: -20px;
    }

    .desktop--mt100 {
        margin-top: auto;
    }

    .desktop--mt350 {
        margin-top: auto;
    }
}
