legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    /* font-family: inherit; */
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #818a91
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
    content: ""
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"
}

dl.row>dd+dt {
    clear: left
}

.carousel-inner>.carousel-item>a>img,
.carousel-inner>.carousel-item>img,
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: .3rem
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #818a91
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .25rem
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #373a3c
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container::after {
    content: "";
    display: table;
    clear: both
}

@media(min-width: 544px) {
    .container {
        max-width: 576px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 940px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid::after {
    content: "";
    display: table;
    clear: both
}

.row {
    /* margin-left: -15px; */
    /* margin-right: -15px; */
}

.row::after {
    content: "";
    display: table;
    clear: both
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto
}

.table-reflow thead {
    float: left
}

.table-reflow tbody {
    display: block;
    white-space: nowrap
}

.table-reflow td,
.table-reflow th {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef
}

.table-reflow td:last-child,
.table-reflow th:last-child {
    border-right: 1px solid #eceeef
}

.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
    border-bottom: 1px solid #eceeef
}

.table-reflow tr {
    float: left
}

.table-reflow tr td,
.table-reflow tr th {
    display: block !important;
    border: 1px solid #eceeef
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control::placeholder {
    color: #999;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
    height: 2.5rem
}

select.form-control:focus::-ms-value {
    color: #55595c;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem
}

.col-form-legend {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-static {
    min-height: 2.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: 3.166667rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .75rem
}

.form-check+.form-check {
    margin-top: -.25rem
}

.form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer
}

.form-check-inline+.form-check-inline {
    margin-left: .75rem
}

.form-check-inline.disabled {
    cursor: not-allowed
}

.form-control-feedback {
    margin-top: .25rem
}

.form-control-danger,
.form-control-success,
.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .625rem;
    -webkit-background-size: 1.25rem 1.25rem;
    background-size: 1.25rem 1.25rem
}

.has-success .custom-control,
.has-success .form-check-inline,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}

.has-success .form-control-feedback {
    color: #5cb85c
}

.has-success .form-control-success {
    background-image: url("https://www.rentrip.in/assets/components/bootstrap/dist/css/data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0088'%3E%3Cpathfill='%235cb85c'd='M2.36.73L.64.53c-.4-1.04.46-1.41.1-.8l1.11.43.4-3.8c.6-.631.6-.271.2.7l-44.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .custom-control,
.has-warning .form-check-inline,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}

.has-warning .form-control-feedback {
    color: #f0ad4e
}

.has-warning .form-control-warning {
    background-image: url("https://www.rentrip.in/assets/components/bootstrap/dist/css/data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0088'%3E%3Cpathfill='%23f0ad4e'd='M4.45.324h-.8v-2.46h.8zm01.42h-.8V5.89h.8zM3.76.63L.047.075c-.115.2.016.425.26.426h7.397c.2420.372-.226.258-.426C6.7264.9245.472.794.253.63c-.113-.174-.39-.174-.4940z'/%3E%3C/svg%3E")
}

.has-danger .custom-control,
.has-danger .form-check-inline,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
    color: #d9534f
}

.has-danger .form-control {
    border-color: #d9534f
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}

.has-danger .form-control-feedback {
    color: #d9534f
}

.has-danger .form-control-danger {
    background-image: url("https://www.rentrip.in/assets/components/bootstrap/dist/css/data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23d9534f'viewBox='-2-277'%3E%3Cpathstroke='%23d9534f'd='M00l33m0-3L03'/%3E%3Ccircler='.5'/%3E%3Ccirclecx='3'r='.5'/%3E%3Ccirclecy='3'r='.5'/%3E%3Ccirclecx='3'cy='3'r='.5'/%3E%3C/svg%3E")
}

@media(min-width: 544px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-check {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 13px;
    border-radius: .25rem
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus {
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #014682;
    border-color: #01315a
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus {
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary.active,
.btn-secondary:active,
.open>.btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle:hover {
    color: #373a3c;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info:disabled.focus,
.btn-info:disabled:focus {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success:disabled.focus,
.btn-success:disabled:focus {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning:disabled.focus,
.btn-warning:disabled:focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger:disabled.focus,
.btn-danger:disabled:focus {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-primary {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.open>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open>.btn-outline-primary.dropdown-toggle.focus,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #014682;
    border-color: #01315a
}

.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:focus {
    border-color: #43a7fd
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
    border-color: #43a7fd
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.open>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary.active.focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary:active.focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active:hover,
.open>.btn-outline-secondary.dropdown-toggle.focus,
.open>.btn-outline-secondary.dropdown-toggle:focus,
.open>.btn-outline-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: #a1a1a1;
    border-color: #8c8c8c
}

.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary:disabled.focus,
.btn-outline-secondary:disabled:focus {
    border-color: #fff
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
    border-color: #fff
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.active,
.btn-outline-info:active,
.open>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open>.btn-outline-info.dropdown-toggle.focus,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:focus,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:focus {
    border-color: #b0e1ef
}

.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
    border-color: #b0e1ef
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.active,
.btn-outline-success:active,
.open>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.active.focus,
.btn-outline-success.active:focus,
.btn-outline-success.active:hover,
.btn-outline-success:active.focus,
.btn-outline-success:active:focus,
.btn-outline-success:active:hover,
.open>.btn-outline-success.dropdown-toggle.focus,
.open>.btn-outline-success.dropdown-toggle:focus,
.open>.btn-outline-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:focus,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:focus {
    border-color: #a3d7a3
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
    border-color: #a3d7a3
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.open>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning.active.focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.active:hover,
.btn-outline-warning:active.focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover,
.open>.btn-outline-warning.dropdown-toggle.focus,
.open>.btn-outline-warning.dropdown-toggle:focus,
.open>.btn-outline-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:focus {
    border-color: #f8d9ac
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
    border-color: #f8d9ac
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.open>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.active.focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.active:hover,
.btn-outline-danger:active.focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:active:hover,
.open>.btn-outline-danger.dropdown-toggle.focus,
.open>.btn-outline-danger.dropdown-toggle:focus,
.open>.btn-outline-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:focus,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:focus {
    border-color: #eba5a3
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
    border-color: #eba5a3
}

.btn-link {
    font-weight: 400;
    color: #0275d8;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link:focus {
    border-color: transparent
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height;
    -o-transition-property: height;
    transition-property: height
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}

.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: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    color: #818a91
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled: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: 5px 20px;
    font-size: .875rem;
    color: #818a91;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 2
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -.5rem
}

.btn-toolbar::after {
    content: "";
    display: table;
    clear: both
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: .5rem
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn+.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: .3em .3em 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 .3em .3em
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group::after {
    content: "";
    display: table;
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 3
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: inline;
    padding-left: 1.5rem;
    cursor: pointer
}

.custom-control+.custom-control {
    margin-left: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #0074d9
}

.custom-control-input:focus~.custom-control-indicator {
    -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #84c6ff
}

.custom-control-input:disabled~.custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee
}

.custom-control-input:disabled~.custom-control-description {
    color: #767676;
    cursor: not-allowed
}

.custom-control-indicator {
    position: absolute;
    top: .0625rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("https://www.rentrip.in/assets/components/bootstrap/dist/css/data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0088'%3E%3Cpathfill='%23fff'd='M6.564.75l-3.593.612-1.538-1.55L04.262.9747.2582.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #0074d9;
    background-image: url("https://www.rentrip.in/assets/components/bootstrap/dist/css/data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0044'%3E%3Cpathstroke='%23fff'd='M02h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("https://www.rentrip.in/assets/components/bootstrap/dist/css/data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='-4-488'%3E%3Ccircler='3'fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked .custom-control {
    display: inline
}

.custom-controls-stacked .custom-control::after {
    display: block;
    margin-bottom: .25rem;
    content: ""
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem\9;
    color: #55595c;
    vertical-align: middle;
    background: #fff url("https://www.rentrip.in/assets/components/bootstrap/dist/css/data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0045'%3E%3Cpathfill='%23333'd='M20L02h4zm05L03h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-image: none\9;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none
}

.custom-select:focus {
    border-color: #51a7e8;
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #55595c;
    background-color: #fff
}

.custom-select:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem
}

.custom-file-control:lang(en)::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: inline-block
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #818a91
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent
}

.nav-inline .nav-item {
    display: inline-block
}

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
    margin-left: 1rem
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs::after {
    content: "";
    display: table;
    clear: both
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px
}

.nav-tabs .nav-item+.nav-item {
    margin-left: .2rem
}

.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.nav-pills::after {
    content: "";
    display: table;
    clear: both
}

.nav-pills .nav-item {
    float: left
}

.nav-pills .nav-item+.nav-item {
    margin-left: .2rem
}

.nav-pills .nav-link {
    display: block;
    padding: .5em 1em;
    border-radius: .25rem
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
    color: #fff;
    cursor: default;
    background-color: #0275d8
}

.nav-stacked .nav-item {
    display: block;
    float: none
}

.nav-stacked .nav-item+.nav-item {
    margin-top: .2rem;
    margin-left: 0
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar::after {
    content: "";
    display: table;
    clear: both
}

@media(min-width: 544px) {
    .navbar {
        border-radius: .25rem
    }
}

.navbar-full {
    z-index: 1000
}

@media(min-width: 544px) {
    .navbar-full {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width: 544px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%
}

@media(min-width: 544px) {
    .navbar-sticky-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden
}

.navbar-divider::before {
    content: "\00a0"
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-nav .nav-item {
    float: left
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-nav .nav-link+.nav-link {
    margin-left: 1rem
}

.navbar-nav .nav-item+.nav-item {
    margin-left: 1rem
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .6)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover {
    color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, .075)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .open>.nav-link,
.navbar-dark .navbar-nav .open>.nav-link:focus,
.navbar-dark .navbar-nav .open>.nav-link:hover {
    color: #fff
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, .075)
}

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both
}

@media(max-width: 543px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media(min-width: 544px) {
    .navbar-toggleable-xs {
        display: block !important
    }
}

.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both
}

@media(max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media(min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important
    }
}

.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both
}

@media(max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media(min-width: 992px) {
    .navbar-toggleable-md {
        display: block !important
    }
}

.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, .125)
}

.card-block {
    padding: 1.25rem
}

.card-block::after {
    content: "";
    display: table;
    clear: both
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-header {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header::after {
    content: "";
    display: table;
    clear: both
}

.card-header:first-child {
    border-radius: .25rem .25rem 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer::after {
    content: "";
    display: table;
    clear: both
}

.card-footer:last-child {
    border-radius: 0 0 .25rem .25rem
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8
}

.card-primary .card-footer,
.card-primary .card-header {
    background-color: transparent
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.card-success .card-footer,
.card-success .card-header {
    background-color: transparent
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.card-info .card-footer,
.card-info .card-header {
    background-color: transparent
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.card-warning .card-footer,
.card-warning .card-header {
    background-color: transparent
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f
}

.card-danger .card-footer,
.card-danger .card-header {
    background-color: transparent
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f
}

.card-inverse .card-footer,
.card-inverse .card-header {
    border-color: rgba(255, 255, 255, .2)
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
    color: #fff
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
    color: rgba(255, 255, 255, .65)
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    border-radius: .25rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img-top {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

@media(min-width: 544px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: .75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0
    }

    .card-deck .card {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top
    }

    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media(min-width: 544px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .card-group .card {
        display: table-cell;
        vertical-align: top
    }

    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child) .card-img-top {
        border-radius: 0
    }
}

@media(min-width: 544px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        width: 100%
    }
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: .25rem
}

.breadcrumb::after {
    content: "";
    display: table;
    clear: both
}

.breadcrumb-item {
    float: left
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #818a91;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #818a91
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem
}

.page-item {
    display: inline
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #818a91;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #0275d8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .275rem .75rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.tag {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.tag:empty {
    display: none
}

.btn .tag {
    position: relative;
    top: -1px
}

a.tag:focus,
a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.tag-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.tag-default {
    background-color: #818a91
}

.tag-default[href]:focus,
.tag-default[href]:hover {
    background-color: #687077
}

.tag-primary {
    background-color: #0275d8
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: #025aa5
}

.tag-success {
    background-color: #5cb85c
}

.tag-success[href]:focus,
.tag-success[href]:hover {
    background-color: #449d44
}

.tag-info {
    background-color: #5bc0de
}

.tag-info[href]:focus,
.tag-info[href]:hover {
    background-color: #31b0d5
}

.tag-warning {
    background-color: #f0ad4e
}

.tag-warning[href]:focus,
.tag-warning[href]:hover {
    background-color: #ec971f
}

.tag-danger {
    background-color: #d9534f
}

.tag-danger[href]:focus,
.tag-danger[href]:hover {
    background-color: #c9302c
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: .3rem
}

@media(min-width: 544px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 2rem
}

.alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1rem;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c1e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6d5ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7ecb5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9b9
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem
}

.progress[value] {
    background-color: #eee;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem
}

.progress[value]::-ms-fill {
    background-color: #0074d9;
    border: 0
}

.progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.progress[value="100"]::-moz-progress-bar {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.progress[value="100"]::-webkit-progress-value {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: .25rem
}

.progress[value],
base::-moz-progress-bar {
    background-color: #eee;
    border-radius: .25rem
}

@media screen and (min-width: 0\0) {
    .progress {
        background-color: #eee;
        border-radius: .25rem
    }

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-bottom-left-radius: .25rem;
        border-top-left-radius: .25rem
    }

    .progress[width="100%"] {
        border-bottom-right-radius: .25rem;
        border-top-right-radius: .25rem
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-striped[value]::-ms-fill {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

@media screen and (min-width: 0\0) {
    .progress-bar-striped {
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        -webkit-background-size: 1rem 1rem;
        background-size: 1rem 1rem
    }
}

.progress-animated[value]::-webkit-progress-value {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

@media screen and (min-width: 0\0) {
    .progress-animated .progress-bar-striped {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        -o-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c
}

.progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c
}

.progress-success[value]::-ms-fill {
    background-color: #5cb85c
}

@media screen and (min-width: 0\0) {
    .progress-success .progress-bar {
        background-color: #5cb85c
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de
}

.progress-info[value]::-ms-fill {
    background-color: #5bc0de
}

@media screen and (min-width: 0\0) {
    .progress-info .progress-bar {
        background-color: #5bc0de
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e
}

.progress-warning[value]::-ms-fill {
    background-color: #f0ad4e
}

@media screen and (min-width: 0\0) {
    .progress-warning .progress-bar {
        background-color: #f0ad4e
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f
}

.progress-danger[value]::-ms-fill {
    background-color: #d9534f
}

@media screen and (min-width: 0\0) {
    .progress-danger .progress-bar {
        background-color: #d9534f
    }
}

.media,
.media-body {
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right {
    padding-left: 10px
}

.media-left {
    padding-right: 10px
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #818a91
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    border-color: #0275d8
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #a8d6fe
}

.list-group-flush .list-group-item {
    border-radius: 0
}

.list-group-item-action {
    width: 100%;
    color: #555;
    text-align: inherit
}

.list-group-item-action .list-group-item-heading {
    color: #333
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9 {
    padding-bottom: 42.857143%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.embed-responsive-1by1 {
    padding-bottom: 100%
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .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
}

.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 rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header::after {
    content: "";
    display: table;
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer::after {
    content: "";
    display: table;
    clear: both
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 544px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg {
        max-width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-arrow,
.tooltip.tooltip-top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-arrow,
.tooltip.tooltip-right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-arrow,
.tooltip.tooltip-bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-arrow,
.tooltip.tooltip-left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover.bs-tether-element-attached-bottom,
.popover.popover-top {
    margin-top: -10px
}

.popover.bs-tether-element-attached-bottom .popover-arrow,
.popover.popover-top .popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.bs-tether-element-attached-bottom .popover-arrow::after,
.popover.popover-top .popover-arrow::after {
    bottom: 1px;
    margin-left: -10px;
    content: "";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.bs-tether-element-attached-left,
.popover.popover-right {
    margin-left: 10px
}

.popover.bs-tether-element-attached-left .popover-arrow,
.popover.popover-right .popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.bs-tether-element-attached-left .popover-arrow::after,
.popover.popover-right .popover-arrow::after {
    bottom: -10px;
    left: 1px;
    content: "";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bs-tether-element-attached-top,
.popover.popover-bottom {
    margin-top: 10px
}

.popover.bs-tether-element-attached-top .popover-arrow,
.popover.popover-bottom .popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-top .popover-arrow::after,
.popover.popover-bottom .popover-arrow::after {
    top: 1px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.bs-tether-element-attached-right,
.popover.popover-left {
    margin-left: -10px
}

.popover.bs-tether-element-attached-right .popover-arrow,
.popover.popover-left .popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-right .popover-arrow::after,
.popover.popover-left .popover-arrow::after {
    right: 1px;
    bottom: -10px;
    content: "";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: .2375rem .2375rem 0 0
}

.popover-title:empty {
    display: none
}

.popover-content {
    padding: 9px 14px
}

.popover-arrow,
.popover-arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover-arrow {
    border-width: 11px
}

.popover-arrow::after {
    content: "";
    border-width: 10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.carousel-item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.carousel-item>a>img,
.carousel-inner>.carousel-item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.carousel-item.active.right,
    .carousel-inner>.carousel-item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.carousel-item.active.left,
    .carousel-inner>.carousel-item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.carousel-item.active,
    .carousel-inner>.carousel-item.next.left,
    .carousel-inner>.carousel-item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.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: 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, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media(min-width: 544px) {

    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.bg-faded {
    background-color: #f7f7f9
}

.bg-primary {
    color: #fff !important;
    background-color: #0275d8 !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #025aa5 !important
}

.bg-success {
    color: #fff !important;
    background-color: #5cb85c !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44 !important
}

.bg-info {
    color: #fff !important;
    background-color: #5bc0de !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5 !important
}

.bg-warning {
    color: #fff !important;
    background-color: #f0ad4e !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f !important
}

.bg-danger {
    color: #fff !important;
    background-color: #d9534f !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #c9302c !important
}

.bg-inverse {
    color: #fff !important;
    background-color: #373a3c !important
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #1f2021 !important
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.d-inline {
    display: inline !important
}

.pull-xs-left {
    float: left !important
}

.pull-xs-right {
    float: right !important
}

.pull-xs-none {
    float: none !important
}

@media(min-width: 544px) {
    .pull-sm-left {
        float: left !important
    }

    .pull-sm-right {
        float: right !important
    }

    .pull-sm-none {
        float: none !important
    }
}

@media(min-width: 768px) {
    .pull-md-left {
        float: left !important
    }

    .pull-md-right {
        float: right !important
    }

    .pull-md-none {
        float: none !important
    }
}

@media(min-width: 992px) {
    .pull-lg-left {
        float: left !important
    }

    .pull-lg-right {
        float: right !important
    }

    .pull-lg-none {
        float: none !important
    }
}

@media(min-width: 1200px) {
    .pull-xl-left {
        float: left !important
    }

    .pull-xl-right {
        float: right !important
    }

    .pull-xl-none {
        float: none !important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.w-100 {
    width: 100% !important
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.m-a-0 {
    margin: 0 !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-a-1 {
    margin: 1rem 1rem !important
}

.m-t-1 {
    margin-top: 1rem !important
}

.m-r-1 {
    margin-right: 1rem !important
}

.m-b-1 {
    margin-bottom: 1rem !important
}

.m-l-1 {
    margin-left: 1rem !important
}

.m-x-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.m-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-a-2 {
    margin: 1.5rem 1.5rem !important
}

.m-t-2 {
    margin-top: 1.5rem !important
}

.m-r-2 {
    margin-right: 1.5rem !important
}

.m-b-2 {
    margin-bottom: 1.5rem !important
}

.m-l-2 {
    margin-left: 1.5rem !important
}

.m-x-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-a-3 {
    margin: 3rem 3rem !important
}

.m-t-3 {
    margin-top: 3rem !important
}

.m-r-3 {
    margin-right: 3rem !important
}

.m-b-3 {
    margin-bottom: 3rem !important
}

.m-l-3 {
    margin-left: 3rem !important
}

.m-x-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.m-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-a-0 {
    padding: 0 !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-a-1 {
    padding: 1rem 1rem !important
}

.p-t-1 {
    padding-top: 1rem !important
}

.p-r-1 {
    padding-right: 1rem !important
}

.p-b-1 {
    padding-bottom: 1rem !important
}

.p-l-1 {
    padding-left: 1rem !important
}

.p-x-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.p-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-a-2 {
    padding: 1.5rem 1.5rem !important
}

.p-t-2 {
    padding-top: 1.5rem !important
}

.p-r-2 {
    padding-right: 1.5rem !important
}

.p-b-2 {
    padding-bottom: 1.5rem !important
}

.p-l-2 {
    padding-left: 1.5rem !important
}

.p-x-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.p-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-a-3 {
    padding: 3rem 3rem !important
}

.p-t-3 {
    padding-top: 3rem !important
}

.p-r-3 {
    padding-right: 3rem !important
}

.p-b-3 {
    padding-bottom: 3rem !important
}

.p-l-3 {
    padding-left: 3rem !important
}

.p-x-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.p-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-xs-left {
    text-align: left !important
}

.text-xs-right {
    text-align: right !important
}

.text-xs-center {
    text-align: center !important
}

@media(min-width: 544px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-muted {
    color: #818a91 !important
}

a.text-muted:focus,
a.text-muted:hover {
    color: #687077 !important
}

.text-primary {
    color: #0275d8 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #025aa5 !important
}

.text-success {
    color: #5cb85c !important
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44 !important
}

.text-info {
    color: #5bc0de !important
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5 !important
}

.text-warning {
    color: #f0ad4e !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f !important
}

.text-danger {
    color: #d9534f !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

@media(max-width: 543px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media(min-width: 544px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media(max-width: 767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media(min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media(max-width: 991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media(min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media(max-width: 1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media(min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@charset "utf-8";

#basicSlider,
#mixedSlider,
#mixedSlider .MS-content .item .imgTitle,
#randomlSlider,
#randomlSlider .MS-content .item .imgTitle,
#randomlSliderTwo,
#randomlSliderTwo .MS-content .item .imgTitle,
#testiMonalSlider,
#tourSlider,
#tourSlider .MS-content .item .imgTitle,
.position-relative,
div#nccnint div {
    position: relative
}

div#gstReg input.gstN,
div.horadvdsg1 div.set2 h3,
div.horadvdsg1 div.set4 h4 {
    letter-spacing: 2px;
    text-transform: uppercase
}

#actLocationPop,
#mixedSlider .MS-content .item p,
#tourSlider .MS-content .item p,
.dtcusrloclive span.addr,
.locovfix,
.mownulist span.drpsuport span.selvalc,
.search-form span.drpsuport span.selvalc,
.sstli_ul1 .content .bkinfo p.ttl,
.tickets li,
.time-bar ul li,
span.wkndPriceUl890>span,
ul.rtbookulhm09 li div h4 {
    white-space: nowrap;
    text-overflow: ellipsis
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-display: swap;
    font-family: 'Open Sans', sans-serif
}

a:active,
a:hover,
a:link,
a:visited {
    color: 999;
    text-decoration: none
}

a.wekndupdtlnk,
p.cglnk093 a,
p.tgline009 a {
    text-decoration: underline
}

.hm-ctybox:hover .title,
.text-dark,
.tour-categorydsg:hover .banner-ttl,
a:hover,
span.steps span,
ul.grippro-dlrpg li a:hover span.box {
    color: #000
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 1rem
}

.acc-menu-style-1 li a.active span,
.acc-menu-style-1 li a:hover,
.acc-menu-style-1 li a:hover span,
.acc-menu-style-1 li div.subchildmn a:hover,
.blog-style-box-1 h3 a,
.blog-style-box-3 h3 a,
.cpn-categories ul li a.active i,
.cpn-categories ul li a:hover i,
.register-btn:hover,
.self-btn:hover,
.srch-tab ul li a:hover,
.text-white,
.user-pop-menu,
.user-pop-menu:active,
.user-pop-menu:hover,
.user-pop-menu:link,
.user-pop-menu:visited,
a.modifydtTopDrag:hover,
div.rvwdealerpnel009 p.ttxt a,
ul.rtbookulhm09 li div a.rvwlnk:hover i {
    color: #fff
}

div.staticmapimg {
    transition: transform .2s
}

div.staticmapimg:hover {
    transform: scale(1.2)
}

.add-read-more.show-less-content .read-less,
.add-read-more.show-less-content .second-section,
.add-read-more.show-more-content .read-more,
.d-none,
.header-menu .mob-head-bar,
.header-menu ul.left-mega li.dwblApp.mobvv,
.mobvw02,
.nwfloattxtlkemob,
.srch-inner,
a#delPriceRow span.dltx,
div.fancyFromStepDsg div.tab-body,
div.otpSenderr div#otpbtns,
span.moredcont {
    display: none
}

.reviewTestmRow div.vcol,
.videoTestmRow div.vcol {
    width: 25%;
    margin: 10px;
    max-width: 25%
}

.reviewTestmRow div.vcol {
    width: 50%;
    max-width: 50%
}

.hmTstimnalRow {
    max-width: 400px;
    width: 100%
}

.hmTstimnalRow .videoPlaybutn,
.videoTestmRow .videoPlaybutn {
    display: none;
    background: rgb(152 171 190 / 50%);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dktvw02,
.header-menu ul.left-mega li:hover>a+ul.dropmpmnu,
.hm-ctybox a,
.hmTstimnalRow div.imgholdr:hover>.videoPlaybutn,
.vdrcoupon-lst .cpn-img p.cvr.vis,
.vdrcoupon-lst .getbtn.vis,
.vdrcoupon-lst:hover .cpn-img p.cvr,
.vdrcoupon-lst:hover .getbtn,
.videoTestmRow div.imgholdr:hover>.videoPlaybutn,
div.dlrcusrvewLnk label,
div.rt-review-row div.bike-review,
label.icheckbx input:checked~.checkmark:after,
p.bigbtndrpg span,
span.viplgtxt i {
    display: block
}

.hmTstimnalRow .imgholdr+div.hghtadjst {
    min-height: 106px
}

.d-flex-justfy-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.m-t-05 {
    margin-top: .5rem
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.expend-plus,
.filter-btn .rgt-side,
.float-lg-right,
.footer-frame-2 .line-right,
.klpbtn09,
.ref-earn .rightprt,
.sort-bar-style1 .right-list,
.tour-stylebox .desc-2 ul li span,
div.rt-review-row .right-panel,
div.rvwdealerpnel009 div.part2,
p.congomsgWlt a,
ul.cartbikeUl01 li div.box p.colcart a {
    float: right
}

.cursor-pointer {
    cursor: pointer !important
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 35px
}

.bg-success {
    color: #fff !important;
    background-color: #7ed026 !important
}

.text-success {
    color: #7ed026 !important
}

.pt-05 {
    padding-top: 5px
}

.pl-05 {
    padding-left: 5px
}

.pr-05 {
    padding-right: 5px
}

.pb-05 {
    padding-bottom: 5px
}

.pr-03 {
    padding-right: 3px
}

#tourSlider .MS-content .item table.table tbody tr td:last-child,
.dapp-promo .p2,
.dealer-complete .titleheadhldr-01 h3,
.text-right {
    text-align: right
}

.hm-caption p,
.text-light-grey {
    color: #999
}

.l-height-normal {
    line-height: normal
}

.border-top {
    border-top: 1px solid #e9e9e9
}

.border-bottom {
    border-bottom: 1px solid #e9e9e9
}

.hideDesktop,
.shown-mob,
a.mobScreentopHadcall {
    display: none !important
}

.nwfloattxtlke {
    max-width: 275px;
    float: right;
    margin-right: 24px;
    font-size: 13px;
    padding: 5px
}

.tab-dgn1.tab-align-center-fixed {
    margin: 0 auto 25px;
    max-width: 525px;
    text-align: center
}

div.ytube-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
}

div.ytube-container iframe.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.bg-light,
ul.cartbikeUl01 li:hover {
    background: #fafafa
}

ul.lines-with-commas li {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px
}

ul.lines-with-commas li:not(:last-child):after {
    content: ","
}

.qckcmtab ul li:before,
div.keypoints ul li:before,
p.congomsgWlt:before {
    content: "\f00c";
    font-display: swap;
    font-family: FontAwesome
}

ul.line-in-3-links li,
ul.line-in-4-links li,
ul.line-in-5-links li {
    width: calc(98%/5);
    display: inline-block;
    vertical-align: top
}

ul.line-in-4-links li {
    width: calc(98%/4)
}

ul.line-in-3-links li {
    width: calc(98%/3)
}

ul.line-in-3-links li a,
ul.line-in-4-links li a,
ul.line-in-5-links li a,
ul.lines-with-commas li a {
    color: #444;
    font-size: .75em
}

ul.line-in-3-links li a:hover,
ul.line-in-4-links li a:hover,
ul.line-in-5-links li a:hover,
ul.lines-with-commas li a:hover {
    color: #00aeef;
    text-decoration: underline
}

ul.horimginlinebx6 {
    margin: 0 0 80px
}

ul.horimginlinebx6 li {
    display: inline-block;
    width: calc(100%/8);
    text-align: center;
    vertical-align: top
}

ul.horimginlinebx6 li a {
    display: block;
    padding: 15px 10px;
    filter: saturate(.6);
    border-right: 1px solid #e5e5e5
}

ul.horimginlinebx6 li:last-child a {
    border-right: 0 solid #e5e5e5
}

ul.horimginlinebx6 li a img {
    width: 100%;
    max-width: 80px
}

ul.horimginlinebx6 li a span {
    display: block;
    color: #000;
    margin-top: 15px;
    font-size: 14px
}

ul.horimginlinebx6 li a.active,
ul.horimginlinebx6 li a:hover {
    filter: drop-shadow(2px 4px 6px #666)
}

ul.dropmpmnu {
    position: absolute;
    width: 130px;
    background: #0095cd;
    z-index: 1;
    display: none
}

.header-menu ul.left-mega li ul.dropmpmnu li {
    display: block;
    margin: 0;
    height: auto
}

.header-menu ul.left-mega li ul.dropmpmnu li a {
    display: block;
    padding: 5px 15px;
    margin: 0
}

.mb-1 {
    margin-bottom: .5rem !important
}

#cusRatingSlider .MS-controls .MS-left,
#mixedSlider .MS-controls .MS-left,
#randomlSlider .MS-controls .MS-left,
#randomlSliderTwo .MS-controls .MS-left,
#testiMonalSlider .MS-controls .MS-left,
#tourSlider .MS-controls .MS-left,
.left-pos-0 {
    left: 0
}

#basicSlider .MS-controls button,
.position-absolute {
    position: absolute
}

.position-fixed {
    position: fixed
}

.left-folder-rtlndpg .has-icon i,
.z-index-1 {
    z-index: 1
}

.infolock-tpg .i1 .iright,
.valign-top {
    vertical-align: top
}

.valign-middle,
.widrl_box {
    vertical-align: middle
}

.dpr-banner {
    background-image: url('https://www.rentrip.in/assets/css/../images/bg/dealer-profile-banner-bg.webp');
    background-color: #eee;
    background-size: cover;
    width: 100%;
    height: 340px;
    background-position: center center
}

.dpr-banner-below {
    box-shadow: 0 -12px 12px 0 #f2f2f2;
    margin-top: 0;
    min-height: 150px
}

.dpr-profilepic {
    width: 120px;
    margin-top: -30px;
    padding: 10px
}

.dpr-banner-below .content-part {
    margin-left: 150px;
    margin-top: 18px;
    display: inline-block;
    width: -webkit-fill-available
}

.dpr-higghtbox {
    width: 320px;
    margin-top: 15px
}

.add-read-more .read-less,
.add-read-more .read-more,
table.table.table-2.hoverFlash>tbody>tr.hover:hover label {
    cursor: pointer
}

.adshortpad8 {
    padding: 8px !important
}

.word-break-all {
    word-break: break-all
}

.box-shadow-1 {
    box-shadow: 0 0 5px 0 #eee;
    -moz-box-shadow: 0 0 5px 0 #eee;
    -ms-box-shadow: 0 0 5px 0 #eee;
    -webkit-box-shadow: 0 0 5px 0 #eee
}

.border-radius-1 {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px
}

.border-radius-10em {
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -webkit-border-radius: 10em
}

.search-dlr-panel {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px
}

.search-dlr-panel button {
    padding: 8px 12px
}

.search-dlr-panel select {
    width: 120px;
    font-size: 12px;
    padding: 0 5px;
    border: 0;
    outline: 0;
    display: inline-block;
    border-radius: unset
}

.search-dlr-panel input.s-field {
    font-size: 14px;
    display: inline-block;
    width: calc(100% - 170px);
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-radius: unset
}

div.srchcstmd-output {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 1;
    box-shadow: 0 5px 4px 0 #414141;
    width: 94%;
    margin: 0 auto
}

.d-table {
    display: table
}

.d-table-cell,
ul.payChckouttabs li {
    display: table-cell
}

.padborder-right {
    padding-right: 10px;
    border-right: 1px solid #dbdbdb;
    margin-right: 5px;
    font-size: 12px
}

.proswitcher {
    position: absolute;
    margin: -93px auto 0;
    left: 0;
    right: 0;
    width: 270px;
    text-align: center;
    z-index: 2
}

.fxedbttmsts,
.modifydtTopDrag {
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    display: none
}

.proswitcher p {
    margin-bottom: 8px;
    font-size: 12px;
    color: #d9d9d9
}

.proswitcher ul li {
    display: inline-block
}

div.ordrCOnfirmImgmsg,
ul.payChckouttabs,
ul.subsplandt0l,
ul.vip-list-befits li {
    display: table;
    width: 100%
}

.proswitcher ul li a {
    color: #bfbfbf;
    display: block;
    background: #2e2e2e;
    width: 60px;
    border-radius: 3px;
    padding: 5px
}

.proswitcher ul li a:hover {
    background: #707070;
    color: #fff;
    box-shadow: 0 0 8px #565656 inset
}

.proswitcher ul li a.active {
    background: #ffeb05;
    box-shadow: 0 0 8px #604d08 inset;
    color: #000
}

.proswitcher ul li span {
    font-size: .7rem;
    display: block;
    vertical-align: middle
}

.fxedbttmsts {
    z-index: 11;
    bottom: 15px;
    margin: 0 auto;
    max-width: 281px;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 0 24px 0 #c7c7c7;
    padding: 10px 14px
}

.widrl_box {
    width: 210px;
    float: left;
    margin-bottom: 5px
}

.modifydtTopDrag {
    bottom: 0;
    background: #ef7900;
    color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    box-shadow: #a3 0 0 14px 0;
    -moz-box-shadow: #a3 0 0 14px 0;
    -ms-box-shadow: #a3 0 0 14px 0;
    z-index: 1
}

.cout-hor-vip-label,
span.viplgtxt {
    box-shadow: 12px 0 10px #fed707 inset
}

label.newsletercheck {
    text-align: left;
    font-size: .65rem;
    margin-bottom: 15px
}

.bcomeOtBar {
    background: #feffb1;
    padding: 35px 40px;
    font-size: 15px;
    margin-bottom: 10px
}

.bcomeOtBar h4 {
    margin-bottom: 20px;
    font-weight: 600
}

.bcomeOtBar ul.bfits {
    list-style: unset;
    padding: 0 0 15px 35px
}

.bcomeOtBar p.offprice {
    font-size: 20px;
    padding: 10px 20px
}

.bcomeOtBar p.offprice b,
.dlr-dash-amt h2,
.hm-contact-form h3,
.light-box1 h2 {
    font-size: 22px
}

.bcomeOtBar p.fvbtn {
    padding-left: 20px;
    margin: 0
}

.bcomeOtBar p.fvbtn a.htwks {
    display: inline-block;
    padding-left: 10px;
    color: #000
}

.bcomeOtBar ul.points {
    padding: 28px 25px 0;
    width: 100%;
    display: none
}

.bcomeOtBar ul.points li {
    display: table-cell;
    width: calc(100%/3);
    vertical-align: top
}

.bcomeOtBar ul.points li span:first-child {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 3px 14px;
    border-radius: 10em;
    font-size: 24px
}

.bcomeOtBar ul.points li span:last-child {
    font-size: 19px;
    vertical-align: text-bottom;
    margin-left: 8px
}

ul.payChckouttabs li a {
    background: #fafafa;
    display: block;
    border: 1px solid #ebebeb;
    opacity: .5
}

ul.payChckouttabs li a label {
    padding: 10px 25px
}

ul.payChckouttabs li a img {
    height: 35px
}

ul.payChckouttabs li a.active {
    background: #fff;
    opacity: 1
}

#citemtb,
.font-11,
ul.extbookAp98 li {
    font-size: 11px
}

.font-12,
.pgkeywords,
.sstli_ul1 .itmRow.ckout .content,
p.payofferTxt b {
    font-size: 12px
}

.dlr-dash-amt p,
.font-13,
.hm-fourbox p,
.sstli_ul1 .itmRow.ckout .content .bkinfo p.ttl,
.table-dsg-1 {
    font-size: 13px
}

.font-14,
.srch-tab ul li a span {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.cob-input-box .cob-ttl,
.cpnv-window table.pptbl0 h4,
.font-16,
.user-holder h3,
div.wrtour-block-box h3 {
    font-size: 16px
}

.font-17 {
    font-size: 17px
}

.cpnv-window table.pptbl0 h3,
.fancy-from .div-frame label i,
.font-18,
.size18 {
    font-size: 18px
}

.font-19 {
    font-size: 19px
}

.chouttb20,
.cpnv-window table.pptbl0 h2,
.font-20,
.footer-block .ttxt h3,
div.rvwdealerpnel009 div.rating,
ul.ttllist li b {
    font-size: 20px
}

.m-t-4 {
    margin-top: 4rem !important
}

.m-t-5 {
    margin-top: 5rem !important
}

div.ordrCOnfirmImgmsg d.table-cell {
    width: 100px;
    display: table-cell;
    vertical-align: middle
}

div.ordrCOnfirmImgmsg d.table-cell:first-child {
    padding-right: 30px
}

div.ordrCOnfirmImgmsg .d-table-cell p.imgvipbadge img.upic,
p.imgvipbadge.user-pp img.upic {
    width: 85px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 2px solid #fdd606
}

p.imgvipbadge.user-pp {
    overflow: inherit;
    border: unset !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px
}

p.imgvipbadge.user-pp img.upic {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    height: auto;
    width: auto
}

div.ordrCOnfirmImgmsg .d-table-cell p.imgvipbadge.bronze img.upic,
p.imgvipbadge.user-pp.bronze img.upic {
    border: 2px solid #ff8100
}

div.ordrCOnfirmImgmsg .d-table-cell p.imgvipbadge.silver img.upic,
p.imgvipbadge.user-pp.silver img.upic {
    border: 2px solid #cdcdcd
}

div.ordrCOnfirmImgmsg .d-table-cell p.imgvipbadge.gold img.upic,
p.imgvipbadge.user-pp.gold img.upic {
    border: 2px solid #fed707
}

div.ordrCOnfirmImgmsg .d-table-cell p.imgvipbadge span.badgeouter,
p.imgvipbadge.user-pp span.badgeouter {
    box-shadow: 0 0 15px 0 #929292;
    position: absolute;
    margin-left: -22px;
    font-size: 10px;
    background: 0;
    text-align: center;
    margin-top: 55px;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em
}

p.imgvipbadge.user-pp span.badgeouter {
    box-shadow: 0 0 15px 0 #666;
    margin-top: -27px;
    margin-left: -46px
}

div.ordrCOnfirmImgmsg .d-table-cell p.imgvipbadge span.badgeOlk,
p.imgvipbadge.user-pp span.badgeOlk {
    margin: 0;
    font-size: 10px;
    padding: 5px 6px 3px 10px;
    line-height: 15px;
    text-align: center
}

div.ordrCOnfirmImgmsg .d-table-cell p.imgvipbadge span.badgeOlk.bronze,
p.imgvipbadge.user-pp span.badgeOlk.bronze {
    box-shadow: 4px 2px 10px #ff8100 inset
}

div.ordrCOnfirmImgmsg .d-table-cell p.imgvipbadge span.badgeOlk.silver,
p.imgvipbadge.user-pp span.badgeOlk.silver {
    box-shadow: 4px 2px 10px #cdcdcd inset
}

div.ordrCOnfirmImgmsg .d-table-cell p.imgvipbadge span.badgeOlk.gold,
p.imgvipbadge.user-pp span.badgeOlk.gold {
    box-shadow: 4px 2px 10px #fed707 inset
}

ul.info_ul01.list-bullet-point li {
    width: calc(100%/8)
}

ul.list-bullet-point li div.info_09o1 h3,
ul.list-bullet-point li div.info_09o1 h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px
}

ul.subsplandt0l {
    margin: 40px 0
}

ul.subsplandt0l li.mgpl {
    display: table-cell;
    width: 33.3%
}

.bg-pack {
    background: #f6f6f6;
    padding: 50px 0
}

ul.subsplandt0l li.mgpl div.first-c {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
    box-shadow: 0 0 25px 0 #ddd;
    border-radius: 3px
}

ul.subsplandt0l li.mgpl div.first-c.bronze {
    background: #ffdfbe;
    border: 2px solid #ffdfbe
}

ul.subsplandt0l li.mgpl div.first-c.silver {
    background: #fafafa;
    border: 2px solid #fafafa
}

ul.subsplandt0l li.mgpl div.first-c.gold {
    background: #fff2ae;
    border: 2px solid #fff2ae
}

ul.subsplandt0l li.mgpl div.first-c p.subline {
    font-size: 14px;
    color: #787878
}

ul.subsplandt0l li.mgpl div.first-c p.price {
    font-size: 34px;
    font-weight: 600;
    padding-top: 15px
}

ul.subsplandt0l li.mgpl div.first-c p.price small {
    font-size: 14px;
    color: #6e6e6e
}

ul.subsplandt0l li.mgpl div.first-c a.btn-golddark {
    background: #000;
    color: #fed707;
    display: block;
    margin: 0 20px
}

ul.subsplandt0l li.mgpl div.first-c.bronze a.btn-golddark {
    background: #ff8100;
    color: #fff
}

ul.subsplandt0l li.mgpl div.first-c.silver a.btn-golddark {
    background: #000;
    color: #e1e1e1
}

ul.subsplandt0l li.mgpl div.first-c.gold a.btn-golddark {
    background: #87730d;
    color: #fff
}

ul.subsplandt0l li.mgpl div.first-c div.keypoints {
    font-size: 14px;
    text-align: left;
    height: 285px;
    padding: 20px
}

ul.subsplandt0l li.mgpl div.first-c:hover {
    box-shadow: 0 0 48px 0 #c1c1c1;
    border: 2px solid #000
}

ul.subsplandt0l li.mgpl div.first-c a.btn-golddark:hover {
    box-shadow: 0 0 23px 0 #cbcbcb
}

div.keypoints ul li {
    padding-left: 20px;
    margin-bottom: 10px
}

div.keypoints ul li:before {
    margin-left: -20px;
    position: absolute
}

span.viplgtxt {
    background: #000;
    color: #fed707;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 18px 5px;
    border-radius: 10em;
    letter-spacing: 1px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center
}

.text-underline {
    text-decoration: underline !important
}

.cout-hor-vip-label {
    background: #000;
    color: #fed707;
    padding: 5px 10px 5px 18px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 5px
}

.bronze-vip-clr,
span.viplgtxt.bronze {
    box-shadow: 12px 0 10px #ff8100 inset;
    color: #ff8100
}

.silver-vip-clr,
span.viplgtxt.silver {
    box-shadow: 12px 0 10px #cdcdcd inset;
    color: #cdcdcd
}

.gold-vip-clr {
    color: #fed707;
    box-shadow: 12px 0 10px #fed707 inset
}

ul.vip-list-befits {
    margin-top: 10px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 0 7px
}

div.dailyCheckinScreen,
div.loadrcircle {
    margin: 0 auto;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 50%;
    right: 0
}

ul.vip-list-befits li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 12px
}

ul.vip-list-befits li span:first-child {
    display: table-cell;
    color: #848484
}

ul.vip-list-befits li span:last-child {
    display: table-cell;
    text-align: right;
    font-weight: 700
}

div.loadrcircle {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px
}

div.loadrcircle.ntfyx {
    width: 90%;
    font-size: 20px;
    text-align: center;
    color: #979797;
    padding: 20px
}

div.dailyCheckinScreen {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 100%;
    max-width: 700px;
    box-shadow: 0 0 15px 0 #474747;
    font-size: 12px
}

table.fixedheadtb td,
table.fixedheadtb th {
    padding: .25rem .75rem;
    vertical-align: inherit
}

table.fixedheadtb th {
    padding: .65rem .75rem
}

table.fixedheadtb tbody {
    display: block;
    height: 390px;
    overflow: auto
}

table.fixedheadtb tbody tr,
table.fixedheadtb thead {
    display: table;
    width: 100%;
    table-layout: fixed
}

table.fixedheadtb thead {
    width: calc(100% - 1em)
}

table.fixedheadtb {
    width: 100%;
    font-size: 12px
}

div.tbabdy {
    height: 500px
}

.pocheckAlrt {
    position: absolute;
    margin: -80px auto;
    width: 80%;
    left: 0;
    right: 0;
    text-align: center
}

#neovlysteps {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / .9)
}

div.dailyCheckinScreen h3.tabttl {
    font-size: 18px;
    padding: 15px 10px;
    border-bottom: 1px solid #dfdfdf;
    background: #fafafa;
    margin: 0
}

p.txtpOne {
    margin: 0;
    padding: 10px;
    display: inline-block
}

div.barOne {
    padding: 8px 10px
}

div.taskpnl {
    margin: 4px 0 0;
    float: right
}

#actLocationPop i,
div.dailyCheckinScreen div.btnstep button+button,
div.resp-listdiv {
    margin-right: 5px
}

div.taskpnl select {
    font-size: 12px;
    padding: 0 5px;
    vertical-align: top
}

div.taskpnl button {
    padding: 5px 8px
}

.dtcusrloclive a,
.ml-8,
span.steps {
    margin-left: 8px
}

.btnPerformed,
.hdider {
    margin: 0 !important;
    padding: 0 !important
}

div.dailyCheckinScreen div.btnstep {
    padding: 0 20px 10px;
    display: inline-block;
    width: 100%
}

.btnPerformed {
    background: 0 !important;
    float: none !important
}

.header-menu ul.left-mega li.phoneHgtophead a {
    font-size: 16px;
    background-image: radial-gradient(circle, #99be46, #66b600);
    padding: 2px 10px;
    border-radius: 3px
}

ul.ckotlogcnt09 li.or span.lsl,
ul.ckotlogcnt09 li.or span.rsl {
    background: #e5e5e5;
    width: 66px;
    display: inline-block;
    vertical-align: middle;
    height: 1px
}

.hdider {
    font-size: 10px !important;
    height: 0 !important;
    width: 0 !important;
    line-height: unset !important;
    overflow: hidden !important
}

.tag {
    padding: .55em .4em !important
}

table.table.table-2.hoverFlash>tbody>tr.hover:hover {
    background: #e9f9ff;
    color: #000;
    cursor: pointer
}

div.faqlists-scma {
    font-size: 15px;
    color: #444
}

div.faqlists-scma h2,
div.faqlists-scma h4 {
    font-size: 20px;
    margin: 30px 0 20px
}

div.faqlists-scma h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 3px;
    padding: 0
}

#citemtb p.title,
div#nccnint div p,
div.faqlists-scma p {
    margin: 0
}

div[itemprop=text] p {
    margin-bottom: 20px
}

div#nccnint {
    position: fixed;
    z-index: 99;
    color: #fff;
    font-size: 12px;
    width: 250px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center
}

div#nccnint div {
    padding: 15px;
    text-align: center;
    box-shadow: 0 1px 8px 0 #700c0c;
    -moz-box-shadow: 0 1px 8px 0 #700c0c;
    -ms-box-shadow: 0 1px 8px 0 #700c0c;
    background: rgba(255, 0, 0, .9);
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    display: inline-block
}

div#nccnint div.success {
    background: rgba(3, 182, 3, .9)
}

div#nccnint div p b {
    display: block;
    font-size: 16px
}

.dlr-dash-amt .third,
.not-found-bikes h4,
span.required,
ul.cbckno009 li h2.red {
    color: red
}

a#delPriceRow {
    vertical-align: text-top
}

tr.redspr009 {
    border: 1px solid #eee
}

div.resp-listdiv {
    width: 120px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle
}

.sub-header-part .c-data .logo a img,
div.resp-listdiv.mx {
    width: 170px
}

div.resp-listdiv label {
    font-size: 11px;
    margin: 0 0 3px
}

ul.addbikeTbs009 {
    width: 100%;
    display: inline-table
}

ul.addbikeTbs009 li {
    width: calc(100%/4);
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0
}

ul.addbikeTbs009.tabs5 li {
    width: calc(100%/5)
}

ul.addbikeTbs009 li a {
    display: block;
    background: #efefef;
    color: #a1a1a1;
    padding: 15px 8px;
    margin: 0;
    font-size: 14px
}

ul.payiconsList li img,
ul.payiconsList.big li img {
    width: 100% !important;
    padding: 0 !important
}

ul.addbikeTbs009 li a span {
    display: inline-block;
    background: #ccc;
    width: 20px;
    height: 20px;
    border-radius: 10em;
    margin-right: 6px
}

ul.addbikeTbs009 li a:hover {
    background: #e3e3e3
}

ul.addbikeTbs009 li a:hover span {
    background: #ccc
}

div.fancyFromStepDsg a.nextT.active,
div.fancyFromStepDsg a.prevT.active,
ul.addbikeTbs009 li.active a {
    background: #529e00;
    color: #fff
}

ul.addbikeTbs009 li.active a span {
    background: #fff;
    color: #529e00
}

div.tabsdataBox {
    min-height: 350px;
    border: 1px solid #dfdfdf;
    box-shadow: 0 0 5px 0 #ddd;
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 30px 40px
}

div.fancyFromStepDsg a.nextT,
div.fancyFromStepDsg a.prevT {
    position: absolute;
    margin-top: 175px;
    background: #eee;
    padding: 15px 10px;
    color: #000
}

div.fancyFromStepDsg a.prevT {
    left: -12px
}

div.fancyFromStepDsg a.nextT {
    right: -12px
}

div.cacl-msg-pad {
    padding: 30px 20px;
    color: #727272
}

div.fxdHgtlog {
    height: 265px
}

div.fxdHgtreg {
    height: 370px
}

div.fxdHgtreg.e300 {
    height: 300px
}

div.fxdHgtreg.two {
    height: 445px
}

div.fxdHgtreg.short {
    height: 220px;
    margin-top: 20px
}

div.fxdHgtfpas {
    height: 165px
}

p.payofferTxt {
    border: 2px solid #159bce;
    padding: 5px 16px;
    font-size: 11px;
    margin: 0 auto;
    background: #e9f9ff;
    color: #080d5f;
    text-align: center
}

span.intrlabel {
    margin-top: -10px;
    position: absolute;
    float: right;
    z-index: 1;
    margin-left: 80px
}

ul.payiconsList {
    margin: 10px 0 0;
    opacity: 1;
    width: 100%;
    display: inherit;
    max-width: 380px
}

ul.payiconsList.big {
    max-width: 100%;
    margin: 8px 0 25px
}

ul.payiconsList li {
    display: inline-block;
    width: 40px;
    margin-right: 11px;
    margin-bottom: 5px;
    padding: 2px
}

ul.payiconsList.big li {
    width: 150px;
    margin: 0
}

ul.payiconsList.big li.label {
    width: 100%;
    color: #b4b4b4;
    font-size: 15px
}

.soclloginbox.reg,
div.tds-infoWindw ul.listrule li a,
ul.payiconsList.big li.label.nxt {
    margin-top: 10px
}

ul.payiconsList.big li img {
    max-width: 35px;
    vertical-align: top;
    float: left
}

ul.payiconsList.big li span {
    display: block;
    font-size: 11px;
    color: #959595;
    float: left;
    line-height: 40px;
    vertical-align: top;
    margin-left: 7px
}

div.domesLabel {
    background: #eee;
    padding: 8px 10px;
    color: #848484;
    font-size: 14px
}

div.tds-infoWindw {
    position: fixed;
    bottom: 0;
    background: #054963;
    padding: 30px 50px 50px;
    width: 360px;
    z-index: 2;
    box-shadow: 1px 4px 5px 1px #000;
    -moz-box-shadow: 1px 4px 5px 1px #000;
    -ms-box-shadow: 1px 4px 5px 1px #000;
    display: none;
    color: #fff
}

div.tds-infoWindw p.msg {
    font-size: 13px;
    color: #ddd
}

.cmt-row .usr-msg,
.mod-desc-text ul li,
div.tds-infoWindw p.smhead {
    margin-bottom: 5px
}

div.tds-infoWindw ul.listrule li {
    font-size: 14px;
    line-height: 30px
}

div.tds-infoWindw ul.listrule li span,
ul.extbookAp98 span {
    float: right;
    font-weight: 600
}

div.tds-infoWindw div.derase {
    position: absolute;
    right: -13px;
    top: -16px;
    background: #787878;
    padding: 0;
    border-radius: 10em;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff
}

div.tds-infoWindw div.derase a i {
    color: #eaeaea
}

ul.ckotlogcnt09 {
    width: 250px;
    margin: 40px auto;
    text-align: center
}

ul.ckotlogcnt09 li.or {
    margin: 10px 0;
    color: #999
}

ul.ckotlogcnt09 li.or span.lsl {
    line-height: 20px;
    margin-right: 10px
}

ul.ckotlogcnt09 li.or span.rsl {
    margin-left: 10px
}

ul.extbookAp98 {
    color: green;
    font-size: 12px
}

ul.extbookAp98 li.amt {
    border-top: 1px solid #747474;
    padding: 3px 0;
    margin: 4px 0;
    border-bottom: 1px solid #747474
}

label.wendDys091 {
    background: #f3f3f3;
    padding: 6px 10px;
    color: #000;
    line-height: 16px;
    vertical-align: top;
    border: 1px solid #cecece;
    margin-right: 10px;
    margin-bottom: 10px
}

a.wekndupdtlnk {
    font-size: 11px;
    color: #000;
    margin-left: 10px
}

div.pgate-bxdsgy {
    padding: 10px;
    border: 1px solid #efefef;
    margin: 15px 0 0
}

div.pgate-bxdsgy:hover {
    background: #fafafa;
    border: 1px solid #ddd
}

div.pgate-bxdsgy.active {
    background: #fffcf2;
    border: 1px solid #ffb27b
}

.appdwnpopcls:hover,
.ind-directions-box:hover img,
.rntp-reg-stps .stpbtns .back:hover,
.rntp-reg-stps .stpbtns .next:hover,
.rsvrypopcls:hover,
.rthmpopcls:hover,
.use_ul04 .use_0904:hover p.img,
div.pgate-bxdsgy.active ul.payiconsList,
table#dlrrvwtb09 tbody tr:hover a#rvwlinkshre091 {
    opacity: 1
}

ul.cartbikeUl01 {
    margin-bottom: 30px
}

ul.cartbikeUl01 li {
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding: 10px 8px 0;
    margin-top: 20px
}

ul.cartbikeUl01 li div.box p.col1,
ul.cartbikeUl01 li div.box p.col2,
ul.cartbikeUl01 li div.box p.col3,
ul.cartbikeUl01 li div.box p.colcheck {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0
}

ul.cartbikeUl01 li div.box p.col1 {
    width: 66px;
    text-align: center;
    margin-right: 60px
}

ul.cartbikeUl01 li div.box p.col1 img {
    width: 100%;
    max-width: 50px
}

ul.cartbikeUl01 li div.box p.col1 input:checkbox {
    position: absolute;
    margin-top: -67px;
    margin-left: -30px
}

ul.cartbikeUl01 li div.box p.col2 {
    width: 190px
}

ul.cartbikeUl01 li div.box p.col1 span.pid {
    display: block;
    border: 1px solid #dcdcdc;
    width: 110px;
    text-align: center;
    margin-bottom: 6px;
    position: absolute;
    margin-top: -73px;
    background: #fff;
    margin-left: -45px
}

ul.cartbikeUl01 li div.box p.col2 span.loc {
    color: #59ab1f;
    font-size: 14px
}

ul.cartbikeUl01 li div.box p.col2 span.loc small {
    font-size: 11px;
    color: #787878;
    margin-top: 2px;
    display: inline-block
}

ul.cartbikeUl01 li div.box p.col3 {
    width: 150px;
    float: right;
    text-align: center
}

ul.cartbikeUl01 li div.box p.col3 span.price {
    display: block;
    font-size: 16px;
    font-weight: 600
}

ul.cartbikeUl01 li div.box p.col3 span.dalertime {
    color: #8f8b8b;
    font-size: 12px
}

ul.cartbikeUl01 li div.box p.colcheck span.checkicon {
    line-height: 60px
}

ul.cartbikeUl01 li div.box p.colcart {
    display: inline-block;
    width: 100%;
    margin: 8px 0 10px;
    background: #ebfaff;
    font-size: 13px;
    padding: 5px 8px;
    line-height: 27px
}

ul.cartbikeUl01 li div.box p.colcheck span.checkicon i {
    font-size: 30px;
    color: #00a200
}

span.wkndPriceUl890 {
    display: block;
    font-size: 12px
}

span.wkndPriceUl890>span {
    font-size: 10px;
    color: #7c7c7c;
    width: 60px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top
}

label.icheckbx {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 13px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

label.icheckbx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee
}

label.icheckbx:hover input~.checkmark {
    background-color: #ccc
}

label.icheckbx input:checked~.checkmark {
    background-color: #2196f3
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

label.icheckbx .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.g-recaptcha {
    transform: scale(.77);
    -webkit-transform: scal(.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

div#gstReg label {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    vertical-align: middle;
    background: #000;
    color: #fff;
    padding: 1px 10px;
    letter-spacing: 0
}

div#gstReg input.gstN {
    display: inline-block;
    width: 190px;
    border: 0;
    outline: 0;
    border-radius: unset;
    border-bottom: 1px solid #9f9f9f
}

p.otpTimerset {
    margin: 10px 0 0;
    color: #757575
}

div.otpSenderr {
    margin: 0 0 15px
}

div.otpSenderr div#otpbtns a.oink {
    color: #5cb85c;
    font-weight: 500;
    margin: 0 5px 5px;
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #5cb85c;
    padding: 3px 6px;
    border-radius: 3px
}

div.otpSenderr div#otpbtns a:hover.oink {
    color: #48a648;
    border-color: #48a648;
    background: #f9fff9
}

p.cglnk093 {
    padding: 5px;
    margin-top: 0;
    background: #dfefff;
    border: 1px solid #d4d4d4;
    position: relative
}

p.cglnk093 span {
    display: inline-block;
    font-size: 11px
}

p.cglnk093 a {
    display: inline-block;
    font-size: 11px;
    float: right;
    font-weight: 600 !important;
    color: #3f3cff !important
}

div.horadvdsg1 {
    background-color: #000;
    color: #fff;
    padding: 15px;
    background-size: cover;
    background-attachment: unset;
    background-position: left top;
    background-repeat: no-repeat;
    margin: 15px 0
}

div.horadvdsg1:hover {
    box-shadow: 1px 1px 5px 0 #b7b7b7;
    -moz-box-shadow: 1px 1px 5px 0 #b7b7b7;
    -ms-box-shadow: 1px 1px 5px 0 #b7b7b7
}

div.ver1 {
    height: 230px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    margin: 20px 0
}

div.horadvdsg1 h3 {
    text-shadow: 1px 1px 3px #000;
    -moz-text-shadow: 1px 1px 3px #000;
    -ms-text-shadow: 1px 1px 3px #000
}

div.horadvdsg1 h4 {
    color: #ccc;
    font-size: 20px
}

div.horadvdsg1 a {
    background: #f4511e;
    padding: 8px;
    display: block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 160px;
    transition: .5s;
    cursor: pointer;
    margin: 20px 0 0
}

p.storeLk098 img,
p.storeLk098 span {
    width: 36px;
    display: block
}

div.horadvdsg1 a span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

div.horadvdsg1 a span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s
}

div.horadvdsg1 a:hover span {
    padding-right: 25px
}

div.horadvdsg1 a:hover span:after {
    opacity: 1;
    right: 0
}

div.horadvdsg1 div.set3 ul {
    margin-bottom: 6px
}

div.horadvdsg1 div.set3 ul li {
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 20px;
    background: rgba(80, 183, 54, .8);
    padding: 3px 18px;
    text-transform: uppercase;
    border-bottom: 4px solid #0a8619
}

div.horadvdsg1.ver1 div.set3 ul li {
    margin: 0 5px 0 0;
    font-size: 13px;
    padding: 3px 10px
}

div.horadvdsg1.ver1 div.set3 h3 {
    margin-top: 15px;
    font-size: 26px;
    margin-bottom: 30px
}

div.horadvdsg1.ver1 div.set2 h2 {
    background: rgba(0, 173, 255, .8);
    margin: 0 -15px;
    padding: 10px
}

div.horadvdsg1.ver1 div.set6 h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 36px
}

div.horadvdsg1.ver1 div.set6 h3.fw {
    color: #13b5f3;
    text-shadow: 1px 1px 1px #0c2c3c;
    -moz-text-shadow: 1px 1px 1px #0c2c3c;
    -ms-text-shadow: 1px 1px 1px #0c2c3c
}

div.horadvdsg1 div.set6 h4 {
    background: #000;
    width: 330px;
    text-align: center;
    padding: 9px 5px;
    color: #fff
}

div.horadvdsg1.ver1 div.set6 h4 {
    background: rgba(247, 247, 247, .8);
    width: 125px;
    text-align: left;
    padding: 10px;
    color: #000;
    display: inline-block;
    margin-right: 15px
}

div.horadvdsg1.ver1 div.set6 h4.fw {
    width: auto;
    background: rgba(0, 0, 0, .8);
    color: #fff
}

div.horadvdsg1.ver1 div.set1 h3 {
    background: rgba(35, 35, 35, .8);
    margin: 0 -15px;
    padding: 20px 15px;
    font-size: 24px;
    line-height: 30px
}

div.horadvdsg1 div.set6 h4 span,
div.horadvdsg1.ver1 div.set6 p.cty {
    background: #109714;
    padding: 7px 15px;
    font-size: 16px;
    display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    margin-left: 10px;
    margin-top: 3px
}

div.horadvdsg1.ver1 div.set6 p.cty {
    padding: 7px 15px;
    margin-left: 0;
    margin-top: 10px
}

div.horadvdsg1 div.set2 h3 {
    font-display: swap;
    font-family: fantasy;
    color: #000;
    text-shadow: 1px 1px 3px #b7b7b7
}

div.horadvdsg1.ver1 div.set2 h3 {
    color: #fff;
    background: rgba(52, 206, 13, .8);
    margin: 0 -15px 25px;
    padding: 15px
}

div.horadvdsg1.ver1 div.set2 h3.dreg {
    margin: 0 -15px 10px
}

div.horadvdsg1 div.set4 h4 {
    font-size: 26px;
    background: rgba(0, 0, 0, .8);
    width: 510px;
    padding: 10px 8px;
    text-align: left;
    color: #cacaca;
    font-style: italic
}

div.horadvdsg1.ver1 div.set4 h4 {
    width: 100%;
    font-size: 16px
}

div.horadvdsg1 div.set4 h3 {
    text-shadow: 3px 2px 6px #000;
    -moz-text-shadow: 3px 2px 6px #000;
    -ms-text-shadow: 3px 2px 6px #000
}

div.horadvdsg1 div.set5 h3 {
    color: #09ff55;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 4px 3px 5px #000;
    -moz-text-shadow: 4px 3px 5px #000;
    -ms-text-shadow: 4px 3px 5px #000
}

div.horadvdsg1 div.set5 h3.dreg,
h1.fancy.npgt009 {
    font-size: 30px
}

div.horadvdsg1.ver1 div.set5 h3.dreg {
    font-size: 24px
}

div.horadvdsg1 div.set5 h4 {
    color: #fff;
    font-size: 20px
}

div.horadvdsg1.ver1 div.set5 h4 {
    background: rgba(0, 0, 0, .8);
    padding: 10px;
    margin: 0 -15px
}

div.horadvdsg1 div.set7 h4 {
    background: gold;
    color: #000;
    padding: 10px;
    width: 280px
}

div.horadvdsg1.ver1 div.set7 h4 {
    width: auto
}

div.horadvdsg1 div.set2 a,
div.horadvdsg1 div.set3 a,
div.horadvdsg1 div.set4 a,
div.horadvdsg1 div.set5 a,
div.horadvdsg1 div.set6 a,
div.horadvdsg1 div.set7 a {
    float: right;
    vertical-align: top;
    margin-top: -70px;
    margin-right: 20px
}

div.horadvdsg1.ver1 div.set2 a,
div.horadvdsg1.ver1 div.set3 a,
div.horadvdsg1.ver1 div.set4 a,
div.horadvdsg1.ver1 div.set5 a,
div.horadvdsg1.ver1 div.set6 a,
div.horadvdsg1.ver1 div.set7 a {
    float: none;
    margin: 15px 0 0;
    font-size: 16px;
    width: 125px
}

div.horadvdsg1.ver1 div.set6 a {
    margin: 6px 0 0
}

div.horadvdsg1 div.set2 a,
div.horadvdsg1 div.set3 a {
    margin-top: -60px
}

div.horadvdsg1 div.set6 a {
    margin-top: -65px
}

div.horadvdsg1 div.set4 a {
    background-color: #0c9de2
}

div.horadvdsg1 div.set5 a {
    width: 200px
}

div.horadvdsg1.ver1 div.set5 a {
    width: 180px;
    margin: 45px 0 0
}

div.horadvdsg1 div.set5 a.dreg {
    width: 180px;
    margin-top: -55px
}

p.storeLk098 {
    float: right;
    text-align: center;
    width: 70px;
    margin: 5px 0 5px 15px
}

p.storeLk098 a {
    font-size: 11px;
    color: #000;
    background: #f1f1f1;
    display: block;
    border-radius: 3px;
    padding: 2px 5px
}

p.storeLk098 span {
    margin: 0 auto -3px
}

div.rvwdealerpnel009 {
    display: inline-block;
    width: 100%;
    max-width: 230px;
    float: right;
    padding: 5px 15px;
    margin-bottom: 5px;
    color: #fff
}

.ref-earn .leftprt,
.sub-header-part .c-data .logo,
div.rt-review-row .lft-panel,
div.rvwdealerpnel009 div.part1 {
    float: left
}

div.rvwdealerpnel009 span {
    color: #52b905;
    margin-right: 3px
}

div.rvwdealerpnel009 p.ftxt {
    margin: 0;
    font-size: 13px;
    font-weight: 600
}

div.rvwdealerpnel009 p.stxt {
    margin: 0;
    font-size: 18px;
    font-weight: 600
}

div.rvwdealerpnel009 p.ttxt {
    margin: 0;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase
}

button.lk09819 {
    font-size: 11px;
    background: 0;
    color: #ec9b07;
    font-weight: 600
}

button.lk09819:hover {
    background: 0 !important;
    color: #ec9b07
}

a.lk09819 {
    color: #252525;
    border: 0;
    padding: 2px 4px;
    text-align: center;
    background: 0
}

a.lk09819 i {
    color: #7b7b7b !important
}

a.lk02349 {
    padding: 2px 3px;
    font-size: 11px;
    float: right;
    background: #565656;
    outline: 0;
    border: 1px solid #565656
}

table#dlrrvwtb09 tbody tr a#rvwlinkshre091 {
    opacity: 0
}

div.dlrcusrvewLnk {
    position: absolute;
    width: 250px;
    background: #e6e6e6;
    box-shadow: 0 0 8px 0 #d4d4d4;
    -moz-box-shadow: 0 0 8px 0 #d4d4d4;
    -ms-box-shadow: 0 0 8px 0 #d4d4d4;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 10px;
    margin-top: 6px;
    display: none
}

div.dlrcusrvewLnk input[type=text] {
    border: 1px solid #c1c1c1;
    font-size: 11px;
    padding: 3px 5px;
    color: #616161;
    display: block;
    width: 100%
}

.rtldr {
    border: 3px solid #ddd;
    border-top: 3px solid #00aeef;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: 1s linear infinite spin01
}

@keyframes spin01 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

div.nw-filtersty001 {
    background: #e0e0e0;
    border: 1px solid #bbb;
    color: #000;
    padding: 15px 15px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px
}

div.nw-filtersty001.fltPep {
    background: #fff;
    border-color: #d5d5d5;
    padding: 15px
}

div.nw-filtersty001 form {
    margin: 0;
    display: none
}

.overall-review-exp01,
.wd0p01,
p.txtsrhDt a,
ul.cbckno009,
ul.rtbookulhm09 li {
    display: inline-block
}

div.nw-filtersty001 select {
    padding: 5px 10px;
    min-width: 120px
}

div.nw-filtersty001 input[type=date],
div.nw-filtersty001 input[type=text] {
    padding: 4px 9px;
    max-width: 85px
}

div.nw-filtersty001 input[type=text].lg {
    max-width: 125px
}

div.nw-filtersty001 input[type=date].lg {
    max-width: 150px;
    border-width: thin
}

div.nw-filtersty001 div.filter-btn {
    margin-top: -8px;
    text-align: center
}

div.nw-filtersty001 div.filter-btn a {
    margin-bottom: 6px;
    display: block
}

.mtm24 {
    margin-top: 24px
}

.wd0p01 {
    width: 135px;
    margin-right: 10px;
    vertical-align: top
}

.wd0p01.lg {
    width: 140px
}

.adv-rande-img img,
.btnmb-p_01 a,
.cart-value-list-with-coupon a,
.cpnv-window .img-box img,
.ctest_ul02 .ctest_0901 .img img,
.ctyContent .banner img,
.dealer-info p.img img,
.info_ul01 .info_09o1 p.img img,
.tb-left .bikeimg,
.time-bar ul,
.tourdp-photo img,
.use_ul04 .use_0904 .img img,
.vdrcoupon-lst .cpn-img img,
div.nw-filtersty001.fltPep select,
div.rt-review-row div.bike-review .img img,
div.rt-review-row div.customer-review .img img,
div.rt-review-row div.dealer-review .img img {
    width: 100%
}

.cty_ul03,
.info_ul01,
.rate-card-pg,
.text-center,
.use_ul04,
.whyrnt-points ul,
ul.rtbookulhm09 {
    text-align: center
}

ul.rtbookulhm09 li {
    width: 260px;
    background: #fff;
    box-shadow: 0 0 15px 0 #d2d2d2;
    -moz-box-shadow: 0 0 15px 0 #d2d2d2;
    -ms-box-shadow: 0 0 15px 0 #d2d2d2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    vertical-align: top;
    margin-right: 15px
}

ul.rtbookulhm09 li div h4 {
    font-size: 14px;
    background: #884104;
    padding: 10px;
    margin: 0 0 10px;
    width: 100%;
    overflow: hidden
}

ul.rtbookulhm09 li div a.rvwlnk {
    font-size: 20px;
    text-decoration: none
}

ul.rtbookulhm09 li div a.rvwlnk i {
    font-size: 26px;
    margin-right: 3px;
    margin-top: 10px;
    color: #cecece
}

ul.rtbookulhm09 li div p.img img {
    width: 100%;
    max-width: 150px
}

ul.rtbookulhm09 li div p.img span {
    display: block;
    font-size: 22px;
    color: #909090
}

ul.rtbookulhm09 li div div.prtbtn {
    background: #bd5003;
    padding: 20px 10px;
    color: #fff;
    margin: 20px 0 0;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px
}

ul.cbckno009 {
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
    width: 100%
}

ul.cbckno009 li {
    background: #fff;
    max-width: 265px;
    padding: 15px 10px;
    margin: 0 15px 0 0;
    border: 1px dashed #bbb
}

ul.cbckno009 li.red {
    background: #ffeded;
    border-color: red
}

ul.cbckno009 li.green {
    background: #e6fde6;
    border-color: green
}

ul.cbckno009 li.blue {
    background: #e8f8ff;
    border-color: #009ce6;
    margin-right: 0
}

ul.cbckno009 li h4 {
    font-size: 16px;
    color: #8c8c8c;
    margin-bottom: 0
}

ul.cbckno009 li h2.green {
    color: green
}

ul.cbckno009 li h2.blue {
    color: #009ce6
}

p.txtsrhDt {
    font-size: 14px;
    margin-bottom: 0
}

p.txtsrhDt a {
    background: #ef7900;
    color: #fff;
    padding: 2px 8px;
    margin-left: 5px;
    font-size: 12px;
    width: 55px;
    text-align: center
}

p.txtsrhDt label {
    padding: 2px 6px;
    margin-right: 10px;
    border: 1px solid #ef7900;
    font-size: 13px
}

p.txtsrhDt strong {
    font-size: 16px;
    padding: 0 10px
}

.overall-review-exp01 {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px 10px;
    margin-bottom: 20px
}

.overall-review-exp01 .left-pnl1 {
    float: left;
    width: 350px;
    text-align: center
}

.overall-review-exp01 .left-pnl1 p {
    color: #999;
    font-size: 13px;
    margin: 0
}

.overall-review-exp01 .left-pnl1 h2 {
    margin: 15px 0;
    font-size: 60px;
    font-weight: 600;
    color: #b0b0b0
}

.overall-review-exp01 .left-pnl1 h2 span {
    color: #0a951b
}

.overall-review-exp01 .left-pnl2 {
    float: left;
    width: 320px;
    margin-left: 30px;
    margin-top: 28px
}

.overall-review-exp01 .left-pnl2 h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #0b5c0b;
    background: #d6fed6;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border: 1px solid #42f042
}

.overall-review-exp01 .left-pnl2 h3 img {
    float: left;
    margin: 15px 12px 0 5px
}

.overall-review-exp01 .left-pnl3 {
    float: right;
    margin-right: 50px
}

.overall-review-exp01 .left-pnl3 p.star-row {
    color: #f47c00;
    margin: 0 0 5px
}

.overall-review-exp01 .left-pnl3 p.star-row>span>i[class*=fa-star-o] {
    color: #b0b0b0
}

.overall-review-exp01 .left-pnl3 p.star-row span.no {
    color: #2a2a2a;
    font-size: 13px;
    margin-left: 10px
}

p.tgline009 {
    border: 1px solid #e0e0e0;
    padding: 7px 8px !important;
    margin: 10px 0 !important;
    background: #fafafa;
    color: #0c4ec5
}

p.tgline009 a {
    color: #e68e0b !important
}

div.bkmod009 {
    background: #fff;
    width: 100%;
    border: 1px solid #dadada
}

div.bkmod009 p.lftimg {
    text-align: center;
    width: 460px;
    padding: 20px;
    margin: 0 auto
}

.tour-categorydsg img,
div.bkmod009 p.lftimg img {
    width: 100%;
    max-width: 100%
}

div.bkmod009 div.rghttxt {
    padding: 10px 15px;
    font-size: 26px;
    margin: -1px;
    height: 110px
}

div.bkmod009 div.rghttxt span.bikettl {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: -15px auto 0;
    text-align: center;
    padding: 8px 5px;
    line-height: 26px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase
}

div.bkmod009 div.rghttxt ul {
    text-align: center;
    margin: 10px 0 0
}

div.bkmod009 div.rghttxt ul li {
    font-size: 22px;
    display: inline-block;
    width: 142px;
    text-align: center;
    border: 1px solid #bfbfbf;
    padding: 5px;
    margin-right: 10px;
    font-weight: 700;
    color: #ef9003
}

div.bkmod009 div.rghttxt ul li span {
    margin-left: 3px;
    font-size: 12px;
    color: #5f5f5f;
    font-weight: 100
}

a.sitelock {
    margin-top: 10px;
    display: block
}

.acc-menu-style-1 li div.subchildmn a i,
.progress-bar--counter .hidden,
.srch-tab ul li,
.table-print-dsg-1 th:hover .delTbCol,
div.rt-review-row {
    display: inline-block
}

div.rt-review-row {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px
}

div.rt-review-row:hover {
    box-shadow: 0 3px 5px 0 #b4b4b4;
    -moz-box-shadow: 0 3px 5px 0 #b4b4b4;
    -ms-box-shadow: 0 3px 5px 0 #b4b4b4;
    background: #f3fdff
}

div.rt-review-row div.bike-review,
div.rt-review-row div.customer-review,
div.rt-review-row div.dealer-review {
    width: 250px;
    display: inline-block
}

div.rt-review-row div.bike-review .img,
div.rt-review-row div.customer-review .img,
div.rt-review-row div.dealer-review .img {
    width: 50px;
    overflow: hidden;
    float: left;
    border: 1px solid #eee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 2px
}

div.rt-review-row div.bike-review .nm,
div.rt-review-row div.customer-review .nm,
div.rt-review-row div.dealer-review .nm {
    margin-left: 55px;
    font-size: 13px;
    color: #000;
    margin-bottom: 3px
}

div.rt-review-row div.bike-review p.star,
div.rt-review-row div.customer-review p.star,
div.rt-review-row div.dealer-review p.star {
    margin-left: 55px;
    color: #00aeef;
    margin-bottom: 0
}

div.rt-review-row div.bike-review p.star span.star,
div.rt-review-row div.customer-review p.star span.star,
div.rt-review-row div.dealer-review p.star span.star {
    margin-right: 2px
}

div.rt-review-row div.bike-review p.star span.no,
div.rt-review-row div.customer-review p.star span.no,
div.rt-review-row div.dealer-review p.star span.no {
    margin-left: 5px;
    font-size: 13px;
    color: #9e9e9e
}

div.rt-review-row div.customer-review {
    width: 750px
}

div.rt-review-row div.customer-review .img {
    width: 70px;
    background: #e1e1e1;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    margin-right: 20px;
    padding: 10px
}

div.rt-review-row div.customer-review p.cmts {
    margin-left: 90px;
    font-size: 13px;
    color: #373737;
    margin-top: 5px;
    margin-bottom: 0
}

div.rt-review-row div.customer-review p.date {
    color: #999;
    font-size: 12px;
    margin-top: 14px;
    margin-left: 90px;
    font-style: italic
}

div.rt-review-row div.customer-review p.nm {
    font-size: 16px;
    margin-top: 10px
}

div.rt-review-row div.customer-review .replyby-box {
    margin-left: 90px;
    margin-top: 15px;
    border-left: 3px solid #e7e7e7;
    padding-left: 10px;
    font-size: 13px
}

div.rt-review-row div.customer-review .replyby-box p:first-child {
    margin-bottom: 8px
}

div.rt-review-row div.customer-review p.nm i {
    color: #00c300
}

div.rt-review-row div.customer-review p.star {
    color: #f47c00
}

div.rt-review-row div.customer-review p.vefd {
    position: absolute;
    color: #20c51e;
    font-size: 11px;
    margin-top: 73px;
    margin-left: 7px;
    font-weight: 100
}

div.rt-review-row div.dealer-review,
div.rvwzone {
    margin-top: 5px
}

span.rfndspan {
    display: block;
    background: #10a210;
    color: #fff;
    width: 135px;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 3px;
    margin: 5px auto 0;
    font-size: 12px
}

span.tstripprice {
    text-decoration: line-through;
    margin-left: 6px;
    color: red
}

.cmt-row a,
.cmt-row:hover .delcmt,
.cob-input-box .login a:hover,
.coupon-row .codebtn .viewtc:hover,
.coupon-row .part-2 h3 a:hover,
.ctest_ul02 li.lnk a:hover,
.dtcusrloclive a#opnlocchangeIn,
a.rvwlnk {
    text-decoration: underline
}

p.congomsgWlt:before {
    margin-right: 5px
}

p.congomsgWlt {
    color: #009e00;
    margin: -15px 0 8px;
    border: 1px solid #a1f087;
    max-width: 680px;
    padding: 5px 10px;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    display: none
}

.filter-box-style1 ul.dropdn-typ li.active label,
div.nw-filtersty001 ul.dropdn-typ li.active label,
div.wrtour-block-box:hover h3,
p.congomsgWlt span.cshwltmny {
    font-weight: 600
}

p.congomsgWlt a i {
    font-size: 20px;
    color: red
}

#bikeLocateAtList {
    padding: 4px;
    height: auto;
    max-width: 150px;
    font-size: 13px;
    color: #414141;
    font-weight: 600;
    margin: 0 auto
}

.iniloadbg {
    text-align: center;
    margin: 45px 0
}

.iniloadbg p {
    margin-top: 10px;
    font-size: 150%
}

.text-light-muted {
    color: #d2d2d2 !important
}

div#overlay-content::-webkit-scrollbar {
    width: 10px
}

div#overlay-content::-webkit-scrollbar-track {
    background-color: #ebebeb
}

div#overlay-content::-webkit-scrollbar-thumb {
    background: #999
}

.hidden {
    visibility: hidden;
    width: 0
}

.progress-bar {
    background: #f7f7f7;
    border-radius: 5px;
    height: 5px;
    overflow: hidden;
    position: relative;
    text-indent: 100%;
    width: calc(100% - 75px)
}

.progress-bar--counter,
.progress-bar--start {
    margin-right: 10px;
    position: relative;
    top: -4px
}

.progress-bar--counter {
    margin-left: 10px;
    position: relative;
    top: -4px
}

.progress-bar--wrap {
    display: flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin: 10px 0
}

.progress-bar--inner {
    transition: .5s ease-in-out;
    border-radius: 10px;
    height: 5px;
    left: 0;
    min-height: 5px;
    position: absolute;
    top: 0
}

.progress-bar--green .progress-bar--inner {
    background-color: #6fc14b
}

.progress-bar--blue .progress-bar--inner {
    background-color: #068eda
}

.progress-bar--red .progress-bar--inner {
    background-color: #d80008
}

.progress-bar--yellow .progress-bar--inner {
    background-color: #f7a81d
}

.progress-bar--sky .progress-bar--inner {
    background-color: #1dc3f7
}

.mod-desc-text {
    background: #fffef4;
    font-size: 11px;
    border: 1px solid #e3dd1c;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-top: -10px;
    margin-bottom: 15px
}

.agreement-panel {
    border: 2px dashed #9fd912;
    display: inline-block;
    width: 100%;
    padding: 15px 25px;
    background: #fefff8;
    margin-bottom: 15px
}

.agreement-panel h3 {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    font-weight: 600
}

.mod-desc-text .armv {
    margin-top: -32px;
    display: block;
    margin-bottom: 18px;
    background: #828282;
    width: 45px;
    text-align: center;
    float: right;
    color: #fff;
    padding: 2px 2px 3px;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0
}

.mod-desc-text ul li span {
    color: #d5b30c;
    font-weight: 500;
    font-size: 12px;
    display: block
}

.radiolabel {
    font-size: 13px;
    color: #414141;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

#cusRatingSlider .MS-content .item,
.adv-rande p.link #cpdyed,
.ctest_ul02 li,
.ctest_ul02 li.lnk,
.cty_ul03 li,
.dapp-promo,
.emlinput a,
.hm-ebox,
.info_ul01 li,
.lmrproicon,
.sstli_ul1 .itmRow,
.sstli_ul1 .price,
.use_ul04 li,
ul.grippro-dlrpg li {
    vertical-align: top
}

.radio-field {
    position: unset !important;
    max-width: unset !important;
    opacity: 1 !important;
    filter: unset !important;
    z-index: unset !important;
    height: unset !important;
    display: inline-block !important;
    width: 14px !important
}

.lmrproicon {
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 35px;
    background: #fff;
    width: 270px;
    margin: 0 auto;
    border: 1px solid #d8d8d8;
    color: #5f5f5f;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px
}

.lmrproicon img {
    width: 18px
}

.b-description_readmore_wrapper {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    max-width: none !important;
    width: 100%
}

.b-description_readmore {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 1em;
    text-align: left;
    box-sizing: border-box;
    padding: 0 15px
}

.b-description_readmore_button {
    display: inline-block;
    width: 80px;
    border: 1px solid #000;
    padding: 2px 0;
    cursor: pointer;
    text-align: center;
    margin-bottom: 5px
}

.b-description_readmore_button:hover {
    color: #fff;
    background: #000
}

.b-description_readmore_ellipsis:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    height: 25px;
    background: linear-gradient(to right, rgba(250, 250, 250, 0), #fafafa 65%)
}

.info_ul01 li {
    display: inline-block;
    width: 320px;
    overflow: hidden;
    margin: 0 20px
}

.info_ul01.inlin5 li {
    width: calc(80%/5);
    margin: 0 15px;
    box-shadow: 5px 0 10px 0 #fbfbfb;
    height: 100vh;
    max-height: 275px
}

.info_ul01 .info_09o1 {
    text-align: center;
    margin-bottom: 10px;
    padding: 10px
}

.info_ul01 .info_09o1 p.img {
    width: 120px;
    margin: 0 auto;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -webkit-border-radius: 10em;
    padding: 18px;
    transition: .3s ease-in-out
}

.info_ul01 .info_09o1:hover p.img {
    box-shadow: 0 0 8px 0 #d6d6d6;
    -moz-box-shadow: 0 0 8px 0 #d6d6d6;
    -ms-box-shadow: 0 0 8px 0 #d6d6d6;
    background: #fbfbfb
}

.info_ul01 .info_09o1 h3,
.info_ul01 .info_09o1 h4 {
    font-size: 22px;
    margin: 10px 0 5px;
    line-height: normal
}

.info_ul01 .info_09o1 span {
    display: block;
    font-size: 13px;
    color: #888;
    height: 38px
}

.text-danger {
    color: #f0251f !important
}

#cusRatingSlider .MS-content .item {
    width: calc(96%/3);
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0;
    margin: 10px
}

#cusRatingSlider .cteststart-box .imghold {
    width: 90px
}

#cusRatingSlider .cteststart-box .imghold img {
    width: 70px
}

#cusRatingSlider .MS-content .item .fdbcktxt {
    min-height: 220px;
    overflow: hidden
}

.ctest_ul02 {
    text-align: left;
    max-width: 1300px;
    margin: auto
}

.ctest_ul02 li {
    display: inline-block;
    width: calc(100%/4);
    background: #fff;
    box-shadow: 0 0 15px 0 #ccc;
    -moz-box-shadow: 0 0 15px 0 #ccc;
    -ms-box-shadow: 0 0 15px 0 #ccc;
    margin: 0 15px;
    padding: 14px;
    font-size: 13px;
    text-align: center
}

.ctest_ul02 li.lnk {
    width: auto;
    background: 0;
    box-shadow: unset;
    margin: 0 0 0 10px;
    padding: 0
}

.ctest_ul02 li.lnk a {
    color: #c1c1c1;
    font-size: 14px;
    display: block;
    line-height: 360px;
    letter-spacing: 1px
}

.ctest_ul02 li.lnk a:after {
    font-display: swap;
    font-family: FontAwesome;
    content: "\f101";
    margin-left: 5px
}

.ctest_ul02 li.lnk a:hover {
    color: #999
}

.ctest_ul02 .t01 {
    font-weight: 600;
    padding: 8px 0 0
}

.ctest_ul02 p.sys01:before {
    font-display: swap;
    font-family: FontAwesome;
    content: "\f10d";
    color: #01a0dc;
    margin-right: 8px;
    position: absolute;
    margin-top: -2px;
    margin-left: -18px
}

.ctest_ul02 p.sys01 {
    color: #242424;
    padding: 5px 20px;
    font-style: italic
}

.ctest_ul02 .ctest_0901 .img {
    width: 80px;
    margin: 10px auto 15px;
    padding: 5px;
    border: 1px solid #0095cd
}

.ctest_ul02 .ctest_0901 .name {
    font-size: 14px;
    color: #0075a0;
    margin-bottom: 3px
}

.ctest_ul02 .ctest_0901 .subtxt {
    color: #c7c7c7;
    font-size: 12px;
    margin-bottom: 8px
}

.ctest_ul02 .ctest_0901 .love09 {
    color: #ff0303
}

.cty_ul03 li {
    display: inline-block;
    width: 170px;
    margin: 5px
}

.hm-ctybox .img {
    width: 120px;
    -ms-border-radius: 10em;
    -moz-border-radius: 10em;
    margin: 10px auto 20px;
    opacity: .8
}

.hm-ctybox .img img {
    width: 100%;
    border-radius: 10em;
    -ms-border-radius: 10em;
    -moz-border-radius: 10em
}

.hm-ctybox .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #525252
}

.hm-ctybox:hover .img {
    box-shadow: 0 0 6px 0 #6d6d6d;
    -moz-box-shadow: 0 0 6px 0 #6d6d6d;
    -ms-box-shadow: 0 0 6px 0 #6d6d6d;
    opacity: 1;
    border-radius: 10em;
    -ms-border-radius: 10em;
    -moz-border-radius: 10em
}

.use_ul04 li {
    display: inline-block;
    width: 260px
}

.use_ul04 .use_0904 {
    width: 220px;
    margin: 0 auto
}

.use_ul04 .use_0904 p.img:before {
    content: "";
    height: 1px;
    border-top: 1px dashed #000;
    width: 77px;
    position: absolute;
    margin: 50px 0 0 -86px
}

.use_ul04 .use_0904 p.img {
    margin: 0 auto;
    width: 115px;
    padding: 10px;
    opacity: .7
}

.use_ul04 .use_0904 p.img:after {
    content: "";
    height: 1px;
    border-top: 1px dashed #000;
    width: 70px;
    position: absolute;
    margin: 50px 0 0 10px
}

.use_ul04 li:first-child .use_0904 p.img:before,
.use_ul04 li:last-child .use_0904 p.img:after {
    height: 0;
    border: 0
}

.use_ul04 .use_0904 h3,
.use_ul04 .use_0904 h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: #0085b6
}

.use_ul04 .use_0904 span {
    font-size: 13px;
    line-height: 20px;
    display: block;
    color: #242424
}

.sstli_ul1 .itmRow {
    width: 100%;
    display: inline-block;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 10px
}

.sstli_ul1 .itmRow .img {
    float: left;
    width: 130px;
    background: #f1f1f1;
    padding: 10px 5px;
    margin-right: 20px;
    text-align: center
}

.sstli_ul1 .itmRow.ckout .img {
    width: 70px;
    padding: 5px;
    margin-right: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px
}

.sstli_ul1 .itmRow .img img {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    max-width: 60px
}

.sstli_ul1 .itmRow .img p {
    text-align: center;
    margin: 8px 0 0;
    font-size: 13px;
    font-weight: 600
}

.sstli_ul1 .content {
    font-size: 13px;
    float: left
}

.sstli_ul1 .content .othrinfo {
    padding: 0 10px
}

.sstli_ul1 .content .bkinfo p {
    margin: 0 0 5px;
    color: #5a5a5a;
    font-weight: 700;
    display: inline-block;
    border-right: 1px solid #eee;
    padding: 3px 10px
}

.product-box1 table tr td:last-child,
.sstli_ul1 .content .bkinfo p:last-child {
    border-right: 0
}

.sstli_ul1 .content .bkinfo p b {
    display: block;
    color: #828282;
    font-weight: 500;
    margin-bottom: 5px
}

.sstli_ul1 .content .bkinfo p.ttl {
    font-size: 16px;
    color: #6fc314;
    font-weight: 700;
    display: block;
    border-right: 0;
    max-width: 330px;
    overflow: hidden
}

.sstli_ul1 .price {
    float: right;
    font-size: 14px;
    text-align: right;
    color: #9e9e9e
}

.sstli_ul1 .price b {
    display: block;
    color: #000;
    margin-bottom: 5px
}

.sstli_ul1 .price .rmv {
    font-weight: 500;
    font-size: 12px;
    color: #f88;
    border: 1px solid #f88;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 1px 3px;
    background: 0
}

.sstli_ul1 .price .rmv:hover {
    color: red;
    border: 1px solid red
}

.sstli_ul1 .itmRow.ckout .price {
    margin-top: 33px
}

.ftr-btm01 {
    background: #0095cd;
    color: #fff;
    margin: 10px 0 0;
    float: right;
    width: 100%
}

.ftr-btm01.ckout {
    margin: 10px 0 0;
    padding: 5px;
    width: 100%;
    float: none
}

.ftr-btm01 .sbttl {
    font-size: 14px;
    padding: 15px 15px 0
}

.ftr-btm01.ckout .sbttl {
    padding: 10px 10px 0
}

.ftr-btm01 .ntttl b,
.ftr-btm01 .sbttl b {
    float: right;
    font-weight: 500
}

.ftr-btm01 .ntttl {
    font-size: 22px;
    margin-bottom: 30px;
    padding: 8px 15px 0;
    line-height: 35px
}

.ftr-btm01.ckout .ntttl {
    font-size: 16px;
    margin-bottom: 0;
    padding: 0 10px;
    line-height: 35px
}

.ftr-btm01 .btn_po {
    background: #fff;
    padding: 20px 10px;
    font-size: 13px;
    color: #888;
    display: inline-block;
    width: 100%
}

.ftr-btm01 .btn_po .ordi-btn {
    background: #7ed026;
    border-color: #6eb81f
}

.ftr-btm01 .btn_po .self-btn {
    background: #e35a13;
    border-color: #ce5110;
    display: inline-block;
    padding: 10px
}

.ftr-btm01 .btn_po .vcopn-btn {
    background: #0095cd;
    border-color: #04a5e1
}

.ftr-btm01 .btn_po .self-btn:focus,
.ftr-btm01 .btn_po .self-btn:hover {
    color: #fff;
    background-color: #b24106;
    border-color: #a94009
}

.ftr-btm01 .btn_po .vcopn-btn:focus,
.ftr-btm01 .btn_po .vcopn-btn:hover {
    color: #fff;
    background: #07a1db;
    border-color: #0993c6
}

.ftr-btm01 .btn_po .ordi-btn:focus,
.ftr-btm01 .btn_po .ordi-btn:hover {
    background: #6db620;
    border-color: #5a951a;
    color: #fff
}

.btn_po .klpbtn09 label[for=ffw_ac02],
.btn_po .klpbtn09 label[for=ffw_ac03] {
    margin-top: 5px;
    text-align: center;
    display: block
}

#overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    transition: 1s .4s
}

#progress {
    height: 1px;
    background: #fff;
    position: absolute;
    width: 0;
    top: 50%
}

#progstat {
    font-size: 1em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #fff
}

#sp-overlay {
    position: absolute;
    z-index: 4;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none
}

#a2cartObikes {
    font-size: 16px;
    color: #53a706;
    cursor: pointer;
    background: #f5f5f5;
    padding: 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px
}

#a2cartObikes:after {
    font-display: swap;
    font-family: FontAwesome;
    content: "\f106";
    float: right
}

#a2cartObikes.active {
    background: #53a706;
    color: #fff
}

#a2cartObikes.active:after,
.aditmdrop .dropll.down:before {
    font-display: swap;
    font-family: FontAwesome;
    content: "\f107"
}

.btn-orange {
    background-color: #f90;
    border-color: #f90;
    color: #fff;
    font-size: 14px
}

.btn-orange:hover {
    background-color: #f59300;
    border-color: #f59300
}

.rate-card-pg .ftxt {
    margin-bottom: 0;
    font-size: 12px;
    color: #848484
}

.rate-card-pg .stxt {
    font-size: 30px;
    margin: 10px 0
}

.rate-card-pg .ttxt {
    font-size: 13px;
    color: #9c9c9c
}

.text-star-color {
    color: #feb000
}

.tour-categorydsg {
    max-width: 350px;
    margin: 0 auto 30px;
    background: #fff;
    padding: 25px;
    border: 1px solid #eee;
    text-align: center
}

.tour-categorydsg .banner-ttl {
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px 20px;
    color: #888;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600
}

.tour-categorydsg.sml {
    padding: 0 0 0 10px;
    margin: 0 0 18px;
    display: block;
    background: 0;
    border: 0;
    border-left: 1px solid #eee
}

.tour-categorydsg.sml .banner-ttl {
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: left;
    line-height: 35px
}

.cstmtour {
    text-align: center;
    margin: 60px 0 0;
    background: #404040;
    color: #fff;
    padding: 50px 0 30px
}

.cstmtour span {
    margin-top: 16px;
    display: block;
    margin-bottom: 30px;
    color: #b3b3b3
}

.cstmtour a {
    background: #f90;
    display: block;
    color: #fff;
    padding: 10px 5px;
    margin: 20px auto;
    max-width: 180px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px
}

input[data-cls=dtpicfild] {
    padding: 5px;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #c7c7c7;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 110px
}

.ref-earn {
    background: #4a4a4a;
    width: 100%;
    display: inline-block;
    color: #fff;
    margin: 0 0 15px
}

.ref-earn .leftprt .bgid {
    display: inline-block;
    margin: 0 0 0 25px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 86px
}

.ref-earn .leftprt .bgid span {
    font-size: 18px;
    color: #c7c7c7;
    font-weight: 100
}

.ref-earn .leftprt strong {
    color: #bbb;
    font-size: 14px;
    font-weight: 100
}

.ref-earn .rightprt a {
    background: #ff7d0d;
    color: #fff;
    padding: 5px 20px;
    font-weight: 600;
    line-height: 80px;
    display: block
}

.adv-rande-img {
    max-width: 360px;
    margin: 0 auto
}

.adv-rande {
    padding: 25px 20px;
    text-align: center
}

.adv-rande p.link,
.emlinput {
    max-width: 430px;
    text-align: left
}

.adv-rande p {
    color: grey
}

.adv-rande h3 {
    font-weight: 700;
    font-size: 36px;
    color: #ff7d0d
}

.adv-rande ul {
    max-width: 320px;
    margin: 25px auto
}

.adv-rande ul li {
    display: inline-block;
    min-width: 95px
}

.adv-rande ul li a {
    display: block;
    padding: 5px;
    background: #e8e8e8;
    border: 1px solid #eee;
    color: #717171;
    font-size: 14px;
    margin-right: 10px
}

.adv-rande ul li a.fb {
    background: #0742af;
    color: #fff
}

.adv-rande ul li a.twt {
    background: #1da1ff;
    color: #fff
}

.adv-rande ul li a.gpl {
    color: #fff;
    background: #c30404
}

.adv-rande ul li a.wtapp {
    color: #fff;
    background: #4dad14
}

.adv-rande p.link {
    background: #fdfdfd;
    padding: 10px 5px;
    font-size: 13px;
    border: 1px dashed #0aadd9;
    margin: 28px auto 15px
}

.adv-rande p.link i {
    font-size: 16px;
    line-height: 16px;
    padding: 0 10px;
    color: #ff7d0d
}

.adv-rande p.link input {
    width: 305px;
    border: 0 !important;
    outline: 0;
    background: 0
}

.adv-rande p.link #cpdyed {
    float: right;
    background: #0aadd9;
    line-height: 39px;
    margin: -10px -5px 0 0;
    min-width: 70px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.adv-rande p.small {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    color: grey
}

.emlinput {
    background: #fff;
    margin: 0 auto;
    border: 1px solid #b5b5b5;
    padding: 5px
}

.emlinput input {
    width: 320px;
    padding: 3px 5px;
    font-size: 13px;
    border: 0;
    outline: 0
}

.emlinput a {
    background: #3c3c3c;
    color: #fff;
    padding: 4px 7px;
    float: right;
    margin: 0;
    font-size: 13px
}

.header-menu {
    position: fixed;
    z-index: 3;
    line-height: 35px;
    padding: 5px 5px 5px 15px;
    width: 100%;
    background: #00aeef
}

.header-menu:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 130px;
    background: #7ed026
}

.header-menu ul.left-mega,
.header-menu ul.right {
    float: left;
    display: block
}

.header-menu ul.right {
    float: right;
    position: absolute;
    right: 0
}

.header-menu ul.left-mega li,
.header-menu ul.right li {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle
}

.header-menu ul.left-mega li.dwblApp {
    background: #fff;
    padding: 5px 8px;
    line-height: 18px
}

.header-menu ul.left-mega li.dwblApp span.tittle {
    font-size: 13px;
    color: #858585;
    line-height: 18px
}

.header-menu ul.left-mega li.dwblApp a {
    line-height: 18px;
    padding: 0
}

.header-menu ul.left-mega li.dwblApp a img.iconap {
    width: 22px
}

.header-menu ul.left-mega li.dwblApp a:hover {
    background-image: unset
}

.mob-head-bar .app-icon {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 10px
}

.header-menu ul.right li.location {
    color: #fff;
    font-size: 13px;
    background-repeat: no-repeat;
    padding: 5px 10px 8px 25px;
    min-width: 122px
}

#actLocationPop {
    width: 100px;
    overflow: hidden
}

.header-menu ul.left-mega li a,
.header-menu ul.right li a {
    color: #fff;
    font-size: 14px;
    padding: 0 7px;
    display: block;
    line-height: 28px
}

.header-menu ul.left-mega li.vip {
    margin-right: 25px
}

.header-menu ul.left-mega li.vip a {
    color: #fff783;
    font-weight: 800
}

.header-menu ul.left-mega li.vip a span.newflag {
    position: absolute;
    background: red;
    color: #fff;
    line-height: 15px;
    font-size: 11px;
    padding: 1px 3px;
    margin: 0 0 0 2px;
    border-radius: 4px;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate
}

@-webkit-keyframes blinker {
    from {
        opacity: 1
    }

    to {
        opacity: .8
    }
}

.header-menu ul.left-mega li a.active,
.header-menu ul.left-mega li a:hover,
.header-menu ul.right li a.active,
.header-menu ul.right li a:hover {
    color: #fff;
    background-image: -webkit-radial-gradient(circle, #a6cc51, #6aba04);
    background-image: radial-gradient(circle, #a6cc51, #6aba04);
    background-repeat: no-repeat
}

.header-menu ul.left-mega li.usr-profile {
    padding: 15px 15px 10px;
    border-bottom: 1px solid #73c11e;
    display: none
}

#randomlSlider .MS-content .item .imgTitle img,
#randomlSliderTwo .MS-content .item .imgTitle img,
.header-menu ul.left-mega h3 {
    padding: 0
}

.header-menu ul.left-mega h3 i {
    border: 1px solid #fff;
    padding: 8px 10px
}

.header-center-part,
.sub-header-part {
    min-height: 650px;
    background-position: left top;
    background-size: cover;
    padding: 140px 0;
    background-repeat: no-repeat
}

.rt-overlay,
.sub-rt-overlay {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 650px;
    z-index: 1;
    top: 0;
    left: 0
}

.c-data,
.dlrregPgst .rgt-cnt01,
.mdl-zone01,
.sub-header-part .c-data {
    z-index: 2;
    right: 0;
    position: absolute
}

.header-center-part.newlook {
    min-height: 620px
}

.header-center-part.newlook .rt-overlay {
    background: rgba(0, 0, 0, .6);
    height: 620px
}

.sub-header-part {
    height: 160px;
    min-height: auto;
    padding: 50px 0 0;
    background-image: url('https://www.rentrip.in/assets/css/../images/bg/sub-page.jpg')
}

.sub-header-part.acchd01 {
    height: 220px;
    padding: 70px 0 0
}

.sub-rt-overlay {
    height: 160px
}

.sub-rt-overlay.acchd01 {
    height: 220px
}

div.sub-header-part.dsgnup {
    height: 500px;
    background-image: url(https://www.rentrip.in/assets/css/../images/bg/dealer-bg4.jpg)
}

ul.grippro-dlrpg {
    text-align: center;
    max-width: 920px;
    margin: 0 auto
}

ul.grippro-dlrpg li {
    max-width: 200px;
    margin: 0 20px 20px 0;
    display: inline-block
}

ul.grippro-dlrpg li a {
    display: block;
    background: #fff;
    color: #000;
    font-size: 1rem
}

ul.grippro-dlrpg li a img {
    display: block;
    max-width: 200px;
    width: 100%
}

ul.grippro-dlrpg li a span.box {
    padding: 15px;
    display: block;
    font-size: 1rem;
    color: #6a6a6a
}

.dapp-promo {
    display: table;
    width: 100%;
    margin: 0 auto;
    max-width: 960px
}

.dapp-promo div.p1,
.dapp-promo div.p2 {
    display: table-cell;
    vertical-align: top;
    width: calc(100%/2)
}

.dapp-promo div.p1 p {
    max-width: 315px;
    margin: 0 auto 20px
}

.dapp-promo div.p1 {
    padding: 90px 0 0;
    text-align: center
}

.dapp-promo .p2 img {
    max-width: 460px
}

.mdl-zone01 {
    width: 100%;
    display: block;
    margin: -180px auto 0;
    max-width: 1288px;
    background: 0;
    left: 0
}

.mdl-zone01 .lft-cnt02 {
    padding: 15px 25px;
    background: rgb(0 0 0 / 80%);
    margin-top: -10px;
    max-width: 1190px
}

.mdl-zone01 .lft-cnt02 h2.t1 {
    color: #fff;
    margin-bottom: 13px;
    font-size: 1.7rem
}

.mdl-zone01 .lft-cnt02 h3.t2 {
    color: #b0b0b0;
    font-size: 1.2rem
}

.mdl-zone01 .lft-cnt02 h4.t3 {
    color: #d1d1d1;
    font-size: 1rem;
    max-width: 680px;
    line-height: 20px;
    margin-top: 17px
}

.dlrregPgst .rgt-cnt01 {
    margin-top: -650px
}

.dlrregPgst .rgt-cnt01 .fancy-from {
    margin: -40px 0 0;
    background: #fff;
    padding: 20px 25px;
    box-shadow: 0 0 5px 0 #c8c8c8;
    -moz-box-shadow: 0 0 5px 0 #c8c8c8;
    -ms-box-shadow: 0 0 5px 0 #c8c8c8;
    width: 390px
}

.or-lnebdr {
    margin: 15px 0
}

.or-lnebdr .s1,
.or-lnebdr .s3 {
    width: 150px;
    height: 1px;
    background: #eee;
    display: inline-block;
    vertical-align: middle
}

.or-lnebdr .s2 {
    padding: 0 12px;
    color: #999
}

.dlrregPgst .rgt-cnt01 .fancy-from .sgnbtn {
    width: 100%;
    color: #fff;
    background: #efa500;
    padding: 10px 5px;
    border: 1px solid #b87f00;
    font-weight: 600
}

.qckcmtab {
    width: calc(100% - 400px);
    margin-bottom: 40px
}

.qckcmtab ul,
.soclloginbox,
.trmsuldrp ul {
    margin-top: 20px
}

.qckcmtab ul li:before {
    left: 0;
    position: absolute
}

.qckcmtab ul li {
    padding-left: 10px;
    margin-bottom: 15px;
    color: #707070
}

.bstqcktbotr {
    background: #fff;
    font-size: 14px;
    margin: 24px 0
}

.bstqcktbotr th:nth-child(2),
.bstqcktbotr th:nth-child(3) {
    width: 160px
}

p.bigbtndrpg {
    border: 1px solid #0275d8;
    width: 250px;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    margin: 30px 15px 15px 0;
    display: inline-block
}

.hm-caption h1.newtitleh1f,
.hm-caption h2 {
    margin-top: 30px;
    text-transform: uppercase
}

p.bigbtndrpg a {
    font-size: 26px
}

.minbizzgrt li:before {
    font-display: swap;
    font-family: FontAwesome;
    content: "\f192";
    left: 0;
    position: absolute
}

.minbizzgrt li {
    padding-left: 10px;
    margin-bottom: 15px;
    color: #a3a3a3
}

.trmsuldrp ul li:before {
    font-display: swap;
    font-family: FontAwesome;
    content: "\f105";
    left: 15px;
    position: absolute
}

.trmsuldrp ul li {
    padding-left: 15px;
    margin-bottom: 10px;
    color: #4d4d4d
}

.c-data,
.sub-header-part .c-data {
    left: 0;
    color: #fff;
    max-width: 1124px;
    margin: 0 auto
}

.c-data.lgform {
    max-width: 1140px
}

.sub-header-part .c-data {
    max-width: 100%;
    padding: 17px 20px
}

.hm-caption {
    margin-top: 20px;
    color: #ddd;
    text-align: center
}

.header-center-part.newlook .hm-caption p {
    color: #dadada;
    font-size: 20px;
    max-width: 500px;
    margin-top: 24px
}

.header-center-part.newlook .hm-caption h2 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-top: 50px;
    text-transform: capitalize;
    background: #8b8b8b;
    display: inline-block;
    padding: 8px 14px
}

.header-center-part.newlook .hm-caption h1,
.header-center-part.newlook .hm-caption h3 {
    font-size: 1.75rem;
    margin-bottom: .5rem;
    margin-top: 0
}

.header-center-part.newlook .hm-caption h1 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    margin-top: 0
}

.hm-caption h1.newtitleh1f {
    font-size: 2rem
}

.hm-caption h2.newtitleh2f {
    color: #999;
    text-transform: initial;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1rem
}

a.rt-button1 {
    color: #909090;
    text-transform: uppercase;
    border: 1px solid #2b2b2b;
    padding: 7px 18px;
    background: rgba(66, 66, 66, .7);
    background-image: -webkit-radial-gradient(circle, #161616, #000);
    background-image: radial-gradient(circle, #161616, #000);
    background-repeat: no-repeat;
    margin-top: 40px;
    display: inline-block
}

.block-title,
.hm-story-box h3,
.payoptblw {
    text-transform: capitalize
}

.cob-input-box .comt-box,
.home-layer {
    display: inline-block;
    width: 100%
}

.sub-right-text {
    float: right;
    padding: 10px 20px;
    text-align: right
}

.sub-right-text h2 {
    font-size: 1.5rem
}

.sep-back {
    font-size: 13px;
    text-align: center;
    color: #ccc;
    word-spacing: 2px
}

.sep-back a {
    color: #e4e4e4
}

.srch-tab ul {
    text-align: center;
    margin-bottom: 15px
}

.srch-tab ul li a {
    color: #c1c1c1;
    padding: 8px 20px;
    border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    display: block
}

.srch-tab ul li a i {
    font-size: 30px;
    display: block
}

.srch-tab ul li a.active {
    color: #fff;
    background: #0d85b1
}

.srch-tab ul li a.active:after,
.srch-tab ul li a.active:before {
    top: 100%;
    bottom: auto;
    left: 50%
}

.srch-tab ul li a.active:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: hsla(0, 0%, 20%, .9)
}

.srch-tab ul li a.active:focus:after,
.srch-tab ul li a.active:focus:before,
.srch-tab ul li a.active:hover:after,
.srch-tab ul li a.active:hover:before {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px)
}

.srch-content {
    width: 100%;
    margin: 7px auto 0;
    border: 1px solid #0b9bd2
}

.search-form {
    margin: 65px auto 20px;
    width: 98%
}

.search-form .title {
    background: rgba(0, 174, 239, .6);
    padding: 5px 5px 5px 15px;
    border: 1px solid #00aeef;
    margin-bottom: -1px
}

.search-form form {
    margin: 10px;
    text-align: center
}

.bike-icon {
    margin: 18px 15px 0 10px;
    font-size: 53px;
    color: #5daf05;
    float: left
}

.search-form .form-row {
    display: table;
    margin: 0;
    text-align: center;
    width: 100%
}

.search-form .form-col {
    display: inline-block;
    margin: 5px;
    vertical-align: text-bottom
}

.search-form .form-col .has-icon {
    text-align: left
}

.search-form .form-col.time input {
    max-width: 80px
}

#home-search .scn-box {
    display: table-cell;
    vertical-align: baseline;
    padding: 0 10px;
    text-align: left
}

.search-form label {
    color: #bbb;
    font-size: 13px;
    display: block;
    text-align: left;
    margin: 5px 0
}

.search-form input[type=text] {
    background: 0;
    border: 0;
    border-bottom: 1px solid #464646;
    color: #fff;
    padding: 3px 5px 3px 25px;
    outline: 0;
    width: 120px
}

.search-form .has-icon i {
    position: absolute;
    margin-top: 6px;
    color: #fff;
    margin-left: 0;
    line-height: 15px;
    font-size: 1rem
}

.mownulist span.drpsuport,
.search-form input#drpdateNsd,
.search-form input#pckdateNsd,
.search-form select,
.search-form span.drpsuport {
    background: 0;
    color: #fff;
    padding: 2px 5px 2px 20px;
    margin: 0 10px 0 0;
    border: 0;
    border-bottom: 1px solid #464646;
    outline: 0;
    display: block;
    text-align: left;
    align-content: start;
    align-items: start
}

.w-50 {
    width: 50%
}

.mownulist span.drpsuport {
    color: #454545;
    padding: 5px 10px;
    border: 1px solid #cfcfcf
}

.mownulist.s2 span.drpsuport {
    padding: 7px 5px 7px 30px;
    font-size: 15px;
    background: #fff
}

.srch-content.boxnewForm form .has-icon.mownulist.s2 i,
.srch-content.boxnewForm form .has-icon.select i,
.sub-left-box h2 {
    line-height: 40px
}

input#nl_ddate,
input#nl_pdate {
    max-width: 145px;
    font-size: 15px
}

.search-form input#drpdateNsd:focus,
.search-form input#pckdateNsd:focus,
.search-form select:focus {
    color: #888
}

.search-form input#drpdateNsd:blur,
.search-form input#pckdateNsd:blur,
.search-form select:blur {
    color: #888
}

.search-form input#drpdateNsd,
.search-form input#pckdateNsd {
    width: 110px;
    padding-left: 0;
    text-align: left
}

.mownulist span.drpsuport span.selvalc,
.search-form span.drpsuport span.selvalc {
    width: 65px;
    display: inline-block;
    overflow: hidden
}

.mownulist span.drpsuport span.selvalc {
    width: calc(100% - 18px)
}

.mownulist span.drpsuport span.selvalc.lgc,
.search-form span.drpsuport span.selvalc.lgc {
    width: 120px
}

.mownulist span.drpsuport:after,
.search-form span.drpsuport:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 1.1rem;
    z-index: 1;
    position: absolute;
    margin-left: 5px
}

.mownulist span.drpsuport:after {
    font-family: FontAwesome;
    content: "\f107"
}

.mownulist span.drpsuport.opened:after,
span.drpsuport.opened:after {
    font-family: FontAwesome;
    content: "\f106"
}

.mownulist ul.drpdwn,
.search-form ul.drpdwn {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background: #fff;
    color: #000;
    position: absolute;
    min-width: 120px;
    z-index: 1;
    box-shadow: 0 0 3px 0 #bebebe;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    max-height: 250px;
    overflow-y: auto
}

.hm-fourbox,
.hm-story-box,
.partner-logo {
    -webkit-box-shadow: 0 0 2px 0 #ddd;
    -ms-box-shadow: 0 0 2px 0 #ddd;
    -moz-box-shadow: 0 0 2px 0 #ddd
}

.mownulist ul.drpdwn {
    z-index: 999
}

.mownulist ul.drpdwn li,
.search-form ul.drpdwn li {
    display: block;
    margin-bottom: 2px;
    padding: 4px 10px;
    text-align: left;
    border-bottom: 1px solid #f3f3f3
}

.mownulist ul.drpdwn li:last-child,
.search-form ul.drpdwn li:last-child {
    border-bottom: 0 solid #f3f3f3
}

.mownulist ul.drpdwn li.active,
.mownulist ul.drpdwn li:hover,
.search-form ul.drpdwn li.active,
.search-form ul.drpdwn li:hover {
    background: #00aeef;
    color: #fff;
    text-shadow: 1px 1px #616161
}

.mownulist.s2 ul.drpdwn {
    min-width: 130px
}

.mownulist ul.drpdwn::-webkit-scrollbar,
.search-form ul.drpdwn::-webkit-scrollbar,
div#overlay-content::-webkit-scrollbar,
div.fancyscrolbar::-webkit-scrollbar {
    width: 8px;
    background: #f7f7f7
}

.mownulist ul.drpdwn::-webkit-scrollbar-track,
.search-form ul.drpdwn::-webkit-scrollbar-track,
div#overlay-content::-webkit-scrollbar-track,
div.fancyscrolbar::-webkit-scrollbar-track {
    background-color: transparent
}

.mownulist ul.drpdwn::-webkit-scrollbar-thumb,
.search-form ul.drpdwn::-webkit-scrollbar-thumb,
div#overlay-content::-webkit-scrollbar-thumb,
div.fancyscrolbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3)
}

.mownulist ul.drpdwn::-webkit-scrollbar-thumb:hover,
.search-form ul.drpdwn::-webkit-scrollbar-thumb:hover,
div#overlay-content::-webkit-scrollbar-thumb:hover,
div.fancyscrolbar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .5)
}

.search-form input[type=date]::-webkit-calendar-picker-indicator {
    filter: invert(1)
}

.search-form .scn-box.blinking input,
.search-form .scn-box.blinking select,
.srch-content.boxnewForm .scn-box.blinking input,
.srch-content.boxnewForm .scn-box.blinking select {
    border-bottom: 1px solid #ffbebe;
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: 100;
    color: #ff8383
}

@keyframes blinking {
    50% {
        border-color: #ffcd5f
    }
}

.search-form .scn-box.blinking .has-icon i,
.search-form .scn-box.blinking label,
.srch-content.boxnewForm .scn-box.blinking .has-icon i,
.srch-content.boxnewForm .scn-box.blinking label {
    color: #ffbebe !important
}

.find-bike-btn {
    border: 1px solid #6bc50b;
    padding: 3px 15px;
    background: #5daf05;
    color: #fff;
    display: block;
    float: right;
    font-size: 13px;
    line-height: 30px;
    position: relative;
    outline: 0
}

.cmt-row .reply-box .usr-msg strong,
.default-color,
.hm-ebox i {
    color: #00aeef
}

#hmsrcsts {
    position: absolute;
    right: 8px;
    margin-top: -24px;
    font-size: 13px
}

#hmsrcsts p.text-danger {
    background: #7b2b2b;
    border: 1px solid #652b2b;
    color: #ffebeb !important;
    padding: 2px 8px;
    margin-top: -15px;
    border-radius: 3px;
    font-size: 14px
}

.white-space {
    height: 50px;
}

.hm-ebox {
    padding: 0 15px;
    margin: 0 0 50px;
    border-right: 1px solid #eee;
    min-height: 260px
}

.hm-ebox b {
    font-size: 35px;
    margin-right: 3px
}

.hm-ebox i {
    font-size: 35px;
    display: block;
    margin-bottom: 25px
}

.fancy span,
.hm-fourbox,
.time-bar ul li,
.titleheadhldr-01 {
    display: inline-block
}

.hm-ebox p:last-child {
    letter-spacing: 1px;
    font-size: 13px
}

.full-grey {
    background: #f5f5f5;
    padding: 40px 0
}

.full-bike-bg {
    background-position: left top;
    background-size: 100%;
    width: 100%;
    height: 100%;
    padding: 50px 0 40px
}

.logbg09 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    max-width: 750px;
    background-size: 282px
}

.titleheadhldr-01 {
    width: 100%;
    margin-bottom: 20px
}

.alrdylogtxt {
    color: #fff;
    margin-top: 20px;
    font-size: 13px
}

p.b2homelink {
    position: absolute;
    text-align: right;
    max-width: 730px;
    margin-top: -38px;
    width: 100%
}

.circle-button,
.fancy,
.hm-dealer-log a,
.hm-fourbox,
.time-bar .social-link,
.time-bar ul li {
    text-align: center
}

p.b2homelink:before {
    font-display: swap;
    font-family: FontAwesome;
    content: "\f177";
    color: #fff;
    margin-right: 10px;
    vertical-align: middle
}

p.b2homelink a {
    color: #fff;
    font-size: 13px
}

.fancy {
    line-height: .5;
    margin: 30px 0 60px
}

h2.fancy {
    font-size: 1.75rem
}

.fancy span {
    position: relative
}

.fancy span:after,
.fancy span:before {
    content: "";
    position: absolute;
    height: 10px;
    border-bottom: 1px solid #e2e2e2;
    top: 0;
    width: 120px
}

.fancy span:before {
    right: 100%;
    margin-right: 15px
}

.fancy span:after {
    left: 100%;
    margin-left: 15px
}

.block-title {
    font-size: 22px;
    color: #000;
    padding: 20px 0 5px
}

.full-dark-blue {
    padding: 30px 0;
    height: 450px !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.light-box {
    color: #212020;
    padding: 20px;
    float: right;
    width: 45%;
    font-size: 14px;
    background: rgba(255, 255, 255, .8)
}

.light-box small {
    font-size: 16px;
    color: #00aeef
}

.line-drop {
    margin: 20px 0;
    color: #000
}

.line-btn {
    margin: 40px 0 0
}

.line-btn a,
.str-line-btn a {
    color: #fff;
    border: 1px solid #6bcc04;
    padding: 8px 6px 8px 16px;
    margin: 0 10px 0 0;
    background: #66ab1b;
    outline: 0
}

.line-btn a i,
.str-line-btn a i {
    background: #56a700;
    padding: 3px 8px;
    margin-left: 10px
}

.line-btn a:hover,
.str-line-btn a:hover {
    background: #68bf0a
}

.full-dark-video {
    padding: 20px 0;
    height: 450px !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.left-line-drop {
    color: #757575;
    padding: 15px;
    width: 90%;
    font-size: 14px;
    background: #000;
    margin-bottom: 20px
}

.hm-story-box {
    background: #fff;
    margin: 0 0 15px
}

.hm-story-box img {
    width: 100%;
    padding: 0 0 10px
}

.hm-story-box h3 {
    font-size: 20px;
    padding: 30px 15px 5px
}

.hm-story-box p {
    padding: 0 14px 5px;
    font-size: 13px
}

.time-bar {
    background: #efefef;
    color: #000;
    width: 100%
}

.time-bar ul li {
    width: 24.3%;
    border-right: 1px solid #e8e8e8;
    padding: 20px 5px;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden
}

.location-window .middle ul li a,
.sct01ul li a {
    text-align: left !important;
    display: block !important
}

.contact-top div:last-child,
.time-bar ul li:last-child,
.whyrnt-points ul li:last-child {
    border-right: 0 solid #eee
}

.time-bar ul li small {
    display: block;
    color: #5c5c5c;
    font-size: 13px;
    margin-bottom: 10px
}

.str-line-btn {
    padding: 5px 15px 30px
}

.time-bar .social-link {
    color: #000;
    font-size: 10px;
    margin: 0 6px 0 0;
    border: 1px solid #000;
    padding: 4px;
    width: 22px;
    display: inline-block;
    outline: 0
}

.circle-button {
    display: block;
    background: #0094cb;
    width: 90px;
    margin: 40px auto 10px;
    color: #fff;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em;
    -moz-border-radius: 10em;
    padding: 20px 5px;
    outline: 0
}

.circle-button:hover {
    color: #fff;
    background: #04a6e2
}

.hm-fourbox {
    width: 100%;
    background: rgba(255, 255, 255, .9);
    padding: 16px;
    vertical-align: text-bottom;
    margin: 0 5px 15px
}

.spinner-border,
.spinner-grow {
    display: inline-block;
    vertical-align: -.125em
}

.hm-fourbox h3,
.hm-fourbox p.bigh3 {
    font-size: 2em;
    margin-bottom: 8px;
    color: #000
}

.hm-fourbox p.icon {
    font-size: 40px;
    color: #ff8300;
    margin-bottom: 10px
}

.citemno {
    position: absolute;
    background: orange;
    line-height: 12px;
    padding: 3px 6px;
    font-size: 11px;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
    -webkit-border-radius: 10em;
    margin: -4px 0 0
}

.cart-window,
.location-window {
    position: fixed;
    top: 49px;
    right: 0
}

.partner-logo {
    width: 100%;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 5px 0
}

.hm-dealer-log {
    background: #00aeef;
    color: #fff;
    padding: 30px 0 20px
}

.hm-dealer-log a {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    width: 190px;
    padding: 15px;
    font-size: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #7ed026;
    outline: 0;
    transition: .3s ease-in-out
}

.hm-dealer-log a:hover {
    background: #fff;
    color: #7ed026;
    border: 1px solid #7ed026
}

.footer-frame {
    background: #fff;
    min-height: 250px;
    padding: 30px 0 20px
}

.ftr-email-bx,
.ftr-phone-bx {
    color: #888;
    padding: 0 0 20px;
    margin: 0
}

.ftr-email-bx a,
.ftr-phone-bx a,
.three-box a {
    color: #4f4f4f
}

.ex-links a {
    font-size: 14px;
    color: #000;
    line-height: 28px
}

.footer-frame .social-link {
    color: #00aeef;
    margin: 0 0 5px;
    display: inline-block
}

.footer-frame .social-link:hover {
    color: #009dd8
}

.hm-contact-form {
    background: #f7f7f7;
    padding: 20px;
    color: #8b8888;
    border: 1px solid #efefef;
    font-size: 12px
}

.frmajSts,
.info-tgo11 ul li,
.input-gap,
.loc-inline,
.submit-btn.reg {
    margin-bottom: 10px
}

.hm-contact-form button,
.hm-contact-form input[type=submit] {
    background: #00aeef;
    color: #fff;
    border: 1px solid #00a0dc
}

.footer-frame-2 {
    background: #f5f5f5;
    color: #bdbdbd;
    font-size: 13px;
    border: 1px solid #ececec;
    width: 100%
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    width: 2rem;
    height: 2rem;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.bg-white,
.bike-top-bar.clrwhite .price div.radio input[type=radio]:checked+span:before,
.filter-box-style1 div.ulberrt-brd.active,
.filter-box-style1 div.ulberrt-brd:hover,
.filter-search-form input[type=text]:hover,
.rt-ver-menu,
div.nw-filtersty001 div.ulberrt-brd.active,
div.nw-filtersty001 div.ulberrt-brd:hover {
    background: #fff
}

.footer-frame-2 p {
    margin: 0;
    padding: 10px 0;
    line-height: 20px
}

.footer-frame-2 a {
    color: #5acf37
}

.sub-full-dark-blue {
    background: url('https://www.rentrip.in/assets/css/../images/bg/about-us.jpg') center/cover no-repeat fixed #00aeef;
    padding: 30px 0;
    height: 450px
}

.sub-left-box {
    color: #fff;
    padding: 70px 0
}

.sub-left-box small {
    margin-top: 35px;
    display: block;
    line-height: 29px;
    background: rgba(12, 12, 12, .8);
    padding: 20px
}

.cart-window {
    background: #fff;
    z-index: 11;
    width: 475px;
    min-height: 125px;
    display: none
}

.cart-window .head {
    background: #eee;
    padding: 10px 15px 10px 40px;
    font-size: 13px
}

.cart-window .head span {
    position: absolute;
    left: 0;
    margin: -31px 0 0 -16px;
    background: #fff;
    border-radius: 10em;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em;
    -moz-border-radius: 10em;
    padding: 2px;
    font-size: 20px;
    font-weight: 100;
    width: 33px;
    text-align: center;
    box-shadow: 0 0 0 10px #bfbfbf;
    -webkit-box-shadow: 0 0 0 10px #bfbfbf;
    -ms-box-shadow: 0 0 0 10px #bfbfbf;
    -o-box-shadow: 0 0 0 10px #bfbfbf;
    -moz-box-shadow: 0 0 0 10px #bfbfbf
}

.foot-cart {
    padding: 8px 10px 5px;
    background: #eee;
    margin: 6px 0 0;
    color: #fff;
    display: inline-block;
    width: 100%
}

.cartbutton-dsg1,
.foot-cart a,
.popBtns a {
    background: #7ed026;
    color: #fff;
    padding: 8px 12px 8px 14px;
    display: inline-block;
    font-size: 13px;
    text-align: left;
    margin-right: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px
}

.cartbutton-dsg1 i,
.foot-cart a i,
.popBtns a i {
    background: #62b509;
    padding: 2px 6px;
    margin-left: 7px
}

.foot-cart a.view,
.popBtns a.view {
    background: #e35a13
}

#citemtb .price,
#clsfilterpopup,
.foot-cart a.vcopon,
.popBtns a.vcopon {
    background: #00aeef
}

.foot-cart a.view i,
.popBtns a.view i {
    background: #ff770f
}

.foot-cart a.vcopon i,
.popBtns a.vcopon i {
    background: #0b95c8
}

.foot-cart .cart-total {
    font-size: 26px;
    color: #000;
    margin: 0;
    text-align: center
}

.foot-cart .crt_92 {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ddd;
    padding: 15px 5px 5px;
    margin-top: 6px
}

.foot-cart .ffw_01 {
    color: #666;
    font-size: 13px;
    float: left;
    margin-bottom: 0
}

.foot-cart .ffw_02 {
    float: right;
    vertical-align: top;
    margin-bottom: 0;
    text-align: right
}

.foot-cart .ffw_02 label {
    display: block;
    margin-top: 2px;
    margin-bottom: 3px;
    text-align: right;
    color: #1d1d1d;
    font-size: 13px;
    margin-right: 7px
}

.foot-cart .ffw_02 label input {
    display: inline-block;
    width: auto;
    vertical-align: middle
}

.lble_09oip {
    display: block;
    font-size: 13px;
    margin: 18px auto 5px;
    border-top: 1px solid #eee;
    max-width: 130px;
    padding-top: 10px
}

.lble_09oip input {
    display: inline-block;
    width: auto
}

#citemtb tbody tr td {
    border-bottom: 1px solid #eee;
    padding: 15px
}

#citemtb tbody tr:last-child td {
    border-bottom: 0
}

#citemtb tbody tr td img {
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    width: 60px
}

#citemtb .price {
    color: #fff;
    padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 12px
}

.dealer-complete,
.login-window {
    background: #fff;
    padding: 0;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    text-align: center;
    margin-left: -15px;
    margin-bottom: -15px;
    overflow-y: auto
}

.dealer-complete {
    height: auto;
    max-width: inherit;
    text-align: left;
    margin: 0 -15px -10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.dealer-complete h3,
.login-window h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 20px;
    color: #797979;
    text-align: center
}

.mrg-t30 {
    margin-top: 30px !important
}

.mrg-b30 {
    margin-bottom: 30px !important
}

.soclloginbox .social a {
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 9px 12px 9px 0;
    font-size: 13px;
    margin-right: 6px;
    display: block !important
}

.soclloginbox .social a span {
    padding: 6px 12px;
    margin-right: 5px;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px
}

.footer-block .social .facebook,
.soclloginbox .social .facebook {
    background: #000094
}

.footer-block .social .facebook span,
.soclloginbox .social .facebook span {
    background: #030384
}

.footer-block .social .gplus,
.soclloginbox .social .gplus {
    background: #ce0000
}

.footer-block .social .gplus span,
.soclloginbox .social .gplus span {
    background: #bd0000
}

.dealer-complete .block-title {
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700
}

.dealer-complete input[type=text],
.dealer-complete select {
    border: 1px solid #00aeef
}

.dealer-complete select {
    height: unset !important;
    padding: 6px 5px
}

.rntp-reg-stps div[class*=rntp-stp] {
    display: none;
    padding-bottom: 60px
}

.rntp-reg-stps .block-title {
    margin: 0 0 25px 6px;
    color: #000
}

.dealer-complete .titleheadhldr-01 {
    border-bottom: 1px solid #acacac;
    padding: 0 0 25px
}

.dealer-complete .titleheadhldr-01 .lform-logo a {
    margin-bottom: -30px
}

.rntp-reg-stps .stpbtns {
    display: inline-block;
    width: 100%;
    background: #eee;
    padding: 10px 5px;
    margin: 50px 0 0 -50px;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    bottom: 0
}

.rntp-reg-stps .stpbtns .back,
.rntp-reg-stps .stpbtns .next {
    float: right;
    background: #0058b2;
    color: #fff;
    font-weight: 500;
    padding: 8px 28px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 20px;
    font-size: 16px;
    opacity: .8;
    outline: 0;
    border: 0
}

.rntp-reg-stps .stpbtns .back {
    float: left;
    background: #747474;
    margin: 0 10px
}

.fancy-from {
    font-size: 13px;
    padding: 30px 50px;
    margin: 0
}

.fancy-from .div-frame {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 434px;
    text-align: left;
    height: 45px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #fff
}

.fancy-from .div-frame.mb50 {
    margin-bottom: 50px
}

span.intxtHldr0983 {
    text-align: left;
    padding: 5px 15px 0;
    float: left;
    width: 100%;
    display: none;
    color: #999;
    font-size: 11px
}

.fancy-from .div-frame.active {
    height: 68px
}

.fancy-from .div-frame.otphlder {
    margin: 8px 0 20px
}

.fancy-from .div-frame label {
    padding: 5px 14px;
    color: #888;
    width: 45px;
    float: left;
    text-align: center;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    margin: 0
}

.fancy-from .input-field {
    border: 0 !important;
    outline: 0;
    padding: 10px;
    width: calc(100% - 48px);
    height: 43px;
    vertical-align: top;
    font-size: 16px
}

.fancy-from select.ccode,
select.base-ccode {
    position: absolute;
    width: 60px;
    padding: 11.2px 5px;
    margin: 0 0 0 -1px;
    border: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    outline: 0
}

select.base-ccode {
    padding: 8.5px 5px;
    margin: 27px 0 0 -64px
}

select.base-ccode.checkb2 {
    padding: 6px 5px;
    margin: 0
}

select.base-ccode.checkb3 {
    padding: 6px 5px;
    margin-left: -95px
}

.fancy-from select.ccode+input {
    margin-left: 60px;
    width: calc(100% - 60px)
}

select.base-ccode+input {
    padding-left: 68px
}

small.otpverfy {
    position: absolute;
    right: 0;
    border: 1px solid #e1e1e1;
    color: #7e7e7e;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    margin-top: -15px;
    margin-right: 20px;
    background: #fff
}

.submit-btn {
    background: #1e9bd0;
    color: #fff;
    padding: 6px 40px;
    border: 1px solid #1c89b7;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px
}

a.submit-btn {
    color: #fff !important;
    display: block
}

.fancy-from a,
.footer-block a {
    color: #d09a03;
    font-weight: 700
}

.footer-block {
    background: #fbfbfb;
    margin: 0 15px 0 0;
    padding: 30px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    font-size: 13px
}

.footer-block .ttxt p {
    font-size: 12px;
    color: #a7a7a7
}

.footer-block .social {
    height: 45px;
    margin-top: 30px
}

.footer-block.srtheight {
    margin-top: 0;
    padding: 25px 10px
}

.footer-block .social a {
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 6px 15px 6px 0;
    font-size: 14px
}

.footer-block .social a span {
    padding: 7px 12px;
    margin-right: 10px;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px
}

.grey-btn,
.ordi-btn,
.register-btn,
.self-btn,
.self1-btn,
.vcopn-btn {
    background: #00aeef;
    color: #fff;
    padding: 10px 28px;
    border: 1px solid #0091c7;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 35px;
    display: block;
    width: 165px;
    text-align: center;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.grey-btn,
.self-btn,
.self1-btn,
.vcopn-btn {
    margin-top: 0
}

.grey-btn,
.ordi-btn,
.self1-btn,
.vcopn-btn {
    background: #7ed026;
    border: 1px solid #5aaf00;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.newClrbtn {
    background: #d97b1a !important;
    border-color: #bc6a16 !important
}

.reg-topics {
    line-height: 30px;
    margin: 25px 0 0
}

.lform-logo a {
    display: block;
    width: 130px;
    margin-bottom: 15px
}

.mr-4 {
    margin-right: 4px
}

.mr-6 {
    margin-right: 6px
}

.apdown-box {
    background: #013148;
    padding: 4px 10px;
    border-radius: 5px;
    margin-bottom: 25px
}

.apdown-box .iconap {
    width: 24px
}

.lform-logo img {
    width: 115px
}

.border-light-grey {
    border-right: 1px solid #f5f5f5
}

.line-hight-12 {
    line-height: 12px
}

.font-075 {
    font-size: .75em
}

.d-flex {
    display: flex
}

.flow-flex-1 {
    flex-grow: 1
}

.m--t-8 {
    margin-top: -8px
}

.signup-frame {
    background-image: url(https://www.rentrip.in/assets/css/../images/bg/bike-color-bg.png);
    background-repeat: no-repeat;
    margin: 0 0 0 -30px;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    min-height: 485px;
    padding: 20px;
    width: 328px;
    background-color: rgba(0, 0, 0, .6);
    background-position: right bottom;
    background-size: contain
}

.signup-frame.lgr {
    min-height: 600px
}

.signup-frame ul {
    font-size: 13px;
    line-height: 24px
}

.signup-frame ul li {
    margin-left: 15px;
    color: #e8e8e8;
    font-size: 13px;
    margin-bottom: 9px;
    line-height: 20px
}

.signup-frame ul li:before {
    font-display: swap;
    font-family: FontAwesome;
    content: "\f00c";
    color: #9ed41b;
    margin-left: -17px;
    font-size: 13px;
    position: absolute;
    font-weight: 100
}

.signup-frame h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #f9f9f9;
    margin-bottom: 15px
}

.signup-frame .register-btn {
    margin: 8px 0 0;
    background: #0e5877;
    width: 125px;
    padding: 8px;
    border: 1px solid #116082
}

.lineor01 {
    text-align: center;
    color: #bbb;
    margin: 30px 0 25px
}

.lineor01 .lftline,
.lineor01 .rgtline {
    background: #eee;
    height: 1px;
    display: inline-block;
    width: 120px;
    margin-right: 10px;
    vertical-align: middle
}

.lineor01 .rgtline,
.loader img {
    margin-left: 10px
}

.fancy-from label[for=remember] {
    color: #4a4a4a
}

.popcls {
    cursor: pointer;
    font-size: 16px
}

.dspcpn_90 {
    background: #dbff95;
    padding: 5px 10px;
    display: inline-block;
    border: 2px dashed #afe04a;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    cursor: pointer
}

.dspcpn_90:hover {
    background: #666;
    color: #fff;
    border-color: #cacaca
}

.cart-value-list-with-coupon {
    text-align: center;
    background: #fff;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 5px 0 #e0e0e0;
    -moz-box-shadow: 0 0 5px 0 #e0e0e0;
    -ms-box-shadow: 0 0 5px 0 #e0e0e0;
    -o-box-shadow: 0 0 5px 0 #e0e0e0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px;
    border: 1px solid #f5f5f5
}

.cart-value-list-with-coupon h3 {
    font-size: 18px;
    background: orange;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    margin: -11px -11px 20px;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border: 1px solid orange
}

.cart-value-list-with-coupon p {
    font-size: 14px;
    color: #000
}

.cart-value-list-with-coupon div.centerpls:before {
    content: "+";
    display: block;
    color: #ccc;
    margin-bottom: 5px;
    margin-top: -8px
}

.cart-value-list-with-coupon p span.price {
    font-weight: 600;
    display: block;
    font-size: 18px;
    margin-top: 2px
}

.cart-value-list-with-coupon div.centerpls div.cpnRow {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin-bottom: 5px
}

.cart-value-list-with-coupon div.centerpls div.cpnRow .posLft {
    float: left;
    font-size: 11px;
    width: 140px;
    text-align: left;
    vertical-align: top
}

.cart-value-list-with-coupon div.centerpls div.cpnRow .posLft a {
    display: block;
    text-decoration: underline
}

.cart-value-list-with-coupon div.centerpls div.cpnRow .posRht {
    float: right;
    vertical-align: top;
    text-align: right
}

.cart-value-list-with-coupon div.centerpls div.cpnRow .price {
    font-weight: 600;
    display: block;
    font-size: 13px
}

.cart-value-list-with-coupon div.centerpls div.cpnRow .expre {
    font-size: 12px;
    max-width: 70px;
    color: red;
    display: block
}

.cpn-strtpnt li {
    display: inline-block;
    width: 265px;
    overflow: hidden;
    margin: 0 10px 5px 0
}

.cpn-strtpnt li:hover {
    box-shadow: 0 0 10px 0 #e2e2e2;
    -webkit-box-shadow: 0 0 10px 0 #e2e2e2;
    -moz-box-shadow: 0 0 10px 0 #e2e2e2;
    -o-box-shadow: 0 0 10px 0 #e2e2e2;
    -ms-box-shadow: 0 0 10px 0 #e2e2e2
}

.vdrcoupon-lst {
    background: #fff;
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    cursor: pointer
}

.vdrcoupon-lst .cpn-img {
    height: 200px;
    overflow: hidden
}

.vdrcoupon-lst .cpn-img p.cvr {
    margin: 0;
    width: 263px;
    height: 200px;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    display: none;
    cursor: initial
}

.vdrcoupon-lst .getbtn {
    background: #00aeef;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    margin: 80px 60px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 1px 1px 5px 0 #464646;
    -webkit-box-shadow: 1px 1px 5px 0 #464646;
    -moz-box-shadow: 1px 1px 5px 0 #464646;
    -o-box-shadow: 1px 1px 5px 0 #464646;
    -ms-box-shadow: 1px 1px 5px 0 #464646;
    display: none;
    width: 145px
}

.vdrcoupon-lst .cpn-ttl a {
    color: #000;
    font-size: 13px;
    padding: 0 20px;
    height: 54px;
    line-height: 18px;
    margin: 15px 0;
    overflow: hidden;
    display: block
}

.vdrcoupon-lst .cpn-price {
    text-align: center;
    border: 1px solid #eee;
    max-width: 130px;
    color: #717171;
    margin: 15px auto 20px;
    padding: 5px 2px;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
    background: #f9f9f9;
    font-size: 14px;
    border-bottom-width: 4px;
    font-weight: 600
}

.vdrcoupon-lst .cpn-price.free {
    color: #00c500;
    background: #fff;
    border: 1px solid #01bd01;
    border-bottom-width: 4px;
    max-width: 85px;
    letter-spacing: 1px
}

.vdrcoupon-lst .cpn-edt {
    text-align: center;
    color: #bdbdbd;
    font-size: 12px;
    margin: -13px 0 8px
}

.vdrcoupon-lst span.linktext {
    font-size: 12px;
    display: block;
    text-align: center;
    color: #00aeef;
    margin-bottom: 15px
}

.cpn-categories {
    margin: 20px 0
}

.cpn-categories .mob-sit_p {
    background: #79d813;
    padding: 6px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #6fc710;
    color: #fff;
    display: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500
}

.cpn-categories p.mob-sit_p:after {
    font-display: swap;
    font-family: FontAwesome;
    content: "\f106";
    float: right
}

.btnmb-p_01 {
    margin: 10px auto 0;
    padding-top: 10px;
    max-width: 242px
}

.cpn-categories ul li a {
    color: #000;
    font-size: 14px;
    display: block;
    padding: 8px 10px;
    border: 1px solid #e6e6e6;
    margin-bottom: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #fff
}

.cpn-categories ul li a i {
    width: 25px;
    color: #545454
}

.cpn-categories ul li a.active,
.cpn-categories ul li a:hover {
    background: #868686;
    color: #fff
}

.cpn-sort-filter {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.cpnv-window {
    margin: 10px auto;
    width: 100%
}

.cpnv-window .img-box {
    width: 280px;
    margin: 15px auto;
    border: 1px solid #eee
}

.cpnv-window h3.pptl0 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0
}

.cpnv-window p.ppdl0 {
    font-size: 13px;
    color: #828282;
    text-align: center
}

.cpnv-window table.pptbl0 {
    font-size: 12px;
    width: 100%
}

.cpnv-window table.pptbl0 ul {
    list-style: inherit
}

.location-window {
    background: #fff;
    z-index: 4;
    width: 360px;
    min-height: 125px;
    display: none
}

.location-window .head {
    background: #eee;
    padding: 10px 15px 10px 40px;
    font-size: 13px;
    margin: 0
}

.location-window .head span {
    position: absolute;
    left: 0;
    margin: -31px 0 0 -16px;
    background: #fff;
    border-radius: 10em;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em;
    -moz-border-radius: 10em;
    padding: 2px;
    font-size: 20px;
    font-weight: 100;
    width: 33px;
    text-align: center;
    box-shadow: 0 0 0 10px #bfbfbf;
    -moz-box-shadow: 0 0 0 10px #bfbfbf;
    -ms-box-shadow: 0 0 0 10px #bfbfbf;
    -o-box-shadow: 0 0 0 10px #bfbfbf;
    -webkit-box-shadow: 0 0 0 10px #bfbfbf
}

.location-window .top {
    background: #009fe3;
    padding: 20px 30px
}

.location-window .top input {
    border: 1px solid #0085bd;
    padding: 5px 10px;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px
}

.location-window .middle {
    padding: 5px 15px 15px;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow-y: auto;
    transition: 3s ease-in-out
}

.location-window .middle h4 {
    padding: 12px 10px 0;
    font-size: 16px;
    letter-spacing: 1px
}

#rtqfaq-frame form,
.filter-search-form form,
.location-window .middle ul li,
.m-0,
.not-found-bikes p,
.package-from form,
.product-box1 table,
.wapprt .ttlpmsg p {
    margin: 0
}

.location-window a {
    font-size: 14px !important;
    color: #868686
}

.location-window a span {
    float: right;
    color: #d2d2d2
}

.location-window .middle ul li a {
    color: #636262;
    font-size: 14px !important;
    padding: 5px 10px !important
}

.location-window .middle ul li a:hover,
.location-window .middle ul li a:hover span {
    color: #009fe3;
    background: #ececec;
    text-shadow: 0 1px 0 #024561;
    -moz-text-shadow: 0 1px 0 #024561;
    -ms-text-shadow: 0 1px 0 #024561
}

div.location-window div.middle::-webkit-scrollbar {
    width: 8px
}

div.location-window div.middle::-webkit-scrollbar-track {
    background-color: transparent
}

div.location-window div.middle::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    display: none
}

div.location-window div.middle:hover::-webkit-scrollbar-thumb {
    display: block
}

div.location-window div.middle::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .5)
}

div.rvwzone i {
    margin-right: 3px;
    color: #fb9905
}

a.rvwlnk {
    display: block;
    color: #fb9905
}

.rate-block {
    background: #f7f7f7;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px
}

.center-load-img,
.sct01ul {
    background: #fff;
    position: absolute
}

.rate-block p {
    margin: 0 0 8px
}

.rtRating {
    border: 0;
    max-width: 110px;
    margin: 0 auto;
    width: 100%
}

#account-menu-icon,
.discount-cop-text span:last-child,
.hidden-leftmenu-1,
.hmdtct1mob,
.menu-title,
.rtRating>input,
.srchfaq-output,
.user-links,
.whyrnt-points.mobst {
    display: none
}

.rtRating>label:before {
    font-display: swap;
    margin: 3px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005"
}

.rtRating>.half:before {
    content: "\f089";
    position: absolute
}

.rtRating>label {
    color: #ddd;
    float: right
}

.clpg-locNm span,
.locNm span,
.rtRating:not(:checked)>label:hover,
.rtRating:not(:checked)>label:hover~label,
.rtRating>input:checked~label,
.why-icons {
    color: #7ed026
}

.rtRating>input:checked+label:hover,
.rtRating>input:checked~label:hover,
.rtRating>input:checked~label:hover~label,
.rtRating>label:hover~input:checked~label {
    color: #f79400
}

.sct01ul {
    margin-top: -1px !important;
    margin-left: 3px !important;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px 0 #5d5d5d;
    -webkit-box-shadow: 1px 1px 1px 0 #5d5d5d;
    -ms-box-shadow: 1px 1px 1px 0 #5d5d5d;
    -moz-box-shadow: 1px 1px 1px 0 #5d5d5d;
    -o-box-shadow: 1px 1px 1px 0 #5d5d5d;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px
}

.sct01ul li {
    display: block;
    float: none !important;
    border-bottom: 1px solid #eaeaea
}

.sct01ul li a {
    color: #909090;
    padding: 5px 5px 3px 10px !important;
    height: auto !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    min-width: 175px
}

.sct01ul li a:hover {
    background: #eee;
    color: #3a3a3a
}

.center-load-img {
    right: 0;
    z-index: 11;
    left: 0;
    margin: 0 auto;
    width: 150px;
    text-align: center;
    padding: 20px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    top: 50%;
    transform: translateY(-50%)
}

.center-load-img:after {
    content: "Loading . . ";
    display: block;
    margin-top: 10px
}

.why-icons {
    font-size: 63px;
    float: left;
    margin: -25px 25px 60px 5px;
    vertical-align: top
}

.tour-bft {
    width: 100%;
    display: inline-block;
    background-image: url('https://www.rentrip.in/assets/css/../images/tour/custom-corporate-tour.jpg');
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 135px
}

.tour-bft.bftbg2 {
    background-image: url('https://www.rentrip.in/assets/css/../images/tour/custom-group-tour.jpg')
}

.tour-bft .hd {
    font-size: 18px;
    font-weight: 600;
    margin-top: 85px;
    color: #fff;
    text-transform: uppercase;
    background: rgba(0, 0, 0, .8);
    padding: 5px 5px 4px 15px;
    letter-spacing: 1px
}

.tour-bft .img {
    max-width: 200px;
    float: right
}

.tour-bft .img img {
    width: 100%;
    border-radius: 10em;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em;
    -moz-border-radius: 10em;
    -o-border-radius: 10em
}

.tour-bftul li {
    margin-bottom: 10px;
    font-size: 14px
}

.tour-bftul li:before {
    font-display: swap;
    font-family: FontAwesome;
    content: "\f046";
    margin-right: 10px;
    color: #69b517
}

.shift-little {
    margin-left: 30px
}

.rt-ver-menu .ver-ul {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #e4e4e4;
    border-left: 0
}

.rt-ver-menu .ver-ul ul a {
    color: #383838;
    display: block;
    padding: 10px 5px 10px 15px;
    font-size: 14px
}

.rt-ver-menu .ver-ul ul a.active,
.rt-ver-menu .ver-ul ul a:active,
.rt-ver-menu .ver-ul ul a:hover {
    background: #f3f3f3;
    color: #000;
    text-shadow: 0 0 1px #b5b5b5;
    -moz-text-shadow: 0 0 1px #b5b5b5;
    -ms-text-shadow: 0 0 1px #b5b5b5
}

.rt-ver-menu .ver-ul ul li:first-child {
    border-left: 4px solid #f90
}

.rt-ver-menu .ver-ul ul li:nth-child(2) {
    border-left: 4px solid #00b8ff
}

.rt-ver-menu .ver-ul ul li:nth-child(3) {
    border-left: 4px solid #ff00eb
}

.rt-ver-menu .ver-ul ul li:nth-child(4) {
    border-left: 4px solid #ccb300
}

.rt-ver-menu .ver-ul ul li:nth-child(5) {
    border-left: 4px solid #0db778
}

.rt-ver-menu .ver-ul ul li:nth-child(6) {
    border-left: 4px solid red
}

.rt-ver-menu .ver-ul ul li:nth-child(7) {
    border-left: 4px solid #9d00ff
}

.rt-ver-menu .ver-ul ul li:nth-child(8) {
    border-left: 4px solid #def900
}

.white-section {
    background: #fff;
    padding: 15px;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    line-height: 30px;
    color: #8c8c8c
}

.section-title {
    border-bottom: 1px solid #eee;
    padding: 5px 0 15px;
    margin: 0 0 15px;
    color: #01abea
}

.rt-tabs ul li {
    border: 1px solid #dedede;
    margin-bottom: 10px;
    transition: 3s ease-in-out
}

.rt-tabs ul li a.ahead {
    display: block;
    background: #fff;
    padding: 10px 20px;
    color: #4e4e4e
}

.rt-tabs ul li.active a.ahead {
    color: #ff8f00;
    font-weight: 600
}

.rt-tabs ul li a.ahead:after {
    content: "\25b2";
    float: right;
    margin-right: 10px
}

.rt-tabs ul li.active a.ahead:after {
    content: "\25bc";
    float: right;
    margin-right: 10px
}

.rt-tabs ul li p {
    display: none;
    transition: 3s ease-in-out
}

.rt-tabs ul li.active p {
    display: block;
    background: #fff;
    padding: 10px 18px;
    font-size: 13px;
    margin: 0
}

.full-white {
    padding: 60px;
    background: #fff
}

.headline {
    max-width: 540px;
    margin: 0 auto 50px
}

.three-box {
    text-align: center;
    padding: 25px 10px 10px;
    border: 1px solid #00aeef;
    max-width: 338px;
    margin: 0 auto
}

.blog-style-box-1,
.blog-style-box-3 {
    background: #fff;
    border: 1px solid #eaeaea;
    width: 100%
}

.three-box h3 {
    color: #0399d2;
    margin-bottom: 22px
}

.blog-style-box-1 h3.brttl01,
.blog-style-box-3 h3 {
    line-height: 22px;
    background: #8a8a8a;
    margin: -2px 0 0 -7px;
    border-left: 8px solid #0390c5;
    color: #fff;
    font-size: 18px;
    position: relative;
    text-transform: uppercase
}

.blog-style-box-1 {
    margin: 0 0 20px;
    position: relative;
    overflow: hidden
}

.blog-style-box-1 h3.brttl01 {
    padding: 15px 20px;
    height: 70px;
    overflow: hidden;
    box-shadow: -2px 4px 4px 0 #b5b5b5;
    -webkit-box-shadow: -2px 4px 4px 0 #b5b5b5;
    -moz-box-shadow: -2px 4px 4px 0 #b5b5b5;
    -ms-box-shadow: -2px 4px 4px 0 #b5b5b5;
    -o-box-shadow: -2px 4px 4px 0 #b5b5b5
}

.blog-style-box-1 .fdesc {
    padding: 20px;
    position: relative
}

.blog-style-box-1 img {
    width: 100%;
    max-height: 400px
}

.blog-stories .ver-ul ul li .plug-box img,
.blog-style-box-1 img,
.blog-style-box-3 img,
.pp-img-holder img,
.user-pp img {
    max-width: 100%;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-stories .ver-ul ul li:hover .plug-box img,
.blog-style-box-1:hover img,
.blog-style-box-3:hover img,
.pp-img-holder:hover img,
.user-pp:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-style-box-1 .data {
    padding: 5px 0 15px;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.blog-style-box-1 .data p,
.blog-style-box-3 .data p {
    font-size: 12px;
    color: #cacaca;
    margin: 0 0 3px
}

.blog-style-box-1 .data div,
.blog-style-box-3 .data div {
    margin-bottom: 5px;
    color: #666;
    font-weight: 100
}

p.mobctbtn.active:after,
p.mobctbtn:after {
    font-display: swap;
    font-family: FontAwesome;
    margin-right: 5px;
    float: right
}

.blog-style-box-1 .desc p {
    padding: 30px 58px 10px;
    font-size: 14px
}

.blog-style-box-3 {
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden
}

.pp-img-holder,
.user-pp {
    width: 60px;
    height: 60px;
    overflow: hidden
}

.blog-style-box-3 h3 {
    padding: 20px;
    height: 85px;
    overflow: hidden;
    box-shadow: -2px 4px 4px 0 #b5b5b5;
    -webkit-box-shadow: -2px 4px 4px 0 #b5b5b5;
    -ms-box-shadow: -2px 4px 4px 0 #b5b5b5;
    -moz-box-shadow: -2px 4px 4px 0 #b5b5b5;
    -o-box-shadow: -2px 4px 4px 0 #b5b5b5
}

.blog-style-box-3 img {
    width: 100%;
    max-height: 180px;
    overflow: hidden;
    height: 180px
}

.blog-style-box-3 .data {
    padding: 25px;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.blog-style-box-3 .data div {
    font-size: 14px;
    min-height: 65px
}

.blog-style-box-1 .social-link,
.blog-style-box-3 .social-link {
    color: #00aeef;
    margin: 0;
    display: inline-block;
    border: 1px solid #00aeef;
    padding: 4px;
    text-align: center;
    width: 26px
}

.blog-style-box-1 .social-link:hover,
.blog-style-box-3 .social-link:hover {
    color: #fff;
    background-color: #00aeef
}

.blog-categories h3,
.blog-dates h3,
.blog-stories h3 {
    padding: 25px 12px 10px
}

.blog-categories .ver-ul ul {
    list-style: none !important;
    margin-left: 15px
}

p.mobctbtn {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #cacaca;
    display: none;
    width: 251.3px
}

p.mobctbtn.active {
    box-shadow: 0 2px 5px 0 #636363;
    -moz-box-shadow: 0 2px 5px 0 #636363;
    -ms-box-shadow: 0 2px 5px 0 #636363
}

p.mobctbtn:after {
    content: "\f106"
}

p.mobctbtn.active:after {
    content: "\f107"
}

.blog-categories .ver-ul ul li {
    line-height: 38px
}

.blog-categories .ver-ul ul li a,
.blog-dates .ver-ul ul li a {
    color: #000;
    border-bottom: 1px dotted #909090;
    padding-bottom: 2px;
    font-size: 14px;
    margin-Left: 15PX;
    letter-spacing: 1px
}

.blog-categories .ver-ul ul li a:hover {
    color: #014c8c
}

.blog-dates .ver-ul ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px
}

.blog-stories .ver-ul ul {
    list-style: none !important
}

.blog-stories .ver-ul ul li .plug-box {
    max-width: 300px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    overflow: hidden
}

.blog-stories .ver-ul ul li .plug-box img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 300px;
    height: 150px
}

.blog-stories .ver-ul ul li .plug-box p {
    position: absolute;
    margin-top: -123px;
    width: 220px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 18px;
    padding: 15px 20px
}

.blog-hglight-linkbox {
    background: #fff;
    border: 1px solid #eaeaea;
    border-top: 0;
    margin: 0 0 20px;
    border-radius: 3px
}

.blog-hglight-linkbox .bhb-head {
    color: #464646;
    background: #e5e5e5;
    padding: 10px;
    border-radius: 3px 3px 0 0
}

.blog-hglight-linkbox .bhb-head h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 5px
}

.blog-hglight-linkbox .thrpsmplink3 {
    width: calc(97%/3);
    display: inline-block;
    vertical-align: top;
    padding: 3px 25px;
    font-size: 15px
}

.blog-comment-zone {
    background: #fff;
    border: 1px solid #eaeaea;
    border-top: 0
}

.cob-head {
    color: #fff;
    background: #0081b1;
    padding: 10px
}

.cob-head h4 {
    margin: 0;
    font-size: 18px
}

.cob-comments {
    padding: 10px;
    margin: 10px 0
}

.cob-comments .dft-msg {
    margin: 0;
    color: #b3b3b3;
    font-size: 14px
}

.cob-input-box {
    padding: 20px 10px 10px;
    background: #faf8ff;
    border-top: 1px solid #eee
}

.cob-input-box .login {
    margin: 20px 0 5px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    color: #989898
}

.cob-input-box .login a:hover {
    color: #0550af
}

.cob-input-box form {
    margin: 15px 0 10px
}

.cob-input-box .comt-box .usr-icon {
    float: left;
    margin-right: 15px
}

.cob-input-box .comt-box .usr-icon img {
    width: 55px
}

.cob-input-box .comt-box textarea {
    width: 625px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 5px 10px
}

.cob-input-box .comt-box button {
    display: block;
    background: #0081b1;
    border: 1px solid #026990;
    padding: 3px 10px;
    text-align: center;
    color: #fff;
    margin-top: 6px
}

.cmt-row {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    margin-top: 5px
}

.cmt-row:last-child {
    border-bottom: 0;
    margin-bottom: 20px
}

.cmt-row .usr-icon {
    float: left;
    margin: 0 15px 15px 0
}

.cmt-row .usr-icon img {
    width: 50px;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -o-border-radius: 10em;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em
}

.cmt-row .usr-msg strong {
    color: #da9700;
    font-size: 14px;
    font-weight: 600
}

.cmt-row .usr-msg span.dt {
    color: #969696;
    font-size: 12px;
    float: right;
    margin-top: 5px
}

.cmt-row .usr-msg .msgbcx {
    font-size: 13px;
    color: #737373;
    margin: 10px 0 15px 65px
}

.cmt-row .delcmt {
    color: #ff8787;
    font-weight: 100;
    font-size: 13px;
    text-decoration: none;
    margin-top: 14px;
    display: block;
    opacity: 0
}

.cmt-row:hover .delcmt {
    opacity: 1;
    color: red
}

.lmtcmtmre span {
    font-size: 13px !important;
    color: #737373 !important
}

.reply-box {
    overflow: hidden;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 20px
}

.cmt-row a {
    color: #00aeef
}

.pagination-wrapper {
    border-top: 1px solid #ddd;
    margin-top: 35px;
    margin-bottom: 25px
}

.pagination-wrapper .left_side {
    padding: 12px 0;
    font-size: 13px
}

.pagination-wrapper .pagination {
    padding: 0;
    margin: 0
}

.pagination-wrapper .pagination li {
    float: left;
    margin: 0 4px 18px 0
}

.pagination-wrapper .pagination li a {
    background: #fff;
    padding: 4px 12px;
    color: #777;
    border: 1px solid #e2e2e2
}

.pagination-wrapper .pagination li.disabled a {
    background: #f5f5f5;
    cursor: no-drop
}

.pagination-wrapper .pagination li.disabled span {
    background: #f5f5f5;
    cursor: no-drop;
    padding: 3px 10px
}

.pagination-wrapper .pagination li.active a,
.pagination-wrapper .pagination li.active span {
    background: #00aeef;
    color: #fff;
    border: 1px solid #019dd8
}

.pagination-wrapper .pagination li.active span {
    padding: 3px 10px
}

.user-holder {
    text-align: center;
    margin-top: -10px
}

.user-pp {
    border: 1px solid #9c9c9c;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    margin: 0 auto;
    position: relative
}

.active-acc,
.inactive-acc {
    margin-bottom: 5px;
    margin-top: 6px
}

.user-pp img {
    width: 56px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 56px
}

.active-acc {
    color: #7ed026;
    font-size: 12px
}

.inactive-acc {
    color: #d6d6d6;
    font-size: 12px
}

.full-light-green {
    background: #529e00
}

.acc-menu-style-1 {
    margin: 0 auto;
    display: table
}

.acc-menu-style-1 li {
    display: table-cell;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: calc(100%/10)
}

.acc-menu-style-1 li a {
    color: #a8dd6e;
    padding: 15px 10px 10px;
    display: block;
    font-size: 32px;
    text-align: center;
    background: #529e00;
    width: 100%;
    margin-top: 0;
    max-width: 125px
}

#toggle-line.active+div,
.acc-menu-style-1 li a i[class^=fa],
.acc-menu-style-1 li:hover a+div.subchildmn {
    display: block
}

.acc-menu-style-1 li a span {
    font-size: .7rem;
    display: inline-block;
    color: #eee;
    margin-top: 5px;
    text-transform: uppercase;
    vertical-align: middle
}

.acc-menu-style-1 li div.subchildmn {
    position: absolute;
    box-shadow: 0 5px 8px 0 #8d8d8d;
    margin-top: -2px;
    display: none;
    z-index: 1
}

.acc-menu-style-1 li div.subchildmn a {
    font-size: 16px;
    display: block;
    max-width: none;
    color: #e5e5e5;
    text-align: left;
    padding: 10px 18px
}

.acc-menu-style-1 li a.active {
    background: #346500;
    color: #fff
}

.acc-menu-style-1 li a.active:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    margin: 0 0 0 -44px
}

.acc-menu-style-1 li a.active:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #346500;
    bottom: -10px;
    content: " ";
    height: 0;
    margin-left: -50px;
    position: absolute;
    width: 0
}

.page-title-style-1 {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    background: #0093ca;
    border: 1px solid #0283b3
}

.hidden-menu-1 {
    text-align: right;
    background: rgba(0, 0, 0, .8);
    border: 1px solid #585757;
    position: absolute;
    right: 38px;
    margin-top: 5px;
    display: none
}

.contact-top,
.coupon-row,
.pp-img-holder.imgbdgea,
.support-box,
.support-box-2 {
    display: inline-block
}

.hidden-menu-1 li a {
    color: #999;
    font-size: 13px;
    padding: 9px 20px;
    display: block;
    border-bottom: 1px solid #585757
}

.bike-top-bar.clrwhite .price div.radio label,
.hidden-menu-1 li a:hover {
    color: #ccc
}

.usr-profile .welcome {
    padding-top: 0;
    font-size: 13px;
    margin: 0;
    color: #101010
}

.usr-profile .welcome a {
    color: #000;
    text-align: left;
    padding: 0
}

.usr-profile .welcome a:hover {
    background: 0;
    color: #000
}

.usr-profile .welcome a i {
    text-alight: right
}

.usr-profile small .active-acc,
.usr-profile small .inactive-acc {
    color: #203509
}

.header-menu ul.left-mega li.usr-profile {
    background: #ececec;
    color: #8c8c8c;
    font-size: 13px
}

.pp-img-holder {
    background: #fff;
    padding: 2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative
}

.pp-img-holder.imgbdgea {
    overflow: inherit;
    margin-top: 30px;
    padding: 0;
    height: auto
}

.pp-img-holder.imgbdgea p.imgvipbadge.user-pp span.badgeOlk {
    padding: 5px 6px 5px 10px
}

.pp-img-holder img {
    width: 56px;
    height: 56px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px
}

.contact-top {
    background: #fff;
    padding: 20px;
    border: 1px solid #e4e4e4;
    width: 100%;
    text-align: center;
    margin: 0 0 30px
}

.contact-top div {
    border-right: 1px solid #e2e2e2;
    min-height: 190px
}

.contact-top .icon {
    font-size: 40px;
    color: #000;
    vertical-align: middle;
    text-align: center;
    padding: 15px 5px;
    margin: 15px auto 20px
}

.contact-top .text {
    max-width: 230px;
    line-height: 28px;
    font-size: 14px;
    margin: 0 auto
}

.contact-top .text span {
    display: block;
    font-size: 12px;
    color: #e00000
}

.support-box {
    max-width: 250px;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 15px 25px;
    margin: 0 auto 30px;
    vertical-align: top;
    min-height: 250px
}

.support-box .icon {
    font-size: 40px;
    text-align: center
}

.support-box .head {
    text-align: center;
    font-size: 20px;
    margin: 16px 0
}

.support-box .text {
    font-size: 13px;
    color: #8c8c8c
}

.support-box-2 {
    color: #fff;
    background: #00aeef;
    border: 1px solid #008ec3;
    padding: 30px;
    margin: 0 auto 5px;
    vertical-align: top
}

.support-box-2 .icon {
    font-size: 65px;
    text-align: center
}

.support-box-2 .head {
    text-align: center;
    font-size: 26px;
    margin: 28px 0 20px
}

.support-box-2 .text {
    font-size: 13px;
    color: #fff;
    text-align: center
}

.support-box-2 .createLink {
    background: #fff;
    padding: 8px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #008ec3;
    display: block;
    width: 150px;
    text-align: center;
    margin: 50px auto 35px
}

.coupon-row {
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 0 4px 0 #cecece;
    -moz-box-shadow: 0 0 4px 0 #cecece;
    -webkit-box-shadow: 0 0 4px 0 #cecece;
    -o-box-shadow: 0 0 4px 0 #cecece;
    -ms-box-shadow: 0 0 4px 0 #cecece;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.coupon-row:hover {
    box-shadow: 0 0 40px 0 #d7d7d7;
    -moz-box-shadow: 0 0 40px 0 #d7d7d7;
    -webkit-box-shadow: 0 0 40px 0 #d7d7d7;
    -o-box-shadow: 0 0 40px 0 #d7d7d7;
    -ms-box-shadow: 0 0 40px 0 #d7d7d7
}

.coupon-row.popup {
    box-shadow: unset !important;
    margin: 20px auto
}

.coupon-row .part-1 {
    background: #fff9d1
}

.coupon-row .part-1 img {
    width: 100%;
    border-radius: 5px 5px 0 0
}

.coupon-row .part-2 {
    padding: 5px 15px
}

.coupon-row .part-2 h3 {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 13px;
    line-height: 24px;
    height: 72px;
    overflow: hidden
}

.coupon-row .part-2 h3 a {
    color: #274061
}

.coupon-row .part-2 .date {
    color: #ee3347;
    font-size: 12px;
    font-weight: 700
}

.coupon-row .part-2 .icons ul li {
    display: inline-block;
    min-width: 63px;
    color: grey;
    font-size: 12px
}

.coupon-row .part-2 .icons ul li i {
    color: #ee3347;
    font-size: 14px;
    padding-right: 5px
}

.coupon-row .codebtn {
    border-top: 1px solid #eee;
    padding: 10px 10px 0;
    margin: 25px 0 5px;
    text-align: center
}

.coupon-row .codebtn.home {
    margin: 0 0 10px
}

.coupon-row .codebtn .viewtc {
    font-size: 13px;
    font-weight: 600;
    line-height: 38px;
    margin-left: 8px;
    color: #5ba709
}

.coupon-row .codebtn .share-btn {
    background: #00aeef;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    display: block;
    text-transform: uppercase;
    margin: 0 auto 5px;
    width: 95%;
    font-size: 13px;
    text-align: center;
    border: 1px solid #0f9bd0
}

.coupon-row .dis-code {
    margin: 0 0 10px;
    text-align: center
}

.renccode {
    color: #f3f3f3;
    background: #000;
    background: -webkit-linear-gradient(-90deg, #0d5a6b, #76bc0c);
    background: -o-linear-gradient(-90deg, #0d5a6b, #76bc0c);
    background: -moz-linear-gradient(-90deg, #0d5a6b, #76bc0c);
    background: linear-gradient(-90deg, #0d5a6b, #76bc0c);
    padding: 5px 13px;
    display: block;
    width: 100%;
    font-size: 24px
}

.coupon-row .desc {
    width: 100%;
    overflow: hidden;
    padding: 30px;
    font-size: 14px
}

.coupon-row .desc ol,
.coupon-row .desc ul {
    list-style: disc;
    padding: 0 0 0 30px;
    font-size: 13px;
    line-height: 26px
}

.p-2-8 {
    padding: 2px 8px
}

.bg-info {
    color: #fff !important;
    background-color: #0275d8 !important
}

.btn-outline-success {
    color: #66ab1b;
    border-color: #66ab1b
}

.btn-outline-success:hover,
.btn-success {
    color: #fff;
    background-color: #66ab1b;
    border-color: #66ab1b
}

.btn-outline-success:active,
.btn-outline-success:focus {
    background-color: #72bd21;
    border-color: #72bd21
}

.btn-outline-info {
    color: #00aeef;
    border-color: #00aeef
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef
}

.btn-outline-info:active,
.btn-outline-info:focus,
.btn-primary:hover {
    background-color: #009eda;
    border-color: #009eda
}

.btn-primary {
    color: #fff;
    background-color: #0094cb;
    border-color: #0094cb
}

.btn-primary:hover {
    color: #fff
}

.btn-primary:active,
.btn-primary:active:hover {
    color: #fff;
    background-color: #027aa8;
    border-color: #027aa8
}

.text-info {
    color: #00aeef !important
}

.higkeyo01 {
    display: inline-block;
    width: calc(90%/4);
    vertical-align: top;
    margin: 10px;
    font-size: 13px;
    color: #000;
    text-align: left
}

.higkeyo01 h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal
}

.higkeyo01 p {
    color: #696969
}

#cusRatingSlider .MS-content,
#mixedSlider .MS-content,
#randomlSlider .MS-content,
#randomlSliderTwo .MS-content,
#testiMonalSlider .MS-content,
#tourSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 3%
}

#mixedSlider .MS-content .item,
#randomlSlider .MS-content .item,
#randomlSliderTwo .MS-content .item,
#testiMonalSlider .MS-content .item,
#tourSlider .MS-content .item {
    display: inline-block;
    width: calc(95%/3);
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0;
    margin: 0 10px;
    background: #fff;
    border-radius: 3px
}

#basicSlider .MS-content .item,
#basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle
}

#mixedSlider .MS-content.inrow5 .item,
#randomlSlider .MS-content.inrow5 .item,
#randomlSliderTwo .MS-content.inrow5 .item,
#testiMonalSlider .MS-content.inrow5 .item {
    width: calc(100%/5);
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px
}

#tourSlider .MS-content .item table.table {
    font-size: 13px;
    padding: 10px;
    margin: 0;
    background: #fcfbff
}

#tourSlider .MS-content .item table.table tbody tr td {
    padding: 5px 15px;
    border: 0
}

#tourSlider .MS-content .item table.table tbody tr:first-child td {
    padding: 20px 15px 5px
}

#tourSlider .MS-content .item table.table tbody tr:last-child td {
    padding: 5px 15px 20px
}

#mixedSlider .MS-content .item .imgTitle .blogTitle,
#randomlSlider .MS-content .item .imgTitle .blogTitle,
#randomlSliderTwo .MS-content .item .imgTitle .blogTitle,
#tourSlider .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    position: absolute;
    background-color: rgba(255, 255, 255, .7);
    width: 100%;
    bottom: 0;
    font-weight: 700;
    padding: 2px 0 2px 10px;
    font-size: 24px
}

#tourSlider .MS-content .item .imgTitle .blogTitle {
    letter-spacing: 0
}

#mixedSlider .MS-content .item .imgTitle,
#randomlSlider .MS-content .item .imgTitle,
#randomlSliderTwo .MS-content .item .imgTitle {
    overflow: hidden
}

#tourSlider .MS-content .item .imgTitle {
    height: 220px;
    overflow: hidden
}

#mixedSlider .MS-content .item .imgTitle img,
#randomlSlider .MS-content .item .imgTitle img,
#randomlSliderTwo .MS-content .item .imgTitle img,
#tourSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
    padding: 10px
}

#randomlSlider .MS-content .item .imgTitle img.justicon,
#randomlSliderTwo .MS-content .item .imgTitle img.justicon {
    padding: 15px 10px;
    max-width: 100px
}

#mixedSlider .MS-content .item p,
#tourSlider .MS-content .item p {
    font-size: 14px;
    margin: 20px 0;
    padding: 0 15px;
    overflow: hidden
}

#randomlSlider .MS-content .item div.contbody,
#randomlSliderTwo .MS-content .item div.contbody {
    padding: 0 14px;
    font-size: 14px
}

#randomlSlider .MS-content .item div.contbody span.pd5,
#randomlSliderTwo .MS-content .item div.contbody span.pd5 {
    padding: 2px 8px;
    font-size: 13px
}

#mixedSlider .MS-content .item a,
#tourSlider .MS-content .item a {
    display: block;
    margin: 0 0 15px 15px;
    font-size: 14px;
    color: #ff7d0d;
    letter-spacing: 1px;
    transition: .1s linear
}

#tourSlider .MS-content .item a,
.page404 a {
    color: #fff;
    display: block;
    text-align: center
}

#randomlSlider .MS-content .item a,
#randomlSliderTwo .MS-content .item a {
    margin: 10px;
    width: auto
}

#tourSlider .MS-content .item a {
    float: unset;
    background: #0094cb;
    padding: 10px;
    margin: 0;
    border: 1px solid #04abea
}

#mixedSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
    -moz-text-shadow: 0 0 1px grey;
    -ms-text-shadow: 0 0 1px grey
}

#tourSlider .MS-content .item a:hover {
    background: #009eda;
    border: 1px solid #009eda
}

#cusRatingSlider .MS-controls button,
#mixedSlider .MS-controls button,
#randomlSlider .MS-controls button,
#randomlSliderTwo .MS-controls button,
#testiMonalSlider .MS-controls button,
#tourSlider .MS-controls button {
    position: absolute;
    border: 0;
    background-color: transparent;
    outline: 0;
    font-size: 5rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a0a0a0;
    transition: .15s linear
}

#testiMonalSlider .MS-controls button {
    font-size: 3rem
}

#cusRatingSlider .MS-controls button:hover,
#mixedSlider .MS-controls button:hover,
#randomlSlider .MS-controls button:hover,
#randomlSliderTwo .MS-controls button:hover,
#testiMonalSlider .MS-controls button:hover,
#tourSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, .6)
}

@media(max-width: 992px) {
    #mixedSlider .MS-controls .MS-right {
        right: -8px
    }

    #cusRatingSlider .MS-controls button,
    #mixedSlider .MS-controls button,
    #randomlSlider .MS-controls button,
    #randomlSliderTwo .MS-controls button,
    #testiMonalSlider .MS-controls button,
    #tourSlider .MS-controls button {
        font-size: 4rem
    }
}

#toggle-line span:before,
#toggle-line.active span:before {
    margin-right: 7px;
    padding: 4px 7px;
    font-size: 16px;
    font-display: swap;
    font-family: FontAwesome;
    cursor: pointer
}

#cusRatingSlider .MS-controls .MS-right,
#mixedSlider .MS-controls .MS-right,
#randomlSlider .MS-controls .MS-right,
#randomlSliderTwo .MS-controls .MS-right,
#testiMonalSlider .MS-controls .MS-right,
#tourSlider .MS-controls .MS-right {
    right: 0
}

#basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px
}

#basicSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    overflow: hidden;
    height: 100%;
    white-space: normal
}

@media(max-width: 991px) {
    #basicSlider .MS-content .item {
        width: 25%
    }
}

@media(max-width: 767px) {

    #mixedSlider .MS-content .item,
    #randomlSlider .MS-content .item,
    #randomlSliderTwo .MS-content .item,
    #testiMonalSlider .MS-content .item,
    #tourSlider .MS-content .item {
        width: 100%
    }

    #cusRatingSlider .MS-controls button,
    #mixedSlider .MS-controls button,
    #randomlSlider .MS-controls button,
    #randomlSliderTwo .MS-controls button,
    #testiMonalSlider .MS-controls button,
    #tourSlider .MS-controls button {
        font-size: 3rem
    }

    #cusRatingSlider .MS-controls .MS-left,
    #mixedSlider .MS-controls .MS-left,
    #randomlSlider .MS-controls .MS-left,
    #randomlSliderTwo .MS-controls .MS-left,
    #testiMonalSlider .MS-controls .MS-left,
    #tourSlider .MS-controls .MS-left {
        left: -5px
    }

    #cusRatingSlider .MS-controls .MS-right,
    #mixedSlider .MS-controls .MS-right,
    #randomlSlider .MS-controls .MS-right,
    #randomlSliderTwo .MS-controls .MS-right,
    #testiMonalSlider .MS-controls .MS-right,
    #tourSlider .MS-controls .MS-right {
        right: -10px
    }

    #basicSlider .MS-content .item {
        width: 35%
    }
}

@media(max-width: 500px) {
    #basicSlider .MS-content .item {
        width: 50%
    }
}

#basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px
}

#basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px
}

.page404 h1 {
    font-size: 450%
}

.page404 a {
    background: #00aeef;
    padding: 4px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 40px 0 0;
    font-size: 13px;
    width: 215px
}

.table-bg {
    background: #fff;
    padding: 0;
    border: 1px solid #eaeaea
}

.table-print-dsg-1 {
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #dedede;
    background: #fff;
    margin-top: 20px
}

.table-print-dsg-1 th {
    min-width: 110px
}

.table-print-dsg-1 th:first-child {
    min-width: 40px
}

.delTbCol {
    background: #eaeaea;
    padding: 0 2px;
    color: grey;
    display: none;
    width: 14px;
    position: relative;
    float: right;
    cursor: pointer
}

.has-icon i,
.imgpopup-wnd p,
.overlay-body,
.overlay-model,
div.hidpymdata {
    position: absolute
}

.form-title-style-1 {
    color: #529e00
}

.form-bg-1 {
    background: #fff;
    padding: 30px;
    border: 1px solid #dcdcdc
}

form {
    font-size: 13px;
    margin: 30px 0
}

.top-dash-bar {
    margin: 0 0 20px;
    font-size: 13px;
    text-align: center;
    color: #bfbfbf
}

.dlr-dash-amt {
    margin: 45px 0 40px;
    padding: 30px 0;
    text-align: center;
    color: #000;
    background: #fff;
    border-bottom: 3px solid #00aeef
}

.rt-button2 {
    background: #00a5e2;
    color: #fff;
    font-size: 13px;
    padding: 10px 15px;
    border-left: 5px solid #0085b7;
    display: inline-block;
    margin: 5px 2px 10px
}

.soft-clr {
    background: #b9b9b9;
    color: #fff;
    border-left: 5px solid #8e8e8e
}

.ppl-clr {
    background: #7bc245;
    color: #fff;
    border-left: 5px solid #5c9332
}

.dark-clr {
    background: #f19000;
    border-left: 5px solid #d47f00
}

.product-box1 .rating span,
a.rt-button2 i {
    margin-right: 3px
}

ul.ttllist {
    background: #828282;
    padding: 0;
    margin: 0 0 15px;
    color: #fff
}

ul.ttllist li {
    display: inline-block;
    padding: 10px 12px;
    min-width: 215px
}

ul.ttllist li span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #d9d9d9
}

div.hidpymdata {
    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 6px 0 #b0b0b0;
    display: none;
    width: 200px;
    font-size: 12px
}

.table th,
div.hidpymdata .table td {
    padding: 6px 8px
}

.cl001 {
    background-color: red;
    border-color: #d50606
}

.cl002 {
    background-color: #06f;
    border-color: #0d52ba
}

.cl003 {
    background-color: #06db3d;
    border-color: #05b432
}

div.separate a:blur,
div.separate a:focus,
div.separate a:hover {
    color: #fff
}

.separate {
    margin: 10px 0 20px
}

#toggle-line {
    font-size: 20px;
    cursor: pointer
}

#toggle-line span:before {
    content: "\f106";
    background: #ddd;
    border-radius: 10em;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em;
    -moz-border-radius: 10em;
    color: #fff
}

#toggle-line.active span:before {
    content: "\f107";
    background: #4c9201;
    border-radius: 10em;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em;
    -moz-border-radius: 10em;
    color: #fff
}

#toggle-line a {
    color: #ddd
}

#toggle-line.active a,
.models-inline a,
.tour-stylebox .sub-buttons a.vw-dettr:hover,
.wallet-box.checkout:hover span.amount {
    color: #000
}

#toggle-line+div.bk-pane {
    padding: 30px 20px;
    margin: -10px 0 20px 33px;
    display: none
}

.breadcrumb {
    background: #eee;
    padding: 10px
}

.breadcrumb li {
    display: inline-block;
    font-size: 13px
}

.breadcrumb li:first-child:before {
    content: ""
}

.breadcrumb li:before {
    content: "/ ";
    color: #cecece
}

.overlay-model {
    background: rgba(0, 0, 0, .7);
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none
}

.overlay-header {
    background: #f1f1f1;
    padding: 15px 20px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0
}

.overlay-header h3 {
    font-size: 20px;
    margin: 0
}

#overlay-content {
    padding: 0 25px 20px;
    max-height: 400px;
    overflow: auto
}

.overlay-body {
    background: #fff;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: fit-content;
    height: auto;
    min-height: 178px;
    z-index: 99;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px
}

.overlay-footer {
    background: #f1f1f1;
    padding: 15px 20px;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    text-align: right
}

.overlay-footer .overlay-model-close {
    color: #8e8e8e !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.overlay-footer .overlay-model-close:hover,
.radio input[type=radio]:checked+span {
    color: #333
}

.filter-box-style1 {
    background: #fff;
    padding: 20px 20px 12px;
    border: 1px solid #a9a9a9;
    margin-top: -3px;
    display: none;
    color: #000
}

.filter-search-form {
    padding: 0;
    color: #fff
}

.filter-search-form input[type=text] {
    display: inline-block;
    width: 100%;
    padding: 6px 6px 6px 35px;
    border: 1px solid #0098d0;
    box-shadow: 0 1px 3px #828282 inset;
    -moz-box-shadow: 0 1px 3px #828282 inset;
    -o-box-shadow: 0 1px 3px #828282 inset;
    -ms-box-shadow: 0 1px 3px #828282 inset;
    background: #eaf9ff
}

.mt-8 {
    margin-top: 8px
}

.btn-success:hover {
    color: #fff;
    background-color: #67ab1d;
    border-color: #67ab1d
}

.has-icon i {
    line-height: 30px;
    font-size: 16px;
    margin-left: 8px;
    color: #d2d2d2
}

.srch-content.boxnewForm {
    border: 1px solid #545454;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 10px;
    background: #ffffff26
}

.srch-content.boxnewForm form .has-icon i {
    line-height: 36px;
    padding: 0 10px;
    margin: 0;
    color: #343434
}

.srch-content.boxnewForm form .has-icon.select select {
    padding-left: 30px
}

.srch-content.boxnewForm form .has-icon input {
    padding-left: 34px;
    color: #000
}

.bg-diffn2 {
    background: #00678f;
    margin: -21px -21px -14px 0;
    border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -ms-border-radius: 0 3px 0 0;
    padding: 10px
}

.ttl-tglinein {
    color: #696969;
    margin-bottom: 8px;
    border: 1px solid #929191;
    display: inline-block;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    padding: 0 8px;
    line-height: 21px;
    font-size: 11px
}

.loc-inline li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px
}

.loc-inline li a {
    color: #4a4a4a;
    font-size: 12px;
    line-height: 23px;
    display: block;
    background: #fff;
    padding: 1px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px
}

.loc-inline li a.big {
    font-size: 16px;
    padding: 10px 15px;
    border: 2px solid #ddd;
    margin-right: 15px
}

.models-inline li {
    display: inline-block;
    width: 85px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    background: #fff;
    height: 100px;
    padding: 0 5px;
    margin: 0 3px 10px 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px
}

.models-inline img {
    width: 60px
}

.models-inline p {
    font-size: 11px;
    margin: 0;
    color: #000
}

div.filter-search-form::-webkit-scrollbar,
ul.models-inline::-webkit-scrollbar {
    width: 8px
}

div.filter-search-form::-webkit-scrollbar-track,
ul.models-inline::-webkit-scrollbar-track {
    background-color: transparent
}

div.filter-search-form::-webkit-scrollbar-thumb,
ul.models-inline::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    display: none
}

div.filter-search-form:hover::-webkit-scrollbar-thumb,
ul.models-inline:hover::-webkit-scrollbar-thumb {
    display: block
}

div.filter-search-form::-webkit-scrollbar-thumb:hover,
ul.models-inline::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .5)
}

ul.models-inline.dealerRateCol li {
    background: 0;
    border: 0;
    height: 206px;
    width: 135px
}

ul.models-inline.dealerRateCol li a {
    display: block;
    padding: 0;
    margin: 0
}

ul.models-inline.dealerRateCol li a img {
    width: 100px;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    background: #fff;
    padding: 5px;
    border: 1px solid #e8e8e8
}

ul.models-inline.dealerRateCol li a p {
    overflow: hidden;
    height: 40px
}

ul.models-inline.dealerRateCol li a p.raterOW {
    background: #ef800a;
    border-bottom: 4px solid #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    margin-top: 6px;
    height: 53px;
    padding: 3px 0;
    overflow: hidden
}

ul.models-inline.dealerRateCol li a p.raterOW.count,
ul.models-inline.dealerRateCol li a p.raterOW.count.short {
    height: 35px
}

ul.models-inline.dealerRateCol li a span {
    padding: 1px 2px;
    display: inline-block;
    color: #fff
}

.discount-cop-text:hover span:last-child,
.header-menu ul.right li.lgdrpuser:hover ul.logdrop-rtdsg,
.info-tgo11 ul li b,
.whyrnt-points.dsktp,
ul.models-inline.dealerRateCol li a span.first {
    display: block
}

ul.models-inline.dealerRateCol li a span.ttlrvs {
    color: #404040;
    font-size: 11px
}

ul.models-inline.dealerRateCol li a p.raterOW.count span.ttlrvs {
    font-size: 14px
}

ul.models-inline.dealerRateCol li a p.raterOW.count.short span.first {
    display: inline-block;
    font-size: 16px
}

ul.models-inline.dealerRateCol li a p.raterOW.count.short span.ttlrvs {
    color: #e0e0e0;
    font-weight: 500;
    font-size: 12px
}

.filter-btn {
    display: inline-block;
    width: 99%;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px
}

.filter-btn .lft-side {
    float: left;
    line-height: 39px
}

#clsfilterpopup,
.filter-btn button {
    background: #ff8300;
    color: #fff;
    font-size: 12px
}

.filter-btn button:hover {
    background: #ef800a
}

.filter-box-style1 .title,
div.nw-filtersty001 .title {
    font-size: 14px;
    margin: 10px 0 15px;
    color: #000
}

div.nw-filtersty001 .title {
    margin: 0 0 18px;
    color: #000
}

.filter-box-style1 h4.title.bigwd,
div.nw-filtersty001 h4.title.bigwd {
    display: block;
    width: 100%;
    color: #eca90d;
    font-weight: 700
}

.filter-box-style1 div.ulberrt-brd,
div.nw-filtersty001 div.ulberrt-brd {
    background: #eaf9ff;
    width: 205px;
    padding: 5px 7px 0;
    color: #777;
    font-size: 14px;
    box-shadow: 0 1px 3px #898989 inset;
    -moz-box-shadow: 0 1px 3px #898989 inset;
    -ms-box-shadow: 0 1px 3px #898989 inset;
    -o-box-shadow: 0 1px 3px #898989 inset;
    margin: -5px 0 5px;
    cursor: pointer
}

div.nw-filtersty001 div.ulberrt-brd {
    width: 135px;
    background: #fff;
    box-shadow: unset;
    border: 1px solid #909090;
    padding: 1px 8px 0
}

.filter-box-style1 div.ulberrt-brd span.novrflw,
div.nw-filtersty001 div.ulberrt-brd span.novrflw {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    width: 160px;
    display: inline-block;
    line-height: 24px
}

.filter-box-style1 div.ulberrt-brd:after,
div.nw-filtersty001 div.ulberrt-brd:after {
    font-display: swap;
    font-family: FontAwesome;
    content: "\f106";
    float: right;
    font-size: 18px;
    line-height: 22px;
    margin-right: 4px
}

div.nw-filtersty001 div.ulberrt-brd:after {
    margin-top: -24px
}

.filter-box-style1 div.ulberrt-brd.active:after,
div.nw-filtersty001 div.ulberrt-brd.active:after {
    font-display: swap;
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    font-size: 18px;
    line-height: 22px;
    margin-right: 4px
}

.filter-box-style1 .unbound-bdr,
div.nw-filtersty001 .unbound-bdr {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    margin-bottom: 8px
}

.filter-box-style1 ul.dropdn-typ,
div.nw-filtersty001 ul.dropdn-typ {
    position: absolute;
    background: #fafafa;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    padding: 5px 3px;
    width: 203px;
    margin: -5px 0 0 1px;
    box-shadow: 0 1px 3px 0 #000;
    -moz-box-shadow: 0 1px 3px 0 #000;
    -ms-box-shadow: 0 1px 3px 0 #000;
    -o-box-shadow: 0 1px 3px 0 #000;
    -webkit-box-shadow: 0 1px 3px 0 #000;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    z-index: 1
}

.filter-box-style1 ul.dropdn-typ li,
div.nw-filtersty001 ul.dropdn-typ li {
    padding: 5px 15px 5px 8px
}

.filter-box-style1 ul.dropdn-typ li label,
div.nw-filtersty001 ul.dropdn-typ li label {
    display: block;
    margin: 0;
    font-size: 14px;
    cursor: pointer
}

.filter-btn #datesbtn.shake {
    animation: .82s cubic-bezier(.36, .07, .19, .97) both shake;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0%, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0%, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0%, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0%, 0)
    }
}

.filter-box-style1 .title i {
    font-size: 16px;
    font-weight: 100;
    margin-right: 5px;
    color: #000
}

.filter-box-style1 h4.title.bigwd i {
    color: #eca90d
}

.disnxtfilter {
    color: #000;
    border: 1px solid #fff;
    padding: 5px 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px
}

.next-filter {
    position: fixed;
    background: #fff;
    max-width: 1110px;
    width: 90%;
    border: 1px solid #eae5e5;
    padding: 15px 25px;
    z-index: 5;
    box-shadow: 2px 2px 5px 0 #6f6f6f;
    -webkit-box-shadow: 2px 2px 5px 0 #6f6f6f;
    -ms-box-shadow: 2px 2px 5px 0 #6f6f6f;
    -moz-box-shadow: 2px 2px 5px 0 #6f6f6f;
    -o-box-shadow: 2px 2px 5px 0 #6f6f6f;
    display: none;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 450px;
    overflow: auto
}

.next-filter .full-box>label {
    color: #00aeef;
    font-weight: 700;
    line-height: 16px
}

.next-filter .full-box ul li {
    display: inline-block;
    width: 160px;
    vertical-align: top;
    line-height: 18px;
    color: #999
}

.sort-bar-style1 {
    background: #fff;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    padding: 8px 10px 5px;
    margin: 8px 0 0;
    line-height: 16px;
    border: 1px solid #e2e2e2
}

.sort-bar-style1 .left-list {
    float: left;
    margin: 0;
    line-height: 30px;
    font-weight: 700
}

.sort-bar-style1 .right-list label {
    font-weight: 700;
    margin-right: 10px
}

.sort-bar-style1 .right-list select {
    padding: 3px;
    border: 1px solid #ccc
}

.product-box1 {
    background: #fff;
    margin: 20px 0;
    border: 1px solid #e6e6e6;
    width: 100%
}

.product-box1 .img {
    position: relative;
    overflow: overlay
}

.product-box1 .img img {
    max-width: 100%;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.product-box1 .title-box {
    padding: 10px;
    text-align: center
}

.product-box1 .title-box a {
    color: #171717;
    font-size: 16px
}

.product-box1 .rating {
    text-align: center;
    color: #00aeef;
    margin-top: -13px
}

.product-box1 .cost {
    text-align: center;
    font-size: 26px;
    margin: 15px 10px 0
}

.dpgintmgs span {
    color: #ff5e00;
    font-weight: 600
}

.dpgintmgs.blist-tmgs {
    font-size: 12px;
    text-align: center;
    margin: 0;
    background: #f1f1f1;
    padding: 5px 3px
}

.bkdlrcp {
    max-width: 195px;
    margin: 0 auto 20px
}

.bkdlrcp li.cop:before {
    font-display: swap;
    font-family: FontAwesome;
    content: "\f0d6";
    margin-right: 5px;
    color: #8f8407
}

.bkdlrcp li.cop {
    color: #22680b;
    font-size: 11px;
    margin-top: 2px;
    background: #e6ffe6;
    padding: 1px 4px;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border: 1px dashed #8bc38b;
    text-align: center
}

.product-box1 .cost small {
    font-size: 14px;
    color: #676767;
    margin-left: 4px
}

.product-box1 table tr td {
    border: 1px solid #eee;
    font-size: 13px;
    text-align: center
}

.product-box1 table tr td:first-child {
    border-left: 0
}

.action-buttons {
    background: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 0 5px
}

.action-buttons a {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 10px 0 10px 20px;
    vertical-align: top
}

.action-buttons a:first-child,
.action-buttons a:nth-child(2) {
    float: left;
    padding: 8px 14px;
    margin-left: 6px;
    color: #4a4a4a;
    border: 1px solid #b1b1b1;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em
}

.action-buttons a:nth-child(2) {
    width: 125px
}

.action-buttons a:first-child {
    background: #f1f1f1;
    border: 1px solid #dedede;
    width: 38px
}

.action-buttons a:nth-child(2):hover {
    color: #00aeef;
    background: #f8fdff;
    border-color: #0194ca
}

.action-buttons a:last-child {
    background: #f90;
    float: right;
    padding: 8px 30px;
    margin-right: 6px;
    color: #fff;
    width: calc(100% - 190px)
}

.product-city-bg {
    background: url('https://www.rentrip.in/assets/css/../images/bg/background-world-map.jpg') center/cover no-repeat #fff;
    padding: 30px 0
}

._othrctyLink {
    display: inline-block;
    padding: 12px 20px;
    color: #1f1f1f;
    text-align: center;
    font-size: 13px
}

._othrctyLink i {
    display: block;
    font-size: 28px;
    color: #00aeef;
    margin-bottom: 5px
}

.pgkeywords li {
    display: inline-block;
    margin-right: 5px;
    line-height: 22px;
    font-size: 13px
}

.imgpopup-wnd {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    z-index: 4;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    display: none
}

.imgpopup-wnd img {
    width: 100%;
    padding-top: 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px
}

.imgpopup-wnd p {
    font-size: 150%;
    left: 0;
    right: 0;
    top: 20px
}

.imgpopup-cls {
    font-weight: 100;
    font-size: 22px;
    float: right;
    margin-right: 35px;
    cursor: pointer
}

.bike-top-bar {
    background: #00aeef;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 25px;
    margin-top: 10px
}

.bike-top-bar h3 {
    font-size: 18px;
    margin: 10px 0 20px
}

.bike-top-bar .price {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #d1d1d1;
    padding: 5px 8px;
    margin-bottom: 15px
}

.bike-top-bar .price div.radio label {
    margin-bottom: 0
}

.bike-top-bar .price small {
    font-size: 13px;
    margin-left: 3px
}

#act-bookatinfo,
.bike-top-bar.clrwhite .price div.radio input[type=radio]:checked+span,
.incloy-box:hover span.amount,
.left-folder-rtlndpg:not(.newlook) form label,
.social-share-dsg a:hover,
.tour-stylebox .sub-buttons a:hover,
.wallet-box:hover span.amount {
    color: #fff
}

.radio {
    color: #7a7a7a;
    font-size: 18px;
    position: relative;
    line-height: 30px
}

.radio span {
    position: relative;
    padding-left: 20px
}

.radio span:after {
    content: '';
    width: 15px;
    height: 15px;
    border: 3px solid;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.frhideBody,
.radio input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%
}

.radio input[type=radio] {
    cursor: pointer;
    max-width: 15px;
    z-index: 1;
    opacity: 0
}

.radio input[type=radio]:checked+span:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    background: #333;
    left: 5px;
    top: 6px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%
}

.bike-top-bar a {
    padding: 6px 10px;
    background: #72ca13;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-top: 5px;
    display: block;
    max-width: 135px;
    text-align: center;
    border: 1px solid #fff
}

.panel-design1,
.tb-right {
    margin: 40px 0 20px
}

.stepdt-z .chkpg-dislist,
.stepdt-z .coupon-co,
.tabviewRt .tab-dgn1,
.tb-right .tab-dgn1 {
    margin-bottom: 15px
}

.tabviewRt .tab-dgn1 li,
.tb-right .tab-dgn1 li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.tabviewRt .tab-dgn1 li a,
.tb-right .tab-dgn1 li a {
    display: block;
    background: #fff;
    color: #1e1e1e;
    padding: 10px 18px;
    border-bottom: 5px solid #dcdcdc;
    font-size: 14px
}

.tabviewRt .tab-dgn1 li a.active,
.tb-right .tab-dgn1 li a.active {
    border-bottom: 5px solid #00aeef;
    background: #fff;
    font-weight: 700;
    color: #000
}

.tb-right .tab-content {
    display: none;
    background: #fff;
    padding: 25px;
    font-size: 14px;
    line-height: 25px;
    border: 1px solid #eaeaea
}

.tabviewRt .tab-content .deptitle,
.tb-right .tab-content .deptitle {
    font-size: 18px;
    color: #da8500;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 25px 0 10px
}

.tb-left {
    background: #fff;
    border: 1px solid #eee
}

h3.cpnbiklandpg {
    margin-top: 30px;
    font-size: 20px;
    color: #858585
}

h3.cpnbiklandpg1 {
    font-size: 20px;
    color: #858585
}

ul.coupnulist {
    margin: 20px 0 25px
}

ul.coupnulist li {
    width: calc(98%/2);
    text-align: center;
    display: inline-block;
    background: #f4e5d6;
    color: #353434;
    border: 1px dashed #ff982e;
    padding: 15px;
    vertical-align: top;
    margin: 0 0 18px
}

ul.coupnulist li:nth-child(2n) {
    float: right;
    vertical-align: top
}

ul.coupnulist li span {
    min-height: 45px;
    display: block;
    line-height: 23px;
    overflow: hidden;
    max-width: 320px;
    margin: 0 auto;
    font-size: 15px
}

ul.coupnulist li a {
    display: block;
    width: 110px;
    margin: 10px auto 0;
    font-size: 12px;
    background: #cf7314;
    color: #fff;
    padding: 8px 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px
}

ul.coupnulist li a:hover {
    background: #e78016
}

.hot-points {
    margin: 0 0 16px;
    padding: 5px 0;
    font-size: 20px
}

.hot-points i {
    padding: 10px;
    font-size: 24px;
    background: #7ed026;
    color: #fff;
    border-radius: 10em;
    -ms-border-radius: 10em;
    -moz-border-radius: 10em;
    width: 50px;
    text-align: center;
    height: 50px;
    vertical-align: middle;
    line-height: 30px;
    margin-right: 10px
}

.hot-points span.tgtxt {
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
    color: #6a6a6a
}

.hot-points a.share-social-link i {
    background: #666;
    color: #fff !important;
    border: 1px solid #18aef6;
    padding: 5px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 5px
}

.div-shrebkaft a.fb,
.hot-points a.share-social-link.fb i,
.social-share-dsg a.fb {
    border-color: #3c5a99;
    background-color: #3c5a99
}

.div-shrebkaft a.tw,
.hot-points a.share-social-link.tw i,
.social-share-dsg a.tw {
    border-color: #1da1f2;
    background-color: #1da1f2
}

.div-shrebkaft a.gp,
.hot-points a.share-social-link.gp i,
.social-share-dsg a.gp {
    border-color: #db4437;
    background-color: #db4437
}

.div-shrebkaft a.wa,
.hot-points a.share-social-link.wa i,
.social-share-dsg a.wa {
    border-color: #25d366;
    background-color: #25d366
}

.tb-left .rating {
    position: absolute;
    background: rgba(245, 245, 245, .7);
    color: #7ed026;
    font-size: 14px;
    padding: 10px 15px;
    margin: 15px 0 0;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0
}

.tb-left .rating .csrvs {
    color: #8a8a8a;
    font-size: 12px;
    display: block
}

.tb-left .location {
    position: absolute;
    margin: -65px auto 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    max-width: 180px;
    text-align: center;
    color: #fff;
    padding: 6px 3px;
    font-size: 14px
}

.dealer-info {
    text-align: center;
    background: #fff;
    padding: 20px 10px;
    border: 1px solid #eee
}

.dealer-info p.img {
    width: 60px;
    margin: 0 auto 10px;
    background: #b4b4b4;
    border-radius: 10em;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em;
    -moz-border-radius: 10em;
    padding: 10px
}

.more-dealer-box,
.ol-content {
    border-radius: 3px;
    text-align: center
}

.info-data small {
    color: #bbb;
    font-size: 12px
}

.info-data h4 {
    font-size: 18px;
    margin-bottom: 2px
}

.info-data .loc {
    margin: 15px 10px;
    background: url(https://www.rentrip.in/assets/css/../images/bg/mapbg.png) #f7f7f7;
    padding: 17px 5px;
    font-size: 13px;
    color: #800;
    font-weight: 700
}

.info-data .loc i {
    display: block;
    color: #02a8e6;
    font-size: 26px;
    margin-bottom: 5px
}

.info-data .button {
    font-size: 13px;
    background: #00aeef;
    padding: 5px 10px;
    display: block;
    color: #fff;
    margin: 15px auto 0;
    max-width: 190px
}

.radio-inline {
    display: inline-block;
    line-height: 28px;
    margin-right: 20px
}

.panel-design1 h3 {
    font-size: 16px;
    font-weight: 700
}

.more-dealer-box {
    background: #fff;
    margin: 10px 0 0;
    padding: 5px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #000;
    display: inline-block;
    width: 100%;
    border: 1px solid #e6e6e6;
    vertical-align: top
}

.more-dealer-box h4 {
    font-size: 16px;
    padding: 16px 0 8px;
    color: #717171
}

.more-dealer-box .price {
    font-size: 26px;
    color: #000
}

.more-dealer-box .location {
    font-size: 13px;
    color: #5db300
}

.more-dealer-box .button a {
    font-size: 12px;
    background: #00aeef;
    padding: 7px 10px;
    color: #fff
}

.not-found-bikes {
    padding: 30px 20px;
    background: #fff;
    margin: 40px 0;
    border: 1px solid #e8e8e8
}

.locNm {
    text-align: center;
    font-size: 24px;
    margin: 0 0 40px
}

h1.locNm.iblk {
    display: inline-block;
    margin: 0 0 15px
}

.frhideBody {
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .6);
    z-index: 10000
}

.loader {
    margin: 100px auto 0;
    width: 105px;
    font-size: 20px;
    padding: 10px;
    line-height: 24px;
    color: #4c4c4c;
    letter-spacing: 1px
}

.cshp {
    height: 100px;
    padding: 10px 0;
    background: #fff;
    color: #000;
    border-bottom: 5px solid #eee
}

.cshp .c-data {
    max-width: inherit;
    padding: 0;
    color: #000
}

.cshp .c-data .logo img {
    max-width: 170px;
    margin-top: 8px
}

.cshp .sub-right-text h2 {
    line-height: 58px
}

.full-grey-checkout {
    background: #f5f5f5;
    padding: 10px 0
}

.stepdt-z .chkpg-dislist li {
    display: inline-block;
    border: 1px dashed #ddd;
    padding: 10px;
    background: #fffef7;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    width: calc(95%/3);
    vertical-align: top;
    min-height: 100px
}

.stepdt-z .chkpg-dislist li:hover {
    border: 1px dashed #ffba00;
    background: #fff6e6
}

.stepdt-z .chkpg-dislist li p {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    padding: 2px;
    max-width: 200px;
    margin: 5px auto 0
}

.stepdt-z .chkpg-dislist li:hover p {
    color: orange
}

.stepdt-z .frame-box {
    background: #fff;
    padding: 12px 10px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 20px;
    border-right: 5px solid #d8d8d8;
    border-bottom: 5px solid #e4e4e4
}

.address-row {
    border: 1px solid #b4e9ff;
    background: #def5ff;
    color: #007db3;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    display: block
}

.address-row b {
    margin-left: 3px
}

.address-row span {
    display: block;
    margin-top: 5px
}

.stepdt-z .frame-box .block-title {
    padding: 0 0 10px;
    margin: 0 0 15px;
    color: #009fe3;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    letter-spacing: 1px
}

.stepdt-z .frame-box .book-title {
    padding: 0;
    border-bottom: 0 solid #eee
}

.stepdt-z .frame-box .addrlink {
    border: 1px solid #00aeff;
    padding: 4px 14px;
    color: #009fe3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px
}

.stepdt-z .btn-coupon {
    background: #0085bd;
    padding: 8px 14px;
    font-size: 12px;
    color: #fff
}

form[name=checkout-frm-pg] input[type=text],
form[name=checkout-frm-pg] select,
form[name=checkout-frm-pg] textarea {
    font-size: 13px;
    font-weight: 600
}

.stepdt-z label[for*=paygt] img {
    padding-left: 10px;
    width: 140px
}

label[for*=paygt] {
    margin: 0 0 4px
}

.payopttype {
    margin: 0 0 10px;
    font-weight: 600;
    color: #fd9a00;
    font-size: 14px;
    height: 15px
}

.payoptblw {
    color: #999;
    font-size: 11px;
    margin: 3px 0 0 28px
}

.reservation-now {
    background: #7ed026;
    margin: -12px -10px;
    padding: 15px;
    color: #fff
}

.reservation-now input[type=checkbox] {
    margin: 5px 10px 22px 0;
    float: left
}

.reservation-now label {
    font-size: 14px;
    background: #538e13;
    padding: 10px
}

.reservation-now a {
    color: #ffe148;
    font-weight: 700;
    font-size: 13px
}

.reservation-now h4 {
    border-bottom: 1px solid #60b109;
    padding: 12px 0;
    font-size: 16px;
    margin: 12px 0 18px;
    color: #fff
}

.reservation-now h4>span {
    float: right;
    font-weight: 700
}

.btn-reservation-now {
    color: #fff;
    border: 1px solid #0400ff;
    background: #0400ff
}

#ccsts {
    display: block;
    clear: both;
    margin: 0 0 0 17px
}

.ol-content {
    background: #fff;
    max-width: 400px;
    margin: 40px auto;
    padding: 30px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px
}

.ol-content h4 {
    line-height: 30px;
    margin-top: 18px
}

.ol-content2 {
    margin: 40px 0;
    padding: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px
}

.ol-content2.withbg {
    background: #fff;
    padding: 30px 50px;
    margin-bottom: 80px
}

.ol-content2 h2 {
    font-size: 24px;
    text-shadow: 1px 1px 1px #b9b9b9;
    -moz-text-shadow: 1px 1px 1px #b9b9b9;
    -ms-text-shadow: 1px 1px 1px #b9b9b9;
    margin-bottom: 30px
}

.ol-content2 h4 {
    color: #12d212
}

.ol-content2 .buttons_row {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 40px
}

.ol-content2 .buttons_row a {
    font-size: 14px;
    border: 1px solid #0172a0;
    padding: 7px 12px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #0087bf;
    color: #fff;
    margin-right: 5px
}

.ol-content2 .buttons_row a:first-child {
    background: #797979;
    border: 1px solid #7d7d7d
}

.ol-content2 .buttons_row a:last-child {
    background: #f90;
    border: 1px solid #e88b00
}

.tickets li {
    margin-bottom: 8px;
    font-size: 14px;
    background: #ececec;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden
}

.ticket_comment {
    background: #fff5d2;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #fff1bf;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px
}

.comment-meta .comment-author {
    font-weight: 700;
    font-size: 14px
}

.comment-meta .comment-date {
    float: right;
    color: #b7b7b7;
    font-weight: 100;
    font-size: 12px
}

.ind-directions-box img {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    opacity: .9
}

.ind-directions-box.hmd img {
    filter: brightness(.5)
}

.ind-directions-box p {
    padding: 0 10px;
    margin-top: -35px;
    color: #fff;
    position: relative;
    font-weight: 700
}

.ind-directions-box.hmd p {
    margin-top: -60px;
    font-weight: 500;
    text-align: center;
    font-size: 1.8rem
}

.ind-directions-box p .tourno {
    text-align: right;
    color: #03bbff;
    float: right;
    position: relative;
    font-size: 13px;
    line-height: 24px
}

.ind-directions-box.short {
    padding: 0 14px
}

.ind-directions-box.short p {
    padding: 5px 10px;
    margin-top: 13px;
    color: #fff;
    position: relative;
    font-weight: 700
}

.ind-directions-box.short p .tourno {
    text-align: left;
    color: #03bbff;
    float: none;
    position: relative;
    font-size: 13px;
    line-height: 24px;
    display: block
}

.tour-stylebox {
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-bottom: 20px;
    transition: .3s ease-in-out
}

.tour-stylebox .tourimg {
    width: 100%;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    max-height: 200px
}

.tour-stylebox .icons {
    margin-top: -38px;
    position: relative;
    margin-left: 25px
}

.tour-stylebox .icons ul li {
    display: inline-block;
    margin: 0 3px;
    color: #fff
}

.tour-stylebox .icons ul li a {
    color: #000;
    background: rgba(255, 255, 255, .9);
    display: inline-block;
    padding: 4px 6px 2px;
    font-size: 13px;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
    -webkit-border-radius: 10em;
    vertical-align: middle;
    text-align: center;
    width: 28px;
    height: 28px
}

.tour-stylebox .icons ul li.price {
    float: right;
    color: #fff;
    background: #009cd6;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 14px;
    margin: 10px 8px 0 0;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
    -webkit-border-radius: 10em
}

.tour-stylebox h4 {
    padding: 25px 20px 12px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 20px;
    overflow: hidden;
    height: 75px
}

.tour-stylebox h4 span {
    float: right;
    font-size: 12px;
    font-weight: 700;
    color: #ababab;
    line-height: 20px;
    position: absolute;
    right: 38px;
    margin-top: -10px
}

.tour-stylebox .desc {
    padding: 30px 20px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    margin: 0;
    font-size: 13px;
    color: #8e8e8e
}

.tour-stylebox .buttons {
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px
}

.tour-stylebox .buttons a {
    display: block;
    text-align: center;
    font-size: 20px;
    background: #000;
    padding: 10px 5px;
    color: #fff;
    border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    -ms-border-radius: 0 0 0 3px;
    -o-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px
}

.full-tour-review {
    background: url('https://www.rentrip.in/assets/css/../images/bg/home-bg1.jpg') center/cover no-repeat fixed #00aeef;
    padding: 30px 0;
    height: 400px
}

.light-box1 {
    background: rgba(255, 255, 255, .8);
    color: #004e6b;
    padding: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 0 15px;
    max-width: 510px
}

.light-box1 .line-drop,
.wallet-box.checkout span.amount {
    color: #6b6b6b
}

.tour-stylebox .day-tourno {
    position: absolute;
    right: 0;
    margin-right: 28px;
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    background: rgba(255, 255, 255, .9);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 8px
}

.tour-stylebox span.blocksm {
    text-decoration: line-through;
    margin-left: 6px;
    color: red;
    display: block;
    font-size: 14px
}

.tour-stylebox .desc-2 {
    padding: 5px 20px 15px;
    font-size: 12px;
    border-bottom: 1px solid #f3f3f3
}

.tour-stylebox .desc-2 ul li {
    line-height: 28px;
    font-size: 13px
}

.tour-stylebox .desc-2 ul li.timer {
    text-align: center;
    background: #565656;
    margin: 0 -20px -16px;
    color: #fff
}

.tour-stylebox .desc-2 ul li.timer p {
    margin: 14px 0 0;
    padding: 0;
    font-size: 18px
}

.tour-stylebox .desc-2 ul li.timer p span.txt1 {
    font-size: 12px;
    display: block;
    float: none
}

.tour-stylebox .desc-2 ul li.timer ul.cntrtourBx li {
    display: inline-block;
    padding: 2px 14px
}

.tour-stylebox .desc-2 ul li.timer ul.cntrtourBx li span.topno {
    display: block;
    float: none;
    font-size: 22px;
    font-weight: 600;
    color: #7ad700
}

.tour-stylebox .desc-2 ul li.timer ul.cntrtourBx li span.topno.dis {
    color: #666
}

.tour-stylebox .desc-2 ul li.timer ul.cntrtourBx li span.btmtxt {
    float: none
}

.tour-stylebox .sub-buttons {
    background: #e8e8e8;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px
}

.tour-stylebox .sub-buttons a {
    font-size: 13px;
    padding: 10px;
    font-weight: 100;
    letter-spacing: 0;
    text-align: right
}

a.enqsingbtn1 {
    width: 140px !important;
    text-align: center;
    padding: 8px 5px !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    margin: 10px 0 0;
    position: absolute;
    right: 30px;
    background: #ff5e00;
    color: #fff
}

a.enqsingbtn1:hover {
    background: #dd5200;
    color: #fff
}

a.vw-dettr {
    width: 100%;
    color: #171717;
    background-color: #e8e8e8;
    display: inline-block;
    border-radius: 0 0 3px;
    -moz-border-radius: 0 0 3px;
    -ms-border-radius: 0 0 3px 0;
    -o-border-radius: 0 0 3px
}

.tour-stylebox .sub-buttons a.enq-trbtn:hover {
    background: #249bef
}

.tour-stylebox .sub-buttons a i {
    margin-left: 10px;
    line-height: 20px;
    font-weight: 100
}

.tour-stylebox:hover {
    box-shadow: 0 0 8px 0 #c7c7c7;
    -webkit-box-shadow: 0 0 8px 0 #c7c7c7;
    -moz-box-shadow: 0 0 8px 0 #c7c7c7;
    -ms-box-shadow: 0 0 8px 0 #c7c7c7;
    -o-box-shadow: 0 0 8px 0 #c7c7c7
}

.full-banner-tour {
    background: url('https://www.rentrip.in/assets/css/../images/tour/tour-info-background.jpg') center/cover no-repeat fixed #00aeef;
    padding: 30px 0;
    height: 500px
}

.trip-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 3px #444;
    -moz-text-shadow: 2px 2px 3px #444;
    -ms-text-shadow: 2px 2px 3px #444;
    margin: 120px 0 0
}

.tour-rating-star {
    text-align: center;
    color: #ffb000;
    font-size: 22px;
    text-shadow: 1px 1px 1px #404040;
    -moz-text-shadow: 1px 1px 1px #404040;
    -ms-text-shadow: 1px 1px 1px #404040;
    margin-top: 10px
}

.social-share-dsg,
.tour-tabs {
    margin-top: -190px
}

.tour-tabs .ulsctab li,
.tour-tabs .ultab li {
    display: inline-block;
    margin: 0 0 0 4px
}

.tour-tabs .ulsctab li a,
.tour-tabs .ultab li a {
    background: #fff;
    text-transform: uppercase;
    color: #666;
    padding: 13px 26px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    box-shadow: 0 -1px 3px 0 #545454;
    -webkit-box-shadow: 0 -1px 3px 0 #545454;
    -moz-box-shadow: 0 -1px 3px 0 #545454;
    -ms-box-shadow: 0 -1px 3px 0 #545454;
    -o-box-shadow: 0 -1px 3px 0 #545454;
    transition: .3s ease-in-out;
    margin-bottom: 3px
}

.tour-tabs .ulsctab li a.active,
.tour-tabs .ultab li a.active {
    background: #e3bd00;
    color: #fff;
    box-shadow: 0 -1px 3px 0 #00678e;
    -webkit-box-shadow: 0 -1px 3px 0 #00678e;
    -ms-box-shadow: 0 -1px 3px 0 #00678e;
    -moz-box-shadow: 0 -1px 3px 0 #00678e;
    -o-box-shadow: 0 -1px 3px 0 #00678e
}

.tour-tabs .content-box {
    background: #fff;
    min-height: 250px;
    box-shadow: 0 1px 3px 0 #dadada;
    -webkit-box-shadow: 0 1px 3px 0 #dadada;
    -ms-box-shadow: 0 1px 3px 0 #dadada;
    -moz-box-shadow: 0 1px 3px 0 #dadada;
    -o-box-shadow: 0 1px 3px 0 #dadada;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    margin-top: -3px
}

.tour-tabs .content-box .tab-content {
    padding: 30px;
    font-size: 14px
}

.tour-tabs .content-box .tab-content h3.tbttl09 {
    color: #ffb000;
    border-bottom: 1px dashed #ffb000;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}

.tour-tabs .content-box .tab-content h3.tbttl09+div {
    padding-bottom: 20px;
    border-bottom: 2px dashed #747474
}

.tour-tabs .content-box .tab-content h4 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700
}

.tour-tabs .content-box .tab-content ul {
    margin: 10px 0 !important
}

.tour-tabs .content-box .tab-content ul li {
    line-height: 26px !important;
    font-size: 13px !important;
    margin-left: 10px !important
}

.tour-tabs .content-box .tab-content ul li:before {
    content: "\2714";
    color: #1cb31c;
    margin-right: 10px;
    font-size: 13px
}

.social-share-dsg {
    position: absolute;
    right: 40px;
    background: #fff;
    padding: 10px 18px;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 5px 0 #464646;
    -webkit-box-shadow: 0 1px 5px 0 #464646;
    -ms-box-shadow: 0 1px 5px 0 #464646;
    -o-box-shadow: 0 1px 5px 0 #464646;
    -moz-box-shadow: 0 1px 5px 0 #464646;
    text-align: center
}

.social-share-dsg span {
    margin-bottom: 6px;
    color: #646464;
    font-size: 12px;
    display: block
}

.div-shrebkaft a,
.social-share-dsg a {
    display: inline-block;
    background: #fff;
    width: 30px;
    text-align: center;
    color: #fff;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
    -webkit-border-radius: 10em;
    margin-right: 3px;
    height: 30px;
    line-height: 30px
}

.div-shrebkaft {
    border: 1px solid #fff479;
    padding: 10px;
    background: #fefff5;
    font-size: 13px;
    margin: 30px 0 0;
    max-width: 400px
}

.div-shrebkaft.coupon {
    border: 0;
    background: 0;
    margin: 3px 0 0
}

.div-shrebkaft p {
    font-size: 17px;
    font-weight: 600
}

.div-shrebkaft p span {
    display: block;
    font-weight: 100;
    font-size: 13px;
    margin-top: 8px
}

.package-from select {
    width: 100%;
    max-width: 260px;
    padding: 6px 5px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 10px
}

.package-from .package-table {
    margin: 10px 0 15px;
    font-size: 13px;
    padding: 5px 0;
    display: inherit
}

.package-from .package-table tr td {
    padding: 2px 0
}

.package-from .subs-button {
    background: #00aeef;
    color: #fff;
    padding: 5px 25px;
    border: 1px solid #00a2de;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 18px
}

.package-from .subscribed {
    background: #888;
    border: 1px solid #666
}

.specification-tbdsg i {
    color: #ffb000;
    margin-right: 11px
}

.locovfix {
    overflow: hidden;
    width: 130px;
    display: inline-block;
    font-weight: 600
}

.prosubimg01 {
    display: inline-block;
    border: 1px solid #eaeaea;
    margin: 5px 0;
    background: #fff
}

.prosubimg01:hover {
    border: 1px solid #7ed026
}

.incloy-box,
.wallet-box {
    padding: 10px 20px;
    width: 197px;
    top: 97px;
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    margin: 0 auto
}

.fb-frame,
.feedback {
    position: fixed;
    background: #fff;
    z-index: 10
}

.incloy-box {
    width: 225px
}

.fb-frame .close,
.feedback {
    width: 24px;
    text-align: center
}

.incloy-box p,
.wallet-box p {
    vertical-align: top;
    font-size: 13px;
    margin: 0;
    color: #a88c1f
}

.feedback,
.feedback a,
.logdrop-rtdsg li a {
    color: #000 !important
}

.incloy-box span.incloy-icon,
.wallet-box span.wallet-icon {
    background: url(https://www.rentrip.in/assets/css/../images/wallet-icon.png) center center/32px no-repeat #fff1ab;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 13px
}

.incloy-box span.incloy-icon {
    background: url(https://www.rentrip.in/assets/css/../images/award.png) center center/34px no-repeat #dedede
}

.incloy-box span.amount,
.wallet-box span.amount {
    display: block;
    font-weight: 600;
    font-size: 15px;
    margin-top: 3px;
    color: #dedede
}

.incloy-box:hover span.incloy-icon,
.wallet-box:hover span.wallet-icon {
    background-color: #fff
}

.wallet-box.checkout {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 20px 0 0;
    padding: 0
}

.cart-window #cart-body {
    max-height: 300px;
    overflow: auto
}

.feedback {
    right: -1px;
    top: 40%;
    padding: 4px 7px;
    border: 1px solid #dedede;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase
}

.fb-frame {
    margin: 95px 0 0 24px;
    padding: 15px;
    border: 1px solid #d8d8d8;
    border-right: 0;
    right: 0;
    display: none;
    min-width: 250px
}

.fb-frame .close {
    float: left;
    margin: -26px 0 0 -26px;
    background: #00a0e3;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
    -webkit-border-radius: 10em;
    height: 24px;
    opacity: 1;
    color: #fff !important;
    font-size: 12px;
    line-height: 21px;
    font-weight: 100
}

.morelocBike {
    position: absolute;
    z-index: 1;
    right: 0;
    font-size: 11px;
    background: #5ca211;
    color: #fff;
    padding: 4px 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 5px 5px 0 0
}

.popSliderbox,
.popSurveybox {
    float: left;
    overflow: hidden;
    left: -320px;
    position: fixed;
    top: 70px;
    z-index: 11111;
    margin: 0
}

.popSurveybox {
    left: -350px
}

.appdwnpop,
.rsvrypop,
.rthmpop {
    color: #fff;
    background: #065192;
    max-width: 320px;
    width: 95%;
    padding: 30px 15px;
    box-shadow: 0 0 10px 0 #101010;
    -moz-box-shadow: 0 0 10px 0 #101010;
    -ms-box-shadow: 0 0 10px 0 #101010;
    -o-box-shadow: 0 0 10px 0 #101010
}

.rsvrypop {
    max-width: 350px;
    background: #3b650e
}

.appdwnpop .rtpoph1,
.rsvrypop .rtpoph1,
.rthmpop .rtpoph1 {
    font-display: swap;
    font-family: 'Archivo Black', sans-serif;
    font-size: 24px;
    text-align: center;
    line-height: 40px
}

.appdwnpop .rtpoph1 b,
.rsvrypop .rtpoph1 b,
.rthmpop .rtpoph1 b {
    font-size: 45px
}

.appdwnpop .rtpopp,
.rsvrypop .rtpopp,
.rthmpop .rtpopp {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #d8d8d8
}

.appdwnpop .ortxt,
.rsvrypop .ortxt,
.rthmpop .ortxt {
    font-size: 16px;
    text-align: center;
    color: #b5b5b5
}

.rthmpop .gplus {
    width: 100%;
    display: block;
    background: #d20404;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.appdwnpopcls,
.rsvrypopcls,
.rthmpopcls {
    text-align: right;
    font-size: 22px;
    position: absolute;
    right: -4px;
    margin-top: -14px;
    cursor: pointer;
    color: #fff;
    background: #065192;
    padding: 0 6px 2px 5px;
    border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    margin-right: 3px
}

.rsvrypopcls {
    background: #3b650e
}

a.batinf {
    color: #040404 !important
}

.info-tgo11 {
    padding: 25px 10px;
    font-size: 13px
}

.nabtn {
    font-size: 13px;
    float: right;
    line-height: 40px;
    margin: 0 8px 0 0;
    color: #de0707 !important;
    font-weight: 600
}

.srchtrylinkbox {
    display: inline-block;
    background: #eee;
    color: #404040;
    padding: 20px 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 10px 10px 10px auto;
    font-size: 17px;
    text-align: center;
    width: 200px
}

.srchtrylinkbox span {
    background: #3a3a3a;
    color: #fff;
    padding: 10px;
    margin-top: 24px;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 13px
}

.discount-cop-text {
    font-size: 11px;
    position: absolute;
    z-index: 1;
    background: rgb(231 255 156 / 80%);
    margin: 10px;
    padding: 5px;
    color: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    max-width: 185px;
    border: 1px solid #d8eb9e
}

.discount-cop-text.sec {
    background: #ffec09;
    border: 1px solid #e4de09;
    padding: 10px;
    right: 15px
}

.discount-cop-text:hover {
    background: #ecffb0;
    box-shadow: 2px 5px 5px 0 #5d6d28
}

.discount-cop-text:hover span:first-child {
    color: #6a8519;
    padding-bottom: 3px;
    display: block
}

div[class*=adtnalitemlist] {
    font-size: 11.4px;
    min-width: 270px
}

div[class*=adtnalitemlist] p {
    margin: 5px 0 0;
    padding-bottom: 2px
}

div[class*=adtnalitemlist] p:first-child {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding: 10px 0 0
}

.aditmdrop {
    margin: 0;
    cursor: pointer;
    background: #e8e8e8;
    padding: 8px
}

.aditmdrop .dropll {
    float: right;
    font-size: 20px;
    font-weight: 600;
    vertical-align: top;
    line-height: 18px
}

.aditmdrop .dropll.up:before {
    font-display: swap;
    font-family: FontAwesome;
    content: "\f106"
}

.additem-ul {
    display: none;
    margin: 10px 10px 0;
    max-height: 190px;
    overflow-y: auto;
    font-size: 13px
}

.additem-ul li {
    margin-bottom: 10px;
    padding: 5px
}

.additem-ul p.iname {
    width: 180px;
    display: inline-block;
    line-height: 28px;
    margin: 0;
    overflow: hidden;
    vertical-align: top
}

.additem-ul p.iprice {
    display: inline-block;
    margin: 0;
    width: 100px;
    font-weight: 600;
    line-height: 28px;
    vertical-align: top
}

.additem-ul p.iprice .cross {
    color: red;
    text-decoration: line-through;
    margin-right: 6px;
    font-weight: 500
}

.additem-ul p.iqty {
    display: inline-block;
    margin: 0 20px;
    vertical-align: top
}

.additem-ul p.iqty span {
    background: #b3b3b3;
    padding: 6px 10px;
    display: inline-block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    line-height: 17px;
    vertical-align: top;
    margin: 0;
    font-size: 10px
}

.additem-ul p.iqty input {
    width: 35px;
    text-align: center;
    padding: 4px 3px;
    border: 1px solid #b3b3b3;
    outline: 0
}

.additem-ul p.iadd {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    line-height: 28px
}

.additem-ul .ists01 {
    display: inline-block;
    padding-left: 10px
}

.rmvadditmscrt {
    border: 1px solid #ff8686;
    padding: 0 3px;
    color: red;
    margin: 0 5px 5px 0;
    background: #fff2f2;
    display: inline-block
}

.logdrop-rtdsg {
    position: absolute;
    background: 0;
    color: #000;
    padding-top: 7px;
    display: none;
    box-shadow: 0 2px 4px 0 #757575;
    -moz-box-shadow: 0 2px 4px 0 #757575;
    -ms-box-shadow: 0 2px 4px 0 #757575;
    -webkit-box-shadow: 0 2px 4px 0 #757575;
    -o-box-shadow: 0 2px 4px 0 #757575
}

.logdrop-rtdsg:after,
.logdrop-rtdsg:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: -15px
}

.logdrop-rtdsg:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: -45px
}

.logdrop-rtdsg:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: -45px
}

.logdrop-rtdsg li {
    margin: 0 !important;
    display: block !important;
    background: #fff
}

.logdrop-rtdsg li a {
    padding: 1px 15px !important;
    line-height: unset !important
}

.logdrop-rtdsg li a i {
    border: 1px solid #c3c3c3;
    width: 20px;
    text-align: center;
    height: 20px;
    vertical-align: middle;
    border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -webkit-border-radius: 10em;
    -o-border-radius: 10em;
    color: #989898;
    line-height: 18px;
    margin-right: 6px
}

.logdrop-rtdsg li a:hover {
    color: #fff !important
}

.logdrop-rtdsg li a:hover i {
    border: 1px solid #fff;
    color: #fff
}

div.wrtour-block-box {
    background: #fff;
    text-align: center;
    padding: 5px 5px 10px;
    margin: 10px
}

div.wrtour-block-box p {
    background: #a0def5;
    padding: 10px 0
}

.right-folder-rtlndpg .models-inline img,
div.wrtour-block-box p img {
    width: 100px
}

div.wrtour-block-box:hover {
    box-shadow: 0 0 4px 0 #9e9e9e;
    -moz-box-shadow: 0 0 4px 0 #9e9e9e;
    -ms-box-shadow: 0 0 4px 0 #9e9e9e;
    -o-box-shadow: 0 0 4px 0 #9e9e9e;
    -webkit-box-shadow: 0 0 4px 0 #9e9e9e
}

.infolock-tpg .whtcircle {
    position: absolute;
    background: #e8e8e8;
    width: 24px;
    height: 24px;
    margin: -34px 0 0 250px;
    color: #2d2d2d;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600
}

.infolock-tpg .i1 {
    background: #bbb;
    display: inline-block;
    width: 100%
}

.infolock-tpg .i1 .ileft {
    background: #666;
    float: left;
    padding: 35px 15px;
    color: #fff;
    width: 280px
}

.infolock-tpg .i1.clr1 {
    background: #d07e7e
}

.infolock-tpg .i1.clr1 .ileft {
    background: #960404
}

.infolock-tpg .i1.clr2 {
    background: #779abf
}

.infolock-tpg .i1.clr2 .ileft {
    background: #083869
}

.infolock-tpg .i1.clr3 {
    background: #c7c20e
}

.infolock-tpg .i1.clr3 .ileft {
    background: #7d7a01
}

.infolock-tpg .i1.clr4 {
    background: #a488ca
}

.infolock-tpg .i1.clr4 .ileft {
    background: #1d073c
}

.infolock-tpg .i1.clr5 {
    background: #e8b97f
}

.infolock-tpg .i1.clr5 .ileft {
    background: #c76e00
}

.infolock-tpg .i1 .ileft h3,
.infolock-tpg .i1 .iright h3 {
    color: #fff;
    font-size: 22px
}

.infolock-tpg .i1 .ileft p,
.infolock-tpg .i1 .iright p {
    color: #d0d0d0;
    font-size: 13px;
    margin-bottom: 0
}

.infolock-tpg .i1 .ileft .txt,
.infolock-tpg .i1 .iright .txt {
    color: #fff;
    font-size: 14px;
    margin: 32px 10px 5px 305px;
    line-height: 20px
}

.ptourfancypgraph {
    font-weight: 600;
    border-top: 4px solid #eee;
    padding: 15px 0;
    border-bottom: 4px solid #eee;
    margin: 25px 0
}

.pfancypdownlist li {
    display: inline-block;
    min-width: 128px;
    border: 1px solid #00aeef;
    padding: 3px 10px;
    font-size: 13px;
    color: #00aeef;
    margin-right: 10px
}

.left-folder-rtlndpg {
    background: #00aeef;
    width: 390px;
    z-index: 2;
    box-shadow: 0 2px 5px 0 #b5b5b5;
    -webkit-box-shadow: 0 2px 5px 0 #b5b5b5;
    -ms-box-shadow: 0 2px 5px 0 #b5b5b5;
    -o-box-shadow: 0 2px 5px 0 #b5b5b5;
    -moz-box-shadow: 0 2px 5px 0 #b5b5b5;
    overflow: hidden;
    min-height: 350px;
    bottom: 0;
    float: left
}

.left-folder-rtlndpg.newlook {
    background: #fff;
    box-shadow: 0 2px 5px 0 #b5b5b5;
    -webkit-box-shadow: 0 2px 5px 0 #b5b5b5;
    -ms-box-shadow: 0 2px 5px 0 #b5b5b5;
    -o-box-shadow: 0 2px 5px 0 #b5b5b5;
    -moz-box-shadow: 0 2px 5px 0 #b5b5b5;
    min-height: 285px
}

.left-folder-rtlndpg .top-ttl {
    font-size: 17px;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #ce6c05;
    background: #ff8300
}

.left-folder-rtlndpg.newlook .top-ttl {
    border-bottom: 1px solid #5e9b1e;
    background: #7ed026
}

.left-folder-rtlndpg form {
    margin: 0;
    padding: 20px
}

.left-folder-rtlndpg form input[type=text],
.left-folder-rtlndpg form select {
    padding: 5px 5px 5px 30px;
    max-width: 130px;
    width: 100%;
    border: 1px solid #5d5d5d
}

.left-folder-rtlndpg form input[type=date] {
    padding: 4px 5px 4px 10px;
    max-width: 130px;
    width: 100%;
    text-align: left;
    border: 1px solid #5d5d5d
}

.right-folder-rtlndpg {
    margin: -15px 0 40px 410px;
    min-width: 100px;
    min-height: 400px;
    padding: 10px 20px
}

.dealer-ratingstm .title,
.right-folder-rtlndpg .title {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0
}

.right-folder-rtlndpg .loc-inline li {
    display: inline-block;
    margin: 0 10px 10px 0
}

.right-folder-rtlndpg .loc-inline li a {
    border: 2px solid #ddd;
    border-radius: 1em;
    padding: 2px 14px
}

.right-folder-rtlndpg .loc-inline li a:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000
}

.right-folder-rtlndpg .models-inline li {
    width: 150px;
    height: 170px;
    padding: 5px 12px;
    border: 1px solid #eee;
    margin: 0 10px 10px 0
}

.dealer-ratingstm .models-inline p,
.right-folder-rtlndpg .models-inline p {
    font-size: 13px;
    margin: 6px 0 0;
    color: #00aeef;
    font-weight: 600
}

.right-folder-rtlndpg .models-inline span {
    font-size: 12px;
    color: #909090
}

.short-bookserch {
    margin: 15px 0;
    font-size: 14px
}

.short-bookserch span {
    color: #ff0;
    font-size: 14px;
    display: block;
    font-weight: 600;
    margin-bottom: 8px
}

.short-bookserch a {
    margin: 0 1px;
    color: #fff;
    border-right: 1px solid #dedede;
    padding-right: 8px
}

.short-bookserch a:last-child {
    border: 0
}

.whyrnt-points {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    margin: -60px auto 0;
    width: 100%;
    max-width: 1080px;
    z-index: 1;
    box-shadow: 1px 1px 4px 0 #ccc;
    -webkit-box-shadow: 1px 1px 4px 0 #ccc;
    -ms-box-shadow: 1px 1px 4px 0 #ccc;
    -moz-box-shadow: 1px 1px 4px 0 #ccc;
    -o-box-shadow: 1px 1px 4px 0 #ccc
}

.whyrnt-points ul li {
    display: inline-block;
    padding: 10px;
    border-right: 1px solid #eee;
    text-align: left;
    width: calc(98%/4);
    vertical-align: top
}

.whyrnt-points ul li span {
    font-size: 12px;
    margin-left: 60px;
    display: block;
    margin-top: 10px;
    color: #000;
    font-weight: 600
}

.whyrnt-points ul li p:first-child {
    font-size: 25px;
    border: 2px solid #999;
    border-radius: 10em;
    text-align: center;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    float: left;
    margin-bottom: 0;
    line-height: 45px;
    color: #999
}

.whyrnt-points ul li p:last-child {
    margin: 0 0 0 60px;
    font-size: 11px;
    color: #585858
}

.whyrnt-points ul li:hover p:first-child {
    border: 2px solid #7ed026;
    color: #7ed026
}

.clpg-locNm {
    text-align: left;
    font-size: 24px;
    margin: 0 0 40px
}

.lstbottom-lkns {
    border-top: 1px solid #eee;
    background: #f9f9f9;
    color: #096cd3;
    text-align: center
}

.lstbottom-lkns span {
    font-size: 12px;
    padding: 10px;
    display: inline-block
}

.lstbottom-lkns a {
    color: #096cd3
}

.dtcusrloclive {
    font-size: 14px;
    padding: 10px 15px;
    margin: 8px 0 0;
    background: #696969;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #eaeaea
}

.dtcusrloclive span.lftbx {
    display: inline-block;
    color: #82e202;
    margin-right: 5px
}

.dtcusrloclive span.addr {
    font-size: 13px;
    width: 790px;
    display: inline-block;
    overflow: hidden;
    line-height: 20px;
    vertical-align: middle
}

.dtcusrloclive a#opnlocchangeIn {
    float: right;
    color: #deff00;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    line-height: 22px
}

.srchfrmlocbx {
    margin: 10px 0;
    width: 100%;
    display: none
}

.srchfrmlocbx input[type=text] {
    width: 500px;
    display: inline-block
}

.srchfrmlocbx a#setNewLocGgl {
    background: #ff8300;
    width: 50px;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 6px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-left: 8px
}

.rt-quickfaq {
    position: fixed;
    right: -1px;
    z-index: 10;
    top: 40%;
    background-color: #0daae4;
    padding: 4px 7px;
    color: #fff !important;
    word-wrap: break-word;
    width: 24px;
    text-align: center;
    line-height: 15px;
    -moz-box-shadow: inset 0 0 10px #0e95c7;
    -webkit-box-shadow: inset 0 0 10px #0e95c7;
    box-shadow: inset 0 0 10px #0e95c7;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    cursor: pointer
}

.rt-quickfaq span.icon {
    background-image: url(https://www.rentrip.in/assets/css/../images/faqicon.png);
    position: absolute;
    width: 45px;
    height: 45px;
    background-position: 0 0;
    z-index: 9999999;
    background-repeat: no-repeat;
    right: 13px;
    background-size: 100%;
    top: -30px
}

.rt-quickfaq a {
    color: #fff !important;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px
}

#rtqfaq-frame {
    width: 400px
}

.searchfaqInput {
    padding: 5px 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border: 1px solid #c5c5c5;
    width: 100%
}

#rtqfaq-frame .faqrt-body .faqrt-tabs,
.srchfaq-output {
    height: 270px;
    font-size: 13px;
    padding: 10px;
    overflow-y: auto
}

#rtqfaq-frame .smlink {
    font-size: 12px;
    margin-left: 12px;
    color: #61af41
}

.unavial-avldate {
    position: absolute;
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
    padding-top: 93px;
    font-size: 14px;
    z-index: 1
}

.unavial-avldate span {
    background: #fff;
    color: #000;
    padding: 3px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px
}

div.wapprt {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 50px;
    background: #1bd741;
    z-index: 1;
    border-radius: 10em;
    -ms-border-radius: 10em;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em;
    box-shadow: 0 0 25px 0 #979797;
    -moz-box-shadow: 0 0 25px 0 #979797;
    -ms-box-shadow: 0 0 25px 0 #979797;
    -webkit-box-shadow: 0 0 25px 0 #979797;
    padding: 5px
}

.wapprt .ttlpmsg,
.wapprt .ttlpmsg i::after {
    position: absolute;
    top: 50%;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .5)
}

div.wapprt a {
    display: block;
    border: 0
}

div.wapprt a img {
    width: 100%;
    border-radius: 10em;
    -ms-border-radius: 10em;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em
}

.rttooltip {
    display: inline-block;
    position: relative;
    border-bottom: 1px dotted #666;
    text-align: left
}

.wapprt .ttlpmsg {
    min-width: 100px;
    max-width: 400px;
    left: 100%;
    margin-left: 20px;
    transform: translate(0, -50%);
    padding: 7px 5px;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    border-radius: 8px;
    z-index: 99999999;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: opacity .8s;
    text-align: center
}

.wapprt:hover .ttlpmsg {
    visibility: visible;
    opacity: 1
}

.wapprt .ttlpmsg i {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden
}

.wapprt .ttlpmsg i::after {
    content: '';
    width: 12px;
    height: 12px;
    left: 0;
    transform: translate(50%, -50%) rotate(-45deg)
}

@charset "utf-8";

@media(min-width: 1200px) {
    .container:not(.logbg09) {
        max-width: 1280px;
       
    
    }
}

@media only screen and (max-width: 1305px) {
    .mdl-zone01 {
        max-width: 1108px
    }

    .qckcmtab ul li {
        line-height: unset;
        margin-bottom: 5px;
        font-size: 14px
    }
}

@media(max-width: 1280px) {
    .header-menu {
        padding: 5px
    }

    .header-menu ul.left-mega li,
    .header-menu ul.right li {
        margin-right: 2px
    }
}

@media only screen and (max-width: 1199px) {
    #read-aboutcontent+div span.rtcountnum {
        font-size: 2em
    }

    #read-aboutcontent+div div.flow-flex-1 {
        width: 33%
    }

    #read-aboutcontent+div h4.font-20>span:last-child {
        font-size: 16px
    }

    .float-lg-right {
        float: unset
    }

    .dpr-higghtbox {
        width: 275px
    }

    #mixedSlider .MS-content.inrow5 .item,
    #randomlSlider .MS-content.inrow5 .item,
    #randomlSliderTwo .MS-content.inrow5 .item,
    #testiMonalSlider .MS-content.inrow5 .item {
        width: calc(94%/3)
    }

    .info_ul01 .info_09o1 h3,
    .info_ul01 .info_09o1 h4,
    .overall-review-exp01 .left-pnl2 h3,
    ul.rtbookulhm09 li div p.img span {
        font-size: 18px
    }

    #cusRatingSlider .MS-content .item {
        width: calc(96%/2)
    }

    #cusRatingSlider .MS-content .item .fdbcktxt {
        min-height: 180px
    }

    .higkeyo01 {
        width: calc(90%/2);
        margin: 15px 20px
    }

    ul.info_ul01.list-bullet-point li {
        width: calc(100%/4)
    }

    ul.subsplandt0l li.mgpl div.first-c div.keypoints {
        font-size: 13px
    }

    ul.payiconsList li {
        width: 30px
    }

    ul.rtbookulhm09 li {
        width: 220px;
        margin-right: 5px
    }

    ul.rtbookulhm09 li div h4 {
        font-size: 12px;
        padding: 10px 5px
    }

    ul.rtbookulhm09 li div a.rvwlnk {
        font-size: 16px;
        color: #ffdc8d
    }

    ul.cbckno009 li {
        max-width: 215px
    }

    .filter-btn button span,
    .header-menu ul.left-mega li.dwblApp span.tittle span,
    .wd0p01.md span.hdn {
        display: none
    }

    .wd0p01.srt {
        width: 80px
    }

    .wd0p01 {
        width: 115px
    }

    .wd0p01.md {
        width: 95px
    }

    a.enq-trbtn {
        width: 49.3%
    }

    a.vw-dettr {
        width: 49.2%
    }

    .dtcusrloclive span.addr {
        width: 612px
    }

    .header-menu ul.left-mega li a,
    .header-menu ul.right li a {
        padding: 0 4px
    }

    .overall-review-exp01 .left-pnl1 {
        width: 270px
    }

    .overall-review-exp01 .left-pnl2 {
        width: 295px
    }

    div.rt-review-row div.customer-review {
        width: 615px
    }

    .filter-box-style1 .unbound-bdr {
        margin-right: 15px
    }

    .filter-box-style1 div.ulberrt-brd {
        width: 173px
    }

    .filter-box-style1 div.ulberrt-brd span.novrflw {
        width: 137px
    }

    .filter-box-style1 ul.dropdn-typ {
        width: 171px
    }

    .filter-box-style1 ul.dropdn-typ li label {
        font-size: 12px
    }

    p.bigbtndrpg {
        width: 235px;
        padding: 6px 8px
    }

    .coupon-row .dis-code {
        font-size: 20px
    }

    .acc-menu-style-1 li a {
        padding: 5px 10px;
        font-size: 34px;
        width: 105px;
        height: 115px
    }

    .info_ul01 li {
        width: 250px
    }

    .ctest_ul02 li {
        width: 250px;
        margin: 0 8px;
        padding: 10px
    }

    .use_ul04 li {
        width: 220px
    }

    .use_ul04 .use_0904 {
        width: 180px
    }

    .use_ul04 .use_0904 p.img:before {
        width: 62px;
        margin: 50px 0 0 -68px
    }

    .use_ul04 .use_0904 p.img:after {
        width: 50px;
        margin: 50px 0 0 10px
    }
}

@media only screen and (max-width: 1180px) {
    .c-data.lgform .search-form .form-col select {
        max-width: 140px
    }

    .mdl-zone01 {
        max-width: 912px
    }

    .mdl-zone01 .lft-cnt02 h2.t1 {
        font-size: 28px
    }

    .mdl-zone01 .lft-cnt02 h3.t2 {
        font-size: 18px
    }

    .dlrregPgst .rgt-cnt01 .fancy-from {
        width: 340px
    }

    .or-lnebdr .s1,
    .or-lnebdr .s3 {
        width: 125px
    }

    .whyrnt-points {
        max-width: 990px
    }

    p.bigbtndrpg {
        border: 1px solid #0275d8;
        width: 208px
    }

    p.bigbtndrpg a {
        font-size: 20px
    }

    .whyrnt-points ul li p:last-child,
    .whyrnt-points ul li span {
        font-size: 11px
    }

    .whyrnt-points ul li {
        padding: 10px
    }

    .right-folder-rtlndpg .models-inline li {
        width: 140px
    }
}

@media only screen and (max-width: 1024px) {
    ul.coupnulist li span {
        font-size: 14px
    }

    .light-box {
        width: 100%;
        background: rgba(255, 255, 255, .9)
    }

    .hm-contact-form h3 {
        font-size: 18px
    }
}

@media only screen and (min-width: 991px) and (max-width:1100px) {

    .header-menu ul.left-mega li a,
    .header-menu ul.right li a {
        font-size: 13px;
        padding: 0 2px
    }

    .header-menu ul.left-mega li.phoneHgtophead a {
        font-size: 13px;
        padding: 1px 5px
    }
}

@media only screen and (max-width: 991px) {

    .dpr-banner-below .content-part>div.d-flex,
    .header-menu .mob-head-bar,
    .header-menu ul.left-mega li.dwblApp.mobvv,
    .header-menu ul.left-mega li.usr-profile,
    div.d-flex.videoTestmRow,
    ul.payChckouttabs li {
        display: block
    }

    .reviewTestmRow div.vcol,
    .videoTestmRow div.vcol {
        width: 47%;
        margin: 8px;
        max-width: 47%;
        vertical-align: top;
        display: inline-block
    }

    .dpr-banner {
        height: 250px
    }

    #read-aboutcontent+div span.rtcountnum {
        font-size: 2.5em
    }

    #read-aboutcontent+div div.flow-flex-1 {
        width: 33%
    }

    #read-aboutcontent+div h4.font-20,
    .hm-contact-form h3,
    .mposadjust>div.flow-flex-1 h3 {
        font-size: 18px
    }

    .dpr-higghtbox {
        width: 100%;
        margin: 0 0 30px !important
    }

    .hot-points,
    div.rt-review-row div.bike-review .img,
    div.rt-review-row div.dealer-review .img {
        margin-bottom: 0
    }

    .dpr-higghtbox div {
        display: inline-block;
        width: 49%;
        vertical-align: top
    }

    .dpr-higghtbox div.extrawidth,
    a.enq-trbtn,
    a.vw-dettr,
    div.rt-review-row div.customer-review {
        display: block;
        width: 100%
    }

    .mposadjust>div.flow-flex-1+div {
        width: 440px
    }

    .mposadjust>div.flow-flex-1 p,
    .srch-tab ul li a,
    ul.cbckno009 li h4 {
        font-size: 14px
    }

    #home-search>.scn-box:first-child .form-col,
    .c-data.lgform #home-search>.scn-box:nth-child(2) .form-col,
    .left-line-drop,
    .mposadjust>div.flow-flex-1+div>img,
    .wd0p01.lg {
        width: 100%
    }

    ul.grippro-dlrpg li {
        max-width: 148px
    }

    ul.grippro-dlrpg li a span.box {
        font-size: .75rem
    }

    .dapp-promo {
        max-width: 766px
    }

    .dapp-promo div.p1 h2 {
        font-size: 1.5rem
    }

    .dapp-promo .p1 img {
        width: 135px
    }

    .dapp-promo .p2 img {
        max-width: 370px
    }

    ul.subsplandt0l li.mgpl div.first-c {
        width: 95%
    }

    div.bg-pack.full-grey div.container {
        max-width: 100%
    }

    ul.payiconsList li {
        width: 28px;
        margin-right: 4px
    }

    .stepdt-z .frame-box label[for*=paygt] img {
        padding-left: 7px;
        width: 103px
    }

    p.payofferTxt {
        padding: 5px 10px
    }

    .payopttype {
        font-size: 12px;
        height: 28px
    }

    ul.rtbookulhm09 li {
        width: 330px;
        margin-right: 15px;
        margin-bottom: 15px
    }

    ul.cbckno009 li {
        max-width: 160px
    }

    ul.cbckno009 li h2 {
        font-size: 26px
    }

    .wd0p01.md {
        width: 75px
    }

    a.enqsingbtn1 {
        margin: -80px 0 0;
        right: unset;
        left: -210px
    }

    a.enq-trbtn {
        border-radius: unset
    }

    a.vw-dettr {
        border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        -ms-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px
    }

    .dtcusrloclive span.addr {
        width: 420px
    }

    .ref-earn .rightprt,
    div.rt-review-row .lft-panel {
        float: none
    }

    div.rt-review-row .right-panel {
        float: none;
        margin-top: 30px
    }

    div.rt-review-row div.dealer-review {
        margin-top: 0
    }

    .overall-review-exp01 .left-pnl1 {
        float: none;
        width: 270px
    }

    .overall-review-exp01 .left-pnl1 h2 {
        margin: 10px 0;
        font-size: 50px
    }

    .overall-review-exp01 .left-pnl2 {
        float: none;
        margin: 20px 15px 0;
        display: inline-block;
        width: 240px
    }

    .overall-review-exp01 .left-pnl2 h3 {
        font-size: 14px;
        line-height: 20px
    }

    .overall-review-exp01 .left-pnl3 {
        vertical-align: top;
        margin-top: -86px;
        margin-right: 30px
    }

    .overall-review-exp01 .left-pnl2 h3 img {
        float: left;
        margin: 5px 10px 0 2px
    }

    div.rt-review-row div.bike-review {
        display: inline-block;
        margin-left: 15px
    }

    .hot-points a.share-social-link i {
        padding-top: 10px
    }

    .hot-points {
        font-size: 18px;
        margin-top: 20px
    }

    .hot-points i {
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 20px;
        margin-right: 10px
    }

    .bg-diffn2 {
        margin: 0 -21px -14px;
        padding: 10px
    }

    .filter-box-style1 .unbound-bdr {
        margin-right: 30px
    }

    .filter-box-style1 div.ulberrt-brd {
        width: 293px
    }

    .filter-box-style1 div.ulberrt-brd span.novrflw {
        width: 250px
    }

    .filter-box-style1 ul.dropdn-typ {
        width: 290px
    }

    .bike-top-bar .price .radio,
    .filter-box-style1 ul.dropdn-typ li label,
    .hm-caption h2.newtitleh2f,
    .hm-caption p {
        font-size: 13px
    }

    div.sub-header-part.dsgnup {
        height: 280px
    }

    .mdl-zone01 {
        max-width: 912px;
        position: unset;
        display: inline-block;
        text-align: center;
        margin: -110px 0 0
    }

    .mdl-zone01 .lft-cnt02 {
        background: #000;
        width: 100%;
        float: none;
        margin: 50px auto 0;
        max-width: 90%
    }

    .mdl-zone01 .lft-cnt02 h2.t1 {
        font-size: 26px;
        text-transform: uppercase
    }

    .mdl-zone01 .lft-cnt02 h3.t2,
    .srch-tab ul li a i {
        font-size: 14px;
        display: inline-block
    }

    .dlrregPgst .rgt-cnt01 {
        position: unset;
        right: unset;
        z-index: unset;
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        max-width: 90%
    }

    .dlrregPgst .rgt-cnt01 .fancy-from {
        width: 440px;
        margin: 20px auto 40px
    }

    .qckcmtab {
        width: 90%;
        margin: 0 auto 30px;
        text-align: center
    }

    .qckcmtab ul {
        margin: 20px auto 0;
        text-align: left;
        width: 100%;
        padding: 0 26px
    }

    .qckcmtab ul li:before {
        left: unset;
        position: unset;
        margin-right: 5px
    }

    .use_ul04 li {
        width: 166px
    }

    .use_ul04 .use_0904 {
        width: 150px
    }

    .use_ul04 .use_0904 p.img {
        width: 95px
    }

    .use_ul04 .use_0904 p.img:before {
        width: 36px;
        margin: 50px 0 0 -42px
    }

    .use_ul04 .use_0904 p.img:after {
        width: 40px;
        margin: 50px 0 0 10px
    }

    .use_ul04 .use_0904 h5 {
        font-size: 14px;
        font-weight: 600;
        margin: 12px 0 10px
    }

    .use_ul04 .use_0904 span {
        font-size: 12px;
        line-height: 17px
    }

    .cty_ul03 li {
        width: 155px
    }

    .ctest_ul02 li {
        width: 100%;
        margin: 0 8px 25px;
        padding: 10px;
        display: block
    }

    .ctest_ul02 .ctest_0901 {
        display: inline-block;
        width: 100%
    }

    .ctest_ul02 .t01 {
        margin: 5px 5px 10px 20px;
        text-align: left
    }

    .ctest_ul02 li.lnk a {
        line-height: 40px
    }

    .info_ul01 li {
        display: inline-block;
        vertical-align: text-bottom;
        width: 185px;
        overflow: hidden;
        margin: 0 20px
    }

    .info_ul01 .info_09o1 h3,
    .info_ul01 .info_09o1 h4 {
        font-size: 18px;
        margin: 15px 0 5px
    }

    .hm-dealer-log a {
        width: 170px;
        font-size: 18px
    }

    .clpg-locNm {
        text-align: center;
        margin: 90px 0 40px
    }

    .whyrnt-points {
        max-width: 690px;
        margin: -90px auto 10px
    }

    .whyrnt-points ul li {
        padding: 18px 15px;
        width: 315px;
        border-right: 0
    }

    .left-folder-rtlndpg {
        float: none;
        margin: 0 auto;
        width: 460px
    }

    .right-folder-rtlndpg {
        margin: 25px 0 0;
        min-height: auto;
        padding: 0
    }

    .right-folder-rtlndpg .models-inline li {
        width: 23%
    }

    .hm-caption {
        margin-top: -30px
    }

    .hm-caption h1.newtitleh1f,
    .hm-caption h2 {
        margin-top: 25px;
        font-size: 20px
    }

    .c-data .rgt-part .top-head {
        text-align: center;
        margin: 0
    }

    .search-form {
        margin: 30px auto 0;
        width: 95%
    }

    .c-data.lgform #home-search .scn-box:first-child {
        display: block;
        width: 100%
    }

    .c-data.lgform .search-form .form-col select,
    .search-form .form-col input[type=text],
    .search-form .form-col select,
    .search-form select {
        width: 100%;
        max-width: unset
    }

    .search-form .form-col {
        display: block;
        margin: 7px 0
    }

    .find-bike-btn {
        display: block;
        float: none;
        width: 100%
    }

    .header-menu .mob-head-bar a.menu-icon {
        display: inline-block;
        color: #fff;
        font-size: 28px;
        vertical-align: middle;
        line-height: 44px;
        padding: 0 10px
    }

    .header-menu .left-mega {
        display: none;
        position: absolute;
        background: #7ed026;
        left: 0;
        margin-top: 5px
    }

    header-menu ul.left-mega {
        margin-top: 5px
    }

    .header-menu ul.left-mega li {
        display: block;
        margin-right: 0
    }

    ul.dropmpmnu {
        display: block;
        position: unset;
        z-index: unset;
        width: auto;
        background: #6eb522
    }

    .header-menu ul.left-mega li ul.dropmpmnu li a {
        padding-left: 22px
    }

    .header-menu .left-mega li:first-child {
        display: none;
        height: 0
    }

    .header-menu .left-mega li a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        padding: 4px 15px;
        min-width: 160px;
        display: block
    }

    .header-menu ul.right {
        position: absolute;
        right: 0;
        margin: -38px 0 0
    }

    .header-menu ul.left-mega {
        display: none;
        margin: 5px 0 0
    }

    .header-menu ul.left-mega li a {
        text-decoration: none;
        padding: 8px 15px
    }

    .header-menu .usr-profile .welcome a {
        color: #000;
        text-align: left;
        padding: 0
    }

    .header-menu .usr-profile .welcome a:hover {
        background: 0;
        color: #000
    }

    .header-menu .usr-profile .welcome a i {
        text-alight: right
    }

    .hidden-leftmenu-1 {
        display: none;
        background: #969696
    }

    .header-menu .left-mega .hidden-leftmenu-1 li:first-child {
        display: block;
        height: auto
    }

    .header-center-part,
    .rt-overlay {
        min-height: 650px
    }

    .content-txt {
        top: 140px
    }

    .acc-menu-style-1 li a.active,
    .header-menu ul.left-mega li.phoneHgtophead,
    .user-holder,
    ul.payiconsList.big li span {
        display: none
    }

    .c-data .lft-part {
        float: none;
        width: 100%;
        height: 300px
    }

    #slider {
        height: 300px
    }

    .c-data .rgt-part {
        float: none;
        width: 100%;
        height: auto;
        border: 1px solid #eee;
        border-top: 0
    }

    .srch-content.boxnewForm {
        margin-top: -30px;
        padding: 0
    }

    .header-center-part.newlook {
        min-height: 575px
    }

    .header-center-part.newlook .rt-overlay {
        height: 575px;
        min-height: 575px
    }

    .info_ul01.inlin5 li {
        width: calc(86%/3);
        margin: 0 15px 15px;
        max-height: 240px
    }

    #cusRatingSlider .MS-content .item {
        width: calc(100%/1)
    }

    #cusRatingSlider .MS-content .item .fdbcktxt {
        min-height: 120px
    }

    #cusRatingSlider .MS-controls button {
        top: 40%
    }

    #mixedSlider .MS-content .item,
    #randomlSlider .MS-content .item,
    #randomlSliderTwo .MS-content .item,
    #tourSlider .MS-content .item {
        width: 47%
    }

    .full-dark-video {
        height: auto !important
    }

    ul.line-in-5-links li {
        width: calc(98%/4)
    }

    .higkeyo01 {
        width: calc(88%/2);
        margin: 15px
    }

    .hm-fourbox {
        padding: 20px 10px;
        min-height: 192px;
        vertical-align: middle
    }

    .ftr-email-bx h3,
    .ftr-phone-bx h3 {
        font-size: 18px;
        margin-top: 8px
    }

    .hm-ctybox .img {
        width: 120px
    }

    .hm-ctybox .cty-btn a {
        padding: 10px 5px 10px 10px
    }

    .blog-categories h3,
    .blog-dates h3,
    .blog-stories h3 {
        padding: 25px 0 10px
    }

    .blog-categories .ver-ul ul li a,
    .blog-dates .ver-ul ul li a {
        font-size: 13px;
        margin-Left: 0;
        letter-spacing: 0
    }

    .blog-dates .ver-ul ul li {
        display: inline-block;
        width: 45%
    }

    .blog-stories .ver-ul ul li .plug-box p {
        margin-top: -100px;
        width: 170px;
        font-size: 14px;
        padding: 10px
    }

    .coupon-row .codebtn {
        margin: 0 0 5px
    }

    .acc-menu-style-1 {
        position: absolute;
        z-index: 1;
        width: 94%;
        display: none
    }

    .acc-menu-style-1 li {
        display: block;
        border-bottom: 1px solid #4a8e02;
        width: 100%
    }

    .acc-menu-style-1 li a i[class^=fa],
    .header-menu ul.left-mega li.dwblApp span.tittle span {
        display: inline-block
    }

    .acc-menu-style-1 li a {
        width: 100%;
        height: auto;
        font-size: 15px;
        text-align: left;
        padding: 5px 10px 10px;
        vertical-align: middle;
        margin: 0;
        max-width: unset
    }

    .acc-menu-style-1 li a:before {
        bottom: 0 !important;
        content: " ";
        display: block;
        height: 0 !important;
        left: 0;
        position: absolute;
        width: 100%
    }

    .acc-menu-style-1 li a:after {
        border-left: 0 solid transparent !important;
        border-right: 0 solid transparent !important;
        border-top: 0 solid #346500 !important;
        bottom: 0 !important;
        content: " ";
        height: 0;
        margin-left: 3px;
        position: absolute;
        width: 0
    }

    .acc-menu-style-1 li a span {
        display: inline-block;
        margin-left: 6px
    }

    #account-menu-icon {
        display: block;
        position: absolute;
        right: 25px;
        margin-top: -40px;
        color: #fff;
        font-size: 26px;
        z-index: 1
    }

    .menu-title {
        display: block;
        padding: 10px;
        color: #fff;
        font-size: 14px
    }

    .payopllft,
    .payoplnlft {
        display: table-cell
    }

    .contact-top div {
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 20px;
        margin-bottom: 25px;
        border-right: 0 solid #e2e2e2
    }

    .contact-top div:last-child {
        border-bottom: 0 solid #e2e2e2;
        border-right: 0 solid #e2e2e2
    }

    .filter-box-style1 .title {
        margin-top: 20px
    }

    .models-inline {
        border-bottom: 1px solid #eee;
        padding-bottom: 20px
    }

    .bike-top-bar .price {
        font-size: 26px;
        float: none;
        margin: 5px 5px 10px 0;
        display: inline-block;
        border: 1px solid #dadada;
        padding: 5px 10px 0
    }

    .more-dealer-box {
        max-width: 220px
    }

    .tb-right {
        margin: 10px 0 20px
    }

    .social-share-dsg {
        margin: 55px 18px 0 0;
        box-shadow: unset;
        right: 0;
        width: 190px
    }

    .tour-tabs .content-box {
        padding-top: 80px
    }

    .coupon-row .part-2 .share-btn {
        margin: 15px auto 25px;
        max-width: 160px
    }

    .coupon-row .dis-code {
        margin: 10px 0 25px;
        position: relative
    }

    .incloy-box,
    .wallet-box {
        right: 10px;
        margin: 0;
        left: inherit;
        top: 100px
    }

    .tour-categorydsg {
        padding: 10px
    }

    .ref-earn .leftprt strong,
    .tour-categorydsg .banner-ttl {
        font-size: 12px
    }

    .tour-categorydsg.sml .banner-ttl {
        font-size: 13px;
        line-height: 20px
    }

    .ref-earn .leftprt {
        float: none;
        text-align: center
    }

    .ref-earn .leftprt .bgid {
        font-size: 20px;
        margin: 0
    }

    .ref-earn .leftprt .bgid span {
        font-size: 16px
    }

    .ref-earn .rightprt a {
        line-height: 30px;
        text-align: center
    }

    .sstli_ul1 .content .bkinfo p {
        margin: 0;
        display: block
    }

    .sstli_ul1 .content .bkinfo p b {
        display: inline-block;
        margin-bottom: 0;
        width: 65px
    }

    .sstli_ul1 .content .bkinfo p:last-child {
        border-right: 1px solid #eee
    }

    .cpn-strtpnt li {
        width: 244px
    }

    .vdrcoupon-lst .cpn-img p.cvr {
        width: 242px
    }

    div.horadvdsg1 div.set3 ul li {
        font-size: 18px;
        padding: 3px 10px
    }

    div.horadvdsg1 h3 {
        font-size: 22px;
        margin-top: 10px
    }

    div.horadvdsg1 div.set4 h4 {
        font-size: 20px;
        width: 400px
    }

    .payopllft {
        width: 150px;
        vertical-align: top
    }

    ul.payiconsList.big {
        margin: 8px 20px 27px;
        width: 90%
    }

    ul.payiconsList.big li {
        width: auto;
        margin: 0;
        padding: 3px
    }

    ul.payChckouttabs li a label {
        padding: 8px 10px
    }

    ul.payChckouttabs li a img {
        height: 25px
    }

    span.intrlabel {
        margin-top: 3px;
        position: relative;
        float: right;
        z-index: 1;
        right: 3px;
        font-size: 8px
    }

    .shown-mob {
        display: inherit !important
    }

    a.mobScreentopHadcall {
        display: inline-block !important;
        background-image: radial-gradient(circle, #99be46, #66b600);
        color: #fff;
        padding: 0 10px;
        border-radius: 3px;
        margin-left: 8px;
        font-size: 15px;
        margin-top: 0;
        line-height: 33px
    }

    .header-menu ul.left-mega li.dwblApp {
        display: none;
        background: #fff;
        padding: 8px;
        line-height: initial;
        max-width: 200px;
        text-align: center;
        margin: 15px
    }

    .header-menu ul.left-mega li.dwblApp a {
        line-height: 18px;
        padding: 0;
        width: auto;
        min-width: auto
    }

    .header-menu ul.left-mega li.dwblApp a img.iconap {
        width: 26px
    }

    .header-menu ul.left-mega li.dwblApp span.tittle {
        font-size: 16px;
        line-height: 18px;
        margin-right: 5px
    }

    #mixedSlider .MS-content.inrow5 .item,
    #randomlSlider .MS-content.inrow5 .item,
    #randomlSliderTwo .MS-content.inrow5 .item,
    #testiMonalSlider .MS-content.inrow5 .item {
        width: calc(95%/2)
    }
}

@media only screen and (max-width: 768px) {

    .bike-top-bar .price:last-child+a.hvr-sweep-to-right,
    .btnmb-p_01,
    .cpn-categories .mob-sit_p,
    .dapp-promo,
    .filter-row.lndpgfocus,
    .header-menu ul.large-menu li,
    .header-menu ul.right li.lgdrpuser:hover ul.logdrop-rtdsg,
    .models-inline.lndpgfocus,
    .mposadjust.d-flex,
    .search-form .form-row,
    div.d-flex.dlrprorview,
    p.mobctbtn,
    ul.subsplandt0l {
        display: block
    }

    div.dlrprorview .w-50 {
        width: 100%;
        margin-bottom: 10px
    }

    .d-flex.cusprof,
    .mposadjust>div.flow-flex-1 p,
    .rt-tabs ul li a.ahead,
    p.txtsrhDt {
        font-size: 13px
    }

    .cstmtour h4,
    div#nccnint div p b,
    p strong,
    ul.cartbikeUl01 li div.box p.col3 span.price {
        font-size: 14px
    }

    .d-flex.cusprof p img {
        max-width: 45px;
        margin-right: 10px !important
    }

    .d-flex.cusprof .flow-flex-1 p.mt-8,
    .srch-content.boxnewForm,
    .srch-content.boxnewForm #hmsrcsts {
        margin-top: 0
    }

    .reviewTestmRow div.vcol,
    .videoTestmRow div.vcol {
        width: 46%;
        max-width: 46%
    }

    .dpr-banner {
        height: 200px
    }

    .dpr-banner-below .content-part {
        margin-left: 0;
        margin-top: 110px;
        display: inline-block
    }

    #read-aboutcontent+div h4.font-20 {
        font-size: 16px
    }

    #fltrDatapp,
    .blog-categories .ver-ul ul li i,
    .blog-dates .ver-ul ul li i,
    .blog-stories,
    .cty_ul03 li.hd-sm,
    .dktvw02,
    .filter-row,
    .filter-search-form,
    .hide-adpoplb,
    .models-inline,
    .mposadjust>div.flow-flex-1+div,
    span.durtxx9hd {
        display: none
    }

    .mposadjust>div.flow-flex-1 h3 {
        margin: 0
    }

    .header-center-part.newlook .hm-caption h2 {
        font-size: 22px;
        margin-top: 0;
        display: inline-block;
        padding: 8px 10px
    }

    .header-center-part.newlook .hm-caption h3 {
        display: inline-block;
        margin-left: 10px
    }

    #home-search .scn-box {
        width: calc(98%/2);
        padding: 0 5px;
        display: inline-block
    }

    .ftr-email-bx,
    .ftr-phone-bx {
        padding: 0 0 20px;
        margin: 15px 0 0
    }

    a.modifydtTopDrag+div.footer-frame+div.footer-frame-2 {
        margin-bottom: 70px
    }

    ul.grippro-dlrpg li {
        max-width: 200px
    }

    ul.grippro-dlrpg li a span.box {
        font-size: 1rem
    }

    .dapp-promo div.p1,
    .dapp-promo div.p2 {
        display: block;
        width: 100%;
        text-align: center
    }

    .dapp-promo .p2 {
        margin-top: 30px
    }

    .cshp .c-data,
    .dapp-promo div.p1,
    .filter-search-form,
    .sub-header-part .c-data .logo {
        padding: 0
    }

    .c-data.home .srch-tab ul li a span {
        display: block;
        font-size: .8rem
    }

    #hmsrcsts p.text-danger {
        font-size: 12px;
        display: table;
        margin: 0 auto !important
    }

    ul.coupnulist li span {
        min-height: 68px
    }

    ul.subsplandt0l li.mgpl div.first-c {
        width: 95%;
        margin-bottom: 20px
    }

    div.bg-pack.full-grey div.container {
        max-width: 100%
    }

    ul.subsplandt0l li.mgpl div.first-c div.keypoints {
        height: auto;
        max-width: 310px;
        margin: 0 auto
    }

    ul.subsplandt0l li.mgpl {
        display: block;
        width: 100%
    }

    a.mobScreentopHadcall {
        margin-top: 6px;
        line-height: 35px
    }

    div#nccnint {
        bottom: 12px
    }

    div#nccnint div {
        padding: 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px
    }

    div.tds-infoWindw {
        padding: 25px 40px 30px;
        width: 330px
    }

    .rntp-reg-stps .stpbtns {
        margin: 50px 0 0 -20px
    }

    .payopttype,
    div.fxdHgtreg {
        height: auto
    }

    form#bookdtfrm {
        margin: -5px 0 30px
    }

    ul.cartbikeUl01 {
        margin-bottom: 10px
    }

    ul.cartbikeUl01 li {
        display: inline-block;
        width: 100%
    }

    ul.cartbikeUl01 li div.box p.colcheck span.checkicon {
        line-height: normal
    }

    ul.cartbikeUl01 li div.box p label {
        display: block;
        margin: 0
    }

    label.icheckbx {
        margin-top: 5px
    }

    ul.cartbikeUl01 li div.box p.col1 {
        text-align: left;
        width: 100%
    }

    .btm-social-link,
    .cpn-strtpnt,
    .ctest_ul02,
    .ctest_ul02 .t01,
    .srch-tab ul,
    .use_ul04,
    a.sitelock,
    div.horadvdsg1 div.set2,
    div.horadvdsg1 div.set3,
    div.horadvdsg1 div.set4,
    div.horadvdsg1 div.set5,
    div.horadvdsg1 div.set6,
    div.horadvdsg1 div.set7 {
        text-align: center
    }

    ul.cartbikeUl01 li div.box p.col1 img {
        width: 100%;
        max-width: 50px;
        text-align: left;
        margin: -40px 0 0 45px
    }

    ul.cartbikeUl01 li div.box p.col1 span.pid {
        margin: -39px 0 5px;
        right: 27px
    }

    ul.cartbikeUl01 li div.box p.col2 {
        width: 140px;
        float: left
    }

    ul.cartbikeUl01 li div.box p.colcart {
        padding: 10px;
        text-align: center
    }

    ul.cartbikeUl01 li div.box p.colcart a {
        float: none;
        margin-top: 5px
    }

    ul.cartbikeUl01 li div.box p.col3 {
        width: 158px;
        float: right;
        text-align: right;
        overflow: hidden
    }

    .social-share-dsg span,
    ul.cartbikeUl01 li div.box p.col3 span.dalertime {
        font-size: 11px
    }

    .blog-categories .ver-ul ul,
    .blog-dates .ver-ul ul {
        position: absolute;
        background: #fff;
        width: 250px;
        box-shadow: 0 3px 5px 0 #636363;
        -moz-box-shadow: 0 2px 5px 0 #636363;
        -ms-box-shadow: 0 2px 5px 0 #636363;
        z-index: 1;
        margin-top: -17px;
        margin-left: .4px;
        display: none
    }

    .blog-categories .ver-ul ul li a,
    .blog-dates .ver-ul ul li a {
        color: #000;
        border-bottom: 1px solid #d4d4d4;
        padding: 0 10px;
        font-size: 14px;
        margin-Left: 0;
        letter-spacing: 1px;
        display: block
    }

    .blog-dates .ver-ul ul li a {
        font-size: 12px;
        border: 0;
        letter-spacing: 0
    }

    .blog-dates .ver-ul ul li a:before {
        font-display: swap;
        font-family: FontAwesome;
        content: "\f133";
        margin-right: 5px
    }

    .blog-dates .ver-ul ul li {
        display: inline-block;
        width: 45%
    }

    .cpn-categories ul li a i,
    .header-menu ul li a,
    div.horadvdsg1 div.set2 h3 {
        color: #fff
    }

    div.horadvdsg1 div.set2 a,
    div.horadvdsg1 div.set3 a,
    div.horadvdsg1 div.set4 a,
    div.horadvdsg1 div.set5 a,
    div.horadvdsg1 div.set5 a.dreg,
    div.horadvdsg1 div.set6 a,
    div.horadvdsg1 div.set7 a,
    div.horadvdsg1.ver1 div.set2 a,
    div.horadvdsg1.ver1 div.set3 a,
    div.horadvdsg1.ver1 div.set4 a,
    div.horadvdsg1.ver1 div.set5 a,
    div.horadvdsg1.ver1 div.set6 a,
    div.horadvdsg1.ver1 div.set7 a {
        float: none;
        margin: 15px auto 0
    }

    div.horadvdsg1.ver1 div.set7 a {
        margin: 15px auto 0;
        width: 150px
    }

    div.horadvdsg1.ver1 div.set6 a {
        margin: 6px auto 0
    }

    div.horadvdsg1 div.set7 h4 {
        max-width: 280px;
        margin: 0 auto;
        width: 100%
    }

    .time-bar ul li small,
    div.horadvdsg1 div.set5 h3 {
        margin-bottom: 5px
    }

    div.horadvdsg1 div.set5 h4 {
        margin-bottom: 22px
    }

    div.horadvdsg1 div.set6 h4 {
        width: 100%;
        max-width: 380px;
        margin: -14px auto 0
    }

    div.horadvdsg1 h3 {
        margin-bottom: 30px
    }

    div.horadvdsg1 h2 {
        color: #000;
        font-weight: 600;
        background: rgba(255, 255, 255, .6);
        padding: 9px 6px;
        max-width: 310px;
        margin: 0 auto 15px
    }

    div.horadvdsg1 div.set4 h4 {
        font-size: 16px;
        width: 100%;
        max-width: 330px;
        margin: 0 auto
    }

    ul.rtbookulhm09 li {
        width: 255px;
        margin-right: 15px;
        margin-bottom: 15px
    }

    ul.cbckno009 li.blue {
        margin-right: auto
    }

    ul.cbckno009 li {
        max-width: 45%;
        vertical-align: top;
        margin: 5px;
        float: none;
        display: inline-block;
        height: 90px
    }

    .wd0p01.lg {
        width: 160px
    }

    .wd0p01.lg+div.wd0p01 {
        width: 205px
    }

    .wd0p01.srt {
        width: 70px
    }

    p strong {
        padding: 0 6px
    }

    a.enqsingbtn1 {
        margin: -92px 0 0;
        left: 5px
    }

    .dtcusrloclive span.addr {
        width: 385px
    }

    .srchfrmlocbx input[type=text],
    .use_ul04 li {
        width: 100%;
        display: block
    }

    .srchfrmlocbx a#setNewLocGgl {
        width: 60px;
        display: block;
        margin: 10px 0 0
    }

    a.sitelock {
        margin-bottom: 20px
    }

    .overall-review-exp01 .left-pnl1 {
        float: none;
        width: 100%
    }

    .overall-review-exp01 .left-pnl2 {
        margin: 20px auto 0;
        display: block;
        width: 240px
    }

    .overall-review-exp01 .left-pnl3 {
        vertical-align: top;
        margin: 15px auto 0;
        width: 180px;
        float: none
    }

    .overall-review-exp01 .left-pnl3 p.star-row {
        font-size: 13px;
        ext-align: center
    }

    .overall-review-exp01 {
        padding: 20px 10px;
        margin-bottom: 10px
    }

    div.rt-review-row div.customer-review p.nm small {
        display: block;
        font-size: 12px;
        margin-top: 2px
    }

    div.rt-review-row div.customer-review p.cmts,
    div.rt-review-row div.customer-review p.date {
        margin-left: 0;
        margin-top: 15px
    }

    div.rt-review-row div.customer-review .img {
        width: 60px
    }

    div.rt-review-row div.customer-review p.vefd {
        margin-top: 60px;
        margin-left: 3px
    }

    div.rt-review-row .right-panel {
        float: none;
        margin-top: 20px;
        width: 100%
    }

    div.rt-review-row div.dealer-review {
        margin-top: 0;
        display: block;
        width: 100%;
        height: 55px
    }

    div.rt-review-row div.bike-review {
        display: block;
        margin-left: 0;
        width: 100%
    }

    div.rt-review-row div.bike-review .nm,
    div.rt-review-row div.customer-review .nm,
    div.rt-review-row div.dealer-review .nm {
        font-size: 12px
    }

    p.congomsgWlt {
        border-radius: unset
    }

    p.congomsgWlt a {
        float: none;
        margin-left: 8px;
        margin-top: 5px;
        display: inline-block
    }

    .filter-box-style1 .unbound-bdr {
        margin-right: 0;
        width: 100%;
        display: inline-block;
        margin-bottom: 10px
    }

    .filter-box-style1 .title {
        float: left;
        width: 160px
    }

    .filter-box-style1 div.ulberrt-brd {
        width: 270px;
        float: right
    }

    .filter-box-style1 div.ulberrt-brd span.novrflw {
        width: 230px
    }

    .filter-box-style1 ul.dropdn-typ {
        width: 268px;
        right: 16px;
        margin-top: 29px
    }

    .filter-box-style1 h4.title.bigwd {
        margin: 0 0 20px;
        float: none;
        width: auto
    }

    .agreement-panel .inner-p {
        width: 245px
    }

    .agreement-panel input {
        float: none;
        margin: -5px 0 3px
    }

    .agreement-panel button {
        float: none
    }

    .cty_ul03 li {
        width: calc(93%/2)
    }

    .hm-ctybox .img {
        width: 100px
    }

    .use_ul04 .use_0904 h5 {
        font-size: 18px;
        margin: 45px 0 10px 110px
    }

    .use_ul04 .use_0904 {
        width: 100%;
        display: inline-block;
        text-align: left
    }

    .use_ul04 .use_0904 p.img {
        width: 95px;
        margin: 0;
        float: left;
        padding: 25px 10px
    }

    .use_ul04 .use_0904 p.img:before,
    .use_ul04 li:first-child .use_0904 p.img:before {
        width: 1px;
        margin: 85px 0 0 37px;
        border-top: 0;
        border-left: 1px dashed #000;
        height: 30px
    }

    .use_ul04 .use_0904 p.img:after,
    .use_ul04 li:last-child .use_0904 p.img:before {
        width: 0;
        height: 0;
        border: 0
    }

    .use_ul04 .use_0904 span {
        font-size: 13px;
        line-height: 17px;
        margin-left: 95px
    }

    .use_ul04 .use_0904 h3 {
        font-size: 16px;
        font-weight: 600;
        margin: 30px 0 10px;
        color: #0085b6
    }

    .light-box {
        width: 100%;
        background: rgba(255, 255, 255)
    }

    .ctest_ul02 li {
        margin: 0 0 25px
    }

    .ctest_ul02 p.sys01 {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }

    .btm-cnt01 {
        float: none;
        vertical-align: top
    }

    .ctest_ul02 .ctest_0901 .img {
        margin: 0 auto 5px
    }

    .cpn-strtpnt li {
        width: 100%;
        margin: 0 10px 10px 0;
        max-width: 250px
    }

    .cpn-sort-filter .pull-left {
        float: none;
        max-width: 200px;
        margin: 0 auto 8px
    }

    #lrg-menu,
    .header-menu .mob-head-bar {
        float: left
    }

    .vdrcoupon-lst .cpn-img p.cvr {
        display: none;
        opacity: 0
    }

    .vdrcoupon-lst .getbtn {
        display: block;
        margin-top: 180px;
        margin-left: 48px
    }

    .cpn-categories .mob-sit_p.open {
        border-radius: 5px 5px 0 0;
        background: #eee;
        color: #666;
        border: 1px solid #ddd;
        box-shadow: 0 0 5px 0 #d0d0d0
    }

    .cpn-categories .mob-sit_p.open:after {
        font-display: swap;
        font-family: FontAwesome;
        content: "\f107"
    }

    .cpn-categories ul {
        position: absolute;
        z-index: 1;
        background: #79d813;
        width: 92%;
        box-shadow: 0 2px 5px 0 #d0d0d0;
        margin-top: -17px;
        display: none
    }

    .cpn-categories ul li a {
        font-size: 13px;
        display: block;
        padding: 5px 10px;
        border: 0;
        margin-bottom: 6px;
        border-radius: unset;
        background: 0;
        color: #fff
    }

    .cpn-categories ul li a.active,
    .cpn-categories ul li a:hover {
        background: #fff;
        color: #000
    }

    .cpn-categories ul li a.active i,
    .cpn-categories ul li a:hover i,
    .incloy-box:hover span.amount,
    .wallet-box:hover span.amount {
        color: #000
    }

    .vdrcoupon-lst .cpn-ttl a {
        margin: 25px 0 15px
    }

    .whyrnt-points {
        max-width: 570px
    }

    .whyrnt-points ul li {
        padding: 18px 10px;
        width: 245px
    }

    .right-folder-rtlndpg .models-inline li {
        width: 168px
    }

    .dealer-info,
    .white-section {
        margin: 20px 0
    }

    .content-txt {
        top: 130px
    }

    .header-menu {
        line-height: 26px;
        border-bottom: 0 solid #00a2e6
    }

    .header-menu:before {
        width: 155px
    }

    .header-menu ul.left-mega {
        margin: 52px 0 0;
        display: none;
        width: calc(100% - 20%);
        max-width: 250px
    }

    .hm-caption h1.newtitleh1f,
    .hm-caption h2 {
        margin-top: 0;
        font-size: 14px
    }

    .hm-caption h2.newtitleh2f,
    .hm-caption p {
        font-size: 13px;
        display: none
    }

    #lrg-menu {
        display: block;
        font-size: 28px;
        height: 35px
    }

    .header-menu ul.large-menu {
        position: absolute;
        background: #fff;
        left: 0;
        margin-top: 40px;
        min-width: 160px;
        z-index: 2;
        display: none;
        border: 5px solid #00a0e3;
        border-left: 0;
        border-top: 0
    }

    .header-menu ul.large-menu li a {
        color: #888;
        font-size: 14px;
        text-decoration: none;
        padding: 5px 16px;
        min-width: 160px;
        display: block
    }

    .header-menu ul.right {
        position: relative;
        margin: 0
    }

    .header-menu ul.right li a,
    .hm-contact-form h3,
    .more-dealer-box .price {
        font-size: 18px
    }

    .header-menu ul.right li a:hover {
        text-decoration: none;
        background: 0
    }

    .header-menu ul.right li.location {
        font-size: 18px;
        width: auto;
        height: auto;
        padding: 10px;
        margin-right: 8px;
        min-width: auto
    }

    .logdrop-rtdsg {
        width: 150px;
        right: 14px
    }

    .logdrop-rtdsg li a {
        font-size: 12px !important;
        color: #000 !important;
        padding: 4px 8px !important;
        line-height: unset !important
    }

    .logdrop-rtdsg li a i {
        border: 1px solid #c3c3c3;
        width: 20px;
        text-align: center;
        height: 20px;
        vertical-align: middle;
        border-radius: 10em;
        -webkit-border-radius: 10em;
        -ms-border-radius: 10em;
        -o-border-radius: 10em;
        -moz-border-radius: 10em;
        color: #989898;
        line-height: 18px;
        margin-right: 6px
    }

    .logdrop-rtdsg li a:hover {
        color: #fff !important;
        background-image: -webkit-radial-gradient(circle, #a6cc51, #6aba04) !important;
        background-image: radial-gradient(circle, #a6cc51, #6aba04) !important;
        background-repeat: no-repeat !important
    }

    .logdrop-rtdsg li a:hover i {
        border: 1px solid #fff;
        color: #fff
    }

    .sub-right-text h2 {
        font-size: 18px;
        margin: 0 0 5px
    }

    .hm-menu-layer {
        float: none;
        background: #00a0e3;
        display: inline-block;
        width: 100%;
        padding: 5px;
        color: #fff
    }

    .logo {
        float: none;
        text-align: center;
        padding: 10px 0
    }

    .logo img {
        width: 130px;
        margin: 0 auto
    }

    .hm-caption {
        margin-top: 20px
    }

    .search-form {
        margin: 40px auto 0
    }

    .srch-tab ul li a {
        color: #c1c1c1;
        padding: 5px 10px;
        font-size: 14px
    }

    .find-bike-btn {
        float: none;
        background: #488b00;
        font-size: 16px
    }

    #hmsrcsts {
        position: relative;
        right: 0;
        margin-top: 13px
    }

    .fancy span:after,
    .fancy span:before {
        width: 20px;
        content: "";
        top: 8px
    }

    .fancy {
        font-size: 18px;
        line-height: 16px
    }

    .footer-frame ul.tab2 {
        float: right
    }

    .footer-frame-2 p {
        padding: 10px 0 5px
    }

    .footer-frame-2 .line-right {
        float: none;
        padding: 0 0 10px
    }

    .header-center-part,
    .rt-overlay {
        padding: 70px 0;
        min-height: 550px
    }

    .rt-overlay {
        height: 550px
    }

    .header-center-part.furniture,
    .header-center-part.furniture .rt-overlay {
        min-height: 580px
    }

    .header-center-part.furniture .rt-overlay {
        height: 580px
    }

    .coupon-row .dis-code,
    .hm-ctybox .img,
    .lform-logo a {
        margin: 0 auto 10px
    }

    .hm-ctybox .title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .logbg09 {
        max-width: 90%;
        margin: 0 auto
    }

    .fancy-from {
        padding: 40px 20px 10px
    }

    .login-window {
        margin: 0 -15px;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        padding-bottom: 40px;
        min-height: 430px;
        height: auto
    }

    .login-window.reg {
        height: auto;
        min-height: auto
    }

    .reg-topics {
        font-size: 13px;
        line-height: 25px;
        padding: 0 20px;
        margin: 25px 0 40px
    }

    .signup-frame {
        padding: 30px 20px;
        max-width: 100%;
        width: 100%;
        margin: 0 0 0 -15px;
        min-height: 450px;
        border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px;
        -o-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px
    }

    p.b2homelink {
        max-width: 404px
    }

    .mobvw02 {
        display: block;
        float: left
    }

    .dealer-complete h3,
    .login-window h3 {
        margin-bottom: 20px;
        margin-top: 0;
        color: #464646;
        line-height: 30px
    }

    .soclloginbox {
        margin-top: 19px;
        width: 100%;
        display: inline-block
    }

    .blog-categories,
    .blog-dates {
        margin: 0 auto 35px;
        display: inline-block;
        vertical-align: top
    }

    .soclloginbox .social a {
        min-width: 180px;
        display: inline-block
    }

    .soclloginbox .social .facebook span,
    .soclloginbox .social .gplus span {
        margin-left: -30px
    }

    .rt-tabs ul li p {
        font-size: font-size:12px
    }

    .blog-categories {
        width: 50%
    }

    .blog-dates {
        width: 48%
    }

    .sub-header-part .c-data {
        padding: 30px 10px 0
    }

    .filter-row,
    .models-inline {
        margin-bottom: 25px;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px
    }

    .filter-box-style1 .title {
        margin: 0 2px 20px
    }

    .loc-inline li {
        display: inline-block;
        width: 30%
    }

    .more-dealer-box {
        max-width: 49%
    }

    .social-share-dsg a {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 12px
    }

    .tourdp-photo {
        margin-top: -20px
    }

    .tour-tabs .content-box {
        padding: 75px 0 0
    }

    #actLocationPop {
        width: 26px
    }

    .coupon-row .part-1 {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0
    }

    .coupon-row .part-2 {
        margin-left: 0;
        max-width: 100%;
        text-align: center;
        padding: 0 20px 20px
    }

    .coupon-row .part-2 .share-btn {
        margin: 20px auto 15px;
        max-width: 160px
    }

    .incloy-box,
    .wallet-box {
        position: relative;
        top: 0;
        text-align: right;
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
        right: 0;
        z-index: inherit
    }

    .incloy-box span.incloy-icon,
    .wallet-box span.wallet-icon {
        float: right;
        margin: 0 0 0 10px;
        background-color: #e4e4e4
    }

    .incloy-box span.amount,
    .wallet-box span.amount {
        color: #777
    }

    .incloy-box:hover span.incloy-icon,
    .wallet-box:hover span.wallet-icon {
        background-color: #e1e1e1
    }

    .bike-top-bar .price {
        width: 180px
    }

    .cstmtour a {
        max-width: 150px;
        font-size: 16px
    }

    .adv-rande p.link i {
        display: block;
        text-align: center;
        margin-bottom: 5px
    }

    .adv-rande p.link input {
        text-align: center;
        width: 100%;
        margin: 5px 0 18px
    }

    .adv-rande p.link #cpdyed {
        float: none;
        padding: 0 5px;
        margin: 0 auto;
        max-width: 90px;
        display: block;
        line-height: 30px
    }

    .emlinput input {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #eee;
        margin-bottom: 8px;
        line-height: 30px
    }

    .emlinput a {
        float: none;
        display: block;
        max-width: 80px;
        text-align: center;
        margin: 0 auto
    }

    .ref-earn .leftprt {
        text-align: left
    }

    .ref-earn .leftprt .bgid {
        margin: 0 0 0 16px;
        line-height: 44px;
        text-align: left
    }

    .ref-earn .leftprt .bgid span {
        font-size: 16px;
        margin-top: 14px;
        display: inherit
    }

    .ref-earn .leftprt strong {
        font-size: 13px;
        display: block;
        margin-top: -13px
    }

    .infolock-tpg .i1 {
        margin-bottom: 15px
    }

    .infolock-tpg .i1 .ileft {
        float: none;
        width: auto;
        text-align: center;
        padding: 15px 10px
    }

    .infolock-tpg .whtcircle {
        margin: 0 auto
    }

    .infolock-tpg .i1 .ileft .txt,
    .infolock-tpg .i1 .iright .txt {
        margin: 0;
        padding: 20px 15px
    }

    .titleheadhldr-01 {
        margin-bottom: 0
    }

    .sstli_ul1 .itmRow .img {
        width: 125px;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 25px
    }

    .sstli_ul1 .itmRow.ckout .img {
        margin-bottom: 45px
    }

    .sstli_ul1 .itmRow .img p {
        font-size: 12px;
        font-weight: 500
    }

    .sstli_ul1 .content {
        font-size: 12px;
        float: none;
        vertical-align: top
    }

    .sstli_ul1 .content .bkinfo p.ttl {
        margin: -9px 0 0
    }

    .sstli_ul1 .content .bkinfo p,
    .sstli_ul1 .content .bkinfo p:last-child {
        border-right: 0
    }

    .sstli_ul1 .price {
        float: none;
        text-align: right;
        margin-top: 8px !important;
        background: #f7f7f7;
        padding: 8px 10px
    }

    .sstli_ul1 .price b {
        display: inline-block;
        color: #000;
        margin-bottom: 0;
        margin-left: 5px
    }

    .sstli_ul1 .price .rmv {
        float: left;
        margin-top: 0
    }

    div.bspecterms {
        margin-top: 10px !important
    }

    .additem-ul p.iprice {
        width: 78px
    }

    .additem-ul p.iqty input {
        width: 30px
    }

    .additem-ul p.iadd a {
        font-size: 13px;
        vertical-align: top
    }

    .ftr-btm01 .btn_po {
        padding: 20px 10px 10px
    }

    label[for=ffw_ac03] {
        margin-top: 8px
    }

    .info_ul01 li {
        display: inline-block;
        width: 100%;
        overflow: visible;
        margin: 0 10px
    }

    .info_ul01 .info_09o1 {
        text-align: left;
        margin-bottom: 0
    }

    .info_ul01 .info_09o1 h4,
    .info_ul01 .info_09o1 h5 {
        font-size: 18px;
        margin: 15px 0 5px 110px
    }

    .info_ul01 .info_09o1 span {
        height: auto;
        margin-left: 110px
    }

    .info_ul01.inlin5 li {
        width: 97%;
        margin: 0 12px 12px;
        max-height: unset;
        height: auto;
        display: block
    }

    .info_ul01.inlin5 .info_09o1 span {
        height: auto;
        margin-left: 82px
    }

    .info_ul01.inlin5 .info_09o1 h3 {
        font-size: 18px;
        margin: 0 0 5px 83px
    }

    .info_ul01 .info_09o1 p.img {
        border-radius: unset;
        width: 56px;
        margin: 0;
        float: left;
        padding: 5px
    }

    h2.fancy {
        font-size: 1.5rem;
        line-height: normal
    }

    #mixedSlider .MS-content .item,
    #randomlSlider .MS-content .item,
    #randomlSliderTwo .MS-content .item,
    #tourSlider .MS-content .item {
        width: 65%
    }

    ul.line-in-5-links li {
        width: calc(98%/3)
    }

    .full-dark-blue {
        padding: 30px 0;
        height: auto !important
    }

    .time-bar ul li {
        padding: 10px
    }

    .header-center-part.newlook .hm-caption h1 {
        font-size: 1.2rem
    }
}

@media only screen and (max-width: 640px) {

    .blog-categories .ver-ul ul li a,
    .blog-dates .ver-ul ul li a,
    h5.lstyle-11 {
        font-size: 13px
    }

    div.d-flex.reviewTestmRow {
        display: block
    }

    .reviewTestmRow div.vcol,
    .videoTestmRow div.vcol {
        width: 100%;
        max-width: 100%;
        margin: 0 0 25px;
        display: block
    }

    #read-aboutcontent+div h4.font-20 {
        font-size: 13px;
        text-align: center
    }

    .footer-frame ul.tab2 {
        float: unset
    }

    .search-form input#drpdateNsd,
    .search-form input#pckdateNsd,
    .search-form span.drpsuport span.selvalc,
    .search-form span.drpsuport span.selvalc.lgc {
        width: calc(100% - 12px)
    }

    .lineor01 {
        margin: 18px 0 20px
    }

    .wrapper {
        overflow: hidden
    }

    h5.lstyle-11 {
        margin-bottom: 2rem !important
    }

    .proswitcher {
        margin: 10px auto -45px;
        position: unset;
        left: unset;
        right: unset;
        width: 95%;
        max-width: 400px
    }

    .proswitcher p {
        color: #000
    }

    .proswitcher ul li {
        display: inline-block;
        width: calc(95%/4)
    }

    .proswitcher ul li a {
        color: #3e3e3e;
        display: block;
        background: #dfdfdf;
        width: 100%;
        border-radius: 3px;
        padding: 5px;
        box-shadow: 0 0 8px #bfbfbf inset
    }

    .proswitcher ul li a.active {
        background: #7ed026;
        box-shadow: 0 0 14px #376208 inset;
        color: #000
    }

    div#drop-area h1 {
        font-size: 1.3rem
    }

    .widrl_box {
        width: 100%;
        float: none;
        vertical-align: middle;
        margin-bottom: 15px;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px
    }

    div.rvwdealerpnel009 {
        float: none;
        padding: 0;
        max-width: 200px
    }

    p.mobctbtn {
        width: 220.3px
    }

    .blog-categories .ver-ul ul,
    .blog-dates .ver-ul ul {
        width: 219px
    }

    .blog-dates .ver-ul ul li a {
        font-size: 11px;
        border-bottom: 1px solid #dcdcdc
    }

    .blog-dates .ver-ul ul li {
        display: inline-block;
        width: 48%
    }

    .filter-box-style1 .title {
        margin: 0 2px 20px;
        font-size: 12px;
        width: 125px
    }

    .filter-box-style1 div.ulberrt-brd {
        width: 230px
    }

    .filter-box-style1 div.ulberrt-brd span.novrflw {
        width: 195px
    }

    .filter-box-style1 ul.dropdn-typ {
        width: 228px
    }

    .agreement-panel .inner-p {
        width: 100%
    }

    .agreement-panel .inner-p.right {
        float: none;
        border-top: 1px solid #a9a9a9;
        margin-top: 5px
    }

    .minbizzgrt,
    .trmsuldrp {
        width: 90%;
        margin: 0 auto
    }

    .minbizzgrt li:before {
        left: unset;
        position: unset;
        margin-right: 10px
    }

    .trmsuldrp ul li:before {
        left: 0;
        position: unset;
        margin-right: 10px
    }

    .dlrregPgst .rgt-cnt01 .fancy-from {
        width: 95%;
        min-width: 310px
    }

    .or-lnebdr .s1,
    .or-lnebdr .s3 {
        width: 110px
    }

    .dlrregPgst .rgt-cnt01 .fancy-from .input-field {
        width: 220px
    }

    .whyrnt-points {
        position: relative;
        width: 95%
    }

    .whyrnt-points.mobst {
        display: block;
        margin: 25px auto 0
    }

    .whyrnt-points.dsktp {
        display: none
    }

    .clpg-locNm {
        margin: -60px 0 25px
    }

    .left-folder-rtlndpg {
        width: 370px
    }

    .right-folder-rtlndpg .models-inline li {
        width: 125px
    }

    .right-folder-rtlndpg .models-inline img {
        width: 85px
    }

    .right-folder-rtlndpg .models-inline p {
        font-size: 11px
    }
}

@media only screen and (max-width: 600px) {
    .dpr-banner {
        height: 120px
    }

    .dtcusrloclive span.addr {
        width: 225px
    }

    ul.rtbookulhm09 li {
        width: 95%;
        margin: 0 auto 15px;
        max-width: 360px;
        display: none
    }

    ul.rtbookulhm09 li:first-child,
    ul.rtbookulhm09 li:nth-child(2) {
        display: block
    }

    #mixedSlider .MS-content.inrow5 .item,
    #randomlSlider .MS-content.inrow5 .item,
    #randomlSliderTwo .MS-content.inrow5 .item,
    #testiMonalSlider .MS-content.inrow5 .item {
        width: 100%
    }

    .higkeyo01 {
        width: 90%;
        margin: 10px
    }

    .higkeyo01 .d-table .d-table-cell:first-child {
        width: 60px
    }

    #mixedSlider .MS-content .item,
    #randomlSlider .MS-content .item,
    #randomlSliderTwo .MS-content .item,
    #tourSlider .MS-content .item {
        width: 96%
    }

    .hm-fourbox {
        margin: 0 0 15px
    }
}

@media only screen and (max-width: 455px) {
    .header-center-part.newlook {
        min-height: auto;
        height: 575px !important
    }

    .hm-fourbox p {
        font-size: 12px;
        margin-bottom: 0
    }

    .header-center-part.newlook .hm-caption h2,
    .header-center-part.newlook .hm-caption h3 {
        font-size: 18px
    }

    .c-data.home .srch-tab ul li a span {
        font-size: .5rem
    }

    .mdl-zone01 .lft-cnt02 h4.t3 {
        font-size: .75rem;
        line-height: 17px;
        margin-top: 5px
    }

    ul.grippro-dlrpg li {
        max-width: calc(90%/2);
        margin: 0 10px 10px 0
    }

    ul.grippro-dlrpg li a span.box {
        padding: 15px 8px;
        font-size: .87rem;
        color: #000
    }

    .search-form ul.drpdwn {
        min-width: 150px
    }

    .search-form div#inxUsrctyList01 ul.drpdwn {
        min-width: 78%;
        max-width: 400px
    }

    input#nl_ddate,
    input#nl_pdate {
        max-width: 135px;
        font-size: 13px
    }

    .mownulist.s2 span.drpsuport,
    .ref-earn .leftprt .bgid span {
        font-size: 13px
    }

    .srch-content.boxnewForm form .has-icon.mownulist.s2 i {
        line-height: 35px
    }

    .mownulist.s2 span.drpsuport:after {
        content: "\1F893";
        margin-top: 18px
    }

    .mownulist.s2 span.drpsuport.opened:after {
        content: "\1F891";
        margin-top: -2px
    }

    #home-search .scn-box {
        margin-bottom: 15px
    }

    #home-search .scn-box:first-child,
    #home-search .scn-box:nth-child(3),
    .c-data.lgform #home-search .scn-box:nth-child(2),
    .c-data.lgform #home-search .scn-box:nth-child(4) {
        display: block;
        width: 100%
    }

    .c-data.lgform #home-search .scn-box:nth-child(3) {
        display: inline-block;
        width: auto
    }

    div#inxUsrctyList01,
    div#inxUsrctys001 {
        display: inline-block;
        width: calc(100% - 25px)
    }

    .hmdtct1mob i {
        position: absolute;
        margin-top: 5px;
        color: #c8c8c8;
        margin-left: 0;
        line-height: 15px;
        font-size: 1.2rem
    }

    .hmdtct1mob {
        display: inline-block;
        vertical-align: top
    }

    .srch-content.boxnewForm form .has-icon .hmdtct1mob i {
        color: #c7c7c7;
        font-size: 18px
    }

    ul.coupnulist li {
        width: 100%;
        margin: 0 0 15px
    }

    ul.coupnulist li span {
        min-height: auto;
        font-size: 16px;
        margin-bottom: 15x
    }

    ul.info_ul01.list-bullet-point li {
        width: calc(125%/3);
        text-align: center
    }

    .dtcusrloclive a#opnlocchangeIn,
    div.domesLabel {
        font-size: 11px
    }

    .blog-dates,
    .ctest_ul02 .ctest_0901 .subtxt,
    .mobhide,
    .nwfloattxtlke,
    .ref-earn .leftprt strong {
        display: none
    }

    .nwfloattxtlkemob,
    .support-box,
    div.bkmod009 div.rghttxt ul li span,
    p.txtpOne,
    span.d1 strong {
        display: block
    }

    p.txtpOne {
        margin: 8px 0 15px;
        padding: 0
    }

    div.dailyCheckinScreen div.btnstep {
        padding: 0 20px 6px;
        display: inline-block;
        width: 100%
    }

    div.dailyCheckinScreen div.btnstep button {
        padding: 5px 10px
    }

    div.taskpnl {
        margin: 5px 0 10px;
        float: none
    }

    .rt-tabs ul li a.ahead,
    table.fixedheadtb {
        font-size: 12px
    }

    table.fixedheadtb td select {
        padding: 4px;
        width: auto;
        font-size: 12px
    }

    p.txtsrhDt label {
        vertical-align: top;
        width: 65px;
        line-height: 16px;
        padding: 5px;
        margin-right: 15px
    }

    div.bkmod009 {
        margin: 0 auto 20px
    }

    div.bkmod009 p.lftimg {
        width: 100%;
        padding: 15px
    }

    div.bkmod009 div.rghttxt span.bikettl {
        width: 100%;
        margin: -10px auto 0;
        font-size: 18px
    }

    div.bkmod009 div.rghttxt ul li {
        font-size: 18px;
        width: 100%;
        max-width: 115px;
        margin-bottom: 10px
    }

    div.bkmod009 div.rghttxt {
        padding: 10px 15px 20px;
        margin: 0;
        height: auto
    }

    ul.models-inline.dealerRateCol li {
        width: calc(97%/2);
        margin: 3px auto 10px
    }

    .nwfloattxtlkemob {
        max-width: 96%;
        margin: 25px auto 12px;
        font-size: 14px;
        padding: 5px;
        text-align: center
    }

    .filter-row.lndpgfocus,
    .models-inline.lndpgfocus {
        margin-bottom: 0;
        text-align: center
    }

    p.mobctbtn {
        width: 250.3px
    }

    .blog-categories .ver-ul ul,
    .blog-dates .ver-ul ul {
        width: 248px
    }

    div.horadvdsg1 div.set6 h4 span {
        padding: 8px 15px;
        display: block;
        margin: 10px auto;
        max-width: 240px
    }

    div.horadvdsg1 div.set5 h3 {
        font-size: 32px
    }

    div.horadvdsg1 div.set3 ul li {
        font-size: 13px;
        padding: 3px 8px;
        margin: 0 6px 6px 0
    }

    .wd0p01 {
        width: 120px
    }

    div.nw-filtersty001.fltPep div.filter-btn {
        margin-top: 0;
        text-align: left;
        padding: 0
    }

    div.nw-filtersty001.fltPep div.filter-btn button.mtm24 {
        margin-top: 0 !important
    }

    .wd0p01.lg+div.wd0p01 {
        width: calc(90%/2);
        margin-bottom: 10px
    }

    .wd0p01.md {
        width: 105px
    }

    .dtcusrloclive span.addr {
        width: 145px
    }

    span.d1 {
        display: inline-block
    }

    span.d2 {
        margin-right: 10px
    }

    p.txtsrhDt a {
        margin: 8px auto 6px;
        vertical-align: middle;
        position: relative;
        width: 100%;
        padding: 6px 4px;
        float: none
    }

    .sub-right-text h2 {
        font-size: 14px
    }

    h1.fancy.npgt009 {
        font-size: 26px;
        line-height: 33px;
        margin: 0 0 20px
    }

    .package-from select {
        max-width: unset
    }

    .btnmb-p_01,
    .cpn-strtpnt li {
        max-width: 280px
    }

    .social-share-dsg {
        margin: 55px auto 0;
        box-shadow: unset;
        right: 0;
        width: 190px;
        position: absolute;
        left: 0
    }

    a.enqsingbtn1 {
        margin: 0 auto 8px;
        left: unset;
        position: relative;
        width: 100% !important;
        display: block
    }

    .trip-title {
        font-size: 35px;
        max-height: 160px;
        overflow: hidden;
        margin-top: 106px
    }

    .filter-box-style1 .title {
        margin: 0 2px 15px;
        width: 100%;
        float: none
    }

    .filter-box-style1 div.ulberrt-brd {
        width: 260px;
        float: none
    }

    .filter-box-style1 div.ulberrt-brd span.novrflw {
        width: 225px
    }

    .filter-box-style1 ul.dropdn-typ {
        right: unset;
        margin-top: -5px;
        width: 257px
    }

    .info_ul01 li {
        display: inline-block;
        width: 150px;
        overflow: visible;
        margin: 0 10px
    }

    .info_ul01 .info_09o1 {
        text-align: center
    }

    .info_ul01 .info_09o1 p.img {
        width: 70px;
        margin: 0 auto;
        border-radius: 10em;
        float: none;
        padding: 8px
    }

    .info_ul01 .info_09o1 h3,
    .info_ul01 .info_09o1 h4 {
        font-size: 14px;
        margin: 10px 0 5px
    }

    .info_ul01 .info_09o1 span {
        margin-left: 0;
        display: none
    }

    .white-space {
        /* height: 20px; */
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }

    .info_ul01.inlin5 .info_09o1 {
        text-align: left
    }

    .info_ul01.inlin5 .info_09o1 p.img {
        width: 56px;
        margin: 0;
        border-radius: unset;
        float: left;
        padding: 5px
    }

    .info_ul01.inlin5 .info_09o1 span {
        height: auto;
        margin-left: 75px;
        display: block
    }

    .info_ul01.inlin5 .info_09o1 h3 {
        font-size: 18px;
        margin: 0 0 5px 75px
    }

    .hm-fourbox {
        margin: 0 0 32px
    }

    ul.line-in-5-links li {
        width: calc(98%/2)
    }

    #cusRatingSlider .MS-content .item,
    #mixedSlider .MS-content.inrow5 .item,
    #randomlSlider .MS-content.inrow5 .item,
    #randomlSliderTwo .MS-content.inrow5 .item,
    #testiMonalSlider .MS-content.inrow5 .item {
        width: 95%
    }

    .cpn-strtpnt li {
        width: 100%;
        margin: 0 0 10px
    }

    .vdrcoupon-lst .getbtn {
        margin-top: 180px;
        margin-left: 70px;
        background: #000;
        font-size: 13px
    }

    .stepdt-z .chkpg-dislist li {
        display: block;
        margin: 0 auto 10px;
        width: 100%;
        min-height: auto
    }

    p.b2homelink {
        max-width: 345px
    }

    .fancy-from {
        padding: 40px 20px 10px
    }

    .lform-logo {
        margin-left: 0
    }

    .soclloginbox {
        margin-top: 10px
    }

    .soclloginbox .social a {
        min-width: 155px;
        width: 100%;
        display: inline-block;
        margin: 0 auto 8px
    }

    .soclloginbox .social .facebook span,
    .soclloginbox .social .gplus span {
        margin-left: -8px
    }

    .whyrnt-points {
        margin: -74px auto 0
    }

    .left-folder-rtlndpg {
        width: 95%;
        margin: 0 auto
    }

    .left-folder-rtlndpg form {
        padding: 10px 0
    }

    .short-bookserch {
        margin: 15px 0 8px;
        font-size: 11px
    }

    .why-icons {
        font-size: 32px;
        margin: 0 10px 0 0;
        line-height: 30px
    }

    .why-h4 {
        font-size: 20px;
        line-height: 30px
    }

    .why-p {
        font-size: 15px;
        border-top: 1px solid #e2e2e2;
        padding: 20px 10px;
        margin: 25px 0;
        color: #000
    }

    .coupon-box {
        width: 100%;
        margin: 25px auto 35px;
        display: block;
        padding: 10px;
        word-wrap: break-word
    }

    .coupon-box p {
        font-size: 13px;
        margin: 10px 0 0
    }

    .rt-tabs ul li p {
        font-size: font-size:12px
    }

    .blog-categories {
        width: auto;
        margin: 0 15px 35px;
        display: block;
        vertical-align: top
    }

    .blog-style-box-1 h3 {
        height: auto
    }

    .loc-inline li {
        width: auto
    }

    .more-dealer-box {
        max-width: 100%
    }

    .tb-right .tab-dgn1 li a {
        padding: 10px;
        font-size: 13px
    }

    .tb-right .tab-dgn1 li {
        display: inline-block;
        margin-right: 0
    }

    .fancy-from .div-frame label {
        padding: 14px;
        color: #888;
        float: left;
        text-align: center;
        vertical-align: middle;
        height: 44px
    }

    .fancy-from .div-frame label i {
        font-size: 16px;
        float: inline-end
    }

    .tour-categorydsg {
        padding: 0
    }

    .tour-categorydsg .banner-ttl {
        padding: 16px 5px 8px;
        letter-spacing: 0;
        text-transform: unset
    }

    .ind-directions-box {
        margin-bottom: 20px
    }

    .tour-categorydsg.sml {
        width: 100%
    }

    .ref-earn .leftprt .bgid,
    .tour-categorydsg.sml .banner-ttl {
        font-size: 16px
    }

    .rt-quickfaq {
        width: 22px
    }

    #rtqfaq-frame {
        width: 90%
    }

    .rt-quickfaq span.icon {
        width: 30px;
        height: 30px;
        right: -2px;
        top: -24px
    }

    .additem-ul p.iprice {
        width: 60px
    }
}

@media only screen and (max-width: 550px) {

    .ftr-btm01 .btn_po .self-btn,
    .ftr-btm01 .btn_po .self-btn:focus {
        color: #e35a13;
        border: 0;
        background: #fff
    }

    .foot-cart .ffw_02,
    .klpbtn09 {
        float: none
    }

    .signup-frame {
        width: 100%;
        max-width: 100%;
        margin: 0 auto
    }

    .hideDesktop {
        display: block !important
    }

    div.mobtabverblock.d-table {
        display: block;
        font-size: 13px
    }

    div.mobtabverblock.d-table>div.d-table-cell {
        display: block;
        margin-bottom: 18px;
        text-align: left !important
    }

    .search-dlr-panel span.icon {
        line-height: 21.5px;
        padding: 8px 10px;
        width: 36px
    }

    .search-dlr-panel select {
        margin-left: 35px;
        width: 90px;
        font-size: 11px
    }

    .search-dlr-panel input.s-field {
        font-size: 13px;
        width: calc(100% - 133px)
    }

    ul.horimginlinebx6 {
        margin: 0;
        display: flex;
        align-items: center;
        overflow-x: scroll;
        cursor: grab
    }

    ul.horimginlinebx6 li {
        flex: none;
        width: auto;
        text-align: center;
        vertical-align: top;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        display: unset;
        margin: 0
    }

    ul.horimginlinebx6 li a {
        display: block;
        padding: 15px 0;
        filter: unset;
        border-right: 0
    }

    ul.horimginlinebx6 li a img {
        max-width: 48px
    }

    p.bigbtndrpg {
        border: 1px solid #0275d8;
        width: 230px;
        margin: 20px auto 0
    }

    .hot-points {
        font-size: 16px
    }

    .hot-points i {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 15px;
        margin-right: 5px
    }

    .klpbtn09 {
        margin: -115px 0 0;
        text-align: center
    }

    .ftr-btm01 .btn_po .self-btn {
        width: 100%;
        text-align: center;
        font-weight: 600;
        margin-top: 90px;
        text-decoration: underline;
        font-size: 16px
    }

    .ftr-btm01 .btn_po .ordi-btn {
        margin: -98px auto 0;
        width: 100%;
        position: relative
    }

    .ftr-btm01 .btn_po .vcopn-btn,
    ul.subsplandt0l li.mgpl div.first-c {
        width: 100%
    }

    .ftr-btm01 .btn_po {
        padding: 56px 10px 80px
    }

    .popBtns a {
        margin-bottom: 10px
    }

    .foot-cart .ffw_02 .cout {
        width: 98%;
        text-align: center;
        font-size: 14px;
        margin-top: 5px;
        display: block
    }

    .foot-cart .ffw_02 .cout i,
    .foot-cart .ffw_02 .vcopon i {
        float: right
    }

    .foot-cart .ffw_02 a.vcopon {
        width: 145px
    }
}

@media only screen and (max-width: 420px) {

    label.newsletercheck,
    label.newsletercheck input {
        vertical-align: middle
    }

    .signup-frame {
        max-width: 420px;
        width: 100%;
        float: inline-end
    }

    .qckcmtab {
        width: 90%;
        margin: 0 auto 30px
    }

    .qckcmtab ul {
        padding: 0
    }

    label.newsletercheck {
        font-size: .56rem;
        margin-bottom: 10px
    }

    .rt-tabs ul li a.ahead:after,
    .rt-tabs ul li.active a.ahead:after {
        margin-right: -10px
    }

    .fancy {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 20px
    }

    .dlrregPgst .rgt-cnt01 .fancy-from .input-field {
        width: 200px
    }

    .sstli_ul1 .itmRow .img {
        width: 140px;
        margin-right: 0;
        float: none
    }

    .sstli_ul1 .content .bkinfo p.ttl {
        margin: 0;
        text-align: left
    }

    .sstli_ul1 .content .bkinfo p {
        padding: 3px 0
    }

    .additem-ul p.iname {
        width: 100%;
        margin-bottom: 6px
    }

    .additem-ul p.iqty {
        margin: 0 5px
    }

    .additem-ul p.iadd a,
    div.resp-listdiv input {
        font-size: 12px
    }

    .additem-ul p.iprice {
        width: 60px
    }

    .full-grey {
        padding: 30px 0
    }

    .full-grey.vipbg {
        padding: 30px 0 0
    }

    .bg-pack.full-grey,
    tr.redspr009 td {
        padding: 5px
    }

    div.tabsdataBox {
        padding: 20px
    }

    div.fancyFromStepDsg a.prevT {
        left: -7px;
        padding: 10px 5px
    }

    div.fancyFromStepDsg a.nextT {
        right: -7px;
        padding: 10px 5px
    }

    div.resp-listdiv {
        width: 47%
    }

    div.resp-listdiv:nth-child(2n) {
        margin-right: 0
    }

    a#delPriceRow {
        margin-top: 5px;
        display: block
    }

    a#delPriceRow span.dltx {
        display: inline-block;
        margin-left: 5px
    }
}

@media only screen and (max-width: 400px) {
    .proswitcher {
        margin: 0 auto -48px;
        padding-top: 71px
    }

    .proswitcher p,
    .sub-header-part.bikeList,
    .sub-rt-overlay.bikeList {
        display: none
    }

    .sub-header-part .c-data .logo a img {
        width: 125px !important
    }

    .c-data.home .srch-tab ul li a span {
        font-size: .4rem
    }

    a.mobScreentopHadcall {
        display: none !important
    }

    .info_ul01 li,
    .payopllft {
        /* width: 110px; */
    }

    ul.payChckouttabs li a img {
        height: 18px
    }

    ul.addbikeTbs009 li a {
        font-size: .6rem;
        line-height: 12px
    }

    ul.addbikeTbs009 li a span {
        line-height: 20px;
        margin-bottom: 8px
    }

    div.tds-infoWindw {
        padding: 25px 40px 30px;
        width: 275px
    }

    div.tds-infoWindw p.msg {
        font-size: 12px
    }

    div.tds-infoWindw ul.listrule li {
        font-size: 13px;
        line-height: 25px
    }

    div#gstReg label {
        padding: 1px 6px
    }

    div#gstReg input.gstN {
        width: 165px
    }

    .dtcusrloclive {
        margin-top: 40px
    }

    .sub-header-part .c-data {
        padding: 15px 0 0
    }

    .bike-icon,
    .footer-frame ul.tab2,
    .sub-header-part.acchd01 .c-data .logo,
    .sub-header-part.acchd01 .c-data .sub-right-text {
        float: none
    }

    .sub-header-part.acchd01 .c-data {
        padding: 0
    }

    .locNm {
        font-size: 24px;
        margin: 0 0 25px
    }

    .c-data {
        width: 90%
    }

    .filter-search-form,
    div#home-search div[class=form-col] {
        display: block
    }

    .sub-header-part,
    .sub-rt-overlay {
        height: 140px
    }

    .locNm.bikeList {
        font-size: 20px;
        margin: 45px 0 20px
    }

    .clpg-locNm.bikeList {
        margin: 25px 0 20px
    }

    .filter-box-style1 {
        padding-top: 10px
    }

    .header-center-part {
        min-height: 650px;
        padding: 60px 0
    }

    .header-center-part.furniture,
    .header-center-part.furniture .rt-overlay,
    .rt-overlay {
        min-height: 650px
    }

    .header-center-part.furniture .rt-overlay {
        height: 650px
    }

    .srch-tab ul li a i {
        font-size: 18px
    }

    .sub-right-text {
        text-align: center;
        padding: 15px 0
    }

    .time-bar ul li {
        width: 49.3%
    }

    .time-bar ul li:nth-child(2) {
        border-right: 0
    }

    .user-holder {
        width: 210px;
        margin: 0 auto
    }

    .user-pp {
        float: left;
        margin-top: -16px
    }

    .hidden-menu-1 {
        right: 80px;
        margin-top: 12px
    }

    .next-filter .full-box ul li {
        width: 130px
    }

    .loc-inline li {
        width: 100%
    }

    .cshp .sub-right-text h2 {
        line-height: 30px
    }

    .cshp {
        height: 150px
    }

    .btn-row a {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 380px) {

    .header-center-part.newlook .hm-caption h2,
    .header-center-part.newlook .hm-caption h3 {
        font-size: 14px
    }

    tr.redspr009 td {
        padding: 2px
    }

    .wd0p01.lg,
    div.nw-filtersty001 div.ulberrt-brd {
        width: 140px
    }

    div.nw-filtersty001 .unbound-bdr {
        margin-right: 10px
    }

    div.nw-filtersty001 select {
        min-width: 90px
    }

    .filter-box-style1 div.ulberrt-brd {
        width: 260px;
        float: none
    }

    .filter-box-style1 div.ulberrt-brd span.novrflw {
        width: 225px
    }

    .filter-box-style1 ul.dropdn-typ {
        right: unset;
        margin-top: -5px;
        width: 257px
    }

    .dlrregPgst .rgt-cnt01 .fancy-from .input-field {
        width: 165px
    }

    p.b2homelink {
        max-width: 308px
    }

    .soclloginbox .social a {
        min-width: 130px;
        width: 130px;
        font-size: 12px
    }

    .soclloginbox .social a span {
        padding: 6px 8px
    }

    .soclloginbox .social .facebook span,
    .soclloginbox .social .gplus span {
        margin-left: -2px
    }

    .lineor01 .lftline,
    .lineor01 .rgtline {
        width: 110px
    }

    .signup-frame {
        width: 110%;
        margin: 0 -15px
    }
}

@media only screen and (max-width: 360px) {
    .sub-header-part .c-data .logo a img {
        width: 100px
    }

    .sep-back {
        font-size: 11px
    }

    .pp-img-holder.imgbdgea {
        margin-top: 45px
    }

    div.domesLabel {
        font-size: 7px
    }

    ul.payChckouttabs li a label {
        padding: 5px 7px
    }

    ul.payiconsList.big li img {
        max-width: 25px
    }

    span.intrlabel {
        margin-top: -8px;
        position: relative;
        float: right;
        z-index: 1;
        right: 8px;
        font-size: 8px
    }

    p.txtsrhDt label {
        margin-right: 10px
    }

    span.d1,
    span.d1 strong,
    span.d2 {
        font-size: 12px
    }

    p.b2homelink {
        max-width: 275px
    }

    div.rvwdealerpnel009 {
        width: 215px
    }

    .lform-logo img {
        width: 110px
    }

    .fancy-from {
        padding: 20px 20px 10px
    }

    .soclloginbox .social a {
        min-width: 122px;
        width: 122px
    }

    .soclloginbox .social a span {
        padding: 5px
    }

    .lineor01 .lftline,
    .lineor01 .rgtline {
        width: 102px
    }

    .action-buttons a:first-child,
    .action-buttons a:nth-child(2) {
        padding: 8px 10px
    }

    .action-buttons a:last-child {
        padding: 8px 15px
    }
}

@media only screen and (max-width: 300px) {
    .c-data.home .srch-tab ul li a span {
        display: none
    }

    .header-center-part.newlook .hm-caption h1 {
        font-size: 1rem
    }
}

@media only screen and (max-width: 760px),
(min-device-width:768px) and (max-device-width:1024px) {

    .ol-content,
    .ol-content2 {
        margin: 40px 0;
        padding: 20px
    }

    .ol-content2 .buttons_row a {
        margin: 0 auto 10px;
        display: block;
        text-align: center;
        max-width: 200px
    }

    #citemtb,
    #citemtb tbody,
    #citemtb td,
    #citemtb th,
    #citemtb thead,
    #citemtb tr {
        display: block
    }

    #citemtb thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    #citemtb tbody tr td {
        border: 0;
        position: relative;
        padding: 10px 15px
    }

    #citemtb td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap
    }

    .cart-window,
    .location-window {
        width: 300px
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa,
.fa-stack {
    display: inline-block
}

.fa-fw,
.fa-li {
    text-align: center
}

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: local('Fontawesome Webfont'), url('https://www.rentrip.in/assets/components/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://www.rentrip.in/assets/components/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://www.rentrip.in/assets/components/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://www.rentrip.in/assets/components/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://www.rentrip.in/assets/components/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://www.rentrip.in/assets/components/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x,
.fa-stack-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left,
.pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: 2s linear infinite fa-spin;
    animation: 2s linear infinite fa-spin
}

.fa-pulse {
    -webkit-animation: 1s steps(8) infinite fa-spin;
    animation: 1s steps(8) infinite fa-spin
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-shrink:active,
.hvr-shrink:focus,
.hvr-shrink:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-pulse:active,
.hvr-pulse:focus,
.hvr-pulse:hover {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-pulse-grow:active,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:hover {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-pulse-shrink:active,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:hover {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-push:active,
.hvr-push:focus,
.hvr-push:hover {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-pop:active,
.hvr-pop:focus,
.hvr-pop:hover {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-in:active,
.hvr-bounce-in:focus,
.hvr-bounce-in:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-out:active,
.hvr-bounce-out:focus,
.hvr-bounce-out:hover {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-rotate:active,
.hvr-rotate:focus,
.hvr-rotate:hover {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg)
}

.hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-grow-rotate:active,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:hover {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-float:active,
.hvr-float:focus,
.hvr-float:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sink:active,
.hvr-sink:focus,
.hvr-sink:hover {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-bob:active,
.hvr-bob:focus,
.hvr-bob:hover {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

@-webkit-keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

.hvr-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-hang:active,
.hvr-hang:focus,
.hvr-hang:hover {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

.hvr-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-skew:active,
.hvr-skew:focus,
.hvr-skew:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.hvr-skew-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.hvr-skew-forward:active,
.hvr-skew-forward:focus,
.hvr-skew-forward:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.hvr-skew-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.hvr-skew-backward:active,
.hvr-skew-backward:focus,
.hvr-skew-backward:hover {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-wobble-vertical:active,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-wobble-horizontal:active,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:hover {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }

    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }

    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }

    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }

    100% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
}

@keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }

    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }

    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }

    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }

    100% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
}

.hvr-wobble-to-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-wobble-to-bottom-right:active,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:hover {
    -webkit-animation-name: hvr-wobble-to-bottom-right;
    animation-name: hvr-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }

    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }

    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }

    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }

    100% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
}

@keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }

    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }

    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }

    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }

    100% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
}

.hvr-wobble-to-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-wobble-to-top-right:active,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:hover {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.hvr-wobble-top:active,
.hvr-wobble-top:focus,
.hvr-wobble-top:hover {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.hvr-wobble-bottom:active,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:hover {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-wobble-skew:active,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:hover {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-buzz:active,
.hvr-buzz:focus,
.hvr-buzz:hover {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-buzz-out:active,
.hvr-buzz-out:focus,
.hvr-buzz-out:hover {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-forward:active,
.hvr-forward:focus,
.hvr-forward:hover {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.hvr-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-backward:active,
.hvr-backward:focus,
.hvr-backward:hover {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color
}

.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
    background-color: #00aeef;
    color: #fff
}

@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, .75)
    }
}

@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, .75)
    }
}

.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color
}

.hvr-back-pulse:active,
.hvr-back-pulse:focus,
.hvr-back-pulse:hover {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #00aeef;
    background-color: #00aeef;
    color: #fff
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
    color: #fff !important
}

.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-left:active,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:hover {
    color: #fff
}

.hvr-sweep-to-left:active:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-bottom:active,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:hover {
    color: #fff
}

.hvr-sweep-to-bottom:active:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-top:active,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:hover {
    color: #fff
}

.hvr-sweep-to-top:active:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
    color: #fff
}

.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-left:active,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:hover {
    color: #fff
}

.hvr-bounce-to-left:active:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-bottom:active,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:hover {
    color: #fff
}

.hvr-bounce-to-bottom:active:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-top:active,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:hover {
    color: #fff
}

.hvr-bounce-to-top:active:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-radial-out:active,
.hvr-radial-out:focus,
.hvr-radial-out:hover {
    color: #fff
}

.hvr-radial-out:active:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #00aeef;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-radial-in:active,
.hvr-radial-in:focus,
.hvr-radial-in:hover {
    color: #fff
}

.hvr-radial-in:active:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #00aeef;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-rectangle-in:active,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:hover {
    color: #fff
}

.hvr-rectangle-in:active:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover {
    color: #fff
}

.hvr-rectangle-out:active:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #00aeef;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-in-horizontal:active,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:hover {
    color: #fff
}

.hvr-shutter-in-horizontal:active:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00aeef;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover {
    color: #fff
}

.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #00aeef;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-in-vertical:active,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:hover {
    color: #fff
}

.hvr-shutter-in-vertical:active:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00aeef;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-out-vertical:active,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:hover {
    color: #fff
}

.hvr-shutter-out-vertical:active:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.hvr-border-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
}

.hvr-border-fade:active,
.hvr-border-fade:focus,
.hvr-border-fade:hover {
    box-shadow: inset 0 0 0 4px #00aeef, 0 0 1px transparent
}

.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
}

.hvr-hollow:active,
.hvr-hollow:focus,
.hvr-hollow:hover {
    background: 0
}

.hvr-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-trim:before {
    content: '';
    position: absolute;
    border: #fff solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.hvr-trim:active:before,
.hvr-trim:focus:before,
.hvr-trim:hover:before {
    opacity: 1
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.hvr-ripple-out:active:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:hover:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out
}

@-webkit-keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

.hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-ripple-in:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.hvr-ripple-in:active:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:hover:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in
}

.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}

.hvr-outline-out:active:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px
}

.hvr-outline-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-outline-in:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}

.hvr-outline-in:active:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1
}

.hvr-round-corners {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius
}

.hvr-round-corners:active,
.hvr-round-corners:focus,
.hvr-round-corners:hover {
    border-radius: 1em
}

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #00aeef;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-from-left:active:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:hover:before {
    right: 0
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #00aeef;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
    left: 0;
    right: 0
}

.hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #00aeef;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-from-right:active:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:hover:before {
    left: 0
}

.hvr-overline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #00aeef;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-overline-from-left:active:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:hover:before {
    right: 0
}

.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #00aeef;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-overline-from-center:active:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:hover:before {
    left: 0;
    right: 0
}

.hvr-overline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #00aeef;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-overline-from-right:active:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:hover:before {
    left: 0
}

.hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #00aeef;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-reveal:active:before,
.hvr-reveal:focus:before,
.hvr-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px
}

.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00aeef;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-reveal:active:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #00aeef;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-overline-reveal:active:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}

.hvr-glow:active,
.hvr-glow:focus,
.hvr-glow:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}

.hvr-shadow:active,
.hvr-shadow:focus,
.hvr-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5)
}

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform
}

.hvr-grow-shadow:active,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hvr-box-shadow-outset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}

.hvr-box-shadow-outset:active,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .6)
}

.hvr-box-shadow-inset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .6), 0 0 1px transparent
}

.hvr-box-shadow-inset:active,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:hover {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .6), 0 0 1px transparent
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, transparent 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-shadow-radial:after,
.hvr-shadow-radial:before {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, .6) 0, transparent 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, .6) 0, transparent 80%)
}

.hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, .6) 0, transparent 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .6) 0, transparent 80%)
}

.hvr-shadow-radial:active:after,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:hover:before {
    opacity: 1
}

.hvr-bubble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px;
    border-color: transparent transparent #e1e1e1
}

.hvr-bubble-top:active:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hvr-bubble-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1
}

.hvr-bubble-right:active:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.hvr-bubble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0;
    border-color: #e1e1e1 transparent transparent
}

.hvr-bubble-bottom:active:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:hover:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.hvr-bubble-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent
}

.hvr-bubble-left:active:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:hover:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.hvr-bubble-float-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #e1e1e1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-top:active,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.hvr-bubble-float-top:active:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hvr-bubble-float-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-right:active,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.hvr-bubble-float-right:active:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.hvr-bubble-float-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #e1e1e1 transparent transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-bottom:active,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hvr-bubble-float-bottom:active:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:hover:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.hvr-bubble-float-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-bubble-float-left:active,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.hvr-bubble-float-left:active:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:hover:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-left: 2.2em;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.hvr-icon-back:before {
    content: "\f137";
    position: absolute;
    left: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-back:active:before,
.hvr-icon-back:focus:before,
.hvr-icon-back:hover:before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px)
}

.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.hvr-icon-forward:before {
    content: "\f138";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-forward:active:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:hover:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

@-webkit-keyframes hvr-icon-down {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes hvr-icon-down {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.hvr-icon-down {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-down:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-down:active:before,
.hvr-icon-down:focus:before,
.hvr-icon-down:hover:before {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes hvr-icon-up {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hvr-icon-up {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-up:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-up:active:before,
.hvr-icon-up:focus:before,
.hvr-icon-up:hover:before {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.hvr-icon-spin {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-spin:before {
    content: "\f021";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.hvr-icon-spin:active:before,
.hvr-icon-spin:focus:before,
.hvr-icon-spin:hover:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100%,
    51% {
        opacity: 1
    }
}

@keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100%,
    51% {
        opacity: 1
    }
}

.hvr-icon-drop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-drop:before {
    content: "\f041";
    position: absolute;
    right: 1em;
    opacity: 1;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-drop:active:before,
.hvr-icon-drop:focus:before,
.hvr-icon-drop:hover:before {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    animation-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-icon-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-fade:before {
    content: "\f00c";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color;
    transition-property: color
}

.hvr-icon-fade:active:before,
.hvr-icon-fade:focus:before,
.hvr-icon-fade:hover:before {
    color: #0f9e5e
}

@-webkit-keyframes hvr-icon-float-away {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
}

@keyframes hvr-icon-float-away {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
}

.hvr-icon-float-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-float-away:after,
.hvr-icon-float-away:before {
    content: "\f055";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome
}

.hvr-icon-float-away:after {
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hvr-icon-float-away:active:after,
.hvr-icon-float-away:focus:after,
.hvr-icon-float-away:hover:after {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes hvr-icon-sink-away {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }
}

@keyframes hvr-icon-sink-away {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }
}

.hvr-icon-sink-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-sink-away:after,
.hvr-icon-sink-away:before {
    content: "\f056";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-sink-away:after {
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.hvr-icon-sink-away:active:after,
.hvr-icon-sink-away:focus:after,
.hvr-icon-sink-away:hover:after {
    -webkit-animation-name: hvr-icon-sink-away;
    animation-name: hvr-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.hvr-icon-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-grow:before {
    content: "\f118";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-grow:active:before,
.hvr-icon-grow:focus:before,
.hvr-icon-grow:hover:before {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0)
}

.hvr-icon-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-shrink:before {
    content: "\f119";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-shrink:active:before,
.hvr-icon-shrink:focus:before,
.hvr-icon-shrink:hover:before {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

@-webkit-keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.hvr-icon-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-pulse:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-pulse:active:before,
.hvr-icon-pulse:focus:before,
.hvr-icon-pulse:hover:before {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-pulse-grow:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-pulse-grow:active:before,
.hvr-icon-pulse-grow:focus:before,
.hvr-icon-pulse-grow:hover:before {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.hvr-icon-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

.hvr-icon-pulse-shrink:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-pulse-shrink:active:before,
.hvr-icon-pulse-shrink:focus:before,
.hvr-icon-pulse-shrink:hover:before {
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-push:before {
    content: "\f006";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-push:active:before,
.hvr-icon-push:focus:before,
.hvr-icon-push:hover:before {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.hvr-icon-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-pop:before {
    content: "\f005";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-pop:active:before,
.hvr-icon-pop:focus:before,
.hvr-icon-pop:hover:before {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-icon-bounce {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-bounce:before {
    content: "\f087";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-bounce:active:before,
.hvr-icon-bounce:focus:before,
.hvr-icon-bounce:hover:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.hvr-icon-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-rotate:before {
    content: "\f0c6";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-rotate:active:before,
.hvr-icon-rotate:focus:before,
.hvr-icon-rotate:hover:before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-grow-rotate:before {
    content: "\f095";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-grow-rotate:active:before,
.hvr-icon-grow-rotate:focus:before,
.hvr-icon-grow-rotate:hover:before {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg)
}

.hvr-icon-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-float:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-float:active:before,
.hvr-icon-float:focus:before,
.hvr-icon-float:hover:before {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.hvr-icon-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-sink:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-sink:active:before,
.hvr-icon-sink:focus:before,
.hvr-icon-sink:hover:before {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.hvr-icon-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-bob:before {
    content: "\f077";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-bob:active:before,
.hvr-icon-bob:focus:before,
.hvr-icon-bob:hover:before {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

@-webkit-keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@-webkit-keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.hvr-icon-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-hang:before {
    content: "\f078";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-hang:active:before,
.hvr-icon-hang:focus:before,
.hvr-icon-hang:hover:before {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-wobble-horizontal:before {
    content: "\f061";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-wobble-horizontal:active:before,
.hvr-icon-wobble-horizontal:focus:before,
.hvr-icon-wobble-horizontal:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-wobble-vertical:before {
    content: "\f062";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-wobble-vertical:active:before,
.hvr-icon-wobble-vertical:focus:before,
.hvr-icon-wobble-vertical:hover:before {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.hvr-icon-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-buzz:before {
    content: "\f017";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-buzz:active:before,
.hvr-icon-buzz:focus:before,
.hvr-icon-buzz:hover:before {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.hvr-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-buzz-out:before {
    content: "\f023";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-buzz-out:active:before,
.hvr-icon-buzz-out:focus:before,
.hvr-icon-buzz-out:hover:before {
    -webkit-animation-name: hvr-icon-buzz-out;
    animation-name: hvr-icon-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-curl-top-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.hvr-curl-top-left:active:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:hover:before {
    width: 25px;
    height: 25px
}

.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.hvr-curl-top-right:active:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:hover:before {
    width: 25px;
    height: 25px
}

.hvr-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.hvr-curl-bottom-right:active:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:hover:before {
    width: 25px;
    height: 25px
}

.hvr-curl-bottom-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

.hvr-curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.hvr-curl-bottom-left:active:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:hover:before {
    width: 25px;
    height: 25px
}