html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

small {
    font-size: 80%
}

img {
    border: 0
}

button,
input {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-circle {
    border-radius: 50%
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.small,
small {
    font-size: 85%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-nowrap {
    white-space: nowrap
}

.text-uppercase {
    text-transform: uppercase
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1230px
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table .table {
    background-color: #fff
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date],
    input[type=datetime-local],
    input[type=month],
    input[type=time] {
        line-height: 34px
    }
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

input[type=checkbox][disabled],
input[type=radio][disabled] {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.has-success .help-block {
    color: #3c763d
}

.has-error .help-block {
    color: #a94442
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active {
    background-image: none
}

.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active {
    background-image: none
}

.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active {
    background-image: none
}

.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active {
    background-image: none
}

.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

.open>a {
    outline: 0
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav>li>a>img {
    max-width: none
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: -6px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow: hidden !important
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover {
    color: #ccc
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-collapse>.table,
.panel>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-body+.table,
.panel>.table+.panel-body {
    border-top: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before {
    display: table;
    content: " "
}

.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-sm {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block {
    display: none !important
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.selected {
    border: 2px solid red
}

.footerDis img {
    width: 94%;
    float: left;
    margin-top: 10px;
    padding-left: 10px
}

.footerDis h4 {
    color: #d3e6ec;
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 700
}

.Bottom_ul_123 li,
.pwAcademicSecPara h3 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif
}

@keyframes border-pulsate {
    0% {
        border-color: red
    }
    50% {
        border-color: #00f
    }
    100% {
        border-color: rgba(0, 255, 17, 1)
    }
}

.pwAcademicSecPara h3 {
    font-weight: 700;
    padding: 0 13px;
    color: #04142e;
    margin-bottom: 0;
    margin-top: 20px
}

.Bottom_ul_123 li {
    margin-bottom: 6px !important;
    color: #000;
    text-align: left;
    padding-right: 12px
}

.Bottom_ul_123 li span {
    width: 100% !important
}

.Bottom_ul {
    padding-left: 14px;
    margin-top: 20px
}

.Bottom_ul li a,
.Bottom_ul li span {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
    font-weight: 700;
    line-height: 22px;
    color: #2ba9cf
}

.Bottom_ul li {
    background: url(/app_themes/images/icons.png) -6px -1494px no-repeat;
    display: inline-block;
    padding-left: 30px;
    line-height: 30px;
    width: 100%
}

a,
input,
label {
    outline: 0 !important
}

body {
    background-color: #031c44;
    overflow-x: hidden
}

input {
    border: 1px solid #959595
}

.pwIconsNone {
    display: none
}

.lockScreen,
.lockScreen1,
.lockScreen2 {
    background-color: #2b2b2a;
    border: 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000
}

.lockScreen1 {
    background-color: transparent
}

.rating {
    float: left;
    margin-left: -5px
}

.rating:not(:checked)>input {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.rating:not(:checked)>label {
    float: right;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
    text-shadow: 1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0, 0, 0, .5)
}

.rating:not(:checked)>label:before {
    content: '★ '
}

.rating>input:checked~label {
    color: #f70;
    text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0, 0, 0, .5)
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: gold;
    text-shadow: 1px 1px #daa520, 2px 2px #b57340, .1em .1em .2em rgba(0, 0, 0, .5)
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #ea0;
    text-shadow: 1px 1px #daa520, 2px 2px #b57340, .1em .1em .2em rgba(0, 0, 0, .5)
}

.rating>label:active {
    position: relative;
    top: 0;
    left: 2px
}

.Deadline {
    height: 100%
}

.Deadline {
    width: 30%;
    float: left
}

.Prices tr {
    height: 51px
}

.Deadline tr:nth-child(1) {
    height: 39px !important
}

.Deadline tr {
    height: 34px !important;
    width: 100%
}

.Right_sidebar_heading {
    text-transform: capitalize
}

.headStyle {
    background: url(/app_themes/images/headingBg.png) no-repeat;
    height: auto;
    margin: 20px 0
}

.headStyle1 {
    margin: 20px 0 7px
}

.Right_sidebar_heading {
    font: 700 16px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding: 0 15px 5px
}

#h3Heading {
    border-bottom: 1px solid #8e8c8c;
    padding-bottom: 5px
}

.divContent_custom img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px
}

.divContent_dynamic img {
    width: 100% !important;
    height: 268px;
    margin-bottom: 0
}

#h3Heading {
    font: 26px Arial, Helvetica, sans-serif
}

.headStyle h1 {
    margin: 0;
    padding: 0 0 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #2ba9cf;
    line-height: 51px
}

.headStyle h1 span {
    color: #000
}

.pwTopBar {
    position: relative
}

.pwNumber span {
    display: block;
    font-family: Arial, Helvetica, sans-serif
}

.error,
.error1 {
    background-color: #ffd7d7 !important
}

.error {
    border: 1px solid red !important
}

.pwTopBar {
    display: inline-block;
    width: 100%
}

.pwTopBar .pwLogo {
    width: 24%
}

.pwTopBar .pwLogo a {
    width: 100%;
    float: left
}

.pwTopBar .pwLogo a img {
    width: 100%
}

.pwTopContact {
    border: 1px solid #2e4363;
    min-height: auto;
    border-radius: 10px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px
}

.pwNumber {
    padding: 6px 0 6px 0;
    width: 100%;
    float: left
}

.pwNumber span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-top: 0;
    padding-left: 30px;
    float: left;
    margin-right: 30px;
}

.pwNumber span:hover {
    opacity: .8;
}

.pwNumber a:nth-child(1) span {
    background: url(/app_themes/images/icons.png) 0px 0 no-repeat;
    margin-left: 30px;
}

.pwNumber a:nth-child(2) span {
    background: url(/app_themes/images/icons.png) 0px -115px no-repeat;
}

.pwNumber strong {
    color: #fff;
    padding-right: 0
}

.pwTopContact ul {
    width: 50%;
    padding: 0;
    margin: 0;
    float: left;
    border-right: 2px solid #bf9a9a;
    padding-bottom: 14px
}

.pwTopContact ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2ba9cf;
    display: block;
    padding-left: 34px
}

.pwTopContact ul li a:focus,
.pwTopContact ul li a:hover {
    text-decoration: none;
    opacity: .7
}

.pwTopContact ul li a span {
    color: #fff;
    font-weight: 700
}

.pwTopContact ul li:nth-child(1) a {
    background: url(/app_themes/images/icons.png) 0 -38px no-repeat
}

.pwTopContact ul li:nth-child(2) a {
    background: url(/app_themes/images/icons.png) 1px 2px no-repeat;
    padding-left: 35px;
    padding-top: 2px;
    margin-left: 0
}

.pwTopContact ul li:nth-child(3) a {
    background: url(/app_themes/images/icons.png) 10px 1px no-repeat;
    padding-left: 40px
}

#navbar {
    padding-left: 0;
    padding-right: 0
}

#navbar li {
    height: 43px;
    background: #2ba9cf;
    border-radius: 15px 15px 0 0;
    margin-right: 2px
}

#navbar li a {
    padding: 12px 12px;
    color: #fff;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px 2px #031c44
}

#navbar li a:focus,
#navbar li a:hover {
    background: #186289;
    border-radius: 15px 15px 0 0
}

.pwAcademicSecHead h2,
.pwAcademicSecPara p,
.pwHead h2,
.pwOrderBtn a {
    font-family: Arial, Helvetica, sans-serif
}

.accnt_login1 a {
    color: #fff
}

.contentWrapper {
    width: 100%;
    background: #fff;
    margin-top: 0px;
    margin-left: 1px;
    display: inline-block
}

.pwBanner {
    margin: 0;
    margin-bottom: 26px
}

.banner_Images_togetger img {
    width: 100%;
    height: 472px;
    margin-top: 76px
}

.pwHead h2 {
    font-size: 20px;
    color: #04142e;
    font-weight: 700
}

.pwHead h2 span {
    color: #2ba9cf
}

.pwAcademicSecPara {
    background: url(/app_themes/images/academicBot.jpg) left bottom repeat-x, url(/app_themes/images/academicLeft.jpg) left repeat-y, url(/app_themes/images/academicLeft.jpg) right repeat-y;
    padding-bottom: 70px
}

.pwAcademicSecPara p {
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    text-align: left
}

.pwAcademicSecHead h2 {
    background: #deecf5;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    color: #04142e;
    margin-bottom: 0
}

.pwOrderBtn a {
    width: 387px;
    background: #2ba9cf;
    margin-top: -71px;
    margin-left: 10px;
    display: block;
    font-size: 24px;
    text-decoration: none !important;
    color: #fff;
    padding: 6px 0 10px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700
}

.sideBar {
    margin-top: 32px;
    display: inline-block
}

.sideBarInner {
    max-width: 400px;
    margin: 0 auto
}

.sideTopBtn {
    width: 100%;
    height: auto;
    background: url(/app_themes/images/sideTop.png);
    padding-bottom: 10px;
    margin-bottom: 30px
}

.sideTopBtn h3,
.sideTopBtn h4 {
    margin: 0;
    background: #2ba9cf;
    padding: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.sideTopBtn ul {
    list-style: none;
    margin: 10px auto 0;
    padding: 0 4px;
    line-height: normal
}

.sideTopBtn ul li {
    background: url(/app_themes/images/icons.png) 0 -1496px no-repeat;
    display: inline-block;
    padding-left: 40px;
    line-height: 28px;
    width: 100%;
    color: #2ba9cf;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.sideTopBtn ul li h5 {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.sideTopBtn ul li h2 {
    margin: 0 !important
}

.sideTopBtn ul li a {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    line-height: 22px;
    color: #2ba9cf
}

.sideTopBtn ul li a span {
    color: #fff;
    font-size: 14px
}

.sideTopBtn ul li a:hover {
    text-decoration: none;
    opacity: .7
}

.pwNewsInner .pwNewsSuccsMsgIn {
    display: none;
    text-align: center;
    color: #498b08;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top: 3px
}

.pwNewsInner p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #024287;
    padding: 8px 0;
    line-height: 20px
}

.pwNewsInner .mssubmit {
    background: #424242 !important;
    border: none !important;
    height: 40px !important;
    width: 15% !important;
    color: #fff !important;
    font-weight: 700 !important;
    margin-left: -4px !important;
    line-height: 44px !important
}

.pwOrderBtn1 {
    display: block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif
}

.pwOrderBtn1 {
    width: 260px;
    height: 48px;
    background: url(/app_themes/images/calHead.png) repeat-x;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    padding-top: 7px;
    margin: 0 auto
}

.pwOrderBtn1:focus,
.pwOrderBtn1:hover {
    text-decoration: none
}

.hreview-aggregate .rating {
    float: none;
    margin-left: 0
}

#divContent p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

#divContent h2 {
    font-size: 26px
}

#divContent h2,
#divContent h3 {
    color: #2dabd0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .pwTopContact ul li:nth-child(1) a {
        background: url(/app_themes/images/icons.png) 0 -38px no-repeat
    }
    .pwTopContact ul li:nth-child(2) a {
        background: url(/app_themes/images/icons.png) 1px 2px no-repeat;
        padding-left: 35px;
        padding-top: 2px;
        margin-left: 0
    }
    .Prices tr {
        height: 34px !important
    }
}

.pwOrderBtn {
    margin-bottom: 15px;
    margin-top: 10px
}

.footerDis {
    margin-top: 10px
}

.contentWrapperError {
    position: relative;
    height: 550px
}

.errorPage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 330px;
    text-align: center
}

.errorPage h1 {
    font-size: 210px;
    text-align: center;
    display: block;
    font-weight: 700;
    color: #39a2c2;
    vertical-align: top;
    margin: 0;
    padding: 0
}

.errorPage p {
    color: #000;
    font-size: 15px
}

.errorPage a {
    background: #39a2c2;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px
}

.errorPage a:hover {
    text-decoration: none;
    opacity: .7
}

@-webkit-keyframes example {
    0% {
        left: -350px
    }
    50% {
        left: 102%
    }
    100% {
        left: 0
    }
}

@keyframes example {
    0% {
        left: -350px
    }
    50% {
        left: 102%
    }
    100% {
        left: 0
    }
}

@-moz-keyframes example {
    0% {
        left: -350px
    }
    50% {
        left: 102%
    }
    100% {
        left: 0
    }
}

.loader {
    font-size: 10px;
    position: fixed;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, .2);
    border-right: 1.1em solid rgba(255, 255, 255, .2);
    border-bottom: 1.1em solid rgba(255, 255, 255, .2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    z-index: 9999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.cities_list {
    display: none
}

.sideTopBtn .cities_list ul {
    margin: 0;
    padding-left: 20px;
    display: none;
    height: 110px;
    overflow-y: scroll
}

.sideTopBtn .cities_list li {
    font-size: 15px;
    color: #2ba9cf;
    font-weight: 700;
    width: 100%
}

.sideTopBtn .cities_list li ul li {
    width: 100%;
    background: url(/app_themes/images/pageNext.png) left center no-repeat;
    padding-left: 20px;
    line-height: 22px;
    font-size: 14px
}
.blogs h2 {
    font-size: 20px !important;
}
@media (max-width:1200px) {
    .divContent_dynamic img {
        height: 207px;
    }
    .rating:not(:checked)>label {
        font-size: 150%
    }
    .rating {
        margin-top: 9px
    }
    #navbar li a {
        padding: 12px 8px
    }
    .sideTopBtn ul li a span {
        font-size: 12px
    }
    .pwOrderBtn1 {
        padding: 10px;
        font-size: 18px;
        height: auto;
        width: 100%
    }
}

@media (max-width:992px) {
    .divContent_dynamic img {
        height: 156px;
    }
    #navbar li {
        height: 32px;
        margin-top: 11px;
        border-radius: 8px 8px 0 0
    }
    #navbar li a {
        font-size: 12px;
        padding: 7px 6px
    }
    #navbar li a:focus,
    #navbar li a:hover {
        border-radius: 7px 7px 0 0;
        line-height: 18px
    }
    .pwNewsInner .mssubmit {
        width: 20% !important
    }
    .pwOrderBtn1 {
        width: 100%
    }
    .pwOrderBtn1 {
        font-size: 13px
    }
}

@media (max-width:768px) {
    .divContent_dynamic img {
        height: 211px;
    }
    #navbar ul {
        text-align: center
    }
    .Deadline tr {
        height: 54px !important
    }
    .accnt_login1 {
        display: block
    }
    .navbar-toggle {
        width: auto !important
    }
    .navbar {
        background: url(/app_themes/images/calHead.png) top center repeat-x;
        margin-left: 0;
        margin-right: 0;
        border-radius: 15px 15px 0 0;
        width: 98%;
    }
    .icon-bar {
        border: 1px solid #fff
    }
    .navbar-toggle {
        float: none;
        margin-left: 10px
    }
    #navbar ul {
        width: 100%;
        margin: 0 !important
    }
    #navbar li a {
        padding: 2px 0
    }
    #navbar li {
        background: 0;
        padding-left: 0;
        border-top: 1px dashed #fff;
        border-radius: 0;
        margin-top: 0;
        height: auto
    }
    #navbar li:nth-child(1) {
        border-top: 0
    }
    #navbar li a:focus,
    #navbar li a:hover {
        background: 0;
        line-height: 19px;
        opacity: .7
    }
    .accnt_login {
        display: none
    }
    .pwOrderBtn1 {
        width: 50%
    }
    .margin-Top0 {
        margin-top: 0 !important
    }
}

@media (max-width:550px) {
    .pwTopContact {
        text-align: center
    }
    .pwTopContact {
        width: 100%;
        background: 0;
        padding-right: 10px;
        padding-top: 11px
    }
    .pwTopContact ul {
        margin-left: 0
    }
    .pwNumber span {
        font-size: 16px
    }
    .pwLogo img {
        width: 100%
    }
    .pwOrderBtn a {
        width: 93%;
        font-size: 18px
    }
    .pwNewsInner .mssubmit {
        width: 100% !important;
        margin-left: 0 !important
    }
    .pwNewsInner .mssubmit {
        margin-top: 10px !important
    }
    .pwOrderBtn1 {
        width: 100%
    }
}

@media (max-width:480px) {
    .divContent_dynamic img {
        height: 109px;
    }
    .pwNumber span:nth-child(2) {
        display: none
    }
    .pwTopContact ul li:nth-child(3) a {
        margin-top: 12px
    }
    .Deadline tr {
        height: 51px !important
    }
    .headStyle h1 {
        font-size: 22px !important
    }
    .pwOrderBtn a {
        font-size: 14px
    }
    .pwOrderBtn a span {
        display: none
    }
}

@media (max-width:420px) {
    .sideTopBtn ul li a {
        font-size: 12px
    }
    .headStyle h1 {
        font-size: 18px !important
    }
}

.loader-inner {
    position: fixed;
    right: 0;
    z-index: 999
}

button {
    background-color: #6bbe92;
    width: 302px;
    border: 0;
    padding: 10px 0;
    margin: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: 700
}

@-webkit-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

.loader-inner {
    left: 0;
    margin: 0 auto;
    width: 10%;
    top: 400px;
    display: none
}

#divRightPanel img {
    width: 100%;
    height: auto;
    margin: 26px 0 0
}

#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto
}

.jquery-script-center ul {
    width: 212px;
    float: left;
    line-height: 45px;
    margin: 0;
    padding: 0;
    list-style: none
}

.jquery-script-center a {
    text-decoration: none
}

.Livechat_close {
    float: right;
    cursor: pointer;
    margin-top: 0;
    position: fixed;
    z-index: 99999;
    right: 12px
}

.Custom_Review_container {
    width: 100%;
    display: inline-block;
    background: #2ba9cf
}

.Custom_Review_Btn {
    display: inline-block;
    width: 32%;
    text-align: left;
    border-right: 2px dashed #fff
}

.Custom_Review_Btn span {
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 13px 0 13px 13px
}

.Custom_Review_Btn a {
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 18px;
    float: right;
    color: #fff;
    font-weight: 700;
    border: 1px solid;
    margin: 11px 14px
}

.Custom_Review_Btn a:hover {
    text-decoration: none;
    background: #fff;
    color: #000
}

.Custom_Review {
    width: 66%;
    float: right
}

.Custom_Review h4 {
    text-align: left;
    color: #f4a52c;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    padding: 13px 0;
    float: left;
    margin: 0
}

.Custom_Review h4 span {
    color: #fff
}

.Custom_Review a {
    float: left;
    width: 16%;
    margin: 11px 0 11px 20px
}

.Custom_Review a img {
    width: 100%
}

.Custom_Review a:hover {
    opacity: .7
}

.all-services a {
    color: #000;
    font-weight: 700
}

.all-services {
    float: right !important;
    text-align: right !important;
    width: 100% !important
}

@keyframes animateBorderOne {
    to {
        outline-color: #13ff0f;
        box-shadow: 0 0 0 4px #fff
    }
}

.wrap {
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-perspective-origin: 50% 100px;
    perspective-origin: 50% 100px;
    margin-left: 70px;
    margin-top: 70px;
    margin-bottom: 340px
}

.fa-twitter {
    height: 200px;
    width: 100%;
    display: inline-block;
    background: url(/app_themes/images/icons.png) no-repeat center -484px
}

.fa-facebook {
    height: 200px;
    width: 100%;
    display: inline-block;
    background: url(/app_themes/images/icons.png) no-repeat center -318px
}

i.fa {
    font-size: 100px;
    line-height: 200px
}

.twitter {
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px)
}

.twitter:hover {
    background-color: rgba(0, 172, 237, .5)
}

.twitter:hover .fa-twitter {
    color: #fff
}

.fa-twitter {
    color: #00aced
}

.facebook {
    -webkit-transform: translateZ(-100px) rotateY(180deg);
    transform: translateZ(-100px) rotateY(180deg);
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.facebook:hover {
    background-color: rgba(59, 89, 152, .5)
}

.facebook:hover .fa-facebook {
    color: #fff
}

.fa-facebook {
    color: #3b5998
}

.bottom {
    -webkit-transform: rotateX(90deg) translateY(100px);
    transform: rotateX(90deg) translateY(100px);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.top {
    -webkit-transform: rotateX(-90deg) translateY(-100px);
    transform: rotateX(-90deg) translateY(-100px);
    -webkit-transform-origin: top center;
    transform-origin: top center
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.fixed_header {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #031c44;
}

.order_id {
    float: left;
    color: #fc0;
    font-size: 13px
}

.order_page {
    float: right;
    color: #fc0;
    font-size: 13px
}

.rate_center,
.rate_top {
    width: 100%;
    float: left
}

.rate_center {
    margin-bottom: 8px
}

.pwHead h1 {
    font-size: 26px;
    font-weight: 700;
    color: #2ba9cf;
    margin-bottom: 0
}

.container_topnav {
    padding-left: 0;
    padding-right: 0;
    width: 1202px;
    display: block;
    margin: 0 auto
}

.content_less1,
.content_less2,
.content_less3,
.content_less4,
.content_less5,
.content_less6,
.content_less7,
.content_less8,
.content_less9 {
    display: none;
    float: right;
    color: #45aece;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
    margin-right: 14px
}

.res_heading1 span,
.res_heading2 span,
.res_heading3 span,
.res_heading4 span,
.res_heading5 span,
.res_heading6 span,
.res_heading7 span {
    display: none;
    color: #45aece;
    font-weight: 700;
    cursor: pointer
}

.footer_togglebtn {
    height: 39px;
    width: 39px;
    float: right;
    background: url(/app_themes/images/icons.png) no-repeat -7px -1114px;
    margin-right: 10px;
    margin-top: 0;
    display: none
}

@media (max-width:1200px) {
    .popup_container {
        height: 274px !important;
        background-size: 100%;
        top: 180px
    }
    .popup_image {
        height: 274px !important
    }
    .container_topnav {
        width: 943px
    }
}

@media (max-width:992px) {
    .popup_container {
        width: 78% !important;
        top: 150px
    }
    .container_topnav {
        width: 723px
    }
    .accnt_login,
    .accnt_login1 {
        display: none
    }
}

@media (max-width:768px) {
    .popup_image {
        height: 246px !important;
        top: 90px
    }
    .pwHead h1 {
        font-size: 26px;
        margin-top: 40px;
        margin-bottom: 0;
        font-weight: 700;
        color: #319aba
    }
    .popup_container {
        height: auto !important;
        top: 80px
    }
    .container_topnav {
        width: 100%
    }
}

@media (max-width:480px) {
    .day-deal {
        display: none
    }
    .popup_image {
        width: 100% !important;
        top: 0;
        height: 160px !important
    }
    .popup_container {
        width: 90% !important;
        top: 190px;
        height: auto !important
    }
    .pwHead h1 {
        font-size: 18px
    }
    .navbar {
        z-index: 9999
    }
    .container_topnav {
        width: 100%;
    }
    .res_content1,
    .res_content2,
    .res_content3,
    .res_content4,
    .res_content5,
    .res_content6,
    .res_content7,
    .res_content8,
    .res_content9 {
        display: none
    }
    .res_heading1 span,
    .res_heading2 span,
    .res_heading3 span,
    .res_heading4 span,
    .res_heading5 span,
    .res_heading6 span,
    .res_heading7 span {
        display: inline-block;
        margin-left: 12px
    }
    .pwAcademicSecPara p {
        margin-bottom: 0
    }
    .pwOrderBtn {
        display: none
    }
    .sideBar {
        width: 100%;
        margin-top: 0
    }
    .sideTopBtn h3 {
        display: block
    }
    .footer_togglebtn {
        display: inline-block
    }
    .sideBarInner {
        margin-top: 0
    }
    .sideTopBtn .cities_list li,
    .sideTopBtn .cities_list li ul li {
        font-size: 12px
    }
}

@media (max-width:320px) {
    .container_topnav {
        width: 100%
    }
    .wrap {
        margin-left: 30px !important
    }
}

@media (max-width:1200px) {
    .Custom_Review_Btn span {
        font-size: 16px
    }
    .Custom_Review_Btn a {
        font-size: 14px;
        margin: 10px 5px
    }
    .Custom_Review a {
        margin: 10px 0 10px 10px
    }
    .Custom_Review h4 {
        padding: 10px 0
    }
    .wrap {
        margin-left: 32px
    }
}

@media (max-width:992px) {
    .Custom_Review h4 {
        font-size: 16px
    }
    .Custom_Review a {
        margin: 8px 0 8px 8px !important
    }
    .Custom_Review_Btn span {
        font-size: 12px;
        padding-left: 3px
    }
    .Custom_Review_Btn a {
        font-size: 12px;
        margin: 8px 3px 8px 0
    }
    .wrap {
        margin-left: 0
    }
    .pwTopBar .pwLogo {
        width: 28%
    }
}

@media (max-width:768px) {
    .circle .fa {
        display: inline-block
    }
    .Custom_Review_Btn {
        width: 100%;
        text-align: center;
        border: none
    }
    .Custom_Review_Btn a {
        display: inline-block;
        margin-left: 8px;
        float: none
    }
    .Custom_Review {
        width: 100%
    }
    .pwBanner {
        margin: 50px 0 0
    }
    .wrap {
        margin-left: 100px;
        margin-bottom: 290px
    }
    .hreview-aggregate {
        margin-top: 0
    }
    .pwNumber a:nth-child(1) span {
        padding-left: 36px;
        background-position: 2px 0;
        padding-left: 28px
    }
    .pwNumber a:nth-child(2) span {
        padding-left: 30px;
        background-position: 2px -115px
    }
    .pwNumber {
        padding: 2px 0 0 0
    }
    .pwTopContact {
        margin-top: 16px
    }
    .pwTopContact {
        width: auto;
        padding-left: 10px
    }
    .pwNumber span {
        font-size: 12px;
        padding-top: 3px
    }
    .pwTopBar .pwLogo {
        width: 32%;
    }
    #navbar {
        background: #031c44;
        position: relative;
        z-index: 99
    }
    .Custom_Review h4 {
        padding-left: 10px
    }
    .Custom_Review a {
        margin: 6px 0 6px 16px !important
    }
    .accnt_login1 {
        display: inline-block
    }
}

@media (max-width:480px) {
    .Custom_Review a {
        width: 25%;
        margin: 8px 0 8px 12px !important
    }
    .wrap {
        margin-left: 50px
    }
    .pwTopBar .pwLogo {
        width: 60%;
        margin: 0;
    }
    .pwTopContact {
        margin-top: 18px;
        padding: 0;
        border: 0
    }
    #lblNumber1 {
        width: 100%
    }
    .navbar {
        border-radius: 0;
        min-height: 38px;
        width: 96%;
    }
    .accnt_login1 {
        background-size: 17%;
        padding-top: 5px;
        padding-left: 30px;
        height: auto;
        width: auto;
        padding-right: 20px
    }
    .navbar-toggle {
        float: none;
        margin-left: 10px;
        margin-top: 2px;
        margin-right: 0;
        margin-bottom: 0
    }
    .pwBanner {
        margin: 36px 0 0
    }
}

.mssubmit122 {
    background: #11401d !important
}

.accnt_login1 {
    display: none
}

.order_now {
    float: right;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 14px
}

.order_now a {
    background: url(/app_themes/images/icons.png) no-repeat 0 -218px;
    display: inline-block;
    border: medium none;
    color: #2ba9cf;
    cursor: pointer;
    font-family: Arial;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 0 6px 40px
}

.accnt_login {
    float: right;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 14px
}

.accnt_login a {
    background: url(/app_themes/images/icons.png) no-repeat 0 -158px;
    display: inline-block;
    border: medium none;
    color: #2ba9cf;
    cursor: pointer;
    font-family: Arial;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 0 6px 34px
}

.two_btn {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

.banner_chatBtn {
    color: #fff;
    1px solid transparent;
    padding: 12px 0;
    font-size: 24px;
    text-transform: uppercase;
    background: url(/app_themes/images/icons.png) no-repeat 12px -283px #1a87da;
    font-family: Maiandra GD;
    border-radius: 4px;
    padding: 10px 14px 10px 50px;
    margin-right: 20px
}

.banner_chatBtn:focus,
.banner_chatBtn:hover {
    text-decoration: none;
    opacity: .8;
    color: #fff
}

.banner_orderBtn {
    color: #fff;
    border: 1px solid transparent;
    font-size: 24px;
    text-transform: uppercase;
    background: url(/app_themes/images/icons.png) no-repeat 12px -215px #1a87da;
    font-family: Maiandra GD;
    border-radius: 4px;
    padding: 10px 36px 10px 50px;
}

.banner_orderBtn:focus,
.banner_orderBtn:hover {
    text-decoration: none;
    opacity: .8;
    color: #fff
}

@media (max-width:1200px) {
    .two_btn {
        bottom: 100px
    }
}

@media (max-width:992px) {
    .accnt_login {
        display: none
    }
    .two_btn {
        bottom: 80px
    }
}

@media (max-width:768px) {
    .order_now {
        float: none;
        display: inline-block;
        width: 100%;
        margin: 0;
        text-align: center;
        border-top: 1px dotted #fff;
        padding-bottom: 8px
    }
    .banner_orderBtn {
        font-size: 16px;
        padding: 10px 22px 10px 48px;
        background-position: 12px -222px;
    }
    .banner_chatBtn {
        font-size: 16px;
        padding: 10px 22px 10px 48px;
        background-position: 12px -290px;
    }
    .two_btn {
        bottom: 70px
    }
}

@media (max-width:480px) {
    .two_btn {
        bottom: 30px
    }
    .banner_orderBtn {
        font-size: 12px;
        padding: 8px 10px 8px 40px;
        background-position: 8px -226px;
    }
    .banner_chatBtn {
        font-size: 12px;
        padding: 8px 14px 8px 46px;
        background-position: 12px -293px;
    }
}

.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
    position: relative
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    width: 100% !important;
    height: auto !important;
    top: 220px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important
}

.fancybox-skin {
    background-color: #f1ede5;
    color: #614d4b;
    text-shadow: none
}

.fancybox-opened {
    z-index: 9999999
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner {
    overflow: hidden;
    width: 100% !important;
    height: auto !important
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
    display: none
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -306px;
    opacity: 1;
    cursor: pointer;
    z-index: 8060;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    cursor: pointer;
    z-index: 8040;
    position: absolute
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(//cdn.shopify.com/s/files/1/0109/6532/t/23/assets/loader.gif?5661881326289827546) center center no-repeat;
    background-size: 32px 32px;
    display: block !important
}

.fancybox-close {
    position: fixed;
    top: 6px;
    right: 24px;
    background: url(/app_themes/images/newsletter_popclose.png) no-repeat;
    height: 28px;
    width: 28px
}

.mssubmit12,
.newsletter_livechat a {
    background: #b11e22 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #fff !important
}

.mssubmit12 {
    padding: 12px 64px !important;
    height: auto !important;
    width: auto !important;
    float: right;
    margin-top: 2px;
    line-height: normal !important;
    border-radius: 8px !important;
    margin-bottom: 0 !important
}

.newsletter_livechat {
    float: left;
    text-align: center;
    width: 33%;
    margin-top: 210px
}

.newsletter_livechat a {
    padding: 12px 36px !important;
    text-transform: uppercase;
    border-radius: 8px
}

.newsletter_livechat a:hover {
    opacity: .7;
    text-decoration: none
}

.mssubmit12:hover {
    opacity: .7
}

.gallery .fancybox-close {
    top: 2px;
    right: 2px
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(//cdn.shopify.com/s/files/1/0109/6532/t/23/assets/blank.gif?5661881326289827546);
    -webkit-tap-highlight-color: transparent
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -18px;
    visibility: hidden;
    color: #333;
    opacity: .8;
    text-shadow: 0 0 1px #fff
}

.fancybox-prev span {
    left: 16px
}

.fancybox-next span {
    right: -10px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-lock {
    overflow: hidden
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 999999;
    background: url(//cdn.shopify.com/s/files/1/0109/6532/t/23/assets/fancybox_overlay.png?5661881326289827546)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
    width: 100%
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -28px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 0;
    background: 0 0;
    background: rgba(0, 0, 0, .6);
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
    width: 100%;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050
}

#fancybox-thumbs.bottom {
    bottom: 2px
}

#fancybox-thumbs.top {
    top: 2px
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: .5;
    border: none
}

#fancybox-thumbs ul li.active {
    opacity: .75;
    padding: 0;
    border: 1px solid #fff
}

#fancybox-thumbs ul li:hover {
    opacity: 1
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: 0
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none
}

.newsletter {
    margin-bottom: 1.5em
}

.newsletter .contact-form {
    width: 460px;
    margin: 0 auto
}

@media (max-width:767px) {
    .newsletter .contact-form {
        width: 100%
    }
}

.newsletter input.sign_up {
    display: inline-block;
    width: 30%
}

@media (max-width:767px) {
    .newsletter input.sign_up {
        width: 100%
    }
}

.newsletter input.contact_email {
    width: 67%;
    display: inline-block;
    margin-right: 2%
}

@media (max-width:767px) {
    .newsletter input.contact_email {
        width: 100%;
        margin-right: 0
    }
}

.newsletter_popup .fancybox-skin,
.newsletter_popup .fancybox-skin a,
.newsletter_popup .fancybox-skin a:visited,
.newsletter_popup .fancybox-skin p.headline {
    color: #fff !important
}

.newsletter_popup .newsletter {
    margin-bottom: 0
}

.newsletter_popup .fancybox-skin {
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
    background: transparent !important;
    box-shadow: none !important
}

.newsletter_popup .fancybox-outer {
    background: url(/app_themes/images/offer.jpg) 0 0 / 100% 100% no-repeat;
    height: 324px !important;
    padding: 24px !important;
    box-shadow: 0px 0px 8px 4px #a5a5a5;
    width: 58% !important;
    margin: auto;
    cursor: pointer;
    float: none
}

.news_letter_input {
    float: right;
    text-align: center;
    width: 38%;
    margin-top: 90px
}

.news_letter_input input {
    width: 100%;
    background: #eedede;
    border: 1px solid transparent;
    padding: 10px;
    border-radius: 12px;
    color: #000;
    margin-bottom: 14px
}

.pwNewsInner {
    display: inline-block;
    width: 100%
}

@media (max-width:768px) {
    .fancybox-wrap {
        top: 70px !important
    }
}

@media (max-width:480px) {
    .mssubmit12,
    .news_letter_input input {
        padding: 4px 12px !important;
        font-size: 12px !important
    }
    .fancybox-wrap {
        width: 360px !important;
        top: 180px !important
    }
    .news_letter_input {
        margin-top: 72px
    }
    .news_letter_input input {
        border-radius: 6px !important;
        margin-bottom: 4px !important
    }
    .mssubmit12 {
        margin-top: 2px !important;
        border-radius: 4px !important
    }
    .newsletter_popup .fancybox-outer {
        padding: 2px !important;
        background-size: 100% 100%;
        height: auto !important
    }
    .newsletter_livechat {
        width: 110px !important;
        margin-top: 132px
    }
    .newsletter_livechat a {
        padding: 4px 7px !important;
        border-radius: 6px !important;
        font-size: 11px !important
    }
    .pwNewsSuccsMsgIn {
        font-size: 10px !important
    }
    .fancybox-close {
        right: 6px;
    }
}

.mssubmit122 {
    background: #11401d !important;
}

.mssubmit122_error {
    background: #f90505 !important;
}

.news_letter_input input:focus {
    outline-offset: 0 !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}

.circle .fa {
    height: 30px;
    width: 30px;
    background: url(/app_themes/images/arrow_down.png) no-repeat;
    bottom: 16px;
    position: fixed;
    right: 56px;
    margin-bottom: 50px;
    animation-name: arrow;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    -webkit-animation-name: arrow;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    display: none;
    z-index: 999
}

@keyframes arrow {
    0%,
    100% {
        bottom: 0
    }
    75% {
        bottom: 35px
    }
}

@-webkit-keyframes arrow {
    0%,
    100% {
        bottom: 0
    }
    75% {
        bottom: 35px
    }
}

@keyframes circle {
    0%,
    10%,
    100% {
        height: 120px
    }
    50%,
    90% {
        height: 130px
    }
    75% {
        height: 150px
    }
}

@-webkit-keyframes circle {
    0%,
    10%,
    100% {
        height: 120px
    }
    50%,
    90% {
        height: 130px
    }
    75% {
        height: 150px
    }
}

@-webkit-keyframes pulse {
    0%,
    8% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    15% {
        -webkit-transform: scale(.1);
        opacity: 1
    }
    30% {
        -webkit-transform: scale(.5);
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes pulse {
    0%,
    8% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    15% {
        -webkit-transform: scale(.1);
        opacity: 1
    }
    30% {
        -webkit-transform: scale(.5);
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@media (max-width:1200px) {
    .fancybox-wrap {
        top: 130px !important;
    }
    .newsletter_popup .fancybox-outer {
        width: 73% !important;
        padding: 0 !important;
    }
}

@media (max-width:992px) {
    .newsletter_popup .fancybox-outer {
        height: 276px !important;
        width: 80% !important;
    }
}

@media (max-width:768px) {
    .fancybox-lock .fancybox-overlay {
        z-index: 999999999;
    }
    .circle .fa {
        display: inline-block
    }
    .newsletter_popup .fancybox-outer {
        width: 80% !important;
        margin: auto;
        height: 242px !important;
    }
    .fancybox-wrap {
        top: 70px !important;
    }
}

@media (max-width:480px) {
    .fancybox-wrap {
        top: 180px !important;
        position: fixed
    }
    .newsletter_popup .fancybox-outer {
        height: 160px !important;
        width: 90% !important;
    }
}

.message-typing .dot {
    font-weight: bold;
    font-size: 30px;
    line-height: 0;
}

.message {
    font-size: 14px;
    margin: 0 4px 14px 4px;
    overflow: hidden;
    border-radius: 8px;
    padding: 0px 10px 0px 10px;
}

.message p {
    margin: 0;
}

.message-live,
.message-typing {
    background: #8dbf43;
    padding: 7px;
    opacity: 0;
    border-radius: 4px;
    color: #ffffff;
    float: left
}

.message-live._playing,
.message-typing._playing {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.message-live._removing,
.message-typing._removing {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.message-typing .dot {
    display: inline-block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.message-typing .dot._one {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.message-typing .dot._two {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.message-typing .dot._three {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.livechat_message {
    position: fixed;
    right: 46px;
    bottom: 46px;
    width: 296px;
    z-index: 99999;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    background: #ffffff;
    padding-top: 16px;
    height: 204px;
    box-shadow: 0px 0px 8px #cacaca;
}

.message-typing {
    font-size: 12px;
    background: white;
    margin-top: 0;
    color: #000;
    padding: 14px;
    width: 100%;
    border-radius: 4px;
    line-height: normal;
    border: 0;
    border-top: 1px solid #e8e2e2;
}

.livechat_message_cross {
    text-align: right;
    display: block;
    margin-bottom: 0px;
    position: relative;
}

.livechat_message_cross span {
    background: #d1242b;
    color: #fff;
    border-radius: 150px;
    height: 20px;
    width: 20px;
    display: inline-block;
    padding-right: 0;
    position: absolute;
    top: -26px;
    left: -10px;
    font-weight: bolder;
    font-size: 12px;
    padding-top: 2px;
    text-align: center;
}

.write_livechat {
    font-size: 12px;
    background: white;
    color: #000;
    padding: 14px;
    width: 100%;
    border-radius: 4px;
    line-height: normal;
    border: 0;
    border-top: 1px solid #e8e2e2;
    margin-top: 8px;
}

.livechaticon_default {
    height: 60px;
    width: 60px;
    position: fixed;
    right: 20px;
    background: url(/app_themes/images/icons.png) no-repeat center -1272px;
    bottom: 20px;
    z-index: 9999999999;
    border-radius: 85px;
}

#navbar li a {
    padding: 12px 22px;
}

.section6 {
    background: #000;
}

.footer_container {
    background: #18191a;
    display: inline-block;
    width: 100%;
    padding: 30px 0px;
}

.Footer_nav {
    width: 100%;
    display: inline-block;
    margin-top: 0px;
}

.Footer_nav ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 50%;
    margin-top: 4px;
    float: left;
}

.Footer_nav ul li {
    list-style: none;
    width: 100%;
    display: inline-block;
    line-height: 20px;
}

.Footer_nav ul li a {
    font: 12px arial;
    color: #979799;
    text-decoration: none;
    text-align: left;
    display: inline-block;
}

.Footer_nav ul li a:hover {
    color: #2ba9cf;
}

.Footer_nav h3 {
    font: bold 17px arial;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.Footer_nav12 ul {
    width: 50% !important;
    float: left;
}

.footer_logo img {
    width: 100%;
}

.footersocial_icons {
    text-align: center;
}

.footer_bottom {
    width: 100%;
    display: inline-block;
    background: #000;
    padding: 10px 20px 10px 20px;
}

.copyright_left {
    float: left;
}

.copyright_left p {
    font: 14px arial;
    color: #979799;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0px;
    float: left;
}

.copyright_left p a {
    text-decoration: none;
    color: #979799;
}

.copyright_left p a:hover {
    text-decoration: underline;
}

.payment_right {
    float: right;
    color: #979799;
}

.hreview-aggregate {
    font: 12px arial;
    color: #979799;
    display: inline-block
}

.payment_right a {
    text-decoration: none;
    color: #979799;
}

.payment_right a:hover {
    text-decoration: underline;
}

.hover-effect1 ul {
    padding: 0px;
    margin: 0;
}

.hover-effect1 ul li {
    display: inline-block;
}

.hover-effect1 ul li a {
    font-size: 40px;
    color: #fff;
    margin: 0px 8px 0 0;
    line-height: 100px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #B71C1C;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.hover-effect1 ul li:hover a {
    border-radius: 50%;
    background: #B71C1C;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.hover-effect1 ul li:nth-child(1) a {
    background: url(/app_themes/images/footer_socialicons.png) no-repeat 10px 6px #fff;
}

.hover-effect1 ul li:nth-child(2) a {
    background: url(/app_themes/images/footer_socialicons.png) no-repeat -27px 6px #fff;
}

.hover-effect1 ul li:nth-child(3) a {
    background: url(/app_themes/images/footer_socialicons.png) no-repeat -68px 6px #fff;
}

.hover-effect1 ul li:nth-child(4) a {
    background: url(/app_themes/images/footer_socialicons.png) no-repeat -108px 6px #fff;
}

.hover-effect1 ul li:nth-child(5) a {
    background: url(/app_themes/images/footer_socialicons.png) no-repeat -143px 6px #fff;
}

.hover-effect1 ul li:nth-child(6) a {
    background: url(/app_themes/images/footer_socialicons.png) no-repeat -178px 6px #fff;
}

.hover-effect1 ul li:nth-child(7) a {
    background: url(/app_themes/images/footer_socialicons.png) no-repeat -215px 6px #fff;
}

.hover-effect1 ul li:nth-child(8) a {
    background: url(/app_themes/images/footer_socialicons.png) no-repeat -251px 6px #fff;
}

.hover-effect1 ul li:nth-child(9) a {
    background: url(/app_themes/images/footer_socialicons.png) no-repeat -294px 6px #fff;
}

._four p::before {
    content: "Hi there! Looking for writing service?";
}

._three p::before {
    content: "Let's discuss your requirements!";
}

._one p::before {
    content: "Still wandering around? Let us help you!";
}

._two .msg-typ::before {
    content: "Agent is Typing";
}

.write_livechat::before {
    content: "Please Write Here...";
}

.panel-fixed {
    width: 370px;
    z-index: 9;
}

.sideBarInner h2 {
    color: #fff;
    margin: 0;
    background: #031c44;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
}

.panel-fixed {
    width: 370px;
    z-index: 9;
}

@media (max-width:1200px) {
    .headStyle {
        background: transparent;
    }
    .headStyle h1 {
        padding: 0;
        line-height: normal;
    }
    .pwTopContact {
        margin-top: 10px;
    }
    .banner_Images_togetger img {
        height: 370px;
        margin-top: 102px;
    }
    .panel-fixed {
        width: 29%;
    }
    #navbar li a {
        padding: 12px;
        font-size: 14px;
    }
    .accnt_login a {
        font-size: 14px;
    }
}

@media (max-width:992px) {
    .banner_Images_togetger img {
        height: 282px;
        margin-top: 96px;
    }
    #navbar li a {
        padding: 6px;
    }
    .Footer_nav h3 {
        margin-bottom: 10px;
    }
    .Footer_nav ul {
        width: 100%;
    }
    .Footer_nav12 ul {
        width: 100% !important;
    }
}

@media (max-width:768px) {
    .pwTopContact {
        margin-top: 10px;
        padding: 4px 0;
    }
    .banner_Images_togetger img {
        height: 250px;
    }
    .pwTopBar {
        width: 98%;
    }
    .panel-fixed {
        position: static !important;
        width: auto;
        background: transparent;
    }
    .livechaticon_default {
        display: none;
    }
    .Footer_nav {
        text-align: center;
        margin-bottom: 20px;
    }
    .Footer_nav h3 {
        text-align: center;
        margin-bottom: 0;
    }
    .footer_logo {
        text-align: center
    }
    .footer_logo img {
        width: 50%;
    }
}

@media (max-width:480px) {
    .pwTopContact {
        margin-top: 0;
        padding: 4px 0;
    }
    .pwNumber {
        float: none;
        display: inline-block;
        margin-top: 12px;
    }
    .pwNumber a:nth-child(1) {
        display: none;
    }
    .pwNumber span {
        float: none;
        display: inline-block;
        margin: 0 !important;
    }
    .pwTopBar {
        width: 96%;
    }
    .banner_Images_togetger img {
        height: 136px;
        margin-top: 92px;
    }
    .livechat_message {
        right: 30px;
    }
    .message {
        font-size: 12px;
    }
    .livechat_message {
        height: 196px;
        width: 276px;
    }
    .livechaticon_default {
        display: none;
    }
    .footer_menu {
        display: none
    }
    .section6 .col-sm-3 {
        width: 70%;
        float: left
    }
    .footer_logo img {
        width: 100%;
    }
    .footer_container {
        padding: 10px 0px;
    }
    .copyright_left,
    .payment_right {
        float: none;
        width: 100%;
        text-align: center;
        display: inline-block
    }
    .copyright_left p {
        float: none;
    }
    .footer_bottom {
        padding: 10px
    }
    .pwNumber span:nth-child(2) {
        display: inline-block
    }
    .errorPage h1 {
        font-size: 100px;
    }
    .contentWrapperError {
        margin-top: 0px;
    }
    #divContent h2,
    #divContent h3 {
        font-size: 20px;
    }
}