/*
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&amp;subset=latin,latin-ext');
*/
@font-face {
    font-family: 'SourceSansProLight';
    src: url("Fonts/SourceSansPro-Light.otf");
    font-weight: 300;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url("Fonts/SourceSansPro-Regular.otf");
    font-weight: normal;
}

@font-face {
    font-family: 'SourceSansProSemiBold';
    src: url("Fonts/SourceSansPro-Semibold.otf");
    font-weight: 600;
}

@font-face {
    font-family: 'SourceSansProBold';
    src: url("Fonts/SourceSansPro-Bold.otf");
    font-weight: 700;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

body {
    line-height: 1;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

article, aside, audio, canvas, datalist, details, embed, figcaption, figure, footer, header, keygen, menu, nav, output, progress, section, source, video, main {
    display: block;
    margin: 0;
}

* {
    box-sizing: border-box;
    outline: none !important;
}

html, body {
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    font-family: "SourceSansPro", Arial, Helvetica, sans-serif;
    color: #465766;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
    -webkit-text-size-adjust: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-family: "SourceSansProBold", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

.clear {
    clear: left;
}

.clearboth {
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right !important;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.hidden {
    display: none !important;
}

.bold {
    font-weight: 700;
}

.full-width {
    width: 100%;
}

.center {
    margin-right: auto !important;
    margin-left: auto !important;
}

.clearfix:after, .form.type1 .form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix, .form.type1 .form-group {
    display: inline-block;
}

ul {
    margin: 0;
    padding: 0;
}

/* html[xmlns] .clearfix{display: block;} * html .clearfix {height: 1%;}*/
p {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 120%;
}

    p.type2 {
        font-size: 16px;
    }

a {
    color: #465766;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

* {
    outline: none;
    box-sizing: border-box;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-webkit-input-placeholder {
    padding-top: 0;
    color: #b4b6b8;
    font-weight: 300;
    font-size: 18px;
}

::-moz-placeholder {
    padding-top: 0;
    color: #b4b6b8;
    font-weight: 300;
    font-size: 18px;
}

/* firefox 19+ */
:-ms-input-placeholder {
    padding-top: 0;
    color: #b4b6b8;
    font-weight: 300;
    font-size: 18px;
}

/* ie */
input:-moz-placeholder {
    padding-top: 0;
    color: #b4b6b8;
    font-size: 18px;
    font-weight: 300;
}

textarea {
    resize: none;
}

.global-loading {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7) url("../imgs/loading.gif") no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999999;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .container:before,
    .container:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .container:after {
        clear: both;
    }

.row {
    margin-left: -10px;
    margin-right: -10px;
}

    .row:before,
    .row:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .row:after {
        clear: both;
    }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        width: 740px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1160px;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

#root {
    width: 100%;
    height: 100%;
}

/* Misc Begin ******************************************************************************************************************************/
img {
    max-width: 100%;
}

.imgs {
    background: url("../imgs/site-imgs.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.icon-arrow-right {
    background-position: -127px -91px;
    width: 16px;
    height: 16px;
    margin-left: 22px;
}

.icon-arrow-left {
    background-position: -239px -91px;
    width: 16px;
    height: 16px;
    margin-right: 40px;
}

.icon-close {
    background-position: -210px -90px;
    width: 14px;
    height: 14px;
}

.icon-danger {
    background-position: -266px -90px;
    width: 18px;
    height: 16px;
}

.icon-step-check {
    background-position: -12px -90px;
    width: 14px;
    height: 12px;
}

.icon-pin {
    background-position: -365px -125px;
    width: 16px;
    height: 20px;
}

.icon-check1 {
    background-position: -293px -86px;
    width: 25px;
    height: 20px;
}

.icon-check2 {
    background-position: -322px -86px;
    width: 25px;
    height: 20px;
}

.icon-check3 {
    background-position: -354px -86px;
    width: 25px;
    height: 20px;
}

.icon-check4 {
    background-position: -384px -86px;
    width: 25px;
    height: 20px;
}

.icon-check5 {
    background-position: -31px -89px;
    width: 16px;
    height: 14px;
}

.icon-check6 {
    background-position: -384px -154px;
    width: 25px;
    height: 20px;
}

.icon-info {
    background-position: -262px -126px;
    width: 30px;
    height: 30px;
}

.icon-location {
    background-position: -387px -126px;
    width: 20px;
    height: 20px;
}

.icon-alert-info {
    background-position: -85px -90px;
    width: 5px;
    height: 13px;
}

.icon-video {
    background-position: -299px -126px;
    width: 25px;
    height: 25px;
}

.icon-disabled {
    background-position: -337px -125px;
    width: 17px;
    height: 17px;
}

.icon-view {
    background-position: -52px -90px;
    width: 24px;
    height: 15px;
}

.icon-bkm {
    background-position: 0 -206px;
    width: 102px;
    height: 35px;
}

.icon-big-check {
    background-position: -151px -123px;
    width: 100px;
    height: 100px;
}

.icon-big-warning {
    background-position: -311px -200px;
    width: 100px;
    height: 100px;
}

.icon-print {
    background-position: -6px -123px;
    width: 57px;
    height: 60px;
}

.icon-passbook {
    display: inline-block;
    background: url("../imgs/icon-passbook.png") no-repeat;
    background-size: 57px auto;
    width: 57px;
    height: 60px;
}

.icon-big-view {
    background-position: -79px -123px;
    width: 58px;
    height: 60px;
}

.inlinelink.type1 {
    font-size: 18px;
    color: #0f2e86;
    text-decoration: underline;
    font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.link {
    text-decoration: underline;
}

    .link:hover {
        text-decoration: none;
    }

.section-header .header.type1 {
    margin-bottom: 35px;
    color: #0e2e86;
    font-weight: 700;
}

.section-header .header .type2 {
    margin-bottom: 15px;
    color: #0e2e86;
    font-weight: 700;
}

.ui-tooltip {
    font-size: 14px;
    font-weight: 400;
    border: solid 3px #e7eaf3 !important;
    box-shadow: 0 10px 20px rgba(15, 46, 134, 0.1);
    -moz-box-shadow: 0 10px 20px rgba(15, 46, 134, 0.1);
    -webkit-box-shadow: 0 10px 20px rgba(15, 46, 134, 0.1);
}

.subsection-header {
    margin-bottom: 15px;
}

    .subsection-header .title {
        color: #0e2e86;
        font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        font-weight: 600;
    }

.input-radio {
    border: solid 4px #e7eaf3;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 20px;
    display: inline-block;
}

    .input-radio.active {
        border-color: #00ab8b;
        background-color: #00ab8b;
    }

input.customCheckbox {
    background-position: -183px -87px;
    opacity: .8;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    -webkit-appearance: none;
    vertical-align: middle;
    position: relative;
}

    input.customCheckbox.left {
        float: left;
        margin-bottom: 15px;
    }

    input.customCheckbox:hover {
        opacity: 1;
    }

    input.customCheckbox:checked {
        background-position: -158px -87px;
    }

input.customRadio {
    opacity: .8;
    cursor: pointer;
    border: solid 4px #e7eaf3;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 18px;
    display: inline-block;
    -webkit-appearance: none;
    position: relative;
}

    input.customRadio.left {
        float: left;
        margin-bottom: 10px;
    }

    input.customRadio:hover {
        opacity: 1;
    }

    input.customRadio:checked {
        border-color: #00ab8b;
        background-color: #00ab8b;
    }

        input.customRadio:checked.alt {
            background-color: transparent;
        }

.btn {
    border-radius: 1px;
    position: relative;
    display: inline-block;
    border: none;
    cursor: pointer;
    min-width: 135px;
    font-family: "SourceSansPro", Arial, Helvetica, sans-serif !important;
}

    .btn.btn-type1 {
        padding: 10px 16px;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        background-color: #0f2e86;
        border: solid 2px #0f2e86;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

        .btn.btn-type1:disabled {
            background-color: #b7c0da;
            border: solid 2px #b7c0da;
        }

        .btn.btn-type1:not([disabled]):hover {
            color: #fff;
            border: solid 2px #06143b;
            background-color: #06143b;
        }

        .btn.btn-type1:active {
            background-color: #0f2e86;
        }

    .btn.btn-type2 {
        padding: 10px 20px;
        color: #465766;
        font-size: 18px;
        font-weight: bold;
        background-color: #e7eaf3;
        border: solid 2px #e7eaf3;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

        .btn.btn-type2:disabled {
            background-color: #b7c0da;
            border: solid 2px #b7c0da;
        }

        .btn.btn-type2:not([disabled]):hover {
            border: solid 2px #b6b8bf;
            background-color: #b6b8bf;
        }

    .btn.btn-type3 {
        padding: 12px 14px;
        font-size: 20px;
        font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        font-weight: 600;
        background-color: transparent;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

        .btn.btn-type3:hover {
            color: #fff !important;
        }

    .btn.btn-type4 {
        padding: 12px;
        font-size: 20px;
        font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        font-weight: 600;
        color: #0f2e86;
        background-color: #fff;
        box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
        -moz-box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
        -webkit-box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
    }

    .btn.btn-type5 {
        width: 100%;
        border: solid 2px #e7eaf3;
        background-color: transparent;
        padding: 15px 7px;
        font-size: 18px;
        color: #0f2e86;
        font-family: "SourceSansProBold", Arial, Helvetica, sans-serif !important;
    }

        .btn.btn-type5 .icon-addno {
            width: 20px;
            height: 20px;
            background: url("../imgs/img-addno.png") no-repeat;
            -webkit-background-size: 20px auto;
            background-size: 20px auto;
        }

.alert {
    padding: 20px 17px 20px 57px;
    margin-bottom: 20px;
    position: relative;
}

    .alert.alert-danger {
        background-color: #fff9f9;
        border: solid 2px #fde0e0;
        color: #f46565;
    }

        .alert.alert-danger .title {
            color: #f46565;
            font-weight: 600;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        }

        .alert.alert-danger p {
            font-size: 16px;
            margin-bottom: 0;
        }

    .alert.alert-success {
        background-color: #f5fcfa;
        border: solid 2px #ccefe6;
        color: #01ad84;
    }

        .alert.alert-success .title {
            color: #01ad84;
            font-weight: 600;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        }

        .alert.alert-success p {
            font-size: 16px;
            margin-bottom: 0;
        }

    .alert .alert-icon {
        top: 0;
        right: inherit;
        bottom: 0;
        left: 17px;
        margin: auto;
        position: absolute;
    }

.ruhsat-ornegi {
    margin-top: -60px;
}
.ruhsat-ornegi-2{
    margin-top:-60px;
}

.car-info {
    margin-bottom: 40px;
}

    .car-info .carinfo-table {
        box-shadow: 0 0 20px rgba(15, 46, 134, 0.2);
        -moz-box-shadow: 0 0 20px rgba(15, 46, 134, 0.2);
        -webkit-box-shadow: 0 0 20px rgba(15, 46, 134, 0.2);
    }

        .car-info .carinfo-table td {
            width: calc(100% / 3);
            border-right: solid 1px #e7eaf3;
            padding: 15px;
            font-size: 20px;
            color: #465766;
            font-weight: 600;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        }

            .car-info .carinfo-table td:last-child {
                border-right: none;
            }

            .car-info .carinfo-table td h5 {
                font-weight: 400;
            }

        .car-info .carinfo-table tr:first-child td {
            border-bottom: solid 1px #e7eaf3;
        }

.payment-table {
    box-shadow: 0 0 20px rgba(15, 46, 134, 0.2);
    -moz-box-shadow: 0 0 20px rgba(15, 46, 134, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(15, 46, 134, 0.2);
}

    .payment-table .table {
        width: 100%;
    }

    .payment-table td {
        width: calc(100% / 2);
        border-right: solid 1px #e7eaf3;
        border-collapse: collapse;
        padding: 15px;
        font-size: 20px;
        color: #465766;
        font-weight: 700;
    }

        .payment-table td:last-child {
            border-right: none;
        }

        .payment-table td h5 {
            font-weight: 400;
        }

    .payment-table tr:first-child td {
        border-bottom: solid 1px #e7eaf3;
    }

.table {
    width: 100%;
}

    .table.type1 {
        box-shadow: 0 10px 20px rgba(15, 46, 134, 0.1);
        -moz-box-shadow: 0 10px 20px rgba(15, 46, 134, 0.1);
        -webkit-box-shadow: 0 10px 20px rgba(15, 46, 134, 0.1);
    }

        .table.type1 thead th {
            vertical-align: middle;
            height: 70px;
            border: none;
        }

        .table.type1 .header1 {
            font-size: 20px;
            font-weight: bold;
            color: #0f2e86;
            padding: 0 20px;
            text-align: left;
            background-color: #ebedf0;
        }

        .table.type1 .header2 {
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            text-align: center;
            background-color: #2425aa;
            box-shadow: 0 5px 20px rgba(19, 58, 168, 0.3);
            -moz-box-shadow: 0 5px 20px rgba(19, 58, 168, 0.3);
            -webkit-box-shadow: 0 5px 20px rgba(19, 58, 168, 0.3);
        }

        .table.type1 .header3 {
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            text-align: center;
            background-color: #373adb;
            box-shadow: 0 5px 20px rgba(19, 58, 168, 0.3);
            -moz-box-shadow: 0 5px 20px rgba(19, 58, 168, 0.3);
            -webkit-box-shadow: 0 5px 20px rgba(19, 58, 168, 0.3);
        }

        .table.type1 .header4 {
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            text-align: center;
            background-color: #4f55ff;
            box-shadow: 0 5px 20px rgba(19, 58, 168, 0.3);
            -moz-box-shadow: 0 5px 20px rgba(19, 58, 168, 0.3);
            -webkit-box-shadow: 0 5px 20px rgba(19, 58, 168, 0.3);
        }

        .table.type1 .select2-container {
            max-width: 180px;
            min-width: 180px;
        }

            .table.type1 .select2-container .select2-selection {
                border: none;
            }

                .table.type1 .select2-container .select2-selection .select2-selection__arrow b {
                    border-top-color: #465766;
                    border-right-color: #465766;
                }

        .table.type1 .dropdown-menu {
            width: 100%;
            border-radius: 0;
        }

            .table.type1 .dropdown-menu li {
                border-bottom: solid 1px #e7eaf3;
            }

                .table.type1 .dropdown-menu li:last-child {
                    border-bottom: none;
                }

        .table.type1 .dropdown-toggle {
            outline: none;
            background-color: transparent !important;
            font-size: 18px;
            font-weight: 600;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        }

            .table.type1 .dropdown-toggle .caret {
                width: 10px;
                height: 9px;
                border-width: 2px;
                border-top: solid 2px #b6b8bf;
                border-right: solid 2px #b6b8bf;
                transform: rotate(135deg);
                top: 0;
                position: absolute;
                bottom: 0;
                margin: auto;
                right: -20px;
            }

        .table.type1 .customRadio {
            margin-right: 10px;
            margin-top: 0;
        }

        .table.type1 label {
            font-weight: 600;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        }

        .table.type1 .btn-type3 {
            width: 100%;
            margin-top: 20px;
        }

            .table.type1 .btn-type3 .value1 {
                float: left;
            }

            .table.type1 .btn-type3 .value2 {
                float: right;
            }

                .table.type1 .btn-type3 .value2 .icon-check4 {
                    display: none;
                }

            .table.type1 .btn-type3.selected .value2 {
                text-indent: -9000px;
                font-size: 0;
            }

                .table.type1 .btn-type3.selected .value2 .icon-check4 {
                    display: block;
                }

        .table.type1 .cell1 {
            color: #2425aa;
        }

            .table.type1 .cell1 .dropdown-toggle {
                color: #2425aa;
            }

            .table.type1 .cell1 input.customRadio:checked {
                border-color: #2425aa;
                background-color: #2425aa;
            }

            .table.type1 .cell1 .btn-type3 {
                border: solid 1px #2425aa;
                color: #2425aa;
            }

                .table.type1 .cell1 .btn-type3:hover {
                    background-color: #2425aa;
                }

                .table.type1 .cell1 .btn-type3.selected {
                    background-color: #2425aa;
                    color: #fff;
                }

        .table.type1 .cell2 {
            color: #373adb;
        }

            .table.type1 .cell2 .dropdown-toggle {
                color: #373adb;
            }

            .table.type1 .cell2 input.customRadio:checked {
                border-color: #373adb;
                background-color: #373adb;
            }

            .table.type1 .cell2 .btn-type3 {
                border: solid 1px #373adb;
                color: #373adb;
            }

                .table.type1 .cell2 .btn-type3:hover {
                    background-color: #373adb;
                }

                .table.type1 .cell2 .btn-type3.selected {
                    background-color: #373adb;
                    color: #fff;
                }

        .table.type1 .cell3 {
            color: #4f55ff;
        }

            .table.type1 .cell3 .dropdown-toggle {
                color: #4f55ff;
            }

            .table.type1 .cell3 input.customRadio:checked {
                border-color: #4f55ff;
                background-color: #4f55ff;
            }

            .table.type1 .cell3 .btn-type3 {
                border: solid 1px #4f55ff;
                color: #4f55ff;
            }

                .table.type1 .cell3 .btn-type3:hover {
                    background-color: #4f55ff;
                }

                .table.type1 .cell3 .btn-type3.selected {
                    background-color: #4f55ff;
                    color: #fff;
                }

        .table.type1 th, .table.type1 td {
            width: 25%;
            vertical-align: middle;
            border: solid 1px #e7eaf3;
            border-collapse: collapse;
        }

            .table.type1 th .icon-info, .table.type1 td .icon-info {
                float: right;
                margin-left: 10px;
            }

                .table.type1 th .icon-info.mtype, .table.type1 td .icon-info.mtype {
                    display: none;
                }

            .table.type1 th .icon-video, .table.type1 td .icon-video {
                float: right;
            }

        .table.type1 th {
            background-color: #fafbfc;
            color: #465766;
            font-size: 16px;
            font-weight: 600;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
            padding: 15px;
            text-align: left;
            min-height: 70px;
        }

        .table.type1 td {
            text-align: center;
            border-left: solid 4px #e7eaf3;
            color: #2425aa;
            font-size: 18px;
            font-weight: 600;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        }

    .table.type2 {
        margin-bottom: 25px;
    }

        .table.type2 h5 {
            font-weight: 400;
        }

        .table.type2 td {
            padding: 0 15px;
            width: calc(100% / 3);
            border-right: solid 2px #e7eaf3;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
            font-size: 20px;
            color: #465766;
            font-weight: 600;
        }

            .table.type2 td:last-child {
                border-right: none;
            }

.table-proposal td {
    background-color: #fff !important;
}

.table-proposal.hide-cell3 .cell3 {
    opacity: .1;
}

    .table-proposal.hide-cell3 .cell3 * {
        opacity: .1;
    }

.table-proposal.hide-cell3 .header4 {
    opacity: .1;
}

.table-proposal.hide-cell2 .cell3 {
    opacity: .1;
}

    .table-proposal.hide-cell2 .cell3 * {
        opacity: .1;
    }

.table-proposal.hide-cell2 .header4 {
    opacity: .1;
}

.table-proposal.hide-cell2 .cell2 {
    opacity: .1;
}

    .table-proposal.hide-cell2 .cell2 * {
        opacity: .1;
    }

.table-proposal.hide-cell2 .header3 {
    opacity: .1;
}

.proposal-info {
    display: block;
    position: absolute;
    font-size: 18px;
    top: 40%;
    right: 2%;
    z-index: 100;
    text-align: center;
}

    .proposal-info.cell3 {
        width: 22%;
    }

    .proposal-info.cell2 {
        width: 44%;
    }

.footer-note {
    margin-top: 17px;
    padding-top: 25px;
    border-top: solid 1px #e7eaf3;
    font-style: italic;
}

    .footer-note p {
        font-size: 16px;
    }

.site-modal .video {
    width: 100%;
    height: 400px;
}

.popover {
    border: none;
}

    .popover .popover-content {
        font-style: italic;
        border: none;
        color: #465766;
    }

.modal .settings {
    margin-bottom: 15px;
    width: 100%;
}

    .modal .settings .list {
        float: right;
        margin-right: 30px;
    }

        .modal .settings .list li {
            float: left;
            margin-left: 37px;
        }

            .modal .settings .list li:first-child {
                margin-left: 0;
            }

            .modal .settings .list li a {
                color: #595959;
                text-align: center;
                display: block;
                width: 20px;
                height: 60px;
                position: relative;
            }

            .modal .settings .list li .text {
                font-size: 10px;
                white-space: nowrap;
                display: block;
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                margin-bottom: 0;
                color: #595959;
            }

            .modal .settings .list li i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

.download-icon, .printer-icon, .text-icon {
    display: inline-block;
    background: url("../imgs/car-icon-set.png") no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.download-icon {
    background-position: -54px -142px;
    width: 20px;
    height: 24px;
}

.printer-icon {
    background-position: -0 -135px;
    width: 25px;
    height: 21px;
}

.text-icon {
    background-position: -27px -143px;
    width: 26px;
    height: 17px;
}

.modal-title {
    color: #465766;
    font-weight: 600;
    font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
}

.modal-text {
    font-size: 14px;
}

    .modal-text h3 {
        font-size: 16px;
    }

    .modal-text p {
        font-size: 14px;
        margin-bottom: 15px;
    }

.modal-content .close {
    opacity: 1;
    width: 20px;
    height: 25px;
    font-size: 30px;
}

.box.type1 {
    padding: 14px 20px;
    border: solid 2px #e7eaf3;
    margin-top: 30px;
}

    .box.type1 .imgs {
        margin-right: 20px;
    }

.box.type2 {
    box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
    -webkit-box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
    padding: 40px;
}

    .box.type2 .header.type2 {
        text-align: center;
        padding-bottom: 35px;
        margin-bottom: 40px;
        border-bottom: solid 1px #e7eaf3;
    }

        .box.type2 .header.type2 .title2 {
            padding: 35px 0 20px;
            color: #00ad84;
        }

            .box.type2 .header.type2 .title2.error {
                color: #f46565;
            }

    .box.type2 .view-option a {
        text-align: center;
        display: block;
        width: 100%;
        height: 155px;
        border: solid 2px #e7eaf3;
        position: relative;
        padding-top: 25px;
    }

        .box.type2 .view-option a .title {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 50px;
            padding-top: 15px;
            text-align: center;
            font-size: 18px;
            background-color: #e7eaf3;
            width: 100%;
        }

        .box.type2 .view-option a:hover {
            border-color: #0f2e86;
        }

            .box.type2 .view-option a:hover .title {
                background-color: #0f2e86;
                color: #fff;
            }

.agency-box {
    padding: 30px 20px 20px;
    box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
    -webkit-box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
}

    .agency-box .header {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: solid 1px #e7eaf3;
    }

        .agency-box .header .title {
            color: #0f2e86;
        }

.addr-info .title2 {
    padding-bottom: 15px;
    color: #0f2e86;
    font-size: 18px;
}

.addr-info p {
    font-size: 18px;
}

.addr-info .inlinelink {
    margin-bottom: 20px;
    display: inline-block;
}

.map {
    width: 100%;
    height: 290px;
}

    .map.all {
        height: 500px;
    }

    .map.map-md {
        height: 400px;
    }

/* Misc End ******************************************************************************************************************************/
/* Page Heeader Begin ******************************************************************************************************************************/
.page-header {
    padding-top: 20px;
    margin: 0;
    height: 106px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

    .page-header .logo {
        display: block;
        /*background: url("../imgs/logo-axa.png") no-repeat;*/
        width: 187px;
        
    }

/* Page Heeader End ******************************************************************************************************************************/
/***  Desktop View : Begin ************************************************************/
.hero {
    height: 150px;
    background-color: #e6e8eb;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

    .hero.type1 {
        height: 300px;
        background-image: url("../imgs/photo-hero.jpg");
        background-position: 50% 50%;
    }

    .hero .steps {
        background-color: #fff;
        border-radius: 5px;
        height: 111px;
        margin: 20px auto 0;
        padding: 30px 30px 0;
        position: relative;
    }

        .hero .steps .line {
            height: 1px;
            width: 85%;
            display: block;
            background-color: #e6e8eb;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute;
        }

        .hero .steps li {
            text-align: center;
            position: relative;
            float: left;
            color: #465766;
            font-size: 13px;
            font-weight: 600;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
            width: calc(99% /5);
        }

            .hero .steps li .step {
                background-color: #fff;
                width: 96px;
                margin: auto;
            }

                .hero .steps li .step.alt {
                    width: 120px;
                }

                    .hero .steps li .step.alt .completed {
                        width: 120px !important;
                    }

            .hero .steps li span {
                display: block;
                line-height: 100%;
            }

            .hero .steps li .icon {
                height: 34px;
                margin: 0 auto 5px;
            }

                .hero .steps li .icon.icon-step1 {
                    background-position: 0 0;
                    width: 49px;
                }

                    .hero .steps li .icon.icon-step1.active {
                        background-position: 0 -39px;
                    }

                .hero .steps li .icon.icon-step2 {
                    background-position: -76px 0;
                    width: 49px;
                }

                    .hero .steps li .icon.icon-step2.active {
                        background-position: -76px -39px;
                    }

                .hero .steps li .icon.icon-step3 {
                    background-position: -153px 0;
                    width: 30px;
                }

                    .hero .steps li .icon.icon-step3.active {
                        background-position: -153px -39px;
                    }

                .hero .steps li .icon.icon-step4 {
                    background-position: -221px 0;
                    width: 25px;
                }

                    .hero .steps li .icon.icon-step4.active {
                        background-position: -221px -39px;
                    }

                .hero .steps li .icon.icon-step5 {
                    background-position: -287px 0;
                    width: 24px;
                }

                    .hero .steps li .icon.icon-step5.active {
                        background-position: -287px -39px;
                    }

                .hero .steps li .icon.icon-step6 {
                    background-position: -343px 0;
                    width: 49px;
                }

                    .hero .steps li .icon.icon-step6.active {
                        background-position: -343px -39px;
                    }

            .hero .steps li .completed {
                background-color: rgba(255, 255, 255, 0.8);
                width: 96px;
                height: 34px;
                text-align: center;
                position: absolute;
                z-index: 11;
                padding-top: 10px;
            }

.page-content {
    padding-top: 35px;
    padding-bottom: 100px;
}

    .page-content.type1 {
        background-color: rgba(255, 255, 255, 0.9);
        margin-top: -65px;
        min-height: 500px;
        padding-top: 35px;
        padding-bottom: 150px;
    }

    .page-content.type2 {
        padding-bottom: 0px;
    }

.option-list .option {
    font-size: 20px !important;
    font-weight: 600;
    font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
    padding: 30px 18px;
    cursor: pointer;
    display: block;
    color: #0f2e86;
}

.option-list .option2 {
    border-top: solid 1px #e7eaf3;
    font-weight: 400;
    margin: 0 20px;
    padding: 20px 0px;
    cursor: pointer;
    display: block;
}

.option-list .suboption.type1 {
    margin: 0 57px;
    padding-bottom: 30px;
}

.option-list.type1 ul, .option-list.type1 li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.option-list.type1 > ul {
    border: solid 2px #e7eaf3;
}

    .option-list.type1 > ul > li {
        border-top: solid 2px #e7eaf3;
    }

        .option-list.type1 > ul > li:first-child {
            border: none;
        }

        .option-list.type1 > ul > li:hover {
            background-color: #f7f8fa;
        }

        .option-list.type1 > ul > li.selected {
            background-color: #f7f8fa;
        }

    .option-list.type1 > ul.alt {
        border: none;
        width: 100%;
        display: table;
    }

        .option-list.type1 > ul.alt:before, .option-list.type1 > ul.alt:after {
            content: " ";
            display: table;
        }

        .option-list.type1 > ul.alt:after {
            clear: both;
        }

        .option-list.type1 > ul.alt li {
            border: solid 2px #e7eaf3;
            display: table-cell;
            width: 49%;
            float: left;
            min-height: 80px;
            vertical-align: middle;
        }

            .option-list.type1 > ul.alt li .option {
                padding: 14px 8px 12px 40px;
                height: 76px;
                vertical-align: middle;
                position: relative;
                display: table-cell;
            }

                .option-list.type1 > ul.alt li .option .customRadio {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 8px;
                    margin: auto;
                }

            .option-list.type1 > ul.alt li.first {
                margin-right: 2%;
            }

.option-list.type2 {
    border-top: solid 2px #e7eaf3;
    border-left: solid 2px #e7eaf3;
    border-right: solid 2px #e7eaf3;
}

    .option-list.type2:before, .option-list.type2:after {
        content: "";
        display: table;
    }

    .option-list.type2:after {
        clear: both;
    }

.tab {
    float: left;
    width: calc(100% / 3);
    border-left: solid 2px #e7eaf3;
    border-bottom: solid 2px #e7eaf3;
}

    .tab .option {
        padding: 15px !important;
    }

    .tab:hover {
        background-color: #f7f8fa;
    }

    .tab.active {
        background-color: #f7f8fa;
        border-bottom-color: #f7f8fa;
    }

    .tab:first-child {
        border-left: none;
    }

.tabcontainer {
    clear: both;
}

    .tabcontainer .tabcontent {
        display: none;
        border-bottom: solid 2px #e7eaf3;
        padding: 30px 45px 7px;
    }

        .tabcontainer .tabcontent.active {
            background-color: #f7f8fa;
            display: block;
        }

        .tabcontainer .tabcontent p {
            font-size: 15px;
        }

.content-footer {
    border-top: solid 1px #e7eaf3;
    padding-top: 30px;
    font-size: 16px;
    margin-top: 40px;
}

    .content-footer a {
        font-size: 16px;
        text-decoration: underline;
    }

/* Modal: Begin */
.site-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

    .site-modal .overlay {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .site-modal .modal-wrapper {
        width: 680px;
        padding: 30px;
        background-color: #fff;
        top: 10%;
        right: 0;
        bottom: inherit;
        left: 0;
        margin: auto;
        position: absolute;
        z-index: 10;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .site-modal .modal-wrapper .modal-header {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: solid 1px #e7eaf3;
        }

        .site-modal .modal-wrapper .modal-body-wrapper {
            position: relative;
            overflow-y: auto;
            max-height: 500px;
        }

        .site-modal .modal-wrapper.type2 {
            background-color: transparent;
            padding: 0;
        }

            .site-modal .modal-wrapper.type2 .btn-close {
                border-radius: 100%;
                background-color: #fff;
                width: 30px;
                height: 30px;
                right: -15px;
                top: -15px;
                z-index: 111;
                background-position: -202px -83px;
            }

    .site-modal .btn-close {
        display: block;
        position: absolute;
        right: 30px;
        top: 30px;
        cursor: pointer;
    }

/* Modal: End */
.form.type1 label {
    font-size: 16px;
    font-weight: 400;
}

.form.type1 .form-group {
    margin-bottom: 23px;
    width: 100%;
}

    .form.type1 .form-group.alt {
        margin-bottom: 0;
    }

    .form.type1 .form-group .input-label {
        font-size: 18px;
        display: inline-block;
        margin-bottom: 8px;
    }

    .form.type1 .form-group .input-group {
        width: 100%;
    }

        .form.type1 .form-group .input-group .itext {
            background-color: #fff;
            width: 100%;
            border-radius: 2px;
            padding: 14px;
            height: 49px;
            border: solid 2px #e7eaf3;
            color: #515151;
            font-size: 15px;
            line-height: 100%;
        }

            .form.type1 .form-group .input-group .itext:focus {
                border-color: #465766;
            }

            .form.type1 .form-group .input-group .itext:disabled {
                background-color: #f7f8fa;
            }

            .form.type1 .form-group .input-group .itext.alt {
                padding-left: 65px;
            }

        .form.type1 .form-group .input-group .icon-check6 {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            opacity: .5;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute;
            cursor: pointer;
        }

        .form.type1 .form-group .input-group.active .icon-check6 {
            opacity: 1;
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
        }

    .form.type1 .form-group .select2 {
        width: 100% !important;
    }

        .form.type1 .form-group .select2 .select2-selection__rendered {
            max-width: 300px;
        }

.form.type1 .input-error {
    color: #f46565;
    font-size: 16px;
    display: block;
}

.campaign-section {
    padding-top: 25px;
    border-top: solid 1px #e7eaf3;
}

.input-check {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-right: solid 2px #e7eaf3;
}

.captchainput {
    width: calc(100% - 220px) !important;
    float: left;
}

.select2 .select2-selection {
    border: solid 2px #e7eaf3;
}

.select2-results__option {
    font-size: 16px;
    border-bottom: solid 1px #e7eaf3;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e7eaf3;
    color: #465766;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-color: transparent;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        width: 10px;
        height: 10px;
        border-width: 2px;
        border-top: solid 2px #b6b8bf;
        border-right: solid 2px #b6b8bf;
        transform: rotate(135deg);
        top: 40%;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    width: 10px;
    height: 10px;
    border: none;
    border-top: solid 2px #b6b8bf;
    border-right: solid 2px #b6b8bf;
    transform: rotate(-45deg);
    top: 40%;
}

.select2-hidden-accessible {
    display: none !important;
    visibility: hidden !important;
}

.map-label-text {
    cursor: pointer;
    background: url("../imgs/pin-map.png") no-repeat 50% 100%;
    width: 48px;
    height: 69px;
    text-indent: -9000px;
    font-size: 0;
}

    .map-label-text.active {
        background: url("../imgs/pin-map-selected.png") no-repeat;
        width: 48px;
        height: 69px;
    }

.map-label2 .map-label-text {
    background: url("../imgs/pin-map-selected.png") no-repeat;
    width: 48px;
    height: 69px;
}

.map-label3 .map-label-text {
    background: url("../imgs/pin-map-selected.png") no-repeat;
    width: 48px;
    height: 69px;
}

.locations {
    position: relative;
}

    .locations .filterbar {
        width: 100%;
        padding: 20px;
        position: absolute;
        z-index: 10;
    }

        .locations .filterbar .input-group {
            float: left;
            margin-right: 20px;
        }

        .locations .filterbar .select2 {
            width: 100% !important;
        }

            .locations .filterbar .select2 .select2-selection {
                border: none;
                width: 200px;
                height: 50px;
                background-color: #fff;
                border-radius: 1px;
                box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
                -moz-box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
                -webkit-box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
            }

                .locations .filterbar .select2 .select2-selection .select2-selection__rendered {
                    font-size: 20px;
                }

    .locations .detail-box {
        background-color: #fff;
        border-radius: 3px;
        padding: 15px;
        position: absolute;
        z-index: 10;
        width: calc(100% - 20px);
        bottom: 15px;
        left: 10px;
        color: #465766;
        font-size: 18px;
        font-weight: 400;
    }

        .locations .detail-box .title {
            font-size: 18px;
            color: #00ad84;
            font-weight: 600;
            margin-bottom: 5px;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        }

.package-box {
    box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
    -moz-box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
    -webkit-box-shadow: 0 4px 20px rgba(15, 46, 134, 0.2);
    padding: 40px;
}

    .package-box .section-header {
        margin-bottom: 25px;
    }

        .package-box .section-header .header {
            margin-bottom: 15px;
            color: #0f2e86;
        }

        .package-box .section-header p {
            font-weight: 600;
            font-size: 18px;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        }

        .package-box .section-header.completed {
            text-align: center;
        }

            .package-box .section-header.completed .title2 {
                padding: 35px 0 20px;
                color: #00ad84;
            }

            .package-box .section-header.completed p {
                font-weight: 400;
            }

            .package-box .section-header.completed span {
                color: #0f2e86;
            }

    .package-box .package-info {
        /*border-bottom: solid 1px #e7eaf3;*/
        margin-bottom: 40px;
        /*padding-bottom: 15px;*/
    }

        .package-box .package-info dl {
            border-top: solid 1px #e7eaf3;
            border-bottom: solid 1px #e7eaf3;
            margin-bottom: 15px;
            padding: 17px 0;
        }

            .package-box .package-info dl:before, .package-box .package-info dl:after {
                content: " ";
                display: table;
            }

            .package-box .package-info dl:after {
                clear: both;
            }

        .package-box .package-info dt {
            float: left;
            width: 70%;
            font-size: 20px;
            font-weight: 700;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        }

        .package-box .package-info dd {
            float: left;
            width: 30%;
            font-weight: 700;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
            font-size: 24px;
            text-align: right;
        }

        .package-box .package-info p {
            font-size: 16px;
        }

.notify-info {
    font-size: 16px;
    margin-top: 40px;
}
    .notify-info a {
        text-decoration: underline;
    }
.summary-box {
    border: solid 2px #e7eaf3;
    border-bottom: none;
}

    .summary-box .summary-header {
        padding: 12px 18px;
    }

        .summary-box .summary-header .title {
            color: #0f2e86;
            font-size: 20px;
            font-weight: bold;
        }

        .summary-box .summary-header .show-view {
            cursor: pointer;
            font-size: 16px;
            text-decoration: underline;
        }

    .summary-box ul.alt li .label {
        color: #465766;
        font-size: 16px;
        padding: 0;
        font-weight: normal !important;
        display: inline !important;
    }

    .summary-box ul.alt li .value {
        font-weight: bold;
    }

    .summary-box li {
        border-bottom: solid 2px #e7eaf3;
    }

        .summary-box li .label {
            color: #465766;
            font-size: 16px;
            padding: 0;
            font-weight: bold;
            display: inline;
            white-space: normal !important;
        }

        .summary-box li.selected {
            border-bottom: none;
        }

            .summary-box li.selected ul {
                display: block;
                font-size: 16px;
            }

            .summary-box li.selected .icon-folding:after {
                transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
            }

            .summary-box li.selected .item {
                color: #00ab8b;
            }

        .summary-box li ul {
            display: none;
        }

            .summary-box li ul li {
                background-color: #f7f8fa;
                padding: 12px 18px;
                border-bottom: solid 2px #e7eaf3;
            }

                .summary-box li ul li:first-child {
                    border-top: solid 2px #e7eaf3;
                }

        .summary-box li .item2 {
            cursor: default !important;
        }

        .summary-box li .item, .summary-box li .item2 {
            padding: 12px 18px;
            color: #465766;
            font-size: 18px;
            position: relative;
            cursor: pointer;
        }

            .summary-box li .item span, .summary-box li .item2 span {
                color: #ed1946;
            }

            .summary-box li .item .icon-folding, .summary-box li .item2 .icon-folding {
                width: 12px;
                height: 12px;
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 18px;
                margin: auto;
            }

                .summary-box li .item .icon-folding:before, .summary-box li .item2 .icon-folding:before {
                    content: " ";
                    width: 12px;
                    height: 2px;
                    display: block;
                    position: absolute;
                    top: 5px;
                    background-color: #465766;
                }

                .summary-box li .item .icon-folding:after, .summary-box li .item2 .icon-folding:after {
                    position: absolute;
                    right: 5px;
                    content: " ";
                    width: 2px;
                    height: 12px;
                    display: block;
                    background-color: #465766;
                    transition: all .2s;
                    -moz-transition: all .2s;
                    -webkit-transition: all .2s;
                }

.site-loading {
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

    .site-loading .logo {
        height: 250px;
        width: 250px;
        position: absolute;
        left: 55px;
        right: 0;
        margin: auto;
        top: 40%;
        z-index: 11;
    }

    .site-loading.creditcard .logo {
        background: url("../imgs/logo-axa.png") no-repeat;
    }

    .site-loading.bkmexpress .logo {
        background: url("../imgs/bkm-logo.png") no-repeat;
    }

    .site-loading .pulse {
        border: 2px solid rgba(230, 240, 247, 0.9);
        -webkit-border-radius: 50%;
        height: 250px;
        width: 250px;
        position: absolute;
        left: 0px;
        right: 0;
        margin: auto;
        top: 30%;
        -webkit-animation: pulsate 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        opacity: 0.0;
    }

        .site-loading .pulse:before {
            content: "";
            display: block;
            border: 2px solid rgba(230, 240, 247, 0.9);
            -webkit-border-radius: 50%;
            height: 270px;
            width: 270px;
            position: absolute;
            left: -8px;
            top: -8px;
            -webkit-animation: pulsate 1s ease-out;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-delay: 0.1s;
            opacity: 0.0;
        }

        .site-loading .pulse:after {
            content: "";
            display: block;
            border: 2px solid rgba(230, 240, 247, 0.9);
            -webkit-border-radius: 50%;
            height: 290px;
            width: 290px;
            position: absolute;
            left: -18px;
            top: -18px;
            -webkit-animation: pulsate 1s ease-out;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-delay: 0.2s;
            opacity: 0.0;
        }

    .site-loading .text {
        position: absolute;
        width: 100%;
        bottom: 30%;
        text-align: center;
        font-size: 28px;
    }

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
}

.checkbox-row {
    padding-left: 30px;
}

    .checkbox-row .customCheckbox {
        margin-left: -30px;
    }

/***  Desktop View : End ************************************************************/
/***  Tablet View - 768 - 991: Begin *******************************************************************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .locations .filterbar .select2 .select2-selection {
        width: 130px;
    }

        .locations .filterbar .select2 .select2-selection .select2-selection__rendered {
            font-size: 16px;
        }

    .hero .steps li {
        font-size: 12px;
    }

    .package-box .option-list.type1 > ul.alt li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .form.type1 .form-group .input-label {
        font-size: 16px;
    }
}
/***  Tablet View - 768 - 991: End *******************************************************************************************************************************/
/***  Phone View : Begin *******************************************************************************************************************************/
@media only screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        font-family: "SourceSansProBold", Arial, Helvetica, sans-serif;
    }

    h1 {
        font-size: 35px;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 18px;
    }

    .fullwidth {
        padding: 0 !important;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn {
        font-family: "SourceSansProBold", Arial, Helvetica, sans-serif !important;
    }

        .btn.m .icon-arrow-right {
            right: 40px;
        }

        .btn .icon-arrow-right {
            right: 20px;
            top: 16px;
            position: absolute;
        }

        .btn .icon-arrow-left {
            left: 20px;
            top: 16px;
            position: absolute;
        }

        .btn.btn-type1 {
            display: block;
            width: 100%;
            height: 50px;
            background-color: #0f2e86 !important;
            border-color: #0f2e86 !important;
        }

        .btn.btn-type2 {
            display: block;
            width: 100%;
            height: 50px;
        }

    .page-header {
        height: 60px;
        padding-top: 10px;
        z-index: 10;
    }

        .page-header .logo {
            -webkit-background-size: auto 40px;
            background-size: auto 40px;
            width: 125px;
            height: 40px;
        }

    .section-header .header.type1 {
        margin-bottom: 15px;
    }

        .section-header .header.type1.mtype1 {
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        }

    .hero.type1 {
        height: 150px;
    }

    .hero .imgs {
        background-size: auto 150px;
    }

    .page-content {
        padding-bottom: 0;
        padding-top: 25px;
    }

        .page-content.type1 {
            margin: 0 -20px 0;
            padding: 24px 20px 0 20px;
        }

    .option-list .option {
        padding-left: 54px;
        font-size: 18px;
        color: #465766;
    }

        .option-list .option .customRadio {
            margin-left: 0px;
            margin-right: 8px;
        }

    .option-list.mtype .option {
        color: #0f2e86;
        font-size: 18px !important;
        padding-left: 6px;
    }

    .option-list.mtype .suboption {
        margin: 0;
    }

        .option-list.mtype .suboption .row {
            margin: 0 20px;
        }

    .option-list.mtype .title2 {
        color: #465766;
        padding-bottom: 5px;
        font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        font-size: 18px !important;
    }

    .option-list.mtype .addr-info p {
        font-size: 16px;
    }

    .option-list.mtype .map {
        width: 100% !important;
        margin: 0px !important;
    }

    .option-list.mtype2 .option {
        font-size: 18px !important;
        padding-left: 38px;
        font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
    }

        .option-list.mtype2 .option .customRadio {
            margin-left: -30px;
            margin-top: -2px;
        }

    .option-list.mtype2 .suboption {
        margin: 0;
        padding: 0;
    }

        .option-list.mtype2 .suboption .row {
            margin: 0px;
        }

        .option-list.mtype2 .suboption .form-group {
            margin-bottom: 10px;
        }

    .option-list.mtype2 .title2 {
        color: #465766;
        padding-bottom: 5px;
        font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        font-size: 18px !important;
    }

    .option-list.mtype2 .addr-info p {
        font-size: 16px;
    }

    .option-list.mtype2 .map {
        width: 100% !important;
        margin: 0px !important;
    }

    .option-list.mtype2 .carinfo-table {
        margin-left: 23px;
        margin-top: -15px;
    }

    #map-addr-info {
        padding-top: 28px;
    }

    .addr-info .title2 {
        color: #465766;
        padding-bottom: 0px;
    }

    .detail-box.type2 {
        color: #465766;
        font-size: 18px;
    }

        .detail-box.type2 .title1 {
            font-size: 18px;
            color: #0f2e86;
            font-family: "SourceSansProBold", Arial, Helvetica, sans-serif;
            padding-bottom: 25px;
            margin-bottom: 25px;
            border-bottom: solid 1px #e7eaf3;
        }

        .detail-box.type2 .title2 {
            font-size: 18px;
            color: #465766;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        }

        .detail-box.type2 .btn-type5 {
            margin: 16px 0 30px 0;
        }

    .detail-box li {
        margin-bottom: 25px;
    }

    #getlocation {
        position: absolute;
        bottom: 40px;
        left: 20px;
        font-size: 0;
        color: #fff;
        min-width: inherit;
        width: 40px;
        z-index: 111;
    }

    .content-footer {
        margin: 40px -40px 0;
        padding: 0 30px;
    }

        .content-footer .col-xs-6 {
            padding: 0;
        }

        .content-footer.mtype {
            margin-top: 20px;
            padding-top: 20px;
        }

    .hero {
        height: 46px;
        background-color: #edf2fa;
        border-bottom: solid 1px #e7eaf3;
    }

        .hero .col-xs-12 {
            padding: 0;
        }

        .hero .steps {
            background-color: transparent;
            border-radius: 0;
            margin: 0;
            padding: 0;
            height: 45px;
            overflow: hidden;
        }

            .hero .steps .line {
                display: none;
            }

            .hero .steps li {
                width: calc((100% - 130px)/6);
                float: left;
                height: 45px;
                position: relative;
                background: #edf2fa;
                padding: 14px 0 10px 30px;
            }

                .hero .steps li:before {
                    content: " ";
                    display: block;
                    width: 0;
                    height: 0;
                    border-top: 50px solid transparent;
                    border-bottom: 50px solid transparent;
                    border-left: 20px solid #e0e4ef;
                    position: absolute;
                    top: 50%;
                    margin-top: -50px;
                    margin-left: 1px;
                    left: 99%;
                    z-index: 1;
                }

                .hero .steps li:after {
                    content: " ";
                    display: block;
                    width: 0;
                    height: 0;
                    border-top: 50px solid transparent;
                    /* Go big on the size, and let overflow hide */
                    border-bottom: 50px solid transparent;
                    border-left: 20px solid #edf2fa;
                    position: absolute;
                    top: 50%;
                    margin-top: -50px;
                    left: 99%;
                    z-index: 2;
                }

                .hero .steps li span {
                    display: inline-block;
                    color: #0f2e86;
                    font-size: 14px;
                    font-family: "SourceSansProBold", Arial, Helvetica, sans-serif;
                }

                .hero .steps li .step {
                    display: none;
                    text-align: left;
                }

                .hero .steps li .stepno {
                    text-align: center;
                    position: absolute;
                    z-index: 3;
                    top: 15px;
                    color: #aeb8c2;
                    font-size: 14px;
                    line-height: 120%;
                }

                .hero .steps li.open {
                    background-color: #fff;
                    padding-left: 25px;
                    width: 150px !important;
                }

                    .hero .steps li.open:after {
                        border-left: 20px solid #fff;
                    }

                    .hero .steps li.open .step {
                        display: block;
                        width: auto;
                    }

                    .hero .steps li.open .stepno {
                        display: none;
                    }

                    .hero .steps li.open .step2 {
                        margin-top: -3px;
                    }

                        .hero .steps li.open .step2 .icon-step2 {
                            margin-top: 6px;
                        }

                .hero .steps li .icon {
                    float: left;
                    margin-right: 5px;
                }

                .hero .steps li .icon-step1.active {
                    background-position: 0 -19px !important;
                    width: 24px;
                    height: 19px;
                }

                .hero .steps li .icon-step2.active {
                    background-position: -38px -19px !important;
                    width: 24px;
                    height: 17px;
                }

                .hero .steps li .icon-step3.active {
                    background-position: -69px -19px !important;
                    width: 24px;
                    height: 17px;
                }

                .hero .steps li .icon-step4.active {
                    background-position: -100px -18px !important;
                    width: 24px;
                    height: 17px;
                }

                .hero .steps li .icon-step5.active {
                    background-position: -133px -19px !important;
                    width: 24px;
                    height: 17px;
                }

                .hero .steps li .icon-step6.active {
                    background-position: -170px -19px !important;
                    width: 24px;
                    height: 17px;
                }

                .hero .steps li:first-child {
                    padding-left: 20px;
                }

                    .hero .steps li:first-child.open {
                        padding-left: 10px;
                    }

                .hero .steps li:last-child:before {
                    border-left: transparent;
                }

                .hero .steps li.completed .stepno {
                    color: #00ab8b;
                }

            .hero .steps.alt li {
                width: calc((100% - 105px)/6) !important;
            }

                .hero .steps.alt li.open {
                    width: 127px !important;
                }

            .hero .steps.alt2 li {
                width: calc((100% - 160px)/6) !important;
            }

                .hero .steps.alt2 li.open {
                    width: 175px !important;
                }

            .hero .steps.alt4 li {
                width: calc((100% - 140px)/6) !important;
            }

                .hero .steps.alt4 li.open {
                    width: 145px !important;
                }

    .form-group .option-list.type2 {
        border: none;
    }

    .tabs {
        background: #f5f7fa;
        text-align: center;
    }

    .tab {
        background: #f5f7fa;
        border: none;
        float: none;
        display: inline-block;
        width: auto;
    }

        .tab:first-child .option {
            padding-left: 0 !important;
        }

        .tab .option {
            font-size: 16px !important;
            color: #879099;
            padding: 10px 9px !important;
            font-family: "SourceSansProBold", Arial, Helvetica, sans-serif;
        }

        .tab.active .option {
            color: #0f2e86;
        }

            .tab.active .option span {
                border-bottom: solid 5px #0f2e86;
            }

        .tab input {
            display: none;
        }

    .tabcontainer .tabcontent {
        padding: 0px;
        border: none;
    }

    .car-info .carinfo-table td {
        width: 100%;
        display: block;
        border-bottom: solid 1px #e7eaf3;
    }

        .car-info .carinfo-table td h5 {
            font-family: "SourceSansPro", Arial, Helvetica, sans-serif;
        }

    .payment-table .table td {
        width: 100%;
        display: block;
        border-bottom: solid 1px #e7eaf3;
    }

        .payment-table .table td h5 {
            font-family: "SourceSansPro", Arial, Helvetica, sans-serif;
        }

    .option-list .table.type2 td {
        display: block;
        width: 100%;
        padding: 15px;
    }

        .option-list .table.type2 td h5 {
            font-family: "SourceSansPro", Arial, Helvetica, sans-serif;
        }

    .option-list .suboption {
        padding: 0 8px;
    }

        .option-list .suboption .map {
            width: 140%;
            margin: 0 -40px;
        }

    .ruhsat-ornegi {
        display: none;
    }

    .locations .filterbar .input-group {
        display: none;
    }

    .option-list.type1 > ul.alt li {
        width: 100%;
        float: none;
        margin-right: 0 !important;
        display: block;
        border-top: none;
    }

        .option-list.type1 > ul.alt li:first-child {
            border-top: solid 2px #e7eaf3;
        }

    .box.type2 {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

        .box.type2 .title2 {
            font-size: 24px;
        }

        .box.type2 p {
            font-size: 16px;
        }

    .view-option .view-item {
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .package-box {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        padding: 0;
    }

        .package-box .map {
            margin-bottom: 30px;
        }

            .package-box .map.loadMap {
                margin-left: -20px;
            }

    .view-tabs {
        border-bottom: solid 2px #e7eaf3;
    }

        .view-tabs:before, .view-tabs:after {
            content: " ";
            display: table;
        }

        .view-tabs:after {
            clear: both;
        }

        .view-tabs li {
            background-color: transparent;
            float: left;
            width: 50%;
            text-align: center;
            border-bottom: solid 4px transparent;
        }

            .view-tabs li.active {
                border-color: #0f2e86;
                background-color: transparent;
            }

    .view-tab#package-info {
        display: none;
    }

        .view-tab#package-info.open {
            display: block;
        }

    .view-tab#summary {
        display: none;
    }

        .view-tab#summary.open {
            display: block;
        }

    .table-header {
        font-size: 18px;
        font-family: "SourceSansPro", Arial, Helvetica, sans-serif;
        padding: 15px 0;
        color: #0f2e86;
        border-top: solid 1px #e7eaf3;
        text-align: center;
        font-weight: 400;
        position: relative;
        z-index: 20;
    }

    .table-proposal {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

        .table-proposal .select2-container {
            max-width: 130px !important;
            min-width: 130px !important;
        }

        .table-proposal .select2-container--default .select2-selection--single .select2-selection__arrow {
            right: -20px;
        }

        .table-proposal thead {
            display: none;
        }

        .table-proposal .proposal {
            display: none;
        }

            .table-proposal .proposal.active {
                display: table-cell;
                position: relative;
            }

        .table-proposal tbody th {
            width: 50% !important;
            font-size: 15px !important;
            font-family: "SourceSansProLight", Arial, Helvetica, sans-serif !important;
        }

        .table-proposal tbody td {
            width: 50% !important;
            font-size: 16px !important;
            background-color: #fff !important;
            border-width: 1px !important;
        }

            .table-proposal tbody td.proposal-budget {
                border: none !important;
            }

            .table-proposal tbody td .select2 .select2-selection .select2-selection__rendered {
                color: #2425aa;
                font-size: 16px;
                font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
            }

    .proposal-tabs {
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }

        .proposal-tabs .proposal-tab {
            width: 33%;
            height: 45px;
            border: solid 1px #e7eaf3;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            color: #465766;
            cursor: pointer;
            font-family: "SourceSansProBold", Arial, Helvetica, sans-serif;
        }

            .proposal-tabs .proposal-tab.active {
                background-color: #465766;
                color: #fff;
            }

    .proposal-mobile-header .proposal {
        display: none;
    }

        .proposal-mobile-header .proposal.active {
            display: block;
            text-align: center;
            color: #0f2e86;
        }

            .proposal-mobile-header .proposal.active .title {
                font-size: 32px;
                font-family: "SourceSansProLight", Arial, Helvetica, sans-serif;
                font-weight: 300;
                margin-bottom: 10px;
                display: block;
            }

            .proposal-mobile-header .proposal.active .price {
                font-weight: 600;
                font-size: 32px;
            }

                .proposal-mobile-header .proposal.active .price .currency {
                    font-weight: 400;
                    font-size: 20px;
                }

    .proposal-mobile-footer .proposal {
        display: none;
    }

        .proposal-mobile-footer .proposal.active {
            display: block;
            text-align: center;
        }

    .proposal-mobile-footer .btn-type3 {
        border: none !important;
        box-shadow: 0 0 20px rgba(15, 46, 134, 0.2);
        -moz-box-shadow: 0 0 20px rgba(15, 46, 134, 0.2);
        -webkit-box-shadow: 0 0 20px rgba(15, 46, 134, 0.2);
    }

    .imgcaptcha {
        width: 100%;
        margin-bottom: 10px;
    }

    .captchainput {
        width: 100% !important;
        float: none;
    }

    .row.alt {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 25px;
        padding: 0 10px;
        background: #f5f7fa;
    }

        .row.alt .form-group {
            margin-bottom: 0;
        }

    .row.alt2 {
        margin: 0 -20px;
    }

        .row.alt2 .col-xs-12 {
            padding: 0;
        }

        .row.alt2 .footer-note {
            padding: 30px 20px 0;
        }

    .site-modal .modal-wrapper {
        width: 100%;
    }

        .site-modal .modal-wrapper.type2 .btn-close {
            right: 15px;
            top: 15px;
        }

    .form.type1 .form-group .input-label {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .alert {
        padding: 20px;
    }

        .alert .title {
            font-family: "SourceSansPro", Arial, Helvetica, sans-serif !important;
            font-weight: 400 !important;
            font-size: 16px;
        }

            .alert .title.type2 {
                font-weight: 600 !important;
            }

    .view-option a {
        padding: 14px !important;
        height: 92px !important;
    }

        .view-option a .imgs {
            float: left;
        }

        .view-option a .title {
            background-color: transparent !important;
            color: #465766;
            position: static !important;
            float: left;
            padding-left: 18px;
            width: 60% !important;
            text-align: left !important;
            font-family: "SourceSansProSemiBold", Arial, Helvetica, sans-serif;
        }

        .view-option a:hover {
            border-color: #0f2e86;
        }

            .view-option a:hover .title {
                color: #0f2e86 !important;
            }

    .box.type2 .header.type2 {
        padding-bottom: 15px;
    }

    .package-box .section-header.completed .title2 {
        font-size: 24px;
    }

    .package-box .section-header.completed p {
        font-weight: 400;
        color: #465766 !important;
        font-size: 16px;
        font-family: "SourceSansPro", Arial, Helvetica, sans-serif;
    }

    .summary-box {
        border: none;
        margin: -30px -20px 0;
    }

        .summary-box .title {
            border-bottom: solid 2px #e7eaf3;
            color: #0f2e86;
            font-size: 16px;
            text-align: center;
            padding: 16px 0;
        }

        .summary-box .icon-view {
            margin-top: 5px;
        }

        .summary-box li ul li {
            border-bottom: none;
        }

    .package-box .section-header p {
        font-size: 18px;
        color: #0f2e86 !important;
    }

    .package-box .package-info dl {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    p.type2 {
        font-style: italic;
        color: #465766;
    }

    .car-info {
        border-top: solid 1px #e7eaf3;
        padding-top: 25px;
        margin-top: 10px;
    }

    .alert-icon {
        display: none;
    }

    .customCheckbox {
        width: 30px !important;
        height: 30px !important;
        background-size: 525px auto;
        background-position: -233px -112px !important;
    }

        .customCheckbox:checked {
            background-position: -200px -112px !important;
        }

    .icon-video {
        display: none;
    }

    .modal-content {
        border-radius: 5px;
    }

        .modal-content .modal-body, .modal-content p {
            font-size: 16px;
        }

            .modal-content .modal-body .modal-title {
                padding: 15px;
                margin: 20px -15px 15px;
                border-bottom: 1px solid #e5e5e5;
            }

        .modal-content video {
            width: 100%;
        }

    .mt10 {
        margin-top: 10px;
    }

    .checkbox-row {
        padding-left: 40px;
    }

        .checkbox-row .customCheckbox {
            margin-left: -40px;
        }

    .icon-check1, .icon-check2, .icon-check3 {
        background-position: -134px -83px;
        -webkit-background-size: 205px auto;
        background-size: 205px auto;
    }

    .icon-table-arrow {
        background: url("../imgs/table-arrow.png") no-repeat;
        -webkit-background-size: 25px auto;
        background-size: 25px auto;
        width: 25px;
        height: 13px;
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        bottom: -13px;
        margin: auto;
    }

    .table-proposal td {
        position: relative;
    }

        .table-proposal td .icon-info {
            position: absolute;
            left: -25px;
            top: 15px;
        }

    .table-proposal th {
        position: relative;
    }

        .table-proposal th .icon-info {
            position: absolute;
            right: -15px;
            top: 15px;
            z-index: 10;
        }

    #btn-basla-teklif {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
    }

    .select2 .select2-selection__rendered {
        max-width: 225px !important;
    }
}
/***  Phone View : End *******************************************************************************************************************************/
/* Plugins CSS: Begin */
.toast-title {
    font-weight: 700;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a, .toast-message label {
        color: #FFF;
    }

        .toast-message a:hover {
            color: #CCC;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em;
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #FFF;
        opacity: .8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

        #toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center;
        }

        #toast-container > div:hover {
            -moz-box-shadow: 0 0 12px #000;
            -webkit-box-shadow: 0 0 12px #000;
            box-shadow: 0 0 12px #000;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer;
        }

    #toast-container > .toast-info {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
    }

    #toast-container > .toast-error {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
    }

    #toast-container > .toast-success {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
    }

    #toast-container > .toast-warning {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
    }

    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51A351;
}

.toast-error {
    background-color: #BD362F;
}

.toast-info {
    background-color: #2F96B4;
}

.toast-warning {
    background-color: #F89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

        #toast-container > div.rtl {
            padding: 15px 50px 15px 15px;
        }
}
/* Plugins CSS: End */
.invalid {
    color: #F64747;
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 15px;
    margin-top: 6px;
    padding: 0 1px;
}

.hopi-logo {
    width: 52px;
    height: 28px;
    background-image: url('../imgs/logo-hopi.png');
    background-repeat: no-repeat;
    background-size: 52px 28px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: -4px;
}

.hopi-btn {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 20px 30px 20px 30px;
    border: 1px solid #ebebeb;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .hopi-btn.hopi-update-btn-container {
        background-color: #f4f4f4;
    }

    .hopi-btn:hover {
        box-shadow: 0px 0px 10px #dcdcdc;
    }

    .hopi-btn img {
        float: left;
        height: 60px;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: middle;
    }

.hopi-btn-cta-text {
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    min-width: 312px;
    padding-left: 24px;
    color: #00A0DD;
    margin-top: 8px;
}

    .hopi-btn-cta-text span {
        color: #F18A00;
    }

.hopi-lightbox-foot-info {
    color: #fff;
    background-color: #f18a01;
    padding: 4px 16px;
    font-size: 12px;
    margin-top: 10px;
}

    .hopi-lightbox-foot-info p {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 120%;
    }

.hopidiv {
    text-align: center;
    padding-top: 55px;
}

.hopi-row p span {
    color: #e30d7d;
    margin-bottom: 13px;
    display: block;
    font-size: 18px;
}

.hopi-row input[type="text"] {
    font-family: inherit;
    line-height: inherit;
    width: 370px;
    height: 74px;
    margin: 0 auto;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    font-size: 35px;
    background: #f8f8f8;
    padding: 0 20px;
    -webkit-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s;
    color: #333;
}

.hopi-input-error {
    display: none;
    padding: 4px 0;
    color: #f22613;
    font-size: 14px;
    position: relative;
    top: 8px;
}

.hopi-action-btn {
    height: 40px;
    width: 209px;
    background: #e30d7d;
    color: #fff;
    border-radius: 2px;
    margin: 0 auto;
    float: none;
    margin: 22px 0;
    border: 0;
    font-size: 16px;
    line-height: 40px;
}
.hopi-info {
    display: none;    
    color: #1347f2;
    font-size: 18px;
    position: relative;
    font-weight:bold;
}


@media all and (min-width: 241px) and (max-width: 480px) {
    .hopi-btn {
        padding: 20px;        
    }
           
}
#chat {
    position: fixed;
    bottom: 0;
    right: 20px;
    left: auto;        
}
.spnmiles {
    color: green; font-size: 12px; font-weight: bold;
}
/*# sourceMappingURL=global.css.map */
