/* target Internet Explorer 9 to undo the custom arrow */

@media screen and (min-width: 0\0
) {
    select {
        background: none \9;
        padding: 5px \9;
    }
}

@font-face {
    font-family: FS Me;
    font-weight: 300;
    src: url(./fonts/fs_me/FSMeWeb-Light.woff) format("woff")
}

@font-face {
    font-family: FS Me;
    font-weight: 300;
    font-style: italic;
    src: url(./fonts/fs_me/FSMeWeb-LightItalic.woff) format("woff")
}

@font-face {
    font-family: FS Me;
    font-weight: 500;
    src: url(./fonts/fs_me/FSMeWeb-Regular.woff) format("woff")
}

@font-face {
    font-family: FS Me;
    font-weight: 500;
    font-style: italic;
    src: url(./fonts/fs_me/FSMeWeb-Italic.woff) format("woff")
}

@font-face {
    font-family: FS Me;
    font-weight: 700;
    src: url(./fonts/fs_me/FSMeWeb-Bold.woff) format("woff")
}

@font-face {
    font-family: FS Me;
    font-weight: 700;
    font-style: italic;
    src: url(./fonts/fs_me/FSMeWeb-BoldItalic.woff) format("woff")
}

@font-face {
    font-family: FS Me;
    font-weight: 900;
    src: url(./fonts/fs_me/FSMeWeb-Heavy.woff) format("woff")
}

@font-face {
    font-family: FS Me;
    font-weight: 900;
    font-style: italic;
    src: url(./fonts/fs_me/FSMeWeb-HeavyItalic.woff) format("woff")
}

@font-face {
    font-family: Fedra Serif;
    font-weight: 400;
    font-style: italic;
    src: url(./fonts/fedra_serif/WF-006389-009281-000003.woff) format("woff")
}

@font-face {
    font-family: Fedra Serif;
    font-weight: 500;
    src: url(./fonts/fedra_serif/WF-006389-009281-000046.woff) format("woff")
}

@font-face {
    font-family: Fedra Serif;
    font-weight: 500;
    font-style: italic;
    src: url(./fonts/fedra_serif/WF-006389-009281-000047.woff) format("woff")
}

@font-face {
    font-family: Fedra Serif;
    font-weight: 600;
    src: url(./fonts/fedra_serif/WF-006389-009281-000050.woff) format("woff")
}

@font-face {
    font-family: Fedra Serif;
    font-weight: 600;
    font-style: italic;
    src: url(./fonts/fedra_serif/WF-006389-009281-000051.woff) format("woff")
}

@font-face {
    font-family: Fedra Serif;
    font-weight: 700;
    src: url(./fonts/fedra_serif/WF-006389-009281-000054.woff) format("woff")
}

@font-face {
    font-family: Fedra Serif;
    font-weight: 700;
    font-style: italic;
    src: url(./fonts/fonts/fedra_serif/WF-006389-009281-000055.woff) format("woff")
}

html {
    height: 100%;
}

body {
    height: 100%;

}

.ktz-section-100 {
    height: 100%;
}

select {
    border: 1px solid #111;
    background: transparent;
    padding: 4px 20px 5px 6px;
    font-size: 11px;
    border: 1px solid #ccc;
    color: #fff;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(./img/select-scaret.png) 96% / 12% no-repeat #cf2327;
    font-family: "FS Me";
    font-weight: 700;
    min-width: 110px;
}

select.cartPlan {
    border: 1px solid #111;
    background: transparent;
    padding: 4px 20px 5px 6px;
    font-size: 12px;
    border: 1px solid #ccc;
    color: #fff;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(./img/select-scaret.png) 96% / 8% no-repeat #cf2327;
    font-family: "FS Me";
    font-weight: 700;
    text-align: center;
    min-width: 110px;
}

.ktz-red-text-box {
    border: 1px solid #111;
    background: #cf2327;
    padding: 4px 20px 5px 6px;
    font-size: 12px;
    border: 1px solid #ccc;
    color: #fff;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "FS Me";
    font-weight: 700;
    text-align: center;
    min-width: 110px;
}

.date-input {
    border: 1px solid #111;
    background: transparent;
    padding: 4px 33px 5px 6px;
    font-size: 12px;
    border: 1px solid #ccc;
    color: #fff;
    height: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(./img/calander.png) 96% / 9% no-repeat #cf2327;
    font-family: "FS Me";
    font-weight: 700;
    text-align: center;
    min-width: 110px;
    max-width: 126px;
}

/** ====== Tooltip ======== */

#tooltip {
    font-family: "FS Me";
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    text-shadow: none;
    line-height: 1.5;
    color: #5b5046;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background: -ms-radial-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 100;
    padding: 15px;
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    border-top-color: rgba(255, 255, 255, 1);
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #333;
    border-bottom-color: rgba(0, 0, 0, .6);
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

/** ======= End Tooltip ======= */

/* CAUTION: IE hackery ahead */

select::-ms-expand {
    display: none;
    /* remove default arrow in IE 10 and 11 */
}

.ktz-ctrl-wrap::after,
.ktz-ctrl-wrap::before {
    display: table;
}

.ktz-search-parameters .ktz-ctrl-wrap {
    padding-bottom: 5px;
    padding-top: 5px;
}


.ktz-ctrl-wrap label {
    display: block;
    float: left;
    font-family: "FS Me";
    font-weight: 700;
    font-size: 12px;
    padding-right: 3px;
    padding-top: 8px;
    color: #5b5046;
    margin-left: 20px;
}

.ktz-ctrl-wrap .ktz-controls {
    display: block;
    float: left;
}

.ktz-right-align {
    display: block;
    float: right;
}

.ktz-btn {
    border-radius: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ktz-btn-red,
.ktz-btn-red:active {
    color: #fff;
    background-color: #ed0039;
    border-radius: 0;
    transition: all 0.6s ease;
}

.ktz-btn-red:hover {
    color: #fff;
    background-color: #bd002e;
    border-radius: 0;
    transition: all 0.6s ease;
}

.ktz-btn-grey,
.ktz-btn-grey:active,
.ktz-btn-grey:hover {
    color: #fff;
    background-color: #6a625a;
    border-radius: 0;
}

.ktz-table-100 {
    width: 100%;
}

.ktz-plan-quote tr {
    border-bottom: 1px solid #c3c0bd;
}

.ktz-plan-quote td {
    font-family: "FS Me";
    font-weight: 300;
    font-size: 12px;
    padding: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ktz-plan-quote th {
    font-family: "FS Me";
    font-weight: 700;
    font-size: 12px;
    padding: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ktz-plan-quote th > small {
    font-family: "FS Me";
    font-weight: 400;
    font-size: 10px;
}

.ktz-btn-info-md {
    display: block;
    width: 31px;
    height: 31px;
    background-image: url('./img/info.png');
    background-repeat: no-repeat;
    margin-left: 5px;
}

.ktz-more-details-form-lable-001 {
    margin-left: 3px;
    margin-top: 8px;
    font-family: "FS Me";
    font-weight: 500;
    height: 30px;
    color: #5b5046;
}

/* SQUARED TWO */

.squaredTwo {
    width: 20px;
    height: 20px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #cf2327 0%, #cf2327 40%, #cf2327 100%);
    background: -moz-linear-gradient(top, #cf2327 0%, #cf2327 40%, #cf2327 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
    margin: 20px auto;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0;
    margin-top: 7px;
}

.squaredTwo label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
    background: #cf2327;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#45484d', GradientType=0);
    margin-left: 0px !important;
}

.squaredTwo label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 6px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredTwo .ktz-oneway:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.squaredTwo .ktz-via-phone:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.ktz-text-input-trp,
.ktz-text-input-trp:focus {
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "FS Me";
    font-weight: 500;
    height: 30px;
    color: #5b5046;
}

.ktz-btn-add-more-1,
.ktz-btn-add-more-1:active,
.ktz-btn-add-more-1:focus {
    display: inline-block;
    color: #5b5046;
    box-shadow: none;
    font-family: "FS Me";
    font-weight: 700;
    background-image: url('./img/add_button.png');
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
}

.ktz-hyper-btn-xs {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 1px;
}

.ktz-info {
    background-image: url('./img/info.png');
}

.ktz-all-benefits-table tbody tr td {
    vertical-align: middle;
    border: none !important;
}

.ktz-all-benefits-table tbody tr {
    border-top: 1px solid #ddd;
}

.ktz-all-benefits-table .center-coloumns {
    text-align: center;
}

.part-number-cel {
    display: block;
}

.BenefitTitle {
    display: block;
}

.BenefitDescription {
    font-weight: 300;
    display: block;
    white-space: pre-wrap;
}

.BenefitCoverage {
    display: block;
    font-size: 13px;
    font-weight: 100;
    float: left;
    width: 100%;
    height: 100%;
}

.verticleNon {
    vertical-align: initial !important
}

.SubTable p {
    font-weight: 500 !important;
}

.SubTable tbody tr {
    border: none !important;
}

.TblWrapper {
    overflow-x: scroll;
}

.ScrollableTbl {
    width: 100% !important;
}

.ScrollableTbl td {
    width: auto;
}

.columnWidth {
    text-align: center !important;

}

.ktz-scrolable-content_addOn table tbody tr td {
    vertical-align: middle;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {

    .homeTitle h1 {
        color: #fff;
        font-size: 2em;
        font-family: "FS Me";
        font-weight: 300;
        text-align: center;
        text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
    }

    .homeTitle h2 {
        color: #fff;
        font-size: 1em;
        font-family: "FS Me";
        font-weight: 300;
        text-align: center;
        margin-top: -20px;
        margin-bottom: 20px;
        text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
    }

    .AddonCustomWidth_1 {
        width: 270px;
    }

    .AddonCustomWidth_2 {
        width: 240px;
    }

    .addOnAmount {
        font-size: 12px;
    }

    .addOnDescription {
        font-size: 12px;
    }

    .ktz-ctrl-wrap label {
        margin-left: 21px;
    }

    .brand {
        position: absolute;
        left: 50%;
        margin-left: -50px !important;
        display: block;
    }

    .navbar-default {
        background-color: #fff;
        background-image: none;
        box-shadow: none;
    }

    .root-container {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right top;
        height: 100%;
    }

    h1 {
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        font-size: 1.5em;
        color: #5b5046;
    }

    .ktz-trp-wrapper {
        background-image: url('./img/trp_bg.png');
        padding: 5px;
    }

    .ktz-search-wrap-trp {
        width: 100%;
        margin: 0;
        padding-bottom: 63px;
    }

    .ktz-plan-wrapper .ktz-plan-column {
        padding: 0;
    }

    .ktz-plan-box {
        background-color: #e1e0de;
        border: 1px solid #cccccc;
        padding: 8px;
        padding-top: 17px;
    }

    .ktz-plan-box .plan-title {
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        font-size: 0.9em;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box .plan-price {
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.5em;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box small {
        font-family: "FS Me";
        font-weight: 300;
        text-align: center;
        font-size: 11px;
        display: block;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box .original-price {
        font-family: "FS Me";
        font-weight: 500;
        text-align: center;
        font-size: 12px;
        display: block;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box .special {
        font-family: "FS Me";
        font-weight: 300;
        text-align: center;
        font-size: 11px;
        display: block;
        padding: 0;
        margin: 0;
        margin-top: -14px;
        color: #e50c3c;
    }

    .ktz-popular {
        background-image: url('./img/popular_mark.png');
        background-repeat: no-repeat;
    }

    .action-buttons {
        padding-top: 1px;
    }

    .action-buttons a {
        display: block;
        float: left;
        font-family: "FS Me";
        font-weight: 500;
        padding: 4px;
        font-size: 11px;
    }

    .action-buttons a:first-child {
        margin-right: 3px;
    }

    .ktz-btn-lg {
        font-size: 1em;
        font-family: "FS Me";
        font-weight: 700;
    }

    .ktz-btn-sm {
        font-size: 0.7em;
        font-family: "FS Me";
        font-weight: 300;
        padding: 6px 6px;
    }

    .ktz-section-title-1 {
        font-size: 1em;
        font-family: "FS Me";
        font-weight: 700;
        margin-top: 13px;
        color: #5b5046;
    }

    .ktz-section-title-1 span {
        font-size: 0.9em;
        font-family: "FS Me";
        font-weight: 700;
        color: #5b5046;
        float: right;
    }

    .ktz-section-title-2 {
        font-size: 1.3em;
        font-family: "FS Me";
        font-weight: 700;
        margin-top: 16px;

        color: #5b5046;
    }

    .ktz-section-title-2 span {
        float: right;
        font-family: "FS Me";
        font-weight: 300;
        font-size: 0.6em;
    }

    .ktz-section-title-2 span label {
        float: right;
        padding-top: 5px;
        padding-left: 5px;
    }

    .ktz-adjust-margin {
        margin-top: 10px;
    }

    .ktz-button-50p {
        width: 48%;
    }

    /* STEP 01 */
    .ktz-product {
        min-height: 249px;
        position: relative;
    }

    .ktz-product .ktz-cover-image {
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 900;
    }

    .ktz-product .ktz-title {
        position: absolute;
        width: 100%;
        height: auto;
        margin-top: 46%;
        z-index: 1000;
        color: #fff;
        font-size: 3em;
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
    }

    .ktz-product .ktz-title span {
        font-weight: 300;
    }

    .ktz-product .ktz-button-container {
        position: absolute;
        width: 100%;
        height: auto;
        padding: 8px;
        padding-left: 12px;
        bottom: 10px;
        z-index: 1000;
    }

    .ktz-product .ktz-button-container a:first-child {
        margin-right: 8px;
    }

    .ktz-product-info h1 {
        font-family: "FS Me";
        font-weight: 700;
        text-align: left;
        font-size: 26px;
    }

    .ktz-product-info p {
        font-family: "FS Me";
        font-weight: 300;
        text-align: left;
        font-size: 16px;
    }

    .ktz-fixed-size-container {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .ktz-scrolable-content {
        min-height: 350px;
        padding-right: 18px;
    }

    .ktz-scrolable-content_payment {
        padding-top: 20px;
        max-height: 350px;
        min-height: 150px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 18px;
    }

    .kts-live-pay-amount-wrapper {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .kts-live-pay-amount {
        background-color: #ba172d;
        height: 60px;
        width: 100%;
        padding: 8px;
    }

    .kts-live-pay-amount h3 {
        color: #fff;
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .kts-live-pay-amount h4 {
        color: #fff;
        font-family: "FS Me";
        font-weight: 400;
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 0.8em;
        margin-top: 5px;
    }

    .ktz-user-agreement-box {
        max-height: 350px;
        min-height: 350px;
    }

    .ktz-user-agreement-wrapper {
        max-height: 144px;
        min-height: 144px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 18px;
        padding-left: 5px;
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        border-bottom: 1px solid #5b5046;
    }

    .ktz-user-agreement-wrapper p {
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        text-align: justify;
    }

    .ktz-user-agreement-wrapper ul {
        padding-left: 15px;
    }

    .ktz-user-agreement-wrapper ul > li {
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        text-align: justify;
        margin-top: 8px;
    }

    .ktz-user-agreement-text,
    .ktz-agreement-options label {
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        padding: 8px;
        padding-top: 5px;
    }

    .ktz-agreement-options {
        margin-top: -15px;
    }

    .ktz-finish-policy-container {
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 18px;
    }

    .kts-finish-toolbar {
        background-image: url('./img/trp_bg.png');
        height: 60px;
        width: 100%;
        padding-top: 16px;
    }

    .kts-finish-toolbar .col-xs-4 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .ktz-search-parameters {
        width: 100%;
    }

    .ktz-tip {
        display: block;
        width: 16px;
        height: 16px;
        float: left;
        background-repeat: no-repeat;
        margin-left: 2px;
        margin-top: 8px;
    }

    .ktzformerror {
        display: inline-block;
        padding-left: 5px;
        border-bottom-color: #e50c3c;
        background: url(./img/info.png) 96% / 6% no-repeat;
    }

    .ktz-text-error {
        font-family: "FS Me";
        font-weight: 300;
        color: #e50c3c;
        font-size: 12px;
        padding-left: 6px;
    }

    .ktz-menu-button {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .ktz-keep-top-gap {
        margin-top: 70px;
    }

    .ktz-thumbnail {
        min-height: 300px
    }

    .ktz-thumbnail ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .ktz-thumbnail a {
        font-family: "FS Me";
        font-weight: 300;
        color: #ba122b;
        font-size: 14px;
    }

    .ktz-thumbnail h3 {
        color: #6a625a;
        display: block;
        font-family: Fedra Serif, Georgia, Times New Roman, sans-serif;
    }

    .ktz-dash-title {
        color: #6a625a;
        display: block;
        font-weight: 400;
        font-family: Fedra Serif, Georgia, Times New Roman, sans-serif;
        margin-left: 15px;
    }

    .ktz-mobile-clearfix {
        clear: both;
    }

    .ktz-promocode {
        font-family: "FS Me";
        font-weight: 700;
        font-size: 14px;
        color: #5b5046;
        margin-top: 5px;
        text-align: right;
    }

    .ktz-capture-customer {
        margin-top: 5px;
    }


    .ktz-push-down-120 {
        padding-top: 25px;
    }

    .benefitBlock {
        margin-top: 30px;
    }

    .tableWrapper {
        overflow-x: scroll;
        overflow-y: visible;
        width: 200%;
    }

    .ScrollableTbl {
        width: 1000px !important;
    }

    .ScrollableTbl td {
        width: 250px !important;
    }

    .AddOnWrapper {
        margin-top: 15px;
    }

    .AddOnOuterWrapper {
        padding: 0px;
    }

    .modal-body p, ol {
        padding-left: 0.9em;
    }

}

/* landscape for min-width 320px */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (orientation: landscape) {
    .ktz-product .ktz-title {
        position: absolute;
        width: 100%;
        height: auto;
        margin-top: 17%;
        z-index: 1000;
        color: #fff;
        font-size: 3em;
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
    }

    .title_PA {
        margin-top: 0px !important;
    }

    .ktz-product {
        min-height: 150px;
        position: relative;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {

}

/* landscape for min-width 480px */
@media only screen
and (min-device-width: 480px)
and (max-device-width: 736px)
and (orientation: landscape) {
    .ktz-product .ktz-title {
        position: absolute;
        width: 100%;
        height: auto;
        margin-top: 17%;
        z-index: 1000;
        color: #fff;
        font-size: 3em;
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
    }

    .title_PA {
        margin-top: 0px !important;
    }

    .ktz-product {
        min-height: 165px;
        position: relative;
    }
}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .ktz-product .ktz-title {
        position: absolute;
        width: 100%;
        height: auto;
        margin-top: 20%;
        z-index: 1000;
        color: #fff;
        font-size: 4em;
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
    }
}

/* ipad landscape rotation */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    .ktz-product .ktz-title {
        position: absolute;
        width: 100%;
        height: auto;
        margin-top: 15% !important;
        z-index: 1000;
        color: #fff;
        font-size: 4em;
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {

    .AddOnWrapper {
        margin-top: 0px;
    }

    .AddOnOuterWrapper {
        padding: 0px 15px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        height: 115px !important;
    }

    .brand {
        position: absolute;
        left: 50px;
        top: -15px;
        width: 335px;
        margin-left: -50px !important;
        display: block;
    }

    .brand img {
        margin-top: 42px;
        width: 30%;
    }

    .navbar-default {
        background-color: #fff;
        background-image: none;
        box-shadow: none;
    }

    body {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right top;
    }

    h1 {
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        font-size: 2.5em;
        color: #5b5046;
    }

    .ktz-trp-wrapper {
        background-image: url('./img/trp_bg.png');
        padding: 5px;
    }

    .ktz-search-wrap-trp {
        width: 100%;
        margin: 0;
    }

    .ktz-plan-wrapper .ktz-plan-column {
        padding: 0;
    }

    .ktz-plan-box {
        background-color: #e1e0de;
        border: 1px solid #cccccc;
        padding: 8px;
        padding-top: 17px;

    }

    .ktz-plan-box .plan-title {
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        font-size: 0.9em;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box .plan-price {
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.5em;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box small {
        font-family: "FS Me";
        font-weight: 300;
        text-align: center;
        font-size: 11px;
        display: block;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box .original-price {
        font-family: "FS Me";
        font-weight: 500;
        text-align: center;
        font-size: 12px;
        display: block;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box .special {
        font-family: "FS Me";
        font-weight: 300;
        text-align: center;
        font-size: 11px;
        display: block;
        padding: 0;
        margin: 0;
        margin-top: -14px;
        color: #e50c3c;
    }

    .ktz-popular {
        background-image: url('./img/popular_mark.png');
        background-repeat: no-repeat;
    }

    .action-buttons {
        padding-top: 1px;
    }

    .action-buttons a {
        display: block;
        float: left;
        font-family: "FS Me";
        font-weight: 500;
        padding: 4px;
        font-size: 11px;
    }

    .action-buttons a:first-child {
        margin-right: 3px;
    }

    .ktz-btn-lg {
        font-size: 1.5em;
        font-family: "FS Me";
        font-weight: 700;
    }

    .ktz-btn-sm {
        font-size: 0.9em;
        font-family: "FS Me";
        font-weight: 300;
    }

    .ktz-section-title-1 {
        font-size: 1em;
        font-family: "FS Me";
        font-weight: 700;
        margin-top: 13px;
        color: #5b5046;
        text-align: left;
    }

    .ktz-section-title-1 span {
        font-size: 1em;
        font-family: "FS Me";
        font-weight: 700;
        color: #5b5046;
        float: right;
    }

    .ktz-section-title-2 {
        font-size: 1.3em;
        font-family: "FS Me";
        font-weight: 700;
        margin-top: 16px;
        color: #5b5046;
    }

    .ktz-section-title-2 span {
        float: right;
        font-family: "FS Me";
        font-weight: 300;
        font-size: 0.6em;
    }

    .ktz-section-title-2 span label {
        float: right;
        padding-top: 5px;
        padding-left: 5px;
    }

    .ktz-adjust-margin {
        margin-top: 10px;
    }

    .ktz-button-50p {
        width: 48%;
    }

    /* STEP 01 */
    .ktz-product {
        min-height: 249px;
        position: relative;
    }

    .ktz-product .ktz-cover-image {
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 900;
    }

    .ktz-product .ktz-title {
        position: absolute;
        width: 100%;
        height: auto;
        margin-top: 22% !important;
        z-index: 1000;
        color: #fff;
        font-size: 3em;
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
    }

    .ktz-product .ktz-title span {
        font-weight: 300;
    }

    .ktz-product .ktz-button-container {
        position: absolute;
        width: 100%;
        height: auto;
        padding: 8px;
        padding-left: 12px;
        bottom: 10px;
        z-index: 1000;
    }

    .ktz-product .ktz-button-container a:first-child {
        margin-right: 8px;
    }

    .ktz-product-info h1 {
        font-family: "FS Me";
        font-weight: 700;
        text-align: left;
        font-size: 36px;
    }

    .ktz-product-info p {
        font-family: "FS Me";
        font-weight: 300;
        text-align: left;
        font-size: 16px;
    }

    .ktz-fixed-size-container {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .ktz-scrolable-content {
        overflow-y: scroll;
        overflow-x: visible;
        padding-right: 18px;
    }

    .kts-live-pay-amount-wrapper {
        position: fixed;
        bottom: 0;
        width: 66%;
        left: 17.1%;
    }

    .kts-live-pay-amount {
        background-color: #ba172d;
        height: 60px;
        width: 100%;
        padding: 8px;
    }

    .kts-live-pay-amount h3 {
        color: #fff;
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .kts-live-pay-amount h4 {
        color: #fff;
        font-family: "FS Me";
        font-weight: 400;
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 0.8em;
        margin-top: 5px;
    }

    .ktz-user-agreement-box {
        max-height: 350px;
        min-height: 350px;
    }

    .ktz-user-agreement-wrapper {
        max-height: 227px;
        min-height: 227px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 18px;
        padding-left: 5px;
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        border-bottom: 1px solid #5b5046;
    }

    .ktz-user-agreement-wrapper p {
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        text-align: justify;
    }

    .ktz-user-agreement-wrapper ul {
        padding-left: 15px;
    }

    .ktz-user-agreement-wrapper ul > li {
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        text-align: justify;
        margin-top: 8px;
    }

    .ktz-user-agreement-text,
    .ktz-agreement-options label {
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        padding: 8px;
        padding-top: 5px;
    }

    .ktz-agreement-options {
        margin-top: -15px;
    }

    .ktz-finish-policy-container {
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 18px;
    }

    .kts-finish-toolbar {
        background-image: url('./img/trp_bg.png');
        height: 60px;
        width: 100%;
        padding-top: 16px;
    }

    .kts-finish-toolbar .col-xs-4 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .ktz-search-parameters {
        width: 100%;
        margin: 0 auto;
    }

    .ktz-search-param-wrap {
        width: 350px;
        float: right;
    }

    .ktz-search-param-wrap-size-rule {
        width: 90%;
        margin: 0 auto;
    }

    .ktz-search-param-about-wrap {
        width: 80%;
        margin: 0 auto;
    }

    .ktz-search-param-wrap .ktz-search-parameters {
        width: 100%;
        margin: 0 auto;
    }

    .ktz-add-extra-height {
        min-height: 479px;
        max-height: 479px;
    }

    .ktz-desktop-rule {
        width: 210px;
        float: right;
    }

    .ktz-right-align {
        float: left;
    }

    .ktz-search-parameters .ktz-ctrl-wrap {
        margin-right: 5px;
    }

    .ktz-ctrl-wrap label {
        font-size: 14px;
    }

    .ktz-desktop-view {
        margin-top: 20%;
    }

    .ktz-tip {
        display: block;
        width: 16px;
        height: 16px;
        float: left;
    }

    .ktz-promocode {
        font-family: "FS Me";
        font-weight: 700;
        font-size: 12px;
        color: #5b5046;
    }

    .ktz-promocode-input {
        float: left;
        margin-left: 4px;
    }

    select {
        min-width: 97px;
    }

    .ktz-modal-title {
        font-family: "FS Me";
        font-weight: 700;
        color: #6a625a;
    }

    .ktzformerror {
        display: inline-block;
        padding-left: 5px;
        border-bottom-color: #e50c3c;
        background: url(./img/info.png) 99% / 2% no-repeat;
    }

    .ktz-text-error {
        font-family: "FS Me";
        font-weight: 300;
        color: #e50c3c;
        font-size: 12px;
        padding-left: 6px;
    }

    .ktz-menu-button {
        position: absolute;
        float: right;
        padding: 9px 10px;
        margin-top: 30px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        right: 0;
    }

    .ktz-keep-top-gap {
        margin-top: 50px;
    }

    .ktz-capture-customer {
        margin-top: 5px;
    }

    .ktz-mobile-clearfix {
        clear: none;
    }


    .ktz-product-img-desktop {
        position: relative;
    }

    .ktz-product-img-desktop .ktz-title {
        position: absolute;
        top: 40%;
        color: #fff;
        text-align: center;
        width: 100%;
    }

    .ktz-product-img-desktop .ktz-title span {
        font-weight: 400;
    }

    .ScrollableTbl {
        width: 100% !important;
    }

    .ScrollableTbl td {
        width: auto;
    }


}

@media (min-width: 992px) and (max-width: 1024px) {
    .confirmButtons {
        position: fixed;
        bottom: 60px;
        z-index: 40;
        right: 18.5%;
    }
}

@media only screen and (min-width: 1200px) {

    .homeTitle h1 {
        color: #fff;
        font-size: 3em;
        font-family: "FS Me";
        font-weight: 300;
        text-align: center;
        text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
        padding-bottom: 10px;
    }

    .homeTitle h2 {
        color: #fff;
        font-size: 2em;
        font-family: "FS Me";
        font-weight: 300;
        text-align: center;
        margin-top: -20px;
        margin-bottom: 20px;
        text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
    }


    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        height: 115px !important;
    }

    .benefitBlock {
        margin-top: 40px;
    }

    .addOnPage h1 {
        font-size: 22px !important;
    }

    .marTop10 {
        margin-top: 10px;
    }

    .addOnBack {
        margin-top: 30px;
        margin-left: 15px;
    }


    .addOnBack1 {
        margin-top: 30px;
    }


    .brand {
        position: absolute;
        left: 50px;
        top: -15px;
        width: 335px;
        margin-left: -50px !important;
        display: block;
    }

    .brand img {
        width: 100%;
    }

    .navbar-default {
        background-color: #fff;
        background-image: none;
        box-shadow: none;
    }

    body {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right top;
        padding-top: 114px;
    }

    h1 {
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        font-size: 2.5em;
        color: #5b5046;
    }

    .ktz-trp-wrapper {
        background-image: url('./img/trp_bg.png');
        padding: 5px;
    }

    .ktz-search-wrap-trp {
        width: 100%;
        margin: 0;
    }

    .ktz-plan-wrapper .ktz-plan-column {
        padding: 0;
    }

    .ktz-plan-box {
        background-color: #e1e0de;
        border: 1px solid #cccccc;
        padding: 8px;
        padding-top: 17px;
    }

    .ktz-plan-box .plan-title {
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        font-size: 0.9em;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box .plan-price {
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.5em;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box small {
        font-family: "FS Me";
        font-weight: 300;
        text-align: center;
        font-size: 11px;
        display: block;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box .original-price {
        font-family: "FS Me";
        font-weight: 500;
        text-align: center;
        font-size: 12px;
        display: block;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box .special {
        font-family: "FS Me";
        font-weight: 300;
        text-align: center;
        font-size: 11px;
        display: block;
        padding: 0;
        margin: 0;
        margin-top: -14px;
        color: #e50c3c;
    }

    .ktz-popular {
        background-image: url('./img/popular_mark.png');
        background-repeat: no-repeat;
    }

    .action-buttons {
        padding-top: 1px;
    }

    .action-buttons a {
        display: block;
        float: left;
        font-family: "FS Me";
        font-weight: 500;
        padding: 4px;
        font-size: 11px;
    }

    .action-buttons a:first-child {
        margin-right: 3px;
    }

    .ktz-btn-lg {
        font-size: 1.5em;
        font-family: "FS Me";
        font-weight: 700;
    }

    .ktz-btn-sm {
        font-size: 0.9em;
        font-family: "FS Me";
        font-weight: 300;
    }

    .ktz-section-title-1 {
        font-size: 1em;
        font-family: "FS Me";
        font-weight: 700;
        margin-top: 13px;
        color: #5b5046;
        text-align: left;
    }

    .ktz-section-title-1 span {
        font-size: 1em;
        font-family: "FS Me";
        font-weight: 700;
        color: #5b5046;
        float: right;
    }

    .ktz-section-title-2 {
        font-size: 1.3em;
        font-family: "FS Me";
        font-weight: 700;
        margin-top: 16px;
        color: #5b5046;
    }

    .ktz-section-title-2 span {
        float: right;
        font-family: "FS Me";
        font-weight: 300;
        font-size: 0.6em;
    }

    .ktz-section-title-2 span label {
        float: right;
        padding-top: 5px;
        padding-left: 5px;
    }

    .ktz-adjust-margin {
        margin-top: 10px;
    }

    .ktz-button-50p {
        width: 48%;
    }

    .ktz-button-100p {
        width: 100%;
    }

    /* STEP 01 */
    .ktz-product {
        min-height: 249px;
        position: relative;
    }

    .ktz-product .ktz-cover-image {
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 900;
    }

    .ktz-product .ktz-title {
        position: absolute;
        width: 100%;
        height: auto;
        margin-top: 25%;
        z-index: 1000;
        color: #fff;
        font-size: 3em;
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
    }

    .ktz-product .ktz-title span {
        font-weight: 300;
    }

    .ktz-product .ktz-button-container {
        position: absolute;
        width: 100%;
        height: auto;
        padding: 8px;
        padding-left: 12px;
        bottom: 10px;
        z-index: 1000;
    }

    .ktz-product .ktz-button-container a:first-child {
        margin-right: 8px;
    }

    .ktz-product-info h1 {
        font-family: "FS Me";
        font-weight: 700;
        text-align: left;
        font-size: 36px;
    }

    .ktz-product-info p {
        font-family: "FS Me";
        font-weight: 300;
        text-align: left;
        font-size: 16px;
    }

    .ktz-fixed-size-container {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .ktz-scrolable-content {
        overflow-y: scroll;
        overflow-x: visible;
        padding-right: 18px;
    }

    .kts-live-pay-amount-wrapper {
        position: fixed;
        bottom: 0;
        width: 66%;
        left: 17.1%;
    }

    .kts-live-pay-amount {
        background-color: #ba172d;
        height: 60px;
        width: 100%;
        padding: 8px;
    }

    .kts-live-pay-amount h3 {
        color: #fff;
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .kts-live-pay-amount h4 {
        color: #fff;
        font-family: "FS Me";
        font-weight: 400;
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 0.8em;
        margin-top: 5px;
    }

    .ktz-user-agreement-box {
        max-height: 350px;
        min-height: 350px;
    }

    .ktz-user-agreement-wrapper {
        max-height: 227px;
        min-height: 227px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 18px;
        padding-left: 5px;
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        border-bottom: 1px solid #5b5046;
    }

    .ktz-user-agreement-wrapper p {
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        text-align: justify;
    }

    .ktz-user-agreement-wrapper ul {
        padding-left: 15px;
    }

    .ktz-user-agreement-wrapper ul > li {
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        text-align: justify;
        margin-top: 8px;
    }

    .ktz-user-agreement-text,
    .ktz-agreement-options label {
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        padding: 8px;
        padding-top: 5px;
    }

    .ktz-agreement-options {
        margin-top: -15px;
    }

    .ktz-finish-policy-container {
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 18px;
    }

    .kts-finish-toolbar {
        background-image: url('./img/trp_bg.png');
        height: 60px;
        width: 100%;
        padding-top: 16px;
    }

    .kts-finish-toolbar .col-xs-4 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .ktz-search-parameters {
        width: 100%;
        margin: 0 auto;
    }

    .ktz-search-param-wrap {
        width: 350px;
        float: right;
    }

    .ktz-search-param-wrap-size-rule {
        width: 65%;
        margin: 0 auto;
    }


    .ktz-search-param-wrap .ktz-search-parameters {
        width: 100%;
        margin: 0 auto;
    }

    .ktz-add-extra-height {
        min-height: 479px;
        max-height: 479px;
    }

    .ktz-desktop-rule {
        width: 210px;
        float: right;
    }

    .ktz-right-align {
        float: left;
    }

    .ktz-search-parameters .ktz-ctrl-wrap {
        margin-right: 5px;
    }

    .ktz-ctrl-wrap label {
        font-size: 14px;
    }

    .ktz-desktop-view {
        margin-top: 20%;
    }

    .ktz-tip {
        display: block;
        width: 16px;
        height: 16px;
        float: left;
    }

    .ktz-promocode {
        font-family: "FS Me";
        font-weight: 700;
        font-size: 12px;
        color: #5b5046;
    }

    .ktz-promocode-input {
        float: left;
        margin-left: 4px;
    }

    select {
        min-width: 97px;
    }

    .ktz-modal-title {
        font-family: "FS Me";
        font-weight: 700;
        color: #6a625a;
    }

    .ktzformerror {
        display: inline-block;
        padding-left: 5px;
        border-bottom-color: #e50c3c;
        background: url(./img/info.png) 99% / 2% no-repeat;
    }

    .ktz-text-error {
        font-family: "FS Me";
        font-weight: 300;
        color: #e50c3c;
        font-size: 12px;
        padding-left: 6px;
    }

    .root-container {
        background-image: none;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right top;
        padding-top: 0px;
        height: 100%;
    }

    .ktz-menu-button {
        position: absolute;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        right: 0;
    }

    .ktz-keep-top-gap {
        margin-top: 50px;
    }

    .ktz-capture-customer {
        margin-top: 5px;
    }

    .ktz-mobile-clearfix {
        clear: none;
    }

    .fix_later_001 {
        width: 95%;
    }

    .ktz-product-img-desktop {
        position: relative;
    }

    .ktz-product-img-desktop .ktz-title {
        position: absolute;
        top: 40%;
        color: #fff;
        text-align: center;
        width: 100%;
    }

    .ktz-product-img-desktop .ktz-title span {
        font-weight: 400;
    }

    .ktz-scrolable-content_about {
        overflow-y: scroll;
        overflow-x: visible;
        padding-right: 18px !important;
    }

    .ktz-scrolable-content_addOn {
        max-height: 415px;
        min-height: 415px;
    }

    .AddOnWrapper {
        margin-top: 0px;
    }

    .AddOnOuterWrapper {
        padding: 0px 15px;
    }

    .ktz-ctrl-wrap_PA label {

        padding-top: 8px;
    }

    .insureAmount {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        padding-top: 10px;
    }

    .pa_row {
        margin-top: 7px;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        height: 115px !important;
    }

    .addOn {
        margin-left: -15px;
        margin-right: -15px;
    }

    .brand {
        position: absolute;
        left: 35px;
        top: -15px;
        width: 751px;
        margin-left: -50px !important;

        display: block;
    }

    /*.addOnOwenerBlock{
    margin-left: 15px;
}*/
    .broker {
        margin-left: 235px;
        margin-right: 235px;
        margin-bottom: 10px;
    }

    .brand img {
        margin-top: 0;
        width: 100%;
    }

    .navbar-default {
        background-color: transparent;
        background-image: none;
        box-shadow: none;
    }

    body {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right top;
        padding-top: 0;
    }

    h1 {
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        font-size: 2.5em;
        color: #5b5046;
    }

    .ktz-trp-wrapper {
        background-image: url('./img/trp_bg.png');
        padding: 5px;
    }

    .ktz-search-wrap-trp {
        width: 100%;
        margin: 0;
    }

    .ktz-plan-wrapper .ktz-plan-column {
        padding: 0;
    }

    .ktz-plan-box {
        background-color: #e1e0de;
        border: 1px solid #cccccc;
        padding: 8px;
        padding-top: 17px;
    }

    .ktz-plan-box .plan-title {
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        font-size: 0.9em;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box .plan-price {
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.5em;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box small {
        font-family: "FS Me";
        font-weight: 300;
        text-align: center;
        font-size: 11px;
        display: block;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box .original-price {
        font-family: "FS Me";
        font-weight: 500;
        text-align: center;
        font-size: 12px;
        display: block;
        padding: 0;
        margin: 0;
    }

    .ktz-plan-box .special {
        font-family: "FS Me";
        font-weight: 300;
        text-align: center;
        font-size: 11px;
        display: block;
        padding: 0;
        margin: 0;
        margin-top: -15px;
        color: #e50c3c;
    }

    .ktz-popular {
        background-image: url('./img/popular_mark.png');
        background-repeat: no-repeat;
    }

    .action-buttons {
        padding-top: 1px;
    }

    .action-buttons a {
        display: block;
        float: left;
        font-family: "FS Me";
        font-weight: 500;
        padding: 4px;
        font-size: 11px;
    }

    .action-buttons a:first-child {
        margin-right: 3px;
    }

    .ktz-btn-lg {
        font-size: 1.5em;
        font-family: "FS Me";
        font-weight: 700;
    }

    .ktz-btn-sm {
        font-size: 0.9em;
        font-family: "FS Me";
        font-weight: 300;
    }

    .ktz-section-title-1 {
        font-size: 1em;
        font-family: "FS Me";
        font-weight: 700;
        margin-top: 13px;
        color: #5b5046;
        text-align: left;
    }

    .ktz-section-title-1 span {
        font-size: 1em;
        font-family: "FS Me";
        font-weight: 700;
        color: #5b5046;
        float: right;
    }

    .ktz-section-title-2 {
        font-size: 1.3em;
        font-family: "FS Me";
        font-weight: 700;
        margin-top: 16px;
        color: #5b5046;
    }

    .ktz-section-title-2 span {
        float: right;
        font-family: "FS Me";
        font-weight: 300;
        font-size: 0.6em;
    }

    .ktz-section-title-2 span label {
        float: right;
        padding-top: 5px;
        padding-left: 5px;
    }

    .ktz-adjust-margin {
        margin-top: 10px;
    }

    .ktz-button-50p {
        width: 48%;
    }

    /* STEP 01 */
    .ktz-product {
        min-height: 400px;
        position: relative;
    }

    .ktz-product .ktz-cover-image {
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 900;
    }

    .ktz-product .ktz-title {
        position: absolute;
        width: 100%;
        height: auto;
        margin-top: 25%;
        z-index: 1000;
        color: #fff;
        font-size: 3em;
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
    }

    .ktz-product .ktz-title span {
        font-weight: 300;
    }

    .ktz-product .ktz-button-container {
        position: absolute;
        width: 100%;
        height: auto;
        padding: 8px;
        padding-left: 12px;
        bottom: 10px;
        z-index: 1000;
    }

    .ktz-product .ktz-button-container a:first-child {
        margin-right: 8px;
    }

    .ktz-product-info h1 {
        font-family: "FS Me";
        font-weight: 700;
        text-align: left;
        font-size: 36px;
    }

    .ktz-product-info p {
        font-family: "FS Me";
        font-weight: 300;
        text-align: left;
        font-size: 16px;
    }

    .ktz-fixed-size-container {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .ktz-scrolable-content {
        overflow-y: scroll;
        overflow-x: visible;
        padding-right: 18px;
    }

    .kts-live-pay-amount-wrapper {
        position: fixed;
        bottom: 0;
        width: 66%;
        left: 17.1%;
    }

    .kts-live-pay-amount {
        background-color: #ba172d;
        height: 60px;
        width: 100%;
        padding: 8px;
    }

    .kts-live-pay-amount h3 {
        color: #fff;
        font-family: "FS Me";
        font-weight: 700;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .kts-live-pay-amount h4 {
        color: #fff;
        font-family: "FS Me";
        font-weight: 400;
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 0.8em;
        margin-top: 5px;
    }

    .ktz-user-agreement-box {
        max-height: 350px;
        min-height: 350px;
    }

    .ktz-user-agreement-wrapper {
        max-height: 227px;
        min-height: 227px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 18px;
        padding-left: 5px;
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        border-bottom: 1px solid #5b5046;
    }

    .ktz-user-agreement-wrapper p {
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        text-align: justify;
    }

    .ktz-user-agreement-wrapper ul {
        padding-left: 15px;
    }

    .ktz-user-agreement-wrapper ul > li {
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        text-align: justify;
        margin-top: 8px;
    }

    .ktz-user-agreement-text,
    .ktz-agreement-options label {
        font-family: "FS Me";
        font-weight: 300;
        font-size: 12px;
        padding: 8px;
        padding-top: 5px;
        width: 100%;
    }

    .ktz-agreement-options {
        margin-top: -15px;
    }

    .ktz-finish-policy-container {
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 18px;
    }

    .kts-finish-toolbar {
        background-image: url('./img/trp_bg.png');
        height: 60px;
        width: 100%;
        padding-top: 16px;
    }

    .kts-finish-toolbar .col-xs-4 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .ktz-search-parameters {
        width: 100%;
        margin: 0 auto;
    }

    .ktz-search-param-wrap {
        width: 350px;
        float: right;
    }

    .ktz-search-param-wrap-size-rule {
        width: 66%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .ktz-search-param-wrap .ktz-search-parameters {
        width: 100%;
        margin: 0 auto;
    }

    .ktz-add-extra-height {
        min-height: 479px;
        max-height: 479px;
    }

    .ktz-desktop-rule {
        width: 210px;
        float: right;
    }

    .ktz-right-align {
        float: left;
    }

    .ktz-search-parameters .ktz-ctrl-wrap {
        margin-right: 5px;
    }

    .ktz-ctrl-wrap label {
        font-size: 14px;
    }

    .ktz-desktop-view {
        margin-top: 20%;
    }

    .ktz-tip {
        display: block;
        width: 16px;
        height: 16px;
        float: left;
    }

    .ktz-promocode {
        font-family: "FS Me";
        font-weight: 700;
        font-size: 14px;
        color: #5b5046;
        margin-top: 10px;
    }

    .ktz-promocode-input {
        float: left;
        margin-left: 4px;
    }

    select {
        min-width: 97px;
    }

    .ktz-modal-title {
        font-family: "FS Me";
        font-weight: 700;
        color: #6a625a;
    }

    .ktzformerror {
        display: inline-block;
        padding-left: 5px;
        border-bottom-color: #e50c3c;
        background: url(./img/info.png) 99% / 2% no-repeat;
    }

    .ktz-text-error {
        font-family: "FS Me";
        font-weight: 300;
        color: #e50c3c;
        font-size: 12px;
        padding-left: 6px;
    }

    .root-container {
        background-image: none;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right top;
        background-size: cover;
        padding-top: 0px;
        height: 100%;
    }

    .ktz-menu-button {
        position: absolute;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        right: 0;
    }

    .ktz-keep-top-gap {
        margin-top: 50px;
    }

    .ktz-capture-customer {
        margin-top: 5px;
    }

    .ktz-mobile-clearfix {
        clear: none;
    }

    .fix_later_001 {
        width: 95%;
    }

    .ktz-product-img-desktop {
        position: relative;
    }

    .ktz-product-img-desktop .ktz-title {
        position: absolute;
        top: 40%;
        color: #fff;
        text-align: center;
        width: 100%;
    }

    .ktz-product-img-desktop .ktz-title span {
        font-weight: 400;
    }

    .ktz-push-down-120 {
        padding-top: 120px;
    }

    .ktz-push-down-140 {
        padding-top: 140px;
    }

    .ktz-push-down-90 {
        padding-top: 90px;
    }


    .ktz-nav-bar {
        border-color: transparent;
    }


    .ktz-desktop-logo {
        position: absolute;
        top: 0;
        z-index: -300;
    }

    .toggle-icon {
        background-color: #ffffff;
        display: block;
        width: 16px;
        height: 16px;
        color: #fff;
        padding-left: 4px;
        padding-top: 2px;
        cursor: default;
    }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .benifit-center {
        text-align: center;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {


    /*add by MS */
    .ktz-plan-wrapper {
        padding-left: 0 !important;
        position: relative;
        left: 0% !important;
    }


}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {

}

/* pre loader start */

.pre-loader-container {
    position: fixed;
    z-index: 1200;
    padding: 0;
    margin: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.loading {
    position: relative;
    width: 47px;
    height: 46px;
    background-color: #e7e7e7;
    margin: -50px 0 0 -25px;
    left: 50%;
    top: 50%;
    border-radius: 5px;
    color: #4a4a4a;
    padding-left: 5px;
    padding-top: 5px;
}

.loading-spinner {
    position: relative;
    top: 0px;
    left: 0px;
    padding-right: 10px;
}

.loading-spinner img {
    width: 36px;
    height: 36px;
}

/* pre loader end */

/* Message Container */

.message-container {
    position: fixed;
    z-index: 1200;
    padding: 0;
    margin: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.message-body {
    position: relative;
    width: 300px;
    min-height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
    margin: -50px 0 0 -150px;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    color: #1f1e1e;
    padding: 15px;
}

.ktz-loader {
    font-family: "FS Me";
    font-weight: 700;
    color: #5b5046;
    padding-top: 22px;
    DISPLAY: INLINE-BLOCK;
}

/* End Message Container */

.modal-content {
    border-radius: 0px;
}

.modal-body p,
ol {
    font-family: "FS Me";
    font-weight: 300;
    color: #5b5046;
    font-size: 14px;
    text-align: justify;
}

.ktz-benifits-table table {
    width: 100%;
    font-family: "FS Me";
    font-weight: 300;
    color: #5b5046;
    font-size: 12px;
}

.ktz-benifits-table table,
tr,
td,
th {
    border-collapse: collapse;
}

.ktz-benifits-table tr.header {
    cursor: pointer;
    display: table-row;
    border-bottom: 1px solid #c3c0bd;
    font-family: "FS Me";
    font-weight: 500;
    color: #5b5046;
    font-size: 12px;
}

.ktz-benifits-table tr.header span {
    color: #fff;
    display: inline-block;
    width: 18px;
    height: 17px;
    background-color: black;
    padding-bottom: 9px;
    padding-top: 0px;
    padding-left: 6px;
    margin: 3px;
}

.ktz-benifits-table tr {
    /*display: none;*/
}

.ktz-benifits-row {
    border-bottom: 1px solid #c3c0bd;
}

.ktz-benifits-master-row td {
    padding-top: 2px;
    padding-bottom: 4px;
}

.ktz-benifits-row td {
    height: 18px;
    background-color: #f6f6f6;
}

.ktz-benifits-amount {
    text-align: right;
    padding-right: 3px;
}

.ktz-benifits-description {
    padding-left: 3px;
}

.message-header .modal-title {
    font-family: "FS Me";
    font-weight: 700;
    color: #5b5046;
}

.message-header .modal-title {
    font-family: "FS Me";
    font-weight: 700;
    color: #5b5046;
}

.message-body p {
    font-family: "FS Me";
    font-weight: 300;
    color: #5b5046;
}

.ktz-grey-bg {
    background-color: #f0efee;
}

/* AngularJS Input field label animation */

.field label {
    font-size: 12px;
    margin-left: 12px;
    /*color: gray;*/
    color: #343434;
}

.show-hide.ng-hide-add,
.show-hide.ng-hide-remove {
    /*transition: all linear 0.2s;*/
    display: block !important;
    position: absolute;
}

.show-hide.ng-hide-add.ng-hide-add-active,
.show-hide.ng-hide-remove {
    top: -8px;
    display: block !important;
    position: absolute;
    opacity: 0;
}

.show-hide.ng-hide-add,
.show-hide.ng-hide-remove.ng-hide-remove-active {
    top: -14px;
    opacity: 1;
    display: block !important;
    position: absolute;
}

.field {
    position: relative;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

.field > label {
    position: absolute;
    top: -14px;
    color: #428bca;
    font-size: 0.8em;
}

.field > input {
    border: 0;
    padding: 0.5em 0 !important;
    box-shadow: none !important;
    border-radius: 0;;
    border-bottom: 2px solid #555555;
    max-width: 400px;
    margin-top: 15px
}

.short-input {
    max-width: 400px;
    display: block;
}

/* END AngularJS Input field label animation */

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0px;
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.ktz-benifits-table a {
    color: #ffffff !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent !important;
    opacity: 1;
}

.title_eme {
    font-size: 15px !important;
    font-weight: bold !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.title_eme_phra {
    font-size: 14px !important;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.quoteHeader {
    border-bottom: 1px solid #5b5046;
    margin-top: -27px;
    color: #ed0039;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold !important;
    font-size: 26px;
}


.title_PA {
    color: #ffffff;
    margin-top: 25%;
}

.title_PA_desktop {
    color: #ffffff;

}


.hedding_PA {
    color: #ffffff;
    font-family: "FS Me";
    font-size: 2em;

}

.sub_hedding_PA {
    color: #ffffff;
    text-align: center;
}

.addonBlock {
    background-color: #6a625a;
    color: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px 7px 0px 7px;
    display: flex;
    border-bottom: 3px solid #4e4e4e;
}


.addonBlock2 {

    color: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
    padding: 2px 7px 2px 7px;
    display: flex;
}

.cboxText {
    margin-left: 10px;
    margin-top: 9px;
    margin-right: 20px;
}

.AddOnPlaceHolderText {
    margin-left: 10px;
    margin-top: 9px;
    margin-right: 10px;
}

.PA_red_text {
    color: #ed0039;
}

.h_block {
    font-weight: 600;
}

.ktz_Pa_select .form-control {
    background: url(./img/select-scaret.png) 96% / 15px no-repeat #6a625a;
    color: #ffffff;
    border-radius: 0px;
}

.ktz_Pa_input .form-control {
    background: #6a625a;
    color: #ffffff;
    border-radius: 0px;
}

.inAmount {
    color: #cf2327;
    font-size: 18px;
    font-weight: 600;
}

.form-control_pa {
    background: none !important;
    color: black !important;
}

.mmf_noteBlock {
    padding-top: 10px;
    text-align: justify;

}

.note {
    border: 1px solid #cf2327;
    padding: 10px;
    color: #cf2327;
}

.pa_aboutBlock {
    padding-top: 20px;
    font-family: "FS Me";
    font-size: 14px;
    color: #5b5046;
}

.callUs {
    font-size: 12px;
    padding-top: 7px;
}

.sliderBlock {
    padding: 5px 30px 5px 30px;
}

.btnBenefit {
    padding: 5px 10px 5px 10px;
    transition: all 0.6s ease;
}

.btnBenefit:hover {
    background-color: #bd002e;
    transition: all 0.6s ease;
}

.promoBlock {
    margin-top: 8px;
    font-weight: 600;
}


.addOnAmount {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
    font-size: 12px !important;
    text-align: right !important;
}

.benefit .disc {
    color: #333333 !important;
    font-weight: 400 !important;
}

.ng-show {
    transition: all linear 0.5s;
}


.animate-show-hide.ng-hide {
    opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
    transition: all linear 0.5s;
}

.plan_notAvailable {
    display: block;
    padding: 10px;
    background-color: #fff;
    color: red;
    font-family: "FS Me";
    font-weight: 300;
    text-align: center;
}

.alert {
    border-radius: 0px;
}

p {
    font-family: "FS Me";
}


.table-responsive .table {
    max-width: none;
}

.addOnNote {
    color: #fff;
}

.addOn_cBox_title {
    color: #fff;
    margin-top: 8px;
}

.addOnPremium {
    color: #fff39f;
    font-weight: 600;
}

body {
    background-color: #FFF !important;
}

.addOnText {
    color: #ffffff;
}


.addonLeft {
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

.addonRight .fa {
    color: #cf2327;
}

.ktz-trp-base-wrapper {
    padding: 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.6);
}

.ktz-trp-wrapper .btn-default {
    background-color: #6a625a;
    background-image: none;
    border-radius: 0px;
    color: #ffffff;
}

.ktz-trp-wrapper .dropdown-menu {
    border-radius: 0px;
    background-color: #6a625a;
    color: #ffffff;
}

.bootstrap-select.btn-group .dropdown-menu .dropdown-menu {
    max-height: 120px !important;
}

.ktz-trp-wrapper .btn-default:focus {
    color: #ffffff;
    background-color: #6a625a;
    border-color: #8c8c8c;

}

.ktz-trp-wrapper .dropdown-toggle.btn-default:hover {
    color: #ffffff;
    background-color: #6a625a;
    border-color: #8c8c8c;
}

.ktz-trp-wrapper .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #54504c;
    background-image: none;
    color: #1b1b1b;
    outline: none;
}

.ktz-trp-wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 180px;
    height: 30px;
}

.ktz-trp-wrapper .dropdown-menu > li > a:hover {

}

.ktz-trp-wrapper .bootstrap-select.btn-group .dropdown-menu li a {
    color: #ffffff;
}

.ktz-trp-wrapper .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #6a625a;
    border-color: #adadad;
}

textarea:focus, input:focus select:focus {
    outline: none;
}


.rzslider .rz-pointer {
    outline-style: none;
}

.currncyInfo {
    font-size: 10px;
    font-weight: 500;
}


.confirmScrollBlock {
    /*height: 200px;*/
    overflow-y: scroll;
    padding-right: 10px;
    border-bottom: 1px solid #3e3e3e;
    font-family: "FS Me";
    font-weight: 300;
    font-size: 12px;
    padding-left: 5px;
}


.btnScroll {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #464646;
    box-shadow: 0 0 3px grey;
    font-size: 18px;
    font-weight: bold;

}


/*new media queries */

/*Large Screens*/
@media only screen and (min-width: 1025px) {
    .bt_tb_colComman {
        width: 120px
    }

    .ktz-bg-image {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        z-index: -500;
        background: url('./img/desktop_bg_2.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
    }

    .homeBlock {
        margin-top: 350px;
        z-index: 100;
    }

    .paHeaderSmall {
        display: none;
    }

    .bt_th_part {
        width: 20px;

    }

    .bt_th_benefit {
        width: 290px;

    }

    .bt_th_common {
        width: 100px;
        text-align: center;

    }

    .bt_bo_bid {
        width: 20px;

    }

    .bt_bo_bName {
        padding-right: 5px;

    }

    .bt_bo_bcols {
        width: 120px;

    }

    .bt_tb_bBlock {
        width: 330px
    }

    .bt_tb_bHead {
        width: 320px;
        white-space: pre-line
    }

    .btnScrollBlock {
        position: absolute;
        bottom: 128px;
        left: 50%;
    }

    .ktz-trp-wrapper {
        background-image: url(./img/trp_bg.png);
        padding: 5px;
        overflow: hidden;
    }

    .payErrorBlock {
        padding-left: 30%;
        padding-right: 30%;
    }

    .about_float_right {
        margin: 0px !important;
        width: 50%;
        float: right;
    }

    .confirmButtons {
        position: fixed;
        bottom: 60px;
        z-index: 40;
        right: 17.9%;
    }

    .benifit-center {
        text-align: left;
    }
}

@media (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
    .bt_tb_colComman {
        width: 120px
    }

    .addonRow {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .ktz-bg-image {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        z-index: -500;
        background-image: url('./img/tab_port.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .paHeaderSmall {
        display: none;
    }

    .brokerBlock {
        z-index: 100;
        position: relative;
        top: -100px;
        font-size: 18px;
        color: #ffffff;
    }

    .bt_th_part {
        width: 20px;

    }

    .bt_th_benefit {
        width: 290px;

    }

    .bt_th_common {
        width: 100px;
        text-align: center;

    }

    .bt_bo_bid {
        width: 20px;

    }

    .bt_bo_bName {
        padding-right: 5px;

    }

    .bt_bo_bcols {
        width: 120px;

    }

    .bt_tb_bBlock {
        width: 330px
    }

    .bt_tb_bHead {
        width: 320px;
        white-space: pre-line
    }

    .btnScrollBlock {
        position: absolute;
        bottom: 128px;
        left: 50%;
    }

    .ktz-trp-wrapper {
        background-image: url(./img/trp_bg.png);
        padding: 5px;
    }

    .payErrorBlock {
        padding-left: 30%;
        padding-right: 30%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    .bt_tb_colComman {
        width: 120px
    }

    .ktz-ctrl-wrap_PA label {
        padding-top: 8px;
    }

    .addonRow {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .ktz-bg-image {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        z-index: -500;
        background-image: url('./img/tab_land.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .homeBlock {
        margin-top: 280px;
        z-index: 100;
    }

    .paHeaderSmall {
        display: none;
    }

    .paHeaderLarge img {
        position: relative;
        margin-bottom: -400px;
    }

    .ktz-search-param-wrap-size-rule {
        z-index: 500 !important;
    }

    .brokerBlock {
        z-index: 100;
        position: relative;
        top: -100px;
        font-size: 18px;
        color: #ffffff;
    }

    .bt_th_part {
        width: 20px;

    }

    .bt_th_benefit {
        width: 122px;

    }

    .bt_th_common {
        width: 50px;
        text-align: center;

    }

    .bt_tb_bBlock {
        width: 300px
    }

    .bt_tb_bHead {
        width: 238px;
        white-space: pre-line
    }

    .btnScrollBlock {
        position: absolute;
        bottom: 128px;
        left: 50%;
    }

    .ktz-trp-wrapper {
        background-image: url(./img/trp_bg.png);
        /*padding: 5px;*/
    }

}

/*Tap Screens portrait */
@media (min-width: 481px) and (max-width: 768px) {
    .bt_tb_colComman {
        width: 120px
    }

    .btnScrollBlock {
        position: absolute;
        bottom: 139px;
        left: 50%;
    }

    .ktz-bg-image {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        z-index: -500;
        background-image: url('./img/tab_port.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .homeBlock {
        margin-top: 450px;
        z-index: 100;
    }

    .paHeaderLarge {
        display: none;
    }

    .root-container {
        padding-top: 65px;
    }

    .brokerBlock {
        z-index: 100;
        position: relative;
        top: -7px;
        font-size: 18px;
        color: #ffffff;
    }

    .bt_th_part {
        width: 20px;

    }

    .bt_th_benefit {
        width: 122px;

    }

    .bt_th_common {
        width: 50px;
        text-align: center;

    }

    .bt_tb_bBlock {
        width: 300px
    }

    .bt_tb_bHead {
        width: 238px;
        white-space: pre-line
    }

    .benifitTable .table {
        width: 152%;
        max-width: 152%;
        margin-bottom: 20px;
    }

    .payErrorBlock {
        padding-left: 12%;
        padding-right: 12%;
    }
}

/*Mobile Screens portrait */
@media (min-width: 320px) and (max-width: 480px) {

    .ktz-bg-image {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        z-index: -500;
        background-image: url('./img/mobile_bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .homeBlock {
        margin-top: 280px;
        z-index: 100;
    }

    .paHeaderLarge {
        display: none;
    }

    .root-container {
        padding-top: 70px;
    }

    .brokerBlock {
        z-index: 100;
        position: relative;
        top: -10px;
        font-size: 18px;
        color: #ffffff;
    }

    .bt_th_part {
        width: 20px;

    }

    .bt_th_benefit {
        width: 154px;

    }

    .bt_th_common {
        width: 50px;
        text-align: center;

    }

    .bt_tb_bBlock {
        width: 300px
    }

    .bt_tb_bHead {
        width: 238px;
        white-space: pre-line
    }

    .bt_tb_colComman {
        width: 120px
    }

    .fix_later_001 {
        width: 90%;
    }

    .btnScrollBlock {
        position: absolute;
        bottom: 177px;
        left: 50%;
    }

    .ktz-modal-title {
        font-size: 18px;
        margin-top: 3px;
    }

    .paddin-left-0 {
        padding-left: 0 !important;
    }
}

/*Mobile Screens landscape */
@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    .bt_tb_colComman {
        width: 130px
    }

    .bootstrap-select.btn-group .dropdown-menu .dropdown-menu {
        max-height: 188px !important;
    }

    .ktz-bg-image {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        z-index: -500;
        background-image: url('./img/mobile_land.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .homeBlock {
        margin-top: 150px;
        z-index: 100;
    }

    .paHeaderLarge {
        display: none;
    }

    .root-container {
        padding-top: 60px;
    }

    .brokerBlock {
        z-index: 100;
        position: relative;
        top: -7px;
        font-size: 18px;
        color: #ffffff;
    }

    .ktz-plan-wrapper {
        left: 0 !important;
    }

    .bt_th_part {
        width: 20px;

    }

    .bt_th_benefit {
        width: 122px;

    }

    .bt_th_common {
        width: 50px;
        text-align: center;

    }

    .bt_tb_bBlock {
        width: 300px
    }

    .bt_tb_bHead {
        width: 238px;
        white-space: pre-line
    }

    .bt_bo_bName {
        padding-right: 15px;

    }

    .btnScrollBlock {
        position: absolute;
        bottom: 139px;
        left: 50%;
    }
}

@media (max-width: 375px) and (max-height: 812px ) {
    .bt_tb_colComman {
        width: 138px
    }

    .benifitTable .table {
        width: 250%;
        max-width: 250%;
        margin-bottom: 20px;
    }
}

@media (max-width: 812px) and (max-height: 375px ) and (orientation: landscape) {
    .bt_tb_colComman {
        width: 130px
    }

    .btnScrollBlock {
        position: absolute;
        bottom: 139px;
        left: 50%;
    }

    .root-container {
        margin-top: 60px !important;
    }

    .bootstrap-select.btn-group .dropdown-menu .dropdown-menu {
        max-height: 188px !important;
    }

    .paHeaderLarge {
        display: none;
    }

    .paHeaderSmall {
        display: block;
    }

    .benifitTable .table {
        width: 160%;
        max-width: 160%;
        margin-bottom: 20px;
    }

    .bt_th_part {
        width: 20px;

    }

    .bt_th_benefit {
        width: 122px;

    }

    .bt_th_common {
        width: 50px;
        text-align: center;

    }

    .bt_tb_bBlock {
        width: 300px
    }

    .bt_tb_bHead {
        width: 238px;
        white-space: pre-line
    }

    .bt_bo_bName {
        padding-right: 15px;

    }
}

.ktz-scrolable-content_addOn {
    max-height: 420px;
    min-height: 420px;
    overflow-y: hidden;
}

.round-button .fa {
    color: #cccdcc;
    font-size: 35px;
    margin-top: 9px;
    cursor: pointer;
}

.round-button .fa:hover {
    color: #fff;
    font-size: 40px;
    margin-top: 8px;
}

/*.payErrorBlock {*/
/*    padding-top: 20px;*/
/*    padding-left: 30%;*/
/*    padding-right: 30%*/
/*}*/

.ktz-price-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    justify-content: center;
}

.ktz-price-box-wrapper .price-box {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    color: black;
    margin-bottom: 1em;
    transition: all .4s;
    border-radius: 15px;
}

.ktz-price-box-wrapper .price-box .table {
    font-size: 12px;
}


html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0px; /* remove scrollbar space */
    background: transparent; /* optional: just make scrollbar invisible */
}

/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    margin: -1px 0 0 !important;
    display: block !important;
    width: 100%;
}

.scrollable-menu li {
    padding: 2px 10px;
}

.scrollable-menu li:hover {
    background: #564e45 !important;
    cursor: pointer;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.text-input-no-down {
    background: none rgb(106, 98, 90) !important;
}

::-webkit-input-placeholder { /* Edge */
    font-weight: 500;
    color: #353535 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 500;
    color: #353535 !important;
}

::placeholder {
    font-weight: 500;
    color: #353535 !important;
}

.ktz-error-bag {
    padding: 10px;
    background: #ff2b5a;
    color: #fff;
    border-radius: 5px;
}

.label-static {
    padding-left: 15px;
    height: 20px;
}

.highlight-li {
    background-color: #564e45;

}

.normal-li {
    background-color: #6a625a;
}

/* .broker-Image {
    background-image: url("img/insureAsia.png");
    border: none;
    background-repeat: no-repeat;
} */

.IntermediaryDetails{
    position: fixed;
    top: 10px;
}

.IntermediaryDetailsLogo{
    position: fixed;
    top: 35px;
}

.IntermediaryDetailsLogo img{
    width: 120px;
}

.brokerBlock {
    z-index: 100;
    position: relative;
    top: 0px;
    font-size: 18px;
    color: #ffffff;
}
.brokerBlock-logo{
    z-index: 100;
    position: relative;
    top: 0px;
    font-size: 18px;
    color: #ffffff;
}

.AgreementListMain{
    padding-left: 65px;
}

.AgreementListMain li{
    list-style-type: lower-alpha;
    font-size: 12px;
}

.AgreementListSub{
    padding-left: 65px;
}

.AgreementListSub li {
    list-style-type: lower-roman;
    font-size: 12px;
}

.sectorDrop{
    background-color: transparent;
    box-shadow: none;
    border: none;
    width: 100%;
    outline: none;
    font-weight: 400;
    font-family: 'FS Me';
    color: #403327;
    border-bottom: 1px solid #ccc;
}

.sectorDrop:active, .sectorDrop:focus{
    outline: none;
    box-shadow: none !important;
}

.ergo-logo {
    width: 57%;
}