@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap";
html {
    font-family: "Open Sans", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

#scroll {
    position: fixed;
    right: 24px;
    bottom: 50px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: url(../img/topimg.svg) no-repeat;
    display: none;
    z-index: 9999;
    background-size: cover;
}

#scroll:hover {
    opacity: 0.9;
}

a:focus {
    outline: none;
}

.customersimg2 {
    display: none;
}

.customersimg {
    display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    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;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

@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) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]: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;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
}

* {
    -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: rgba(0, 0, 0, 0);
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@keyframes spinAround {
    0%,
    50%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25%,
    75% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.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,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 30px;
}

.svg-smile h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px !important;
    line-height: 25px !important;
    text-align: center;
    color: #333;
    margin: 15px 0 60px;
}

.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;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.small,
small {
    font-size: 85%;
}

.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.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: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-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,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@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-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: 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: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-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-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: 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;
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown,
.dropup {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.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 > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    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, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
    overflow-y: auto;
}

@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;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-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-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 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;
    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,
    .navbar > .container-fluid .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 (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}

@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;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 8px -15px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@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-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.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-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}

.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;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.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,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    top: 5%;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

[class*="-li-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    *zoom: 1;
}

[class*="-li-"]:before,
[class*="-li-"]:after {
    content: " ";
    display: table;
}

[class*="-li-"]:after {
    clear: both;
}

[class*="-li-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
}

@media only screen {
    .sm-li-1 > li {
        width: 100%;
        list-style: none;
    }
    .sm-li-1 > li:nth-of-type(n) {
        clear: none;
    }
    .sm-li-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }
    .sm-li-2 > li {
        width: 50%;
        list-style: none;
    }
    .sm-li-2 > li:nth-of-type(n) {
        clear: none;
    }
    .sm-li-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }
    .sm-li-3 > li {
        width: 33.33333%;
        list-style: none;
    }
    .sm-li-3 > li:nth-of-type(n) {
        clear: none;
    }
    .sm-li-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }
    .sm-li-4 > li {
        width: 25%;
        list-style: none;
    }
    .sm-li-4 > li:nth-of-type(n) {
        clear: none;
    }
    .sm-li-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }
    .sm-li-5 > li {
        width: 20%;
        list-style: none;
    }
    .sm-li-5 > li:nth-of-type(n) {
        clear: none;
    }
    .sm-li-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }
    .sm-li-6 > li {
        width: 16.66667%;
        list-style: none;
    }
    .sm-li-6 > li:nth-of-type(n) {
        clear: none;
    }
    .sm-li-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }
    .sm-li-7 > li {
        width: 14.28571%;
        list-style: none;
    }
    .sm-li-7 > li:nth-of-type(n) {
        clear: none;
    }
    .sm-li-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }
    .sm-li-8 > li {
        width: 12.5%;
        list-style: none;
    }
    .sm-li-8 > li:nth-of-type(n) {
        clear: none;
    }
    .sm-li-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }
    .sm-li-9 > li {
        width: 11.11111%;
        list-style: none;
    }
    .sm-li-9 > li:nth-of-type(n) {
        clear: none;
    }
    .sm-li-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }
    .sm-li-10 > li {
        width: 10%;
        list-style: none;
    }
    .sm-li-10 > li:nth-of-type(n) {
        clear: none;
    }
    .sm-li-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }
    .sm-li-11 > li {
        width: 9.09091%;
        list-style: none;
    }
    .sm-li-11 > li:nth-of-type(n) {
        clear: none;
    }
    .sm-li-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }
    .sm-li-12 > li {
        width: 8.33333%;
        list-style: none;
    }
    .sm-li-12 > li:nth-of-type(n) {
        clear: none;
    }
    .sm-li-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}

@media only screen and (min-width: 40.063em) {
    .me-li-1 > li {
        width: 100%;
        list-style: none;
    }
    .me-li-1 > li:nth-of-type(n) {
        clear: none;
    }
    .me-li-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }
    .me-li-2 > li {
        width: 50%;
        list-style: none;
    }
    .me-li-2 > li:nth-of-type(n) {
        clear: none;
    }
    .me-li-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }
    .me-li-3 > li {
        width: 33.33333%;
        list-style: none;
    }
    .me-li-3 > li:nth-of-type(n) {
        clear: none;
    }
    .me-li-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }
    .me-li-4 > li {
        width: 25%;
        list-style: none;
    }
    .me-li-4 > li:nth-of-type(n) {
        clear: none;
    }
    .me-li-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }
    .me-li-5 > li {
        width: 20%;
        list-style: none;
    }
    .me-li-5 > li:nth-of-type(n) {
        clear: none;
    }
    .me-li-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }
    .me-li-6 > li {
        width: 16.66667%;
        list-style: none;
    }
    .me-li-6 > li:nth-of-type(n) {
        clear: none;
    }
    .me-li-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }
    .me-li-7 > li {
        width: 14.28571%;
        list-style: none;
    }
    .me-li-7 > li:nth-of-type(n) {
        clear: none;
    }
    .me-li-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }
    .me-li-8 > li {
        width: 12.5%;
        list-style: none;
    }
    .me-li-8 > li:nth-of-type(n) {
        clear: none;
    }
    .me-li-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }
    .me-li-9 > li {
        width: 11.11111%;
        list-style: none;
    }
    .me-li-9 > li:nth-of-type(n) {
        clear: none;
    }
    .me-li-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }
    .me-li-10 > li {
        width: 10%;
        list-style: none;
    }
    .me-li-10 > li:nth-of-type(n) {
        clear: none;
    }
    .me-li-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }
    .me-li-11 > li {
        width: 9.09091%;
        list-style: none;
    }
    .me-li-11 > li:nth-of-type(n) {
        clear: none;
    }
    .me-li-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }
    .me-li-12 > li {
        width: 8.33333%;
        list-style: none;
    }
    .me-li-12 > li:nth-of-type(n) {
        clear: none;
    }
    .me-li-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}

@media only screen and (min-width: 64.063em) {
    .lg-li-1 > li {
        width: 100%;
        list-style: none;
    }
    .lg-li-1 > li:nth-of-type(n) {
        clear: none;
    }
    .lg-li-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }
    .lg-li-2 > li {
        width: 50%;
        list-style: none;
    }
    .lg-li-2 > li:nth-of-type(n) {
        clear: none;
    }
    .lg-li-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }
    .lg-li-3 > li {
        width: 33.33333%;
        list-style: none;
    }
    .lg-li-3 > li:nth-of-type(n) {
        clear: none;
    }
    .lg-li-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }
    .lg-li-4 > li {
        width: 25%;
        list-style: none;
    }
    .lg-li-4 > li:nth-of-type(n) {
        clear: none;
    }
    .lg-li-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }
    .lg-li-5 > li {
        width: 20%;
        list-style: none;
    }
    .lg-li-5 > li:nth-of-type(n) {
        clear: none;
    }
    .lg-li-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }
    .lg-li-6 > li {
        width: 16.66667%;
        list-style: none;
    }
    .lg-li-6 > li:nth-of-type(n) {
        clear: none;
    }
    .lg-li-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }
    .lg-li-7 > li {
        width: 14.28571%;
        list-style: none;
    }
    .lg-li-7 > li:nth-of-type(n) {
        clear: none;
    }
    .lg-li-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }
    .lg-li-8 > li {
        width: 12.5%;
        list-style: none;
    }
    .lg-li-8 > li:nth-of-type(n) {
        clear: none;
    }
    .lg-li-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }
    .lg-li-9 > li {
        width: 11.11111%;
        list-style: none;
    }
    .lg-li-9 > li:nth-of-type(n) {
        clear: none;
    }
    .lg-li-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }
    .lg-li-10 > li {
        width: 10%;
        list-style: none;
    }
    .lg-li-10 > li:nth-of-type(n) {
        clear: none;
    }
    .lg-li-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }
    .lg-li-11 > li {
        width: 9.09091%;
        list-style: none;
    }
    .lg-li-11 > li:nth-of-type(n) {
        clear: none;
    }
    .lg-li-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }
    .lg-li-12 > li {
        width: 8.33333%;
        list-style: none;
    }
    .lg-li-12 > li:nth-of-type(n) {
        clear: none;
    }
    .lg-li-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

#helpfultips .owl-stage {
    margin-left: 2px;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0.0001))
    );
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#800000', endColorstr='#000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.0001)),
        to(rgba(0, 0, 0, 0.5))
    );
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#800000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: "\2039";
}

.carousel-control .icon-next:before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}


@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

.mobile-footer {
    display: none;
}

header.main-header .dropContainer .dropDownBox.buyerDBLink .loginBtnWrap p > .signup {
    text-decoration: none !important;
}

header.main-header .locationDrop > a {
    color: #333 !important;
}

/*Welcome header Css Start */

.header1 {
    background: url(../img/slide.jpg) repeat-x left top;
    width: 100%;
    height: 391px;
    background-size: cover;
}

.jumbotron {
    text-align: center;
    padding: 63px 0 0 0;
    position: relative;
    z-index: 2;
}

.jumbotron h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    padding: 0;
    margin: 6px 0 20px 2px;
}

.jumbotron p {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.jumbotron p.txt {
    color: #fff;
    font-size: 14px;
}

.tslider {
    background: #fff;
    padding-top: 12px;
}

/*Welcome header Css End */

.tsliderBx {
    width: 1100px;
    height: 278px;
    border-radius: 4px;
    box-shadow: 0 4px 12px 0 rgba(48, 48, 48, 0.1);
    background-color: #fff;
    margin: -80px auto 0 auto;
    position: relative;
    z-index: 3;
    padding: 0;
}

.tsliderBx ul {
    padding: 0 0;
    margin: 0;
}

.tsliderBx ul li {
    color: #303030;
    font-size: 14px;
    /* font-weight: 600; */
    text-align: center;
    padding: 0;
    transition: all 0.3s;
    list-style: none;
    width: 100%;
    font-family: "opensans-semibold";
}

.tsliderBx ul li a {
    color: #303030;
    padding: 20px 0 0 0;
    display: block;
    text-align: center;
    height: 137px;
    transition: all 0.3s;
}

.tsliderBx .item:hover {
    background-color: #fff4f2;
}

.tsliderBx ul li span {
    margin: 12px 0 0;
    display: block;
}

.tsliderBx ul li:hover {
    background: #fff4f2;
    color: #d8232a;
}

.tsliderBx ul li a:hover {
    color: #d8232a;
}

.tsliderBx i.rentalagreement {
    background: url(../img/CollectionBox_icons.svg) no-repeat 9px -56px;
    width: 48px;
    height: 57px;
    display: block;
    margin: 0px auto;
}

.tsliderBx i.decoricon {
    background: url(../img/CollectionBox_icons.svg) no-repeat 7px -708px;
    width: 48px;
    height: 57px;
    display: block;
    margin: 0px auto;
}

.tsliderBx i.homeloans {
    background: url(../img/homeloans.svg) no-repeat 32px 13px;
    width: 104px;
    height: 57px;
    display: block;
    margin: 0px auto;
}

.tsliderBx i.rentalfurnished {
    background: url(../img/CollectionBox_icons.svg) no-repeat  3px -784px;
    width: 56px;
    height: 57px;
    display: block;
    margin: 0px auto;
}

.tsliderBx i.instantloans1 {
    background: url(../img/instantloans.svg) no-repeat 7px 12px;
    width: 48px;
    height: 57px;
    display: block;
    margin: 0px auto;
}

.tsliderBx i.vastu {
    background: url(../img/CollectionBox_icons.svg) no-repeat 4px -427px;
    width: 48px;
    height: 57px;
    display: block;
    margin: 0px auto;
}

.tsliderBx i.tenantverification {
    background: url(../img/CollectionBox_icons.svg) no-repeat 7px -640px;
    width: 48px;
    height: 57px;
    display: block;
    margin: 0px auto;
}

.tsliderBx i.cleaning {
    background: url(../img/CollectionBox_icons.svg) no-repeat 5px -200px;
    width: 48px;
    height: 57px;
    display: block;
    margin: 0px auto;
}

.tsliderBx i.senetiz {
    background: url(../img/CollectionBox_icons.svg) no-repeat 4px -274px;
    width: 48px;
    height: 57px;
    display: block;
    margin: 0px auto;
}

.tsliderBx i.control {
    background: url(../img/CollectionBox_icons.svg) no-repeat 6px -351px;
    width: 48px;
    height: 57px;
    display: block;
    margin: 0px auto;
}

.tsliderBx i.pay-rent {
    background: url(../img/CollectionBox_icons.svg) no-repeat 7px 14px;
    width: 48px;
    height: 57px;
    display: block;
    margin: 0px auto;
}

.tsliderBx i.home-loan1 {
    background: url(../img/CollectionBox_icons.svg) no-repeat 6px -126px;
    width: 48px;
    height: 57px;
    display: block;
    margin: 0px auto;
}

.tsliderBx i.inspection-property {
    background: url(../img/CollectionBox_icons.svg) no-repeat 8px -496px;
    width: 48px;
    height: 57px;
    display: block;
    margin: 0px auto;
}

.tsliderBx i.legal-service {
    background: url(../img/CollectionBox_icons.svg) no-repeat 2px -568px;
    width: 48px;
    height: 57px;
    display: block;
    margin: 0px auto;
}









.tsliderBx .owl-dots {
    display: none;
}

.tsliderBx .owl-nav {
    display: none;
}

.disabled {
    opacity: 0.2;
}

.viewall {
    width: 263px;
    height: 44px;
    border-radius: 4px;
    background: #d8232a;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: block;
    transition: 1s;
}

.viewall:hover {
    background: #b71c1c;
}

.viewallmobile {
    display: none;
}

/*Rental Furniture Css Start */

.rentalfurniture {
    background: #fff4f2;
    width: 100%;
    padding: 60px 0 100px 0;
}

.rentalfurniture i.rentalicon {
    background: url(../img/rentalfurnitureicon.svg) no-repeat;
    background-size: 92px;
    width: 90px;
    height: 90px;
    display: block;
    margin: 0;
}

.rentalfurniture .box {
    float: left;
    width: 288px;
    margin: 32px 0 0 0;
}

.rentalfurniture .box h1 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    margin: 3px 0 12px 1px;
}

.rentalfurniture .box p {
    color: #606060;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 16px 0;
    line-height: 1.43;
}

.rentalfurniture li.banner {
    padding: 0;
    position: relative;
}

.cardBx {
    margin: 0 0 0 30px;
}

.cardBx li {
    padding: 10px;
    float: left;
    width: 190px;
    height: 209px;
    position: relative;
    background: #fbe9e9 url(../img/card-2.png) no-repeat;
    margin: 70px 15px 0 0;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cardBx li:hover {
    box-shadow: 0 10px 15px 3px rgba(0, 0, 0, 0.1), 0 4px 6px 2px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    transition: all 0.3s;
}

.quickLinkactive:hover .quickText {
    color: #303030 !important;
    cursor: inherit !important;
}

.cardBx li p {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    bottom: 16px;
    padding: 0px 32px 0 2px;
    margin: 0;
}

.cardBx li a {
    display: block;
    height: 209px;
    cursor: pointer;
}

.cardBx li.articlearrow a:after {
    content: "";
    position: absolute;
    bottom: 18px;
    right: 12px;
    width: 13px;
    height: 12px;
    /* background: url(../img/arrow.svg); */
    background-size: cover;
}

.cardBx li.articlearrow a:hover:after {
    animation: spinAround 2s linear infinite;
}

.cardBx li.first {
    background: none;
    width: 254px;
    float: left;
    height: 278px;
    position: relative;
    display: block;
    margin: 0 15px 0 0;
    padding: 0;
}

.cardBx li .logoshadow {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(153, 132, 132, 0.4) 90%);
    position: absolute;
    top: 0;
    padding: 7px 0;
    width: 100%;
    height: 30%;
    left: 0;
}

.cardBx li.first .logo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 128px;
    height: auto;
}

.cardBx li.first .caption {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 68%);
    position: absolute;
    bottom: 0;
    padding: 7px 0;
    width: 100%;
    height: 40%;
    left: 0;
}

.cardBx li.first .caption div {
    position: absolute;
    bottom: 10px;
    display: block;
}

.cardBx li.first .caption span {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 0 40px 0 17px;
}

.cardBx li.first .caption span.cname {
    font-size: 13px;
    margin: 3px 0 0;
}

.rentalfurniture span.cname {
    font-size: 13px !important;
    margin: 3px 0 0;
}

.cardBx li.bg1 {
    background: #fbe9e9 url(../img/card-1.png) no-repeat;
}

.cardBx li.bg2 {
    background: #fbe9e9 url(../img/card-3.png) no-repeat;
}

.cardBx li.banner .caption {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 68%);
    position: absolute;
    bottom: 0;
    padding: 7px 0;
    width: 100%;
    height: 40%;
    left: 0;
}

.cardBx li.banner .caption div {
    position: absolute;
    bottom: 10px;
    display: block;
}

.cardBx li.banner .caption span {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 0 40px 0 20px;
}

.cardBx li.banner.first .caption span {font-size: 16px;}
.cardBx li.banner.first .caption span.cname {font-size: 13px;}

.cardBx li.banner .caption .homlane span {padding:0 10px 0 20px;}

.cardBx li .logo1 {
    position: absolute;
    right: 10px;
    top: 10px;
}

.cardBx li:nth-child(4) {
    margin-right: 0;
}

.cardBx li p:hover:after {
    animation: spinAround 2s linear infinite;
}

/*Rental Furniture Css End */

/*Decor Css Start */

.decor {
    background: #ffffff;
    width: 100%;
    padding: 50px 0 90px 0;
}

.decor i.decoricon {
    background: url(../img/decoricon.svg) no-repeat 0px 6px;
    width: 90px;
    height: 90px;
    display: block;
    margin: 0;
}

.decor .box {
    float: left;
    width: 288px;
    margin: 23px 0 0 0;
}

.decor .box h1 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    margin: 9px 0 12px 1px;
}

.decor .box p {
    color: #606060;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 16px 0;
    line-height: 1.43;
}

.decor li.banner {
    padding: 0;
    position: relative;
}

/*Decor Css End */

/*Vastu Css Start */

.vastuBox {
    background: #fff4f2;
    width: 100%;
    padding: 54px 0 80px 0;
}

.vastuBox i.decoricon {
    background: url(../img/vastuicon.svg) no-repeat 0px 6px;
    width: 66px;
    height: 72px;
    display: block;
    margin: 0;
    background-size: 100%;
}

.vastuBox .box {
    float: left;
    width: 288px;
    margin: 13px 0 0 0;
}

.vastuBox .imgheight + .box {margin: 25px 0 0 0;}

.vastuBox .box h1 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    margin: 18px 0 12px 1px;
}

.vastuBox .box p {
    color: #606060;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 16px 0;
    line-height: 1.43;
}

.vastuBox li.banner {
    padding: 0;
    position: relative;
}

/*Vastu Css End */

/*Tenant Verification Start */

.tenantverificationBx {
    background: #fff4f2;
    width: 100%;
    padding: 60px 0 100px 0;
}

.tenantverificationBx i.rentalicon {
    background: url(../img/tenantverfication.svg) no-repeat;
    width: 90px;
    height: 90px;
    display: block;
    margin: 0;
}

.tenantverificationBx .box {
    float: left;
    width: 290px;
    margin: 26px 0 0 0;
}

.tenantverificationBx .box h1 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    margin: 5px 0 12px 1px;
}

.tenantverificationBx .box p {
    color: #606060;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 16px 0;
    line-height: 1.43;
}

.tenantverificationBx li.banner {
    padding: 0;
    position: relative;
}

/*Tenant Verification End */

/*Why to choose Us? Css Start */

.whytochooseus {
    background: #fff;
    width: 100%;
    padding: 107px 0 90px 0;
}

.whytochooseus h1 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 45px 0 20px 0;
}

.whytochooseus h2 {
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    padding: 24px 0 0;
    margin: 0px 0 10px 0;
}

.whytochooseus p {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 1.43;
}

.whytochooseus .row p {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0 70px 20px 0;
    line-height: 1.43;
}

.whytochooseus .box {
    padding: 0 40px 13px 86px;
    position: relative;
    margin-left: 60px;
}

.onestopshop:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 64px;
    height: 64px;
    background: url(../img/onestopshop.svg);
    background-size: cover;
}

.trustedpartners:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 64px;
    height: 64px;
    background: url(../img/trustedpartner.svg);
    background-size: cover;
}

.whychoosicon:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 64px;
    height: 64px;
    background: url(../img/whychoosicon.svg);
    background-size: cover;
}

/*Why to choose Us? Css End */

/*Home Loan Css Start */

.homeloan {
    background: #fff4f2;
    width: 100%;
    padding: 85px 0;
}

.homeloan i.homeloanicon {
    background: url(../img/homeloan.svg) no-repeat;
    width: 90px;
    height: 90px;
    display: block;
    margin: 0;
}

.homeloan .box {
    float: left;
    width: 288px;
    margin: 30px 0 0 0;
}

.homeloan .box h1 {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    padding: 0;
    margin: 2px 0 13px 1px;
}

.homeloan .box p {
    color: #606060;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 16px 0;
    line-height: 1.43;
}

.homeloanBx li:nth-child(2) {
    background: #fbe9e9 url(../img/lic.jpg) no-repeat;
}

.homeloanBx li:nth-child(2) .caption {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 68%);
    position: absolute;
    bottom: 0;
    padding: 7px 0;
    width: 100%;
    height: 30%;
    left: 0;
}

.homeloanBx li:nth-child(2) .caption span {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 0 40px 0 20px;
}

.homeloanBx li:nth-child(3) {
    background: #fbe9e9 url(../img/lic1.jpg) no-repeat;
}

.homeloanBx li:nth-child(4) {
    background: #fbe9e9 url(../img/card-3.png) no-repeat;
    margin-right: 0;
}

.homeloanBx li.banner {
    padding: 0;
    position: relative;
}

/*Home Loan End */

/*Instant Loans Css: Start */

.instantloans {
    background: #fff;
    width: 100%;
    padding: 85px 0;
}
.instantloans.rentalAgrmnt {
    background: #fff;
}

.instantloans i.instantloansicon {
    background: url(../img/instantloansicon.svg) no-repeat 0px 12px;
    width: 90px;
    height: 90px;
    display: block;
    margin: 0;
}

.rentalAgrmnt i.agreement {
    background: url(../img/rentalagreementicon.svg) no-repeat;
    width: 90px;
    height: 83px;
    display: block;
    margin: 0;
}
.rentalAgrmnt.instantloans .orderBox h1 {
    margin: 8px 0 12px 1px;
}
.instantloans.rentalAgrmnt .box {
    margin: 17px 0 0 0;
}
.instantloans.rentalAgrmnt .imgheight + .box {margin: 24px 0 0 0;}

.instantloans .box {
    float: left;
    width: 290px;
    margin: 7px 0 0 0;
}

.instantloans .box h1 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    margin: 14px 0 10px 1px;
}

.instantloans .box p {
    color: #606060;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1.43;
}

.instantloansBx li.banner {
    padding: 0;
    position: relative;
}

/*Instant Loans css: End */

.articledetailsimg {
    float: right;
    padding: 0 0 10px 20px;
}

.articledetailsimg1 {
    margin: 10px auto 20px auto;
    text-align: center;
    display: block;
}

/*TESTIMONIALS  css : Start */

.testimonials {
    padding: 80px 0 80px 0;
    background: #fff;
}

.testimonials h1 {
    color: #303030;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 56px 0 20px 0;
}

.testimonials h1:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 33px;
    height: 27px;
    background: url(../img/right-quotation-sign.svg);
}

.testimonials p {
    color: #606060;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin: 7px 0 7px 0;
}

.testimonials label {
    font-size: 18px;
    font-weight: 600;
    color: #303030;
}

#big .owl-nav {
    width: 74px;
    position: relative;
}

#big .owl-prev {
    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;
    width: 32px;
    height: 32px;
    border: none;
    position: absolute;
    left: 0px;
    margin: 15px 0 0;
    border-radius: 50%;
    background: #fff;
    color: #303030;
    transition: 0.3s;
    box-shadow: 0 3px 7px 0 rgba(51, 51, 51, 0.2);
}

#big .owl-next {
    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;
    background: #fff;
    color: #303030;
    width: 32px;
    height: 32px;
    border: none;
    position: absolute;
    right: 0;
    margin: 15px 0 0 0;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 3px 7px 0 rgba(51, 51, 51, 0.2);
}

#big .owl-prev:before {
    content: "\f104";
    font-size: 22px;
}

#big .owl-next:before {
    content: "\f105";
    font-size: 22px;
    padding: 0 0 0 4px;
}

#big .owl-next:hover {
    background: #e02020;
    color: #fff;
}

#big .owl-prev:hover {
    background: #e02020;
    color: #fff;
}

#big .owl-dots {
    display: none;
}

#thumbs .item img {
    width: auto;
}

#thumbs .owl-nav {
    display: none;
}

#thumbs {
    width: 35%;
    float: left;
    margin: 0 6% 0 0;
    height: 350px;
    overflow: hidden;
}

#thumbs .owl-item {
    float: none !important;
    width: auto !important;
    position: relative;
    display: block;
}

ul#thumbs li {
    float: none;
    margin: 0 15px 0 15px;
    height: 100px;
}

ul#thumbs .owl-item img {
    border-radius: 50%;
    float: none;
    filter: grayscale(100%);
    transition: all 0.2s;
}

ul#thumbs .owl-item.current img {
    border: 2px solid #fcccc4;
    padding: 6px;
    width: 98px !important;
    height: 98px !important;
    transform: scale(1);
    top: -50px;
    margin: -25px 0 0 -15px;
}

ul#thumbs .owl-item:nth-child(1) img {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 27px;
    left: 84px;
}

ul#thumbs .owl-item:nth-child(2) img {
    position: absolute;
    width: 61px;
    height: 61px;
    top: -76px;
    left: 259px;
}

ul#thumbs .owl-item:nth-child(3) img {
    position: absolute;
    width: 57px;
    height: 57px;
    top: -81px;
    left: 18px;
}

ul#thumbs .owl-item:nth-child(4) img {
    position: absolute;
    width: 65px;
    height: 65px;
    top: -174px;
    left: 164px;
}

ul#thumbs .owl-item:nth-child(5) img {
    position: absolute;
    width: 57px;
    height: 57px;
    top: -281px;
    left: 308px;
}

ul#thumbs .owl-item:nth-child(6) img {
    position: absolute;
    width: 65px;
    height: 65px;
    top: -301px;
    left: 65px;
}

ul#thumbs .owl-item:nth-child(7) img {
    width: 74px;
    height: 74px;
    position: relative;
    top: -381px;
    left: 226px;
}

#big {
    width: 55%;
    float: left;
}

.current img {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
}

/*TESTIMONIALS  css : End */

/*Explore Other Services css: start */

.exploreotherservices {
    background: #fff4f2;
    width: 100%;
    padding: 60px 0 70px 0;
}

.exploreotherservices h1 {
    font-size: 24px;
    color: #333;
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 40px 70px;
}

.exploreotherservices .payrent {
    background: url(../img/ExploreSection_icons_black.svg) no-repeat 0 0; 
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 0 10px 0;
}

.exploreotherservices .rentalagreementicon {
    background: url(../img/ExploreSection_icons_black.svg) no-repeat 0 -109px; 
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 0 10px 0;
}


.exploreotherservices .homeLoan {
    background: url(../img/ExploreSection_icons_black.svg) no-repeat 0 -220px; 
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 0 10px 0;
}

.exploreotherservices .tenantverfication {
    background: url(../img/ExploreSection_icons_black.svg) no-repeat 0 -995px;
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 0 10px 0;
}

.exploreotherservices .vastuicon {
    background: url(../img/ExploreSection_icons_black.svg) no-repeat 0 -663px;
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 0 10px 0;
}

.exploreotherservices .inspctn {
    background: url(../img/ExploreSection_icons_black.svg) no-repeat 0 -773px;
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 0 10px 0;
}

.exploreotherservices .legal {
    background: url(../img/ExploreSection_icons_black.svg) no-repeat 0 -885px;
    width: 95px;
    height: 72px;
    display: block;
    margin: 0 0 10px 0;
}

.exploreotherservices .homeloanicon {
    background: url(../img/homeloan.svg) no-repeat;
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 0 10px 0;
}

.exploreotherservices .decoricon {
    background: url(../img/ExploreSection_icons_black.svg) no-repeat 0 -1103px;
    width: 73px;
    height: 74px;
    display: block;
    margin: 0;
}

.exploreotherservices .rentalfurniture {
    background: url(../img/ExploreSection_icons_black.svg) no-repeat 0 -1215px;
    width: 95px;
    height: 74px;
    display: block;
    margin: 0;
    padding: 0;
}

.exploreotherservices .instantloanicon {
    background: url(../img/instantloansicon.svg) no-repeat;
    width: 72px;
    height: 74px;
    display: block;
    margin: 0;
    padding: 0;
    background-size: cover !important;
}

.exploreotherservices .HomCleang {
    background: url(../img/ExploreSection_icons_black.svg) no-repeat 0 -332px;
    width: 72px;
    height: 74px;
    display: block;
    margin: 0;
    padding: 0;
}

.exploreotherservices .sanitization {
    background: url(../img/ExploreSection_icons_black.svg) no-repeat 0 -442px;
    width: 72px;
    height: 74px;
    display: block;
    margin: 0;
    padding: 0;
}

.exploreotherservices .PestControl {
    background: url(../img/ExploreSection_icons_black.svg) no-repeat 0 -552px;
    width: 72px;
    height: 74px;
    display: block;
    margin: 0;
    padding: 0;
}





.exploreotherservices .owl-item .item {
    height: 300px;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    background-color: #ffffff;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.exploreotherservices .owl-item .item a {
    height: 300px;
    display: block;
    padding: 35px 0 0 24px;
}

.exploreotherservices .owl-item .current {
    box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.55);
    background: #d8232a;
}

.exploreotherservices .owl-item .current h2 {
    color: #fff;
}

.exploreotherservices .owl-item .current p {
    color: #fff;
}

.exploreotherservices .owl-item .current .arrow {
    background: url(../img/arrowwhite.svg);
}

.exploreotherservices .owl-item .current .homeloanicon {
    background: url(../img/homeloanhover.svg) no-repeat;
}

.exploreotherservices .owl-item .current .instantloanicon {
    background: url(../img/instantloansiconhover.svg) no-repeat;
}

.exploreotherservices .owl-item .current .rentalagreementicon {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -109px;
}

.exploreotherservices .owl-item .current .tenantverfication {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -995px;
}

.exploreotherservices .owl-item .current .vastuicon {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -663px;
    width: 72px;
    height: 72px;
}

.exploreotherservices .owl-item .current .decoricon {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -1103px;
}

.exploreotherservices .owl-item .current .rentalfurniture {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -1215px;
}

.exploreotherservices .owl-item:nth-child(1) {
    background-color: #fff4f2 !important;
    width: 48px !important;
    box-shadow: none;
}

.exploreotherservices .owl-item .item:hover {
    box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.55);
    background: #d8232a;
}

.exploreotherservices .owl-item .item:hover h2 {
    color: #fff;
}

.exploreotherservices .owl-item .item:hover p {
    color: #fff;
}

.exploreotherservices .owl-item .item:hover .arrow {
    background: url(../img/arrowwhite.svg);
}

.exploreotherservices .owl-item .item:hover .homeloanicon {
    background: url(../img/homeloanhover.svg) no-repeat;
}

.exploreotherservices .owl-item .item:hover .instantloanicon {
    background: url(../img/instantloansiconhover.svg) no-repeat;
}

.exploreotherservices .owl-item .item:hover .payrent {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 0;
}

.exploreotherservices .owl-item .item:hover .rentalagreementicon {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -109px;
}

.exploreotherservices .owl-item .item:hover .homeLoan {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -220px;
}


.exploreotherservices .owl-item .item:hover .tenantverfication {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -995px;
}

.exploreotherservices .owl-item .item:hover .vastuicon {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -663px;
    width: 72px;
    height: 72px;
}

.exploreotherservices .owl-item .item:hover .decoricon {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -1103px;
}

.exploreotherservices .owl-item .item:hover .inspctn {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -773px;
}

.exploreotherservices .owl-item .item:hover .legal {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -885px;
}

.exploreotherservices .owl-item .item:hover .rentalfurniture {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -1215px;
}

.exploreotherservices .owl-item .item:hover .HomCleang {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -332px;
}

.exploreotherservices .owl-item .item:hover .sanitization {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -442px;
}

.exploreotherservices .owl-item .item:hover .PestControl {
    background: url(../img/ExploreSection_icons_white.svg) no-repeat 0 -552px;
}



.exploreotherservices .arrow {
    background: url(../img/arrow.svg);
    position: absolute;
    bottom: 44px;
    right: 22px;
    width: 13px;
    height: 12px;
}

.exploreotherservices h2 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    text-align: left;
    margin: 15px 0 15px 0;
}

.exploreotherservices p {
    color: #606060;
    line-height: 1.43;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5%;
    text-align: left;
}

.exploreotherservices .owl-dots {
    display: none;
}

#exploreotherservices .owl-nav {
    position: absolute;
    right: 60px;
    top: -70px;
}

#exploreotherservices .owl-prev {
    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;
    width: 38px;
    height: 38px;
    border: none;
    margin: 0;
    border-radius: 50%;
    background: #fff;
    color: #303030;
    transition: 0.3s;
    box-shadow: 0 3px 7px 0 rgba(51, 51, 51, 0.2);
    margin: 0 15px 0 0;
}

#exploreotherservices .owl-next {
    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;
    background: #fff;
    color: #303030;
    width: 38px;
    height: 38px;
    border: none;
    margin: 0;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 3px 7px 0 rgba(51, 51, 51, 0.2);
}

#exploreotherservices .owl-prev:before {
    content: "\f104";
    font-size: 22px;
}

#exploreotherservices .owl-next:before {
    content: "\f105";
    font-size: 22px;
    padding: 0 0 0 4px;
}

#exploreotherservices .owl-next:hover {
    background: #e02020;
    color: #fff;
}

#exploreotherservices .owl-prev:hover {
    background: #e02020;
    color: #fff;
}

/*Explore Other Services css: End */

/*Customers Css: Start */

.customersBx {
    background: #fff;
    width: 100%;
    padding: 90px 0 5px 0;
    position: relative;
    height: 500px;
}
.customersBx .container {
    padding-left: 0;
}

.customersimg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.customersBx h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-right: 35%;
    margin-top: 76px;
}

.customersBx p {
    color: #606060;
    line-height: 1.38;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5%;
    padding: 0 0 52px 0;
}

.customersBx .counter {
    float: left;
    width: 250px;
}

.customersBx .counter1 {
    float: left;
    width: 156px;
}

.customersBx .counter2 {
    padding-bottom: 70px;
}

.customersBx .counter span {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    display: block;
    margin: 0 0 7px 0;
}

.customersBx .counter label {
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

/*Customers css: End */

.testimonialsimg {
    opacity: 0;
    display: none !important;
}

/* Contact Us Form Css: Start */

.modal,
.modal-dialog {
    z-index: 2147483647;
}

#costumModal10 .modal-body {
    margin: 0;
    padding: 20px 20px 10px 20px;
}

.popup .modal-header {
    border: 0 none;
    padding: 0 10px 10px;
}

.popup .close {
    background: #333;
    border-radius: 50%;
    height: 35px;
    margin: -13px -15px 0 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    width: 35px;
    z-index: 9999;
    color: #fff;
}

.popup .modal-body {
    padding-top: 0;
}

.modal {
    z-index: 2147483647;
}

.popup .modal-dialog {
    width: 300px;
}

.modal-body > p {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 20px;
}

.modal-body a:hover,
.modal-body a:focus {
    color: #fff;
}

#costumModal10 .modal-dialog {
    width: 340px;
}

.close2 {
    background: none;
    border: none;
    margin: -18px -36px 0 0;
    opacity: 1;
    padding: 0;
    font-size: 42px;
    position: absolute;
    right: 0;
    z-index: 9999;
    color: #fff;
    font-weight: 400;
}

.cotnactForm {
    visibility: visible;
    min-height: 380px;
    overflow: hidden;
    width: 100%;
}

.cotnactForm1 {
    visibility: visible;
    min-height: 326px;
    overflow: hidden;
    width: 100%;
}

/* Contact Us Form Css: End */

/* Article Listing Page Rigth Side Banner Start */

/* Article Listing Page end */

/* Article Detail Page Start */

.articleHeaderBgmobile {
    display: none;
}

.articlesliderdetails {
    display: block;
}

.articleHeaderDetail {
    height: 480px;
    position: relative;
    background-color: #ffffff;
}

.articleHeaderBgDetail {
    height: 400px;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.articleDetailContainer {
    padding: 60px 0px 75px 0px;
    background-color: #ffffff;
}

.articleDetailBox {
    padding-right: 60px;
    margin-bottom: 72px;
}

.articleDetailContainer h1 {
    font-size: 36px;
    line-height: 44px;
    color: #333333;
    font-weight: bold;
    margin: 0px;
}

.articleDetailContainer h2 {
    font-size: 18px;
    line-height: 27px;
    color: #333333;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.articleDetailContainer h5 {
    font-size: 22px;
    color: #303030;
    line-height: 30px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
}

.articleDetailUpdateTime {
    font-size: 14px;
    line-height: 19px;
    color: #606060;
    display: block;
    margin: 17px 0px 39px 0px;
}

.articleDetailContainer p {
    font-size: 16px;
    line-height: 27px;
    color: #606060;
    margin-bottom: 32px;
}

.artileDetailImg {
    height: 294px;
    width: 405px;
}

.socialShareBox a {
    display: inline-block;
    margin-right: 6px;
    opacity: 0.9;
}

.socialShareBox a:hover {
    opacity: 1;
}

.quickLinkBox {
    padding: 0px 16px !important;
}

.quickLink {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 15px;
}

.quickLink:hover .quickText {
    color: #d8232a;
}

.video-btn-img {
    cursor: pointer;
}

.quickImgBox {
    position: relative;
    float: left;
}

.quickImg {
    width: 92px;
    height: 72px;
    display: inline-block;
    margin-right: 10px;
}

.quickPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    transform: translate(-50%, -50%);
}

.quickText {
    float: left;
    display: contents;
    font-size: 14px;
    color: #303030;
    line-height: 19px;
    font-weight: 600;
}

/*Article Detail four in row Banner Css Start */

/* Article Listing Page Start */

.articleHeader {
    height: 240px;
    position: relative;
}

.articleHeaderBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 240px;
    z-index: -1;
}

.articleHeaderBgMobile {
    display: none;
}

.articleHeader h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
    margin-top: 9px;
}

.no-padding {
    padding: 0px !important;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.card-horizontal:hover {
    background: #fff4f2;
}

.articleContainer {
    padding: 47px 0px 40px 0px;
    background-color: #ffffff;
}

.imgWrapper {
    margin-right: 25px;
    position: relative;
}

.imgWrapper .ListingPlayBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 2px solid #f4f4f4;
    margin-right: 55px;
}

.card-body {
    vertical-align: top;
    color: #333333 !important;
}

.card-body h4 {
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;
    padding: 14px 15px 0 0;
    margin: 0px;
    transition: all 0.3s;
}

.articleUpdateTime {
    font-size: 14px;
    line-height: 19px;
    color: #909090;
    display: block;
    margin: 6px 0px 15px 0px;
}

.card-text {
    font: 16px;
    line-height: 24px;
    color: #606060;
}

/* Article Listing Page Rigth Side Banner Start */

.articleBanner {
    margin: 0;
}

.articleBanner > ul {
    margin: 0px !important;
    padding: 0px;
}

.articleBanner > ul li {
    margin: 0px;
    padding: 0px;
    list-style: none !important;
}

.articlemainContainer {
    display: none;
}

.articleBanner .oneinrowbanner {
    width: 825px;
    margin: 30px 0 30px 0;
    height: 288px;
    position: relative;
    transition: all 0.2s;
    overflow: hidden;
}

.articleBanner .oneinrowbanner .explorenow {
    margin: 60px 21px 0 0;
}

#articlemainDetailFourinRow {
    display: block;
}

#articlemainDetailFourinRow ul {
    margin: 0px !important;
}

#articlemainDetailFourinRow ul li {
    list-style: none !important;
}

.articleBannerRight {
    width: 300px;
    float: right;
    margin: 0px 0px 0px 0;
    height: 299px;
    position: relative;
    transition: all 0.3s;
    box-shadow: 0 2px 6px 0 rgba(48, 48, 48, 0.2);
}

.articleBannerRight:hover {
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
}

.articleBannerRight .caption {
    position: absolute;
    bottom: 0;
    padding: 7px 0;
    width: 100%;
    height: 100%;
}

.articleBannerRight .caption div {
    position: absolute;
    bottom: 0;
    display: block;
}

.articleBannerRight i {
    float: left;
    margin: 0px 10px 5px 15px;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    background: #fff;
    padding: 12px 0 0 0;
    text-align: center;
}

.articleBannerRight p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    padding: 55px 0 0;
    margin: 8px 0 17px 2px;
    line-height: 1px;
    float: left;
}

.articleBannerRight p span {
    display: block;
}

.articleBannerRight p.txt {
    color: #303030;
    padding: 0 10px 0 15px;
    line-height: 25px;
}

.articleBannerRight .img {
    width: 100%;
}

.nomagin {
    margin-right: 0;
}

.bannerContainer {
    margin: 40px 0px;
    float: right;
}

/* Article Listing Page Rigth Side Banner Start */

/* Article Listing Page end */

/* Article Detail Page Start */

.articleHeaderDetail {
    height: 480px;
    position: relative;
    background-color: #ffffff;
}

.articleHeaderBgDetail {
    height: 400px;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.articleDetailContainer {
    padding: 60px 0px 75px 0px;
    background-color: #ffffff;
}

.articleDetailBox {
    padding-right: 60px;
    margin-bottom: 72px;
}

.articleDetailContainer h1 {
    font-size: 36px;
    line-height: 44px;
    color: #333333;
    font-weight: bold;
    margin: 0px;
}

.articleDetailContainer h5 {
    font-size: 22px;
    color: #303030;
    line-height: 30px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
}

.articleDetailUpdateTime {
    font-size: 14px;
    line-height: 19px;
    color: #909090;
    display: block;
    margin: 17px 0px 39px 0px;
}

.articleDetailContainer p {
    font-size: 16px;
    line-height: 27px;
    color: #606060;
    margin-bottom: 32px;
}

.articleDetailContainer ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}

.articleDetailContainer ul li {
    font-size: 16px;
    line-height: 32px;
    color: #606060;
    list-style-type: lower-alpha;
}

.artileDetailImg {
    height: 294px;
    width: 405px;
}

.socialShareBox a {
    display: inline-block;
    margin-right: 6px;
}

.quickLinkBox {
    padding: 0px 16px !important;
}

.quickLink {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 15px;
}

.video-btn-img {
    cursor: pointer;
}

.quickImgBox {
    position: relative;
}

.quickImg {
    width: 92px;
    height: 72px;
    display: inline-block;
    margin-right: 10px;
}

.quickPlay {
    position: absolute;
    top: 50%;
    left: 46%;
    width: 46px;
    transform: translate(-50%, -50%);
}

.quickText {
    float: left;
    display: contents;
    font-size: 14px;
    color: #303030;
    line-height: 19px;
    font-weight: 600;
}

/*Article Detail four in row Banner Css Start */

#articleDetailFourinRow .owl-nav {
    display: none;
}

.fourinrowArticleDetail {
    width: 285px;
    float: left;
    margin: 15px 12px 15px 0;
    height: 299px;
    position: relative;
    box-shadow: 0 2px 6px 0 rgba(48, 48, 48, 0.2);
    border: 1px solid #d8d8d8;
    border-top: none;
}

.fourinrowArticleDetail:hover {
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
}

.fourinrowArticleDetail .caption {
    position: absolute;
    bottom: 0;
    padding: 7px 0;
    width: 100%;
    height: 100%;
}

.fourinrowArticleDetail .caption div {
    position: absolute;
    bottom: 8px;
    display: block;
}

.fourinrowArticleDetail i {
    float: left;
    margin: 0 10px 10px 15px;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    border: solid 1px #f5f5f5;
    background: #fff;
    text-align: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding: 0 0 0 8px;
}

.fourinrowArticleDetail i img {
    width: 62px !important;
    display: inline-block !important;
    height: auto !important;
}

.fourinrowArticleDetail p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    padding: 55px 0 0;
    margin: 0 0 10px 0;
    line-height: 1px;
    float: left;
}

.fourinrowArticleDetail p span {
    display: block;
}

.fourinrowArticleDetail p.txt {
    color: #303030;
    padding: 0 10px 0 15px;
    line-height: 25px;
}

.fourinrowArticleDetail .img {
    width: 100%;
    height: auto !important;
}

.nomagin {
    margin-right: 0;
}

#myModal .modal-dialog {
    width: 800px !important;
    margin: 30px auto;
}

#myModal9 .modal-dialog {
    width: 900px !important;
    margin: 30px auto;
}

#myModal9 .modal-dialog #frameDemo {
    height: 60vh;
    min-height: 100%;
}

#myModal .modal-body {
    position: relative;
    padding: 0px;
    background: #000;
}

#myModal9 .modal-dialog {
    margin: 30px auto;
}

#myModal9 .modal-body {
    position: relative;
    padding: 0px;
    background: #000;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 4rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    width: 100%;
    height: 450px;
    border: 0;
}

.OtherServiceArticle {
    display: block;
    position: relative;
    z-index: 1;
    bottom: 0;
    padding: 16px 16px 0 16px;
    background: #ffffff;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    margin-top: 100px;
    display: none;
}

.OtherServiceArticle h5 {
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
    margin: 10px 0 24px 0;
}

.OtherServiceArticle ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.OtherServiceArticle ul li {
    display: inline-block;
    width: 100%;
    height: 140px;
    border-bottom: 4px solid #d8232a;
}

.OtherServiceArticle ul li a img {
    float: left;
    width: 153px !important;
    height: 110px;
    margin-right: 10px;
    display: inline-block;
    height: auto !important;
}

.OtherServiceArticle ul li::after {
    content: "";
    width: 1px;
    height: 141px;
    background-color: #e4e4e4;
    position: absolute;
    top: -18px;
    right: -10px;
}

.OtherServiceArticle ul li a span {
    font-size: 16px;
    color: #333333;
    line-height: 1.38;
    font-weight: 600;
}

.OtherServiceArticle .owl-nav,
.OtherServiceArticle .owl-dots {
    display: none;
}

/*Article Detail four in row Banner Css End */

.questionsBx h1 span {
    display: block;
}

li.videoBox {
    padding: 0;
    float: left;
    width: 190px;
    position: relative;
    background: #fff;
    margin: 70px 15px 0 0;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.1), 0 4px 6px 2px rgba(0, 0, 0, 0.05);
}

.videoBox .playbutton {
    position: absolute;
    top: 31px;
    left: 33.5%;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.videoBox .box p {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px 10px 10px;
    position: relative;
    width: 190px;
    line-height: 1.71;
}
.videoBox .imgheight {
    height: 116px;
}

.cardBx li.articlearrow a:after {
    content: "";
    position: absolute;
    bottom: 18px;
    right: 12px;
    width: 13px;
    height: 12px;
    /* background: url(../img/arrow.svg); */
    background-size: cover;
}

li.articlehomepage {
    padding: 0;
    float: left;
    width: 190px;
    position: relative;
    background: #fff;
    margin: 70px 15px 0 0;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 6px 0 rgba(48, 48, 48, 0.2);
}
.articlehomepage .box {
    margin: 21px 0 0 0;
}
.articlehomepage .box p {
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px 0px 10px;
    position: relative;
    width: 190px;
    line-height: 1.71;
}
.articlehomepage .imgheight {
    height: 116px;
}
.articlehomepage .minread {
    display: block;
color: #909090;
padding: 3px 0 0 0;
font-weight: 400;
}

.articleBanner .oneinrowbanner i img {
width: 68px;
}
.articleBanner-bonit .oneinrowbanner i img {
width: 68px;
}


.decor li.banner .logoshadow + img {width: 100%; height: auto;}
.fourInRow-banner .caption p {font-size: 16px; color: #909090;}
.fourInRow-banner .caption p.txt {color: #303030; padding: 0 0 0 15px;}
.fourInRow-banner .fourinrowArticleDetail p {padding: 32px 0 0 3px; line-height: 19px;}
.fourInRow-banner .fourinrowArticleDetail {margin: 20px 20px 15px 0;}
.fourInRow-banner:after {display: block; content: ""; clear: both;}
.fourInRow-banner .fourinrowArticleDetail i {border: solid 1px #d8d8d8;}
.fourInRow-banner .fourinrowArticleDetail .caption.articleBnr {position: static; height: auto; overflow: hidden;  padding: 15px 16px 0 2px;}
.fourInRow-banner .fourinrowArticleDetail .caption.articleBnr div {position: static; height: auto;}
.fourInRow-banner .fourinrowArticleDetail .caption.articleBnr p {line-height: 1.5; font-weight: 600;}
.fourInRow-banner .fourinrowArticleDetail .linhgt i + p {    width: 178px;
    line-height: 18px;
    padding: 36px 0 0 3px;}
.fourInRow-banner .fourinrowArticleDetail .caption.articleBnr .clickAro {position: absolute;
bottom: 7px;
width: 100%;
padding: 0 14px;}
.fourInRow-banner .fourinrowArticleDetail .caption.articleBnr .clickAro:after {    content: "";
position: absolute; bottom: 10px; right: 20px; width: 14px; height: 12px; background: url(../img/arrow2.svg);
background-size: cover;}
.fourInRow-banner .fourinrowArticleDetail .caption.articleBnr span {font-size: 14px;
display: block;
color: #909090;
padding: 0 0 7px; }
.fourInRow-banner .fourinrowArticleDetail:last-child {margin-right: 0;}
.fourInRow-banner .fourinrowArticleDetail .img {height: 175px !important;}
body header.main-header  {background: #d8232a;}
body .dataContainer {background: #d8232a;}
/* .twoRwoLastBaner .twoinrowbanner  {float: right;} */

.tsliderBx ul#propertyservices  li {display: inline-block; width: 147px;}
.tsliderBx ul#propertyservices {text-align: center;}

.tsliderBx ul#propertyservices li.notInUse a {pointer-events: none; position: relative;}
.tsliderBx ul#propertyservices li.notInUse:hover {background: #fff;}
.tsliderBx ul li cite { position: absolute; opacity: 0.8; font-size: 10px; color: #606060; padding: 2px 0 1px;
 left: 0; right: 0; font-style: normal;     background: #e8e8e8; width: 72px; margin: 5px auto 0; }
 .tsliderBx ul#propertyservices li.notInUse i, .tsliderBx ul#propertyservices li.notInUse span {opacity: 0.6;}
.rentalfurniture .logoshadow + img {width: 100%; height: auto;}

li.twoPlatinum {
    float: left;
    margin: 0 0 50px;
}















@media (min-width: 320px) and (max-width: 767px) {
    body {
        background-color: #ffffff !important;
    }
    footer {
        display: none;
    }
    .mobile-footer {
        display: block;
        background: #202730;
        margin-top: 16px;
        color: #666;
        font-size: 12px;
        text-align: center;
        padding: 20px 0px;
        overflow: hidden;
        margin: 0;
    }
    .mobile-footer a {
        color: #fff;
    }
    #footer {
        display: none !important;
    }
    #header {
        margin: 0 0 50px 0;
    }
    header.dropContainer {
        display: none !important;
    }
    .dataContainer .logo {
        margin: 0px auto;
        padding: 8px;
    }
    .header-links,
    .locationDrop {
        display: none !important;
    }
    .tsliderBx {
        margin: -92px auto 0 auto;
        width: 91%;
        height: 132px;
        padding: 0;
    }
    .tsliderBx ul {
        display: inline-block;
        width: 100%;
        float: none;
        margin: 0px auto;
        padding: 0 10px;
    }
    .tsliderBx ul li span {
        margin: 8px 18px 0 18px;
        padding: 0;
        text-align: center;
        line-height: 1.33;
    }
    .tsliderBx ul li a {
        padding: 31px 0 31px 0;
        font-size: 12px;
        font-weight: 600;
        height: auto;
    }
    .tsliderBx ul li.homeClng a {
        padding: 27px 0 31px 0;
    }

    .tsliderBx ul li.homeClng span {margin: 11px 18px 0 18px;}

    .header1 {
        height: 190px;
    }
    .jumbotron h1 {
        font-size: 20px;
        margin: 3px 0 0;
    }
    .jumbotron p {
        font-size: 14px;
    }
    .jumbotron p.txt {
        display: none;
    }
    .rentalfurniture i.rentalicon {
        background-size: 78%;
        width: 53px;
        height: 46px;
        border-radius: 50%;
        background-position: 8px 1px;
        float: left;
        margin: 0 5px 0 9px;
    }
    .rentalfurniture .box h1 {
        font-size: 18px;
        font-weight: 600;
        padding: 12px 0 10px 0;
    }
    .rentalfurniture .box p {
        margin-top: 10px;
        clear: both;
        margin: 0;
    }
    .rentalfurniture .box {
        width: 100%;
        margin: 16px 20px 0 0;
        float: none;
    }
    .rentalfurniture {
        padding: 10px 0 25px 0;
    }
    .rentalfurniture .box p {
        padding: 0 15px 0 16px;
    }
    .tenantverificationBx i.rentalicon {
        background-size: 100%;
        width: 34px;
        height: 42px;
        border-radius: none;
        background-position: 0 3px;
        float: left;
        margin: 0 10px 0 16px;
    }
    .tenantverificationBx .box h1 {
        font-size: 18px;
        font-weight: 600;
        padding: 7px 0 10px 0;
    }

    .rentalAgrmnt.instantloans i.agreement {
        background-size: 100%;
        width: 34px;
        height: 42px;
        border-radius: none;
        background-position: 0 3px;
        float: left;
        margin: -6px 10px 0 16px;
    }

    .rentalAgrmnt.instantloans .viewall {
        margin: 2px 15px 0 0;
    }

    .rentalAgrmnt.instantloans .box h1 {
        font-size: 18px;
        font-weight: 600;
        padding: 0 0 10px 0;
    }

    .rentalAgrmnt.instantloans .cardBx ul li:first-child {
        margin: 20px 0 0 15px;
    }
    .rentalAgrmnt.instantloans .cardBx ul li {
        margin: 20px 0 0 15px;
    }
    .tenantverificationBx .box p {
        margin-top: 10px;
        clear: both;
        margin: 0;
    }
    .tenantverificationBx .box {
        width: 100%;
        margin: 16px 20px 0 0;
        float: none;
    }
    .tenantverificationBx {
        padding: 16px 0 25px 0px;
    }
    .tenantverificationBx .box p {
        padding: 0 15px 0 16px;
    }
    .decor i.decoricon {
        background-size: 78%;
        width: 42px;
        height: 50px;
        background-position: 8px 10px;
        float: left;
        margin: -1px 10px 0 10px;
    }
    .decor .box h1 {
        font-size: 18px;
        font-weight: 600;
        padding: 6px 0 13px 0;
    }
    .decor .box p {
        margin-top: 10px;
        clear: both;
        margin: -3px 10px 0 10px;
    }
    .decor .box {
        width: 100%;
        margin: 16px 20px 0 0;
        float: none;
    }
    #decor {
        margin: 10px 0 0 15px;
        padding: 25px 0;
    }
    #decor .item .box1 {
        width: 192px !important;
    }
    .decor {
        padding: 16px 0 25px 0;
    }
    .decor .box1 {
        width: 254px !important;
        margin: 20px auto 0 auto;
    }
    #articleDetailFourinRow .owl-dots {
        display: none !important;
    }
    .vastuBox i.decoricon {
        background-size: 78%;
        width: 42px;
        height: 50px;
        background-position: 8px 10px;
        float: left;
        margin: 0 10px 0 10px;
    }
    .vastuBox .box h1 {
        font-size: 18px;
        font-weight: 600;
        padding: 0 0 13px 0;
        margin: 15px 0 12px 1px;
    }
    .vastuBox .box p {
        margin-top: 10px;
        clear: both;
        margin: 0 15px 0 16px;
    }
    .vastuBox .box {
        width: 100%;
        margin: 16px 20px 0 0;
        float: none;
    }
    #vastuBox {
        margin: 10px 0 0 15px;
        padding: 25px 0;
    }
    #vastuBox .item .box1 {
        width: 192px !important;
    }
    .vastuBox {
        padding: 0 0 25px 0;
    }
    .vastuBox .box1 {
        width: 254px !important;
        margin: 20px auto 0 auto;
    }
    .homeloan i.homeloanicon {
        background-size: 78%;
        width: 39px;
        height: 45px;
        background-position: 8px 10px;
        float: left;
        margin: 0 15px 0 15px;
    }
    .homeloan .box h1 {
        font-size: 18px;
        font-weight: 600;
        padding: 17px 0 9px 0;
    }
    .homeloan .box p {
        margin-top: 10px;
        clear: both;
        margin: 0 0 0 20px;
    }
    .homeloan .box {
        width: 100%;
        margin: 16px 20px 0 0;
        float: none;
    }
    #homeloan {
        margin: 10px 0 0 15px;
    }
    .homeloan {
        padding: 5px 0 25px 0;
    }
    .homeloan .box1 {
        width: 254px !important;
        margin: 20px auto 0 auto;
    }
    .instantloans i.instantloansicon {
        background-size: 78%;
        width: 42px;
        height: 45px;
        background-position: 8px 10px;
        float: left;
        margin: -5px 10px 0 13px;
    }
    .instantloans .box h1 {
        font-size: 18px;
        font-weight: 600;
        padding: 1px 0 10px 0;
    }
    .instantloans .box p {
        margin-top: 10px;
        clear: both;
        margin: 0 15px 0 20px;
    }
    #instantloans {
        margin: 10px 0 0 15px;
    }
    .instantloans {
        padding: 5px 0 25px 0;
        margin: 0 0 0;
    }
    .instantloans .box1 {
        width: 254px !important;
        margin: 20px auto 0 auto;
    }
    .instantloans .box {
        width: 100%;
        margin: 16px 20px 0 0;
        float: none;
    }
    .relocationBx i.relocationicon {
        background-size: 78%;
        width: 70px;
        height: 70px;
        background-position: 8px 10px;
        float: left;
        margin: 0 15px 0 15px;
    }
    .relocationBx .box h1 {
        font-size: 18px;
        font-weight: 600;
        padding: 30px 0 25px 0;
    }
    .relocationBx .box p {
        margin-top: 10px;
        clear: both;
        margin: 0 0 0 20px;
    }
    .relocationBx .box {
        width: 100%;
        margin: 16px 20px 0 0;
        float: none;
    }
    .whytochooseus {
        padding: 0 0 30px;
        margin: 0;
        margin-bottom: 10px;
    }
    .whytochooseus .box {
        padding: 0 4px 0 56px;
        margin: 0 0 0 16px;
    }
    .whytochooseus .row p {
        margin: 0 10px 0 0;
    }
    .whytochooseus h1 {
        margin: 38px 0 10px 15px;
        font-size: 18px;
    }
    .whytochooseus img {
        max-width: 90%;
        margin: auto;
        display: block;
        height: auto;
    }
    .whytochooseus h2 {
        font-size: 16px;
        margin: 0px 0 6px 0;
    }
    .whytochooseus .row p.txt {
        padding: 0 0 24px 16px;
    }
    .easyBx:after {
        left: 15px;
    }
    .fastBx:after {
        left: 15px;
    }
    .reliableBx:after {
        left: 15px;
    }
    #thumbs {
        display: none;
    }
    #big {
        width: 100%;
    }
    #furlencoinventory {
        margin: 10px 0 0 15px;
    }
    #furlencoinventory {
        margin: 10px 0 0 15px;
    }
    .furlencoinventory {
        padding: 25px 0;
    }
    .furlencoinventory {
        padding: 25px 0;
    }
    #furlencoinventory .item .box1 {
        width: 192px !important;
    }
    .testimonials h1 {
        font-size: 18px;
        margin: 54px 0 0 0;
    }
    .testimonials {
        padding: 28px 0 40px 0;
    }
    header.main-header .headerRightCont {
        width: 100%;
    }
    .customersimg2 {
        display: block;
        width: 292px;
        float: right;
    }
    .customersimg2 {
        display: block;
        position: relative;
        width: 300px;
        float: right;
        margin: 0 0 -6px 0;
    }
    .customersimg2 img {
        width: 150px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .customersBx {
        background: #fff;
        padding: 37px 0 5px 0;
        height: auto;
    }
    .customersBx h2 {
        margin: 0px 15px 0 0px;
        font-size: 18px;
    }
    .customersBx p {
        margin: 0px;
        padding: 2px 0 16px 0;
        font-size: 14px;
        line-height: 1.43;
    }
    .customersBx .counter {
        margin: 0 0 10px 0px;
        width: 103px;
    }
    .customersBx img {
        max-width: 100%;
        height: auto;
        right: -15px;
    }
    .customersBx .counter span {
        font-size: 24px;
        margin: 0 0 1px 0;
    }
    .customersBx .counter label {
        font-size: 14px;
        width: 80%;
        display: block;
    }
    .customersBx .counter2 {
        padding-bottom: 0;
        width: 126px;
    }
    .customersBx .counter1 {
        width: 40px;
        float: right;
        margin-right: 20px;
    }
    .exploreotherservices h1 {
        margin: 16px 0 21px 0px;
        font-size: 18px;
    }
    .exploreotherservices .owl-carousel.owl-drag .owl-item:nth-child(1) {
        display: none;
    }
    .exploreotherservices {
        padding: 20px 0 10px 16px;
    }
    .exploreotherservices h2 {
        font-size: 18px;
        font-weight: 600;
        margin: 16px 0 8px 0;
    }
    .customersimg {
        display: none;
    }
    .rentalfurnitureBx ul li {
        display: table-cell;
        float: left;
    }
    .rentalfurnitureBx li.first .logo {
        display: none;
    }
    .rentalfurnitureBx li p {
        padding: 0 18px 10px 5px;
    }
    .cardBx {
        margin: 20px 0 0 0px;
        overflow-y: scroll;
    }
    .cardBx ul {
        display: inline-block;
        width: 1020px;
    }
    .cardBx ul li {
        display: table-cell;
        float: left;
        border-radius: 9px;
        width: 223px;
        height: 216px;
        margin: 62px 20px 0 0;
        background-size: cover !important;
    }
    .cardBx li p {
        padding: 0 18px 10px 5px;
    }
    .cardBx li.first {
        margin: 0 20px 0 0;
    }
    .cardBx li.first .logo {
        border-radius: 0;
    }
    .cardBx li.first {
        margin: 0 16px 0 16px;
    }
    .cardBx img {
        border-radius: 9px;
    }
    .cardBx li .logo1 {
        border-radius: 0;
    }
    .viewall:hover {
        background: none;
        color: #ae070d;
    }
    .tslider {
        padding-top: 18px;
    }
    .rentalfurniture .caption,
    .decor .caption,
    .homeloan .caption,
    .instantloans .caption {
        border-radius: 0 0 8px 8px;
    }
    #big .owl-prev,
    #big .owl-next {
        margin-top: 10px;
    }
    .jumbotron {
        padding: 38px 0 0 0;
    }
    .nopadding4 {
        padding: 0 15px !important;
    }
    .testimonialsimg {
        opacity: 1;
        width: 44px !important;
        height: 44px !important;
        border-radius: 50% !important;
        object-fit: cover;
        display: inline !important;
        margin: 0 4px 0 0;
    }
    #big .owl-nav {
        margin: 6px 0 0;
    }
    .card-horizontal:hover {
        background: none !important;
    }
    /* Article Detail Responsive View Satrt */
    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        width: 100%;
        height: auto;
        border: 0;
    }
    .modal-dialog {
        width: 96% !important;
    }
    #scroll {
        display: none !important;
    }
    .card {
        width: 96%;
        padding-bottom: 15px;
    }
    .card-horizontal {
        flex-direction: column;
        width: 100%;
        transition: all 0.3s;
    }
    .card-body h4 {
        font-size: 20px;
        line-height: 27px;
        margin: 0px;
        margin-top: 13px;
    }
    .articleBannerRight,
    .bannerContainer {
        float: none;
        margin: 0 auto 20px auto;
    }
    .imgWrapper {
        margin: 0px;
    }
    .bannerContainer img {
        margin: auto;
        display: block;
        text-align: center;
    }
    .imgWrapper .ListingPlayBtn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
    }
    .imgWrapper img {
        width: 100%;
    }
    .articleUpdateTime {
        margin: 12px 0px 16px 0px;
    }
    .articleContainer {
        padding: 17px 0px 20px 16px;
    }
    .articleHeader h1 {
        font-size: 22px;
        line-height: 30px;
        margin-left: 16px;
        margin-top: 52px;
    }
    .mobile-footer h6 {
        margin: 0px;
        margin-bottom: 15px;
    }
    .articleDetailContainer {
        padding: 0px;
    }
    .articleHeaderDetail {
        height: 163px;
    }
    .articleHeaderBgDetail {
        height: 163px;
        position: relative;
        top: 0px;
    }
    .articleDetailBox {
        padding: 16px;
        margin-bottom: 0;
    }
    .articleDetailContainer h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .articleDetailUpdateTime {
        font-size: 12px;
        margin: 7px 0px 22px 0px;
    }
    .artileDetailImg {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }
    .artileDetailImg img {
        width: 100%;
    }
    .fourinrowArticleDetail {
        margin: 15px 0px 15px 0;
        width: 96%;
    }
    #articleDetailFourinRow {
        margin: 0 0 0 16px;
    }
    #articleDetailFourinRow .owl-nav {
        display: none;
    }
    #articleDetailFourinRow .owl-dots {
        display: none;
    }
    #articlemainDetailFourinRow {
        margin: 0 0 0 0;
    }
    #articlemainDetailFourinRow .owl-nav {
        display: none;
    }
    #articlemainDetailFourinRow .owl-dots {
        display: none;
    }
    .OtherServiceArticle {
        bottom: 0;
        padding: 16px;
        margin-top: 30px;
    }
    .OtherServiceArticle h5 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .OtherServiceArticle ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
        overflow-x: scroll;
    }
    .OtherServiceArticle ul li {
        display: inline-block;
        width: 100%;
        height: 107px;
        border-bottom: 4px solid #d8232a;
    }
    .OtherServiceArticle ul li a img {
        float: left;
        width: 100px !important;
        height: 86px;
        margin-right: 10px;
        display: inline-block;
        height: auto !important;
    }
    .OtherServiceArticle ul li::after {
        content: "";
        width: 1px;
        height: 141px;
        background-color: #e4e4e4;
        position: absolute;
        top: -18px;
        right: -10px;
    }
    .OtherServiceArticle ul li a span {
        font-size: 14px;
        color: #333333;
        line-height: 19px;
        font-weight: 600;
    }
    .instantloans.rentalAgrmnt {
        padding: 15px 0 25px 0;
        margin: 0;
    }
    .orderBox {
        display: flex;
        flex-wrap: wrap;
    }
    .orderBox .one {
        order: 1;
    }
    .orderBox .two {
        order: 2;
    }
    #helpfultips .owl-nav {
        display: none;
    }
    #myModal .modal-dialog {
        width: 96% !important;
    }
    #myModal9 .modal-dialog {
        width: 96% !important;
    }
    /* Article Detail Responsive View End */
    #big .owl-next:before {
        padding: 0 0 0 2px;
    }

    #myModal9 .close {
        right: 18px;
    }
    #myModal .close {
        right: 18px;
    }

    #big .owl-prev {
        position: relative;
        margin: 0 10px 0 0;
    }
    #big .owl-next {
        position: relative;
    }
    #big .owl-next:hover {
        background: #fff;
        color: #303030;
        cursor: pointer;
    }
    #big .owl-prev:hover {
        background: #fff;
        color: #303030;
        cursor: pointer;
    }
    #big .owl-nav button.active {
        background: #e02020;
        color: #fff;
    }
    #big .owl-nav button.active {
        background: #e02020;
        color: #fff;
    }
    .questionsBx h1 span {
        display: inline;
    }
    .exploreotherservices .owl-item .item {
    }

    .exploreotherservices .owl-item .item a {
        padding: 32px 16px 16px 16px;
        z-index: 99;
    }

    .vastuforhome h1.head {
        padding: 20px 0 0;
    }
    .whychoosicon:after {
        top: 25px;
    }
    .testimonials p {
        margin: 10px 0 14px 0;
        color: #909090;
    }
    .tsliderBx i.rentalagreement {
        background: url(../img/rentalagreement.svg) no-repeat 0 0;
        background-size: 98%;
        width: 32px;
        height: 36px;
    }
    .tsliderBx i.rentalagreement + span {margin: 4px 18px 0 18px;}
    .tsliderBx i.decoricon {
        background: url(../img/decor.svg) no-repeat 0 0;
        background-size: 98%;
        width: 32px;
        height: 32px;
    }
    .tsliderBx i.homeloans {
        background: url(../img/homeloans.svg) no-repeat 0 0;
        background-size: 98%;
        width: 32px;
        height: 32px;
    }
    .tsliderBx i.rentalfurnished {
        background: url(../img/rentalfurnitureicon.svg) no-repeat 0 0;
        background-size: 98%;
        width: 34px;
        height: 32px;
    }
    .tsliderBx i.instantloans1 {
        background: url(../img/instantloans.svg) no-repeat 0 0;
        background-size: 98%;
        width: 32px;
        height: 32px;
    }
    .tsliderBx i.vastu {
        background: url(../img/vastuicon.svg) no-repeat 0 0;
        background-size: 98%;
        width: 32px;
        height: 32px;
    }
    .tsliderBx i.tenantverification {
        background: url(../img/tenantverification.svg) no-repeat 0 0;
        background-size: 98%;
        width: 32px;
        height: 32px;
    }

    .tsliderBx i.cleaning {
        background: url(../img/noun-home-cleaning-2631956.svg) no-repeat 0 0;
        background-size: 98%;
        width: 32px;
        height: 32px;
    }

    .tsliderBx i.senetiz {
        background: url(../img/005-cleaning-spray.svg) no-repeat 0 0;
        background-size: 98%;
        width: 32px;
        height: 32px;
    }

    .tsliderBx i.control {
        background: url(../img/pest-control.svg) no-repeat 0 0;
        background-size: 98%;
        width: 32px;
        height: 32px;
    }

    .tsliderBx i.pay-rent {
        background: url(../img/pay-rent.svg) no-repeat 0 0;
        background-size: 98%;
        width: 32px;
        height: 32px;
    }

    .tsliderBx i.home-loan1 {
        background: url(../img/home-loan1.svg) no-repeat 0 0;
        background-size: 98%;
        width: 32px;
        height: 32px;
    }

    .tsliderBx i.inspection-property {
        background: url(../img/inspection-property.svg) no-repeat 0 0;
        background-size: 98%;
        width: 32px;
        height: 32px;
    }

    .tsliderBx i.legal-service {
        background: url(../img/legal-service.svg) no-repeat 0 0;
        background-size: 98%;
        width: 32px;
        height: 32px;
    }

    


    .cardBx li .logoshadow {
        border-radius: 8px;
    }
    .onestopshop:after {
        width: 44px;
        height: 44px;
        top: 20px;
    }
    .trustedpartners:after {
        width: 44px;
        height: 44px;
        top: 20px;
    }
    .whychoosicon:after {
        width: 44px;
        height: 44px;
        top: 20px;
    }
    #exploreotherservices .owl-nav {
        right: 15px;
        top: -50px;
    }
    #exploreotherservices .owl-prev {
        height: 32px;
        width: 32px;
        margin: 0 10px 0 0;
    }
    #exploreotherservices .owl-next {
        height: 32px;
        width: 32px;
    }
    #exploreotherservices .owl-next:hover {
        background: #fff;
        color: #333;
    }
    #exploreotherservices .owl-prev:hover {
        background: #fff;
        color: #333;
    }
    #exploreotherservices .owl-next:active {
        background: #e02020;
        color: #fff;
    }
    #exploreotherservices .owl-prev:active {
        background: #e02020;
        color: #fff;
    }
    #big .owl-next:active {
        background: #e02020;
        color: #fff;
    }
    #big .owl-prev:active {
        background: #e02020;
        color: #fff;
    }
    .tsliderBx ul li:hover {
        background: none;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    .viewall {
        width: 100px;
        font-weight: 600;
        float: right;
        height: auto;
        text-align: right;
        display: block;
        font-size: 14px;
        margin: 10px 15px 0 0;

        height: 30px;
        color: #fff;
        text-align: center;
        padding: 0;
        line-height: 30px;
        position: absolute;
        right: 0;
    }
    .viewall:hover {
        background: #e02020;
        color: #fff;
    }
    .tsliderBx .owl-nav {
        display: block;
    }
    #propertyservices .owl-nav {
        position: relative;
    }
    #propertyservices .owl-prev {
        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;
        width: 32px;
        height: 32px;
        border: none;
        position: absolute;
        top: -80px;
        left: -22px;
        margin: 0 0 0;
        border-radius: 50%;
        background: #fff;
        color: #303030;
        transition: 0.3s;
        box-shadow: 0 3px 7px 0 rgba(51, 51, 51, 0.2);
    }
    #propertyservices .owl-next {
        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;
        background: #fff;
        color: #303030;
        width: 32px;
        height: 32px;
        border: none;
        position: absolute;
        top: -80px;
        right: -22px;
        margin: 0 0 0 0;
        transition: 0.3s;
        border-radius: 50%;
        box-shadow: 0 3px 7px 0 rgba(51, 51, 51, 0.2);
    }
    #propertyservices .owl-prev:before {
        content: "\f104";
        font-size: 22px;
    }
    #propertyservices .owl-next:before {
        content: "\f105";
        font-size: 22px;
        padding: 0 0 0 4px;
    }
    #propertyservices .owl-next:hover {
        background: #e02020;
        color: #fff;
    }
    #propertyservices .owl-prev:hover {
        background: #e02020;
        color: #fff;
    }
    #propertyservices .owl-next:hover {
        background: #fff;
        color: #333;
    }
    #propertyservices .owl-prev:hover {
        background: #fff;
        color: #333;
    }
    #propertyservices .owl-next:active {
        background: #e02020;
        color: #fff;
    }
    #propertyservices .owl-prev:active {
        background: #e02020;
        color: #fff;
    }
    .tm-0 ul li {
        margin: 20px 0 0 15px;
    }
    .tm-0 ul li:first-child {
        margin: 20px 0 0 15px;
    }
    .tm-0 ul li .twoinrowbanner {
        margin: 44px 0px 0 16px;
        border: 0;
    }
    .articleImg {
        width: 100%;
        height: 172px;
        overflow: hidden;
    }
    #articlemainDetailFourinRow .articleListingBox {
        margin-left: 0;
    }
    .articleHeaderBgmobile {
        display: block;
        display: block;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 240px;
        z-index: -1;
        height: 280px;
    }
    .articleHeaderBg {
        display: none;
    }
    .articleBanner {
        margin: 0 -16px !important;
    }
    .articleBanner .oneinrowbanner {
        width: 100%;
        margin: 0px 0 0px 0;
        border-radius: 0;
        height: 200px;
    }
    .articleBanner .oneinrowbanner .caption div {
        bottom: 16px;
    }
    .articleBanner .oneinrowbanner i {
        width: 60px;
        height: 60px;
        margin: 0 0px 0px 16px;
    }
    .articleBanner .oneinrowbanner i img {
        width: 46px;
        /* height: 38px; */
    }
    .articleBanner .oneinrowbanner p {
        font-size: 15px;
        width: 56%;
        line-height: 1.2;
        margin: 3px 0 0 12px;
    }
    .articleBanner .oneinrowbanner p span {
        font-size: 11px;
    }
    .articlemainContainer {
        display: block;
    }
    .articlemainContainer h5 {
        font-size: 22px;
        color: #303030;
        line-height: 30px;
        font-weight: 600;
        margin: 0px;
        padding: 0px;
        margin-bottom: 25px;
    }
    .owl-carousel {
        display: none;
    }
    .articledetailsimg {
        padding: 0 0 15px 0;
        float: none;
        width: 100%;
        height: auto;
    }
    .articledetailsimg1 {
        width: 100%;
        height: auto;
    }
    .cardBx img {
        width: 223px;
        height: 216px;
    }
    

    .rentalfurniture .logoshadow + img {width: 223px; height: 216px;}

    .decor li.banner .logoshadow + img.platinum { width: 100%;
        height: auto;}


    .decor li.banner .logoshadow + img { width: 223px;
        height: 216px;}


    .cardBx li .logo1 {
        width: 80px;
        height: auto;
    }
    .cardBx li.first .logo {
        width: 100px;
        height: auto;
    }
    .cardBx li.first img {
        width: 254px;
        height: 278px;
    }

    .cardBx  li.first .logo1 {
        width: 80px;
        height: auto;
    }

    .close2 {
        margin: 4px 15px 0 0;
        color: #999;
        cursor: pointer;
    }
    .videoBox .imgheight img {
        border-radius: 9px 9px 0 0;
        height: 124px;
    }
    .videoBox .imgheight {
        height: auto;
    }
    .videoBox .box p {
        padding: 5px 10px 0 10px;
        margin: 0;
    }
    .videoBox .playbutton {
        top: 38px;
    }

    .articlehomepage .imgheight img {
        border-radius: 0;
        height: 124px;
    }
    .articlehomepage .imgheight {
        height: auto;
    }
    .articlehomepage .box p {
        padding: 5px 10px 0 10px;
        margin: 0;
    }
    .articleDetailContainer h2 {
        margin: 10px 0 0;
        font-size: 16px;
    }

    .panel-heading a:hover {
        color: #333333 !important;
    }
    .panel-heading.active h4 a {
        color: #d8232a !important;
    }



    /* .exploreotherservices .owl-item .item:hover {
        background: #fff;
    }
    .exploreotherservices .owl-item .item:hover h2 {
        color: #333;
    }
    .exploreotherservices .owl-item .item:hover p {
        color: #606060;
    }
    .exploreotherservices .owl-item .item:hover .arrow {
        background: url(../img/arrow.svg);
    }


    .exploreotherservices .owl-item .item:hover .decoricon {
        background: url(../img/decoricon.svg) no-repeat;
    }
    .exploreotherservices .owl-item .item:hover .rentalfurniture {
        background: url(../img/rental_furniture.svg) no-repeat;
    }
    .exploreotherservices .owl-item .item:hover .instantloanicon {
        background: url(../img/instantloansicon.svg) no-repeat;
    }
    .exploreotherservices .owl-item .item:hover .tenantverfication {
        background: url(../img/tenantverfication.svg) no-repeat;
    }
    .exploreotherservices .owl-item .item:hover .vastuicon {
        background: url(../img/vastuicon.svg) no-repeat;
        background-size: cover;
    }

    .exploreotherservices .owl-item .item:hover .HomCleang {
        background: url(../img/noun-home-cleaning-2631956.svg) no-repeat;
    }
    .exploreotherservices .owl-item .item:hover .sanitization {
        background: url(../img/005-cleaning-spray.svg) no-repeat;
    }
    .exploreotherservices .owl-item .item:hover .PestControl {
        background: url(../img/pest-control.svg) no-repeat;
    }
    .exploreotherservices .owl-item .item:hover .rentalagreementicon {
        background: url(../img/rentalagreementicon.svg) no-repeat;
    } */
    /* .exploreotherservices .owl-item .item a {pointer-events: none;} */


    .exploreotherservices .owl-item .item:active {
        background: #fff !important;
    }
    .exploreotherservices .owl-item .item:active h2 {
        color: #333;
    }
    .exploreotherservices .owl-item .item:active p {
        color: #606060;
    }





    .customersBx .container {
        padding-left: 15px;
    }

    .insd-fourInrow-bnr {
        display: inline-block;
        width: 1040px;
        float: none;
        padding: 0 0 0 18px;
    }

    .fourInRow-banner .fourinrowArticleDetail {    width: 234px;
        border-radius: 9px;
        overflow: hidden;
        height: 250px;}
.fourInRow-banner {   overflow-x: scroll;
    
overflow-y: hidden;}


.nopadding  .insd-fourInrow-bnr {padding: 0;}
.nopadding .insd-fourInrow-bnr {width: 1005px; padding: 0 0 0 6px;
    margin: 0 0 0 -3px;}
.twoinrowarticle {border-radius: 9px; 
overflow: hidden; box-shadow: 0 2px 6px 0 rgba(48, 48, 48, 0.2);}
.twoinrowarticle .box {box-shadow: none;}
.fourInRow-banner .articleImg {height: 135px;}
.fourInRow-banner .fourinrowArticleDetail i {border: solid 1px #d8d8d8;
position: absolute;
top: 0;
left: 0;
margin: -32px 10px 10px 10px;}
.fourInRow-banner .fourinrowArticleDetail p { padding: 8px 0 0 99px;
line-height: 20px;
font-size: 13px;}

.fourInRow-banner .fourinrowArticleDetail .linhgt i + p {
    width: 229px !important;
    line-height: 18px !important;
    padding: 8px 0 0 99px !important;
}
.fourInRow-banner .fourinrowArticleDetail .caption div {height: 106px;
width: 100%}
.fourInRow-banner .caption p.txt {    color: #303030;
padding: 0 0 0 15px;
position: absolute;
bottom: 0;
width: 100%;}
.fourInRow-banner .fourinrowArticleDetail .caption.articleBnr p.txt {position: static;}
#articlemainDetailFourinRow {margin: 0 0 0 -10px;}
.fourinrowArticleDetail {margin: 15px 0px 15px 12px; border-radius: 9px;
    overflow: hidden;
    border: 0;}

    .Bannercontainer .oneinrowbanner .img {left: -128%;}
    .articleDetailBox .Bannercontainer .oneinrowbanner .img {left: -53%;}
    .articleDetailBox .Bannercontainer ul li {display: block; padding: 0 0 18px 0;}


    .owl-carousel#exploreotherservices {display: block; overflow: hidden;
        width: 2800px;}

        .exploreotherservices  .owl-carousel#exploreotherservices .owl-item {width: 260px !important;
    margin-right: 20px; overflow: hidden; position: relative; float: left;}

/*         
    .exploreotherservices  .owl-carousel#exploreotherservices .item {    height: 300px;
        width: 100%;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
        transition: all 0.2s;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        background-color: #ffffff;
        display: block;
        overflow: hidden; position: relative;
        margin-bottom: 30px; margin-right: 20px;
        float: left; width: 260px;}
        .exploreotherservices  .owl-carousel#exploreotherservices .item a {padding: 32px 16px 16px 16px;
            z-index: 99; display: block; height: 300px;}

            .exploreotherservices .arrow {bottom: 15px;}
            .bottomService {
                overflow-x: scroll;
                overflow-y: hidden;
            }

            .exploreotherservices .owl-carousel#exploreotherservices .current {
                box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.55);
                background: #d8232a;
            }

            .exploreotherservices .owl-carousel#exploreotherservices .current .vastuicon {
                background: url(../img/vastuiconhover.svg) no-repeat;
                width: 72px;
                height: 72px;
                background-size: cover;
            }

            .exploreotherservices .owl-item .current h2 {
                color: #fff;
            }

            .exploreotherservices .owl-item .current p {
                color: #fff;
            } */

            .bottomService {
                overflow-x: scroll;
                overflow-y: hidden;
            }

            .tsliderBx ul#propertyservices li {width: 100%; display: block;}


}


.table{display:table;width:100%}.table-row{display:table-row;width:100%}.table-cell{display:table-cell}.table-text-middle{vertical-align:middle}.old-font .mb-footer .semi-bold{font-family:'opensans-semibold' !important;font-weight:normal !important}.mb-footer{min-height:150px;width:100%;background-color:#f5f5f5;z-index:1;border-top:#ccc solid 8px;font-family:inherit}.mb-footer *{box-sizing:border-box;font-family:inherit}.mb-footer * .semi-bold{font-family:inherit;font-weight:600}.mb-footer * ul,.mb-footer * li{padding:0;margin:0;list-style-type:none}.mb-footer__row{width:100%}.mb-footer__content-box{width:1200px;margin:auto}.mb-footer__main{font-size:12px;line-height:20px;display:flex}.mb-footer__main--col{width:50%;padding:25px 0 5px 0;color:#909090}.mb-footer__main--col nav{margin-bottom:20px;padding-right:120px}.mb-footer__main--col li{display:inline-block}.mb-footer__main--col li a{color:#909090;line-height:18px;margin-right:11px;position:relative;text-decoration:none}.mb-footer__main--col li a:before{content:'';position:absolute;right:-7px;top:2px;width:1px;height:13px;background:#909090}.mb-footer__main--col li a:hover{text-decoration:underline}.mb-footer__main--col li:last-child a:before{display:none}.mb-footer__main--title{margin-bottom:10px;line-height:16px;color:#303030}.mb-footer__main--logo{display:inline-block;width:166px;height:30px;margin-bottom:10px;background:url("../../images/header_footer_sprite.svg") no-repeat 0 0}.mb-footer__main--app-box{margin-top:25px;display:flex}.mb-footer__main--app-box .mb-footer__main__app-link{display:inline-block;height:32px;width:108px;border-radius:3px;background:#000 url("../../images/header_footer_sprite.svg") no-repeat 0 0;margin-right:12px}.mb-footer__main--app-box .mb-footer__main__app-link.android-icon{background-position:-22px -465px}.mb-footer__main--app-box .mb-footer__main__app-link.ios-icon{background-position:-22px -518px;margin-right:60px}.mb-footer__main--app-box .mb-footer__main__social-link{display:inline-block;height:32px;width:32px;border-radius:50%;background:url("../../images/header_footer_sprite.svg") no-repeat 0 0;margin-right:12px}.mb-footer__main--app-box .mb-footer__main__social-link.facebook-icon{background-position:-63px -559px;background-color:#4267b2}.mb-footer__main--app-box .mb-footer__main__social-link.twittwe-icon{background-position:-63px -587px;background-color:#38a1f3}.mb-footer__main--app-box .mb-footer__main__social-link.linkedin-icon{background-position:-63px -612px;background-color:#0077b5}.mb-footer__main--app-box .mb-footer__main__social-link.youtube-icon{background-position:-63px -642px;background-color:#ff0000}.mb-footer__main--app-box .mb-footer__main__social-link.instagram-icon{background-position:-63px -697px;background-color:#ff0000}.mb-footer--main-links{border-top:#e8e8e8 solid 1px;border-bottom:#e8e8e8 solid 1px;padding:15px 0}.mb-footer--main-links .mb-footer__links{display:inline-block;padding-right:46px}.mb-footer--main-links .mb-footer__links:last-child{padding-right:0px}.mb-footer--main-links .mb-footer__links a{color:#303030;font-size:14px;text-decoration:none}.mb-footer--main-links .mb-footer__links a:hover{color:#b71c1c}.mb-footer--disclaimer{padding:15px 0;font-size:10px;line-height:16px;color:#909090}.mb-footer--copyright{background-color:#000;color:#606060;height:40px;font-size:10px;line-height:40px}