@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url('https://fonts.googleapis.com/css?family=Oswald');

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-size: 15px;
    font-family: 'Open Sans Hebrew', sans-serif;
    color: #2a2a2a;
    direction: rtl;
}

input[type="submit"],
input[type="number"],
textarea,
select {
    font-family: 'Open Sans Hebrew', sans-serif;
}

p {
    margin: 0;
    line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: white;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus {
    outline: none;
}

button {
    padding: 0;
    align-items: center;
    -webkit-appearance: none;
    font-size: 24px;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.turquoiseBG {
    background-color: #276773;
}

.turquoiseColor {
    color: #276773;
}

.greenBG {
    background-color: #3c841b;
}

.purpleColor {
    color: #710f7b;
}

.purpleBG {
    background-color: #710f7b;
}

.red {
    color: red;
}

.btn {
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 25px;
    cursor: pointer;
    background-color: #3c841b;
    color: white;
    text-align: center;
    font-size: 24px;
    border: 0;
}

.btn:hover,
.btn:focus {
    background-color: #2C6711;
    outline: 0;
}

.bold {
    font-weight: bold;
}

.link {
    color: #036ec8;
    font-size: 15px;
    cursor: pointer;
}

.wrapper {
    min-height: 100%;
    height: auto;
    margin: 0 auto -127px;
}

.push {
    height: 125px;
}

.spanBlock {
    display: block;
}

footer {
    height: 110px;
    position: relative;
    border-top: 2px solid #EBEBEB;
    font-size: 12px;
    vertical-align: top;
    margin: 0 auto;
}

footer .footerLogo {
    margin-right: 35px;
    margin-top: 25px;
    display: inline-block;
}

footer .footerLogo img {
    width: 40px;
    height: 66px;
}

.footerBottom {
    position: absolute;
    top: 50px;
}

.wrapper,
footer {
    max-width: 1400px;
}


footer.a:focus {
    outline: 2px dotted black;
}

.copyrightAndRegulations {
    color: black;
    right: 100px;
    vertical-align: top;
}

.regulations {
    font-size: 12px;
    color: #036ec8;
}

.footerHexoo {
    position: absolute;
    top: 52px;
    left: 530px;
}

.uxDesignBy {
    left: 450px;
    color: #4a4a4a;
}

.footersep {
    width: 1px;
    height: 16px;
    background-color: #D2D2D2;
    top: 50px;
    left: 420px;
    position: absolute;
}

.copyrightAndRegulations .footersep {
    position: static;
    left: auto;
    top: auto;
    display: inline-block;
    margin: 0 23px;
}

.footersepMobile {
    display: none;
}

.footerMedatech {
    left: 290px;
    color: #4a4a4a;
}

.createdBy {
    left: 225px;
    color: #4a4a4a;
}

footer .footerHandicap {
    position: absolute;
    top: 25px;
    left: 35px;
    width: 120px;
    height: 60px;
    padding-right: 40px;
    line-height: 60px;
    background-color: #276773;
    vertical-align: top;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color: white;
    text-decoration: none;
    vertical-align: top;
}


footer .footerHandicap:hover {
    background-color: #0D8197;
}

footer .footerHandicap img {
    position: absolute;
    top: 11px;
    right: 20px;
}

.asteriskIsmandatoryField {
    padding-top: 25px;
}

h1 {
    font-size: 36px;
    line-height: 36px;
}

h2 {
    font-size: 24px;
    line-height: 24px;
}

h3 {
    font-size: 22px;
    line-height: 22px;
}

h4 {
    font-size: 18px;
    line-height: 18px;
}

h5 {
    font-size: 16px;
    line-height: 16px;
}

h6 {
    font-size: 15px;
}

fieldset {
    margin: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
    border: 0;
}

select,
input[type="text"],
input[type="password"],
input[type="number"],
textarea {
    height: 40px;
    border: 1px solid #888888;
    border-radius: 4px;
    width: 90%;
    font-size: 18px;
    padding-right: 5%;
    padding-left: 5%;
    border-radius: 20px;
}

::placeholder {
    color: #2a2a2a;
    opacity: 1;
    font-size: 24px;
}

:-ms-input-placeholder {
    color: #2a2a2a;
    font-size: 24px;
}

::-ms-input-placeholder {
    color: #2a2a2a;
    font-size: 24px;
}

select.redBorder,
input[type="text"].redBorder,
input[type="number"].redBorder,
textarea.redBorder {
    border: 1px solid red;
}

select:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    background: none;
    color: black;
}

:-moz-focusring {
    outline: 2px dotted black;
}

select {
    width: 100%;
    height: 43px;
    background-image: url('../img/dropDownArrow.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

input[type="text"].formEmail,
input[type="number"].formPhoneNum {
    text-align: left;
    direction: ltr;
}

input[type="number"].formPhoneNum {
    width: 180px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select.phonePrefix {
    width: 105px;
    float: left;
}

ul.blueBullets {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 25px;
}

ul.blueBullets li {
    padding-bottom: 20px;
    text-indent: -25px;
    padding-left: 25px;
}

ul.blueBullets li.first {
    padding-top: 20px;
}

ul.blueBullets li::before {
    content: "\2022";
    padding-left: 10px;
    color: #006f84;
    font-size: 30px;
    position: relative;
    top: 5px;
}

ul.blueBullets li {
    line-height: 24px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    line-height: 23px;
    padding-top: 3px;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #888888;
    background: white;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 25px;
    line-height: 0.8;
    color: #006f84;
    transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

[type="checkbox"]:disabled+label {
    color: #aaa;
}

/* accessibility */
[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
    border: 1px solid #006f84;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ul_accessible {
    box-sizing: border-box;
    direction: rtl;
    display: block;
    height: 0px;
    width: 160px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-margin-after: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-end: 0px;
    -webkit-margin-start: 0px;
    -webkit-padding-start: 0px;
}

.li_accessible {
    box-sizing: border-box;
    display: list-item;
    height: 0px;
    width: 160px;
}

.accessible {
    z-index: 99999;
    font-weight: bold;
    left: 200px;
    top: -60px;
    width: 200px;
    position: fixed;
    text-align: center;
    background-color: #3c841b;
    border: none;
    color: white;
    cursor: pointer;
    display: block;
    outline: none;
    font-size: 24px;
    line-height: 50px;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    border: 2px solid white;
    border-radius: 20px;
    margin: 0;
    padding: 0;
}

a.accessible:focus,
a.accessible:hover {
    color: white;
    background-color: #037910 !important;
}

.accessible:focus {
    top: 15px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.shadowOnHoverOrFocus {
    border: 2px solid white;
}

.shadowOnHoverOrFocus:focus,
.shadowOnHoverOrFocus:hover {
    box-shadow: 0 3px 6px rgba(118, 137, 178, 0.28);
    -webkit-box-shadow: 0 3px 6px rgba(118, 137, 178, 0.28);
    -moz-box-shadow: 0 3px 6px rgba(118, 137, 178, 0.28);
    border-radius: 6px;
    border: 2px solid #0981c6;
    background-color: #ffffff;
}

/***************** Autocomplete ****************************/

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}


.formContainer {
    display: table;
    width: 100%;
}

.mobileHeader,
.mobileHeaderBottomBorder {
    display: none;
}

.navWrapper {
    display: table-cell;
    width: 260px;
    position: relative;
}

.contentWrapper {
    display: table-cell;
    vertical-align: top;
}

.navHeader {
    padding-top: 25px;
    padding-bottom: 20px;
    vertical-align: top;
    width: 260px;
}

.phonesContainer {
    line-height: 23px;
    vertical-align: top;
    font-size: 23px;
    padding-bottom: 0;
    color: #286773;
    text-align: center;
    position: relative;
}

.phonesContainer a.link {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #286773;
    background: url('../img/icon-phone-logo.png') no-repeat top right;
    height: 23px;
    padding-left: 20px;
    padding-right: 23px;
    text-decoration: none;
    display: inline-block;
    direction: ltr;
    position: relative;
}

.phonesContainer a.facebook {
    position: absolute;
    top: 3px;
    right: 0;
    height: 19px;
}

.phonesContainer a.email {
    position: absolute;
    top: 3px;
    right: 30px;
    height: 19px;
    background: url('../') no-repeat top right;
}

.phonesContainer a span {
    font-size: 34px;
    padding-right: 7px;
    position: absolute;
    top: 3px;
    left: 0;
}

a.lang {
    position: absolute;
    color: white;
    font-size: 16px;
    top: 0;
    left: 10px;
    background-color: #710f7b;
    border-radius: 2px;
    width: 60px;
    text-decoration: none;
}

a.lang.pricesPdfRu {
    top: auto;
    bottom: -30px;
    font-size: 13px;
}

.navHeader .navAccessibilityLink {
    display: block;
    position: fixed;
    top: 50px;
    height: 44px;
    width: 52px;
    display: block;
    text-decoration: none;
    top: 71px;
    right: 0;
}

.navHeader .navLogo {
    height: 133px;
    width: 81px;
    display: inline-block;
    text-decoration: none;
    margin-right: 90px;
    margin-top: 20px;
}

.navFooter {
    position: absolute;
    bottom: 0;
    width: 260px;
    height: 126px;
    background-color: white;
}

nav {
    position: relative;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    margin-right: 30px;
}

nav ul li {
    border-bottom: 1px solid #d1d1d1;
}

nav ul li a {
    display: block;
    color: #276773;
    padding: 20px 0;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

nav ul li a.selected {
    display: block;
    padding: 0;
    height: 40px;
    line-height: 40px;
    margin: 10px 0;
    color: white;
    border-radius: 20px;
    padding-right: 25px;
    background-color: #276773;
    background-image: url('../img/navArrow.png');
    background-repeat: no-repeat;
    background-position-x: 17px;
    background-position-y: 13px;
}

nav ul li a:hover,
nav ul li a:focus {
    color: #0D8197;
}

nav ul li a.selected:hover {
    color: white;
}

nav a#customerservice {
    color: #243549;
}

nav a#customerservice.selected {
    color: white;
}

/*************** Default ********************/

.customerServiceTopLink,
.ivPayTopLink {
    display: block;
    position: absolute;
    left: 0;
    width: 140px;
    padding-right: 60px;
    height: 48px;
    line-height: 48px;
    color: white;
    text-decoration: none;
    border: 1px solid white;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    background-position-x: 155px;
    background-position-y: 12px;
}

.customerServiceTopLink {
    top: 33px;
    background-color: #157182;
    background-image: url('../img/icon-customer-service.png');
    background-repeat: no-repeat;
    background-position-x: 155px;
    background-position-y: 12px;
}

.ivPayTopLink {
    top: 93px;
    background-color: #710f7b;
    background-image: url('../img/icon-iv-pay.png');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position-x: 155px;
    background-position-y: 12px;
}

.testServer {
    display: block;
    position: absolute;
    top: 16px;
    left: 255px;
    color: red;
    font-size: 100px;
    font-weight: bold;
}

.customerServiceTopLinkMobile {
    display: none;
}

.homeTopBanner {
    background-color: #ffc947;
    padding: 20px 0;
    text-align: center;
}

.homeTopBanner span,
.homeTopBanner a {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    line-height: 30px;
}

.homeTopBanner span.linkLabel {
    padding-right: 20px;
    padding-left: 7px;
}

.homeTopBanner span.linkLabel.linkLabelSettelmentCheck {
    padding-right: 0;
}

.homeTopBanner a {
    text-decoration: underline;
    color: #2a2a2a;
    cursor: pointer;
}

.homeTopBannerRow {
    display: inline;
}

.homeTop {
    height: 234px;
    padding-top: 220px;
    position: relative;
    background: none;
    background-image: url('../img/crossnorth-tunnel.jpg');
}

.homeTop h1 {
    margin-right: 60px;
    font-size: 48px;
    color: white;
    font-weight: 700;
}

.homeTop .subTitle {
    margin-right: 60px;
    font-size: 24px;
    color: white;
    font-weight: 700;
    line-height: 55px;
}

.homeTop h2 {
    font-size: 36px;
    color: white;
    font-weight: 700;
    line-height: 36px;
    position: absolute;
    top: 33px;
}

.homeTop h2.separateRegistration {
    font-size: 15px;
    font-weight: normal;
    color: white;
    line-height: 15px;
    position: absolute;
    top: 79px;
}

.homeTop .homeTopBottomWrapper {
    cursor: pointer;
    outline: 0;
    border: 0;
    height: 130px;
    margin-top: 15px;
}

.homeTop .homeTopBottomBG {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 130px;
    width: 100%;
    background-image: linear-gradient(86deg, #0095b2 0%, #186d7d 100%);
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.homeTop .homeTopBottomWrapper .homeTopBottomContainer {
    vertical-align: top;
    padding-top: 40px;
    padding-right: 60px;
    position: relative;
}

.homeTop .homeTopBottomWrapper .homeTopBottomContainer input[type="number"] {
    width: 215px;
    height: 51px;
    margin-right: 370px;
    border: 2px solid #0095b2;
    color: #2a2a2a;
    font-size: 24px;
}

.homeRegisterBtn {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: url('../img/navArrow.png') no-repeat 90px 20px;
    background-color: #3C841B;
    color: white;
    margin-right: 20px;
    border: 2px solid white;
    width: 325px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.homeTop .homeTopBottomWrapper .homeTopBottomContainer input[type="number"],
.homeRegisterBtn {
    border-radius: 35px;
}

.homeRegisterBtn:hover,
.homeRegisterBtn:focus {
    background-color: #2C6711;
}

.homeAlerts {
    margin-top: 1px;
    height: 51px;
    background-color: #00414e;
    position: relative;
    font-size: 20px;
    color: white;
}

.homeAlerts .homeAlertsTitle {
    width: 161px;
    height: 51px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 40px;
    background: url('../img/alertsBG.png') no-repeat top right;
    font-weight: bold;
    line-height: 51px;
}

.homeAlerts .homeAlertsButton {
    position: absolute;
    top: 17px;
    right: 115px;
    cursor: pointer;
    background: none;
    background-image: url(../img/i.png);
    border: none;
    width: 18px;
    height: 18px;
}

.homeAlerts .homeAlertsMobileArrow {
    display: none;
}

.homeAlertStatic {
    line-height: 51px;
    margin-right: 220px;
}

.homeAlertsWrapper {
    margin-right: 220px;
    height: 51px;
    max-width: 900px;
}

.homeAlertsContent {
    height: 51px;
}

.tickercontainer {
    width: 100%;
    height: 51px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tickercontainer .mask {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news {
    width: 100%;
}

ul.newsticker {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    right: 900px;
}

ul.newsticker li {
    margin: 0;
    padding: 0;
    color: white;
    float: right;
}

ul.newsticker span {
    line-height: 51px;
    font-size: 20px;
}

ul.newsticker span::after {
    content: "**";
    padding-right: 50px;
    padding-left: 50px;
}

ul.newsticker a {
    white-space: nowrap;
    padding: 0;
}



.homeMiddle {
    position: relative;
    padding-top: 40px;
    padding-bottom: 70px;
}

.homeMiddle h5 {
    font-size: 24px;
    color: #006f84;
    line-height: 32px;
}

.homeMiddle .rightColumn {
    padding-right: 60px;
    padding-left: 30px;
    padding-bottom: 100px;
    width: 540px;
    border-left: 1px solid #c4c4c4;
}

.homeMiddle .rightColumn p {
    font-size: 18px;
    line-height: 28px;
    color: #2a2a2a;
    padding-top: 15px;
}

.homeMiddle .rightColumn ul.icons {
    direction: rtl;
    padding: 0;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 190px;
}

.homeMiddle .rightColumn ul.icons li {
    float: right;
    text-align: right;
    width: 118px;
    color: #006f84;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.homeMiddle .rightColumn ul.icons li.first {
    padding-right: 0;
}

.homeMiddle .rightColumn ul.icons li.last {
    padding-right: 0;
}

.homeMiddle .rightColumn ul.icons li img {
    margin-bottom: 15px;
}

.homeMiddle .rightColumn table.sections {
    width: 100%;
    margin-top: 0;
}

.homeMiddle .rightColumn table.sections td {
    vertical-align: top;
}

.homeMiddle .rightColumn table.sections td.first {
    width: 130px;
}

.homeMiddle .rightColumn table.sections td.first h3 {
    color: #006f84;
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
}

.homeMiddle .rightColumn table.sections td p {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
    padding-left: 25px;
    line-height: 24px;
}

.homeMiddle .rightColumn table.sections tr.lastRow td {
    padding-top: 35px;
}

.homeMiddle .rightColumn table.sections tr.lastRow td.last {
    padding-top: 37px;
}

.mapMobileContainer {
    display: none;
}

.homeMiddle .map {
    position: absolute;
    top: 40px;
    width: 475px;
    right: 665px;
    width: 435px;
}

.homeMiddle .map img {
    max-width: 100%;
}

.homeMiddle .pricesButton {
    display: block;
    height: 68px;
    line-height: 68px;
    position: relative;
    width: 240px;
    padding-right: 80px;
    margin-top: 100px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 35px;
    vertical-align: middle;
    background: linear-gradient(86deg, #0095b2 0%, #186d7d 100%);
}


.homeMiddle .pricesButton:hover {
    background: #045868;
}

.homeMiddle .pricesButton img {
    position: absolute;
    top: 20px;
    right: 30px;
}

.homeBottom .homeBottomHeader {
    height: 95px;
    background-color: #004a58;
    position: relative;
}

.homeBottom .homeBottomHeader .iconInfo {
    position: absolute;
    top: 30px;
    right: 70px;
}

.homeBottom .homeBottomHeader h5 {
    line-height: 95px;
    margin-right: 130px;
    font-size: 24px;
    color: white;
}

.homeBottom .homeBottomHeader .arrowDown {
    position: absolute;
    bottom: -25px;
    right: 65px;
    z-index: 1;
}

.homeBottom .homeBottomContent {
    background: linear-gradient(to right, #0095b2 0%, #186d7d 100%);
    padding-right: 65px;
    padding-left: 65px;
    padding-top: 60px;
    padding-bottom: 65px;
}

.homeBottom .homeBottomContent h6 {
    font-size: 20px;
    color: white;
    margin-top: 40px;
    margin-bottom: 5px;
}

.homeBottom .homeBottomContent h6.first {
    margin-top: 0;
}

.homeBottom .homeBottomContent p {
    line-height: 24px;
    font-size: 15px;
    color: white;
    width: 800px;
}

.homeBottom .homeBottomContent ol {
    margin: 0;
}

.homeBottom .homeBottomContent ol li::before {
    color: white;
    content: counter(list) ".";
    right: -20px;
    position: absolute;
    text-align: right;
}

.homeBottom .homeBottomContent ol li {
    counter-increment: list;
    list-style-type: none;
    position: relative;
    line-height: 25px;
    color: white;
}

.homeBottom .homeBottomContent ol li a {
    color: white;
}

.homeBottom .homeBottomContent ol li a.homeBottomPhone {
    text-decoration: none;
}

.homeBottomRemark {
    padding-top: 25px;
    padding-bottom: 25px;
}

.homeBottomRemark input,
.homeBottomRemark a {
    font-size: 18px;
    line-height: 30px;
    background: none;
    border: 0;
    color: #036ec8;
    padding-right: 15px;
    text-decoration: underline;
    cursor: pointer;
}

/*************** Register ********************/

.registerPage {
    position: relative;
    vertical-align: top;
}

.registerPage header {
    height: 125px;
    background-image: linear-gradient(86deg, #0095b2 0%, #186d7d 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.registerPage .hideHeaderBorder {
    width: 5px;
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 125px;
    z-index: 1;
    background-color: #186E7E;
}

.registerPage header h1 {
    margin-top: 50px;
    margin-right: 60px;
}

.registerPage h2 {
    font-size: 22px;
    color: #006f84;
    line-height: 40px;
}

.registerPageContiner {
    width: 630px;
    padding-top: 98px;
    padding-right: 60px;
}

.registerPage table.tblProgress {
    width: 100%;
    border: 0 !important;
    padding: 0;
    margin: 0;
}

.registerPage table.tblProgress td {
    padding: 0;
    margin: 0;
    border: 0;
}

.registerPage table.tblProgress td.tdStage {
    height: 54px;
    position: relative;
}

.registerPage table.tblProgress td.tdStage h3:-moz-focusring {
    outline: 2px dotted black;
}

.registerPage table.tblProgress td.tdStage .sepDoneOrCurrentRight {
    position: absolute;
    top: 19px;
    right: 0;
    width: 2px;
    height: 17px;
    z-index: 1;
    background-color: #3c841b;
}

.registerPage table.tblProgress td.tdStage .sepDoneOrCurrentLeft {
    position: absolute;
    top: 19px;
    left: 0;
    width: 2px;
    height: 17px;
    z-index: 1;
    background-color: #3c841b;
}

.registerPage table.tblProgress td.tdStage .stage {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.registerPage table.tblProgress td.tdStage .stage.doneOrCurrent {
    background-color: #3c841b;
    color: white;
    cursor: pointer;
}

.registerPage table.tblProgress td.tdStage .stage.notDone {
    background-color: white;
    color: #3c841b;
}

.registerPage table.tblProgress td.tdStage.tdStage1 {
    width: 49px;
    background: url('../img/regNavStage1.png') no-repeat right top;
}

.registerPage table.tblProgress td.tdStage.tdStage1 .stage {
    margin-right: 5px;
}

.registerPage table.tblProgress td.tdStage.tdStage2 {
    width: 44px;
    background: url('../img/regNavStage2.png') no-repeat right top;
}

.registerPage table.tblProgress td.tdStage.tdStage3 {
    width: 49px;
    background: url('../img/regNavStage3.png') no-repeat right top;
}

.registerPage table.tblProgress td.tdLine {
    vertical-align: top;
}

.registerPage table.tblProgress td.tdLine .lineContainer {
    height: 23px;
    margin-top: 15px;
    background-color: white;
    vertical-align: top;
    border-top: 1px solid #3c841b;
    border-bottom: 2px solid #3c841b;
}

.registerPage table.tblProgress td.tdLine .lineContainer div {
    margin-top: 3px;
    height: 17px;
}

.registerPage table.tblProgress td.tdLine .lineContainer div.lineNotDone {
    background-color: white;
    border: 0;
}

.registerPage table.tblProgress td.tdLine .lineContainer div.lineDoneOrCurrent {
    background-color: #3c841b;
}

.registerSuccessPage {
    padding-top: 70px;
}

.registerSuccessPage img.success {
    width: 71px;
    height: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

.registerSuccessPage h1 {
    text-align: center;
    color: #006f84;
    width: 350px;
    margin: 0 auto;
    line-height: 42px;
}

.registerSuccessPage p {
    line-height: 26px;
    text-align: center;
    font-size: 26px;
}

.registerSuccessPage p.secLine {
    padding-top: 40px;
    padding-bottom: 20px;
}

.registerSuccessPage p.secLine,
.registerSuccessPage p.thirdLine {
    line-height: 24px;
    text-align: center;
    font-size: 24px;
    color: #006f84;
}

.registerSuccessPage p.thirdLine {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 30px;
}

.registerSuccessPage p.goodTrip {
    font-size: 24px;
    color: #006f84;
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: bold;
}

.divTotal {
    padding-top: 20px;
}

.divTotal label,
.divTotal span {
    line-height: 24px;
    font-size: 24px;
}

.divTotal label {
    padding-right: 45px;
    padding-left: 10px;
}

.divTotal span {
    font-weight: bold;
    color: #006f84;
    direction: ltr;
    display: inline-block;
}

.registerSuccessPage .btn {
    width: 230px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    margin-top: 15px;
}

.registerSuccessPage .btn.btnPayByWTaxNum {
    width: 400px;
    margin: 0;
    margin-top: 30px;
}

.registerSuccessPage .roadFooterContainer img {
    width: 100%;
}

.registerSuccessPage .registerSuccessMobile {
    display: none;
}

.registerSuccessPage.regNotPaid .divNotPaid,
.registerSuccessPage.regNotPaid p.secLine {
    text-align: right;
    padding-right: 60px;
}

.pRwarn.compWarn {
    font-size: 15px;
    line-height: 25px;
    text-align: right;
    padding-right: 0;
}

.pRwarn.compWarn .block {
    display: block;
}

p.pWtaxReceived {
    text-align: right;
    font-weight: bold;
    line-height: 24px;
    font-size: 24px;
    color: #006f84;
    width: 400px;
    padding-top: 20px;
}

/***************************  tblVehicle ********************************************/

.tblVehicle {
    width: 90%;
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

.tblVehicle th,
.tblVehicle td {
    border-bottom: 2px solid #d8d8d8;
    text-align: right;
    font-weight: normal;
}

.tblVehicle th {
    color: #4a4a4a;
    line-height: 34px;
}

.tblVehicle td {
    height: 38px;
    padding-top: 10px;
    padding-bottom: 7px;
}

.tblVehicle th.tdVehicle {
    padding-right: 25px;
    width: 100px;
}

.tblVehicle td.tdVehicle {
    padding-right: 15px;
    width: 110px;
}

.tblVehicle td.tdSernum {
    width: 135px;
}

.tblVehicle td.tdDelete {
    width: 20px;
}

.vehicleList.link {
    margin-top: 20px;
    text-decoration: underline;
    padding-right: 30px;
    display: inline-block;
    cursor: pointer;
    background: none;
    border: none;
    background: url('../img/plus.png') no-repeat right top;
    line-height: 16px;
    font-size: 18px;
}

.accountPage .tblVehicle td.tdSernum {
    font-weight: bold;
}

/*************** Register Car Stage 1 ******************/

.carStage1 {
    padding-bottom: 60px;
}

.carStage1 .paragraphFreeRide {
    padding-top: 30px;
}

.carStage1 .paragraphFreeRide a {
    text-align: left;
    text-decoration: none;
    display: inline-block;
    direction: ltr;
}

.carStage1 h2 {
    margin-top: 20px;
}

.carStage1 .addCarSerNum {
    width: 260px;
    border-radius: 20px;
}

.addCarSerNumDes {
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    padding-right: 10px;
}

.carStage1 .link.addCar {
    font-size: 18px;
    line-height: 18px;
    display: block;
    padding-right: 30px;
    background: url('../img/addCarPlus.png') no-repeat right top;
    margin-top: 20px;
}

.carStage1 .btnSep {
    height: 50px;
}

.carStage1 .chkSep {
    height: 30px;
}

.carStage1 .regulations {
    line-height: 23px;
    background: none;
    border: none;
    font-size: 15px;
}

.carStage1 [type="checkbox"]:not(:checked)+label,
.carStage1 [type="checkbox"]:checked+label {
    line-height: 24px;
    display: inline-block;
    padding-top: 0;
    max-width: 260px;
}

.chkTwoRows {
    position: relative;
}

.chkTwoRows [type="checkbox"] {
    top: -16px;
    right: 4px;
}

.chkTwoRows [type="checkbox"]:not(:checked)+label:before,
.chkTwoRows [type="checkbox"]:checked+label:before {
    top: 6px;
}

.chkTwoRows [type="checkbox"]:not(:checked)+label:after,
.chkTwoRows [type="checkbox"]:checked+label:after {
    top: 9px;
}

.msgSerNumReview {
    background: url('../img/error.png') no-repeat right center;
    font-size: 18px;
    line-height: 24px;
    padding: 20px 0;
    padding-top: 30px;
    padding-right: 40px;
    color: #e91630;
    font-weight: bold;
    width: 280px;
}

.carStage1 .btn {
    margin-top: 0;
    width: 320px;
    display: inline-block;
}

.carStage1 input.btn:-moz-focusring {
    outline: 2px dotted black;
}

.registerPage .errorContainer {
    margin-top: 20px;
    height: 47px;
    position: relative;
    padding-right: 40px;
    max-width: 400px;
}

.registerPage .errorContainer span {
    color: #e91630;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}


/*************** ul chooseCarOrBike ******************/

/*	https://codepen.io/AngelaVelasquez/pen/Eypnq */

ul.chooseCarOrBike {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    margin-top: 20px;
}

ul.chooseCarOrBike li {
    display: block;
    position: relative;
    float: right;
    width: 350px;
    height: 65px;
}

ul.chooseCarOrBike li input[type=radio] {
    position: absolute;
    top: 23px;
    right: 23px;
    visibility: hidden;
}

ul.chooseCarOrBike li label {
    display: block;
    height: 38px;
    line-height: 36px;
    position: relative;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    margin: 13px 0;
    margin-right: 45px;
    padding-right: 55px;
}

ul.chooseCarOrBike li.car label {
    background: url('../img/car-disabled.png') no-repeat right top;
}

ul.chooseCarOrBike li.bike label {
    background: url('../img/truck-disabled.png') no-repeat right top;
}

ul.chooseCarOrBike li .check {
    display: block;
    position: absolute;
    border: 1px solid #888888;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 18px;
    right: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

ul.chooseCarOrBike li:hover .check {
    border: 1px solid #006f84;
    cursor: pointer;
}

ul.chooseCarOrBike li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 19px;
    width: 19px;
    top: 3px;
    right: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

ul.chooseCarOrBike li input[type=radio]:checked~.check {
    border: 1px solid #006f84;
}

ul.chooseCarOrBike li input[type=radio]:checked~.check::before {
    background: #006f84;
}

ul.chooseCarOrBike li.car input[type=radio]:checked~label {
    color: #006f84;
    background: url('../img/car.png') no-repeat right top;
}

ul.chooseCarOrBike li.bike input[type=radio]:checked~label {
    color: #006f84;
    background: url('../img/truck.png') no-repeat right top;
}

.btn.btnAddCar {
    color: white;
}

.btn.btnCancelCar {
    background-color: #343d4c;
    float: left;
}

.btn.btnCancelCar:hover,
.btn.btnCancelCar:focus,
.btn.btnAddCar:hover,
.btn.btnAddCar.btn:focus {
    background-color: #036ec8;
    color: white;
}

/*************** Register Driver Stage 2 ******************/

.driverStage2 {
    width: 330px;
    padding-bottom: 60px;
}

.driverStage2 .driverDetailsHeader {
    margin-top: 30px;
    color: #006f84;
    font-size: 22px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-top: 35px;
}

.driverStage2 input.redBorder:focus,
.driverStage2 select.redBorder:focus {
    border: 1px solid red !important;
}

.driverStage2 label {
    display: block;
    padding-top: 20px;
    padding-bottom: 5px;
}

.driverStage2 .sectionSep {
    height: 1px;
    background-color: #888888;
    margin-top: 30px;
    margin-bottom: 5px;
}

.driverStage2 .link.open {
    margin-top: 30px;
    text-decoration: underline;
    display: block;
    background: none;
    border: 0;
    font-size: 16px;
}

.driverStage2 .divShowOnLink {
    display: none;
}

.divCheckBoxes {
    padding-top: 35px;
    position: relative;
}

.divApproveContainer .divCheckBoxes {
    padding-top: 50px;
}

.divCheckBoxes label {
    padding-top: 0;
    padding-bottom: 0;
}

.divCheckBoxes a {
    display: block;
    position: absolute;
    bottom: 3px;
    right: 145px;
    font-size: 15px;
}

.divApproveContainer .divCheckBoxes a {
    font-size: 20px;
    line-height: 23px;
    text-align: right;
    padding-right: 45px;
    position: initial;
    bottom: initial;
    right: initial;
}

.divCheckBoxes .chkTwoRows {
    margin-bottom: 20px;
    display: block;
}

.registerPage .driverStage2 .spanFieldErrorContainer {
    padding-top: 2px;
    padding-bottom: 5px;
}

.registerPage .driverStage2 .spanFieldError {
    color: red;
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
}

.divApproveContainer .chkContainer {
    text-align: right;
    padding-right: 5px;
}

.divApproveContainer .chkContainer label {
    font-size: 20px;
    padding: 0;
    padding-right: 40px;
    line-height: 20px;
}

.divApproveContainer .chkContainer [type="checkbox"]:not(:checked)+label:before,
.divApproveContainer .chkContainer [type="checkbox"]:checked+label:before {
    top: 13px;
}

.divApproveContainer .chkContainer [type="checkbox"]:not(:checked)+label:after,
.divApproveContainer .chkContainer [type="checkbox"]:checked+label:after {
    top: 16px;
}

.driverStage2 .btn {
    display: inline-block;
}

.driverStage2 .btn,
.divApproveContainer .btn {
    margin-top: 40px;
}

.driverStage2 input.btn:-moz-focusring,
.divApproveContainer input.btn:-moz-focusring {
    outline: 2px dotted black;
}

.registerPage .driverStage2 .fieldError {
    display: none;
    color: #e91630;
    height: 13px;
    line-height: 30px;
    font-size: 15px;
    padding-top: 2px;
    padding-bottom: 15px;
}

/*************** Register Pay Stage 3 ******************/

.payStage3Wrapper h5 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    color: #006f84;
    font-size: 22px;
    margin-top: 30px;
}

.payStage3 {
    width: 330px;
}

.creditCardFooter {
    position: relative;
}

.creditCardFooter img {
    position: absolute;
    top: 2px;
    right: 0;
    display: block;
}

.creditCardFooter p {
    padding-right: 55px;
    line-height: 20px;
    padding-bottom: 30px;
}

/*************** CustomerService.aspx *************/

.customerServicePage {
    position: relative;
    padding-top: 60px;
    padding-right: 60px;
}

.customerServicePage h1 {
    line-height: 36px;
    font-size: 36px;
    color: #006f84;
    margin-bottom: 25px;
}

.customerServicePage .error {
    padding-bottom: 50px;
}

.customerServicePage .error h1 {
    background: url('../img/service/error.png') no-repeat right top;
    line-height: 33px;
    font-size: 36px;
    color: #006f84;
    padding-right: 55px;
}

.customerServicePage .error p {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.customerServicePage .error .btn {
    width: 350px;
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
}

.customerServiceMobileHeader {
    display: none;
}

.customerServicePage .columnsContainer {
    position: relative;
}

.customerServicePage .columnsContainer .rightColumn {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.customerServicePage .columnsContainer .rightColumn .rightColumnInner {
    width: 360px;
    vertical-align: top;
}

.customerServicePage h2 {
    line-height: 34px;
    font-size: 20px;
    color: #006f84;
    padding-right: 45px;
}

.customerServicePage h3 {
    color: #006f84;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 30px;
}

.customerServicePage h3.first {
    margin-top: 10px;
}

.customerServicePage h2.card {
    background: url('../img/service/credit-card.png') no-repeat right top;
}

.customerServicePage h2.contact {
    background: url('../img/service/contact.png') no-repeat right top;
}

.customerServicePage .phoneAndWorkHoursSection {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 40px;
}

.customerServicePage .phoneAndWorkHoursSection h2.phone {
    background: url('../img/service/headphone.png') no-repeat right top;
}

.customerServicePage .phoneAndWorkHoursSection h2.workHours {
    background: none;
    padding-right: 0;
    margin-top: 20px;
}

.customerServicePage .phoneAndWorkHoursSection .phonesContainerCustServ {
    padding-top: 30px;
    padding-bottom: 5px;
}

.customerServicePage .phoneAndWorkHoursSection .phonesContainerCustServ a {
    font-size: 27px;
    font-weight: bold;
    color: #006f84;
    line-height: 30px;
    padding-top: 2px;
    direction: ltr;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.customerServicePage .phoneAndWorkHoursSection .phonesSep {
    color: #dddddd;
    font-size: 24px;
    vertical-align: top;
    line-height: 29px;
    padding-right: 10px;
    padding-left: 10px;
}

.customerServicePage .phoneAndWorkHoursSection p {
    line-height: 30px;
    font-size: 15px;
    color: #4a4a4a;
}

.customerServicePage .phoneAndWorkHoursSection p span {
    font-weight: bold;
    color: #4a4a4a;
}

.customerServicePage .phoneAndWorkHoursSection p span.days {
    display: inline-block;
    width: 130px;
}

ul.inquiries {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.inquiries li {
    line-height: 25px;
    font-size: 15px;
}

ul.inquiries li.bold {
    font-weight: bold;
}

ul.inquiries li.inquiriesLink a {
    color: #2a2a2a;
    text-decoration: none;
    font-weight: bold;
}

ul.inquiries li.inquiriesLink.inquiriesEmail a {
    padding-right: 10px;
}

ul.inquiries li.sendInquirie .btnSendInquirie {
    color: #036ec8;
    text-decoration: underline;
    background: none;
    border: 0;
    line-height: 25px;
    font-size: 15px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.customerServicePage .formsToDownload {
    padding-top: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}

.customerServicePage .formsToDownload h2.form {
    background: url('../img/service/form.png') no-repeat right top;
    margin-bottom: 10px;
}

.customerServicePage .formsToDownload a {
    font-size: 18px;
    color: #036ec8;
    text-decoration: none;
    line-height: 45px;
}

.customerServicePage .formsToDownload a.termsOfUse {
    display: block;
    line-height: 18px;
}

.customerServicePage .formsToDownload button {
    width: 210px;
    display: block;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: white;
    background-color: #006f84;
    margin-top: 28px;
}

.customerServicePage .formsToDownload .formFax {
    line-height: 50px;
}

.customerServicePage .ivPaySection {
    padding-top: 30px;
}

.customerServicePage .ivPaySection h2 {
    background: url('../img/service/credit-card.png') no-repeat right top;
    margin-bottom: 10px;
}

.customerServicePage .ivPaySection .btn {
    text-decoration: none;
    width: 100%;
    display: block;
    margin-top: 20px;
    font-weight: bold;
}

.customerServicePage .registerSection {
    padding-top: 50px;
    padding-bottom: 100px;
}

.customerServicePage .registerSection h2 {
    padding-right: 0;
    color: #006f84;
    font-size: 24px;
    font-weight: bold;
    line-height: 75px;
}

.customerServicePage .registerSection .btn {
    text-decoration: none;
    width: 100%;
    display: block;
    font-weight: bold;
    margin-top: 20px;
    background-color: #006f84;
    color: white;
}

.customerServicePage .columnsContainer .leftColumn {
    display: inline-block;
    padding-right: 85px;
    border-right: 1px solid #dddddd;
    vertical-align: top;
}

.customerServicePage .contactForm {
    width: 330px;
}

.customerServicePage .contactForm h2 {
    background: url('../img/service/contact.png') no-repeat right top;
}

.customerServicePage .contactForm .asteriskIsmandatoryField {
    padding-top: 0;
    padding-bottom: 15px;
}

.customerServicePage .contactForm label {
    display: block;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.customerServicePage .contactForm label.first {
    padding-top: 0;
}

.customerServicePage .contactForm textarea,
#overlayCancelMembership textarea {
    height: 105px;
}

.customerServicePage .contactForm .btn {
    margin-top: 20px;
}

.customerServicePage .appealsSection {
    width: 360px;
    padding-top: 40px;
}

.customerServicePage .appealsSection h2 {
    padding-right: 0;
    line-height: 38px;
}

.customerServicePage .appealsSection a {
    color: #036ec8;
    margin-top: 10px;
    margin-bottom: 75px;
    display: block;
}

/*************** Prices.aspx *************/

.pricesPage {
    position: relative;
}

.pricesPage h1 {
    color: #276773;
    line-height: 70px;
    padding-top: 40px;
    padding-right: 120px;
}

.pricesPage ul.pricesExplanation {
    margin: 0;
    margin-bottom: 20px;
}

.pricesPage ul.pricesExplanation li {
    line-height: 24px;
}

.pricesPage .shekelBigTurquoiseBG {
    position: absolute;
    top: 50px;
    right: 55px;
}

.pricesPage .sectionHeader {
    height: 105px;
    background-image: linear-gradient(86deg, #0095b2 0%, #186d7d 100%);
    webkit-margin-before: 0;
    -webkit-margin-after: 0em;
    position: relative;
}

.pricesPage .sectionHeader .priceHeader {
    font-size: 22px;
    color: white;
    margin-right: 60px;
}

.pricesPage .sectionHeader .priceHeaderDesktop {
    line-height: 105px;
}

.pricesPage .sectionHeader .priceHeaderMobile {
    display: none;
}


.pricesPage .sectionHeader img {
    position: absolute;
    top: 0;
    right: 350px;
}

.pricesPage .carWrapper {
    padding-bottom: 70px;
    padding-right: 60px;
    padding-top: 60px;
    vertical-align: top;
    display: table;
}


.pricesPage .carWrapper .pricesTableContainer {
    width: 393px;
    display: table-cell;
}

.pricesPage .carWrapper .pricesTableContainer table tr th {
    font-size: 16px;
    line-height: 25px;
    height: 25px;
}

.pricesPage .carWrapper .pricesTableContainer table tr td {
    height: 35px;
    line-height: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
}

.pricesPage .carWrapper .pricesTableContainer table tr td.firstColumn {
    color: #2a2a2a;
    font-size: 15px;
    font-weight: bold;
    width: 150px;
}

.pricesPage .carWrapper .pricesTableContainer table tr td.rightRadius {
    width: 120px;
}

.pricesPage .carWrapper .pricesTableContainer table tr td.rightRadius div {
    background-color: #710f7b;
    width: 100px;
    padding-right: 20px;
    color: white;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 16px;
}

.pricesPage .carWrapper .pricesTableContainer table tr td.rightRadius div span {
    color: white;
    font-size: 15px;
}

.pricesPage .carWrapper .pricesTableContainer table tr td.leftRadius {
    width: 120px;
    padding-right: 3px;
}

.pricesPage .carWrapper .pricesTableContainer table tr td.leftRadius div {
    background-color: #276773;
    width: 65px;
    padding-right: 55px;
    color: white;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 16px;
}

.pricesPage .carWrapper .pricesTableContainer table tr td.leftRadius div span {
    color: white;
    font-size: 15px;
}

.pricesPage .carWrapper .rushHourContainer {
    width: 332px;
    padding-right: 130px;
    display: table-cell;
}

.pricesPage .carWrapper .rushHourContainer table tr th {
    font-size: 16px;
    line-height: 25px;
    height: 25px;
}

.pricesPage .carWrapper .rushHourContainer table tr td.firstColumn {
    color: #2a2a2a;
    font-size: 15px;
    width: 105px;
    line-height: 22px;
}

.pricesPage .carWrapper .rushHourContainer table tr td {
    height: 65px;
    vertical-align: bottom;
}


/*************** Overlay Base ********************/

.overlayBG {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.overlayBG.overlayBGmsg {
    z-index: 190;
}

.overlayBG.show {
    display: block;
}

.overlayBG.overlayBGLoader {
    display: block;
    z-index: 300;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.overlayLoader {
    position: fixed;
    right: 50%;
    top: 355px;
    margin-right: -60px;
    width: 120px;
    height: 120px;
    background-color: transparent;
    border-radius: 50%;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #276773;
    z-index: 400;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlayClose,
.overlayContent {
    z-index: 110;
    position: fixed;
    right: 50%;
}

.overlayCloseMsg,
.overlayContentMsg {
    z-index: 200;
    position: fixed;
    right: 50%;
}

.overlayClose {
    width: 21px;
    height: 21px;
    top: 77px;
    cursor: pointer;
    background: none;
    border: none;
    background-image: url(../img/x.png);
}

.overlayClose:-moz-focusring {
    outline: 2px dotted white;
}

.overlayContent {
    top: 130px;
    background-color: white;
    border: 3px solid #ffffff;
    border-radius: 10px;
}

.overlayContent:focus {
    outline: none;
}

/*************** Overlay Message ********************/

#overlayMessage {
    display: none;
}

.overlayClose.message {
    margin-right: -45px;
    top: 215px;
}

.overlayContent.messageWrapper {
    margin-right: -50px;
    width: 360px;
    top: 245px;
}

.overlayContent.messageWrapper.cancelPolicy {
    width: 850px;
    margin-right: -270px;
}

.overlayContent.messageWrapper.cancelPolicy .overlayClose.message {
    margin-right: -270px;
}

.overlayContent.messageWrapper .messageContainer {
    padding: 30px 25px;
    text-align: center;
    vertical-align: top;
}

.overlayContent.messageWrapper.payMethodInvalid .messageContainer {
    padding-top: 55px;
}

.overlayContent.messageWrapper .messageContainer h2 {
    color: #006f84;
}

.overlayContent.messageWrapper .messageContainer .error {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.overlayContent.messageWrapper .messageContainer p {
    font-size: 16px;
    margin-top: 35px;
    text-align: right;
}

.overlayContent.messageWrapper.cancelPolicy .messageContainer p {
    text-align: right;
}

.overlayContent.messageWrapper.cancelPolicy.payMethodInvalid .messageContainer h2 a {
    color: #006f84;
}

.overlayContent.messageWrapper.cancelPolicy.payMethodInvalid .messageContainer p {
    color: #2a2a2a;
    text-align: center;
    font-size: 18px;
}

.overlayContent.messageWrapper.cancelPolicy.payMethodInvalid .messageContainer .messageBtnContainer {
    display: none;
}

.messageBtnContainer {
    padding-top: 50px;
}

.messageBtnContainer .btnMsgCancel {
    background-color: #343d4c;
    width: 47%;
    float: left;
    display: none;
}

.messageBtnContainer .btnMsgCancel:hover {
    background-color: #036ec8;
}

.messageBtnContainer .btnMsgIvNotFound {
    display: none;
}

.messageBtnContainer.warning {
    text-align: right;
}

.messageBtnContainer.warning .btnMsgOK {
    width: 47%;
}

.messageBtnContainer.warning .btnMsgCancel {
    display: inline-block;
}

.messageBtnContainer.warning.warningSmallBtnFont .btn {
    font-size: 16px;
}

.messageBtnContainer.tagIvNotFound .btnMsgOK {
    display: none;
}

.messageBtnContainer.tagIvNotFound .btnMsgCancel {
    display: none;
}

.messageBtnContainer.tagIvNotFound .btnMsgIvNotFound {
    display: block;
}

/*************** Overlays My Account ********************/

#overlayAddContact,
#overlayUpdateCustDetails,
#overlayCancelMembership {
    display: none;
}

.overlayClose.myAccount {
    margin-right: -185px;
}

.overlayContent.myAccountWrapper {
    margin-right: -190px;
    width: 310px;
    padding: 20px 45px;
}

.overlayClose.myAccount.updateCreditCard {
    margin-right: -165px;
    top: 40px;
}

.overlayContent.myAccountWrapper.updateCreditCard {
    margin-right: -165px;
    top: 73px;
    width: 330px;
    padding: 20px 20px;
}


#overlayUpdateCustDetails .overlayContent {
    margin-right: -320px;
    position: absolute;
}

#overlayCancelMembership .overlayContent {
    position: absolute;
}

.accountPage #overlayCancelMembership .overlayContent {
    margin-right: -320px;
}

.overlayContent.myAccountWrapper h1 {
    margin-bottom: 15px;
}

.overlayContent.myAccountWrapper h2 {
    font-size: 22px;
    color: #006f84;
    margin-bottom: 15px;
    padding-right: 0;
}

.overlayContent.myAccountWrapper .btn.btnAddCar {
    margin-top: 40px;
    margin-bottom: 18px;
}

.overlayContent.myAccountWrapper .btn.btnAddCar.btnInquirie {
    font-size: 20px;
}

.overlayContent.myAccountWrapper input[type="number"].formPhoneNum {
    width: 165px;
}

.overlayContent.myAccountWrapper.myAccountForm label {
    display: block;
    line-height: 30px;
    margin-top: 10px;
    padding-right: 10px;
}

.addCarWrapper ul.chooseCarOrBike li .check {
    right: 0;
}

.addCarWrapper ul.chooseCarOrBike li label {
    margin-right: 50px;
}

.addCarWrapper .motoCycleDiscount {
    padding-right: 10px;
    padding-left: 0px;
}

.addCarWrapper .motoCycleDiscount img {
    right: 51px;
}

.addCarWrapper .overlayErrorContainer span {
    display: block;
}



/*************** Accessibility.aspx ***********/

.accessibilityPage {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
}

.accessibilityPage h1 {
    padding-bottom: 35px;
    color: #006f84;
}

.accessibilityPage h2 {
    margin-top: 40px;
    margin-bottom: 15px;
    color: #006f84;
}

.accessibilityPage p.provideService {
    margin-top: 10px;
}

.accessibilityPage p.accessibilityStandarts {
    margin-bottom: 10px;
}

.accessibilityPage ul {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.accessibilityPage ul.blueBullets.last {
    margin-bottom: 50px;
}

.accessibilityPage ul.blueBullets li {
    padding-bottom: 0;
}

.accessibilityPage img {
    display: block;
}

.accessibilityPage a {
    font-size: 15px;
}

.accessibilityPage ol {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 25px;
    list-style: decimal;
}

.accessibilityPage ol li::before {
    content: "";
    padding-left: 25px;
}

/*************** About.aspx ***********/

.aboutPage img.aboutHeader {
    max-width: 100%;
}

.aboutPage .aboutContent {
    max-width: 770px;
}

.aboutPage .aboutContent .roadDes {
    margin-right: 60px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 50px;
}

.aboutPage .aboutContent .owners {
    margin-right: 60px;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dddddd;
}

.aboutPage .aboutContent h1 {
    font-size: 36px;
    color: #006f84;
    line-height: 55px;
    margin-top: 30px;
}

.aboutPage .aboutContent h2 {
    font-size: 26px;
    color: #006f84;
}

.aboutPage .aboutContent h3 {
    font-size: 20px;
    color: #006f84;
    line-height: 40px;
    margin-top: 30px;
}

.aboutPage .aboutContent .owners .shapirLogo,
.aboutPage .aboutContent .owners .noyLogo,
.aboutPage .aboutContent .owners .leumiPartners {
    display: block;
    margin-top: 40px;
}

.aboutPage .aboutContent .owners .shapirLogo {
    width: 105px;
    height: 71px;
}

.aboutPage .aboutContent .owners .leumiPartners {
    width: 140px;
    height: 110px;
}

.aboutPage .authority {
    background-color: #004a58;
    padding-right: 60px;
    padding-top: 35px;
    padding-bottom: 70px;
}

.aboutPage .authority h3 {
    color: white;
    line-height: 60px;
}

.aboutPage .authority p {
    color: white;
}

.aboutPage .authority a {
    color: white;
}

.aboutPage .authority a.authorityLink {
    font-size: 15px;
    font-weight: bold;
    display: block;
    line-height: 48px;
}

.aboutPage .legalDocuments {
    margin-right: 60px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.aboutPage .legalDocuments ul {
    list-style: none;
    -webkit-padding-start: 0;
    margin-top: 40px;
}

.aboutPage .legalDocuments ul li {
    background: url('../img/doc.png') no-repeat right top;
    height: 24px;
    line-height: 24px;
    padding-bottom: 10px;
}

.aboutPage .legalDocuments ul li a {
    margin-right: 30px;
    color: #006f84;
    font-size: 18px;
}

/*************** Login Page ********************/

.loginPageWrapper {
    padding-top: 85px;
}

.loginPage {
    width: 350px;
    margin: 0 auto;
    text-align: center;
}

.loginPage .topImg {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.loginPage h1 {
    margin-bottom: 20px;
    color: #006f84;
    font-size: 25px;
    line-height: 25px;
}

.loginPage p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 35px;
}

.loginPage p.forgotPasswordText {
    margin-bottom: 30px;
}

.chooseContainer {
    text-align: right;
    position: relative;
    border: 1px solid #006f84;
    border-radius: 25px;
}

.chooseContainer span {
    width: 50%;
    height: 50px;
    line-height: 50px;
    color: #006f84;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}

.contentWrapperAr .chooseContainer span {
    font-size: 13px;
}

.chooseContainer span.selected {
    background-color: #006f84;
    color: white;
    border-radius: 25px;
    font-weight: bold;
}

.chooseContainer #radioLoginSMS {
    float: left;
}

.loginTriangle {
    width: 18px;
    height: 14px;
    margin-right: 74px;
    margin-bottom: 6px;
    display: block;
}

.loginTriangle.sms {
    margin-right: 241px;
}

.loginInputsContainer {
    text-align: right;
    margin-bottom: 30px;
}

.loginInputsContainer input[type="text"],
.loginInputsContainer input[type="password"] {
    text-align: left;
    direction: ltr;
}

.loginInputsContainer label {
    line-height: 28px;
    vertical-align: top;
    display: block;
    padding-right: 10px;
}

.loginInputsContainer label.labelLast {
    margin-top: 30px;
}

.loginInputsContainer a.link {
    display: block;
    margin-top: 15px;
    text-decoration: underline;
    padding-right: 10px;
}

.loginPage #labelPhoneNum,
.loginPage #txtPhoneNum,
.loginPage #labelCode,
.loginPage #txtCode {
    display: none;
}

.loginPage .btn {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 100px;
}

/*************** Account Page ********************/

.accountPage {
    position: relative;
    padding-right: 60px;
}

.accountPage .rightColumn {
    min-height: 920px;
    width: 650px;
    padding-bottom: 110px;
}

.accountPage .leftColumn {
    margin-top: 125px;
    padding-bottom: 0;
    width: 350px;
    padding-right: 70px;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #dddddd;
    padding-bottom: 85px;
}

.accountPage .logout {
    position: absolute;
    top: 15px;
    left: 55px;
    font-size: 18px;
}

.accountPage .logout.mobile {
    display: none;
}

.accountPage .mobileSep {
    display: none;
}

.accountPage .rightColumn h1 {
    color: #006f84;
    line-height: 150px;
}

.accountPage .rightColumn .registredVehiclesHeaderContainer {
    width: 87%;
    position: relative;
}

.accountPage .rightColumn .registredVehiclesHeader {
    font-size: 20px;
    color: #006f84;
    display: inline-block;
}

.accountPage .rightColumn .registredVehiclesCount {
    font-size: 16px;
    vertical-align: top;
    padding-right: 10px;
    line-height: 18px;
}

.accountPage .rightColumn .registredRidesThisMothHeader {
    margin-top: 20px;
    color: #006f84;
    font-size: 20px;
}

.accountPage .rightColumn .registredRidesThisMothHeader .noPager {
    margin-bottom: 40px;
}

.accountPage .rightColumn .noData {
    margin-top: 60px;
}

.accountPage .rightColumn .tblRide,
.accountPage .rightColumn .tblVehicle {
    width: 87%;
    border: 0;
    padding: 0;
    margin: 0;
}

.accountPage .rightColumn .tblRide th,
.accountPage .rightColumn .tblRide td {
    border-bottom: 2px solid #d8d8d8;
    text-align: right;
    font-weight: normal;
    padding-right: 5px;
    text-align: right;
}

.accountPage .rightColumn .tblRide th {
    color: #4a4a4a;
    line-height: 34px;
}

.accountPage .rightColumn .tblRide td {
    height: 48px;
}

.accountPage .rightColumn .tblRide .dateAndTime {
    width: 160px;
}

.accountPage .rightColumn .tblRide .sernum {
    width: 130px;
}

.accountPage .rightColumn .tblRide .sectionDes {
    width: 170px;
}

.accountPage .rightColumn .tblRide .price span {
    font-weight: bold;
}

.accountPage .rightColumn .tblRide .trSectionDesMobile {
    display: none;
}

.accountPage .rightColumn .ivHeader {
    margin-top: 60px;
    color: #006f84;
    font-size: 20px;
}

.notPaidContainer .payAttentionHead {
    height: 22px;
    line-height: 31px;
    color: #e91630;
    font-weight: 700;
    padding-right: 36px;
    background: url('../img/payAttention.png') no-repeat right top;
    margin-top: 20px;
    margin-bottom: 10px;
}

.notPaidContainer .payAttentionText {
    color: #4a4a4a;
    line-height: 28px
}

.tblNotPaid {
    width: 87%;
}

.tblNotPaid tr th,
.tblNotPaid tr td {
    height: 47px;
    border-bottom: 1px solid #d8d8d8;
    text-align: right;
}

.tblNotPaid tr th {
    color: #4a4a4a;
    font-weight: 400;
}

.tblNotPaid tr.legalFirstRow td {
    border-bottom: 0;
    height: 22px;
    line-height: 22px;
    padding-top: 12px;
}

.tblNotPaid tr.legalSecondRow td:last-child {
    height: 22px;
    line-height: 22px;
    font-weight: 700;
    padding-right: 32px;
    color: #e91630;
    background: url(../img/payAttention.png) no-repeat right center;
    background-size: 16px 15px;
}

.tblNotPaid tr.legalSecondRow.compDiscountSecondRow td:last-child {
    background: none;
}

.tblNotPaid tr th.chk,
.tblNotPaid tr td.chk {
    width: 60px;
    padding-right: 5px;
}

.tblNotPaid tr th.status,
.tblNotPaid tr td.status,
.tblNotPaid tr th.balance,
.tblNotPaid tr td.balance {
    width: 135px;
}

.tblNotPaid tr td.status,
.tblNotPaid tr td.balance span {
    font-weight: 700;
    color: #4a4a4a;
}

.tblNotPaid tr th.excel,
.tblNotPaid tr td.excel {
    width: 50px;
}

.lbtnIvsPay {
    display: block;
    width: 160px;
    height: 37px;
    line-height: 37px;
    border-radius: 19px;
    color: white;
    background-color: #276773;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    margin-top: 25px;
    cursor: pointer;
}

.accountPage .rightColumn h5 {
    font-size: 15px;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 35px;
    padding-top: 25px;
}

.accountPage .rightColumn .tblBills td {
    width: 225px;
    padding-top: 22px;
}

.accountPage .rightColumn .ivPrint {
    text-decoration: underline;
    line-height: 21px;
    padding-right: 32px;
    color: #036ec8;
    display: inline-block;
    cursor: pointer;
    background: url('../img/ivNew.png') no-repeat right top;
    font-size: 16px;
}

.accountPage .rightColumn .tblBills td .ivPrint.noExcel {
    margin-right: 40px;
}

.accountPage .rightColumn .ivExcel {
    height: 26px;
    width: 21px;
    display: inline-block;
    cursor: pointer;
    margin-left: 15px;
    background: url('../img/excel.png') no-repeat right top;
    vertical-align: bottom;
}

.accountPage .rightColumn .vehicleExcel {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 21px;
    cursor: pointer;
    background: url('../img/excel.png') no-repeat right top;
}

.accountPage .leftColumn h4 {
    margin-bottom: 20px;
    margin-top: 50px;
    color: #006f84;
    font-size: 20px;
    line-height: 20px;
}

.accountPage .leftColumn h4.first {
    margin-top: 35px;
}

.accountPage .leftColumn .link {
    text-decoration: underline;
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 18px;
}

.accountPage .leftColumn table {
    width: 100%;
}

.accountPage .leftColumn table td {
    padding: 0;
    margin: 0;
    line-height: 28px;
}

.accountPage .leftColumn table td.first {
    width: 160px;
}

.accountPage .leftColumn table td.tdLink {
    padding-top: 30px;
    padding-bottom: 60px;
}

.accountPage .leftColumn table td.last span {
    font-weight: bold;
}

.accountPage .leftColumn table td.tdDepositMsg {
    padding: 15px 0;
}

.accountPage .leftColumn table td.depositQty {
    font-size: 17px;
    font-weight: bold;
}

.accountPage .leftColumn table td.depositQty input,
.accountPage .leftColumn table td.tdDepositBtn input {
    width: 80px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
}

.accountPage .leftColumn table td.depositQty input {
    border-radius: 0;
    text-align: center;
    direction: ltr;
}

.accountPage .leftColumn table td.tdDepositBtn {
    padding-top: 15px;
}

.accountPage .leftColumn table td.tdDepositBtn input {
    width: 90px;
    font-weight: bold;
}

/*************** Pager ********************/

.pagingContainer {
    width: 87%;
    direction: ltr;
    padding-top: 20px;
    padding-bottom: 15px;
}

.paging {
    height: 35px;
    border: 1px solid #cccccc;
    display: inline-block;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.paging a,
.paging span {
    display: block;
    float: left;
    height: 35px;
    background: #fff;
    text-align: center;
    line-height: 35px;
    border-right: 1px solid #cccccc;
}

.paging span {
    padding: 0 10px;
}

.paging a {
    width: 32px;
}

.paging a i {
    color: #006f84;
    font-size: 15px;
}

.paging a.disable i {
    color: #ccc;
}

/*************** Search ********************/

.searchContainer {
    float: right;
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative;
}

.searchContainer.noPager {
    float: none;
}

.searchContainer input {
    height: 35px;
    border: 1px solid #888888;
    border-radius: 20px;
    width: 180px;
    padding-right: 20px;
}

.searchContainer input::-webkit-input-placeholder {
    color: #888888;
    font-size: 16px;
}

.searchContainer input::-ms-input-placeholder {
    color: #888888;
    font-size: 16px;
}

.searchContainer input::-moz-placeholder {
    /* Firefox 18- */
    color: #888888;
    font-size: 16px;
    opacity: 1;
}

.searchContainer input::-moz-placeholder {
    /* Firefox 19+ */
    color: #888888;
    font-size: 16px;
}

.searchContainer .btnSearch {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 30px;
    right: 180px;
    display: block;
    background-image: url('../img/search.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.searchContainer .btnSearchCancel {
    line-height: 35px;
    padding-right: 10px;
    font-size: 18px;
}

/*************** Invoice Payment ********************/

.billPayPage {
    padding-top: 60px;
    padding-right: 60px;
    position: relative;
}

.billPayPage h1 {
    color: #006f84;
}

.billPayPage h2 {
    color: #006f84;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 18px;
}

.billPayPage .columnsContainer {
    position: relative;
}

.billPayPage .columnsContainer .rightColumn {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.billPayPage .columnsContainer .rightColumn.single {
    display: block;
    width: auto;
}

.billPayPage .columnsContainer .leftColumn {
    display: inline-block;
    width: 450px;
    padding-bottom: 15px;
    padding-right: 60px;
    border-right: 1px solid #dddddd;
    vertical-align: top;
}

.billPayPage .columnsContainer .rightColumn .rightColumnInner {
    width: 450px;
}

.billPayPage .columnsContainer .rightColumn.single .rightColumnInner {
    width: auto;
}

.billPayPage .columnsContainer .rightColumn .rightColumnInner .chooseContainer {
    width: 400px;
}

.billPayPage .columnsContainer .rightColumn .rightColumnInner .loginTriangle {
    margin-right: 100px;
}

.billPayPage .columnsContainer .rightColumn .rightColumnInner .loginTriangle.imgPayTriangleClearNum {
    margin-right: 300px;
}

.chooseContainer #radioPayByClearNum {
    float: left;
}

.divPayByClearNum {
    display: none;
}

.labelIvPaySerNum,
.labelIvPayEmail,
.labelIvPayPhoneNum {
    margin-top: 30px;
}

.billPayPage .columnsContainer .leftColumn h3 {
    font-size: 24px;
    line-height: 24px;
    color: #006f84;
    margin: 10px 0;
}

.billPayPage .columnsContainer .leftColumn img {
    max-width: 100%;
}

.billPayPage .rightColumn label {
    display: block;
    line-height: 30px;
    padding-right: 10px;
}

.billPayPage .rightColumn .divTotal label {
    display: inline-block;
}

.billPayPage .rightColumn .goodToKnow {
    margin-bottom: 45px;
    margin-top: 10px;
}

.billPayPage .rightColumn .goodToKnow a {
    color: #036ec8;
}

.billPayPage .rightColumn .goodToKnow .goodToKnowHeader {
    color: #006f84;
    font-weight: bold;
}

.billPayPage .rightColumn .imgInvoiceMobile {
    display: none;
}

input.txtIvClearNum {
    width: 370px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
}

.billPayPage .rightColumn .phoneNumAndBtnContainer {
    width: 450px;
}

.billPayPage .rightColumn .btn {
    width: 400px;
}

.billPayPage .rightColumn .phonePrefix {
    margin-left: 48px;
}

.billPayPage .rightColumn .phoneNum {
    width: 240px;
}

.billPayPage .rightColumn .clearing {
    margin-top: 20px;
    margin-bottom: 20px;
}

.billPayPage .rightColumn .btn.btnBitProccess {
    margin: 0 auto;
}

.billPayPage .rightColumn .btn,
.billPayPage .rightColumn .btn.btnBitProccess {
    display: block;
    margin-bottom: 30px;
    margin-top: 55px;
}

.billPayPage .rightColumn .btn.btnRealised {
    margin: 0 auto;
    margin-top: 55px;
}

.billPayPage .rightColumn .divNotPaidWithBit .btn.payByCreditCard,
.billPayPage .rightColumn .divNotPaidWithBit .btn.btnPayByBit {
    text-align: right;
    padding: 0 45px;
    width: 310px;
}

.billPayPage .rightColumn .divNotPaidWithBit .btn.btnPayByBit {
    margin-top: 0;
    background-color: #4e585e;
    background-image: url('../img/bit-logo.svg');
    background-repeat: no-repeat;
    background-position: 14% center;
    background-size: 55px 25px;
}

.billPayPage .rightColumn .divNotPaidWithBit .btn.btnPayByBit:hover {
    background-color: #a2acb2;
}

.billPayPage .rightColumn .divPayByClearNum.divNotPaidWithBit .btn.btnPayByBit {
    width: 400px;
}

.divBitProccess {
    text-align: center;
    color: #006f84;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.pRwarn {
    color: red;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 10px;
}

.pRwarn a {
    color: red;
}

.billPayPage .divNoInvoicePayment {
    text-align: center;
    padding-top: 100px;
    color: #276773;
    font-size: 40px;
}

.creditCardFooter.billPay p {
    line-height: 40px;
}

.billPayPageCreditCard h1 {
    margin-bottom: 30px;
    display: inline-block;
}

table.tblTotal td {
    height: 50px;
    line-height: 50px;
}

table.tblTotal td.first {
    width: 140px;
}

table.tblTotal td.first span {
    font-size: 24px;
}

table.tblTotal td.last {
    color: #006f84;
    font-weight: bold;
}

table.tblTotal td.last.big {
    font-size: 24px;
}

.billPaySuccessPage {
    padding: 70px 0;
}

.payConfirm {
    width: 630px;
    margin: 0 auto;
    border: 1px solid #d1d1d1;
    position: relative;
}

.closePayConfirm {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 21px;
    height: 21px;
    background: url('../img/x_black.png') no-repeat right top;
    cursor: pointer;
}

.payConfirm {
    padding-bottom: 30px;
}

.payConfirm h1 {
    color: #276773;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
}

.payConfirmIcon {
    display: block;
    position: absolute;
    top: 36px;
    left: 36px;
    width: 45px;
    height: 47px;
    background: url('../img/payConfirmIcon.png') no-repeat right top;
}

.payConfirm table tr td {
    height: 40px;
    line-height: 40px;
    color: black;
    font-size: 16px;
}

.payConfirm table tr td.creditCardNum {
    font-weight: bold;
    padding-right: 50px;
    padding-top: 20px;
}

.payConfirm table tr td.creditCardNum span {
    padding-right: 0;
}

.payConfirm table tr td span {
    line-height: 40px;
    color: black;
    padding-right: 15px;
    font-size: 16px;
    font-weight: bold;
}

.payConfirm table tr td span.updateTime {
    direction: ltr;
    display: inline-block;
}

.payConfirm table tr td span.payConfirmTotal {
    display: inline-block;
    direction: ltr;
    text-align: right;
}

.payConfirm .payConfirmHeader {
    padding-right: 30px;
}

.payConfirm .payConfirmHeader table tr td {
    height: 25px;
    line-height: 25px;
    color: #4a4a4a;
}

.payConfirmBody {
    padding-top: 30px;
    padding-right: 75px;
}

.payConfirm .btn {
    width: 330px;
    display: block;
    margin: 60px auto;
    margin-bottom: 0;
}

.payConfirm .payConfirmIVsMsg {
    padding: 0 75px;
    padding-top: 20px;
}

.payConfirm .payConfirmIVsMsg table tr td {
    line-height: 22px;
}

.payConfirm .payConfirmIVsMsg table tr td a {
    color: #036ec8;
}

.payConfirm .payConfirmIVsMsg table tr td.exclamation,
.payConfirm .payConfirmIVsMsg table tr td.exclamation a {
    color: #e91630;
    font-weight: bold;
}

.payConfirm .payConfirmIVsMsg table tr td.exclamation {
    background: url('../img/error.png') no-repeat right center;
    padding: 20px 0;
    padding-right: 40px;
}

.payConfirm .payConfirmIVsMsg table tr td.exclamation a {
    text-decoration: underline;
}

.payConfirm .payConfirmIVsMsg table tr td.additionalIV a {
    display: inline-block;
    direction: ltr;
}

.payConfirm .payConfirmIVsMsg table tr td.registerForsaving {
    padding-top: 5px;
}

.payConfirm table tr td.payedByBit {
    font-weight: bold;
    padding-bottom: 20px;
}

/*************** InvoicesToPay ********************/

.pNotPaid {
    color: #006f84;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 20px;
}

.tblNotPaid.invoicesToPay {
    width: 100%;
}

.tblNotPaid.invoicesToPay tr td,
.tblNotPaid.invoicesToPay tr th {
    border-bottom: 0;
}

.tblNotPaid.invoicesToPay tr th a {
    color: #006f84;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

.tblNotPaid.invoicesToPay tr td.tdNotPaidHeading {
    font-weight: bold;
}

.tblNotPaid.invoicesToPay tr td.chk {
    width: 40px;
}

.tblNotPaid.invoicesToPay tr td label {
    display: block;
    line-height: 30px;
    padding-right: 10px;
}

.tblNotPaid.invoicesToPay tr td .tdNotPaidText {
    font-weight: bold;
    font-size: 14px;
    vertical-align: top;
}

.tblNotPaid.invoicesToPay tr td .tdNotPaidText .lblNotPaidText {
    line-height: 42px;
}

.tblNotPaid.invoicesToPay tr td.tdNotPaidText.tdNotPaidTextLegal {
    padding-top: 5px;
    padding-bottom: 10px;
}

.tblNotPaid.invoicesToPay tr td.tdNotPaidText.tdNotPaidTextLegal .lblNotPaidText {
    line-height: 22px;
    display: block;
}

.legalInvoicesWrapper {
    border: 1px solid #e91630;
    padding: 20px 10px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.legalInvoicesHeader {
    display: block;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    padding-right: 34px;
    background: url(../img/payAttention.png) no-repeat right center;
}

.legalInvoicesContainer {
    padding: 10px 35px;
}

.legalInvoicesFooter {
    color: red;
    text-align: center;
}

.legalInvoicesFooter span {
    display: block;
    color: red;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}

.legalInvoice {
    padding: 10px 0;
}

.lblLegal {
    display: block;
}

/*************** PayInApps ********************/

.payInappsPage {
    padding-right: 60px;
}

.payInappsPage h1 {
    color: #006f84;
    line-height: 100px;
}

.payInappsPage .appsLogosContainer {
    padding-top: 45px;
}

.payInappsPage .appsLogosContainer .pango {
    display: inline-block;
    width: 53px;
    height: 75px;
    text-decoration: none;
}

.payInappsPage .appsLogosContainer .cellopark {
    display: inline-block;
    width: 75px;
    height: 75px;
    text-decoration: none;
    margin-right: 50px;
}

.payInappsPage h3 {
    margin-top: 40px;
    color: #006f84;
    font-size: 22px;
}

.payInappsPage .appRegSteps {
    padding-top: 10px;
}

.payInappsPage .appRegSteps p {
    padding-bottom: 0;
    line-height: 30px;
    position: relative;
    padding-right: 25px;
}

.payInappsPage .appRegSteps p img {
    position: absolute;
    top: 8px;
    right: 0;
}

/*************** Responsive media ********************/
@media only screen and (max-width:1500px) {
    .navHeader .navAccessibilityLink {
        position: absolute;
    }
}

@media only screen and (max-width:1440px) {

    .wrapper,
    footer {
        max-width: unset;
    }
}

@media only screen and (max-width:1400px) {
    .homeTop .homeTopBottomWrapper .homeTopBottomContainer input[type="number"] {
        width: 190px;
    }

    .homeRegisterBtn {
        width: 300px;
        background-position: 80px 20px;
    }

    .phonesContainer a.facebook {
        right: 10px;
    }

    .phonesContainer a.email {
        right: 40px;
    }

    .homeMiddle h5 {
        font-size: 22px;
    }

    .homeMiddle .map {
        right: 615px;
    }

    .homeMiddle .rightColumn {
        width: 470px;
        padding-right: 30px;
    }

    .homeMiddle .rightColumn ul.icons li {
        width: 100px;
        text-align: center;
    }

    .homeMiddle .rightColumn ul.icons li img {
        width: 70px;
        display: block;
        margin-right: 15px;
    }

    .homeMiddle .rightColumn ul.icons li {
        font-size: 15px;
    }

    .homeAlertsWrapper {
        max-width: 850px;
    }

    ul.newsticker {
        right: 850px;
    }

    .testServer {
        top: auto;
        bottom: 240px;
        left: auto;
        font-size: 48px;
        right: 60px;
    }
}

@media only screen and (max-width:1350px) {
    .homeMiddle .map {
        right: 590px;
    }

    .homeTop .homeTopBottomWrapper .homeTopBottomContainer input[type="number"] {
        width: 150px;
    }

    .homeRegisterBtn {
        width: 250px;
        background-position: 55px 20px;
    }

    .billPayPage .columnsContainer .leftColumn {
        width: 40%;
    }

    .accountPage .rightColumn {
        width: 550px;
    }

    .accountPage .rightColumn .registredRidesThisMothFooter {
        max-width: 300px;
    }

    .accountPage .rightColumn .tblRide .sectionDes {
        width: 130px;
    }

    .accountPage .rightColumn .tblRide .sernum {
        width: 110px;
    }

    .accountPage .rightColumn .tblRide .dateAndTime {
        width: 150px;
    }

    .homeAlertsWrapper {
        max-width: 800px;
    }

    ul.newsticker {
        right: 800px;
    }

    .tblNotPaid tr th.status,
    .tblNotPaid tr td.status,
    .tblNotPaid tr th.balance,
    .tblNotPaid tr td.balance {
        width: 100px;
    }
}

@media only screen and (max-width:1300px) {
    .homeMiddle .map {
        right: 575px;
        width: 400px;
    }

    .phonesContainer {
        padding-right: 25px;
    }

    .homeAlertsWrapper {
        max-width: 750px;
    }

    ul.newsticker {
        right: 750px;
    }

    .homeTopBanner.homeTopBannerVerdict span,
    .homeTopBanner.homeTopBannerVerdict a {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width:1250px) {
    .homeMiddle .rightColumn {
        width: 470px;
        padding-right: 20px;
    }

    .homeMiddle .map {
        right: 560px;
        width: 360px;
    }

    .homeTop .homeTopBottomWrapper .homeTopBottomContainer input[type="number"] {
        width: 130px;
    }

    .homeRegisterBtn {
        width: 230px;
        background-position: 40px 20px;
    }

    .accountPage .rightColumn {
        width: 500px;
    }

    .accountPage .rightColumn h1 {
        font-size: 30px;
        line-height: 100px;
    }

    .accountPage .leftColumn {
        margin-top: 75px;
    }

    .billPayPage .rightColumn .goodToKnow {
        margin-bottom: 15px;
    }

    .billPayPage .rightColumn .clearing {
        margin-bottom: 25px;
    }

    .overlayContent.messageWrapper.cancelPolicy {
        width: 850px;
        margin-right: -425px;
    }

    .overlayContent.messageWrapper.cancelPolicy .overlayClose.message {
        margin-right: -425px;
    }

    .homeAlertsWrapper {
        max-width: 700px;
    }

    ul.newsticker {
        right: 700px;
    }

    .tblNotPaid tr th.status,
    .tblNotPaid tr td.status {
        display: none;
    }
}

@media only screen and (max-width:1230px) {
    .customerServicePage .columnsContainer .leftColumn {
        padding-right: 50px;
    }

    .customerServicePage .contactForm,
    .customerServicePage .appealsSection {
        width: 250px;
    }

    input[type="number"].formPhoneNum {
        width: 110px;
    }

    .homeBottom .homeBottomContent p {
        width: initial;
    }
}

@media only screen and (max-width:1200px) {

    .homeTopBanner span,
    .homeTopBanner a {
        font-size: 18px;
        line-height: 26px;
    }

    .homeTopBanner.homeTopBannerVerdict span,
    .homeTopBanner.homeTopBannerVerdict a {
        font-size: 16px;
        line-height: 22px;
    }

    .homeMiddle {
        padding-top: 10px;
    }

    .homeMiddle .rightColumn {
        border-left: 0;
        margin: 0 auto;
        padding-right: 0;
        padding-left: 0;
    }

    .homeMiddle .map {
        display: none;
    }

    .mapMobileContainer {
        width: 60%;
        margin: 0 auto;
        height: auto;
        display: block;
        margin-bottom: 40px;
    }

    .mapMobileContainer .mapMobile {
        width: 100%;
        height: auto;
    }

    .pricesPage .carWrapper .rushHourContainer {
        padding-right: 130px;
    }

    .homeTop {
        background-size: auto;
    }

    .homeTop h2 {
        top: 48px;
    }

    .homeTop h2.separateRegistration {
        display: none;
    }

    .homeTop .homeTopBottomWrapper .homeTopBottomContainer input[type="number"] {
        margin-right: 240px;
    }

    .mapMobileContainer,
    .homeMiddle .rightColumn {
        width: 80%;
    }

    footer .footerLogo {
        margin-right: 20px;
    }

    footer .copyrightAndRegulations {
        right: 80px;
    }



    .uxDesignBy {
        left: 420px;
    }

    .footerHexoo {
        left: 500px;
    }

    footer .footerHandicap {
        left: 20px;
    }

    .createdBy {
        left: 200px;
    }

    .footerMedatech {
        left: 265px;
    }

    .footersep {
        left: 380px;
    }

    .copyrightAndRegulations .footersep {
        margin: 0 13px;
    }

    .uxDesignBy {
        left: 395px;
    }

    .footerHexoo {
        left: 475px;
    }

    .pricesPage .carWrapper .rushHourContainer {
        padding-right: 50px;
    }

    .pricesPage .carWrapper .pricesTableContainer {
        width: 353px;
    }

    .pricesPage .carWrapper .pricesTableContainer table tr td.firstColumn {
        width: 110px;
        font-weight: normal;
    }

    .accountPage {
        padding-right: 30px;
    }

    .accountPage .rightColumn {
        width: 400px;
    }

    .accountPage .rightColumn h1 {
        font-size: 25px;
    }

    .accountPage .leftColumn {
        padding-right: 40px;
    }

    .homeAlertsWrapper {
        max-width: 650px;
    }

    ul.newsticker {
        right: 650px;
    }

    .billPayPage .columnsContainer .leftColumn {
        width: 30%;
    }
}

@media only screen and (max-width:1150px) {
    .homeTop .subTitle {
        font-size: 22px;
    }

    .homeRegisterBtn {
        width: 200px;
        background-position: 30px 20px;
    }

    .homeTop .homeTopBottomWrapper .homeTopBottomContainer input[type="number"] {
        width: 120px;
    }

    .homeAlertsWrapper {
        max-width: 600px;
    }

    ul.newsticker {
        right: 600px;
    }

    .billPayPage .columnsContainer .leftColumn {
        display: none;
    }
}

@media only screen and (max-width:1100px) {

    .homeTopBanner span,
    .homeTopBanner a {
        font-size: 16px;
        line-height: 20px;
    }

    .homeTopBanner.homeTopBannerVerdict span,
    .homeTopBanner.homeTopBannerVerdict a {
        font-size: 14px;
        line-height: 18px;
    }

    .homeTop h1,
    .homeTop .subTitle {
        margin-right: 30px;
    }

    .testServer {
        right: 30px;
    }

    .homeTop .homeTopBottomWrapper .homeTopBottomContainer {
        padding-right: 30px;
    }

    .pricesPage .carWrapper {
        padding-right: 30px;
    }

    .pricesPage .carWrapper .rushHourContainer {
        padding-right: 30px;
    }

    .pricesPage .carWrapper .pricesTableContainer {
        width: 343px;
    }

    .pricesPage .carWrapper .pricesTableContainer table tr td.firstColumn {
        width: 100px;
        font-weight: normal;
    }

    .customerServicePage .columnsContainer .rightColumn .rightColumnInner {
        width: 320px;
    }

    .customerServicePage .registerSection h2 {
        font-size: 22px;
    }

    .billPayPage .rightColumn .goodToKnow .goodToKnowHeader {
        display: block;
    }

    .billPayPage .rightColumn .clearing {
        max-width: 240px;
    }

    .creditCardFooter.billPay p {
        max-width: 200px;
        line-height: 23px;
    }

    .homeAlertsWrapper {
        max-width: 550px;
    }

    ul.newsticker {
        right: 550px;
    }

    .copyrightAndRegulations .copyright {
        display: block;
        padding-bottom: 5px;
    }

    .copyrightAndRegulations .footersep.footersepSitePolicy {
        display: none;
    }
}

@media only screen and (max-width:1050px) {
    .homeTop .subTitle {
        max-width: 670px;
        font-size: 24px;
        line-height: 24px;
        padding-top: 15px;
    }

    .homeTop .homeTopBottomBG {
        height: 105px;
    }

    .mapMobileContainer,
    .homeMiddle .rightColumn {
        width: 80%;
    }

    .pricesPage .carWrapper {
        padding-right: 20px;
    }

    .pricesPage .carWrapper .rushHourContainer {
        padding-right: 20px;
    }

    .pricesPage .carWrapper .pricesTableContainer {
        width: 333px;
    }

    .pricesPage .carWrapper .pricesTableContainer table tr td.firstColumn {
        width: 90px;
        font-weight: normal;
    }

    .accountPage {
        padding-right: 20px;
    }

    .accountPage .rightColumn {
        width: 360px;
    }

    .accountPage .leftColumn {
        padding-right: 30px;
    }

    .accountPage .rightColumn h1 {
        white-space: nowrap;
    }

    .billPayPage .columnsContainer .leftColumn {
        padding-right: 30px;
    }

    .billPayPage .columnsContainer .leftColumn h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .homeAlertsWrapper {
        max-width: 500px;
    }

    .tblNotPaid tr td.balance {
        text-align: center;
    }
}

/*************** General Mobile ********************/

@media only screen and (max-width:980px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .wrapper {
        margin: 0 auto;
        height: initial;
        min-height: initial;
    }

    .push {
        display: none;
    }

    footer {
        height: auto;
        border: none;
    }

    footer .footerLogo {
        display: block;
        width: 81px;
        height: 133px;
        margin: 0 auto;
        margin-top: 30px;
    }

    footer .footerLogo img {
        width: 81px;
        height: 133px;
    }

    .footerHandicap {
        top: 38px;
    }

    .copyrightAndRegulations {
        position: static;
        top: 0;
        right: 0;
        display: block;
        text-align: center;
    }

    .footersepMobile {
        display: block;
        margin: 0 auto;
        width: 90%;
        background-color: #EBEBEB;
        height: 2px;
        margin-top: 20px;
    }

    .createdBy {
        left: 20%;
    }

    .footerMedatech {
        left: 20%;
    }

    .footersep {
        height: 40px;
        display: block;
        margin: 0 auto;
        position: relative;
        left: auto;
        width: 1px;
        top: 30px;
    }

    .uxDesignBy {
        left: 70%;
    }

    .footerHexoo {
        left: 70%;
    }

    .createdBy,
    .uxDesignBy {
        top: 455px;
    }

    .footerMedatech,
    .footerHexoo {
        top: 480px;
    }

    footer .phonesContainer.mobile {
        padding-right: 0;
        padding-top: 50px;
        padding-bottom: 45px;
    }

    footer .phonesContainer.mobile a {
        font-size: 34px;
        background: none;
        height: unset;
        line-height: 34px;
        vertical-align: inherit;
    }

    footer .phonesContainer.mobile span {
        text-align: center;
        line-height: 34px;
        font-size: 34px;
    }

    footer .footerHandicap {
        display: block;
        position: relative;
        width: 135px;
        left: unset;
        top: 0;
        border-radius: 30px;
        padding-right: 50px;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    footer .footerHandicap.desktop {
        display: none;
    }

    footer .footerHandicap img {
        right: 30px;
    }

    footer .footeRroad {
        width: 100%;
        margin-top: 30px;
    }

    .regulations {
        font-size: 18px;
    }

    .copyrightAndRegulations .footersep {
        display: none;
    }

    .copyrightAndRegulations .copyright {
        padding-bottom: 7px;
    }

    .regulations.sitePolicy {
        padding-left: 30px;
    }

    .regulations.privacyPolicy {
        padding-right: 30px;
    }

    .mapMobileContainer {
        width: 100%;
        height: auto;
    }

    .mapMobileContainer .mapMobile {
        width: 100%;
        height: auto;
    }

    .customerServiceTopLink {
        display: none;
    }

    .customerServiceTopLinkMobile {
        display: block;
        margin: 0 auto;
        margin-top: 28px;
        width: 170px;
        padding-right: 60px;
        border: 1px solid white;
        border-radius: 25px;
        line-height: 48px;
        color: white;
        background-color: #157182;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        height: 48px;
        background-image: url('../img/icon-customer-service.png');
        background-repeat: no-repeat;
        background-position-x: 180px;
        background-position-y: 12px;
    }

    .homeTop {
        height: unset;
        padding-top: 150px;
    }

    .homeTop .homeTopBottomWrapper {
        height: unset;
    }

    .homeTop .homeTopBottomWrapper .homeTopBottomContainer {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .homeTop h1 {
        line-height: 48px;
    }

    .homeTop .subTitle {
        text-shadow: none;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 25px;
        font-size: 16px;
    }

    .homeTop h2 {
        position: static;
        top: 0;
        text-shadow: none;
        line-height: 40px;
    }

    .homeTop h2.separateRegistration {
        display: block;
        position: static;
        top: 0;
        font-size: 15px;
        line-height: 30px;
    }

    .testServer {
        bottom: 304px;
        line-height: 48px;
        right: auto;
        left: 30px;
    }

    .homeMiddle {
        padding-top: 0;
        border: 0;
    }

    .homeMiddle h5 {
        font-size: 26px;
        line-height: 30px;
    }

    .homeMiddle .rightColumn {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        width: 100%;
    }

    .homeMiddle .rightColumn p {
        font-size: 18px;
        line-height: 26px;
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .homeMiddle .rightColumn ul.iconsMobile {
        list-style-type: none;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-padding-start: 0;
        display: block;
    }

    .homeMiddle .rightColumn ul.iconsMobile li {
        height: 80px;
        line-height: 80px;
        font-size: 20px;
        font-weight: bold;
        color: white;
        position: relative;
        padding-right: 125px;
    }

    .homeMiddle .rightColumn ul.iconsMobile li img {
        position: absolute;
        top: 7px;
    }

    .homeMiddle .rightColumn ul.iconsMobile li.kilometer {
        background-color: #0193af;
    }

    .homeMiddle .rightColumn ul.iconsMobile li.tunnel {
        background-color: #147c90;
    }

    .homeMiddle .rightColumn ul.iconsMobile li.eco {
        background-color: #045868;
    }

    .homeMiddle .rightColumn ul.iconsMobile li.price {
        background-color: #26384b;
    }

    .homeTop .homeTopBottomWrapper .homeTopBottomContainer,
    .homeMiddle h5,
    .homeMiddle .rightColumn p {
        padding-right: 6%;
        padding-left: 6%;
    }

    .homeMiddle .rightColumn ul.iconsMobile li img {
        right: 6%;
    }

    .homeMiddle .rightColumn ul.iconsMobile li {
        padding-right: 20%;
    }

    .homeMiddle .rightColumn table.sections {
        width: 88%;
        margin-right: 6%;
    }

    .homeTop h1,
    .homeTop .subTitle,
    .homeMiddle .pricesButton {
        margin-right: 6%;
        margin-left: 6%;
    }

    .homeTop .homeTopBottomWrapper .homeTopBottomContainer input[type="number"] {
        display: block;
        width: 90%;
        margin: 0;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .homeRegisterBtn {
        display: block;
        width: 100%;
        margin: 0;
        background-position: 300px 20px;
    }

    .homeMiddle .rightColumn table.sections tr.firstRow td {
        padding-top: 45px;
        padding-bottom: 40px;
        border-bottom: 1px solid #006f84;
    }

    .homeMiddle .rightColumn table.sections tr.lastRow td {
        padding-top: 40px;
    }

    .homeTop .homeTopBottomBG {
        height: 280px;
    }

    .homeBottom .homeBottomContent {
        padding-right: 5%;
        padding-left: 5%;
    }

    .homeBottom .homeBottomContent p {
        width: unset;
    }

    .registerPageContiner {
        width: 500px;
        border-right: 0;
        padding-top: 64px;
    }

    .registerPage .hideHeaderBorder {
        display: none;
    }

    .registerPage header {
        height: 90px;
    }

    .registerPage header h1 {
        font-size: 22px;
        margin-top: 20px;
    }

    .registerFooter,
    .registersuccessFooter {
        display: none;
    }

    .carStage1,
    .driverStage2 {
        padding-bottom: 30px;
    }

    .divCheckBoxes {
        padding-top: 50px;
    }

    .divCheckBoxes .chkDriverStage {
        height: 70px;
    }

    /*************** Nav Mobile ********************/

    .navWrapper {
        display: none;
        position: absolute;
        top: 57PX;
        right: -300px;
        width: 300px;
        z-index: 200;
        background-color: #276773;
        color: white;
    }

    .navWrapper .navHeader {
        display: none;
    }

    .navWrapper .navLogoContainer {
        display: none;
    }

    nav ul {
        margin-right: 0;
        width: 100%;
    }

    nav ul li {
        border-bottom: 1px solid #18515C;
    }

    nav ul li a {
        color: white;
        font-size: 20px;
        padding: 23px 0;
        padding-right: 20px;
    }

    nav ul li a.selected {
        background-color: #0293AF;
        background-position-y: 17px;
        margin: 17px 20px;
    }

    nav ul li a:hover,
    nav ul li a:focus {
        color: white;
    }

    nav a#customerservice {
        color: white;
    }

    nav a#customerservice.selected {
        color: white;
    }

    .contentWrapper {
        display: block;
    }

    .mobileHeader {
        display: block;
        height: 37px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

    .mobileHeader a {
        text-decoration: none;
    }

    .hamburger {
        width: 20px;
        height: 20px;
        cursor: pointer;
        border: 0;
        vertical-align: top;
        position: absolute;
        top: 14px;
        right: 14px;
        background: url('../img/hamburger.png') no-repeat right top;
        z-index: 1;
    }

    .mobileHeader a.mobileHeaderLink {
        height: 35px;
        border-radius: 20px;
        border: 1px solid #006f84;
        display: inline-block;
        color: #006f84;
        font-weight: bold;
        line-height: 35px;
        margin-right: 55px;
        text-align: center;
        vertical-align: top;
        cursor: pointer;
    }

    .mobileHeader a.mobileHeaderLink.prices {
        color: #006f84;
        font-size: 16px;
        width: 135px;
    }

    .mobileHeader a.mobileHeaderLink.register {
        background-color: #276773;
        font-size: 14px;
        color: white;
        width: 90px;
        float: left;
        margin-left: 70px;
        margin-right: 0;
    }

    .mobileHeader .mobileHeaderLogo {
        width: 57px;
        height: 67px;
        position: absolute;
        top: 11px;
        left: 5px;
        z-index: 1;
        background: url('../img/mobileLogoHeader.png') no-repeat right top;
    }

    .mobileHeader .mobileHeaderLogo.home {
        width: 84px;
        height: 118px;
        left: 15px;
        background: url('../img/mobileLogoHeaderHome.png') no-repeat right top;
    }

    .mobileHeaderBottomBorder {
        height: 8px;
        background: url('../img/mobileHeaderBottomBorder.png') repeat-x right top;
        display: block;
    }

    .mobileHeader a.lang {
        left: 100px;
        top: 10px;
        height: 35px;
        line-height: 35px;
        border-radius: 20px;
        width: auto;
        padding: 0 10px;
    }

    .mobileHeader a.lang.register {
        left: 182px;
        padding: 0 20px;
    }

    a.lang.pricesPdfRu {
        bottom: auto;
        top: 28px;
        left: auto;
        right: 14px;
        width: 90px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 20px;
        border: 1px solid white;
        font-size: 15px;
    }

    .registerSuccessPage {
        border: 0;
    }

    .registerSuccessPage h1,
    .registerSuccessPage p.secLine,
    .registerSuccessPage p.thirdLine {
        padding-right: 5%;
        padding-left: 5%;
    }

    .registerSuccessPage p.secLine,
    .registerSuccessPage p.thirdLine {
        font-size: 18px;
        margin: 0 auto;
        line-height: 22px;
    }

    .registerSuccessPage p.secLine {
        padding-top: 30px;
    }

    .registerSuccessPage p.thirdLine {
        padding-bottom: 0;
    }

    .registerSuccessPage img.success {
        margin-bottom: 30px;
    }

    .registerSuccessPage h1 {
        font-size: 25px;
        line-height: 28px;
        width: 250px;
    }

    .registerSuccessPage .btn {
        margin-top: 35px;
        margin-bottom: 5px;
    }

    .supportPage {
        padding-right: 0;
        border: 0;
        min-height: unset;
    }

    .supportPage .header.msg {
        padding-right: 0;
    }

    .supportPage .header.msg img {
        position: static;
        display: block;
        top: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .supportPage h1 {
        font-size: 25px;
        text-align: center;
        padding-right: 5%;
        padding-left: 5%;
    }

    .supportPage h2 {
        font-size: 20px;
        text-align: center;
    }

    .supportPage .header.msg p {
        font-size: 18px;
        text-align: center;
        line-height: 25px;
        padding-top: 10px;
        padding-right: 5%;
        padding-left: 5%;
    }

    .supportPage .header.msg .btn {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }

    .supportPage .telWrapper {
        text-align: center;
        padding-right: 0;
        width: 90%;
        margin: 0 auto;
    }

    .supportPage .telWrapper a {
        font-size: 25px;
        font-weight: bold;
        margin-right: 10px;
    }

    .pricesPage h1,
    .pricesPage h2,
    .pricesPage .carWrapper {
        border-right: none;
    }

    .pricesPage .carWrapper {
        display: block;
    }

    .pricesPage .carWrapper .pricesTableContainer,
    .pricesPage .carWrapper .rushHourContainer {
        display: block;
        margin: 0 auto;
    }

    .pricesPage .shekelBigTurquoiseBG {
        width: 30px;
        height: 30px;
        top: 20px;
        right: 25px;
    }

    .pricesPage h1 {
        font-size: 24px;
        line-height: 54px;
        padding-right: 65px;
        padding-top: 10px;
    }

    .pricesPage h2 {
        line-height: 24px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .pricesPage .sectionHeader .priceHeaderDesktop {
        margin-right: 30px;
    }

    .pricesPage .sectionHeader img {
        top: 0;
        left: 0;
        right: unset;
    }

    .pricesPage .carWrapper {
        padding: 0;
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .pricesPage .carWrapper .rushHourContainer {
        margin-top: 20px;
        padding-right: 0;
    }

    .aboutPage .aboutContent .roadDes,
    .aboutPage .aboutContent .owners,
    .aboutPage .legalDocuments {
        margin-right: 7%;
        margin-left: 7%;
    }

    .aboutPage .authority {
        padding-right: 7%;
        padding-left: 7%;
    }

    /*************** Login Mobile ********************/

    .loginPageWrapper {
        padding-top: 50px;
    }

    .loginPage {
        margin-bottom: 0;
    }

    .loginPage h1 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .loginPage p {
        margin-bottom: 50px;
    }

    .loginPage .btn {
        margin-bottom: 40px;
    }

    /*************** MyAccount Mobile ********************/

    .accountPage .logout.desktop {
        display: none;
    }

    .accountPage .logout.mobile {
        display: block;
        left: 20px;
        top: 27px;
    }

    .accountPage {
        padding: 0;
    }

    .accountPage .rightColumn,
    .accountPage .leftColumn {
        margin: 0 auto;
        padding-right: 5%;
        padding-left: 5%;
        width: 90%;
        border: 0;
        padding-bottom: 0;
    }

    .accountPage .rightColumn {
        padding-bottom: 0;
        padding-top: 25px;
        min-height: initial;
    }

    .accountPage .leftColumn {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        margin-top: 40px;
    }

    .accountPage .rightColumn h1 {
        font-size: 26px;
        line-height: 26px;
    }

    .accountPage .rightColumn .tblRide,
    .accountPage .rightColumn .tblVehicle {
        width: 90%;
    }

    .accountPage .mobileSep {
        display: block;
        margin-top: 50px;
        height: 1px;
        background-color: #005383;
    }

    .accountPage .mobileSep.ivCustData {
        margin-top: 35px;
        margin-bottom: 20px;
    }

    .accountPage .rightColumn .registredVehiclesHeader {
        margin-top: 40px;
    }

    .accountPage .rightColumn .registredVehiclesCount {
        vertical-align: bottom;
        line-height: 22px;
    }

    .accountPage .rightColumn .registredRidesThisMothHeader {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .accountPage .mobileSep {
        display: block;
        margin-top: 50px;
        height: 2px;
        background-color: #7FA9C1;
    }

    .accountPage .rightColumn .ivHeader {
        margin-top: 30px;
    }

    .overlayContent,
    #overlayUpdateCustDetails .overlayContent,
    #overlayCancelMembership .overlayContent {
        position: absolute;
        top: 0;
    }

    #overlayUpdateCustDetails .overlayContent,
    #overlayCancelMembership .overlayContent {
        margin-right: -190px;
    }

    .overlayClose {
        position: absolute;
        top: -35px;
    }

    .overlayClose.message {
        margin-right: -177px;
        top: -35px;
    }

    .overlayContent.messageWrapper {
        margin-right: -183px;
    }

    .overlayClose.myAccount.updateCreditCard {
        top: -33px;
    }

    .overlayContent.myAccountWrapper.updateCreditCard {
        top: 0;
    }

    .overlayLoader {
        top: 300px;
    }

    @media only screen and (max-width: 450px) {
        .rowwrapman {
            margin-top: 0px !important;
        }
    }

    .rowwrapman {
        margin-top: 20px;
    }

    .customerServicePage {
        padding-top: 20px;
    }

    .customerServicePage .error h1 {
        font-size: 26px;
    }

    .billPayPage {
        padding-right: 30px;
        padding-top: 20px;
    }

    .billPayPage .columnsContainer .leftColumn {
        padding-bottom: 60px;
    }

    .payInappsPage {
        padding-bottom: 50px;
        padding-right: 7%;
    }

    .homeAlertsWrapper {
        max-width: 650px;
    }

    ul.newsticker {
        right: 650px;
    }

    .billPayPage .divNoInvoicePayment {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .billPayPage.billPayBitRedirectPage .columnsContainer .rightColumn {
        display: block;
        width: auto;
    }

    .billPayPage.billPayBitRedirectPage .columnsContainer .rightColumn .divBitProccess {
        display: block;
        padding-top: 20px;
    }
}


@media only screen and (max-width:950px) {
    .homeTopBanner {
        text-align: right;
        padding-right: 14px;
    }

    .homeTopBanner span.linkLabel {
        padding-right: 10px;
    }
}

@media only screen and (max-width:900px) {
    .overlayContent.messageWrapper.cancelPolicy {
        width: 90%;
        margin-right: 0;
        right: 5%;
    }

    .overlayContent.messageWrapper.cancelPolicy .overlayClose.message {
        margin-right: 0;
        right: 0;
    }

    .homeAlertsWrapper {
        max-width: 600px;
    }

    ul.newsticker {
        right: 600px;
    }
}

@media only screen and (max-width:850px) {
    .homeTopBanner {
        text-align: center;
    }

    .homeTopBannerRow {
        display: block;
        padding: 5px 0;
    }

    .homeTopBanner.homeTopBannerVerdict .homeTopBannerRow {
        padding: 0;
    }

    .homeTopBanner span.linkLabel {
        padding: 0;
        padding-left: 5px;
    }

    .homeRegisterBtn {
        background-position: 230px 20px;
    }

    .homeAlertsWrapper {
        max-width: 550px;
    }

    ul.newsticker {
        right: 550px;
    }
}

@media only screen and (max-width:800px) {
    .aboutPage .aboutContent {
        max-width: unset;
    }

    .homeAlertsWrapper {
        max-width: 500px;
    }

    ul.newsticker {
        right: 500px;
    }

    .overlayContent.messageWrapper.cancelPolicy.payMethodInvalid .messageContainer p {
        margin-top: 20px;
    }

    .overlayContent.messageWrapper.cancelPolicy.payMethodInvalid .messageContainer h2,
    .overlayContent.messageWrapper.cancelPolicy.payMethodInvalid .messageContainer p a {
        font-size: 18px;
        line-height: 18px;
    }

    .overlayContent.messageWrapper.cancelPolicy.payMethodInvalid .messageContainer p a {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width:750px) {

    .customerServicePage,
    .customerServicePage .columnsContainer .leftColumn {
        padding-right: 20px;
    }

    .homeAlertsWrapper {
        max-width: 450px;
    }

    ul.newsticker {
        right: 450px;
    }
}

@media only screen and (max-width:700px) {
    .homeAlerts .homeAlertsTitle {
        display: none;
    }

    .homeAlerts .homeAlertsMobileArrow {
        width: 57px;
        height: 51px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: url('../img/alertsBGMobile.png') no-repeat top right;
    }

    .homeAlertsWrapper {
        max-width: 550px;
    }

    .homeAlerts .homeAlertsButton {
        right: 17px;
        z-index: 1;
    }

    .homeAlertsWrapper {
        margin-right: 70px;
    }

    .homeAlertStatic {
        margin-right: 70px;
    }

    .ivPayTopLink {
        top: 20px;
    }

    .testServer {
        bottom: 344px;
    }

    .customerServicePage {
        padding: 0;
        width: 324px;
        margin: 0 auto;
    }

    .customerServicePage h1 {
        font-size: 26px;
        margin: 20px 0;
        line-height: 26px;
    }

    .customerServiceMobileHeader {
        display: block;
        vertical-align: top;
        position: relative;
        margin-bottom: 40px;
    }

    .customerServicePage .customerServiceMobileHeader a {
        width: 60px;
        line-height: 18px;
        display: block;
        padding-top: 70px;
        font-size: 14px;
        text-decoration: none;
        color: #4a4a4a;
        text-align: center;
    }

    .customerServicePage .customerServiceMobileHeader a.headphoneMobile {
        background: url('../img/service/headphone-mobile.png') no-repeat top right;
        display: inline-block;
    }

    .customerServicePage .customerServiceMobileHeader a.contactMobile {
        background: url('../img/service/contact-mobile.png') no-repeat top right;
        position: absolute;
        top: 0;
        right: 88px;
    }

    .customerServicePage .customerServiceMobileHeader a.formMobile {
        background: url('../img/service/form-mobile.png') no-repeat top right;
        position: absolute;
        top: 0;
        left: 88px;
    }

    .customerServicePage .customerServiceMobileHeader a.creditCardMobile {
        background: url('../img/service/credit-card-mobile.png') no-repeat top right;
        position: absolute;
        top: 0;
        left: 0;
    }

    .customerServicePage .columnsContainer .rightColumn,
    .customerServicePage .columnsContainer .leftColumn {
        display: block;
        width: 100%;
        padding-right: 0;
        border: none;
    }

    .customerServicePage .columnsContainer .rightColumn .rightColumnInner {
        width: 100%;
    }

    .customerServicePage .contactForm,
    .customerServicePage .appealsSection {
        width: 100%;
    }

    input[type="number"].formPhoneNum {
        width: 50%;
    }

    .customerServicePage .contactForm {
        padding-top: 30px;
    }

    .customerServicePage .appealsSection {
        border-bottom: 1px solid #dddddd;
    }

    .customerServicePage .appealsSection a {
        margin-bottom: 35px;
    }

    .customerServicePage .columnsContainer {
        padding-bottom: 850px;
    }

    .customerServicePage .columnsContainer.noIvPay {
        padding-bottom: 655px;
    }

    .customerServicePage .formsPayRegister {
        position: absolute;
        bottom: 0;
    }

    .customerServicePage .error p {
        text-align: center;
    }

    .customerServicePage .error .btn {
        margin-bottom: 50px;
    }

    .billPayPage h1 {
        font-size: 22px;
        line-height: 22px;
        text-align: center;
    }

    .billPayPage h2 {
        font-size: 14px;
        text-align: center;
        margin-bottom: 15px;
    }

    .billPayPage .columnsContainer .leftColumn {
        display: none;
    }

    .billPayPage .columnsContainer .rightColumn {
        display: block;
        width: 450px;
        margin: 0 auto;
    }

    .billPayPage .columnsContainer .rightColumn .rightColumnInner {
        width: initial;
    }

    .billPayPage .columnsContainer .rightColumn .rightColumnInner .chooseContainer {
        width: 98%;
    }

    input.txtIvClearNum {
        width: 90%;
    }

    .billPayPage .rightColumn .phoneNum {
        width: 273px;
    }

    .billPayPage .rightColumn .phonePrefix {
        margin-left: 13px;
    }

    .billPayPage .rightColumn .btn,
    .billPayPage .rightColumn .divPayByClearNum.divNotPaidWithBit .btn.btnPayByBit {
        width: 98%;
    }

    .billPayPage .rightColumn .divNotPaidWithBit .btn.payByCreditCard,
    .billPayPage .rightColumn .divNotPaidWithBit .btn.btnPayByBit {
        width: 80%;
        padding: 0 9%;
    }

    .billPayPage.billPayBitRedirectPage .columnsContainer .rightColumn {
        width: 90%;
    }

    .billPayPageCreditCard h1 {
        display: block;
        margin-bottom: 10px;
    }

    .billPayPageCreditCardContainer {
        width: 330px;
        margin: 0 auto;
    }

    .billPayPage .rightColumn .btn.btnRealised {
        margin: 10px 0;
        margin-bottom: 30px;
    }

    .billPaySuccessPage {
        padding-top: 40px;
    }

    .payConfirm {
        width: 90%;
    }

    .payConfirm .btn {
        margin: 40px auto;
    }

    .payConfirm .payConfirmIVsMsg {
        padding: 0;
        padding-right: 30px;
    }

    .overlayContent.messageWrapper.payMethodInvalid .messageContainer {
        padding-top: 30px;
    }

    .overlayContent.messageWrapper.cancelPolicy.payMethodInvalid .messageContainer p {
        margin-top: 0px;
    }

    .overlayContent.messageWrapper.cancelPolicy.payMethodInvalid .messageContainer h2,
    .overlayContent.messageWrapper.cancelPolicy.payMethodInvalid .messageContainer p a {
        font-size: 16px;
        line-height: 16px;
    }

    .overlayContent.messageWrapper.cancelPolicy.payMethodInvalid .messageContainer p a {
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .legalInvoicesContainer {
        padding: 10px 20px;
    }
}

@media only screen and (max-width:650px) {
    .registerPageContiner {
        width: 420px;
    }

    .chkDriverStage [type="checkbox"]:not(:checked)+label,
    .chkDriverStage [type="checkbox"]:checked+label {
        display: inline-block;
        line-height: 14px;
        padding-top: 0;
    }

    .homeRegisterBtn {
        background-position: 170px 20px;
    }

    .aboutPage .aboutContent h1 {
        font-size: 28px;
        line-height: 32px;
        max-width: 220px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .homeAlertsWrapper {
        max-width: 500px;
    }

    ul.newsticker {
        right: 500px;
    }
}

@media only screen and (max-width:600px) {
    .homeTopBanner {
        text-align: right;
        padding-right: 55px;
    }

    .homeTopBanner.homeTopBannerVerdict {
        padding-right: 20px;
    }

    .homeAlertStatic {
        font-size: 16px;
    }

    .overlayContent.messageWrapper {
        top: 130px;
    }

    .payInappsPage h1 {
        font-size: 26px;
        line-height: 28px;
        max-width: 270px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .accountPage .rightColumn .tblRide .dateAndTime {
        width: 130px;
    }

    .accountPage .rightColumn .tblRide .sectionDes {
        width: 120px;
    }

    .accountPage .rightColumn .tblRide .sernum {
        width: 90px;
    }

    .homeAlertsWrapper {
        max-width: 450px;
    }

    ul.newsticker {
        right: 450px;
    }

    .registerSuccessPage p.secLine,
    .registerSuccessPage.regNotPaid p.secLine,
    .registerSuccessPage.regNotPaid .divNotPaid {
        text-align: right;
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media only screen and (max-width:550px) {
    .registerPageContiner {
        padding-right: 0;
        width: 90%;
        margin: 0 auto;
    }

    .registerPage header h1 {
        margin-right: 7%;
    }

    .carStage1 .addCarSerNum {
        width: 90%;
    }

    .tblVehicle {
        width: 100%;
    }

    .carStage1 .btnSep {
        width: 100%;
    }

    .carStage1 .btn {
        width: 100%;
    }

    .driverStage2 {
        width: 100%;
    }

    input[type="number"].formPhoneNum {
        width: 55%;
    }

    select.phonePrefix {
        width: 30%;
    }

    .homeMiddle .rightColumn ul.iconsMobile li {
        padding-right: 30%;
    }

    .homeRegisterBtn {
        background-position: 165px 20px;
    }

    .testServer {
        bottom: 290px;
        left: 50px;
    }

    .accountPage .rightColumn .tblRide,
    .accountPage .rightColumn .tblVehicle {
        width: 100%;
    }

    .homeAlertsWrapper {
        max-width: 400px;
    }

    ul.newsticker {
        right: 400px;
    }

    .pagingContainer {
        width: initial;
    }

    .billPayPage .divNoInvoicePayment {
        font-size: 30px;
    }

    .billPayPage .rightColumn .phoneNum {
        width: 50%;
    }

    .overlayContent.messageWrapper.cancelPolicy.payMethodInvalid .messageContainer h2,
    .overlayContent.messageWrapper.cancelPolicy.payMethodInvalid .messageContainer p a {
        font-size: 14px;
        line-height: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width:520px) {
    .homeTopBanner.homeTopBannerVerdict {
        padding-top: 85px;
    }

    .homeTop {
        background-image: url(../img/crossnorth-tunnel-mobile.jpg);
    }

    .homeRegisterBtn {
        background-position: 130px 20px;
    }

    .overlayClose.message {
        margin-right: 0;
        right: 1%;
        position: absolute;
    }

    .overlayClose.myAccount,
    .overlayClose.myAccount.updateCreditCard,
    #overlayUpdateCustDetails .overlayContent,
    #overlayCancelMembership .overlayContent {
        margin-right: 5%;
        right: 1%;
        position: absolute;
    }

    .overlayContent.messageWrapper {
        width: 90%;
        margin-right: 5%;
        right: 0;
    }

    .overlayContent.myAccountWrapper {
        margin-right: 5%;
        width: 80%;
        padding-right: 5%;
        padding-left: 5%;
        right: 0;
    }

    .overlayContent.myAccountWrapper.updateCreditCard {
        margin-right: 0;
        right: 6%;
    }
}

@media only screen and (max-width:500px) {
    .homeTopBanner {
        padding-right: 14px;
    }

    .homeAlertStatic {
        font-size: 14px;
    }

    .pricesPage .sectionHeader .priceHeaderDesktop {
        display: none;
    }

    .pricesPage .sectionHeader .priceHeaderMobile {
        display: block;
        line-height: 28px;
        vertical-align: top;
        padding-top: 24px;
        margin-right: 15px;
    }

    .accountPage .rightColumn .tblRide .sectionDes {
        display: none;
    }

    .accountPage .rightColumn .tblRide .trSectionDesMobile {
        display: table-row;
    }

    .accountPage .rightColumn .tblRide .trRideData td {
        padding-top: 10px;
    }

    .accountPage .rightColumn .tblRide .trSectionDesMobile td {
        border-bottom: 2px solid #d8d8d8;
        padding-bottom: 10px;
    }

    .accountPage .rightColumn .tblRide td {
        border-bottom: none;
        height: 25px;
    }

    .homeAlertsWrapper {
        max-width: 350px;
    }

    ul.newsticker {
        right: 350px;
    }

    .accountPage .rightColumn .tblBills td:last-child {
        text-align: left;
    }

    .accountPage .rightColumn .tblBills td .ivPrint {
        padding-right: 20px;
    }

    .accountPage .rightColumn .tblBills td .ivExcel {
        margin-left: 10px;
    }

    .accountPage .rightColumn .tblBills td .ivPrint.noExcel {
        margin-right: 35px;
    }

    .payConfirmBody {
        padding-right: 30px;
    }

    .payConfirm .btn {
        width: 80%;
    }

    .payConfirm table tr td.creditCardNum {
        padding-right: 0;
    }

    .payConfirmIcon {
        display: none;
    }

    .billPayPage {
        padding-right: 10px;
    }

    .billPayPage h2 {
        margin-bottom: 0;
    }

    .pNotPaid {
        display: none;
    }

    .billPayPage .columnsContainer .rightColumn {
        width: 90%;
    }

    .billPayPage .rightColumn .phoneNumAndBtnContainer {
        width: auto;
    }

    .pRwarn,
    .billPayPage .columnsContainer .rightColumn .chooseContainer span {
        font-size: 14px;
    }

    .contentWrapperAr .billPayPage .columnsContainer .rightColumn .chooseContainer span {
        font-size: 12px;
    }

    .billPayPage .rightColumn .btn,
    .billPayPage .rightColumn .divNotPaidWithBit .btn.payByCreditCard,
    .billPayPage .rightColumn .divNotPaidWithBit .btn.btnPayByBit {
        font-size: 20px;
    }
}

@media only screen and (max-width:450px) {
    .homeTopBanner {
        padding-left: 110px;
    }

    .homeTopBanner.homeTopBannerVerdict {
        padding-left: 20px;
    }

    .homeRegisterBtn {
        background-position: 115px 20px;
    }

    .homeAlertStatic {
        font-size: 12px;
    }

    .uxDesignBy,
    .footerHexoo {
        left: 65%;
    }

    .createdBy,
    .footerMedatech {
        left: 12%;
    }

    ul.chooseCarOrBike li {
        width: 300px;
    }

    ul.chooseCarOrBike li label {
        font-size: 20px;
    }

    .pricesPage .carWrapper .pricesTableContainer {
        width: 332px;
    }

    .pricesPage .carWrapper .pricesTableContainer table tr td.firstColumn {
        width: 107px;
        font-weight: normal;
    }

    .pricesPage .carWrapper .pricesTableContainer table tr td.rightRadius,
    .pricesPage .carWrapper .pricesTableContainer table tr td.leftRadius {
        width: 105px;
    }

    .pricesPage .carWrapper .pricesTableContainer table tr td.rightRadius div {
        width: 90px;
    }

    .pricesPage .carWrapper .pricesTableContainer table tr td.leftRadius div {
        width: 65px;
        padding-right: 45px;
    }

    .accountPage .rightColumn h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .accountPage .logout.mobile {
        top: 22px;
    }

    .accountPage .rightColumn .registredVehiclesHeader {
        font-size: 18px;
    }

    .homeAlertsWrapper {
        max-width: 300px;
    }

    .searchContainer {
        float: none;
    }

    .billPayPage .rightColumn .btn {
        width: 99%;
        margin-top: 30px;
    }

    .labelIvPaySerNum,
    .labelIvPayEmail {
        margin-top: 10px;
    }

    .tblNotPaid.invoicesToPay tr td,
    .legalInvoice span {
        font-size: 13px;
    }

    .legalInvoicesHeader {
        background: none;
        padding-right: 0;
        text-align: center;
    }

    .registerSuccessPage p.secLine,
    .registerSuccessPage.regNotPaid p.secLine,
    .registerSuccessPage.regNotPaid .divNotPaid {
        padding-right: 3%;
        padding-left: 3%;
    }

    .registerSuccessPage p.secLine span {
        word-break: break-all;
    }

    .registerSuccessPage .btn.btnPayByWTaxNum {
        width: 315px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .divTotal label {
        padding-right: 25px;
    }

    .pRwarn {
        padding-top: 10px;
    }

    .legalInvoicesFooter span {
        font-size: 12px;
        line-height: 14px;
    }

    .tblNotPaid.invoicesToPay {
        width: initial;
    }

    .billPayPage .rightColumn .divNotPaidWithBit .btn.payByCreditCard,
    .billPayPage .rightColumn .divNotPaidWithBit .btn.btnPayByBit {
        width: 88%;
        padding: 0 5%;
    }
}

@media only screen and (max-width:420px) {
    .registerSuccessPage .registerSuccessDesktop {
        display: none;
    }

    .registerSuccessPage .registerSuccessMobile {
        display: block;
    }

    .homeRegisterBtn {
        background-position: 110px 20px;
    }
}

@media only screen and (max-width:400px) {
    .homeTop h2.separateRegistration {
        font-size: 14px;
    }

    .homeRegisterBtn {
        background-position: 90px 20px;
    }

    .supportPage .header.msg .btn {
        width: 85%;
    }

    footer .phonesContainer.mobile .work,
    footer .phonesContainer.mobile span {
        display: none;
    }

    .loginPage {
        margin: 0;
        margin-right: 10%;
        width: 80%;
    }

    .loginPage .loginTriangle {
        right: 22%;
    }

    .loginPage .loginTriangle.sms {
        right: 72%;
    }

    .addCarWrapper ul.chooseCarOrBike li label {
        margin-right: 40px;
    }

    .addCarWrapper ul.chooseCarOrBike li label {
        padding-right: 45px;
    }

    .customerServicePage .error .btn {
        width: 100%;
    }

    .accountPage .rightColumn .registredRidesThisMothHeader {
        font-size: 18px;
    }

    .divApproveContainer .chkContainer label,
    .divApproveContainer .divCheckBoxes a {
        font-size: 16px;
    }

    .divApproveContainer .chkContainer [type="checkbox"]:not(:checked)+label:before,
    .divApproveContainer .chkContainer [type="checkbox"]:checked+label:before {
        top: 9px;
    }

    .divApproveContainer .chkContainer [type="checkbox"]:not(:checked)+label:after,
    .divApproveContainer .chkContainer [type="checkbox"]:checked+label:after {
        top: 12px;
    }

    .divBitProccess.divInvoicePaymentPageBitProccess {
        font-size: 16px;
        text-align: right;
    }

    .billPayPage .columnsContainer .rightColumn .chooseContainer span {
        font-size: 12px;
    }

    .billPayPage .columnsContainer .rightColumn .rightColumnInner .loginTriangle {
        margin-right: 80px;
    }

    .billPayPage .columnsContainer .rightColumn .rightColumnInner .loginTriangle.imgPayTriangleClearNum {
        margin-right: 254px;
    }
}

@media only screen and (max-width:380px) {
    .overlayContent.myAccountWrapper input[type="number"].formPhoneNum {
        width: 150px;
    }

    .homeAlertsWrapper {
        max-width: 280px;
    }

    ul.newsticker {
        right: 280px;
    }

    .billPayPage .divNoInvoicePayment {
        font-size: 25px;
    }

    .billPayPage .columnsContainer .rightColumn .rightColumnInner .loginTriangle.imgPayTriangleClearNum {
        margin-right: 242px;
    }

    .contentWrapperAr .billPayPage .columnsContainer .rightColumn .chooseContainer span {
        font-size: 10px;
    }

    input.txtIvClearNum {
        width: 88%;
    }

    .tblNotPaid.invoicesToPay tr td,
    .legalInvoice span {
        font-size: 12px;
    }

    [type="checkbox"]:not(:checked)+label,
    [type="checkbox"]:checked+label {
        padding-top: 0;
    }

    p.pWtaxReceived {
        font-size: 20px;
    }
}

@media only screen and (max-width:360px) {
    .homeTop h2.separateRegistration {
        font-size: 13px;
    }

    .homeMiddle .pricesButton {
        width: 220px;
    }

    .homeRegisterBtn {
        background-position: 80px 20px;
    }

    .customerServicePage .registerSection h2 {
        font-size: 20px;
    }

    .homeAlertsWrapper {
        max-width: 270px;
    }

    ul.newsticker {
        right: 270px;
    }

    .payConfirm .payConfirmHeader,
    .payConfirmBody,
    .payConfirm .payConfirmIVsMsg {
        padding-right: 15px;
    }

    .billPayPage .columnsContainer .rightColumn .rightColumnInner .loginTriangle {
        margin-right: 70px;
    }

    .billPayPage .columnsContainer .rightColumn .rightColumnInner .loginTriangle.imgPayTriangleClearNum {
        margin-right: 230px;
    }
}

@media only screen and (max-width:350px) {
    .homeTop h2.separateRegistration {
        font-size: 12px;
    }

    .billPayPage h1 {
        font-size: 20px;
    }

    .billPayPage h2 {
        display: none;
    }

    .billPayPage .columnsContainer .rightColumn {
        width: 280px;
    }

    .billPayPage .rightColumn .goodToKnow {
        max-width: 220px;
    }

    .billPayPage .rightColumn .btn {
        width: 280px;
    }

    input.txtIvClearNum {
        width: 250px;
    }

    .homeAlertsWrapper {
        max-width: 250px;
    }

    ul.newsticker {
        right: 250px;
    }

    .billPayPage .columnsContainer .rightColumn .chooseContainer span {
        font-size: 10px;
    }

    .billPayPage .columnsContainer .rightColumn .rightColumnInner .loginTriangle {
        margin-right: 60px;
    }

    .billPayPage .columnsContainer .rightColumn .rightColumnInner .loginTriangle.imgPayTriangleClearNum {
        margin-right: 200px;
    }

    .tblNotPaid.invoicesToPay tr td.tdNotPaidText {
        line-height: 18px;
        font-size: 14px;
    }

    .billPayPage .rightColumn .divNotPaidWithBit .btn.payByCreditCard,
    .billPayPage .rightColumn .divNotPaidWithBit .btn.btnPayByBit {
        width: 80%;
        padding: 0 9%;
        font-size: 16px;
    }
}

@media only screen and (max-width:340px) {
    .homeRegisterBtn {
        background-position: 70px 20px;
    }

    .homeMiddle .pricesButton {
        width: 210px;
    }

    .homeAlertsWrapper {
        max-width: 230px;
    }

    footer .phonesContainer.mobile,
    footer .phonesContainer.mobile a {
        font-size: 30px;
        line-height: 30px;
    }

    ul.chooseCarOrBike li {
        width: 280px;
    }

    ul.chooseCarOrBike li label {
        font-size: 18px;
    }

    .customerServicePage {
        width: 280px;
    }

    .customerServicePage .customerServiceMobileHeader a.contactMobile {
        right: 73px;
    }

    .customerServicePage .customerServiceMobileHeader a.formMobile {
        left: 73px;
    }

    .customerServicePage .registerSection h2 {
        line-height: 20px;
    }
}

@media only screen and (max-width:320px) {}

@media print {

    #navAccessiblity,
    .navWrapper,
    .hamburger,
    .mobileHeader,
    .mobileHeaderBottomBorder,
    .btn,
    #footer,
    .push,
    #popupVSButton,
    #popupVSChat {
        display: none !important;
    }

    .contentWrapper {
        display: block !important;
    }

    .payConfirm {
        padding-bottom: 40px !important;
    }
}


* {
    transition: all 0.45s ease-in-out;
}

#item {
    border: 1px solid transparent;
    width: 100px;
    height: 150px;
    background: transparent;
    position: absolute;
    border-radius: 7px;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}
#item:nth-child(1) {
    border: 1px solid #a2acb2;
}
#item:last-child{
    height: 150px !important;

}
.amounttt{
    font-size: 1.6rem;
    font-weight: 300; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#svdn{
    opacity: 0;
}
#item:not(:nth-child(1)) {
    height: 100px;
}


.loadrtxt {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    bottom: 40px;
    color: #0193af;
}

#item::after {
    content: '';

    height: 200px;
    border-radius: 50px 50px 0 0;
    background-color: black;
}



.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

