
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body{
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #2b69cc;
}


.text-justify{
    text-align: justify;
}



/*================== Live Chat ===================*/

#livechat-compact-container {
    height: 153px;
    position: fixed;
    left: 0px;
    /*top: 200px;*/
    top: 25vh;
    z-index: 111;
    transition: .5s ease;
}

#livechat-compact-container.open {
    left: 360px;
    transition: .5s ease;
}

#livechat-compact-container .chat-form {
    /* width: 226px; */
    min-height: 500px;
    position: fixed;
    top: 20vh;
    /* padding: 20px 0 0 20px; */
    left: -450px;
    z-index: 10000;
    background: #fff;
    border-top: 2px solid #2B96CC;
    border-right: 2px solid #2B96CC;
    border-bottom: 2px solid #2B96CC;
    transition: .5s ease;
}

#livechat-compact-container .chat-form.open {
    left: 0px;
    transition: .5s ease;
}

.btn-chat a.link {
    font-family: arial;
    color: #fff;
    text-decoration: none;
    background: #2B96CC;
    padding: 12px 17px 10px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 0 0 1px #2B96CC inset;
    border: 1px solid #fff;
    border-radius: 2px;
    -ms-transform: rotate(90deg) translate(0, 27px);
    -webkit-transform: rotate(90deg) translate(0, 27px);
    transform: rotate(90deg) translate(0, 27px);
    position: relative;
    /*right: 50px;*/
    transition: background 0.2s, right 0.2s;
    min-width: 103px;
}

.btn-chat a.link:hover {
    background: #2B96CC;
    /*right: 50px;*/
    transition: background 0.2s, right 0.2s;
}

.container-chat {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.container-chat form {
    position: relative;
    width: 100%;
    margin: 50px auto;
    padding: 50px;
    background: white;
    text-align: center;
}

.container-chat input {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    border: 2px dashed lightblue;
    outline: none;
    font-size: 20px;
    font-family: 'Economica', 'Arial', sans-serif;
    font-weight: 400;
    transition: all 0.2s ease;
}

.container-chat textarea {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    border: 2px dashed lightblue;
    outline: none;
    font-size: 20px;
    font-family: 'Economica', 'Arial', sans-serif;
    font-weight: 400;
    transition: all 0.2s ease;
}

.container-chat input:focus {
    border-color: deepskyblue;
}

.container-chat button {
    position: absolute;
    left: calc(50% - 150px / 2);
    bottom: calc(-50px / 2);
    width: 150px;
    height: 50px;
    padding: 10px 15px;
    margin-top: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    color: white;
    font-family: 'Economica', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 700;
    background: #2B96CC;
    transition: all 0.2s ease;
}

.container-chat button:hover {
    background: #2B96CC;
}

.container-chat button.valid,
.container-chat button.valid:hover {
    background: #2B96CC;
}

.container-chat svg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.container-chat svg path {
    stroke-width: 10px;
    stroke: mediumseagreen;
    fill: none;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.container-chat svg path.hidden {
    opacity: 0;
}

.container-chat svg path.animate {
    animation: drawBorder 1s linear;
}

@keyframes drawBorder {
    from {
        stroke-dasharray: 4000;
        stroke-dashoffset: 4000;
    }

    to {
        stroke-dasharray: 4000;
        stroke-dashoffset: 0;
    }
}

.container-chat h3 {
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}


.container-chat h2{
    color: #2B96CC;
    padding-top: 15px;
}
.container-chat a{
    text-decoration: none;

}

.container-chat a .notice{
    padding: 10px 10px;
}

.container-chat a:hover .notice{
    background: #ebebeb;
}

button.close{
    min-width: 10px;
}

/*================ Home ===============*/





.navbar-nav > li:hover a {
    background: #fff;
    color: #999 !important;
}


/*preloader*/

.preloader-wrap{
    width: 100%;
    height:100vh;
    z-index: 99999;
    background-color: #fff;
    position: fixed;
    top:0;
    left: 0;
}

.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 20px;
    display: block;
    width: 3.75em;
    height: 4.25em;
    margin-left: -1.875em;
    margin-top: -2.125em;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotateY(180deg) rotateZ(-60deg);
    transform: rotateY(180deg) rotateZ(-60deg);
}





.top-logo img{
    width: 90%;
    margin: 0 auto;
    display: block;
}


h4.we-text{
    font-size: 22px;
    margin-bottom: 0;
}
.lead.section-text{
    font-size: 42px;
    font-weight: bold;

}

@media (min-width: 787px) {
    .navbar-header{
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        /*width: 100%;*/
    }

    .navbar-nav > li {
        float: left;
        margin: 0 2px;
        /*margin-right: 10%;*/
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }


    .fixed-header.small-header .medical-nav .navbar-default .navbar-collapse li.dropdown .dropdown-menu > li > a  {
        padding: 8px 15px !important;
    }

    .navbar-brand img {
        width: 300px !important;
    }



    .navbar-nav > li > .dropdown-menu{
        margin-top: 0px;
    }

    .navbar-nav li.menu-li.active a.menu-item,
    .navbar-nav li.menu-li:hover a.menu-item{
        color: #fff !important;
        font-weight: bold;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;

    }

    nav.navbar ul.nav li.dropdown.on > a.menu-item{
        color: #fff !important;
    }


    nav.navbar.bootsnav{
        border-bottom: none;
    }



    .navbar-nav > li:hover a.pro-menu{
        /*background: #2B96CC;*/
        color: #fff !important;
        text-decoration: none;
    }

    .navbar-nav .fa.fa-plus{
        margin-right: 5px;
    }

    .fixed-header.small-header .medicom-header .navbar-brand img{
        margin-top: 0;
    }


}

@media (max-width: 767px) {
    .top-logo{
        display: none !important;
    }
    .navbar-brand img {
        width: 230px !important;
        margin-top: 3px;
    }



}


.navbar-nav li.menu-li.active,
.navbar-nav li.menu-li:hover{
    background: #2B96CC;
    color: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-weight: bold !important;
}

.navbar-nav li.active a{
    padding:30px 15px !important;
    font-weight: bold !important;
}
.fixed-header.small-header .medical-nav .navbar-default .navbar-collapse li a{
    padding:28px 20px 23px !important;
    font-weight: 400;
}

.top-logo{
    padding: 19px 0 15px 0;
}



.topbar{
    background: #2B96CC;
}

.topbar-marquee{
    background: #fff2c8;
    height: 25px;
}

.topbar-marquee marquee{
    color: #259F6C;
}

.topbar ul {
    list-style: none;
    margin-top: 10px;
    margin-bottom: -3px;
    float: right;
}

.topbar ul li {
    display: inline-block;
}

.topbar ul li a{
    color: #fff;
    margin-left: 20px;
}

.topbar ul li a {
    margin-left: 0;
    font-size: 12px;
    margin-right: 15px;
}

.top0{
    top: 0 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*================ about us ===============*/
.pricing-table {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}

.pricing-table-inner {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}

#sub-page-content{
    padding: 50px 0 0 0;
}

.bold{
    font-weight: bold;
}


.get-in-touch-widget li span.name{
    width: 30%;
    /*float: left;*/
    display: inline-block;
}

.get-in-touch-widget li span.details{
    width: 70%;
    /*float: right;*/
    display: inline-block;
}

.get-in-touch-widget li, .we-are-social li{
    padding: 0;
}


/*================ Footer ===============*/

.footer-nav li{
    width: 100%;
}

.user-link .footer-nav li{
    width: 100%;
}

.footer-widget .logo{
    width: 80%;
    margin: 50px auto;
}

footer {
    padding: 40px 0 0px 0;
    line-height: 23px;
}

footer.light .copyright {
    background: #2B96CC;
    border-bottom: 1px solid #e6e6e6;
    color: #fff;
    margin: 30px 0 0 0;
    font-size: 12px;
    padding: 10px 0 8px;
}


footer.light .newsletter i {
    color:#393939;
}
footer.light .contact-widget i {
    color:#616161;
}
footer.light .contact-widget p a {
    color:#616161;
}
footer.light .newsletter input[type="text"], footer.light .newsletter input[type="email"] {
    background:#fff
}
input[type="text"], input[type="email"], input[type="number"], select {
    width: 48%;
    height: 40px;
    outline: none;
}

input, button, select, textarea {
    font-family: inherit;
    line-height: inherit;
}

button, input, select, textarea {
    border: 1px solid #F4F4F4;
    color: #A5A5A5;
    font-family: inherit;
    font-size: 13px;
    margin: 0 10px 25px 0;
    padding: 10px 9px;
    box-shadow: 0 1px 0 #f4f4f4;
    -moz-box-shadow: 0 1px 0 #f4f4f4;
    -webkit-box-shadow: 0 1px 0 #f4f4f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    min-width: 130px;
    cursor: pointer;
    -webkit-appearance: button;
}

.btn-default {
    color: #fff;
}

.btn-rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.btn {
    display: inline-block;
    padding: 10px 20px 8px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-default {
    background-color: #2B96CC;
    box-shadow: 0 3px 0 #1B83B8;
    -moz-box-shadow: 0 3px 0 #1b83b8;
    -webkit-box-shadow: 0 3px 0 #1b83b8;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff;
    background-position: -100% 0;
}

.btn:hover, .btn:focus {
    color: #fff;
    text-decoration: none;
    background: #278fc3;
}

/* banners */

.tp-banner ul li .slideImage{
    background: #212121;
    opacity:.7;
    opacity:.7;
}

.tp-banner ul li .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.support-bg {
    background:linear-gradient( rgba(43,150,204, 0.7),rgba(43,150,204, 0.7)), url("../images/Support.jpg") no-repeat;
    background-size: cover;
}

.about-bg {
    background: linear-gradient( rgba(43,150,204, 0.7),rgba(43,150,204, 0.7)), url("../images/about-bg.jpg");
    background-size: cover;
}

.contact-bg {
    background:linear-gradient( rgba(43,150,204, 0.7),rgba(43,150,204, 0.7)), url("../images/contact_bg.jpg") no-repeat;
    background-size: cover;
}

.copyright a{
    color: #fff;
    font-weight: bold;
}


.caption span.small_grey {
    color: #fff !important;
    font-size: 18px;
}

.after_sales {
    background: linear-gradient( rgba(43,150,204, 0.7),rgba(43,150,204, 0.7)), url("../images/parallax.jpg");
    background-size: cover;
    padding: 4% 0;
}

.after_sales h1{
    color: #fff;
}

.after_sales p{
    color: #fff;
}
.media {
    margin-top: -50px;
}



.snip1573 {
    /* background-color: #000; */
    display: inline-block;
    font-size: 16px;
    /* margin: 10px 7px; */
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.snip1573 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.snip1573:before,
.snip1573:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #2b96cc;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    opacity: 0.9;
    z-index: 1;
}

.snip1573:before {
    -webkit-transform: skew(45deg) translateX(-155%);
    transform: skew(45deg) translateX(-155%);
}

.snip1573:after {
    -webkit-transform: skew(45deg) translateX(155%);
    transform: skew(45deg) translateX(155%);
}

.snip1573 img {
    backface-visibility: hidden;
    max-width: 100%;
    vertical-align: top;
}

.snip1573 figcaption {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    -webkit-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
}

.snip1573 h3 {
    background-color: #2b96cc;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}

.snip1573 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.snip1573:hover > img,
.snip1573.hover > img {
    opacity: 0.5;
}

.snip1573:hover:before,
.snip1573.hover:before {
    -webkit-transform: skew(45deg) translateX(-55%);
    transform: skew(45deg) translateX(-55%);
}

.snip1573:hover:after,
.snip1573.hover:after {
    -webkit-transform: skew(45deg) translateX(55%);
    transform: skew(45deg) translateX(55%);
}

.snip1573:hover figcaption,
.snip1573.hover figcaption {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


.news-letter-form input{
    margin: 0 10px 6px 0;
}


@media (max-width: 1600px){
    .fixed-header.small-header .medical-nav .navbar-default .navbar-collapse li.dropdown .dropdown-menu > li > a {
        padding: 4px 15px !important;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu.edited
    {
        top: -90px;
    }
}


div.selector{
    left: 10px;
}


/* career table */

.rwd-table {
    margin: 1em 0;
    min-width: 300px;
    width: 100%;
}
.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.rwd-table th {
    display: none;
}
.rwd-table td {
    display: block;
}
.rwd-table td:first-child {
    padding-top: .5em;
}
.rwd-table td:last-child {
    padding-bottom: .5em;
}
.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}
@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}
.rwd-table th, .rwd-table td {
    text-align: left;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child, .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 0;
    }
}




.rwd-table {
    background: #2B96CC;
    color: #fff;
    border-radius: .4em;
    overflow: hidden;
}
.rwd-table tr {
    border-color: #2882af;
}
.rwd-table th, .rwd-table td {
    margin: .5em 1em;
}

.rwd-table a{
    text-align: center;
    border:1px solid #ebebeb;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }
}
.rwd-table th, .rwd-table td:before {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

@media (min-width: 767px) {
    .rwd-table th, .rwd-table td:before {
        font-weight: bold;
        font-size: 22px;
    }

    .rwd-table th, .rwd-table td {
        text-align: center;
    }
}

.apply-instruction{
    padding: 100px 0;
}

.apply-instruction a{
    background: #FFFF00;
}

.apply-instruction .mailto{
    background: none;
    color: #2B96CC;
    font-weight: bold;
    text-decoration: underline;
}



/*  Download Button */

section.download-btn {
    width: 100%;
    height: 100px;
    display: table;
}

.download-btn .center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.download-btn .trigger {
    position: relative;
    background: #2B96CC;
    display: inline-block;
    width: 200px;
    height: 60px;
    border-radius: 50em;
    /*box-shadow: 0 2px 20px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.2);*/
    color: #fff;
}

.download-btn span, .download-btn em, .download-btn i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    /*background: yellow;
    opacity: .5;*/
}

.download-btn em, .download-btn i {
    transition: top 0.3s;
}

.download-btn span {
    /*
    uncomment this to see where actually the
    Download and SVG located on initial state
    and on hover
    */
    overflow: hidden;
}

.download-btn em {
    line-height: 60px; /*make the button text vertically center of the button*/
    top: 0;
    font-weight: bold;
}

.download-btn i {
    top: 100%; /*moving out the SVG to the bottom on page loads*/
    padding-top:20px;
}

.download-btn i::before {
    content: "\f019";
    font-family: FontAwesome;
    font-size: 2rem;
}

.download-btn .trigger:hover em {
    top: -100%; /* move the Download text to the top*/
}

.download-btn .trigger:hover i {
    top: 0;
}

/*Tooltip*/
.download-btn .trigger::before,
.download-btn .trigger::after {
    position: absolute;
    opacity: 0; /*hide on page load*/
    visibility: hidden; /*to stop interaction when user hover on top of the button*/
    transition: all 0.3s;
}

.download-btn .trigger::before {
    content: "File size: 393KB";
    width: 140px;
    height: 60px;
    line-height: 60px; /*to make the text vertically center*/
    background: #2B96CC;
    border-radius: 0.25em;
    bottom: 90px;
    left: calc(50% - 70px); /*take the left size of the box and pull it left by 70px (half of the box's width) referencing .trigger element as the base*/
}

/*the triangle below the `File size` box*/
.download-btn .trigger::after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    /*
    each border side is 10px width
    this makes the square 20px width in total
    left to center = 10px
    center to right = 10px
    */
    border-top-color: #2B96CC;
    left: calc(50% - 10px); /*take the left size of the box and pull it left by 10px (half of the box's width) referencing .trigger element as the base*/
    bottom: 70px;
}

.download-btn .trigger:hover::before,
.download-btn .trigger:hover::after {
    opacity: 1;
    visibility: visible;
}

/*pull down effect for the `File size` box when we hover the button*/
.download-btn .trigger:hover::before {
    bottom: 80px;
}

.download-btn .trigger:hover::after {
    bottom: 60px;
}

.map-image img{
    padding-bottom: 100px;
}

.contact-form2 input[type="text"], .contact-form2 input[type="email"] {
    width: 48%;
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, .h1.light, .h2.light, .h3.light, .h4.light, .h5.light, .h6.light {
    font-weight: 300;
}

@media (max-width: 480px){
    .lead {
        font-size: 14px;
    }
}

td > .btn.btn-primary:hover {
    color: #278fc3;
    background: #fff;
}