/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

.btn:hover, .confirm, .confirm-sms, .confirm-sms1, .confirm1, .confirmErr {
    text-align: center;
}

#media-player video, .modal, .playpause, .video, .video-wrapper > video, .wrapper {
    width: 100%;
}

.breadcrumb, .carousel-indicators, .dropdown-menu, .media-list, .nav, .pager {
    list-style: none;
}

*, .btn:hover, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.video-wrapper > video, img {
    vertical-align: middle;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 340px;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

::-webkit-media-controls {
    display: none !important;
}

.media-controls {
    margin-top: -9px;
    padding-top: 2px;
    height: 32px;
    background: #000;
}

#currentTime {
    color: #eee;
}

#progressContainer {
    float: left;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 12px;
    height: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#progress-bar {
    background-color: #34DDDD;
    height: 5px;
    border-radius: 5px !important;
    -webkit-box-shadow: 2px 0 10px 2px rgba(52,221,221,.5);
    -moz-box-shadow: 2px 0 10px 2px rgba(52,221,221,.5);
    box-shadow: 2px 0 10px 2px rgba(52,221,221,.5);
}

.media-controls .btn {
    width: 40px;
    font-size: 12px;
    padding: 0 12px;
    margin-right: 2px;
    margin-top: 3px;
    background: -webkit-linear-gradient(top,#666,#000);
    background: -moz-linear-gradient(top,#666,#000);
    background: -ms-linear-gradient(top,#666,#000);
    background: -o-linear-gradient(top,#666,#000);
    background: linear-gradient(to bottom,#666,#000);
    color: #eee;
    border: 2px solid #666;
    float: left;
}

.btn:hover {
    box-sizing: border-box;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: pre;
    text-shadow: 0 0 10px rgba(52,221,221,1),0 0 20px rgba(52,221,221,1),0 0 30px rgba(52,221,221,1),0 0 40px #34DDDD,0 0 70px #34DDDD,0 0 80px #34DDDD,0 0 100px #34DDDD;
    -webkit-transition: all .2s cubic-bezier(.42,0,.58,1);
    -moz-transition: all .2s cubic-bezier(.42,0,.58,1);
    -o-transition: all .2s cubic-bezier(.42,0,.58,1);
    transition: all .2s cubic-bezier(.42,0,.58,1);
}

#playControls {
    height: 28px;
    float: left;
    margin-left: 7px;
}

#timeContainer {
    float: left;
}

#volumeControls {
    float: right;
    height: 28px;
    margin-right: 7px;
}

#sliderContainer {
    padding: 6px 10px 10px;
    position: absolute;
    margin-top: -117px !important;
    margin-left: 6px !important;
    display: none;
    background: #000;
    background: 0 0\9;
    background: rgba(0,0,0,.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    zoom: 1;
}

    #sliderContainer:nth-child(n) {
        filter: none;
    }

#slider {
    border-width: 1px;
    border-style: solid;
    border-color: #333 #333 #777;
    border-radius: 10px !important;
    width: 10px;
    height: 100px;
    box-shadow: inset 0 1px 5px 0 rgba(0,0,0,.5),0 1px 0 0 rgba(250,250,250,.5);
}

.volume {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: -5px;
}

.ui-slider-handle {
    height: 10px !important;
    cursor: pointer !important;
    left: -.35em !important;
    margin-bottom: -9px !important;
}

.ui-slider-range {
    background: linear-gradient(top,#fff 0,#eaeaea 100%);
    position: absolute;
    border: 0;
    top: 0;
    height: 100%;
    border-radius: 25px;
}

.ui-slider {
    margin: 0 !important;
    float: left;
}

.pull-right, .pull_right {
    float: right !important;
}

.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

.video-wrapper {
    position: relative;
}

    .video-wrapper > video {
        height: 100%;
    }

        .video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
            display: none;
        }

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: .95;
    cursor: pointer;
    background-image: linear-gradient(transparent,#000);
    transition: opacity 150ms;
}

    .video-overlay-play-button:hover {
        opacity: 1;
    }

    .video-overlay-play-button.is-hidden {
        display: none;
    }

.wrapper {
    display: table;
    position: relative;
}

.playpause {
    background-image: url(http://png-4.findicons.com/files/icons/2315/default_icon/256/media_play_pause_resume.png);
    background-repeat: no-repeat;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.outerDiv {
    margin-top: 16% !important;
    margin-left: -30%;
}

*, :after, :before {
    margin: 0;
    padding: 0;
}

.modal {
    padding-top: 100px;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,.4);
}

.modal-content {
    margin: auto;
    padding: 20px;
    width: 80%;
}

.confirm, .confirm1, .confirmErr {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    min-width: 280px;
    background: #fff;
    position: fixed;
    border-radius: 10px;
    animation: fade 1s ease 1 forwards;
    z-index: 1000;
    margin: 0;
    border-top: 1px solid #fff;
}

.confirm-sms, .confirm-sms1 {
    transform: translate(-50%,-50%);
    background: #a94442 !important;
    position: fixed;
    animation: fade 1s ease 1 forwards;
    z-index: 1000;
    padding: 0;
}

.confirm {
    max-width: 375px;
    height: 160px;
    padding: 0;
}

.confirm-sms {
    max-width: 500px;
    height: 105px;
    bottom: 0;
    right: -5.3%;
    min-width: 100px;
    margin: 10px !important;
    width: 384px;
}

.confirm1 {
    max-width: 480px;
    height: 200px;
    padding: 0;
}

.confirm-sms1 {
    top: 14%;
    left: 50%;
    width: 100%;
    margin: 0;
    height: 40px;
}

.confirm-sms p {
    color: #fff;
    font-size: 20px !important;
    margin: 8px;
}

.confirm-sms1 p {
    color: #fff;
    font-size: 14px !important;
}

.confirmErr {
    max-width: 300px;
    height: 100px;
    padding: 0;
}

    .confirm button, .confirm1 button, .confirmErr button {
        color: #1678E5;
        height: 4rem;
        width: 100%;
        position: absolute;
        cursor: pointer;
        bottom: 0;
    }

.confirm-sms button {
    color: #fff;
    height: 4rem;
    width: 100%;
    position: absolute;
    cursor: pointer;
    bottom: 0;
}

.confirm h1, .confirm-sms h1, .confirm1 h1, .confirmErr h1 {
    text-align: center;
    margin: 1.5rem 1rem .5rem;
}

.confirm1 h1 {
    font-size: 1.2rem;
}

.confirm1 p {
    font-size: 15px;
}

.confirm1 button {
    background: 0 0;
    border: none;
    font-size: 1.6rem;
}

    .confirm1 button:nth-of-type(1) {
        border-top: 1px solid #B4B4B4;
        left: 0;
        border-radius: 0 0 10px 10px;
        font-weight: 700;
    }

    .confirm1 button:nth-of-type(2) {
        border-top: 1px solid #B4B4B4;
        right: 0;
        border-radius: 0 0 10px;
    }

    .confirm1 button:focus, .confirm1 button:hover {
        font-weight: 700;
        background: #EFEFEF;
    }

.confirm h1 {
    font-size: 1.2rem;
}

.confirm p {
    font-size: 16px !important;
}

.confirm button {
    background: 0 0;
    border: none;
    font-size: 1.6rem;
}

    .confirm button:nth-of-type(1) {
        border-top: 1px solid #B4B4B4;
        left: 0;
        border-radius: 0 0 10px 10px;
        font-weight: 700;
    }

    .confirm button:nth-of-type(2) {
        border-top: 1px solid #B4B4B4;
        right: 0;
        border-radius: 0 0 10px;
    }

    .confirm button:focus, .confirm button:hover {
        font-weight: 700;
        background: #EFEFEF;
    }

.confirmErr h1 {
    font-size: 1.2rem;
}

.confirmErr p {
    font-size: 16px !important;
}

.confirmErr button {
    background: 0 0;
    border: none;
    font-size: 1.6rem;
}

.images, .res {
    height: 110px;
}

.confirmErr button:nth-of-type(1) {
    border-top: 1px solid #B4B4B4;
    left: 0;
    border-radius: 0 0 10px 10px;
    font-weight: 700;
}

.confirmErr button:nth-of-type(2) {
    border-top: 1px solid #B4B4B4;
    right: 0;
    border-radius: 0 0 10px;
}

hr, img {
    border: 0;
}

.confirmErr button:focus, .confirmErr button:hover {
    font-weight: 700;
    background: #EFEFEF;
}

.confirmErr button:active {
    background: #D6D6D6;
}

.confirm-sms h1 {
    font-size: 1.2rem;
}

.confirm-sms button {
    background: 0 0;
    border: none;
    font-size: 1.6rem;
}

    .confirm-sms button:nth-of-type(1) {
        border-top: 1px solid #B4B4B4;
        left: 0;
        border-radius: 0 0 10px 10px;
        font-weight: 700;
    }

    .confirm-sms button:nth-of-type(2) {
        border-top: 1px solid #B4B4B4;
        right: 0;
        border-radius: 0 0 10px;
    }

    .confirm-sms button:focus, .confirm-sms button:hover {
        font-weight: 700;
        background: #EFEFEF;
    }

@media (max-width:767px) and (min-width:320px) {
    .confirm1 p {
        font-size: 13px !important;
    }
}

@media (max-width:319px) {
    .confirm1 p {
        font-size: 10px !important;
    }
}

.ButtonMargin {
    margin-top: 20px;
    margin-bottom: 0;
}

.navMargin {
    margin-left: 0 !important;
}

.pull_left {
    float: left !important;
}

.btn-group > .btn-group, .btn-toolbar .btn-group, .btn-toolbar .input-group, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .dropdown-menu, .images, .res {
    float: left;
}

.page-about-us-management-team-css {
    margin-bottom: 20px;
    margin-top: -6px;
}

.testimonial-linkedin-image {
    margin-top: -30px;
}

.Heading, .Heading-span {
    display: block;
    margin-left: 120px;
    margin-bottom: 10px;
}

.paragraph {
    text-align: justify;
    text-indent: 2em;
    margin-top: 10px;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

b, optgroup, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

*, .landingPageImage, :after, :before {
    box-sizing: border-box;
}

pre, textarea {
    overflow: auto;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid;
    }

    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

.img-responsive, .img-thumbnail, .table, label {
    max-width: 100%;
}

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .navbar-toggle, .open > .btn-danger.dropdown-toggle, .open > .btn-default.dropdown-toggle, .open > .btn-info.dropdown-toggle, .open > .btn-primary.dropdown-toggle, .open > .btn-success.dropdown-toggle, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.img-thumbnail, body {
    background-color: #fff;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

.img-responsive {
    display: block;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

dt, kbd kbd, label {
    font-weight: 700;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

.small, small {
    font-size: 85%;
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.initialism, .quotes_block .author_name, .rheal_header .uppercase, .rheal_services .service-info a {
    text-transform: uppercase;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

pre code, table {
    background-color: transparent;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

dl, ol, ul {
    margin-top: 0;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

address, dl {
    margin-bottom: 20px;
}

ol, ul {
    margin-bottom: 10px;
}

.list-inline {
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dd, dt {
    line-height: 1.42857;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .container {
        width: 750px;
    }
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dropdown-menu > li > a, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: #777;
    }

legend, pre {
    color: #333;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%;
}

caption, th {
    text-align: left;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: '';
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

address {
    font-style: normal;
    line-height: 1.42857;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " ";
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pre-scrollable {
    overflow-y: scroll;
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width:767px) {
    .ButtonMargin {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

fieldset, legend {
    padding: 0;
    border: 0;
}

fieldset {
    margin: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

output {
    padding-top: 7px;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
        line-height: 34px;
    }

        .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
            line-height: 30px;
        }

        .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
            line-height: 46px;
        }
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px;
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed;
    }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-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-left: 0;
        padding-right: 0;
    }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    height: 30px;
    line-height: 30px;
}

.input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg {
    height: 46px;
    line-height: 46px;
}

.input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.collapsing, .dropdown, .dropup {
    position: relative;
}

.input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block;
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .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 .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        content: " ";
        display: table;
    }

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
    visibility: hidden;
}

    .collapse.in {
        display: block;
        visibility: visible;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

    .dropdown-menu-right, .dropdown-menu.pull-right {
        left: auto;
        right: 0;
    }

    .dropdown-header, .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        line-height: 1.42857;
        white-space: nowrap;
    }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    font-weight: 400;
    color: #333;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777;
}

    .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        text-decoration: none;
        background-color: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        cursor: not-allowed;
    }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    font-size: 12px;
    color: #777;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.pull-right > label {
    color: #FFF;
    line-height: 35px;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
    font-weight: 400;
}

    .pull-right > label:first-child {
        padding-right: 16px;
    }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.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 .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: -5px;
}

    .btn-toolbar:after, .btn-toolbar:before {
        content: " ";
        display: table;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn .caret, .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: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-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-group-lg > .btn .caret, .btn-lg .caret {
    border-width: 5px 5px 0;
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.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, .btn-group-vertical > .btn-group:before {
        content: " ";
        display: table;
    }

    .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;
    }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group, .input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .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;
}

.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;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[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, .input-group-btn, .input-group-btn > .btn, .nav > li, .nav > li > a, .navbar, .navbar-toggle {
    position: relative;
}

.input-group {
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: table-cell;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.nav > li.disabled > a, .navbar-default .navbar-brand {
    color: #777;
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
}

    .nav:after, .nav:before {
        content: " ";
        display: table;
    }

    .nav > li, .nav > li > a {
        display: block;
    }

        .nav > li > a {
            padding: 10px 15px;
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
            color: #777;
            text-decoration: none;
            background-color: transparent;
            cursor: not-allowed;
        }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

.nav-justified > li, .nav-stacked > li, .nav-tabs.nav-justified > li {
    float: none;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px;
    }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }

        .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0;
        }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before {
    content: " ";
    display: table;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    height: 85px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.4);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.4);
    padding: 0 12px;
}

    .navbar .navbar-collapse {
        margin: 20px 0;
    }

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            visibility: visible !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

.navbar-toggle {
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        font-size: 16px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: right;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
                text-transform: uppercase;
                border-radius: 7px;
                margin-left: 10px;
                font-weight: 700;
            }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin: 8px -15px;
}

@media (min-width:768px) {
    .navbar-form .form-control-static, .navbar-form .form-group {
        display: inline-block;
    }

    .navbar-form .control-label, .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }

    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.btn .badge, .btn .label {
    top: -1px;
    position: relative;
}

.breadcrumb > li, .pagination {
    display: inline-block;
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }

    .rheal_services .service-info {
        background: rgba(0,0,0,0);
        text-align: center !important;
    }
}

.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-info, .progress-striped .progress-bar-success, .progress-striped .progress-bar-warning {
    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);
}

.badge, .label, .pager, .progress-bar {
    text-align: center;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .btn-group-sm > .navbar-btn.btn, .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .btn-group-xs > .navbar-btn.btn, .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #5e5e5e;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    background-color: rgba(255,255,255,.9);
}

    .navbar-inverse .navbar-brand {
        color: #48494d;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #48494d;
    }

        .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: #0070a0;
        }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #ededed;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #0070a0;
        color: #fff;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #e6e6e6;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #e6e6e6;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #48494d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: #0070a0;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #48494d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #48494d;
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li + li:before {
        content: /\00a0;
        padding: 0 5px;
        color: #ccc;
    }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            color: #337ab7;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

.badge, .label {
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
}

    .pager:after, .pager:before {
        content: " ";
        display: table;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.media-object, .thumbnail {
    display: block;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron, .jumbotron .h1, .jumbotron h1 {
    color: inherit;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #eee;
}

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

.alert, .thumbnail {
    margin-bottom: 20px;
}

    .alert .alert-link, .close {
        font-weight: 700;
    }

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail a > img, .thumbnail > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #333;
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    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);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.list-group, .media-list {
    padding-left: 0;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group {
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}

    .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: #777;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .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: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus, a.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 {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus, a.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 {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus, a.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 {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus, a.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 {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

    .panel-title, .panel > .list-group, .panel > .panel-collapse > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
        margin-bottom: 0;
    }

.panel-body {
    padding: 15px;
}

    .panel-body:after, .panel-body:before {
        content: " ";
        display: table;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    font-size: 16px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel-group .panel-heading, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.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;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.carousel-caption, .carousel-control {
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

body {
    font-family: Lato,sans-serif,Arial;
}

.popover, .tooltip {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body a {
    color: #00709f;
}

    body a:hover {
        color: #009EFF;
        text-decoration: none;
    }

.main_section {
    position: relative;
    overflow: hidden;
}

.rheal_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
}

    .rheal_header .blog-masthead {
        background-color: #0C5F81 !important;
        height: 35px;
        padding: 0 12px 0 2px;
    }

        .rheal_header .blog-masthead .blog-nav > a {
            color: #fff;
            padding: 0 10px;
            line-height: 35px;
            display: inline-block;
        }

            .rheal_header .blog-masthead .blog-nav > a:hover {
                background: #017eb8;
            }

        .rheal_header .blog-masthead img {
            width: 100%;
        }

        .rheal_header .blog-masthead a {
            color: #fff;
            line-height: 35px;
        }

            .rheal_header .blog-masthead a:first-child {
                padding-right: 16px;
            }

    .rheal_header .logo_sec {
        margin: 13px 15px 13px 0;
    }

    .rheal_header .logo_info {
        margin: 25px 0;
        width: 210px;
        font-style: italic;
        background: url(../../assets/images/global/logo-border.png) left top no-repeat;
        padding-left: 30px;
        font-size: 12px;
        color: #000;
        font-weight: 700;
    }

.container_sec, .rheal_service_sec {
    margin-bottom: 15px;
}

.rheal_header .custom_icon {
    color: #ffea00;
    padding-right: 7px;
    font-size: 12px;
}

.container_sec {
    margin-top: 36px;
}

    .container_sec .container_content {
        background: rgba(255,255,255,.4);
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

    .container_sec .text-wrap .container-text {
        background: #005477;
        font-size: 18px;
        padding: 15px;
        position: absolute;
        right: 70px;
        top: 445px;
        width: 584px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        opacity: .8; /*!important;*/
    }

.banner_sec img, .ssver2 {
    width: 100%;
}

.container_wrapper h4, .quotes_block, .rheal_footer h4, .service_info .service_para a, .tech_sec .container_content h3, .tech_sec .container_content1 h3 {
    font-weight: 700;
}

.container_sec .text-wrap .container-text h3 {
    font-weight: 700;
    margin-top: 0;
    font-style: normal;
}

.tech_sec .container_content p, .tech_sec .container_content1 p {
    font-style: italic;
}

.tech_sec {
    position: relative;
}

    .tech_sec .container_img {
        z-index: 1;
        position: relative;
    }

    .tech_sec img {
        width: 100%;
        height: 100% !important;
    }

    .tech_sec .container_content {
        position: absolute;
        left: 0;
        right: 0;
        top: 40%;
        color: #fff;
        font-size: 24px;
        z-index: 2;
    }

        .tech_sec .container_content h1, .tech_sec .container_content1 h1 {
            font-size: 48px;
            padding-top: 60px;
        }

.page-index .container_sec, .tech_sec {
    margin-top: 36px;
}

.ourservice_info, .tech_info {
    position: relative;
    background: #005477;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-size: 18px;
    line-height: 2;
}

.ourservice_info {
    background: #EBEBEC;
    color: #000;
}

.banner_sec, .page-index .banner_sec {
    margin-bottom: 30px;
}

.banner_sec {
    overflow: hidden;
}

.rheal_services {
    height: 205px;
    overflow: hidden;
    position: relative;
}

    .rheal_services .services_img {
        height: 100%;
    }

        .rheal_services .services_img img {
            height: 100%;
            max-width: 100%;
        }

    .rheal_services .service-info {
        background: rgba(0,0,0,0);
        height: 100%;
        left: 15px;
        padding: 20px 40px;
        position: absolute;
        right: 15px;
        text-align: left;
        top: 0;
        z-index: 1;
        color: #fff;
        margin-right: 40px;
    }

        .rheal_services .service-info h3 {
            margin-bottom: 25px;
            margin-top: 10px;
        }

        .rheal_services .service-info p {
            font-style: normal;
            margin-bottom: 20px;
        }

        .rheal_services .service-info a {
            color: #fff;
            padding-bottom: 5px;
            border-bottom: 1px dashed;
            outline: 0;
        }

            .rheal_services .service-info a:focus, .rheal_services .service-info a:hover {
                text-decoration: none;
            }

            .rheal_services .service-info a:hover {
                color: #ffea00;
                border-bottom: 1px dashed #ffea00;
            }

.client_group img {
    margin-right: 15px;
}

.quotes_block {
    font-style: italic;
    color: #626365;
    text-align: center;
    font-size: 18px;
    min-height: 407px;
    margin-left: 24px;
    Padding: 10px 20px;
}

.quotes_block_font {
    font-size: 16px !important;
}

.quotes_block .quotes_img {
    padding: 1px 0 30px;
}

.quotes_block .designation {
    font-size: 14px;
}

.quotes_block p {
    margin-bottom: 25px;
}

.quotes_block_p {
    margin-bottom: 10px !important;
}

.testimonial_slide {
    border-left: #f0f0f0 5px solid;
    margin-left: 40px;
}

.rheal_footer a {
    font-size: 12px;
}

.client_info, .expertise_sec {
    margin-bottom: 50px;
}

.rheal_footer .footer_nav {
    background-color: #EBEBEC;
    padding: 25px 0;
}

    .rheal_footer .footer_nav ul {
        padding-left: 0;
    }

        .rheal_footer .footer_nav ul li {
            list-style-type: none;
            margin-top: 10px;
        }

            .rheal_footer .footer_nav ul li a {
                color: #000;
            }

                .rheal_footer .footer_nav ul li a:hover {
                    color: #00709f;
                }

.rheal_footer .footer_nav_item2 {
    padding-left: 10px;
}

.rheal_footer h4 {
    font-size: 12px;
    border-bottom: 1px solid #cacacc;
    padding-bottom: 20px;
}

.rheal_footer .copyright_sec {
    padding: 25px 0;
}

    .rheal_footer .copyright_sec p {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 22px;
    }

.banner-img-small {
    display: none;
}

.page-offshore-app-development .container_wrapper {
    padding-top: 0;
}

.container_wrapper {
    padding-top: 125px;
    margin-bottom: 30px;
}

    .container_wrapper .banner_sec {
        margin-bottom: 0;
    }

.service_info {
    margin: 30px 0 60px;
    padding-bottom: 30px;
}

    .service_info p {
        font-size: 16px;
        line-height: 1.5;
    }

    .service_info .provide_service {
        font-style: italic;
        margin-left: 15px;
        margin-bottom: 30px;
    }

        .service_info .provide_service p {
            margin-left: 100px;
            background: #f3f4f5;
            padding: 20px 25px;
            color: #45494b;
            font-size: 18px;
            text-align: center;
        }

    .service_info .provide_tech {
        background: #005477;
    }

        .service_info .provide_tech .technology_name {
            font-size: 24px;
            text-transform: uppercase;
            padding: 30px;
            font-style: normal;
            background: #005477;
        }

    .service_info .service_para {
        padding-left: 15px;
    }

.service_info {
    margin-bottom: 35px;
}

    .service_info .service_para p, .service_para p {
        margin-bottom: 20px;
    }

    .service_info .cs_quote {
        padding: 40px 0;
        font-style: italic;
    }

        .service_info .cs_quote p {
            margin-left: 200px;
            background: #f3f4f5;
            color: #626365;
        }

        .service_info .cs_quote .author_name {
            text-transform: capitalize;
            font-size: 18px;
            font-weight: 400;
            text-align: center;
            display: block;
            margin-top: 10px;
        }

.quotes_block_testimonial .author_name, .read-more, .risk_free_section .risk_item h3, .risk_free_section .risk_title, .risk_free_section .riskfree h3, .sidebar h4 {
    text-transform: uppercase;
}

.case_info .provide_service {
    background: 0 0;
}

.provide_service {
    font-style: italic;
    margin-left: 15px;
    color: #fff;
    margin-bottom: 30px;
}

    .provide_service .provide_info {
        margin-left: 104px;
        background: #00709f;
        padding: 8px;
    }

        .provide_service .provide_info a {
            font-style: normal;
            color: #fff;
            font-weight: 300;
        }

            .provide_service .provide_info a:hover {
                color: #50bbdb;
            }

.app {
    background: url(../../assets/images/services/service_img_1.svg) left center no-repeat #005477;
}

.mobile {
    background: url(../../assets/images/services/service_img_2.svg) left center no-repeat #005477;
}

.sharepoint {
    background: url(../../assets/images/services/service_img_3.svg) left center no-repeat #005477;
}

.cloud {
    background: url(../../assets/images/services/service_img_4.svg) left center no-repeat #005477;
}

.db-optimi {
    background: url(../../assets/images/services/service_img_5.svg) left center no-repeat #005477;
}

.settings {
    background-position: 20px -375px;
}

.appc {
    background-position: 20px -90px;
}

.mobilec {
    background-position: 20px -164px;
}

.sharepointc {
    background-position: 20px -10px;
}

.cloudc {
    background-position: 20px -247px;
}

.db-optimic {
    background-position: 20px -320px;
}

.settingsc {
    background-position: 20px -390px;
}

.legacyapp {
    background: url(../../assets/images/services/service_img_6.svg) left center no-repeat #005477;
}

.sidebar {
    margin-top: 30px;
}

    .sidebar ul {
        padding-left: 0;
    }

    .sidebar h4 {
        margin-bottom: 25px;
        font-weight: 400;
        font-size: 14px;
    }

    .sidebar li {
        list-style-type: none;
        padding: 20px 0;
        border-bottom: 1px solid #e5e5e5;
    }

        .sidebar li a {
            color: #757575;
            font-weight: 700;
        }

            .sidebar li a.active, .sidebar li a:hover {
                color: #00709f;
                font-weight: 700;
            }

.application_sec {
    text-align: center;
    margin-top: 30px;
}

    .application_sec a, .application_sec span {
        font-size: 18px;
        font-weight: 700;
        color: #00709f;
        font-style: normal;
        padding: 10px 0 12px;
        display: block;
    }

.case_sec p, .client_sec {
    font-style: italic;
    line-height: 2;
}

.application_sec .app_into {
    background: #f3f4f5;
    padding: 10px 0;
    border-radius: 5px;
    margin: 15px 0;
}

.application_sec span:hover {
    color: #ffea00;
}

.case_sec {
    background: #005477;
    text-align: center;
    padding: 50px;
    color: #fff;
    margin-bottom: 30px;
}

.our_service .case_sec {
    background: #f3f4f5;
    color: #000;
}

.client_sec {
    text-align: center;
    font-size: 18px;
    padding: 30px;
}

.related_tech {
    padding-left: 15px;
    font-size: 18px;
}

    .related_tech a {
        font-weight: 700;
    }

.container_sec .carousel {
    height: 760px;
    overflow: hidden;
    position: relative;
}

    .container_sec .carousel .carousel-inner {
        height: 100%;
    }

    .container_sec .carousel .item {
        height: 100%;
        background-size: cover;
    }

.item1 {
    background: url(../../assets/images/slide2-img.jpg) right center no-repeat;
    height: 100%;
    background-size: cover;
}

.item2 {
    background: url(../../assets/images/slide3-img.jpg) right center no-repeat;
    height: 100%;
    background-size: cover;
}

.item3 {
    background: url(../../assets/images/slide1-img.jpg) right center no-repeat;
    height: 100%;
    background-size: cover;
}

.item11 {
    background: url(../../assets/images/slide1-img.jfif) right center no-repeat;
    height: 100%;
    background-size: cover;
}

.item12 {
    background: url(../../assets/images/technology-img.jfif) right center no-repeat;
    height: 100%;
    background-size: cover;
}

.item13 {
    background: url(../../assets/images/case-studies-img.jpg) right center no-repeat;
    height: 100%;
    background-size: cover;
}

.ssver2 {
    background: url(../../assets/images/slide2.jpg) left top no-repeat !important;
    height: 100%;
}

.container_sec .carousel .slide3 {
    background: url(../../assets/images/home/slide3.jpg) right center no-repeat;
    height: 100%;
    background-size: cover;
}

.container_sec .carousel .item .text-wrap {
    position: relative;
    height: 100%;
}

.container_sec .carousel-control, .container_sec .carousel-control.left, .container_sec .carousel-control.right {
    top: 55%;
    width: 30px;
    height: 42px;
    display: block;
    text-indent: -9999px;
    background: url(../../assets/images/slide-controls.png) left top no-repeat;
}

    .container_sec .carousel-control.left {
        left: 20px;
        background-position: 0 0;
    }

    .container_sec .carousel-control.right {
        right: 20px;
        background-position: -35px 0;
        width: 40px;
    }

.container_wrapper .carousel {
    height: 260px;
    background: #00709f;
}

.container_wrapper .container_sec .text-wrap .container-text {
    top: 60px;
    width: 80%;
    right: 0;
    left: 10%;
    background: 0 0;
}

.container_wrapper .container_sec .carousel-control {
    top: 45%;
}

.container_wrapper .carousel .container-text {
    color: #fff;
    text-align: center;
}

.client_slideshow .carousel {
    height: 178px;
    background: #005477;
}

    .client_slideshow .carousel .item {
        background: 0 0;
    }

    .client_slideshow .carousel .container-text {
        position: static;
        width: auto;
        background: 0 0;
        color: #fff;
        Padding: 40px 20px;
        text-align: center;
    }

        .client_slideshow .carousel .container-text span {
            display: block;
            margin-top: 20px;
            text-align: center;
            font-size: 18px;
        }

            .client_slideshow .carousel .container-text span small, .popover, .popover-title {
                font-size: 14px;
            }

    .client_slideshow .carousel .carousel-control, .client_slideshow .carousel .carousel-control.left, .client_slideshow .carousel .carousel-control.right {
        top: 44%;
    }

.profile_wrapper {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    padding-top: 20px;
}

    .profile_wrapper .member_profile {
        border-radius: 50%;
        height: 200px;
        overflow: hidden;
        width: 200px;
    }

    .profile_wrapper:last-child {
        border-bottom: 0 none;
        margin-bottom: 0;
    }

.member_profile {
    float: left;
}

.menu_dropdown {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

    .menu_dropdown .btn {
        float: none;
    }

    .menu_dropdown .dropdown-menu {
        left: 50%;
        margin-left: -130px;
        width: 258px;
    }

.offshore_app {
    top: 65px;
}

.nav.navbar-nav {
    margin-top: 2px;
}

.service_info .provide_service .case_info_text {
    margin-left: 0;
}

.page-application-development .container_img, .page-cloud-migration .container_img, .page-database-optimization .container_img, .page-legacy-application-migration .container_img, .page-mobile-development .container_img, .page-services .container_img, .page-sharepoint-development .container_img {
    background: url(../../assets/images/services/our-service-banner.jpg) left top no-repeat;
    background-size: cover;
}

.page-technologies .container_img {
    background: url(../../assets/images/technologies/img-techonology.jpg) left top no-repeat;
    background-size: cover;
}

.page-clients .container_img {
    background: url(../../assets/images/clients/client-banner.jpg) left top no-repeat;
    background-size: cover;
}

.casestudy_bg {
    background: url(../../assets/images/case-studies/case-studies-image.jpg) left top no-repeat;
    background-size: cover;
    height: 600px;
}

.career_bg {
    background: url(../../assets/images/careers/careers-image.jpg) left top no-repeat;
    background-size: cover;
    height: 600px;
}

.aboutus_bg {
    background: url(../../assets/images/about/about-us-image.jpg) left top no-repeat;
    background-size: cover;
    height: 600px;
}

.single_banner_cont.container_wrapper {
    padding-top: 0;
}

.client_logo_list {
    margin: 0;
    padding: 0;
}

.client_logo_item {
    list-style-type: none;
    float: left;
    padding: 20px;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    line-height: 10;
    text-align: center;
}

    .client_logo_item img {
        max-width: 100%;
    }

    .client_logo_item a {
        display: block;
    }

    .client_logo_item:first-child, .client_logo_item:nth-child(13), .client_logo_item:nth-child(17), .client_logo_item:nth-child(21), .client_logo_item:nth-child(5), .client_logo_item:nth-child(9) {
        border-left: 0 none;
    }

    .client_logo_item:nth-child(21), .client_logo_item:nth-child(22), .client_logo_item:nth-child(23), .client_logo_item:nth-child(24) {
        border-bottom: 0 none;
    }

.contact-title {
    margin-top: 30px;
    margin-bottom: 5px;
}

    .contact-title h2 {
        font-weight: 800;
        font-size: 24px;
    }

.contact-wrap {
    background-color: #f3f4f5;
    padding: 15px;
    min-height: 144px;
}

.address-containter {
    margin: 0;
}

.direction-wrap {
    padding-left: 30px;
}

    .direction-wrap h4 {
        margin-top: 0;
        font-size: 16px;
    }

    .direction-wrap ul {
        margin-left: 16px;
        padding: 0;
    }

    .direction-wrap li {
        font-size: 12px;
        margin-bottom: 6px;
    }

.map-wrapper {
    margin: 30px 0;
}

    .map-wrapper .map_mob_img {
        width: 100%;
    }

#map_canvas, #map_canvas2,#map_canvas3 {
    /*height: 263px;*/
        height: 226px;
}


.address p {
    line-height:21px;
    margin: 0;
    font-size: 16px;
}

.address a {
    display: block;
    line-height: 24px;
    color: #333;
}

.address strong {
    color: #000;
}

    .address strong:hover {
        color: #ffea00;
    }

.page-contact .singel_container:first-child {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.career-sidebar .nav-tabs > li.active > a, .career-sidebar .nav-tabs > li.active > a:focus, .career-sidebar .nav-tabs > li.active > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    background: 0 0;
    border: 1px solid transparent;
    outline: 0;
}

.page-careers-with-rheal .nav-tabs > li {
    float: none;
}

.career-sidebar .nav > li > a {
    padding: 0;
}

.career-sidebar .nav-tabs > li.active > a {
    color: #00709f;
}

.risk_free_section {
    background: rgba(3,126,183,.43);
    padding: 10px 0 30px;
}

    .risk_free_section .risk_title {
        font-size: 30px;
        text-align: left;
        font-weight: 700;
        color: #fff;
    }

    .risk_free_section .riskfree {
        color: #fff;
    }

        .risk_free_section .riskfree h3 {
            font-size: 26px;
        }

    .risk_free_section .risk_free_wrapper {
        margin-left: 25px;
    }

    .risk_free_section .risk_item {
        width: 306px;
        float: left;
        padding: 34px 24px 45px 46px;
        margin: 5px 0 5px -28px;
        background: url(../../assets/images/global/riskfree_bg.png) center top no-repeat;
    }

        .risk_free_section .risk_item h3 {
            margin: 0;
            font-size: 24px;
            font-weight: 400;
        }

    .risk_free_section .risk_item_active .risk_itemc {
        font-size: 12px;
        padding-left: 65px;
        color: #404040;
    }

        .risk_free_section .risk_item_active .risk_itemc h3 {
            font-weight: 700;
            color: #008fc1;
        }

    .risk_free_section .risk_itemc {
        font-size: 12px;
        padding-left: 65px;
        min-height: 80px;
        color: #fff;
    }

        .risk_free_section .risk_itemc h3 {
            font-weight: 700;
        }

    .risk_free_section .risk_item_active {
        background: url(../../assets/images/global/riskfree_active_bg.png) left top no-repeat;
    }

    .risk_free_section .risk_item1 {
        background: url(../../assets/images/global/risk-1-img.png) left top no-repeat;
    }

    .risk_free_section .risk_item2 {
        background: url(../../assets/images/global/risk-2-img.png) left top no-repeat;
    }

    .risk_free_section .risk_item3 {
        background: url(../../assets/images/global/risk-3-img.png) left top no-repeat;
    }

    .risk_free_section .risk_item4 {
        background: url(../../assets/images/global/risk-4-img.png) left top no-repeat;
    }

    .risk_free_section .risk_bottom {
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }

        .risk_free_section .risk_bottom .form-control {
            width: 75%;
            float: left;
            border-width: 5px;
            height: 40px;
        }

        .risk_free_section .risk_bottom .btn {
            text-transform: uppercase;
            margin-top: 4px;
        }

.home_banner {
    margin-top: 30px;
}

.member_profile img {
    width: 100%;
}

.page-about-us .container_wrapper, .page-about-us-how-we-work .container_wrapper, .page-about-us-management-team .container_wrapper, .page-about-us-risk-free .container_wrapper, .page-careers-with-rheal .container_wrapper, .page-case-studies .container_wrapper {
    margin-bottom: 0;
}

@media (min-width:992px) and (max-width:1199px) {
    .navbar-inverse .navbar-nav > li > a, .service_info .provide_service p {
        font-size: 14px;
    }

    .ButtonMargin {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .navbar-nav li a {
        margin-left: 0;
    }

    .rheal_services .service-info {
        padding: 0 20px;
    }

    .container_sec .text-wrap .container-text {
        right: auto;
        top: 185px;
    }

    .container_sec .carousel {
        height: 500px;
    }

    .container_wrapper .carousel {
        height: 240px;
    }

    .client_slideshow .carousel, .rheal_services, .rheal_services .services_img img {
        height: auto;
    }

    .container_wrapper .container_sec .text-wrap .container-text {
        left: 34%;
        top: 40px;
    }

    .client_slideshow .carousel .container-text {
        right: auto;
        left: auto;
        margin-left: 0;
        padding: 40px 20px;
    }

    .clients_banner img {
        width: 100%;
    }

    .rheal_services .service-info h3 {
        margin: 12px 0;
    }

    .service_info .provide_tech .technology_name {
        padding: 20px;
    }

    .client_logo_item {
        line-height: 14;
    }

    .risk_free_section .risk_free_wrapper {
        max-width: 560px;
        margin: 0 auto;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .quotes_block, .service_info {
        border-left: 0 none;
    }

    .rheal_services .service-info {
        padding: 20px;
    }

    .tech_sec .container_content h1, .tech_sec .container_content1 h1 {
        font-size: 32px;
        padding-top: 23px;
        margin-top: 0;
    }

    .logo_info {
        display: none;
    }

    .tech_sec .container_content {
        top: 157px;
    }

    .tech_sec .container_content1 {
        right: -125%;
        top: 157px;
    }

    .provide_service .provide_info a, .tech_sec .container-text {
        font-size: 14px;
    }

    .navbar-nav li a {
        margin-left: 0;
    }

    .rheal_header .logo_sec {
        margin-right: 0;
    }

    .ourservice_info, .tech_info {
        padding: 30px 0;
        font-size: 16px;
    }

    .tech_sec .container_content h3, .tech_sec .container_content1 h3 {
        font-size: 20px;
    }

    .btn-group-lg > .btn, .btn-lg, .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
    }

    .member_profile {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .container_sec .text-wrap .container-text {
        right: auto;
        top: 173px;
    }

    .container_sec .carousel {
        height: 400px;
    }

    .client_slideshow .carousel {
        height: 200px;
    }

    .container_wrapper .carousel {
        height: 240px;
    }

    .container_wrapper .container_sec .text-wrap .container-text {
        left: 34%;
        top: 40px;
    }

    .client_slideshow .carousel .container-text {
        right: auto;
        left: auto;
        margin-left: 0;
    }

    .clients_banner img {
        width: 100%;
    }

    .container_wrapper {
        padding-top: 15px;
    }

    .title_ipad h1 {
        float: none !important;
        text-align: center;
        padding-top: 0 !important;
    }

    .dropdown-menu li {
        width: 200px;
    }

    .menu_dropdown .btn {
        width: 258px;
    }

    .btn .caret {
        margin-left: 10px;
    }

    .tech_sec .container_content .offshore_app, .tech_sec .container_content1 .offshore_app {
        top: 20px;
    }

    .main_title h3 {
        margin-top: 3px;
        margin-bottom: 5px;
    }

    .singel_container {
        width: 100%;
    }

    .quotes_block {
        min-height: 270px;
    }

    .client_info {
        margin-bottom: 0;
    }

    .case_info .case_info_text {
        padding: 50px;
    }

    .case_info .cs_quote {
        padding: 10px 0;
        text-align: center;
    }

    .rheal_services .services_img {
        height: 100%;
    }

    .client_slideshow .carousel .container-text {
        padding: 40px 20px;
        font-size: 20px;
    }

    .container_bg {
        background-color: #f3f4f5;
        height: 200px;
    }

    .menu_bar_ddl {
        top: 95px !important;
    }

    .sec_title {
        color: #00709f;
    }

    .rheal_services, .rheal_services .services_img img {
        height: auto;
    }

        .rheal_services .service-info h3 {
            line-height: 18px;
        }

    .dropdown-text {
        float: left;
    }

    .btn-group-lg > .btn .caret, .btn-lg .caret {
        float: right;
        margin-top: 8px;
    }

    .menu_dropdown .btn {
        background: url(../../assets/images/global/bg-dropbox.png) left top;
    }

    .service_info .provide_service p {
        margin-left: 0;
    }

    .container_img {
        height: 100%;
    }

    .client_logo_item {
        line-height: 14;
    }

    .testimonial_slide {
        border: 0;
    }

    .page-contact .container_wrapper {
        padding-top: 125px;
    }

    .provide_service .provide_info {
        min-height: 108px;
    }

    .page-submenu {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 5px;
        left: 78%;
        margin-left: -124px;
        padding: 0 30px;
        position: absolute;
        top: -3px;
        width: 260px;
        z-index: 11;
    }

        .page-submenu .sidebar {
            margin-top: 0;
        }

            .page-submenu .sidebar li {
                padding: 6px 0;
            }

                .page-submenu .sidebar li:last-child {
                    border-bottom: 0 none;
                }

    .container_img_desk {
        height: 360px;
    }

    .aboutus_bg, .career_bg, .casestudy_bg {
        height: 300px;
    }

    .risk_free_section .risk_free_wrapper {
        max-width: 560px;
        margin: 0 auto;
    }
}

@media (max-width:767px) {
    .logo_info, .rheal_header .logo_info {
        display: none;
    }

    .copyright_sec p, .pull_left, .pull_right, .tech_sec .container_content h1, .tech_sec .container_content1 h1 {
        float: none !important;
        text-align: center;
    }

    .tech_sec .container_content h1, .tech_sec .container_content1 h1 {
        vertical-align: middle;
        font-weight: 700;
        margin: 0;
        font-size: 24px;
    }

    .ourservice_info p, .tech_info p {
        line-height: 1.75em;
    }

    .rheal_services .service-info {
        padding: 15px;
    }

    .copyright_sec {
        background: #f3f4f5;
    }

    .pull_left {
        margin-top: 5px;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        margin: 20px 10px 20px 0;
        padding: 0;
        border-radius: 0;
    }

    .container_wrapper, .navbar, .service_info, .sidebar {
        margin-bottom: 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        height: 5px;
        width: 30px;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar {
        height: auto;
    }

        .navbar .navbar-collapse {
            margin: 0;
        }

    .tech_sec {
        margin-top: 67px;
    }

        .tech_sec .container_content h1 {
            padding-top: 0;
            margin-top: 0;
        }

        .tech_sec .container_content .title_ipad h1 {
            padding-top: 24px;
        }

        .tech_sec .container_content1 h1 {
            padding-top: 0;
            margin-top: 0;
        }

        .tech_sec .container_content1 .title_ipad h1 {
            padding-top: 24px;
        }

    .service_info .service_para {
        padding-left: 0;
    }

    .service_info {
        border-left: 0 none;
        padding-top: 0;
        padding-bottom: 30px;
    }

    .ourservice_info, .provide_service .provide_info, .tech_info {
        padding: 20px 0;
    }

    .service_info .provide_service {
        margin-left: 0;
    }

    .provide_service {
        margin-left: 0;
        margin-bottom: 20px;
    }

        .provide_service .provide_info a {
            font-size: 14px;
        }

    .navbar-inverse {
        background-color: #00709f;
    }

    .rheal_services {
        margin-bottom: 20px;
        height: auto;
    }

    .banner_sec, .ourservice_info p, .tech_info p {
        margin-bottom: 0;
    }

    .rheal_services .service-info {
        background: 0 0;
    }

    .application_sec {
        margin-top: 20px;
    }

    .container_sec .text-wrap .container-text {
        background: #005477;
        color: #fff;
        font-size: 14px;
        text-align: center;
        width: 100%;
        z-index: 10;
        height: 110px;
        right: 0 !important;
        bottom: -50px;
        top: auto;
        opacity: 1;
    }

    .height6px {
        height: 0 !important;
    }

    .container_sec .carousel-control, .container_sec .carousel-control.left, .container_sec .carousel-control.right {
        top: 45%;
        z-index: 15;
        width: 42px;
        background: url(../../assets/images/global/mobile_carousel_controls.png) no-repeat;
    }

        .container_sec .carousel-control.left {
            left: 20px;
            background-position: 0 0;
        }

        .container_sec .carousel-control.right {
            right: 20px;
            background-position: -43px 0;
            width: 40px;
        }

    .clients_banner img, .page-index .clients_section img {
        width: 100%;
    }

    .container_sec .carousel {
        height: 340px;
        overflow: visible;
    }

        .container_sec .carousel .carousel-inner {
            overflow: visible;
        }

    .page-clients .client_slideshow .carousel {
        height: 170px;
    }

    .tech_info .visible-xs h3 {
        font-style: normal;
    }

    .rheal_service_sec {
        margin-top: 0;
        margin-bottom: 0;
    }

    .tech_sec .container_content {
        top: 20px;
        height: 100px;
    }

        .tech_sec .container_content .container {
            display: table;
            height: 100%;
        }

        .tech_sec .container_content h1 {
            display: table-cell;
            height: 100%;
        }

    .tech_sec .container_content1 {
        top: 20px;
        height: 100px;
    }

        .tech_sec .container_content1 .container {
            display: table;
            height: 100%;
        }

        .tech_sec .container_content1 h1 {
            display: table-cell;
            height: 100%;
        }

    .container-text-wrap-align {
        display: inherit !important;
    }

    .container_img img {
        height: 140px;
    }

    .tech_info h3 {
        margin-top: 0;
        font-size: 14px;
    }

    .tech_info p {
        font-size: 14px;
    }

    .ourservice_info {
        background: #005477;
        color: #fff;
        font-size: 14px;
    }

        .ourservice_info h3 {
            font-size: 14px;
            font-weight: 700;
            font-style: normal;
            margin-top: 0;
        }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #ffea00;
        }

    .risk_free_section .risk_free_wrapper {
        margin: 0;
    }

    .risk_free_section .risk_item {
        background: #008fc1;
        width: 100%;
        margin: 5px 0;
    }

    .client_slideshow .carousel-control.left, .client_slideshow .carousel-control.right {
        top: 50%;
    }

    .risk_free_section .risk_item_active {
        background: #fff;
    }

    .risk_free_section .risk_itemc {
        padding-top: 10px;
    }

    .member_profile {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .rheal_header .logo_sec {
        margin: 16px 15px 16px 0;
    }

    .application_sec .app_into {
        margin: 0 0 20px;
        padding: 10px 0;
    }

    .banner_sec.banner_mob {
        padding-left: 0;
        padding-right: 0;
    }

    .container_wrapper {
        padding-top: 0;
    }

    .dropdown-menu li, .menu_dropdown .btn {
        width: 258px;
    }

    .dropdown-text {
        float: left;
    }

    .btn-group-lg > .btn .caret, .btn-lg .caret {
        float: right;
        margin-top: 8px;
    }

    .btn-group-lg > .btn, .btn-lg {
        font-size: 14px;
        padding: 8px 15px;
    }

    .btn .caret {
        margin-left: 10px;
    }

    .title_ipad h1 {
        margin-bottom: 7px !important;
        font-size: 20px !important;
        display: block !important;
        height: 70% !important;
    }

    .main_title h1 {
        line-height: 115px;
        padding-top: 0 !important;
    }

    .rheal_services .service-info h3 {
        line-height: 75px;
    }

    .provide_service.provide_tech {
        display: none;
    }

    .service_info p {
        font-size: 15px;
        line-height: 1.75em;
    }

    .case_info .case_info_text {
        padding: 50px;
        font-size: 15px !important;
    }

    .case_info .cs_quote {
        padding: 10px 0;
        text-align: center;
    }

    .case_info .author_name {
        font-size: 13px !important;
    }

    .client_logo_section {
        padding-left: 0;
        padding-right: 0;
    }

    .rheal_services .services_img {
        text-align: center;
        height: 200px;
    }

        .rheal_services .services_img img {
            height: 100%;
        }

    .client_slideshow .carousel .container-text {
        padding: 30px 20px;
        font-size: 15px;
    }

        .client_slideshow .carousel .container-text span {
            font-size: 13px;
        }

    .client_content {
        text-align: center;
        background: #005477;
        color: #fff;
        padding: 0 20px 10px;
    }

        .client_content p {
            font-style: italic;
            margin: 0 auto;
            line-height: 1.7;
        }

    .client_slideshow {
        margin: 20px;
    }

        .client_slideshow .carousel {
            background: #f3f4f5;
            height: 240px;
        }

        .client_slideshow .text-wrap .container-text {
            background: #f3f4f5;
            color: #45494b;
        }

    .container_bg {
        background-color: #f3f4f5;
        height: 105px;
    }

    .sec_title {
        color: #00709f;
    }

    .client_slideshow .carousel .carousel-control {
        background: url(../../assets/images/clients/blue-arrow.png) left top no-repeat;
    }

        .client_slideshow .carousel .carousel-control.left {
            background-position: 17px 2px;
            left: -30px;
        }

        .client_slideshow .carousel .carousel-control.right {
            background-position: -28px 2px;
            right: -30px;
        }

    .client_slideshow .text-wrap .container-text p {
        width: 80%;
    }

    .related_tech {
        padding-left: 0;
    }

    .menu_dropdown .btn {
        background: url(../../assets/images/global/bg-dropbox.png) left top;
    }

    .service_info .provide_service p {
        margin-left: 0;
    }

    .testimonial_slide {
        border: 0;
    }

    .direction-wrap {
        margin-top: 30px;
        padding-left: 0;
    }

    .address, .home_banner, .page-submenu .sidebar {
        margin-top: 0;
    }

    .contact-wrap {
        min-height: 172px;
    }

    .page-contact .container_wrapper {
        padding-top: 80px;
        margin-bottom: 60px;
    }

    .page-careers-with-rheal .dropdown-menu > .active > a, .page-careers-with-rheal .dropdown-menu > .active > a:focus, .page-careers-with-rheal .dropdown-menu > .active > a:hover {
        background: 0 0;
        color: #000;
    }

    .page-submenu {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 5px;
        left: 78%;
        margin-left: -124px;
        padding: 0 30px;
        position: absolute;
        top: -3px;
        width: 260px;
        z-index: 11;
    }

        .page-submenu .sidebar li {
            padding: 6px 0;
        }

            .page-submenu .sidebar li:last-child {
                border-bottom: 0 none;
            }

    .container_img_desk {
        height: 200px;
    }

    .aboutus_bg, .career_bg, .casestudy_bg {
        height: 140px;
    }

    .risk_free_section .risk_item {
        padding: 20px;
    }

    .risk_free_section .risk_item1, .risk_free_section .risk_item2, .risk_free_section .risk_item3, .risk_free_section .risk_item4 {
        background: 0 none;
    }

    .risk_free_section .risk_itemc {
        min-height: 72px;
        padding-left: 0;
        font-size: 14px;
    }

    .risk_free_section .risk_item_active .risk_itemc {
        padding-left: 0;
        font-size: 14px;
    }

    .risk_free_section .risk_bottom .form-control {
        float: none;
        margin: 0 auto;
    }

    .risk_free_section .risk_bottom .btn {
        margin-top: 12px;
    }
}

@media (max-width:480px) {
    .pull_left, .pull_right, .tech_sec .container_content h1, .tech_sec .container_content1 h1 {
        float: none !important;
        text-align: center;
    }

    .client_content p, .ourservice_info p, .tech_info p {
        line-height: 1.42857;
    }

    .rheal_header .navbar {
        margin-bottom: 0;
    }

    .rheal_header .logo_sec {
        width: 210px;
        margin: 18px 0;
    }

        .rheal_header .logo_sec img, .rheal_services .services_img img {
            width: 100%;
        }

    .navbar-inverse .navbar-toggle {
        margin: 24px 10px 24px 0;
    }

    .tech_sec {
        margin-top: 64px;
    }

    .rheal_services {
        margin-bottom: 20px;
        width: 100%;
    }

        .rheal_services .service-info {
            padding: 20px 40px 0;
        }

    .container_wrapper, .service_info, .tech_sec .container_content .title_ipad h1, .tech_sec .container_content h1, .tech_sec .container_content1 .title_ipad h1, .tech_sec .container_content1 h1 {
        padding-top: 0;
    }

    .rheal_services .service-info h3 {
        margin-bottom: 50px;
    }

    .container_sec {
        height: auto;
    }

        .container_sec .container_content, .container_sec .text-wrap {
            position: relative;
        }

        .container_sec .carousel, .container_sec .carousel-inner {
            overflow: visible;
        }

    .carousel {
        height: 280px;
    }

    .client_slideshow .text-wrap .container-text {
        background: #f3f4f5;
        color: #45494b;
    }

    .dropdown-menu li, .menu_dropdown .btn {
        width: 258px;
    }

    .banner_sec .banner-img-small {
        display: block;
    }

    .client_info {
        margin: 0;
    }

    .tech_sec .container_content .title_ipad, .tech_sec .container_content1 .title_ipad {
        margin-top: -42px;
    }

    .sidebar {
        margin-bottom: 0;
    }

    .service_info {
        border-left: 0 none;
    }

    .rheal_service_sec {
        margin-top: 0;
    }

    .dropdown-menu li {
        width: 200px;
    }

    .menu_dropdown .btn {
        width: 258px;
        background: url(../../assets/images/global/bg-dropbox.png) left top;
    }

    .dropdown-text {
        float: left;
    }

    .btn-group-lg > .btn .caret, .btn-lg .caret {
        float: right;
        margin-top: 8px;
    }

    .btn-group-lg > .btn, .btn-lg {
        font-size: 14px;
        padding: 8px 15px;
    }

    .btn .caret {
        margin-left: 10px;
    }

    .tech_sec .container_content.offshore_app {
        top: 90px;
    }

    .service_info .cs_quote p {
        margin-left: 0;
    }

    .title_ipad h1 {
        height: 30% !important;
    }

    .service_info .cs_quote {
        text-align: center;
        margin-left: 0;
    }

    .service_info .provide_service p {
        padding: 12px;
        font-size: 15px;
    }

    .service_info .provide_tech .technology_name {
        padding: 28px 24px;
    }

    .client_content p {
        font-style: italic;
        font-size: 14px !important;
        margin: 0 auto;
    }

    .provide_service .provide_info {
        padding: 10px 8px 10px 6px;
        font-size: 13px;
    }

    .service_info p {
        font-size: 15px;
        line-height: 1.75em;
    }

    .case_info .case_info_text {
        padding: 50px;
        font-size: 15px;
    }

    .case_info .cs_quote {
        padding: 10px 0;
        text-align: center;
    }

    .case_info .author_name {
        font-size: 13px;
    }

    .container_img img {
        height: 200px;
    }

    .client_slideshow .carousel .container-text {
        padding: 30px;
        font-size: 15px;
    }

        .client_slideshow .carousel .container-text span {
            font-size: 13px;
        }

    .container_img {
        height: 100%;
    }

    .client_logo_item {
        width: 100%;
        border: 0;
    }

    .page-contact .container_wrapper {
        padding-top: 80px;
        margin-bottom: 60px;
    }

    .page-submenu {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 5px;
        left: 78%;
        margin-left: -124px;
        padding: 0 30px;
        position: absolute;
        top: -3px;
        width: 260px;
        z-index: 11;
    }

        .page-submenu .sidebar {
            margin-top: 0;
        }

            .page-submenu .sidebar li {
                padding: 6px 0;
            }

                .page-submenu .sidebar li:last-child {
                    border-bottom: 0 none;
                }
}

.modal, .modal-open {
    overflow: hidden;
}

@media (min-width:320px) and (max-width:480px) {
    .container_sec .carousel {
        height: 270px;
    }

    .client_slideshow .carousel {
        height: auto;
    }

    .container_sec .carousel-control.left, .container_sec .carousel-control.right {
        z-index: 15;
    }

    .client_slideshow .carousel-control.left, .client_slideshow .carousel-control.right {
        top: 50%;
    }

    .rheal_services .service-info h3 {
        font-weight: 700;
        line-height: 65px;
        margin-bottom: 40px;
    }

    .banner_sec.banner_mob {
        padding-left: 0;
        padding-right: 0;
    }

    .service_info .provide_service p {
        padding: 8px;
        font-size: 13px;
    }

    .provide_service .provide_info {
        padding: 20px 9px;
        font-size: 13px;
    }

    .case_info .case_info_text {
        padding: 50px;
        font-size: 15px !important;
    }

    .case_info .cs_quote {
        text-align: center;
        padding: 10px 0;
    }

    .case_info .author_name {
        font-size: 13px !important;
    }

    .rheal_services .services_img {
        height: 200px;
    }

        .rheal_services .services_img img {
            height: 100%;
        }
}

@media (max-width:320px) {
    .rheal_services .service-info h3 {
        line-height: 35px;
        margin-bottom: 17px;
    }

    .container_sec .carousel {
        height: 270px;
    }

    .client_slideshow .carousel {
        height: 180px;
    }

    .container_sec .text-wrap .container-text {
        background: #005477;
        color: #fff;
        font-size: 14px;
        text-align: center;
        width: 100%;
        z-index: 10;
        right: 0 !important;
        bottom: -50px;
        top: auto;
        opacity: 1;
        height: 115px;
    }

    .client_content h3 {
        font-size: 16px;
    }

    .client_content p {
        font-size: 12px;
    }

    .rheal_services .services_img {
        height: auto;
    }

    .settings {
        background-position: 20px -371px;
    }

    .provide_service .provide_info {
        padding: 20px 9px;
    }

    .home_banner {
        margin-top: 0;
    }
}

.modal-content, .popover {
    background-clip: padding-box;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .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;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:after, .modal-footer:before {
        content: " ";
        display: table;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0;
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px;
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.carousel, .carousel-inner {
    position: relative;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.left > .arrow:after, .popover.right > .arrow:after {
    content: " ";
    bottom: -10px;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

    .popover.right > .arrow:after {
        left: 1px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel-inner {
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            left: 0;
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            left: 0;
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                left: 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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 20px;
    color: #fff;
    text-align: center;
}

    .carousel-control.left {
        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 {
        left: auto;
        right: 0;
        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:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .5;
        filter: alpha(opacity=50);
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        line-height: 1;
        font-family: serif;
    }

        .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%;
    margin-left: -30%;
    padding-left: 0;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000\9;
        background-color: transparent;
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.affix, .element {
    position: fixed;
}

.para_left, .text-alignLeft {
    text-align: left !important;
}

.carousel-caption .btn, .text-hide {
    text-shadow: none;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.Img-Height-Widht110, .Img-Height110 {
    height: 110px;
    margin: 16px;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0;
}

.hidden {
    visibility: hidden !important;
}

@-ms-viewport {
    width: device-width;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !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;
    }

    .hidden-print {
        display: none !important;
    }
}

div.clients_section img {
    width: 700px;
}

div.service_para ul {
    font-size: 16px;
    margin-left: 20px;
}

    div.service_para ul li {
        padding-bottom: 6px;
    }

.page-careers-with-rheal .service_para h4 {
    padding-bottom: 12px;
}

.Img-Height-Widht110 {
    width: 110px;
}

.Img-Height60-Width225 {
    height: 60px;
    width: 225px;
    margin: 16px;
}

.FontStyle-Normal {
    font-style: normal !important;
}

.quotes_block_testimonial {
    color: #626365;
    text-align: center;
    font-size: 18px;
    margin-left: 30px;
}

    .quotes_block_testimonial .quotes_img {
        padding: 1px 0 30px;
    }

    .quotes_block_testimonial .designation {
        font-size: 14px;
    }

    .quotes_block_testimonial p {
        margin-bottom: 25px;
    }

.topPadding-0 {
    padding-top: 0 !important;
}

.bottomPadding-0 {
    padding-bottom: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.padding-top110 {
    padding-top: 110px !important;
}

.testimonial1Padding {
    margin-top: 32px;
    text-align: left;
}

.fontSize16 {
    font-size: 16px !important;
    line-height: 1.5;
}

.read-more, .read-more-format1, .read-more-format2 {
    line-height: 20px;
    cursor: pointer;
    text-align: center;
}

.padding-left55 {
    padding-left: 55px;
}

.margin_bottom10 {
    margin-bottom: 10px !important;
}

.margin_bottom0 {
    margin-bottom: 0 !important;
}

.margin_top0 {
    margin-top: 0 !important;
}

.margin_top5 {
    margin-top: 5px !important;
}

.margin_bottom30 {
    margin-bottom: 30px !important;
}

.margin_top10 {
    margin-top: 10px !important;
}

.margin_top30 {
    margin-top: 30px !important;
}

.margin_top50 {
    margin-top: 50px !important;
}

.margin_bottom50 {
    margin-bottom: 50px !important;
}

.marginTop-12 {
    margin-top: -12px;
}

.margin-15 {
    margin: 10px !important;
}

.casestudy_testimonial, .margin_top_bottom {
    margin-bottom: 0;
    margin-top: 0;
}

.casestudy_testimonial {
    border-left: none;
    padding-bottom: 0;
}

.formLableStyle {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
}

.padding_left15 {
    padding-left: 15px !important;
}

.sidebar-left-padding {
    padding-left: 15px;
}

.sub-page-header {
    font-size: 16px;
    font-weight: 700;
    padding: 20px 15px;
}

.case_study_industries .provide_info {
    margin-left: 100px;
    background: #00709f;
    padding: 8px;
}

.case_study_industries {
    font-style: italic;
    margin-left: 15px;
    color: #fff;
    margin-bottom: 30px;
}

.service_info .case_study_industries {
    font-style: italic;
    margin-left: 15px;
    margin-bottom: 30px;
    background-color: #099CC8;
}

    .service_info .case_study_industries p {
        margin-left: 100px;
        background: #f3f4f5;
        padding: 7px 25px;
        color: #45494b;
        font-size: 18px;
    }

.case_study_industries .provide_info a {
    font-style: normal;
    color: #fff;
    font-weight: 300;
}

    .case_study_industries .provide_info a:hover {
        color: #ffea00;
    }

.finance {
    background: url(../../assets/images/case-studies-detail/Transparent/Finance.svg) left center no-repeat;
}

.healthcare {
    background: url(../../assets/images/case-studies-detail/Transparent/HealthCare.svg) left center no-repeat;
}

.construction {
    background: url(../../assets/images/case-studies-detail/Transparent/construction.svg) left center no-repeat;
}

.insurance {
    background: url(../../assets/images/case-studies-detail/Transparent/insurance.svg) left center no-repeat;
}

.realestate {
    background: url(../../assets/images/case-studies-detail/Transparent/realestate.svg) left center no-repeat;
}

.projectmanagement {
    background: url(../../assets/images/case-studies-detail/Transparent/projectmanagement.svg) left center no-repeat;
}

.billing_scheduling_sys {
    background: url(../../assets/images/case-studies-detail/Transparent/Other.svg) left center no-repeat;
}

.eo_pune_chapter {
    background: url(../../assets/images/case-studies-detail/Transparent/eo-global-association.svg) left center no-repeat;
}

.courier_tracking_sys {
    background: url(../../assets/images/case-studies-detail/Transparent/Other-Courier.svg) left center no-repeat;
}

.document_mgmt_sys {
    background: url('../../assets/images/case-studies-detail/Transparent/Other-Document Management.svg') left center no-repeat;
}

.scrapyard_mgmt_sys {
    background: url(../../assets/images/case-studies-detail/Transparent/Other-ScrapYard.svg) left center no-repeat;
}

.menutitle {
    font-size: 22px;
    font-weight: 700;
}

.content {
    padding-left: 15px;
}

.lists_wrap {
    margin-left: 61px;
}

.clearfix {
    content: " ";
    display: table;
}

.img-icon-a {
    padding: 25px 0 !important;
}

.detail-menu {
    color: #fff;
    padding: 0 10px;
}

.element {
    width: 100%;
    z-index: 1;
    background-color: #005477;
    height: 135px;
    padding-top: 110px;
}

.reduce-bottom-margin {
    margin-bottom: 15px !important;
}

.rheal_services_title {
    font-size: 26px;
}

.read-format {
    color: #005477 !important;
    background-color: #fff !important;
}

    .read-format :hover {
        background-color: none !important;
    }

.read-more {
    display: inline-block;
    border: 1px solid rgba(255,255,255,.5);
    color: #fff !important;
    background: 0 0;
    text-decoration: none !important;
    font-size: 14px;
    font-family: sans-serif,"Segoe UI",Helvetica,Arial;
    padding: 9px 10px;
    font-style: normal;
}

.constant_font, .risk-free-button {
    font-family: Lato,sans-serif,Arial;
}

.read-more:hover {
    background-color: #fff;
    color: #005477 !important;
}

.ImgDivTitle {
    font-size: 36px;
    margin-top: 0;
    font-style: normal;
}

.risk-free-button {
    font-size: 16px;
    background-color: #fff;
    color: #06547a;
    display: table;
    margin: 0 auto;
    font-weight: 700;
}

    .risk-free-button:hover {
        color: #fff !important;
        background-color: #06547a !important;
    }

.height6px {
    height: 6px;
}

.content-format {
    margin-left: 100px !important;
}

.ImageDiv {
    background: #005477;
    font-size: 18px;
    padding: 15px;
    top: 320px;
    width: 600px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    opacity: .8 !important;
}

.RF1, .para_left1 {
    background: #f3f4f5;
}

.ImgDivTitle1 {
    margin-top: 75px !important;
    font-size: 36px;
    font-style: normal;
}

.para_left1 {
    padding: 9px 10px;
    color: #45494b;
}

.provide_service1 {
    font-style: italic;
    color: #fff;
    margin-bottom: 30px;
}

.read-more-format1, .read-more-format2 {
    font-style: normal !important;
    text-transform: initial;
}

.landingPageImage {
    width: 48px;
    height: 48px;
    background-clip: content-box;
    border-radius: 49.9%;
    border: 2px solid transparent;
    margin-left: 4px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.risk-free-trial-button {
    background-color: #06547a;
    font-weight: 700;
    font-size: 18px;
    color: #fff !important;
}

    .risk-free-trial-button :hover {
        background-color: #fff !important;
        color: #06547a !important;
    }

.margine-responsive {
    margin-right: 8px !important;
}

.hover-format {
    color: #005477 !important;
    background-color: #fff;
}

    .hover-format:hover {
        color: #fff;
        background-color: none !important;
    }

.read-more-format1 {
    background-color: #06547a !important;
    display: table;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,.5);
    color: #fff !important;
    font-size: 14px;
    font-family: sans-serif,"Segoe UI",Helvetica,Arial;
    padding: 9px 10px;
}

    .read-more-format1:hover, .read-more-format2 {
        background-color: #EBEBEC !important;
        color: #06547a !important;
    }

.read-more-format2 {
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,.5);
    padding: 5px;
}

    .read-more-format2:hover {
        background-color: #fff !important;
        color: #000 !important;
    }

@media (min-width:1601px) and (max-width:1999px) {
    .confirm-sms {
        bottom: 23.3%;
        right: -5.6%;
    }
}

@media (min-width:1999px) and (max-width:3000px) {
    .read-more-format, .whyChooseRheal {
        font-style: normal !important;
        display: table;
    }

    .sizeText {
        font-size: 24px;
    }

    .Outsourcing {
        content: url(assets/images/Outsourcing.jpg);
    }

    .padding-100days-risk-free-trial {
        padding-top: 185px;
    }

    .video-margin {
        margin-top: -75px;
    }

    .whyChooseRheal {
        font-size: 42px;
        margin: 0 auto 10px;
        color: #000 !important;
    }

    .container_content4, .tech_sec .container_content1, .tech_sec .container_content2, .tech_sec .container_content3 {
        position: absolute;
        left: 0;
        top: 18%;
        color: #fff;
        font-size: 24px;
        z-index: 2;
        margin-right: 100px;
    }

    .tech_sec .container_content3 {
        right: -125%;
    }

    .container_content4 {
        right: -118%;
    }

    .font-style, .font-style1 {
        font-size: 24px !important;
    }

    .li-size {
        font-size: 20px !important;
        line-height: 2 !important;
    }

    .read-more-format {
        margin-top: 10px !important;
        margin: 0 auto;
    }

    .topmargin-sm-xs {
        margin-top: 0 !important;
    }
}

@media (max-width:2500px) {
    .outsourcing-image-format {
        width: 100%;
        height: 220px !important;
    }
}

@media (min-width:1600px) and (max-width:1999px) {
    .image-bg {
        background: url(../../assets/images/afraid-original-sm.jpg) center center no-repeat;
    }

    .ImageDiv1, .ImageDiv2, .ImageDiv3, .ImageDiv4, .multipleVisitDiv {
        font-weight: 300;
        opacity: .8 !important;
    }

    .sizeText {
        font-size: 24px;
    }

    .confirm-sms {
        bottom: 15.2%;
        right: -5.7%;
    }

    .Outsourcing {
        content: url(assets/images/Outsourcing.jpg);
    }

    .courousalHeight {
        height: 690px !important;
    }

    .padding-100days-risk-free-trial {
        padding-top: 185px;
    }

    .margin-video {
        margin-bottom: -162px;
    }

    .margin-video1 {
        margin-bottom: -300px;
    }

    .margin-image {
        margin-bottom: -330px;
    }

    .button-margin-top {
        margin-top: 13px !important;
    }

    .video-margin {
        margin-top: -75px;
    }

    .outsourcing-image-format {
        width: 100%;
        height: 220px !important;
    }

    .Heading-size {
        font-size: 20px;
    }

    .whyChooseRheal {
        font-size: 40px;
        display: table;
        margin: 0 auto 10px;
        font-style: normal !important;
        color: #000 !important;
    }

    .header-font-1 {
        font-size: 30px !important;
    }

    .header-font-2 {
        font-size: 22px !important;
    }

    .ImageDiv1, .ImageDiv2 {
        background: #005477;
        font-size: 16px;
        padding: 15px 30px 15px 27px;
        width: 636px;
        font-style: italic;
    }

    .ImageDiv1 {
        height: 520px;
        color: #fff;
    }

    .ImageDiv2 {
        height: 455px;
        color: #fff;
    }

    .ImageDiv3, .ImageDiv4 {
        font-size: 20px;
        padding: 15px 25px 15px 24px;
        width: 384px;
        background: #005477;
        color: #fff;
    }

    .ImageDiv3 {
        height: 442px;
    }

    .ImageDiv4 {
        height: 470px;
    }

    .multipleVisitDiv {
        background: #005477;
        font-size: 16px;
        padding: 15px 30px 15px 27px;
        height: 230px;
        width: 500px;
        font-style: italic;
        color: #fff;
        margin-top: -12%;
        margin-right: -50% !important;
    }

    .read-more-format {
        font-style: normal !important;
        display: table;
        margin: 0 auto;
    }

    .font-style1 {
        font-size: 27px !important;
        font-weight: 800 !important;
    }

    .font-style {
        font-size: 24px !important;
    }

    .li-size {
        font-size: 20px !important;
        line-height: 1.5 !important;
    }

    .container_content4, .tech_sec .container_content1, .tech_sec .container_content2, .tech_sec .container_content3 {
        position: absolute;
        left: 0;
        color: #fff;
        font-size: 24px;
        z-index: 2;
        margin-right: 100px;
    }

    .tech_sec .container_content1 {
        top: 18%;
    }

    .tech_sec .container_content2 {
        top: 20%;
    }

    .tech_sec .container_content3 {
        right: -115%;
        top: 15%;
    }

    .container_content4 {
        right: -118%;
        top: 24%;
    }

    .topmargin-sm-xs {
        margin-top: 0 !important;
    }
}

@media (min-width:1370px) and (max-width:1600px) {
    .ImageDiv1, .ImageDiv2, .ImageDiv3, .ImageDiv4 {
        font-weight: 300;
        opacity: .8 !important;
    }

    .sizeText {
        font-size: 24px;
    }

    .confirm-sms {
        bottom: -2%;
        right: -3%;
        width: 359px;
    }

    .Outsourcing {
        content: url(assets/images/Outsourcing.jpg);
    }

    .padding-100days-risk-free-trial {
        padding-top: 160px;
    }

    .video-margin {
        margin-top: -50px;
    }

    .courousalHeight {
        height: 620px !important;
    }

    .margin-video {
        margin-bottom: -135px;
    }

    .margin-video1 {
        margin-bottom: -200px;
    }

    .margin-image {
        margin-bottom: -220px;
    }

    .button-margin-top {
        margin-top: 13px !important;
    }

    .outsourcing-image-format {
        width: 100%;
        height: 220px !important;
    }

    .Heading-size {
        font-size: 18px;
    }

    .whyChooseRheal {
        font-size: 40px;
        display: table;
        margin: 0 auto 10px;
        font-style: normal !important;
        color: #000 !important;
    }

    .ImageDiv1, .ImageDiv2 {
        background: #005477;
        font-size: 16px;
        padding: 15px 30px 15px 27px;
        width: 636px;
        font-style: italic;
    }

    .ImageDiv1 {
        height: 520px;
        color: #fff;
    }

    .ImageDiv2 {
        height: 455px;
        color: #fff;
    }

    .ImageDiv3, .ImageDiv4 {
        background: #005477;
        font-size: 13px;
        padding: 15px 25px;
        width: 360px;
        color: #fff;
    }

    .ImageDiv3 {
        height: 437px;
    }

    .ImageDiv4 {
        height: 455px;
    }

    .read-more-format {
        font-style: normal !important;
        display: table;
        margin: 0 auto;
    }

    .font-style1 {
        font-size: 25px !important;
    }

    .font-style {
        font-size: 24px !important;
    }

    .li-size {
        font-size: 18px !important;
        line-height: 2 !important;
    }

    .container_content4, .tech_sec .container_content1, .tech_sec .container_content2, .tech_sec .container_content3 {
        position: absolute;
        left: 0;
        color: #fff;
        font-size: 24px;
        z-index: 2;
    }

    .tech_sec .container_content1 {
        top: 14%;
    }

    .tech_sec .container_content2 {
        top: 19%;
    }

    .tech_sec .container_content3 {
        right: -115%;
        top: 17%;
    }

    .container_content4 {
        right: -118%;
        top: 22%;
    }

    .header-font-2 {
        font-size: 22px !important;
    }

    .topmargin-sm-xs {
        margin-top: 0 !important;
    }
}

@media (min-width:1232px) and (max-width:1370px) {
    .ImageDiv1, .ImageDiv2, .ImageDiv3, .ImageDiv4 {
        font-weight: 300;
        opacity: .8 !important;
    }

    .sizeText {
        font-size: 24px;
    }

    .confirm-sms {
        bottom: 0;
        right: -9.6%;
        width: 347px;
    }

    .button-margin-top {
        margin-top: 13px !important;
    }

    .padding-100days-risk-free-trial {
        padding-top: 160px;
    }

    .courousalHeight {
        height: 620px !important;
    }

    .video-margin {
        margin-top: -15px;
    }

    .margin-video {
        margin-bottom: -131px;
        margin-top: 8px;
    }

    .margin-video1 {
        margin-bottom: -170px;
        margin-top: 8px;
    }

    .margin-image {
        margin-bottom: -200px;
    }

    .Outsourcing {
        content: url(assets/images/Outsourcing.jpg);
    }

    .outsourcing-image-format {
        width: 100%;
        height: 220px !important;
    }

    .Heading-size {
        font-size: 18px;
    }

    .whyChooseRheal {
        font-size: 40px;
        display: table;
        margin: 0 auto;
        font-style: normal !important;
        color: #000 !important;
    }

    .header-font-2 {
        font-size: 20px !important;
    }

    .tech_sec .container_content1 .ImgDivTitle {
        font-size: 30px;
        margin-top: 0;
        font-style: normal;
    }

    .read-more-format {
        font-style: normal !important;
        margin-top: 10px !important;
        display: table;
        margin: 0 auto;
    }

    .font-style1 {
        font-size: 24px !important;
    }

    .font-style {
        font-size: 21px !important;
    }

    .li-size {
        font-size: 18px !important;
        line-height: 1.7 !important;
    }

    .container_content4, .tech_sec .container_content1, .tech_sec .container_content2, .tech_sec .container_content3 {
        position: absolute;
        left: 0;
        font-size: 24px;
        z-index: 2;
        color: #fff;
    }

    .tech_sec .container_content1 {
        top: 15%;
    }

    .tech_sec .container_content2, .tech_sec .container_content3 {
        top: 22%;
    }

    .tech_sec .container_content3 {
        right: -125%;
    }

    .container_content4 {
        right: -124%;
        top: 24%;
    }

    .ImageDiv1, .ImageDiv2 {
        background: #005477;
        font-size: 13px;
        padding: 15px 30px 15px 27px;
        width: 540px;
        font-style: italic;
    }

    .ImageDiv1 {
        height: 465px;
        color: #fff;
    }

    .ImageDiv2 {
        height: 430px;
        color: #fff;
    }

    .ImageDiv3, .ImageDiv4 {
        background: #005477;
        font-size: 16px;
        padding: 12px 25px 15px;
        width: 348px;
        color: #fff;
    }

    .ImageDiv3 {
        height: 407px;
    }

    .ImageDiv4 {
        height: 435px;
    }

    .topmargin-sm-xs {
        margin-top: 0 !important;
    }
}

@media (min-width:1199px) and (max-width:1232px) {
    .Outsourcing {
        content: url(assets/images/Outsourcing.jpg);
    }

    .sizeText {
        font-size: 24px;
    }

    .confirm-sms {
        bottom: 5%;
        right: -10.3%;
        width: 336px;
    }

    .padding-100days-risk-free-trial {
        padding-top: 150px;
    }

    .button-margin-top {
        margin-top: 13px !important;
    }

    .courousalHeight {
        height: 580px !important;
    }

    .margin-video {
        margin-bottom: -118px;
        margin-top: 8px;
    }

    .margin-video1 {
        margin-bottom: -150px;
        margin-top: 8px;
    }

    .li-size {
        font-size: 16px !important;
        line-height: 2 !important;
    }

    .outsourcing-image-format {
        width: 100%;
        height: 100% !important;
    }

    .Heading-size {
        font-size: 20px;
    }

    .whyChooseRheal {
        font-size: 40px;
        display: table;
        margin: 0 auto;
        font-style: normal !important;
        color: #000 !important;
    }

    .header-font-2 {
        font-size: 20px !important;
    }

    .tech_sec .container_content1 .ImgDivTitle {
        font-size: 30px;
        margin-top: 0;
        font-style: normal;
    }

    .read-more-format {
        font-style: normal !important;
        margin-top: 10px !important;
        display: table;
        margin: 0 auto;
    }

    .ImageDiv1, .ImageDiv2, .ImageDiv3, .ImageDiv4 {
        font-style: italic;
        color: #fff;
        opacity: .8 !important;
    }

    .font-style1 {
        font-size: 24px !important;
    }

    .font-style {
        font-size: 21px !important;
    }

    .container_content4, .tech_sec .container_content1, .tech_sec .container_content2, .tech_sec .container_content3 {
        position: absolute;
        left: 0;
        font-size: 24px;
        z-index: 2;
        color: #fff;
    }

    .tech_sec .container_content1 {
        top: 20%;
    }

    .tech_sec .container_content2 {
        top: 17%;
    }

    .tech_sec .container_content3 {
        right: -130%;
        top: 20%;
    }

    .container_content4 {
        right: -122%;
        top: 22%;
    }

    .ImageDiv1, .ImageDiv2 {
        background: #005477;
        font-size: 13px;
        padding: 15px 30px 15px 27px;
        width: 540px;
    }

    .ImageDiv1 {
        height: 463px;
    }

    .ImageDiv2 {
        height: 430px;
    }

    .ImageDiv3, .ImageDiv4 {
        background: #005477;
        font-size: 15px;
        padding: 12px 25px 15px;
        width: 336px;
    }

    .ImageDiv3 {
        height: 405px;
    }

    .ImageDiv4 {
        height: 415px;
    }

    .topmargin-sm-xs {
        margin-top: 0 !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .read-more-format, .whyChooseRheal {
        font-style: normal !important;
        display: table;
    }

    .sizeText {
        font-size: 24px;
    }

    .confirm-sms {
        bottom: 14%;
        right: -12.5%;
        width: 307px;
    }

    .ImageDiv1, .ImageDiv2, .ImageDiv3, .ImageDiv4 {
        font-weight: 300;
        font-style: italic;
        opacity: .8 !important;
    }

    .padding-100days-risk-free-trial {
        padding-top: 150px;
    }

    .Outsourcing {
        content: url('assets/images/Outsourcing - Copy.jpg');
    }

    .margin-video {
        margin-bottom: -116px;
        margin-top: 8px;
    }

    .margin-video1 {
        margin-bottom: -165px;
        margin-top: 8px;
    }

    .outsourcing-image-format {
        width: 100%;
        height: 100%;
        margin-bottom: 20px !important;
    }

    .Heading-size {
        font-size: 20px;
    }

    .whyChooseRheal {
        font-size: 35px;
        margin: 0 auto;
        color: #000 !important;
    }

    .header-font-2 {
        font-size: 14px !important;
    }

    .container_content4, .tech_sec .container_content1, .tech_sec .container_content2, .tech_sec .container_content3 {
        position: absolute;
        left: 0;
        top: 20%;
        font-size: 24px;
        z-index: 2;
        color: #fff;
    }

    .tech_sec .container_content3 {
        right: -125%;
    }

    .container_content4 {
        right: -117%;
    }

    .read-more-format {
        margin-top: 10px !important;
        margin: 0 auto;
    }

    .font-style1 {
        font-size: 20px !important;
    }

    .font-style {
        font-size: 15px !important;
    }

    .constant_font, .li-size {
        font-size: 14px !important;
    }

    .li-size {
        line-height: 1.5 !important;
    }

    .constant_font {
        width: 250px !important;
    }

    .ImageDiv1, .ImageDiv2 {
        background: #005477;
        padding: 15px 30px 15px 27px;
        height: 355px;
        width: 490px;
    }

    .ImageDiv1 {
        font-size: 9px;
        color: #fff;
    }

    .ImageDiv2 {
        font-size: 10px;
        color: #fff;
    }

    .ImageDiv3, .ImageDiv4 {
        background: #005477;
        font-size: 12px;
        padding: 12px 30px 15px 27px;
        width: 307px;
        color: #fff;
    }

    .ImageDiv3 {
        height: 347px;
    }

    .ImageDiv4 {
        height: 365px;
    }

    .sign-up-for-free-font, .sign-up-for-free-margin {
        font-size: 11px !important;
    }

    .ImgDivTitle {
        font-size: 30px;
        margin-top: 0;
        font-style: normal;
    }

    .topmargin-sm-xs {
        margin-top: 0 !important;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .margin-video {
        margin-bottom: -88px;
        margin-top: 35px;
    }

    .sizeText {
        font-size: 22px;
    }

    .confirm-sms {
        bottom: 56%;
        right: -18%;
        width: 300px;
    }

    .margin-video1 {
        margin-bottom: -140px;
        margin-top: 8px;
    }

    .padding-100days-risk-free-trial {
        padding-top: 15px;
    }

    .afraid-of-outsourcing-padding-top {
        padding-top: 75px !important;
    }

    .topmargin-sm-xs {
        margin-top: 0 !important;
    }

    .constant_font, .li-size {
        font-size: 17px !important;
    }

    .li-size {
        line-height: 1.5 !important;
    }
}

@media (max-width:831px) {
    .read-more-format, .whyChooseRheal {
        font-style: normal !important;
        display: table;
    }

    .font-style {
        font-size: 21px !important;
    }

    .padding-100days-risk-free-trial {
        padding-top: 15px;
    }

    .outsourcing-image-format {
        width: 100%;
        height: 100%;
        margin-bottom: 20px !important;
    }

    .Heading-size {
        font-size: 17px;
    }

    .whyChooseRheal {
        font-size: 34px;
        margin: 0 auto;
        color: #000 !important;
    }

    .header-font-2 {
        font-size: 20px !important;
    }

    .read-more-format {
        margin-top: 10px !important;
        margin: 0 auto;
    }

    .ImageDiv, .ImageDiv2 {
        font-size: 14px;
        padding: 5px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        background: #005477;
        opacity: .8 !important;
    }

    .ImageDiv {
        width: 410px;
    }

    .ImageDiv2 {
        width: 360px;
    }

    .ImgDivTitle1 {
        display: inline !important;
        font-size: 18px;
    }

    .ImageDiv1, .ImageDiv3, .ImageDiv4 {
        background: #005477;
        font-size: 10px;
        opacity: .8 !important;
    }

    .topmargin-sm-xs {
        margin-top: 50px !important;
    }
}

@media (max-width:767px) {
    .outsourcing-image-format {
        width: 100%;
        height: 100%;
        margin-bottom: 20px !important;
    }

    .sizeText {
        font-size: 16px;
    }

    .topmargin-sm-xs {
        margin-top: 30px !important;
    }

    .ourservice_info p {
        font-size: 14px !important;
    }

    .whyChooseRheal {
        font-size: 34px;
        display: table;
        margin: 0 auto;
        font-style: normal !important;
        color: #000 !important;
    }

    .constant_font, .li-size {
        font-size: 20px !important;
    }

    .li-size {
        line-height: 1.5 !important;
    }
}

@media (max-width:990px) and (min-width:832px) {
    .whyChooseRheal {
        font-size: 34px;
        display: table;
        margin: 0 auto;
        font-style: normal !important;
        color: #000 !important;
    }
}

@media (max-width:767px) {
    .tech_sec .container_content1 {
        top: 0;
        height: 0;
    }

    .constant_font {
        font-size: 16px !important;
    }

    .margine-responsive {
        margin-right: 18px !important;
    }

    .image-bottom {
        margin-bottom: 10px;
    }

    .why-choose-rheal-para {
        margin-bottom: 10px !important;
    }

    .change-Padding-responsive {
        padding-left: 10px !important;
    }

    .ourservice_info p {
        font-size: 15px !important;
    }

    .Heading-size {
        font-size: 17px;
    }

    .testimonial-margin {
        margin-left: 0 !important;
    }

    .sub-title-font {
        font-size: 17px !important;
    }

    .whyChooseRheal {
        font-size: 22px;
        display: table;
        margin: 0 auto;
        font-style: normal !important;
        color: #000 !important;
    }

    .ImageDiv {
        background: #005477;
        font-size: 14px;
        padding: 5px;
        width: 200px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        opacity: .8 !important;
    }

    .para {
        display: none;
    }

    .ImgDivTitle, .ImgDivTitle1 {
        display: inline !important;
        font-size: 16px;
    }

    .margin_top0 {
        margin-top: 20px !important;
    }

    .linkedin-logo {
        width: 100px !important;
    }

    .titleFont {
        font-size: 17px !important;
    }

    .HeadingFont {
        font-size: 16px !important;
    }

    .designation {
        font-size: 8px !important;
    }

    .Outsourcing-Title {
        font-size: 22px !important;
    }
}

@media (max-width:480px) {
    .courosalHeightat480 {
        height: 450px !important;
    }

    .testimonial_slide_margin_left {
        margin-left: 0 !important;
    }
}

@media (max-width:767px) and (min-width:570px) {
    .confirm-sms1 {
        height: 70px;
        padding: 0;
        margin-top: 10px;
        top: 10%;
        left: 50%;
        width: 100%;
    }

    .sizeText {
        font-size: 22px;
    }

    .confirm-sms1 p {
        color: #fff;
        font-size: 18px !important;
        margin-top: 10px;
    }
}

@media (max-width:569px) and (min-width:430px) {
    .confirm-sms1 {
        height: 70px;
        padding: 0;
        margin-top: 10px;
        top: 10%;
        left: 50%;
        width: 100%;
    }

    .sizeText {
        font-size: 20px;
    }

    .confirm-sms1 p {
        color: #fff;
        font-size: 18px !important;
        margin-top: 10px;
    }
}

@media (max-width:429px) and (min-width:345px) {
    .confirm-sms1 {
        height: 70px;
        padding: 0;
        margin-top: 10px;
        top: 15.5%;
        left: 50%;
        width: 100%;
    }

        .confirm-sms1 p {
            color: #fff;
            font-size: 16px !important;
            margin-top: 10px;
        }
}

@media (max-width:344px) and (min-width:200px) {
    .confirm-sms1 {
        height: 70px;
        padding: 0;
        margin-top: 10px;
        top: 14%;
        left: 50%;
        width: 100%;
    }

        .confirm-sms1 p {
            color: #fff;
            font-size: 15px !important;
            margin-top: 10px;
        }
}

.common-font {
    font-family: segoe !important;
}

.padding-free {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-left-free {
    padding-left: 0;
}

.band-height {
    height: 108px;
}

.ul-padding-left {
    padding-left: 15px !important;
}

.intro {
    background: url(../../assets/images/about-us/Introduction.svg) left center no-repeat #005477;
}

.HWW {
    background: url(../../assets/images/about-us/HowWeWork.svg) left center no-repeat #005477;
}

.methodology {
    background: url(../../assets/images/about-us/Methodology.svg) left center no-repeat #005477;
}

.WCR {
    background: url(../../assets/images/about-us/WhyChooseRheal.svg) left center no-repeat #005477;
}

.MT {
    background: url(../../assets/images/about-us/ManagementTeam.svg) left center no-repeat #005477;
}

.FAQS {
    background: url(../../assets/images/about-us/FAQs.svg) left center no-repeat #005477;
}

.const {
    background: url(../../assets/images/case-studies/construction.svg) left center no-repeat #005477;
}

.FS {
    background: url(../../assets/images/case-studies/Finance.svg) left center no-repeat #005477;
}

.HC {
    background: url(../../assets/images/case-studies/Health-Care.svg) left center no-repeat #005477;
}

.insu {
    background: url(../../assets/images/case-studies/insurance.svg) left center no-repeat #005477;
}

.RE {
    background: url(../../assets/images/case-studies/reale-state.svg) left center no-repeat #005477;
}

.PM {
    background: url(../../assets/images/case-studies/project-management.svg) left center no-repeat #005477;
}

.read-more-testimonial {
    border: 1px solid rgba(255,255,255,.5);
    color: #fff !important;
    background: 0 0;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
    font-style: normal;
    float: right;
}

    .read-more-testimonial:hover {
        color: #005477 !important;
        background-color: #fff;
    }

.risk-free-heading {
    padding-right: 50px;
}

.testimonial-read-more {
    padding: 0 30px;
}

.const-detail {
    background: url(../../assets/images/case-studies-detail/construction.svg) left center no-repeat #099CC8;
}

.casestudy-slider-padding {
    padding-left: 8% !important;
}

.para-margin {
    margin: 0 !important;
}

.margin-top-bottom {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.quotes_block_height {
    min-height: 407px !important;
}

.sub-page-top-margin {
    margin-top: 110px;
}

.cs_hyper:hover {
    color: #00709f !important;
    text-decoration: underline;
}

.rheal_services_content {
    font-size: 15px;
}

.read-more-case-study, .read-more-case-study-tech {
    background: 0 0;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
    font-style: normal;
}

.read-more-case-study {
    border: 1px solid #000;
    color: #000;
}

.read-more-case-study-tech {
    border: 1px solid #fff;
    color: #fff;
}

    .read-more-case-study-tech:hover, .read-more-case-study:hover {
        color: #005477 !important;
        background-color: #fff;
    }

.risk_free_btn {
    padding-left: 20px;
    padding-right: 20px;
}

.para_left {
    font-size: 28px !important;
    font-style: normal !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.slider_opacity {
    opacity: 1 !important;
}

.apply {
    background: url(../../assets/images/careers/ApplyOnline.svg) left center no-repeat #005477;
}

.co {
    background: url(../../assets/images/careers/currentopenings.svg) left center no-repeat #005477;
}

.sidebar_border_right {
    border-right: 1px solid #e5e5e5 !important;
}

.service_info_border_left {
    border-left: 1px solid #e5e5e5;
}

.CaseStudy_Title {
    font-size: 22px;
}

.RF {
    background: url(../../assets/images/about-us/RiskFree.svg) left center no-repeat #005477;
}

.constant_font {
    font-size: 16px;
}

.testimonial_para {
    background-color: #f5f5f5;
    padding: 15px;
    font-style: italic;
}

.MsgBox, .loading {
    font-size: 16px;
    padding: 10px 30px;
    color: #fff;
    opacity: .8 !important;
    position: fixed;
    left: 45%;
    top: 40%;
    z-index: 1000;
    text-align: center;
}

.MsgBox {
    background: #005477;
}

#map_canvas3, #map_canvas4 {
    height: 226px;
    /*height: 370px;*/
}

.contact_wrap {
    background-color: #f3f4f5;
    min-height: 144px;
}

.contact_us_address {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.contact_us_address_seperate {
    border: 1px solid #e3e3e3;
}

.contact_us_map {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.contact_us_map_seperate {
    border: 1px solid #e3e3e3;
}

.directions {
    background: url(../../assets/images/careers/directions.svg) left center no-repeat #005477;
}

.footer_title {
    text-align: center;
    font-size: 13px !important;
    font-weight: 700 !important;
}

@media screen and (min-width:920px) and (max-width:1198px) {
    div.clients_section img {
        width: 600px;
        margin-top: 36px;
        margin-left: -28px;
    }
}

@media screen and (min-width:991px) and (max-width:1199px) {
    .riskFree_Description_Text {
        height: 328px !important;
    }

    .button-margin-top {
        margin-top: 13px !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .contact_us_top {
        padding-top: 110px !important;
    }

    .button-margin-top {
        margin-top: 13px !important;
        font-size: 12px !important;
    }
}

@media screen and (min-width:306px) and (max-width:767px) {
    .contact_us_top {
        padding-top: 50px !important;
    }

    .button-margin-top {
        margin-top: 0 !important;
    }
}

@media(max-width:305px) {
    .contact_us_top {
        padding-top: 125px !important;
    }

    .button-margin-top {
        margin-top: 0 !important;
    }
}

@media(max-width:767px) {
    .img-icon-a {
        padding-top: 10px !important;
        padding-bottom: 12px !important;
    }

    .padding-top55 {
        padding-top: 55px !important;
    }

    .contact_us_address {
        border-right: 1px solid #e3e3e3;
    }

    .menu_bar_ddl {
        top: -15px !important;
    }

    .service_info_border_left {
        padding-left: 15px !important;
    }
}

.imageedit {
    width: 15px;
    height: 10px;
}

@media (max-width:991px) {
    .riskfree_testimonial_img, .testimonial_img {
        text-align: center;
    }

    .padding_left0_991px, .risk-free-heading, .riskfree_testimonial_text, .testimonial_text {
        padding-left: 0;
    }

    .imageedit {
        width: 2px;
        height: 1px;
    }

    .res {
        float: left;
    }

    .images {
        float: none;
    }

    .risk-free-heading {
        padding-right: 50px;
    }

    .visible_mobile_title {
        display: block !important;
    }

    .padding-top110 {
        padding-top: 0 !important;
    }

    .csd_hide_slider {
        display: none;
    }

    .sub-page-top-margin {
        margin-top: 0;
    }

    .risk_free_tsmn_frm_padding {
        padding-right: 15px !important;
    }

    .service_info_border_left {
        border-left: none;
        padding-left: 0;
    }
}

@media (min-width:992px) {
    .visible_mobile_title {
        display: none !important;
    }
}

@media (max-width:1198px) {
    .contact_us_phone {
        display: block;
        padding-left: 30px;
    }

    .contact_us_textbox {
        height: 230px !important;
    }

    .contact_us_textbox_seperate {
        height: 210px !important;
    }
}

.map_mob_img {
    width: 100%;
    border: 1px solid #e3e3e3;
}

.contact_us_map_div {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.img_band {
    background-color: #005477 !important;
    color: #fff !important;
}

.risk_free_tsmn_frm_padding {
    padding-right: 0;
}

@media (max-width:480px) {
    .ButtonMargin {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .menu_bar_ddl {
        top: 55px !important;
    }
}

@media (max-width:305px) {
    .ButtonMargin {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .menu_bar_ddl {
        top: 130px !important;
    }

    .container_bg {
        background-color: #f3f4f5;
        height: 180px;
    }
}

@media screen and (min-width:991px) and (max-width:1198px) {
    #map_canvas3, #map_canvas4 {
        height: 391px;
    }
}

.CareerItem1 {
    background: url(../../assets/images/CareerSliderImgs/Career-slider-1.jpg) right center no-repeat;
    height: 100%;
    background-size: cover;
}

.CareerItem2 {
    background: url(../../assets/images/CareerSliderImgs/Career-slider-2.jpg) right center no-repeat;
    height: 100%;
    background-size: cover;
}

.CareerItem3 {
    background: url(../../assets/images/CareerSliderImgs/Career-slider-3.jpg) right center no-repeat;
    height: 100%;
    background-size: cover;
}

.CareerItem4 {
    background: url(../../assets/images/CareerSliderImgs/Career-slider-4.jpg) right center no-repeat;
    height: 100%;
    background-size: cover;
}

.CrsContainerMrgBtm {
    margin-bottom: 0 !important;
}

.margin_top0_crs {
    margin-top: 0 !important;
}

.margin_topdiv_crs {
    margin-top: -30px !important;
}

.SmallSpan {
    font-size: 25px;
}

.container_sec .text-wrap .container-text-Crs {
    background: #005477;
    font-size: 18px;
    padding: 15px;
    position: absolute;
    right: 70px;
    top: 320px;
    width: 464px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    opacity: .8;
}

    .container_sec .text-wrap .container-text-Crs h3 {
        font-weight: 700;
        margin-top: 0;
        font-style: normal;
    }

@media (min-width:992px) and (max-width:1199px) {
    .container_sec .text-wrap .container-text-Crs {
        right: auto;
        top: 185px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container_sec .text-wrap .container-text-Crs {
        right: auto;
        top: 173px;
    }
}

@media (max-width:767px) {
    .container_sec .text-wrap .container-text-Crs {
        background: #005477;
        color: #fff;
        font-size: 14px;
        text-align: center;
        width: 100%;
        z-index: 10;
        height: 100px;
        right: 0 !important;
        top: auto;
        opacity: 1;
        bottom: 0;
    }

    .CrsContainerMrgBtm {
        margin-bottom: 15px !important;
    }

    .margin_top0_crs {
        margin-top: 15px !important;
    }

    .SmallSpan {
        font-size: 15px;
    }
}

@media (min-width:321px) and (max-width:383px) {
    .hideGE321LE383 {
        display: none;
    }
}

@media (max-width:320px) {
    .container_sec .text-wrap .container-text-Crs {
        background: #005477;
        color: #fff;
        font-size: 14px;
        text-align: center;
        width: 100%;
        z-index: 10;
        right: 0 !important;
        bottom: -50px;
        top: auto;
        opacity: 1;
        height: 120px;
    }

    .margin_top0_crs {
        margin-top: 30px !important;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .imageformat {
        margin: 0 0 20px;
        height: 50px;
    }
    .image-divTopWidth {
        top: 400px !important;
        width: 825px !important;
    }
}

@media (max-width:767px) {
    .imageformat {
        margin: 0 0 20px;
        height: 50px;
    }
     .image-divTopWidth {
        top: 400px !important;
        width: 825px !important;
    }
}

@media (min-width:1200px) {
    .WhyChoseRheal {
        margin-top: 40px !important;
    }
    .image-divTopWidth {
        top: 400px !important;
        width: 825px !important;
    }
}

@media (max-width:1200px) and (min-width:300px) {
    .WhyChoseRheal1 {
        margin-top: 45px !important;
    }
     
}

@media (max-width:770px) {
    .WhyChoseRheal2 {
        margin-top: 45px !important;
    }
}

@media (max-width:1920px) and (min-width:1400px) {
    .image-divTopWidth {
        top: 400px !important;
        width: 825px !important;
    }
}

@media (max-width:1400px) and (min-width:1230px) {
    .image-divTopWidth {
        top: 425px !important;
        width: 825px !important;
    }
}

@media (max-width:1229px) and (min-width:1200px) {
    .image-divTopWidth {
        top: 395px !important;
        width: 825px !important;
    }
}

@media (max-width:1200px) and (min-width:1000px) {
    .image-divTopWidth {
        top: 325px !important;
        width: 825px !important;
    }
}

@media (max-width:2080px) and (min-width:1200px) {
    .marginWhatWeDoP {
        font-size: 24px !important;
        margin: 0 0 15px 70px !important;
    }

    .marginWhatWeDo {
        font-size: 24px !important;
        margin-left: 135px !important;
    }

    .marginWhyWeHelp {
        font-size: 20px !important;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .marginWhatWeDoP {
        font-size: 24px !important;
        margin: 0 0 15px 40px !important;
    }

    .marginWhatWeDo {
        font-size: 24px !important;
        margin-left: 100px !important;
    }

    .marginWhyWeHelp {
        font-size: 18px !important;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .marginWhatWeDoP {
        font-size: 20px !important;
        margin: 0 0 18px !important;
    }

    .marginWhatWeDo {
        font-size: 20px !important;
        margin-left: 42px !important;
    }

    .marginWhyWeHelp {
        font-size: 16px !important;
    }
}

@media (max-width:767px) and (min-width:300px) {
    .marginWhatWeDo, .marginWhyWeHelp {
        font-size: 15px !important;
    }

    .marginWhatWeDo {
        margin-left: 20px !important;
    }

    .align {
        text-align: left !important;
    }
}

@media (max-width:1900px) and (min-width:410px) {
    .marginLeftLinkedInLogo {
        margin-left: 75px;
    }
}

@media (max-width:410px) and (min-width:100px) {
    .marginLeftLinkedInLogo {
        margin-left: 0;
    }
}

@media (max-width:832px) and (min-width:768px) {
    .topmargin-sm-xs {
        margin-top: 0 !important;
    }
}

@media (max-width:767px) and (min-width:300px) {
    .topmargin-sm-xs {
        margin-top: 50px !important;
    }
}

@media (max-width:2500px) and (min-width:1200px) {
    .fontSize {
        font-size: 30px;
    }

    .imageformat {
        margin: 0 0 20px;
    }

    .imageformat1, .imageformat10, .imageformat11, .imageformat12, .imageformat13, .imageformat14, .imageformat15, .imageformat16, .imageformat17, .imageformat2, .imageformat3, .imageformat4, .imageformat5, .imageformat6, .imageformat7, .imageformat8, .imageformat9 {
        height: 50px;
    }

    .imageformat18 {
        height: 50px !important;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .fontSize {
        font-size: 30px;
    }

    .padding-botom {
        padding-bottom: 20px;
    }

    .imageformat {
        margin: 0 0 20px;
    }

    .imageformat1, .imageformat2, .imageformat3 {
        height: 50px;
    }

    .imageformat4 {
        height: 45px;
    }

    .imageformat5 {
        height: 50px;
    }

    .imageformat6 {
        margin-bottom: 20px;
        height: 55px;
    }

    .imageformat7, .imageformat8 {
        height: 50px;
    }

    .imageformat9 {
        height: 35px;
    }

    .imageformat10, .imageformat11, .imageformat12 {
        height: 50px;
    }

    .imageformat13 {
        height: 45px;
    }

    .imageformat14 {
        height: 35px;
    }

    .imageformat15 {
        height: 55px;
    }

    .imageformat16 {
        height: 50px;
    }

    .imageformat17 {
        height: 35px;
        width: 78%;
    }

    .imageformat18 {
        height: 50px !important;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .imageformat {
        margin: 0 0 20px;
    }

    .imageformat1, .imageformat2, .imageformat3 {
        height: 50px;
    }

    .imageformat4 {
        height: 51px;
        padding-top: 8px;
    }

    .imageformat5 {
        height: 61px;
        padding-top: 10px;
    }

    .imageformat6 {
        height: 60px;
    }

    .imageformat7, .imageformat8 {
        height: 65px;
    }

    .imageformat9 {
        height: 50px;
        padding-top: 13px;
    }

    .imageformat10, .imageformat11 {
        height: 70px;
    }

    .imageformat12 {
        height: 57px;
    }

    .imageformat13 {
        height: 55px;
        padding-top: 10px;
    }

    .imageformat14 {
        height: 45px;
        padding-top: 10px;
    }

    .imageformat15 {
        height: 60px;
    }

    .imageformat16 {
        height: 50px;
    }

    .imageformat17 {
        height: 35px;
        width: 50%;
    }

    .imageformat18 {
        height: 50px !important;
    }

    .magine-Bottom-testimonials {
        margin-bottom: -100px !important;
    }
}

@media (max-width:767px) and (min-width:570px) {
    .imageformat {
        margin: 0 0 20px;
    }

    .imageformat1, .imageformat2, .imageformat3 {
        height: 50px;
    }

    .imageformat4 {
        height: 45px;
        padding-top: 10px;
    }

    .imageformat5 {
        height: 58px;
        padding-top: 10px;
    }

    .imageformat6 {
        height: 60px;
        padding-top: 1px;
    }

    .imageformat7 {
        height: 60px;
    }

    .imageformat8 {
        height: 65px;
    }

    .imageformat9 {
        height: 49px;
        padding-top: 15px;
    }

    .imageformat10 {
        height: 69px;
    }

    .imageformat11 {
        height: 68px;
    }

    .imageformat12 {
        height: 59px;
        padding-top: 3px;
    }

    .imageformat13 {
        height: 49px;
        padding-top: 10px;
    }

    .imageformat14 {
        height: 47px;
        padding-top: 14px;
    }

    .imageformat15 {
        height: 55px;
    }

    .imageformat16 {
        height: 50px;
    }

    .imageformat17 {
        height: 40px;
        width: 50%;
        padding-top: 10px;
    }

    .imageformat18 {
        height: 46px !important;
    }

    .xs-top-margin {
        margin-top: 75px !important;
    }

    .magine-Bottom-testimonials {
        margin-bottom: -100px !important;
    }
}

@media (max-width:569px) and (min-width:478px) {
    .imageformat {
        margin: 0 0 20px;
    }

    .imageformat1, .imageformat2, .imageformat3 {
        height: 50px;
    }

    .imageformat4 {
        height: 45px;
        padding-top: 10px;
    }

    .imageformat5 {
        height: 58px;
        padding-top: 10px;
    }

    .imageformat6 {
        height: 60px;
        padding-top: 1px;
    }

    .imageformat7 {
        height: 60px;
    }

    .imageformat8 {
        height: 65px;
    }

    .imageformat9 {
        height: 49px;
        padding-top: 15px;
    }

    .imageformat10 {
        height: 69px;
    }

    .imageformat11 {
        height: 68px;
    }

    .imageformat12 {
        height: 59px;
        padding-top: 3px;
    }

    .imageformat13 {
        height: 49px;
        padding-top: 10px;
    }

    .imageformat14 {
        height: 47px;
        padding-top: 14px;
    }

    .imageformat15 {
        height: 55px;
    }

    .imageformat16 {
        height: 50px;
    }

    .imageformat17 {
        height: 40px;
        width: 66%;
        padding-top: 10px;
    }

    .imageformat18 {
        height: 46px !important;
    }

    .xs-top-margin {
        margin-top: 75px !important;
    }

    .magine-Bottom-testimonials {
        margin-bottom: -100px !important;
    }
}

@media (max-width:479px) and (min-width:200px) {
    .imageformat {
        margin: 0 0 20px;
    }

    .imageformat1, .imageformat2, .imageformat3 {
        height: 50px;
    }

    .imageformat4 {
        height: 42px;
        padding-top: 10px;
    }

    .imageformat5 {
        height: 54px;
        padding-top: 10px;
    }

    .imageformat6 {
        height: 57px;
        padding-top: 5px;
    }

    .imageformat7, .imageformat8 {
        height: 50px;
    }

    .imageformat9 {
        height: 32px;
        padding-top: 5px;
    }

    .imageformat10 {
        height: 50px;
    }

    .imageformat11 {
        height: 58px;
    }

    .imageformat12 {
        height: 50px;
    }

    .imageformat13 {
        height: 48px;
        padding-top: 10px;
    }

    .imageformat14 {
        height: 42px;
        padding-top: 16px;
    }

    .imageformat15 {
        height: 50px;
    }

    .imageformat16 {
        height: 43px;
    }

    .imageformat17 {
        height: 30px;
        width: 78%;
    }

    .imageformat18 {
        height: 37px;
        padding-top: 7px;
        width: 72%;
    }

    .xs-top-margin {
        margin-top: 75px !important;
    }

    .magine-Bottom-testimonials {
        margin-bottom: -80px !important;
    }
}

@media (max-width:1999px) and (min-width:1401px) {
    .clsvideo {
        height: 500px;
    }
}

@media (max-width:1400px) and (min-width:1380px) {
    .clsvideo {
        height: 500px;
    }
}

@media (max-width:1379px) and (min-width:1230px) {
    .clsvideo {
        height: 500px;
    }
}

@media (max-width:1229px) and (min-width:1200px) {
    .clsvideo {
        height: 500px;
    }
}

@media (max-width:1199px) and (min-width:1100px) {
    .clsvideo {
        height: 500px;
    }
}

@media (max-width:1099px) and (min-width:995px) {
    .clsvideo {
        height: 500px;
    }
}

@media (max-width:994px) and (min-width:768px) {
    .clsvideo {
        height: 392px;
    }
}

@media (max-width:767px) and (min-width:600px) {
    .clsvideo {
        height: 312px;
    }
}

@media (max-width:599px) and (min-width:450px) {
    .clsvideo {
        height: 257px;
    }
}

@media (max-width:449px) and (min-width:400px) {
    .clsvideo {
        height: 207px;
    }
}

.img-align
{
    height:auto;
    width:100px;
}

.flex-item
{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.table-content
{
    width: 100%;
    table-layout: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
