﻿@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Raleway);
.add-on 
{
    position: absolute;
    top: 35px;
    right: 25px;
}
.no-record 
{
    width: 60%;
    background: #aeacad24;
    color: #fff;
    text-align: center;
    margin: 30px auto;
    border: 1px solid #0b639159;
    border-radius: 5px;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 1rem 0px;
}
.no-record p 
{
    max-width: 100%;
    font-size: 1.5rem;
    margin: 0px;
    margin-bottom: 0px;
    margin-bottom: 15px;
    color: #00bda2;
}

html, body, iframe, header, footer, main, aside, nav, section, article, div,h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockquote, pre,a, address, del, em, strong, sub, sup, figure, figcaption, img,form, fieldset, legend, label, input, select, textarea, button,table, thead, tbody, tfoot, tr, th, td 
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html, body, iframe, header, footer, main, aside, nav, section, article, div,h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockqoute, pre, figure, figcaption,form, fieldset, legend, label, input, select, textarea, button {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    text-transform:capitalize;
}

body 
{
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    min-height: 100%;
    padding: 0 !important;
}

dl, dt, dd, ul, ol, li { 
    list-style: none;
}

.d-none {
    display:none;
}

table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

a, button{
    cursor: pointer;
    text-decoration: none;
}

a:focus, a:hover {
    text-decoration: none;
}

i.fa.fa-mobile {
    font-size: 19px !important;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

strong { 
    font-weight: 900;
}

.services p,.wpb_accordion p,.widget p,.wpb_tabs p,.wpb_toggle_content p,.latest-tweets p,p.capitalized {
    text-indent: initial;
}

html, body{
    font: 400 14px/1.55 Lato, Helvetica, Arial, sans-serif;
    color: #333333;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

td.text-capitalize.hanme {
    text-align: left;
}

dl, dt, dd, ul, ol, li {
    list-style: none;
}

a 
{
    text-decoration: none;
    -o-transition: border 0.3s, background 0.3s, color 0.3s;
    -ms-transition: border 0.3s, background 0.3s, color 0.3s;
    -moz-transition: border 0.3s, background 0.3s, color 0.3s;
    -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
    outline: 0;
}
.clear { clear: both; }
h1, .h1 { font-size: 36px; }
h4, .h4 { font-size: 18px; }
h1, h2, h3, h4, h5 { font-family: Raleway; }
a:hover, a:active, a:focus { outline: 0; }
button:hover, button:active, button:focus { outline: 0; }
.btn:focus 
{
    outline:none;
    box-shadow:none
}
a:hover { color: #000; }
.page 
{
    /*background: #fff;*/
    opacity: 1;
}
* { outline: 0; }
p { margin: 10px 0; }

::placeholder 
{
    color: #666 !important;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { color: #666 !important; }
::-ms-input-placeholder { color: #666 !important; }
input::-moz-placeholder { color: #aeaeae; }
input::-webkit-input-placeholder { color: #aeaeae; }
select 
{
    background-image: url(../images/select.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
@-moz-document url-prefix() 
{
    select 
    {
        padding-right: 0;
        background-image: none !important;
        line-height: 38px;
    }
}
label 
{
    margin-bottom: 5px;
    color: #666;
    font-weight: 600;
    text-transform:capitalize
}
textarea 
{
    height: auto;
    resize: vertical;
    color:#555
}
.seprator 
{
    height: 1px;
    width: 100%;
    background-color: #eee;
    margin: 20px 0;
}

.button 
{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-transition: border 0.3s, background 0.3s, color 0.3s;
    -ms-transition: border 0.3s, background 0.3s, color 0.3s;
    -moz-transition: border 0.3s, background 0.3s, color 0.3s;
    -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
}
.button:hover { background: #fff; }
.button i 
{
    display: block;
    float: left;
    margin-right: 8px;
    margin-left: -6px;
    font-size: 18px;
    line-height: 22px;
}
.button-disabled 
{
    cursor: default;
    opacity: 0.5;
}
.button.button-disabled:hover { color: #fff; }

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: var(--primary-color) !important;
    /*color:  var(--primary-color) !important;*/
    background-color: #fff !important;
    border-color: 1px solid #072c7c !important;
    /*border-color: 1px solid  var(--primary-color) !important;*/
}

.page 
{
    overflow: hidden;
   /* background: #fff;*/
}
.page-boxed 
{
    max-width: 1250px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.fc-ltr .fc-basic-view .fc-day-number { text-align: center !important; }
/* laptop */
@media screen and (max-width: 1190px) 
{ 
    .page-boxed { max-width: 1000px; }
}
/* pad */
@media screen and (max-width: 980px) 
{ 
    .page-boxed { max-width: 788px; }
}
.fc-ltr .fc-basic-view .fc-day-number { text-align: center; }

.grid-row 
{
    width: 1170px;
    margin: 0 auto 60px;
}
.grid-row:after 
{
    content: '';
    display: table;
    clear: both;
}
.grid-col 
{
    float: left;
    margin-left: 30px;
}

.grid-col:first-child { margin-left: 0; }
.grid-col-3 { width: 270px; }
.grid-col-4 { width: 370px; }
.grid-col-5 { width: 770px; }
.grid-col-6 { width: 570px; }
.grid-col-9 { width: 870px; }

.grid-row-sep 
{
    width: 1170px;
    margin: -20px auto 40px;
    border-top: 1px solid #e3e3e3;
}

/* laptop */
@media screen and (max-width: 1190px) 
{ 
    .grid-row,.grid-row-sep { width: 940px; }
    .grid-col { margin-left: 20px; }
    .grid-col-3 { width: 220px; }
    .grid-col-4 { width: 300px; }
    .grid-col-5 { width: 600px; }
    .grid-col-6 { width: 460px; }
    .grid-col-9 { width: 700px; }
}

/* pad */
@media screen and (max-width: 980px) 
{ 
    .grid-row,.grid-row-sep { width: 738px; }
    .grid-col { margin-left: 18px; }
    .grid-col-3 { width: 171px; }
    .grid-col-4 { width: 234px; }
    .grid-col-5 { width: 468px; }
    .grid-col-6 { width: 360px; }
    .grid-col-9 { width: 549px; }
}
/* phone */
@media screen and (max-width: 767px) 
{ 
    .grid-row 
    {
        width: auto;
        margin: 0 20px 60px;
    }
    .grid-col 
    {
        float: none;
        width: 100%;
        margin: 0 0 60px 0;
    }
    .grid-col:last-child { margin-bottom: 0; }
    .grid-row-sep {
        width: auto;
        margin: -20px 20px 40px;
    }
    .modal-lg { width: 95% !important; }  
    .tab-container 
    {
        padding: 30px 0px 0px 0px !important;
        overflow-x: auto !important;
    }
    .table-responsive { overflow-x: auto; }
}

.typography h3 
{
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.typography p 
{
    margin-top: 15px;
    line-height: 22px;
}

.clearfix:after 
{
    content: '';
    display: table;
    clear: both;
}
/*----------------------------------------------------------------------------*/
/*                                  PLUGINS                                   */
/*----------------------------------------------------------------------------*/

.isotope-item { z-index: 2; }
.isotope-item.isotope-hidden { z-index: 1; }
.isotope,.isotope .isotope-item{
    transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
}

.isotope{
    transition-property: height, width;
    -o-transition-property: height, width;
    -ms-transition-property: height, width;
    -moz-transition-property: height, width;
    -webkit-transition-property: height;
}

.isotope .isotope-item{
    transition-property: transform;
    -o-transition-property: -o-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
}
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition 
{
    transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
}

.owl-controls 
{
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 20px;
    font-size: 0;
}
.owl-buttons div 
{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 1px;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
.owl-buttons i 
{
    display: block;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.autocomplete-suggestions 
{
    margin-top: 2px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.autocomplete-suggestions .autocomplete-suggestion 
{
    color: #373737;
    padding: 2px 20px;
    cursor: pointer;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
/*----------------------------------------------------------------------------*/
/*                                   HEADER                                   */
/*----------------------------------------------------------------------------*/
.show .second-sticky.sticky-container 
{
    -webkit-transform: translateY(0%) translateZ(0);
    -moz-transform: translateY(0%) translateZ(0);
    -ms-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
}

@media screen and (max-width: 1190px) { .page-header:after { margin-right: -496px; } }
/* pad */
@media screen and (max-width: 980px) { .page-header:after { margin-right: -395px; } }
/* phone */
@media screen and (max-width: 767px) 
{ 
    .page-header 
    {
        height: auto;
        padding: 20px 0;
    }
    .page-header:after 
    {
        right: -6px;
        margin: 0;
    }
    body { overflow-x: auto; }
    .table-responsive { overflow-y: scroll !important; }
    view.table-cont { width: 330px !important; }
}
/**/
/* logo */
/**/
.logo{ width:15%; }
.logo.navbar-brand 
{
    background: #fff;
    /*padding: 12px 15px;*/
    height: 100%
}
.logo img { width: 100%; }
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover 
{
    color: #5e5e5e;
    background-color: #fff;
}
.footerlogo img { width: 180px; }
.second-sticky.sticky-container .logo { height: 58px; }
.logo div 
{
    height: 100%;
    box-sizing: border-box;
}
.second-sticky.sticky-container .logo div { padding: 12px 0; }
.logo div > a 
{
    height: 100%;
    display: inline-block;
}
/* laptop */
@media screen and (max-width: 1190px) { .logo { z-index: 999; } }
/* pad */
@media screen and (max-width: 980px) 
{    
    .logo { z-index: 999; }
    .log { text-align: center; }
}
/* phone */
@media screen and (max-width: 767px) 
{ 
    .logo 
    {
        min-height: 50px;
        position: static;
        margin: 0;
        float: left;
    }
    .inner .logo { height: 55px; }
    .logo div 
    {
        padding: 0;
        display: block;
        height: 85%;
        text-align: center;
        background-color: #fff;
    }
}
/**/
/* main nav */
/**/
.wrap ul.accordion .nav-header .link a 
{
    color: #41525c;
    display: block;
    /*padding: 8px 8px 8px 30px;*/
    text-decoration: none;
    border-top: 1px solid #AFDEFF;
}

.wrap ul.accordion .nav-header .link a:hover 
{
    color: #FFFFFF;
    text-decoration: none;
    background: #3598DB;
}

.wrap ul.accordion .nav-header .link .badge {
color: #fff;
background-color: #F44646;
padding: 3px 6px;
font-size: 11px;
position: relative;
right: 0px;
top:4px
}

.wrap ul.accordion .nav-header .link .badge-light {
color: #F44646;
background-color: #fff;  
}

.link.active a {
background: #3598DB !important;
color: #fff !important;
}

.main-nav .text .more:before {
content: '';
}

.main-nav li li ul {
top: 0;
margin-left: 10px;
}

.main-nav .right li ul {
margin-right: 10px;
margin-left: 0;
}

.main-nav li li ul:after {
content: '';
position: absolute;
top: 47px;
bottom: 0;
right: 100%;
width: 10px;
}

.main-nav li li ul:before {
content: '';
position: absolute;
top: 0;
right: 100%;
width: 10px;
height: 47px;
}

.main-nav .right li ul:before {
right: auto;
left: 100%;
}

.main-nav li li:hover > a {
box-shadow: none;
}

.main-nav li:hover li:hover ul {
left: 100%;
}

.main-nav .right:hover li:hover ul {
right: 100%;
left: auto;
}

.main-nav .text {
padding: 29px 25px;
}

.main-nav .text h2 {
font-size: 21px;
line-height: 27px;
text-transform: uppercase;
}

.main-nav .text hr {
text-align: left;
display: block;
width: 50px;
margin: 16px 0;
border-top: 1px solid #fff;
opacity: 0.4;
border-bottom: none;
height: auto;
}

.main-nav .text .more {
position: absolute;
right: 0;
bottom: 0;
width: 42px;
height: 42px;
padding: 0;
text-align: center;
}

.main-nav .text .more i {
position: static;
display: block;
font-size: 20px;
line-height: 42px;
}

.inner {
box-shadow: 0px -4px 14px 0px #000;
background: #0b6391;
}

.inner .main-nav {
padding-top: 35px;
}

.nav > li > a > img {
margin-right: 5px;
border-radius: 50%;
border: 2px solid #ADADAD;
width: 28px;
vertical-align: middle;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
background-color: transparent;
}


@media screen and (max-width: 1190px) { /* laptop */

.main-nav li a {
padding-right: 15px;
padding-left: 15px;
}
}

@media screen and (max-width: 980px) { /* pad */

.main-nav li a {
padding-right: 10px;
padding-left: 10px;
font-size: 13px;
font-weight: 400;
}
}

@media (min-width:768px) and (max-width: 991px) {
.admin nav .go-links li:first-child a {
padding: 17px 15px !important;
}
.navbar-brand {
margin: 20px 0 0 17px !important;
}
.admin .wrap ul.accordion li i {
left: 25px !important;
font-size:16px !important
}
.admin .wrap ul.accordion li a {
padding-left: 45px !important;
}
.wrap ul.accordion .nav-header .link .badge {
right: 0px !important;
}
.pagecount {
margin:10px 0px
}
.admin .user-icon a img {
width: 30px !important;
height: 30px !important;
}
.admin .nav > li .active:after, .admin .wrap ul.accordion .nav-header .link a:hover:after {
width: 3px !important;
}
.circle-white {
width: 150px !important;
height: 150px !important;
}
.circle-green {
width: 120px !important;
height: 120px !important;
}
.searchbox .innerbtns li a {
font-size: 14px !important;
}
.searchbox .innerbtns li a {
padding: 8px !important;
}
.tab-content {
padding: 25px 0px;
}
.admin-info {
margin-bottom: 0 !important;
}
.admin-info .ad-box {
margin-bottom: 20px;
}
.admin-info .ad-box:after {
font-size: 2em !important;
right: 5px !important;
}
.admin-info .ad-box i {
line-height: 52px !important;
width: 40px !important;
margin-right: 5px !important;
}
.upload {
margin-bottom: 0 !important;
}
table tr td a {
color: #505050;
display: block;
text-align: center;
}
.margintop20 {
margin-top: 0;
}
}


.quick-search {
margin-top: -90px;
-o-transition: margin 0.3s;
-ms-transition: margin 0.3s;
-moz-transition: margin 0.3s;
-webkit-transition: margin 0.3s;
float: left;
width: 100%;
}

.quick-search fieldset {
position: relative;
z-index: 10;
width: 1170px;
height: 90px;
margin: 0 auto;
}

.quick-search legend {
float: left;
font-size: 25px;
line-height: 90px;
color: #fff;
}

.quick-search input,
.quick-search select {
margin: 30px 0 0 0px;
border-radius: 0;
}

.quick-search button[type="submit"] {
float: right;
width: 100%;
height: 34px;
margin-top: 30px;
border: 3px solid #fff;
background: #fff;
box-shadow: 0 1px rgba(0,0,0,0.2);
text-transform: uppercase;
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}

.quick-search button[type="submit"]:hover {
background: transparent;
color: #fff;
}

.quick-search button[type="submit"]:active {
position: relative;
top: 1px;
box-shadow: none;
}

.quick-search button[type="button"] {
width: 100%;
height: 38px;
padding-bottom: 8px;
font-size: 12px;
text-shadow: 0 -1px rgba(0,0,0,0.3);
text-transform: uppercase;
font-weight: 900;
color: #fff;
}

.quick-search .switcher {
position: absolute;
top: 100%;
right: 45px;
width: 140px;
height: 50px;
}

.quick-search-visible {
margin-top: 0 !important;
}

@media screen and (max-width: 1190px) { /* laptop */
.quick-search fieldset {
width: 940px;
}

.quick-search legend {
font-size: 20px;
}

.quick-search input,
.quick-search select {
width: 100%;
margin-left: 5px;
}

.search {
background: url("../images/find.png") no-repeat center center;
background-size: cover;
}
}

@media screen and (max-width: 980px) { /* pad */
.quick-search fieldset {
width: 738px;
}

.quick-search legend {
display: none;
}

.quick-search input,
.quick-search select {
width: 100%;
margin-left: 18px;
}

.quick-search input {
margin-left: 0;
}
}

@media screen and (max-width: 767px) { /* phone */
.quick-search {
margin-top: -188px;
}

.quick-search fieldset {
width: auto;
height: 188px;
margin: 0 20px;
padding-top: 20px;
}

.quick-search legend {
display: none;
}

.quick-search input,
.quick-search select {
float: none;
width: 100%;
margin: 0 0 10px 0;
}

.quick-search button[type="submit"] {
margin-top: 0;
}

#quick-search .switcher {
width: 30px;
height: 30px;
top: 188px;
background-color: inherit;
}

#quick-search .switcher #quick-search-switcher {
font-size: 0;
width: 100%;
height: 100%;
background: url("../images/find.png") no-repeat center center;
background-size: contain;
background-color: inherit;
padding-bottom: 0;
}
}



/*----------------------------------------------------------------------------*/
/*                                   CONTENT                                  */
/*----------------------------------------------------------------------------*/


@media screen and (max-width: 1190px) { /* laptop */

}

@media screen and (max-width: 980px) { /* pad */

}


@media only screen and (max-width:1190px) {
}



@media screen and (max-width: 1190px) { /* laptop */

}

@media screen and (max-width: 980px) { /* pad */

}

@media screen and (max-width: 767px) { /* phone */

}

@media screen and (max-width: 479px) { /* mini phone */

}


@media screen and (max-width: 1190px) { /* laptop */

}

@media screen and (max-width: 980px) { /* pad */

}

@media screen and (max-width: 767px) { /* phone */

}


@media screen and (max-width: 1190px) { /* laptop */

}

@media screen and (max-width: 980px) { /* pad */

}

@media screen and (max-width: 767px) { /* phone */

}

@media screen and (max-width: 479px) { /* mini phone */

}


@media screen and (max-width: 1190px) { /* laptop */

}

@media screen and (max-width: 980px) { /* pad */

}

@media screen and (max-width: 767px) { /* phone */

}

@media screen and (max-width: 479px) { /* mini phone */

}


@media screen and (max-width:1190px) {
}

/* Services Carousel */
#services-carousel .owl-item > li {
margin-right: 5% !important;
margin-bottom: 0;
padding-bottom: 0;
}

/* Features unlimited color */
.section-headers {
text-align: center;
font-size: 2em !important;
font-weight: bold;
color: #0f89c8;
text-transform: uppercase;
margin-top: 40px !important;
margin-bottom: 0 !important;
line-height: 1.2;
}

.section-headers h1 {
font-weight: 100 !important;
color: #000 !important;
margin-bottom: 0 !important;
}

.section-headers.inline h1 {
display: inline-block !important;
}

img[src*="features_unlimited_color"] {
display: block;
margin: 0 auto;
margin-top: 40px;
}

@media screen and (max-width:960px) {
img[src*="features_unlimited_color"] {
width: 60%;
}
}

/* page-404 */
#header-404 {
margin-top: 20px !important;
text-align: center;
}

#header-404 > a {
color: #000;
font-weight: 700;
font-size: 2em;
text-transform: uppercase;
}

#block-404 {
margin-top: 40px !important;
margin: 0 auto;
position: relative;
width: 500px;
height: 200px;
}

#block-404 > div {
position: absolute;
width: 100%;
height: 100%;
}

#block-404-substrate {
}

#block-404-icon {
background: url("../pic/404_mask.png") no-repeat center center;
background-size: cover;
}

#text-404 {
margin-top: 40px !important;
text-align: center;
}

#button-404 {
text-align: center;
}

/* Retina ready and responsive */
.section-text {
text-align: center;
margin-top: 10px !important;
}

div[id^="animating-block"] {
text-align: center;
margin-bottom: 60px;
}

div[id^="animating-block"] img {
position: relative;
}

#animating-block-1 img[src*="iphone"] {
left: 5%;
z-index: 3;
width: 15%;
}

#animating-block-1 img[src*="monitor"] {
z-index: 2;
width: 50%;
}

#animating-block-1 img[src*="ipad"] {
right: 12%;
z-index: 1;
width: 20%;
}

#animating-block-3 img[src*="mac"] {
width: 70%;
}

#animating-block-4 {
text-align: left !important;
}

#animating-block-4 img {
vertical-align: middle;
}

#animating-block-4 img[src*="color-6"] {
margin-left: 20%;
width: 30%;
z-index: 6;
}

#animating-block-4 img[src*="color-5"] {
width: 27%;
z-index: 5;
margin-left: -19%;
}

#animating-block-4 img[src*="color-4"] {
width: 24%;
z-index: 4;
margin-left: -17%;
}

#animating-block-4 img[src*="color-3"] {
width: 21%;
z-index: 3;
margin-left: -15%;
}

#animating-block-4 img[src*="color-2"] {
width: 18%;
z-index: 2;
margin-left: -13%;
}

#animating-block-4 img[src*="color-1"] {
width: 15%;
z-index: 1;
margin-left: -11%;
}

#animating-block-5 img[src*="icons-group"] {
width: 100%;
}

#animating-block-7 img[src*="one-page"] {
width: 50%;
}

#animating-block-8 {
position: relative;
}

#animating-block-8 img {
width: 80%;
}

@media screen and (min-resolution:300dpi) and (max-width:1137px) {
#animating-block-1 {
position: relative;
}

#animating-block-1 img[src*="iphone"] {
position: absolute;
width: 20%;
bottom: 0;
left: 0;
}

#animating-block-1 img[src*="monitor"] {
z-index: 2;
width: 80%;
}

#animating-block-1 img[src*="ipad"] {
position: absolute;
width: 25%;
bottom: 0;
right: 0;
}

#animating-block-3 img[src*="mac"] {
width: 100%;
}

#animating-block-4 {
text-align: left !important;
position: relative;
}

#animating-block-4 img {
vertical-align: middle;
position: absolute !important;
}

#animating-block-4 img[src*="color-6"] {
position: relative !important;
margin-left: 0;
width: 50%;
left: 0;
z-index: 6;
}

#animating-block-4 img[src*="color-5"] {
width: 45%;
z-index: 5;
left: 25%;
top: 5%;
}

#animating-block-4 img[src*="color-4"] {
width: 40%;
z-index: 4;
left: 41%;
top: 7%;
}

#animating-block-4 img[src*="color-3"] {
width: 35%;
z-index: 3;
left: 56%;
top: 9%;
}

#animating-block-4 img[src*="color-2"] {
width: 30%;
z-index: 2;
left: 69%;
top: 11%;
}

#animating-block-4 img[src*="color-1"] {
width: 25%;
z-index: 1;
left: 82%;
top: 13%;
}

#animating-block-7 img[src*="one-page"] {
width: 80%;
}

#animating-block-8 img {
width: 100%;
}
}

@media screen and (max-width:767px) {
#animating-block-1 {
position: relative;
}

#animating-block-1 img[src*="iphone"] {
position: absolute;
width: 20%;
bottom: 0;
left: 0;
}

#animating-block-1 img[src*="monitor"] {
z-index: 2;
width: 80%;
}

#animating-block-1 img[src*="ipad"] {
position: absolute;
width: 25%;
bottom: 0;
right: 0;
}

#animating-block-3 img[src*="mac"] {
width: 100%;
}

#animating-block-4 {
text-align: left !important;
position: relative;
}

#animating-block-4 img {
vertical-align: middle;
position: absolute !important;
}

#animating-block-4 img[src*="color-6"] {
position: relative !important;
margin-left: 0;
width: 50%;
left: 0;
z-index: 6;
}

#animating-block-4 img[src*="color-5"] {
width: 45%;
z-index: 5;
left: 37%;
top: 4%;
}

#animating-block-4 img[src*="color-4"] {
width: 40%;
z-index: 4;
left: 51%;
top: 9%;
}

#animating-block-4 img[src*="color-3"] {
width: 35%;
z-index: 3;
left: 64%;
top: 14%;
}

#animating-block-4 img[src*="color-2"] {
width: 30%;
z-index: 2;
left: 75.5%;
top: 19%;
}

#animating-block-4 img[src*="color-1"] {
width: 25%;
z-index: 1;
left: 87.5%;
top: 25%;
}

#animating-block-7 img[src*="one-page"] {
width: 80%;
}

#animating-block-8 img {
width: 100%;
}
}

/* captcha */

.wrong-data {
border: 1px solid #eb9605 !important;
}

.captcha {
position: relative;
}

.captcha-wrapper {
width: auto;
}

#contactform iframe {
width: 35px !important;
height: 30px !important;
display: inline-block;
vertical-align: middle;
border: 0;
}

#contactform iframe html {
width: 100%;
}

iframe {
overflow: hidden;
}

.modal-footer .btn + .btn {
margin-bottom: 5px;
margin-left: 5px;
}

#contactform input.verify {
display: inline-block;
width: 1.5em !important;
vertical-align: middle;
height: 21px;
border-top: 0;
border-left: 0;
border-right: 0;
padding: 0;
line-height: 1;
}

#contactform .captcha-wrapper {
display: inline-block;
line-height: 50px;
padding-left: 10px;
}

#contactform button[type="submit"] {
display: block;
float: right;
}

#contact_form_responce {
margin: 1.5em 0;
}

#contact_form_responce p {
text-indent: 0;
}


@media screen and (max-width:980px) {
.video.only iframe {
height: 400px !important;
}

img[src*="features_unlimited_color"] {
width: 80%;
}

#news-carousel-3 .item {
width: 100% !important;
}
}

@media screen and (max-width:767px) {
.video.only iframe {
height: 300px !important;
}

.section-headers {
font-size: 1.5em !important;
}

#block-404 {
width: 400px;
height: 160px;
}

#services-carousel .pic {
float: none;
margin-bottom: 20px;
}

#news-carousel-3 .item {
width: 100% !important;
}
}

@media screen and (max-width:479px) {
.video.only iframe {
height: 200px !important;
}

img[src*="features_unlimited_color"] {
width: 90%;
}

#block-404 {
width: 200px;
height: 80px;
}
}


/* blog post */
/**/
.blog-post .date {
position: relative;
margin-bottom: 1px;
padding-left: 20px;
font-size: 14px;
line-height: 48px;
color: #fff;
}

.blog-post .date i {
position: absolute;
top: 0;
right: 0;
width: 48px;
height: 48px;
border-left: 1px solid #fff;
font-size: 24px;
line-height: 46px;
text-align: center;
color: #fff;
}

.blog-post .date span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 12px;
line-height: 48px;
}

.blog-post .share {
float: right;
margin-right: 48px;
border-left: 1px solid #fff;
}

.blog-post .share a {
float: right;
display: block;
width: 48px;
height: 48px;
margin-right: 1px;
font-size: 18px;
line-height: 48px;
text-align: center;
color: #fff;
}

.blog-post .share a:hover {
background: none;
color: #fff;
}

.blog-post .pic,
.blog-post .video {
position: relative;
overflow: hidden;
}

.blog-post .video {
padding-bottom: 56.25%;
}

.blog-post .pic img {
width: 100%;
height: auto;
}

.blog-post .video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.blog-post .cats {
margin-top: 15px;
padding: 10px 0;
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
font-size: 12px;
color: #000;
}


/**/
/* comments */
/**/
.comments li {
position: relative;
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #e3e3e3;
font-size: 13px;
line-height: 18px;
}

.comments li:first-child {
margin-top: 0;
padding-top: 0;
border-top: 0;
}

.comments li ul {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #e3e3e3;
}

.comments li li {
padding-left: 85px;
}

.comments .text {
min-height: 70px;
overflow: hidden;
}

.comments .author {
margin-bottom: 10px;
color: #999;
}

.comments .author a {
float: right;
}

.comments .author span {
color: #373737;
}

.comments .avatar {
position: relative;
display: block;
float: left;
width: 70px;
height: 70px;
margin-right: 15px;
text-align: center;
text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
color: #fff;
}

.comments .avatar:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
}

.comments .avatar i {
position: relative;
display: block;
font-size: 36px;
line-height: 70px;
}

@media screen and (max-width: 980px) { /* pad */
.comments li li {
padding-left: 60px;
}

.comments .avatar {
width: 50px;
height: 50px;
margin-right: 10px;
}

.comments .avatar i {
font-size: 26px;
line-height: 50px;
}
}

@media screen and (max-width: 479px) { /* mini phone */
.comments li li {
padding-left: 20px;
}
}

@media screen and (min-width:767px) and (max-width:980px) {
.grid-col:not(.grid-col-9) .widget-twitter:not(.widget-twitter-alt) .owl-controls, .grid-col:not(.grid-col-9) .services-wide .owl-controls, .grid-col:not(.grid-col-9) .widget-comments .owl-controls, .grid-col:not(.grid-col-9) .doctors-carousel .owl-controls {
width: 100% !important;
text-align: left !important;
margin-bottom: 10px !important;
}

.grid-col:not(.grid-col-9) .widget-twitter:not(.widget-twitter-alt) .owl-carousel .owl-controls .owl-buttons, .grid-col:not(.grid-col-9) .services-wide .owl-carousel .owl-controls .owl-buttons, .grid-col:not(.grid-col-9) .widget-comments .owl-carousel .owl-controls .owl-buttons, .grid-col:not(.grid-col-9) .doctors-carousel .owl-carousel .owl-controls .owl-buttons {
display: inline-block;
}

.grid-col:not(.grid-col-9) .widget-twitter:not(.widget-twitter-alt) .widget-title, .grid-col:not(.grid-col-9) .services-wide .widget-title, .grid-col:not(.grid-col-9) .widget-comments .widget-title, .grid-col:not(.grid-col-9) .doctors-carousel .widget-title {
width: 100% !important;
padding-right: 0 !important;
margin-bottom: 50px !important;
}
}

.add-comment input {
float: left;
width: 270px;
margin: 0 0 20px 30px;
}

.add-comment input:first-child {
margin-left: 0;
}

.add-comment textarea {
margin-bottom: 20px;
clear: both;
}

@media screen and (max-width: 1190px) { /* laptop */
.add-comment input {
width: 220px;
margin-left: 20px;
}
}

@media screen and (max-width: 980px) { /* pad */
.add-comment input {
width: 171px;
margin-left: 18px;
}
}

@media screen and (max-width: 767px) { /* phone */
.add-comment input {
float: none;
width: 100%;
margin-left: 0;
}
}

.doctors {
margin-bottom: 50px;
}

.doctors h3 {
position: relative;
padding-top: 10px;
font-size: 17px;
line-height: 23px;
color: #000;
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}

.doctors h3 a {
color: #000;
text-decoration: none;
}

.doctors p {
position: relative;
padding-bottom: 15px;
border-bottom-width: 6px;
border-bottom-style: solid;
line-height: 18px;
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}

.doctors .filter {
float: right;
width: 270px;
height: 30px;
margin-top: -50px;
padding-top: 4px;
padding-bottom: 4px;
}

.doctors .grid {
width: calc(100% + 30px);
margin: -25px -15px;
}

.doctors .item {
position: relative;
float: left;
width: 300px;
margin: 25px 0;
padding: 0 15px;
text-align: center;
-ms-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.doctors .item p {
text-indent: 0;
}

.doctors .item-fullwidth {
width: 100% !important;
}

.doctors .pic {
position: relative;
padding-bottom: 100%;
}

.doctors .pic img {
position: absolute;
top: 0;
left: 0;
width: 261px;
max-width: 100%;
height: 100%;
}

.doctors .links {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: rgba(255,255,255,0.5);
opacity: 0;
-o-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
}

.doctors .links ul {
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin-top: -28px;
text-align: center;
font-size: 0;
}

.doctors .links-small ul {
margin-top: -23px;
}

.doctors .links li {
position: relative;
display: inline-block;
margin: 0 8px;
opacity: 0;
-o-transition: opacity 0.4s;
-ms-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
}

.doctors .links-small li {
margin: 0 2px;
}

.doctors .links li:nth-child(2) {
-ms-animation-delay: 0.1s;
-ms-transition-delay: 0.1s;
-moz-animation-delay: 0.1s;
-moz-transition-delay: 0.1s;
-webkit-animation-delay: 0.1s;
-webkit-transition-delay: 0.1s;
}

.doctors .links li:nth-child(3) {
-ms-animation-delay: 0.2s;
-ms-transition-delay: 0.2s;
-moz-animation-delay: 0.2s;
-moz-transition-delay: 0.2s;
-webkit-animation-delay: 0.2s;
-webkit-transition-delay: 0.2s;
}

.doctors .links a {
display: block;
width: 56px;
height: 56px;
box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
font-size: 20px;
line-height: 56px;
color: #fff;
}

.doctors .links-small a {
width: 46px;
height: 46px;
box-shadow: none;
line-height: 46px;
}

.doctors .item:hover h3 a,
.doctors .item:hover p {
color: #fff;
}

.doctors .item:hover .links {
opacity: 1;
}

.doctors .item:hover .links li {
opacity: 1;
-ms-animation-name: slideup;
-ms-animation-duration: 0.4s;
-moz-animation-name: slideup;
-moz-animation-duration: 0.4s;
-webkit-animation-name: slideup;
-webkit-animation-duration: 0.4s;
}

@media screen and (max-width: 1190px) { 
.doctors .filter {
width: 220px;
}

.doctors .grid {
width: calc(100% + 20px);
margin-right: -10px;
margin-left: -10px;
}

.doctors .item {
width: 240px;
padding: 0 10px;
}
}

@media screen and (max-width: 980px) { /* pad */
.doctors .filter {
width: 171px;
}  

.doctors .grid {
width: calc(100% + 18px);
margin-right: -9px;
margin-left: -9px;
}

.doctors .item {
width: 283px;
padding: 0 9px;
}

[id$="doctors-carousel"] .item {
width: 100% !important;
padding-right: 0 !important;
}
}

@media screen and (max-width: 767px) { /* phone */
.doctors .grid {
width: calc(100% + 20px);
margin-right: -10px;
margin-left: -10px;
}

.doctors .item {
width: 50%;
padding: 0 10px;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
}

@media screen and (max-width: 479px) { /* mini phone */
.doctors .filter {
float: none;
margin: 0 0 20px;
width: 100%;
}

.doctors .item {
width: 100%;
}
}

/* staf single */
.single-staff .wrapper {
width: 250px;
float: left;
margin: 20px 30px 10px 0 !important;
background: #fff;
}

.single-staff .wrapper .pic img {
width: 100%;
display: block;
}

.single-staff .wrapper .social-icons {
margin-left: -6px;
}

.single-staff .wrapper .social-icons .soc-icon {
margin: 6px 0 0 6px;
}

.single-staff .cats_group {
}

.single-staff .item > * + *:not(.wrapper) {
margin-top: 15px;
}

.single-staff .cats_group .cats {
color: #373737;
display: inline-block;
width: 100%;
position: relative;
padding: 10px 0;
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
font-size: 12px;
line-height: 18px;
}

.single-staff .cats_group .cats + .cats {
margin-top: -1px;
}

.single-staff .cats .cats_section_name {
font-weight: 700;
text-transform: capitalize;
}

.single-staff .widget-title {
display: inline-block;
margin-top: 20px !important;
margin-bottom: 0 !important;
}

.single-staff p {
text-indent: 0em;
}

/**/
/* doctors carousel */
/**/
.doctors-carousel img {
display: block;
}

.doctors-carousel h3 {
position: relative;
padding-top: 10px;
font-size: 17px;
line-height: 23px;
color: #000;
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}

.doctors-carousel p {
position: relative;
padding-bottom: 15px;
line-height: 18px;
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}

.doctors-carousel .pic {
position: relative;
}

.doctors-carousel .links {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.5);
opacity: 0;
-o-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
}

.doctors-carousel .links ul {
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin-top: -28px;
text-align: center;
font-size: 0;
}

.doctors-carousel .links li {
position: relative;
display: inline-block;
margin: 0 8px;
opacity: 0;
-o-transition: opacity 0.4s;
-ms-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
}

.doctors-carousel .links a, .doctors .links a {
display: block;
width: 50px;
height: 50px;
box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
font-size: 20px;
line-height: 50px;
color: #fff;
text-decoration: none;
}

@media screen and (max-width:1190px) {
.doctors-carousel .links a, .doctors .links a {
display: block;
width: 46px;
height: 46px;
box-shadow: 0 0 0 4px rgba(255,255,255,0.5);
font-size: 18px;
line-height: 46px;
}
}

.doctors-carousel .item {
position: relative;
}

.doctors-carousel .item:hover h3,
.doctors-carousel .item:hover p {
color: #fff;
}

.doctors-carousel .item:hover .links {
opacity: 1;
}

.doctors-carousel .item:hover .links li {
opacity: 1;
-ms-animation-name: slideup;
-ms-animation-duration: 0.4s;
-moz-animation-name: slideup;
-moz-animation-duration: 0.4s;
-webkit-animation-name: slideup;
-webkit-animation-duration: 0.4s;
}

.doctors-carousel .owl-carousel {
width: auto;
margin: 0 -15px;
-webkit-user-select: none;
}

.doctors-carousel .owl-item {
padding: 0 15px;
text-align: center;
-ms-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}


.doctors-carousel .owl-controls {
right: 15px;
}

@media screen and (max-width: 1190px) { /* laptop */
.doctors-carousel img {
width: 100%;
height: auto;
}

.doctors-carousel .owl-carousel {
margin: 0 -10px;
}

.doctors-carousel .owl-item {
padding: 0 10px;
}

.doctors-carousel .owl-controls {
right: 10px;
}
}
@media (min-width: 768px) {
.video-modal {
max-width:  60% !important;
margin: 25px auto;
}
.table-video {
overflow-y:auto;
height:300px
}
}
@media screen and (max-width: 980px) { /* pad */
.doctors-carousel .owl-carousel {
margin: 0 -9px;
}

.doctors-carousel .owl-item {
padding: 0 9px;
}

.doctors-carousel .owl-controls {
right: 9px;
}
}


/**/
/* timetable */
/**/
.btn-primary[disabled] {
background-color:  var(--primary-color) !important;
border-color:  var(--primary-color) !important;
color: #fff !important;
}
.timetable .filter {
float: right;
width: 270px;
height: 30px;
margin-top: -50px;
padding-top: 4px;
padding-bottom: 4px;
}

.timetable header {
position: relative;
height: 94px;
text-align: center;
}

.timetable .year {
position: absolute;
top: 0;
left: 0;
width: 146px;
font-size: 24px;
line-height: 94px;
color: rgba(255,255,255,0.5);
}

.timetable .month {
padding-top: 10px;
font-size: 30px;
line-height: 30px;
color: #fff;
}

.timetable .day {
position: relative;
width: 220px;
margin: 10px auto;
}

.timetable .day a {
position: absolute;
top: 0;
width: 28px;
height: 28px;
font-size: 28px;
line-height: 26px;
text-align: center;
color: rgba(0,0,0,0.3);
}

.timetable .day input {
height: 28px;
padding: 3px 40px 3px 5px;
border-radius: 14px;
text-align: center;
}

.timetable .day .cal {
top: 0;
right: 0;
width: 35px;
padding-right: 5px;
font-size: 14px;
line-height: 28px;
border-left-width: 1px;
border-left-style: solid;
}

.timetable .day .prev {
left: -38px;
}

.timetable .day .next {
right: -38px;
}

.timetable .switcher {
position: absolute;
top: 0;
right: 0;
width: 146px;
height: 34px;
padding: 30px 0;
font-size: 0;
}

.timetable .switcher a {
display: inline-block;
vertical-align: middle;
width: 34px;
height: 34px;
overflow: hidden;
margin: 0 2px;
border-radius: 50px;
background: #fff;
box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
font-size: 14px;
line-height: 34px;
text-align: center;
}

.timetable .switcher .active {
box-shadow: 1px 1px 0 rgba(255,255,255,0.1);
color: #fff;
cursor: default;
}

.timetable .switcher .active:hover {
color: #fff;
}

.timetable .switcher .fa-list {
line-height: 36px;
}

.timetable .month-view th {
width: 14.28%;
padding: 20px 0;
font-size: 12px;
line-height: 16px;
}

.col-sm-6.map {
border: 3px solid  var(--primary-color);
}

.timetable .month-view td {
width: 14.28%;
border: 1px solid #fff;
background: #efefef;
vertical-align: top;
font-size: 12px;
line-height: 16px;
color: #000;
-webkit-user-select: none;
}

.timetable .month-view td:first-child {
border-left: 0;
}

.timetable .month-view td:last-child {
border-right: 0;
}

.timetable .month-view .event {
position: relative;
}

.timetable .month-view .event a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

.timetable .month-view .event a span {
display: none;
}

.timetable .month-view .event a:hover span {
display: block;
}

.timetable .month-view .title {
padding: 40px 50px 20px 20px;
text-transform: uppercase;
color: #fff;
}

.timetable .month-view .date {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
font-size: 14px;
line-height: 40px;
text-align: center;
color: #7c7c7c;
}

.timetable .month-view .title + .date {
color: #fff;
}

.timetable .month-view .details {
position: relative;
padding: 20px;
}

.timetable .month-view .popup {
position: absolute;
bottom: 100%;
left: -9999px;
width: 100%;
color: #fff;
opacity: 0;
-o-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
}

.timetable .month-view .popup:after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -4px;
border-top: 4px solid transparent;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}

.timetable .month-view .popup p {
padding: 0 20px 20px;
}

.timetable .month-view .popup .title {
padding-top: 20px;
background: inherit;
}

.timetable .month-view .event-container {
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}

.timetable .month-view .event-container:hover {
color: #fff;
}

.timetable .month-view .event-container:hover .popup {
left: 0;
opacity: 1;
}

.timetable .week-view th {
width: 12.5%;
padding: 20px 0;
font-size: 12px;
line-height: 16px;
color: #2a80b9;
}

.timetable .week-view th span {
color: #7c7c7c;
}

.timetable .week-view td {
width: 12.5%;
border: 1px solid #e3e3e3;
vertical-align: top;
font-size: 12px;
line-height: 16px;
color: #000;
-webkit-user-select: none;
}

.timetable .week-view td:first-child {
vertical-align: middle;
text-align: center;
color: #7c7c7c;
}

.timetable .week-view td:first-child i {
display: block;
margin: 0 auto 10px;
width: 18px;
height: 18px;
font-size: 18px;
line-height: 18px;
}

.timetable .week-view .event {
position: relative;
}

.timetable .week-view .event a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

.timetable .week-view .event a span {
display: none;
}

.timetable .week-view .event a:hover span {
display: block;
}

.timetable .week-view .event-container {
background: #efefef;
}

.timetable .week-view .event-container {
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}

.timetable .week-view .event-container:hover {
color: #fff;
}

.timetable .week-view .title {
padding: 20px;
text-transform: uppercase;
color: #fff;
}

.timetable .week-view .details {
position: relative;
padding: 20px;
}

.timetable .week-view .popup {
position: absolute;
bottom: 100%;
left: -9999px;
width: 100%;
color: #fff;
opacity: 0;
-o-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
}

.timetable .week-view .popup:after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -4px;
border-top: 4px solid transparent;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}

.timetable .week-view .popup p {
padding: 0 20px 20px;
}

.timetable .week-view .popup .title {
padding-top: 20px;
background: inherit;
}

.timetable .week-view .event-container:hover .popup {
left: 0;
opacity: 1;
}

.timetable .list-view th {
width: 15%;
padding: 20px 0;
font-size: 12px;
line-height: 16px;
}

.timetable .list-view th:last-child {
width: 70%;
padding-left: 20px;
text-align: left;
}

.timetable .list-view td {
width: 15%;
border: 1px solid #e3e3e3;
vertical-align: middle;
font-size: 12px;
line-height: 16px;
text-align: center;
color: #7c7c7c;
-webkit-user-select: none;
}

.timetable .list-view td i {
display: block;
margin: 0 auto 10px;
width: 18px;
height: 18px;
font-size: 18px;
line-height: 18px;
}

.timetable .list-view td:last-child {
width: 70%;
vertical-align: top;
font-size: 13px;
line-height: 22px;
text-align: left;
}

.timetable .list-view .event {
position: relative;
padding: 20px;
}

.timetable .list-view .event a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

.timetable .list-view .event a span {
display: none;
}

.timetable .list-view .event a:hover span {
display: block;
}

.timetable .list-view .title {
margin-bottom: 5px;
text-transform: uppercase;
color: #000;
-o-transition: color 0.3s;
-ms-transition: color 0.3s;
-moz-transition: color 0.3s;
-webkit-transition: color 0.3s;
}

.timetable .list-view .event-container:hover .title {
color: #fff;
}

.timetable .list-view .event-container {
background: #efefef;
}

.timetable .list-view .event-container {
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}

.timetable .list-view .event-container:hover {
color: #fff;
}

.timetable .list-view .popup {
position: absolute;
bottom: 100%;
left: -9999px;
width: 100%;
padding: 20px;
color: #fff;
opacity: 0;
-ms-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
-o-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
}

.timetable .list-view .popup:after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -4px;
border-top: 4px solid transparent;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}

.timetable .list-view .event-container:hover .popup {
left: 0;
opacity: 1;
}

.timetable .mobile-view {
display: none;
}

.timetable .mobile-view dt {
margin-top: 30px;
font-size: 12px;
text-transform: uppercase;
color: #000;
}

.timetable .mobile-view dt span {
border-bottom-width: 1px;
border-bottom-style: solid;
}

.timetable .mobile-view li {
position: relative;
padding: 14px 0 14px 28px;
border-bottom: 1px solid #e1e1e1;
line-height: 20px;
color: #000;
}

.timetable .mobile-view li i {
position: absolute;
top: 15px;
left: 0;
width: 18px;
height: 18px;
font-size: 18px;
line-height: 18px;
}

.timetable .mobile-view li span {
float: right;
margin-left: 10px;
font-size: 12px;
color: #7c7c7c;
}

@media screen and (max-width: 1190px) { /* laptop */
.page-header.main-page:after {
margin-right: -496px;
}

.timetable .filter {
width: 220px;
}

.timetable .month-view .title {
padding: 35px 15px 15px 15px;
}

.timetable .month-view .date {
width: 30px;
height: 30px;
line-height: 30px;
}

.timetable .month-view .details {
padding: 15px;
}

.timetable .month-view .popup p {
padding: 0 15px 15px;
}

.timetable .month-view .popup .title {
padding-top: 35px;
}

.timetable .week-view th span {
display: none;
}

.timetable .week-view .title {
padding: 15px;
}

.timetable .week-view .details {
padding: 15px;
}

.timetable .week-view .popup p {
padding: 0 15px 15px;
}
}

@media screen and (max-width: 980px) { /* pad */
.page-header.main-page:after {
margin-right: -395px;
}

.timetable .filter {
width: 171px;
}

.timetable .month-view th,
.timetable .month-view td {
font-size: 11px;
line-height: 14px;
}

.timetable .month-view .title {
padding: 20px 10px 10px 10px;
font-size: 11px;
line-height: 15px;
}

.timetable .month-view .date {
width: 20px;
height: 20px;
font-size: 10px;
line-height: 20px;
}

.timetable .month-view .details {
padding: 10px;
}

.timetable .month-view .popup p {
padding: 0 10px 10px;
}

.timetable .month-view .popup .title {
padding-top: 20px;
}

.timetable .week-view th,
.timetable .week-view td {
width: 14.14%;
font-size: 11px;
line-height: 14px;
}

.timetable .week-view th:first-child,
.timetable .week-view td:first-child {
width: 1%;
padding: 0 5px;
}

.timetable .week-view .title {
padding: 10px;
}

.timetable .week-view .details {
padding: 10px;
}

.timetable .week-view .popup p {
padding: 0 10px 10px;
}
}

@media screen and (max-width: 767px) { /* phone */
.page-header.main-page:after {
display: none;
}

.timetable header {
height: auto;
}

.timetable .year {
position: static;
width: auto;
line-height: 48px;
}

.timetable .month {
padding-top: 20px;
}

.timetable .switcher {
position: static;
width: auto;
margin-top: 20px;
padding: 15px 0;
}

.timetable .month-view,
.timetable .week-view,
.timetable .list-view {
display: none;
}

.timetable .mobile-view {
display: block;
}
}

@media screen and (max-width: 479px) { /* mini phone */
.timetable .filter {
float: none;
margin: 0 0 20px;
width: 100%;
}

.timetable .day {
width: auto;
margin-right: 48px;
margin-left: 48px;
}
}


/**/
/* map */
/**/
.map .filter {
float: right;
width: 270px;
height: 30px;
margin-top: -50px;
padding-top: 4px;
padding-bottom: 4px;
}

.map .google-map {
height: 400px;
}

@media screen and (max-width: 1190px) { /* laptop */
.map .filter {
width: 220px;
}
}

@media screen and (max-width: 980px) { /* pad */
.map .filter {
width: 171px;
}
}

@media screen and (max-width: 479px) { /* mini phone */
.map .filter {
float: none;
margin: 0 0 20px;
width: 100%;
}
}


/**/
/* feedback */
/**/
.feedback p {
margin-bottom: 20px;
line-height: 22px;
}

.feedback label {
display: block;
margin-bottom: 5px;
line-height: 1;
color: #000;
}

.feedback .input {
float: left;
width: 420px;
margin: 0 0 20px 30px;
}

.feedback .input:first-child {
margin-left: 0;
}

.feedback textarea {
margin-bottom: 20px;
}

@media screen and (max-width: 1190px) { /* laptop */
.feedback .input {
width: 340px;
margin-left: 20px;
}
}

@media screen and (max-width: 980px) { /* pad */
.feedback .input {
width: 265px;
margin-left: 18px;
}
}

@media screen and (max-width: 767px) { /* phone */
.feedback .input {
float: none;
width: 100%;
margin-left: 0;
}
}



/*----------------------------------------------------------------------------*/
/*                                  ELEMENTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* text */
/**/
.wpb_text_column h1 {
font-weight: 700 !important;
color: #000 !important;
margin-bottom: 0.5em !important;
}

.vc_row-fluid,
.wpb_content_element {
margin-bottom: 50px;
}

.wpb_text_column ul li {
position: relative;
margin-top: 10px;
padding-left: 24px;
line-height: 22px;
}

.wpb_text_column ul li:before {
content: "\f00c";
position: absolute;
top: 1px;
left: 0;
width: 19px;
height: 19px;
font: 14px/20px FontAwesome;
text-align: center;
color: #fff;
}

.wpb_text_column ul li:first-child {
margin-top: 0;
}

.wpb_text_column .ul2 li:before {
content: "\f0c1";
}

.wpb_text_column .ul3 li:before {
content: "\f067";
}

.wpb_text_column .alignleft {
float: left;
margin: 0 20px 10px 0;
padding: 3px;
border: 1px solid #e4e4e4;
}


/**/
/* accordion */
/**/
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
display: none;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_section {
margin-top: -1px;
border: 1px solid #e3e3e3;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_section:first-child {
margin-top: 0;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
position: relative;
margin: 0;
background: none;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
position: relative;
padding: 11px 38px 11px 20px;
font-size: 16px;
line-height: 24px;
color: #000;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:after,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:before {
content: '';
position: absolute;
top: 50%;
right: 13px;
width: 12px;
height: 4px;
margin-top: -2px;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:before {
right: 17px;
width: 4px;
height: 12px;
margin-top: -6px;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active a:before {
display: none;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_content {
padding: 0 20px 20px 20px;
}

.wpb_accordion.wpb_accordion_alt .wpb_accordion_wrapper .wpb_accordion_content {
padding: 20px;
}

.wpb_accordion.wpb_accordion_alt .wpb_accordion_wrapper .ui-state-active a:after {
background: #fff;
}


/**/
/* buttons */
/**/
.wpb_button {
position: relative;
display: inline-block;
padding: 11px 21px;
border-width: 3px;
border-style: solid;
border-radius: 0;
font-size: 14px;
line-height: 22px;
text-align: center;
text-shadow: none;
text-transform: uppercase;
color: #fff;
-ms-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
-o-transition: border 0.3s, background 0.3s, color 0.3s;
-ms-transition: border 0.3s, background 0.3s, color 0.3s;
-moz-transition: border 0.3s, background 0.3s, color 0.3s;
-webkit-transition: border 0.3s, background 0.3s, color 0.3s;
}

.wpb_button:hover {
background: #fff;
}

.wpb_button.wpb_btn-alt {
background: #fff;
}

.wpb_button.wpb_btn-large {
padding: 15px 25px;
border-radius: 0;
font-size: 18px;
line-height: 24px;
}

.wpb_button.wpb_btn-rounded {
border-radius: 5px;
}

.wpb_button.wpb_btn-arrow-right:after {
content: '';
position: absolute;
top: 50%;
left: 100%;
margin: -5px 0 0 3px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left-width: 5px;
border-left-style: solid;
}


/**/
/* callout */
/**/
.callout {
position: relative;
min-height: 50px;
padding: 23px 23px 23px 130px;
background: #f5f5f5;
text-align: left;
}

.callout-content, .callout-button {
display: inline-block;
vertical-align: middle;
font-size: medium;
}

.callout-wrapper, .wpb_call_to_action {
font-size: 0;
}

.callout-content {
width: 70%;
padding-right: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border;
}

::placeholder {
color: #666 !important;
opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #666 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #666 !important;
}

.callout-button {
text-align: right;
width: 30%;
}

.callout-button .button {
vertical-align: middle;
/*  word-break:break-all;*/
}

.callout .title {
margin-bottom: 8px;
font-size: 30px;
line-height: 34px;
}

.callout .subtitle {
font-size: 16px;
line-height: 22px;
color: #000;
}

.callout .icon {
position: absolute;
top: 0;
left: 0;
width: 110px;
height: 110px;
font-size: 54px;
line-height: 110px;
text-align: center;
text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
color: #fff;
}

.callout .icon:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
}

.callout .icon i {
position: relative;
}

.wpb_call_to_action {
padding: 30px;
border: 0;
color: #fff;
}

@media screen and (max-width:767px) {
.wpb_call_to_action, .callout {
padding: 20px;
}

.callout .icon, .wpb_call_to_action .icon {
display: none;
}
}

@media screen and (max-width:479px) {
.callout-content, .callout-button {
display: block;
width: 100%;
text-align: center;
}

.callout-button {
padding-top: 20px;
}
}


.wpb_call_to_action .wpb_button, .detailed-services .wpb_button {
max-width: none;
padding: 11px 21px;
border: 3px solid #fff;
border-radius: 0;
background: #fff;
font-size: 14px;
line-height: 22px;
text-align: center;
text-transform: uppercase;
color: #000;
}

.wpb_call_to_action .wpb_button:hover, .detailed-services .wpb_button:hover {
color: #2a80b9;
}

.wpb_call_to_action .wpb_call_text {
padding-top: 5px;
font-size: 30px;
line-height: 40px;
}


/**/
/* capitalized */
/**/
.capitalized:first-letter {
display: block;
float: left;
width: 32px;
height: 32px;
margin: 5px 10px 0 0;
font-size: 28px;
line-height: 32px;
text-align: center;
color: #fff;
}


/**/
/* chart graph */
/**/
.chart-graph {
position: relative;
width: 100%;
height: 250px;
overflow: hidden;
font-size: 12px;
line-height: 1.2em;
}

.pieLabel div {
font-size: 18px !important;
line-height: 0 !important;
font-weight: 700 !important;
color: #fff !important;
}


/**/
/* dividers */
/**/
.vc_text_separator {
height: 0;
margin: 35px 10px 22px 0px;
border-bottom: 1px solid #e3e3e3;
}

.vc_text_separator3 {
border-bottom-style: dashed;
}


/**/
/* icons */
/**/
.soc-icon {
display: inline-block;
width: 40px;
height: 40px;
margin-bottom: 5px;
border-width: 3px;
border-style: solid;
font-size: 24px;
line-height: 40px;
text-align: center;
color: #fff;
}

.soc-icon:hover {
background: #fff;
}

.soc-icon.soc-icon-alt {
background: #fff;
}

.soc-icon.soc-icon-alt:hover {
color: #fff;
}


/**/
/* messages */
/**/
.wpb_alert {
position: relative;
padding: 9px 10px 9px 75px;
border: 0;
border-radius: 0;
background: #eb9605;
text-shadow: none;
color: #fff;
}

.wpb_alert:after {
content: "\f0e7";
position: absolute;
top: 50%;
left: 0;
width: 60px;
height: 60px;
margin-top: -30px;
font: 30px/60px FontAwesome;
text-align: center;
text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
color: #fff;
}

.wpb_alert:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 60px;
background: rgba(255,255,255,0.2);
}

.wpb_alert .messagebox_text {
padding: 0;
background: none;
}

.wpb_alert .messagebox_text h1 {
font-size: 18px;
line-height: 22px;
}

.wpb_alert h1 {
font-size: 18px;
line-height: 22px;
}

.wpb_alert .messagebox_text p {
line-height: 20px;
}

.wpb_alert_info {
background: #5fbcea;
}

.wpb_alert_info:after {
content: "\f05a";
}

.wpb_alert_error {
background: #fe4e50;
}

.wpb_alert_error:after {
content: "\f05e";
}

.wpb_alert_confirm {
background: #00b85d;
}

.wpb_alert_confirm:after {
content: "\f00c";
}

.wpb_alert_alt {
background: #efefef;
color: #7c7c7c;
}

.wpb_alert_alt:after {
text-shadow: none;
color: #eb9605;
}

.wpb_alert_alt:before {
background: none;
box-shadow: inset 0 0 0 1px #eb9605;
}

.wpb_alert_alt .messagebox_text h1 {
color: #eb9605;
}

.wpb_alert_alt_info:after {
content: "\f05a";
color: #5fbcea;
}

.wpb_alert_alt_info:before {
box-shadow: inset 0 0 0 1px #5fbcea;
}

.wpb_alert_alt_info .messagebox_text h1 {
color: #5fbcea;
}

.wpb_alert_alt_error:after {
content: "\f05e";
color: #fe4e50;
}

.wpb_alert_alt_error:before {
box-shadow: inset 0 0 0 1px #fe4e50;
}

.wpb_alert_alt_error .messagebox_text h1 {
color: #fe4e50;
}

.wpb_alert_alt_confirm:after {
content: "\f00c";
color: #00b85d;
}

.wpb_alert_alt_confirm:before {
box-shadow: inset 0 0 0 1px #00b85d;
}

.wpb_alert_alt_confirm .messagebox_text h1 {
color: #00b85d;
}


/**/
/* milestone */
/**/
.milestone {
line-height: 22px;
color: #000;
}

.milestone .icon {
position: relative;
float: left;
width: 110px;
height: 110px;
margin-right: 20px;
font-size: 60px;
line-height: 110px;
text-align: center;
text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
color: #fff;
}

.milestone .icon:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
}

.milestone .icon i {
position: relative;
z-index: 1;
}

.milestone .title {
padding-top: 25px;
font-size: 38px;
line-height: 38px;
}

.milestone-alt .icon {
text-shadow: none;
}

.milestone-alt .icon:after {
content: '';
position: absolute;
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;
background: #fff;
}


/**/
/* pricing table */
/**/
.pricing-table .col {
vertical-align: top;
box-shadow: 0 0 0 1px #fff;
text-align: center;
padding: 0;
background: #f4f4f4;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-webkit-border-radius:5px;
border-radius:5px;
}

.pricing-table .plans {
margin-top: 30px;
}


.pricing-table .head {
padding: 20px;
font-size: 13px;
line-height: 28px;
background:  var(--primary-color) !important;
color: #fff;
}

.pricing-table .head span {
display: block;
font-size: 22px;

}

.pricing-table .price {
position: relative;
padding: 30px 0 25px;
font-size: 55px;
line-height: 50px;
background: #fff;
border: 1px solid #E1E1E1;
}

.pricing-table .price div {
display: inline-block;
margin-left: -14px;
}

.pricing-table .price sup {
vertical-align: top;
font-size: 24px;
line-height: 1;
}

.pricing-table .price span {
display: block;
margin-top: 15px;
padding-right: 4px;
font-size: 18px;
line-height: 18px;
text-align: right;
}

.pricing-table .join {
padding: 0 !important;
width: 100% !important;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.pricing-table .col:hover .join {
border-right: 0 !important;
}

.pricing-table .join button:hover {
color: #fff;
}

.pricing-table .join button {
margin: 0 !important;
background: var(--primary-color) !important;
width: 100% !important;
height: 100% !important;
border: 0 !important;
}

.pricing-table .col:hover .summary {
background: #fff !important;
color: #000 !important;
}

.pricing-table .listing {
padding-top: 30px;
line-height: 20px;
}

.pricing-table .listing li {
padding: 10px 15px;
border-bottom: 1px solid #e1e1e1;
}

.pricing-table .listing i {
width: 14px;
margin-right: 10px;
line-height: 20px;
text-align: center;
}

.pricing-table .listing i.red {
color: #ed0404;
}

.pricing-table .listing i.green {
color: #32b63c;
}

.pricing-table .summary {
padding: 20px 10px;
font-size: 13px;
line-height: 16px;
}

.pricing-table .col:hover {
position: relative;
z-index: 1;
background: #fff;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
-o-transform: scale(1.06);
-ms-transform: scale(1.06);
-moz-transform: scale(1.06);
-webkit-transform: scale(1.06);
}

.pricing-table .col:hover .price {
text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
color: #fff;
background: var(--primary-color) !important;
}

.pricing-table .col:hover .price .join {
display: block;
}

.pricing-table .col:hover .listing li {
color: #000;
}

.pricing-table .col:hover .summary {
color: #fff;
}

.pricing-table .head-first {
padding: 62px 0 61px;
border-bottom: 1px solid #fff;
font-size: 28px;
line-height: 30px;
}

.pricing-table .listing-first {
padding-top: 30px;
line-height: 20px;
}

.pricing-table .listing-first li {
position: relative;
padding: 4px 15px 4px 20px;
border-bottom: 1px solid #e1e1e1;
text-align: left;
color: #000;
}

.pricing-table .listing-first li:before {
content: '';
position: absolute;
top: 12px;
left: 10px;
width: 4px;
height: 4px;
}

.pricing-table .summary-first {
padding: 20px 10px;
font-size: 13px;
line-height: 16px;
color: transparent;
}

.pricing-table .col-first:hover {
background: #f4f4f4;
box-shadow: none;
-o-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
}

@media screen and (max-width: 980px) { /* pad */
.pricing-table .col-4 {
width: 50%;
}
}

@media screen and (max-width: 479px) { /* mini phone */
.pricing-table .col-4 {
width: 100%;
}
}


/**/
/* progress bar */
/**/
.vc_progress_bar .vc_single_bar {
position: relative;
height: 20px;
margin: 0 0 45px 190px;
padding: 0;
border-radius: 0;
background: #efefef;
box-shadow: none;
}

.vc_progress_bar .vc_single_bar .vc_bar {
position: static;
border-radius: 0;
background-image: url(../images/progress-bar.png) !important;
}

.vc_progress_bar .vc_single_bar .vc_bar em {
position: absolute;
bottom: 100%;
width: 32px;
margin: 0 0 5px -16px;
font-size: 12px;
line-height: 32px;
text-align: center;
color: #fff;
}

.vc_progress_bar .vc_single_bar .vc_bar em:after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -4px;
border-top-width: 4px;
border-top-style: solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}

.vc_progress_bar .vc_single_bar .vc_label {
position: absolute;
top: 0;
left: -190px;
width: 190px;
overflow: hidden;
padding: 0;
font-size: 16px;
line-height: 20px;
text-shadow: none !important;
color: #7c7c7c !important;
}

.vc_progress_bar.vc_progress_bar_alt {
padding: 20px;
background: #efefef;
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar {
height: 13px;
margin-left: 170px;
background: #fff;
box-shadow: inset 0 0 0 1px #e4e4e4;
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar:after {
content: '';
position: absolute;
top: 100%;
right: -20px;
left: -190px;
height: 5px;
margin-top: 20px;
background: #fff;
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar:last-child:after {
display: none;
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar .vc_bar {
height: 13px;
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar .vc_bar em {
margin-bottom: 0;
background: none;
line-height: 20px;
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar .vc_bar em:after {
display: none;
}

.vc_progress_bar.vc_progress_bar_alt .vc_single_bar .vc_label {
left: -170px;
width: 170px;
font-size: 13px;
line-height: 13px;
}


/**/
/* services */
/**/
.detailed-services dt {
position: relative;
margin-bottom: -1px;
padding: 11px 38px 11px 61px;
border: 1px solid #e3e3e3;
font-size: 16px;
line-height: 24px;
color: #000;
cursor: pointer;
}

.detailed-services dt:after,
.detailed-services dt:before {
content: '';
position: absolute;
top: 50%;
right: 13px;
width: 12px;
height: 4px;
margin-top: -2px;
}

.detailed-services dt:before {
right: 17px;
width: 4px;
height: 12px;
margin-top: -6px;
}

.detailed-services dt.opened {
font-weight: 700;
}

.detailed-services dt.opened:before {
display: none;
}

.detailed-services dt.opened i:after {
display: none;
}

.detailed-services dt i {
position: absolute;
z-index: 1;
top: -1px;
left: -1px;
width: 48px;
height: 48px;
font-size: 24px;
line-height: 48px;
text-align: center;
color: #fff;
}

.detailed-services dt i:after {
content: '';
position: absolute;
top: 50%;
left: 100%;
margin-top: -4px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left-width: 4px;
border-left-style: solid;
}

.detailed-services dd {
display: none;
margin-bottom: -1px;
}

.detailed-services .row {
padding: 15px 0;
border: 1px solid #e3e3e3;
background: #f5f5f5;
}

.detailed-services .col {
display: inline-block;
vertical-align: top;
width: 33.33%;
margin: 20px 0;
padding: 0 40px;
border-left: 1px solid #e3e3e3;
-ms-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.detailed-services .col:first-child {
border-left: 0;
}

.detailed-services .col li {
position: relative;
margin-top: 16px;
line-height: 20px;
}

.detailed-services .col li:before {
content: '';
position: absolute;
top: 10px;
left: 0;
right: 0;
width: 100%;
height: 1px;
background: #e3e3e3;
}

.detailed-services .col li:first-child {
margin-top: 0;
font-size: 13px;
text-transform: uppercase;
color: #000;
}

.detailed-services .col li:first-child:before {
display: none;
}

.detailed-services .col li:last-child {
text-align: right;
}

.detailed-services .col li:last-child:before {
display: none;
}

.detailed-services .col li span {
position: relative;
float: right;
padding-left: 5px;
background: #f5f5f5;
color: #000;
}

.detailed-services .col li strong {
position: relative;
padding-right: 5px;
background: #f5f5f5;
}

.detailed-services .details {
padding: 20px 20px 20px 48px;
color: #fff;
}

.detailed-services .details ul {
float: left;
width: 200px;
margin-right: 30px;
margin-top: 11px;
margin-bottom: 11px;
border-right: 1px solid rgba(255,255,255,0.3);
font-size: 13px;
line-height: 21px;
}

.detailed-services .details ul:last-of-type {
margin-right: 0;
border-right: 0;
}

.detailed-services .details li {
margin-top: 5px;
}

.detailed-services .details li:first-child {
margin-top: 0;
font-weight: 700;
}

.detailed-services .details img {
display: block;
float: left;
border: 3px solid #fff;
margin-right: 35px;
}

/*****************************************************/
.detailed-services .call-to {
float: right;
margin-top: 11px;
width: 150px;
}

@media screen and (max-width:960px) {
.detailed-services .details > div {
padding: 0;
}

.detailed-services .wpb_button_a {
position: static;
width: auto;
}

.detailed-services .wpb_button_a .wpb_button {
float: none !important;
position: static;
margin-top: 20px;
display: inline-block;
}
}
/*****************************************************/

.services-wide ul {
margin: 0;
}

.services-wide li {
display: block;
width: auto;
min-height: 90px;
margin: 30px 0 0 0;
padding-bottom: 30px;
}

@media screen and (max-width: 1190px) { /* laptop */
.detailed-services .col {
padding: 0 30px;
}

.detailed-services .col li:before {
display: none;
}

.detailed-services .details ul {
width: 180px;
}

.detailed-services .details img {
margin-right: 25px;
}
}

@media screen and (max-width: 980px) { /* pad */
.detailed-services .col {
padding: 0 20px;
}

.detailed-services .details ul {
width: 200px;
margin-right: 4%;
}

.detailed-services .details img {
display: none;
}
}

@media screen and (max-width: 767px) { /* phone */
.detailed-services .col {
width: 100%;
border: 0;
}

.detailed-services .col li:before {
display: block;
}

.detailed-services .col li span {
display: block;
}

.detailed-services .details ul {
width: 100%;
margin: 0;
padding: 10px 0;
border-right: 0;
border-bottom: 1px solid rgba(255,255,255,0.3);
}

.detailed-services .details ul:first-of-type {
padding-top: 0;
}

.detailed-services .details ul:last-of-type {
border-bottom: 0;
}

.detailed-services .details ul:last-child {
border-bottom: 0;
}
.admin-info .ad-box:after {
font-size: 2em !important;
right: 10px !important;
}
.admin-info .ad-box i {
line-height: 45px !important;
width: 10% !important;
}
    
}


/**/
/* tabs */
/**/
.wpb_tabs .wpb_tabs_nav li {
margin: 0;
font-size: 13px;
line-height: 41px;
text-transform: uppercase;
}

.wpb_tabs .wpb_tabs_nav li a {
padding: 0 20px !important;
background: #efefef;
color: #000;
}

.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a {
color: #fff;
}

.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
padding: 19px;
border: 1px solid #e3e3e3;
background: none !important;
}

.wpb_tabs.wpb_tabs_alt .wpb_tabs_nav li {
margin-right: -1px;
}

.wpb_tabs.wpb_tabs_alt .wpb_tabs_nav li a {
position: relative;
border-width: 1px;
border-style: solid;
border-bottom: 0;
background: #fff;
}

.wpb_tabs.wpb_tabs_alt .wpb_tabs_nav li.ui-tabs-active a:after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-top-width: 5px;
border-top-style: solid;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}

.wpb_tour .wpb_tabs_nav {
margin-right: -1px;
border-width: 1px;
border-style: solid;
-ms-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.wpb_tour .wpb_tabs_nav li {
margin: 0 0 1px 0;
}

.wpb_tour .wpb_tabs_nav li:last-child {
margin-bottom: 0;
}

.wpb_tour .wpb_tabs_nav li a {
padding: 10px 0 !important;
text-align: center;
color: #fff;
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
position: relative;
z-index: 1;
background: #fff;
color: #000;
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active a:after {
content: '';
position: absolute;
top: -1px;
bottom: -1px;
left: 100%;
width: 1px;
background: #fff;
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active:first-child a:after {
top: 0;
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
padding: 19px;
border-width: 1px;
border-style: solid;
}

@media screen and (min-resolution:300dpi) and (max-width:1137px) {
.wpb_tabs li[role="tab"] {
display: block;
width: 100%;
text-align: center;
}
}

@media screen and (max-width:767px) {
.wpb_tabs li[role="tab"] {
display: block;
width: 100%;
text-align: center;
}
}

/**/
/* testimonials */
/**/
.testimonials {
width: 100%;
height: auto;
background-color: #ecedee;
margin: 20px 0px 50px 0px;
}

.carousel-indicators .active {
background-color: #2a80b9;
}

.carousel-indicators li {
border: 1px solid #2a80b9;
}


/**/
/* toggles */
/**/
.wpb_toggle {
position: relative;
padding: 11px 20px 11px 42px;
border: 1px solid #e3e3e3;
border-bottom: 0;
background: none;
font-size: 16px;
line-height: 24px;
color: #000;
}

.wpb_toggle:after,
.wpb_toggle:before {
content: '';
position: absolute;
top: 50%;
left: 13px;
width: 12px;
height: 4px;
margin-top: -2px;
}

.wpb_toggle:before {
left: 17px;
width: 4px;
height: 12px;
margin-top: -6px;
}

.wpb_toggle.wpb_toggle_title_active:before {
display: none;
}

.wpb_toggle_content + .wpb_toggle {
margin-top: -1px;
}

.wpb_toggle_content {
margin: 0;
padding: 0 20px 20px 42px;
border: 1px solid #e3e3e3;
border-top: 0;
}

.last_toggle_el_margin {
margin-top: -1px;
border-top: 1px solid #e3e3e3;
}

.wpb_toggle_alt {
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}

.wpb_toggle_alt:after {
height: 2px;
margin-top: -1px;
}

.wpb_toggle_alt:before {
left: 18px;
width: 2px;
}

.wpb_toggle_alt.wpb_toggle_title_active,
.wpb_toggle_alt.wpb_toggle_title_active:hover {
color: #fff;
}

.wpb_toggle_alt.wpb_toggle_title_active:after,
.wpb_toggle_alt.wpb_toggle_title_active:before {
background: #fff;
}

.wpb_toggle_content_alt {
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}

.wpb_toggle_alt.wpb_toggle_title_active + .wpb_toggle_content_alt {
color: #fff;
}


/**/
/* latest-tweets */
/**/
.latest-tweets li {
margin-top: 30px;
font-size: 13px;
line-height: 20px;
}

.latest-tweets li:first-child {
margin-top: 0;
}

.latest-tweets p {
overflow: hidden;
}

.latest-tweets .pic {
position: relative;
display: block;
float: left;
width: 56px;
height: 56px;
margin: 2px 15px 0 0;
font-size: 28px;
line-height: 56px;
text-align: center;
text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
color: #fff;
}

.latest-tweets .pic:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
}

.latest-tweets .pic i {
position: relative;
}

.latest-tweets-alt .pic {
text-shadow: none;
}

.latest-tweets-alt .pic:after {
content: '';
position: absolute;
top: 4px;
right: 4px;
bottom: 4px;
left: 4px;
background: #fff;
}

.latest-tweets-alt .pic i {
z-index: 1;
}




/*----------------------------------------------------------------------------*/
/*                                   WIDGETS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* widget */
/**/
.widget + .widget {
margin-top: 50px;
}

.widget-title {
margin-bottom: 20px;
padding-left: 12px;
border-left-width: 3px;
border-left-style: solid;
font-size: 22px;
line-height: 30px;
color: #000;
}


/**/
/* site search */
/**/
.widget-site-search {
position: relative;
}

.widget-site-search .button {
position: absolute;
width: 40px;
padding: 6px 0;
top: 0;
right: 0;
}

.widget-site-search .button:after {
content: '';
position: absolute;
top: 13px;
right: 100%;
margin-right: 3px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-right-width: 4px;
border-right-style: solid;
}


/**/
/* sevices */
/**/
.widget-sevices li {
position: relative;
border-bottom: 1px solid #e3e3e3;
font-size: 16px;
line-height: 24px;
}

.widget-sevices li:first-child {
border-top: 1px solid #e3e3e3;
}

.widget-sevices i {
position: absolute;
top: 0;
left: 0;
font-size: 18px;
line-height: 50px;
}

.widget-sevices a {
position: relative;
display: inline-block;
padding: 12px 14px 12px 28px;
color: #000;
}

.widget-sevices a i {
left: 100%;
}


/**/
/* comments */
/**/
.widget-comments li {
min-height: 80px;
margin-top: 30px;
font-size: 13px;
line-height: 20px;
}

.widget-comments li:first-child {
margin-top: 0;
}

.widget-comments p {
overflow: hidden;
}

.widget-comments img {
position: relative;
display: block;
float: left;
width: 76px;
height: 76px;
margin-right: 15px;
padding: 1px;
border: 1px solid #e4e4e4;
}

.widget-comments .date {
color: #000;
}

@media screen and (max-width: 980px) { /* pad */
.widget-comments img {
display: none;
}
}

@media screen and (max-width: 767px) { /* phone */
.widget-comments img {
display: block;
}
}


/**/
/* departments */
/**/
.widget-departments dl {
border: 1px solid #e3e3e3;
border-top: 0;
}

.widget-departments dt {
position: relative;
padding: 9px 38px 9px 56px;
border-top: 1px solid #e3e3e3;
font-size: 16px;
line-height: 24px;
color: #000;
cursor: pointer;
}

.widget-departments dt:after,
.widget-departments dt:before {
content: '';
position: absolute;
top: 50%;
right: 13px;
width: 12px;
height: 4px;
margin-top: -2px;
background: #cbcbcb;
}

.widget-departments dt:before {
right: 17px;
width: 4px;
height: 12px;
margin-top: -6px;
}

.widget-departments dt.opened:before {
display: none;
}

.widget-departments dt i {
position: absolute;
z-index: 1;
top: -1px;
left: -1px;
width: 42px;
height: 43px;
font-size: 24px;
line-height: 44px;
text-align: center;
color: #fff;
}


.widget-departments dt i:after {
content: '';
position: absolute;
top: 50%;
left: 100%;
margin-top: -4px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left-width: 4px;
border-left-style: solid;
}

.widget-departments dd {
display: none;
padding: 2px 38px 10px 56px;
}


/**/
/* appointment */
/**/
.widget-appointment i, i.appointment {
    line-height: 25px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0px;
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #ccc;
    background: rgba(0,0,0,0) !important;
    color: var(--primary-color) !important;
}
.chosen-container-multi .chosen-choices .search-field input[type="text"] {
    padding: 4px 5px 4px 32px !important;
    height:25px !important;
}

.add_on_flex .main_plus_add {
    color: #fff !important;
}
i.fa.fa-user.fa-lg.new {
    height: 31px !important;
}

i.appointment {
position: relative;
margin-right: 5px;
margin-bottom: 5px;
}

.widget-appointment i:after, i.appointment:after {
/*content: '';
position: absolute;
top: 50%;
left: 100%;
margin-top: -4px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left-width: 4px;
border-left-style: solid;*/
}

input::placeholder, select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #ccc !important;
opacity: 1; /* Firefox */
}

input:-ms-input-placeholder, select:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc !important;
}

input::-ms-input-placeholder, select::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc !important;
}


.widget-appointment input[type=text], .widget-appointment input[type=email], .widget-appointment [type=password], .widget-appointment [type=number], .widget-appointment select, .widget-appointment textarea {
    height: 26px;
    font-size: 12px;
    padding: 4px 5px 4px 32px;
    width: 90%;
    color: #666;
    /* margin: 6px; */
}





.widget-appointment textarea {
width: 100%;
height: 100px !important;
border: 1px solid #ccc;
}

.widget-appointment input.last {
padding: 13px 10px 13px 15px;
}

.widget-appointment select.last {
padding: 13px 10px 13px 15px;
}

.widget-appointment .captcha-wrapper input {
padding: 13px 6px;
}

.widget-appointment textarea {
height: auto;
}

.widget-appointment .item {
position: relative;
}


/**/
/* text */
/**/
.widget-text p {
margin-top: 20px;
}

.widget-text strong {
color: #000;
}


/**/
/* twitter */
/**/
.widget-twitter li {
margin-top: 30px;
font-size: 13px;
line-height: 20px;
}

.widget-twitter li:first-child {
margin-top: 0;
}

.widget-twitter p {
overflow: hidden;
}

.widget-twitter .date {
color: #000;
}

.widget-twitter .pic {
position: relative;
display: block;
float: left;
width: 56px;
height: 56px;
margin: 2px 15px 0 0;
font-size: 28px;
line-height: 56px;
text-align: center;
text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
color: #fff;
}

.widget-twitter .pic:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
}

.widget-twitter .pic i {
position: relative;
}

.widget-twitter-alt .pic {
float: none;
width: 82px;
height: 82px;
margin: 0 auto 15px;
font-size: 40px;
line-height: 82px;
text-shadow: none;
}

.widget-twitter-alt .pic:after {
content: '';
position: absolute;
top: 4px;
right: 4px;
bottom: 4px;
left: 4px;
background: #fff;
}

.widget-twitter-alt .pic i {
z-index: 1;
}

.widget-twitter-alt .item {
text-align: center;
}

.widget-twitter-alt .owl-controls {
left: 0;
margin-bottom: 25px;
}

.widget-twitter-alt .owl-buttons i {
font-size: 30px;
line-height: 60px;
}

.widget-twitter-alt .owl-buttons div {
width: 62px;
height: 62px;
margin: 0;
}

.widget-twitter-alt .owl-buttons .owl-next {
float: right;
}

#latest-tweets-carousel2 p {
text-align: center !important;
}



/**/
/* archives */
/**/
.widget-archives li {
margin-bottom: -1px;
border: 1px solid #e3e3e3;
font-size: 16px;
line-height: 24px;
}

.widget-archives li:last-child {
margin-bottom: 0;
}

.widget-archives a {
position: relative;
display: block;
padding: 12px 10px 12px 64px;
color: #000;
}

.widget-archives i {
position: absolute;
z-index: 1;
top: -1px;
bottom: -1px;
left: -1px;
width: 50px;
font-size: 20px;
line-height: 50px;
text-align: center;
color: #fff;
}

.widget-archives i:after {
content: '';
position: absolute;
top: 21px;
left: 100%;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left-width: 4px;
border-left-style: solid;
}

@media screen and (max-width: 980px) { /* pad */
.widget-archives li {
font-size: 14px;
}

.widget-archives a {
padding-left: 59px;
}
}

@media screen and (max-width: 767px) { /* phone */
.widget-archives li {
font-size: 16px;
}

.widget-archives a {
padding-left: 64px;
}
}


/**/
/* calendar */
/**/
.widget-calendar {
width: 50%;
margin: 20px auto;
}

.widget-calendar a:hover {
text-decoration: none;
}

.widget-calendar td {
border: 1px solid #e3e3e3;
font-size: 13px;
line-height: 37px;
text-align: center;
}

.widget-calendar td a {
position: relative;
display: block;
color: #7c7c7c;
}

.widget-calendar td a:hover {
color: #fff;
}

.widget-calendar th {
background: #f4f4f4;
font-size: 12px;
line-height: 17px;
text-align: center;
font-weight: 700;
text-transform: uppercase;
}

.widget-calendar .ui-datepicker-header {
position: relative;
background: #f4f4f4;
padding-top: 6px;
font-size: 16px;
line-height: 25px;
padding-bottom: 25px;
text-align: center;
color: #333;
}

.widget-calendar .ui-datepicker-prev,
.widget-calendar .ui-datepicker-next {
position: absolute;
top: 0;
width: 14.28%;
height: 35px;
font-size: 22px;
color: #fff;
}

.form-control {
    font-size: 12px !important;
}

.form-group label {
    font-size: 14px;
}

.widget-calendar .ui-datepicker-prev {
left: 0;
}

.widget-calendar .ui-datepicker-next {
right: 0;
}

.widget-calendar .ui-datepicker-prev i,
.widget-calendar .ui-datepicker-next i {
display: block;
line-height: 26px;
position: relative;
top: 4px;
}

.widget-calendar .ui-datepicker-prev i {
text-indent: -1px;
}

.widget-calendar .ui-datepicker-next i {
text-indent: 1px;
}

.widget-calendar .ui-datepicker-today a:after {
content: '';
position: absolute;
top: 70%;
right: 20%;
left: 20%;
height: 3px;
}


/**/
/* tags */
/**/
.widget-tags ul {
font-size: 0;
padding: 1px 0 0 1px;
}

.widget-tags li {
display: inline-block;
margin: -1px 0 0 -1px;
font-size: 13px;
line-height: 29px;
}

.widget-tags a {
display: block;
padding: 0 10px;
border: 1px solid #e3e3e3;
color: #7c7c7c;
}

.widget-tags a:hover {
color: #fff;
}

/**/
/* pagination */
/**/
.pagination ul {
font-size: 0;
display: inline-block;
}

.pagination {
width: 100%;
text-align: center;
}

.pagination,
.pagination li {
display: inline-block;
margin: 10px 1px;
font-size: 13px;
line-height: 38px;
}

.pagination a {
display: block;
padding: 0 15px;
border: 1px solid #e3e3e3;
color: #7c7c7c;
display: inline-block;
}

.pagination a:hover,
.pagination li.current a {
color: #fff;
}

.pagination li.dots a,
.pagination li.dots a:hover {
border: none;
background: none;
color: #7c7c7c;
}

@media screen and (max-width: 479px) { /* phone */
.pagination ul {
display: block;
}
}


/**/
/* details */
/**/
.widget-details p {
margin: 0 0 20px 10px;
line-height: 22px;
}

.widget-details ul {
margin: 0 0 20px 10px;
}

.widget-details li {
position: relative;
margin-top: 8px;
padding-left: 12px;
line-height: 22px;
}

.widget-details li i {
position: absolute;
top: 0;
left: 0;
font-size: 12px;
line-height: 22px;
color: #333;
}

.widget-details strong {
color: #000;
}


/**/
/* contacts */
/**/
.widget-contacts dl {
border: 1px solid #e3e3e3;
border-top: 0;
}

.widget-contacts dt {
position: relative;
padding: 11px 38px 11px 19px;
border-top: 1px solid #e3e3e3;
font-size: 16px;
line-height: 24px;
color: #000;
cursor: pointer;
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}

.widget-contacts dt.opened,
.widget-contacts dt.opened + dd {
color: #fff;
}

.widget-contacts dt.opened:hover {
color: #fff !important;
}

.widget-contacts dt:after,
.widget-contacts dt:before {
content: '';
position: absolute;
top: 50%;
right: 13px;
width: 12px;
height: 4px;
margin-top: -2px;
}

.widget-contacts dt:before {
right: 17px;
width: 4px;
height: 12px;
margin-top: -6px;
}

.widget-contacts dt.opened:after,
.widget-contacts dt.opened:before {
background: #fff;
}

.widget-contacts dt.opened:before {
display: none;
}

.widget-contacts dd {
display: none;
padding: 2px 19px 15px 19px;
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}

.widget-contacts li {
margin-top: 6px;
line-height: 20px;
color: #fff;
}

.widget-contacts li a {
color: #fff;
}

.widget-contacts li:first-child {
margin-top: 0;
}

.widget-contacts dd i {
display: block;
float: left;
width: 14px;
margin-right: 5px;
font-size: 14px;
line-height: 20px;
text-align: center;
}


/**/
/* follow  */
/**/
.widget-follow ul {
margin: -6px -3px 0;
font-size: 0;
text-align: center;
}

.widget-follow li {
display: inline-block;
vertical-align: top;
margin: 6px 3px 0;
font-size: 11px;
line-height: 13px;
}

.widget-follow a {
display: block;
width: 84px;
padding: 10px 0;
border-width: 1px;
border-style: solid;
}

.widget-follow a:hover {
color: #fff;
}

.widget-follow i {
display: block;
width: 36px;
height: 36px;
margin: 0 auto 5px;
font-size: 20px;
line-height: 36px;
color: #fff;
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}

.widget-follow a:hover i {
background: #fff;
}

@media screen and (max-width: 1190px) { /* laptop */
.widget-follow a {
width: 67px;
}
.nav-tabs {
overflow-x: auto !important;
}
}

@media screen and (max-width: 980px) { /* pad */
.widget-follow a {
width: 80px;
}
}



/*----------------------------------------------------------------------------*/
/*                                   FOOTER                                   */
/*----------------------------------------------------------------------------*/

/**/
/* layout */
/**/


.buttonnews {
/*border-color: #2a80b9;
background: #3598db;
text-decoration: none;
position: relative;
display: inline-block;
padding: 2px 8px;
border-width: 3px;
border-style: solid;
font-size: 13px;
line-height: 22px;
text-align: center;
text-transform: uppercase;
color: #fff;*/
-ms-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
-o-transition: border 0.3s, background 0.3s, color 0.3s;
-ms-transition: border 0.3s, background 0.3s, color 0.3s;
-moz-transition: border 0.3s, background 0.3s, color 0.3s;
-webkit-transition: border 0.3s, background 0.3s, color 0.3s;
}

.buttonnews:hover {
background: #fff;
color: #3598db;
}
/**/
/* widgets */
/**/
.widget-alt .widget-icon {
height: 110px;
background-position: 50% 0;
background-repeat: no-repeat;
}

.widget-alt .widget-title {
margin-bottom: 30px;
padding: 0;
border: 0;
font-size: 21px;
line-height: 21px;
text-transform: uppercase;
color: #3598DB;
}


/**/
/* top link */
/**/
.top-link {
position: absolute;
right: 20px;
bottom: 100%;
width: 44px;
height: 44px;
background: #213540;
font-size: 24px;
line-height: 44px;
text-align: center;
color: #fff;
}


/**/
/* last news */
/**/
.last-news {
margin: 0 10px;
text-align: center;
}

.last-news li {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid rgba(255,255,255,0.2);
}

.last-news li:first-child {
margin-top: 0;
padding-top: 0;
border-top: 0;
}

.last-news li:first-child {
padding-top: 0;
}

.last-news li:first-child:after {
display: none;
}


/**/
/* location */
/**/
.location {
margin: 0 10px;
text-align: center;
}

.location li,
.location li a {
margin-top: 15px;
color: #fff;
}

.location li i {
display: block;
width: 30px;
height: 30px;
margin: 0 auto 5px;
font-size: 20px;
line-height: 30px;
color: #213540;
}

.location li .fa-at {
font-weight: 700;
}

.location nav {
margin: 25px -5px 0;
font-size: 0;
}

.about nav a {
display: inline-block;
width: 38px;
height: 38px;
margin: 5px;
padding-left: 5px;
font-size: 24px;
line-height: 35px;
-o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}

.about nav a:hover {
color: #213540;
}




/**/
/* recent posts */
/**/
.recent-posts {
margin: 0 10px;
}

.recent-posts li {
min-height: 80px;
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid rgba(255,255,255,0.2);
}

.recent-posts li:first-child {
margin-top: 0;
padding-top: 0;
border-top: 0;
}

.recent-posts img {
display: block;
float: left;
margin-right: 15px;
}

.recent-posts p {
overflow: hidden;
line-height: 20px;
color: #fff;
}

@media screen and (max-width: 980px) { /* pad */
.recent-posts li {
min-height: 0;
text-align: center;
}

.recent-posts img {
display: none;
}
}

@media screen and (min-width: 780px) {
.top-bar {
display: none;
}
}

/**/
/* work time */
/**/
.work-time {
position: relative;
margin-top: 33px;
padding: 60px 0 30px;
color: #fff;
}

.work-time dl {
line-height: 42px;
}

.work-time dt {
position: relative;
float: left;
width: 28px;
padding: 0 49px 0 30px;
text-align: center;
}

.work-time dt:after {
content: '';
position: absolute;
top: 50%;
right: 10px;
width: 29px;
height: 1px;
background: #213540;
}

.work-time dd {
border-bottom: 1px solid rgba(255,255,255,0.3);
}

.work-time dd:last-child {
border: 0;
}

.work-time .button {
display: block;
margin: 20px 30px 0;
padding-right: 0;
padding-left: 0;
border-color: transparent;
background: rgba(0,0,0,0.2);
}

.work-time .button:hover {
border-color: #fff;
background: transparent;
color: #fff;
}

.work-time .widget-icon {
position: absolute;
top: -33px;
left: 0;
width: 100%;
height: 66px;
}

@media screen and (max-width: 1190px) { /* laptop */
.work-time {
padding-bottom: 20px;
}

.work-time dt {
padding: 0 30px 0 20px;
}

.work-time dt:after {
width: 10px;
}

.work-time .button {
margin: 20px 20px 0;
font-size: 12px;
}

.searchbox .innerbox {
padding: 20px 20px 14px 0px !important;
}


.careteam .innerbox {
width: 100% !important;
}

.teaminfo {
margin-left: 0px !important;
width: 100% !important;
}

.teamdetails {
border-right: 0 !important;
padding-bottom: 20px !important;
}
}

@media screen and (max-width: 980px) { /* pad */
.statitics {
text-align: center;
margin: 10px 0 !important;
}

.creative {
height: 48px !important;
}

.appbox .appboxtext {
float: none !important;
}

.work-time dt {
float: none;
margin-bottom: -21px;
text-align: left;
}

.work-time dt:after {
display: none;
}

.work-time dd {
padding-left: 20px;
font-weight: 300;
}

.doctors .pic img {
width: 100%;
}
}

@media screen and (max-width: 767px) { /* phone */
.work-time {
margin-top: 83px;
padding-bottom: 30px;
}

.work-time dt {
float: left;
margin: 0;
padding: 0 49px 0 30px;
text-align: center;
}

.work-time dt:after {
display: block;
width: 29px;
}

.work-time dd {
padding-left: 0;
font-weight: 400;
}

.work-time .button {
margin: 20px 30px 0;
font-size: 14px;
}

.benefits ul {
display: block;
}

.slider .buttons {
display: none;
}

.main-nav li a {
padding: 10px;
}

.main-nav ul {
/*float: none !important;*/
text-align: right;
}

.doctors .pic img {
width: 100%;
}
}


/**/
/* copyrights */
/**/
.copyrights {
    background: #1c2d36;
    padding: 25px 0;
    color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999
}

.copyrights p {
text-indent: 0;
}

.copyrights a {
color: #fff;
}

.copyrights a:hover {
color: #3598DB;
}




/*----------------------------------------------------------------------------*/
/*                                 ANIMATIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* slide up */
/**/
@-ms-keyframes slideup {
0% {
top: 150px;
}

70% {
top: -15px;
}

100% {
top: 0;
}
}

@-moz-keyframes slideup {
0% {
top: 150px;
}

70% {
top: -15px;
}

100% {
top: 0;
}
}

@-webkit-keyframes slideup {
0% {
top: 150px;
}

70% {
top: -15px;
}

100% {
top: 0;
}
}

.owl-carousel .item {
margin-top: 0;
padding-left: 0;
padding-right: 30px;
}

.news .owl-carousel .item h3 {
font-size: 18px;
margin: 1em 0;
}

.wellness-style .news .item h3 {
text-align: center;
}

.news .owl-carousel {
margin-left: -15px;
}

.news .owl-carousel .item {
width: 100%;
padding-right: 0;
}

.news .owl-carousel .owl-item {
padding: 0 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.wellness-style .news .date {
margin-top: 1px;
}

.wellness-style .benefits .more {
width: 32px;
font-size: 14px;
display: block;
margin-right: 10px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
text-align: center;
}

.wellness-style .benefits .more:before {
position: relative;
width: auto;
height: auto;
font-size: 1.5em;
top: 0;
left: 0;
background: transparent;
content: "\f00c";
color: #fff;
display: inline-block;
}

.wellness-style .benefits .more:after {
display: none;
}

.widget-comments .date {
font-weight: 700;
}

.float-right {
float: right;
}

.widget-departments dd {
padding-bottom: 1em;
}

.widget-departments dd i {
width: 25px;
height: 25px;
margin-top: 1ex;
line-height: 25px;
vertical-align: none;
}

.widget-departments dd a {
vertical-align: middle;
}

.wellness-style .widget-sevices li > i {
color: #777 !important;
}

.grid-row > section {
margin-bottom: 0;
}

.chart-circle {
position: relative;
width: 250px;
height: 250px;
margin-right: 30px;
display: inline-block;
}

.chart-circle .value {
position: absolute;
font-size: 25px;
width: 50px;
height: 50px;
line-height: 50px;
left: 100px;
top: 100px;
text-align: center;
vertical-align: middle;
}

.chart-circle.type-2 .value {
font-weight: 700;
}

.owl-carousel .item {
margin-bottom: 0;
}

.widget-departments dt {
word-break: break-all;
}

@media screen and (max-width:767px) {
.chart-circle {
display: block;
margin: 0 auto;
}
}

.grid-row > .vc_row-fluid:last-child, .grid-row > .wpb_content_element:last-child {
margin-bottom: 0;
}

.widget-twitter:not(.widget-twitter-alt) .widget-title, .services-wide .widget-title, .widget-comments .widget-title, .doctors-carousel .widget-title {
width: 100%;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
word-break: normal;
padding-right: 75px;
}

.navbar-toggle {
background-color: #2a80b9;
}

.navbar-toggle .icon-bar {
background-color: #fff !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #3598db;
}

.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}


.mobileapp .appstore h2 {
font-size: 25px;
color: #fff;
text-transform: uppercase;
}

.mobileapp .appstore h3 {
font-size: 20px;
color: #fff;
text-transform: uppercase;
}

.mobileapp .appstore p {
font-size: 14px;
line-height: 1.4;
margin-bottom: 10px;
color: #fff;
}

.app {
margin-bottom: -5px;
}

.appstore .stores {
display: flex;
}

.appstore .stores img {
width: 100%;
margin-bottom: 20px;
}

.appstore .stores li {
list-style: none;
margin-top: 15px;
margin-right: 15px;
}

.mar_btm25 {
margin-bottom: 25px;
}

.mar_right10 {
margin-right: 10px;
}

.log_reg {
text-align: right;
padding: 15px 0px 0 0;
}

.log_reg ul li {
display: inline-block;
}

.log_reg ul li a {
text-transform: uppercase;
font-size: 13px;
}

@media screen and (max-width:767px) {
.widget-alt .widget-title {
margin-bottom: 10px;
}

.quick-search-visible .switcher {
top: 188px !important;
}

.navbar {
margin-bottom: 0;
min-height: 0;
}

.main-nav {
padding-top: 10px;
}

.navbar-collapse {
overflow: hidden;
}

.navbar-collapse.in {
overflow: hidden;
}

.log_reg {
text-align: right;
padding: 15px 0px 0 0;
}

.testimonials p {
padding: 0px;
}

.services .heading {
line-height: 30px;
}

.services .subheading {
padding: 0px;
}

.benefits {
top: 10px;
margin-bottom: 35px;
}

.services .pic {
margin: 10px auto;
float: none;
}

.services ul {
text-align: center;
}

.services p {
padding-right: 0px;
}

.services .more {
margin-left: 0px;
}

.wrap .content {
position: relative;
}

.active {
background-position: 299px 18px;
}

.inner .main-nav {
padding-top: 10px;
}

.profile .gallery.keyword li h3 {
margin-right: 27px !important;
}

.searchbox .innerbtns {
text-align: center;
width: 100% !important;
display: block;
}

.searchbox .innerbtns ul li {
display: block !important;
}
}

.form-control2 {
display: block;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border-bottom: 1px solid #505050;
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,-webkit-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-control2::-moz-placeholder {
color: #999;
opacity: 1;
}

.form-control2:-ms-input-placeholder {
color: #999;
}

.form-control2::-webkit-input-placeholder {
color: #999;
}

.form-control2[disabled],
.form-control2[readonly],
fieldset[disabled] .form-control2 {
background-color: #eee;
opacity: 1;
}

.form-control2[disabled],
fieldset[disabled] .form-control2 {
cursor: not-allowed;
}

.alert {
margin-bottom: 0;
}
.btn-primary {
   /* background-color: #072c7c;*/
    background-color:  var(--primary-color);
    /*border-color: #072c7c;*/
    border-color:  var(--primary-color);
    border-radius: 3px !important
}
btn-danger {
border-radius: 3px !important
}
.shortbtn-add {
padding: 1px 0px;
}

.shortbtn-delete {
padding: 7px 20px;
}

.btn-primary:hover {
    background-color: #fff;
    border: 1px solid var(--primary-color) !important;
    color: #fff;
    padding: 0px 12px;
}

.btn {
    padding: 0px 12px;
    /*height: 25px;*/
    line-height: 23px;
}



.checkbox {
height: 14px !important;
margin-right: 10px !important;
}



.signup h1 {
font-size: 25px;
margin-bottom: 20px;
color: #555;
}

.signup p {
margin-bottom: 20px;
}

.signup h3 {
font-size: 18px;
margin: 20px 0;
}

.signup h2 {
font-size: 20px;
margin: 20px 0;
}

.Hseprator {
width: 1px;
margin: 80px auto;
padding: 0;
height: 300px;
background-color: #eee;
}

.loginform {
margin: 20px auto;
float: none !important;
}

.loginform .title {
margin-bottom: 40px;
font-size: 20px;
color: #555;
}

.loginform .extra p {
text-indent: 0;
color: #555;
font-weight: 500;
}

/*modal css*/
.modal-header {
    background: var(--primary-color) !important;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid var(--primary-color) !important;
}

.firstbtnco {
    border: 1px solid var(--primary-color) !important;
    background: inherit !important;
    color:  var(--primary-color) !important;
    padding: 0px 12px !important;
}

    .firstbtnco:hover{
        color: #fff !important;
        background:  var(--primary-color) !important;


    }

    button.close span {
        color: #000;
    }

.modal-header .close {
color: #fff;

}

.close {
opacity: 0.6;
}

.close:focus, .close:hover {
opacity: 0.9;
}

.loginsignup .circle {
border-radius: 50%;
height: 120px;
width: 120px;
margin: 10px auto;
}

.loginsignup .color1 {
background-color:  var(--primary-color);
padding-top: 35px;
}

.loginsignup .color2 {
background-color: #1da2a2;
padding-top: 28px;
}

.loginsignup h2 {
font-weight: 600;
color: #555;
margin-top: 20px;
}

.loginsignup p {
margin: 15px 0;
text-indent: 0;
}

.loginsignup a {
text-decoration: none;
color: #868686;
}

/*inner pages css*/

.sidemenu {
    padding: 0;
    height: 100%;
    position: fixed;
    z-index: 9;
}

.user {
position: relative;
top: -6px;
left: -4px;
vertical-align: top;
}

.profile {
border-right: 1px solid #eee;
}

.profile h2 {
font-size: 20px;
color: #2a80b9;
font-weight: 600;
}

.profile p {
text-indent: 0;
}

.profile .docimg {
height: 125px;
width: 125px;
border: 2px solid #ADADAD;
}

.profile .gallery {
margin: 25px 0 10px 0;
}

.profile .gallery li {
display: inline-block;
}

.profile .gallery li a img {
vertical-align: bottom;
}

.profile .gallery li h3 {
margin-right: 10px;
font-weight: 600;
text-align: right;
}

.profile .gallery li.total {
position: relative;
}

.profile .gallery li.total .overley {
position: absolute;
background-color: rgba(0, 0, 0, 0.7);
width: 50px;
height: 50px;
top: 0;
padding-top: 10px;
font-size: 18px;
color: #fff;
}

.profile .gallery.keyword li h3 {
margin-right: 30px;
}

.action {
margin-top: 15px;
}

.action button {
margin-right: 10px;
}

.content-inner .infoheader {
margin-top: 0px;
margin-bottom: 5px;
}

.content-inner .infoheader2 {
text-align: center;
padding: 0px 50px;
/*margin-top: 30px;
margin-bottom: 30px;*/
}

.content-inner .infoheader2 p {
margin-top: 15px;
}

.content-inner .infoheader .heading, .content-inner .infoheader2 .heading {
font-size: 28px;
color: #555;
text-align: center;
margin-bottom: 0px;
}

.content-inner .infoheader .underline, .content-inner .infoheader2 .underline {
margin: 5px auto;
}

.docaction a img {
margin-right: 10px;
}

.table > thead > tr > th {
    background-color:  var(--primary-color);
    color: #fff;
    border-color: #fff;
}

.table > thead > tr > th > a {
color: #fff;
word-break: keep-all;
white-space: nowrap;
}

.upload {
margin-bottom: 0px;
}

.upload img {
margin-right: 8px;
vertical-align: bottom;
}

.upload a:hover {
text-decoration: none;
}

/*tabs css*/

.tab-container {
padding: 30px 0;
overflow-x:auto;
}

.nav-tabs {
border: none;
text-align: center;
  
}

.tab-content {
/*border-top: 1px solid #0b6391;*/
margin-bottom: 20px;
padding: 15px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #c7804b;
    color: #fff;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0);
}

a.Specialitybtn {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 50px !important;
    padding: 7px 23px !important;
}

    a.Specialitybtn:hover {
        background:  var(--primary-color)!important;
        color: #fff!important;
    }

    a.Documentbtn {
        background: #fff !important;
        color: #000 !important;
        border: 1px solid var(--primary-color) !important;
        border-radius: 50px !important;
        padding: 7px 23px !important;
    }

        a.Documentbtn:hover {
            background:  var(--primary-color)!important;
            color: #fff!important;
        }

.nav > li > a:focus, .nav > li > a:hover {
    color: #555;
}

.nav-tabs > li > a {
    color:  var(--primary-color);
    margin-right: 0px;  
    border-radius: 0px;
    padding: 4px 11px;
    border: 1px solid var(--primary-color);
}
a.firstround {
    border-radius: 4px 0px 0px 4px !important;
}

a.lastround {
    border-radius: 0px 4px 4px 0px !important;
}

    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
        background-color:  var(--primary-color);
        color: #fff;
        border: 1px solid rgba(0,0,0,0)
    }
.nav-tabs > li {
float: none;
display: inline-block;
}
.nav-tabs > li .dropview {
display: none;
}

.nav-tabs li:hover .dropview {
display: block !important;


}
.nav-tabs > li ul.dropview {
    z-index: 999;
   top: 0; 
    margin-top: 0px;
    position:absolute
}
.nav-tabs > li .dropview li {
display: block;
}













/*End tabs css*/

.wrap {
position: relative;
}

.admin .wrap ul.accordion .nav-header .link a {
    border-top: none;
}

li.nav-header {
    min-height: 9%;
}

.wrap .nav-bar .navbar-form {
margin-top: 25px;
}

.wrap .nav-bar .nav {
float: right !important;
}

.wrap .nav-bar .nav .dropdown span.fa,
.wrap .nav-bar .nav .dropdown span.caret {
margin-right: 10px;
}

.wrap .nav-bar .nav .dropdown-menu {
background: #222;
left: auto;
width: 200px;
right: 0;
}

.wrap .nav-bar .nav .dropdown-menu > li > a {
color: #ddd;
padding: 8px;
}

.wrap .nav-bar .nav .dropdown-menu > li > a:hover {
background: #3355ff;
}

.wrap .side-menu-link {
left: 21em;
}

.wrap .burger {
position: relative;
width: 35px;
height: 30px;
left: 3px;
top: 10px;
z-index: 999;
}

.wrap .burger .burger_inside {
position: absolute;
background-color: #222;
width: 30px;
height: 5px;
left: 2.5px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.wrap .burger #bgrOne {
top: 0;
}

.wrap .burger #bgrTwo {
top: 10px;
}

.wrap .burger #bgrThree {
top: 20px;
}

.wrap #side-menu {
display: block;
left: 0;
height: auto;
}

.wrap .content {
padding-bottom: 10px;
background-color: #fff;
right: 0;
min-height: auto;
-webkit-transition: all 0.3s ease-out;      
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
position: relative;
}

.wrap .content .top-bar {
height: 40px;
background: #fff;
}

.wrap .content .content-inner {
padding: 0px 20px 10px 10px;
margin-top: 0px;
background: #fff;
display: block;
height: auto;
min-height:1000px;
width: 100%;
margin: 0 0 0 0;
}

    .wrap ul.accordion {
        width: 100%;
        background: transparent;
        overflow: auto;
        height: 550px;
        margin-left:15px;
    }
        .wrap ul.accordion li:last-child{
            padding-bottom:25px;
        }

        .wrap ul.accordion::-webkit-scrollbar {
            display: none;
        }

/* Hide scrollbar for IE, Edge and Firefox */
    .wrap ul.accordion {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

.wrap ul.accordion .link {
cursor: pointer;
display: block;
color: #fff;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
position: relative;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.wrap ul.accordion li:not(open) last-child .link {
border-bottom: 0;
}

.wrap ul.accordion li i {
position: absolute;
left: 12px;
font-size: 14px;
color: #999;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.wrap ul.accordion li i.fa-chevron-down {
right: 12px;
left: auto;
font-size: 16px;
}

.wrap ul.accordion li.open .link {
color: #3598DB;
}

.wrap ul.accordion li.open i {
color: #3598DB;
}

.wrap ul.accordion li.open i.fa-chevron-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}

.wrap ul.accordion ul.submenu {
display: none;
background: transparent;
font-size: 14px;
padding: 0;
}

.wrap ul.accordion ul.submenu li {
border-bottom: 1px solid #4b4a5e;
list-style: none;
}

.wrap ul.accordion ul.submenu li a {
display: block;
text-decoration: none;
color: #d9d9d9;
padding: 12px;
padding-left: 42px;
-webkit-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}

.wrap ul.accordion ul.submenu li a:hover {
background: rgba(240, 128, 128, 0.8);
color: #ffb266;
}
.noteswidth {
width: 60%
}
.widget-appointment-space input {
padding-left: 15px !important
}

.widget-appointment-space textarea {
padding-left: 15px !important
}

.widget-appointment-space select {
padding-left: 15px !important
}
.widget-appointment-space input.form-calender {
padding-left: 65px !important
}
@media screen and (max-width: 768px) {
.wrap .nav-bar .navbar-brand {
margin-top: 0;
padding-left: 0;
}

.wrap .side-menu-link {
display: inline-block;
}

.wrap #side-menu #qform {
position: absolute;
top: 10px;
}

.wrap .content {
left: 0;
}

.wrap.active .content {
left: 23em;
}

.wrap.active .content #bgrOne {
top: 10px;
transform: rotate(225deg);
}

.wrap.active .content #bgrTwo {
opacity: 0;
}

.wrap.active .content #bgrThree {
top: 10px;
transform: rotate(315deg);
}

.widget-calendar {
width: 100%;
padding-right: 15px;
padding-left: 15px;
}

.content-inner .infoheader2 {
padding: 0 15px;
}

.tab-content {
padding: 25px 15px;
}

.pricing-table .plans {
float: none;
}

.pricing-table .plans .col {
margin-bottom: 20px;
}

.searchbox .innerbox {
padding: 20px 15px 10px 0px !important;
}

.careteam .innerbox {
width: 100% !important;
}

.teaminfo {
margin-left: 0px !important;
width: 100% !important;
}

.teamdetails {
border-right: 0 !important;
padding-bottom: 20px !important;
}

.inline li {
display: block !important;
margin-bottom: 5px;
}
.sidemenu {
background-color: #fff;
padding: 0;
height: 100%;
position: absolute;
border-right: 1px solid #AFDEFF;
overflow: scroll;
}
}

@media screen and (min-width: 769px) {
.side-menu-link {
display: none;
}

.wrap {
position: relative;
}
}


/*my appointment css*/

.timeslot {
margin: 50px auto;
text-align: center;
}

.timeslot label {
padding: 0px 35px;
}

.mar_top50 {
margin-top: 50px;
}

.mar_top15 {
margin-top: 15px;
}

.mar_btm50 {
margin-bottom: 50px !important;
}

/*checkbox btns css*/

/* Base for label styling */
/*[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px;
}*/
.hselect [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
position: relative; 
    
}

/*[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + [type="hidden"] + label,
[type="checkbox"]:checked + [type="hidden"] + label {
position: relative;
padding-left: 25px;
cursor: pointer;
}*/

/* checkbox aspect */
/*[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + [type="hidden"] + label:before,
[type="checkbox"]:checked + [type="hidden"] + label:before {
content: '';
position: absolute;
left: 0;
top: 2px;
width: 17px;
height: 17px;
border: 1px solid #aaa;
background: #f8f8f8;
border-radius: 3px;
}*/
.radio-label input{
    padding-right:5px;
}
/* checked mark aspect */
/*[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + [type="hidden"] + label:after,
[type="checkbox"]:checked + [type="hidden"] + label:after {
content: '✔';
position: absolute;
top: 0px;
left: 3px;
font-size: 14px;
color: #3598db;
transition: all .2s;
}*/
/* checked mark aspect changes */
/*[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + [type="hidden"] + label:after {
opacity: 0;
transform: scale(0);
}*/

/*[type="checkbox"]:checked + label:after,
[type="checkbox"]:checked + [type="hidden"] + label:after {
opacity: 1;
transform: scale(1);
}*/
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + [type="hidden"] + label:before,
[type="checkbox"]:disabled:checked + [type="hidden"] + label:before {
box-shadow: none;
border-color: #bbb;
background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after,
[type="checkbox"]:disabled:checked + [type="hidden"] + label:after {
color: #999;
}

[type="checkbox"]:disabled + label,
[type="checkbox"]:disabled + [type="hidden"] + label {
color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before,
[type="checkbox"]:not(:checked):focus + [type="hidden"] + label:before,
[type="checkbox"]:checked:focus + [type="hidden"] + label:before {
border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
border: 1px solid #4778d9 !important;
}


/*[class^="icon-"], [class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
vertical-align: text-top;
background-image: url("../images/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
}*/

.icon-chevron-down {
background-position: -313px -119px;
}

.icon-chevron-up {
background-position: -288px -120px;
}

.separator {
position: relative;
top: -23px;
}

/*docter search page css*/
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
}

.header-search-box .form-inline .input-serach input {
border: none;
padding-left: 15px;
width: 100%;
box-shadow: none;
height: 39px;
}

.header-search-box .form-inline .btn-search {
width: 41px;
height: 41px;
background: #008fd5 url("../images/search.png") no-repeat center center;
border: none;
border-radius: 0;
color: #fff;
font-weight: bold;
position: absolute;
top: -1px;
right: -1px;
}

.header-search-box {
margin-bottom: 5px;

}
.button-group button{
    margin: 0 !important;
}

/*button.btn.btn-primary.breadcum {
    color: #000;
    background: #fff;*/
   /* border-right: 1px solid var(--primary-color);*/
/*}
button.btn.btn-primary.breadcum:hover{
    background:  var(--primary-color);
    color: #fff;
}

    button.btn.btn-primary.breadcum:active {
        background:  var(--primary-color);
        color: #fff;
    }*/
/*.button-group {*/
 /*   background:  var(--primary-color);*/
    /*border-radius: 5px;
border: 1px solid var(--primary-color);
}*/

.header-search-box .form-inline {
height: auto;
border: 1px solid #eaeaea;
position: relative;
}


.header-search-box .form-inline .form-category {
background: #f6f6f6;
height: 39px;
}

.header-search-box .form-inline .select2 {
border-right: 1px solid #eaeaea;
min-width: 152px;
height: 40px;
}

.header-search-box .form-inline .select2 .select2-selection {
border: none;
background: transparent;
margin-top: -1px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 6px;
right: 15px;
}

.header-search-box .form-inline .input-serach {
width: calc(100% - 40px);
}

.searchresults {
margin-bottom: 25px;
}

    .searchresults h2 {
        font-size: 22px;
        /*color: #3598DB;*/
        color: var(--primary-color);
        text-transform: uppercase;
    }

.searchbox {
    border: 1px solid var(--primary-color) ;
    padding: 0;
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
}

.searchbox .docimg {
width: 60px;
height: 60px;
margin: 7px 10px;
border: 1px solid #ADADAD;
}
/*.searchbox .innerbtns ul li a:hover { 
background-color:#1e2127
}*/

.docimg {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
/*.searchbox:hover .innerbtns ul li:first-child a {
background: #3598DB;
color: #fff;
}

.searchbox:hover .innerbtns ul li:nth-child(2) a {
background: #d9534f;
color: #fff;
}

.searchbox:hover .innerbtns ul li:nth-child(3) a {
color: #fff;
background-color:  var(--primary-color);
}

.searchbox:hover .innerbtns ul li:nth-child(4) a {
color: #fff;
background-color: #ec971f;
}

.searchbox:hover .innerbtns ul li:nth-child(5) a {
color: #fff;
background-color: #6CC4FF;
}*/
.searchbox img {
vertical-align: middle;
}

.searchbox .innerbox {
padding: 20px 15px 10px 0px;
/*float: left;*/
}

.searchbox .innerbox h3 {
font-size: 18px;
color: #3598DB;
}
.modal-open {
overflow: scroll;
}
.searchbox .innerbox p {
color: #41525c;
margin: 2px;
}

.searchbox .innerbox .grey {
color: #adadad;
}

.searchbox .innerbox p i {
margin-right: 5px;
}

.searchbox .innerbtns {
background-color: #e8e8e8;
float: right;
width: 100%;
margin-top: 20px
}

.searchbox .innerbtns ul {
border: 1px solid #dbdbdb;
}

.searchbox .innerbtns ul li {
display: table-cell;
border-right: 1px solid #dbdbdb;
}

.searchbox .innerbtns ul li:last-child {
border-right: 0;
}

.searchbox .innerbtns ul li a {
padding: 11px 25px;
display: block;
color: #41525c;
height: 40px;
line-height: 22px;
}
/*.searchbox .innerbtns ul li:first-child a{
margin-top:1px;
}*/


.searchbox .innerbtns ul li a i {
margin-right: 5px;
}

/*.searchbox .innerbtns ul li a:hover {
text-decoration: none;
background-color: #1e2127;
color: #fff;
}*/

.searchbox.last {
margin-bottom: 80px;
}

/*dashboard css*/

/*.profiledetails {
margin-top: 8px;
margin-bottom: 25px;

}*/



.profile {
border: 0;
padding-top: 10px;
}



.infobox .infodetails {
padding: 30px 20px 20px;
}

.infobox .infodetails i {
color: #555555;
position: relative;
}

.infobox .infodetails i span {
position: absolute;
top: 20px;
right: 50%;
font-size: 18px;
height: 20px;
width: 20px;
border-radius: 50%;
color: #f15c58;
padding-top: 3px;
transform: translateX(64%);
font-weight: 700;
text-align: center;
}

.infobox .infodetails p {
margin-top: 5px;
margin-bottom: 5px;
font-size: 16px;
}

.infobox .infodetails h4 {
font-size: 16px;
color: #555555;
}

.infobox .infodetails h3 {
font-size: 18px;
color: #3598DB;
}

.infobox .readmore {
background-color: #f1f1f1;
width: 100%;
height: 20px;
text-align: center;
}

.underline:after {
background: #ddd;
bottom: 0;
content: "";
height: 1px;
left: 38%;
position: absolute;
right: 38%;
bottom: -8px;
-webkit-transition: all .3s cubic-bezier(0.625,.125,.305,.875);
transition: all .3s cubic-bezier(0.625,.125,.305,.875);
width: auto;
}

/*________________________________________*/

.underline {
position: relative;
display: block; /* Centers the Underline */
text-align: center;
}

.underline:hover {
color: #aa0000; /* Default: #000 */
}

.underline:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
left: 0;
bottom: -8px;
background-color: #ddd; /* Default: #000 */
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}

.underline:hover:before {
visibility: visible;
-webkit-transform: scaleX(0.4);
transform: scaleX(0.4);
}

/*.statitics {
padding: 20px 0 8px 0;
border: 1px solid;
float: left;
margin: 30px 0;
width: 100%;
text-align: center;
}*/

/*.statitics i {
font-size: 65px;
}*/

.red {
color: #DC3023;
}

.purple {
color: #9B59B6;
}

.blue {
color: #1F4788;
}

.green {
color: #407A52;
}

.orange {
color: #CA6924;
}

.dark-blue {
color: #044F67;
}

.pink {
color: #C93756;
}

.sky {
color: #19B5FE;
}
/*.red .fa {
color:#f3565d;
}*/


.statitics:hover {
background-color: #f3faff;
}

.statitics .red {
border-color: #f3565d;
}

.statitics .purple {
border-color: #893ec9;
}

.statitics .blue {
border-color: #2d6db9;
}

.statitics .green {
border-color: #67bd2e;
}

.statitics h1 {
font-size: 16px;
color: #555;
}

.statitics p {
font-size: 16px;
color: #555;
margin-top: 0;
}

.Embed-mask .message.button:hover {
color: #fff !important;
}
.admin-inner .statitics {
margin-bottom: 0;
}

.recentactivity {
width: 100%;

margin-bottom: 25px;
margin-top: 12px;
}

.recentactivity h4 {
padding: 15px;
color: #3598DB;
font-weight: 600;
font-size: 18px;
text-transform: uppercase;
}

    .recentactivity ul.upcoming li {        
        font-size: 15px;
        color: #555;
        margin: 0px;
        border: 1px solid var(--primary-color);
        margin: 5px 0px;
        border-radius: 4px;
        padding: 8px;
    }
.recentactivity ul.upcoming li a {
color:#333
}

.recentactivity .paging {
margin-bottom: 0px;
}

.recentactivity ul.upcoming li img {
margin-right: 10px;
vertical-align: text-top;
}

.recentactivity ul.upcoming {
overflow-y: auto;
margin-bottom: 0px;
}

.recentactivity ul.upcoming li p span {
color: #3598DB;
font-size: 16px;
margin-right: 30px;
}

.recentactivity ul.upcoming li p i:hover {
padding-right: 10px;
-webkit-transition: padding 0.5s; /* Safari */
transition: padding 0.5s;
}

.recentactivity.latestmsg ul.upcoming li:nth-child(odd) {
background-color: #f7f7f7;
}


.recentactivity ul.upcoming::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
background-color: #F5F5F5;
}

.recentactivity ul.upcoming::-webkit-scrollbar {
width: 6px;
background-color: rgba(0,0,0,0.15);
}

.recentactivity ul.upcoming::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,0.14);
border: 1px solid rgba(0,0,0,0.15);
}


/*my care team css*/

.teamdetails {
border-right: 1px solid #d7d7d7;
padding-right: 25px;
padding-bottom: 50px;
}

.teaminfo {
border: 1px solid #d7d7d7;
margin-left: 25px;
width: 71%;
}

.teaminfo ul li {
padding: 0px 15px;
border-bottom: 1px solid #d7d7d7;
}

.teaminfo ul li.last {
border-bottom: 0;
}

.teaminfo ul li p {
margin-top: 5px !important;
}

.teaminfo ul li p .italic {
font-style: italic;
}

.careteam .innerbox {
width: 82%;
}


/*pagination*/


.pagecount {
    /*background-color:  var(--primary-color);*/
    background: var(--primary-color) !important;
    vertical-align: top;
    color: #fff;
    padding: 3px 20px;
    padding: 3px 20px;
    border: 1px solid var(--primary-color) !important;
}

.pagination, .pagination li {
margin: 0px 1px;
}
.pagination li a{ 
color:#505050;
}
    .pagination li.disabled a {
        /*background-color:  var(--primary-color);*/
        background: var(--primary-color) !important;
        color: #fff !important;
    }
    .pagination li:nth-last-child(-n+2) a, .pagination li.active a, .pagination li:hover a {
        /*background:  var(--primary-color);*/
        background: var(--primary-color) !important;
        color: #fff;
        border-color: var(--primary-color) !important;
    }

.pagination > li > a, .pagination > li > span {
padding: 5px 15px;
}

.calbox {
position: absolute;
top: 35px;
right: 25px;
}
.calbox-in {
top: 6px !important;
right: 13px !important;
}

.chatarea {
overflow-y: scroll;
height: 300px;
}

.chatarea .allmessage {
float: left;
width: 100%;
}

.chatarea .allmessage .message {
background-color: #a3a3a3;
color: #fff;
float: left;
padding: 3px 20px;
border-radius: 4px;
}

.chatarea .allmessage .message.message-me {
background-color: #00B4FF;
float: right;
}

.chatarea .allmessage .message .text img {
margin-left: 5px;
}

.chatarea .message-list .date {
font-size: 10px;
margin: 2px 0 10px 0;
}

i.fa.fa-circle.online {
    margin-right: 10px;
}

.online {
color: #5dc873;
}

.offline {
color: #9b9b9b;
}

.userblocked {
color: red;
}

.userbusy {
color: orange;
}

.btn-group-sm > .btn, .btn-sm {
padding: 6px 10px;
border-radius: 2px;
}

.serchhead a {
color: #fff;
}

.serchhead {
font-size: 30px;
}

.profileimg {
margin-right: 10px;
height: 20px;
width: 20px;
vertical-align: top !important;
}

.modal-body .heading {
font-size: 18px;
margin-bottom: 15px;
}

.docterlist {
background-color: #F6F6F6;
margin-bottom: 20px;
padding: 15px;
border: 1px solid #EEE;
}

.docterlist h2 {
font-size: 18px;
color: #3598DB;
}

/*videopage css*/

.videochatpage {
background-color: #000;
}

.videopage {
padding: 20px 0;
}

.videopage .docter {
border: 1px solid #DADADA;
background-color: #fff;
text-align: center;
border-radius: 1px;
float: left;
width: 100%;
margin-bottom: 20px;
position: relative;
}

.side-profile h3 {
font-size: 20px;
}

.videopage .docdetails {
padding: 10px 0;
}

.videopage .docdetails h5 {
margin: 5px 0;
}

.videopage .docter img {
width: 175px;
height: 175px;
margin: 0 auto;
}

.videopage .videobox .video {
width: 100%;
height: 600px;
}

.videopage .videobox {
position: relative;
}

.videopage .videobox .assests {
position: absolute;
bottom: 0px;
background-color: rgba(0, 0, 0, 0.65);
width: 100%;
height: 42px;
}

.videopage .videobox .assests .btn {
border-radius: 0;
height: 42px;
font-size: 20px;
}

.videopage .videobox .assests .btn.last {
margin-left: -4px;
}

.videopage .videobox .assests .inner_assests {
float: right;
margin-right: 0;
}

.videopage .videobox .assests .inner_assests a.first {
border-right: 1px solid #fff;
}

.videopage .videobox .assests .inner_assests span.volume {
border-right: 1px solid #fff;
height: 42px;
padding-right: 10px;
display: inline-block;
}

.videopage .videobox .assests .inner_assests a {
color: #fff;
}

.videopage .videobox .assests .inner_assests .fa-circle, .fa-circle-o {
color: #00B4FF;
font-size: 10px;
}

.videopage .videobox .timer {
background-color: #00B4FF;
color: #fff;
padding: 10px;
position: absolute;
top: 35px;
right: 35px;
height: 46px;
width: 110px;
}

.videopage .videobox .timer img {
position: relative;
left: -58px;
top: -17px;
}

.videopage .videobox .timer span {
position: absolute;
left: 20px;
font-size: 18px;
font-family: lato;
}

.videopage .videobox .chat_window {
height: 200px;
width: 180px;
border: 1px solid #eee;
background-color: #00B4FF;
position: absolute;
right: 35px;
bottom: 80px;
}

.videobox .logo {
position: absolute;
top: 10px;
left: 10px;
}

.docter-search {
margin-top: 25px;
}

.onoff {
margin-left: 5px;
}

.onoff span {
background-color: #F8F8F8;
border: 1px solid #eee;
padding: 2px 8px;
font-size: 13px;
}

.onoff span.off.active {
background-color: #f15c58;
color: #fff;
}

.onoff span.on.active {
background-color: #0b6391;
color: #fff;
}

/*managephysicianscedule page CSS*/

.inline2 li {
display: inline-block;
margin-right: 30px;
}

.inline li {
float: left;
margin-right: 30px;
}

.inline li:last-child {
margin-right: 0px;
}

.inline {
background: #3598DB;
padding: 12px 15px;
border-radius: 4px;
height: 57px;
}

.inline li label {
color: #fff;
top: 4px;
}

.bulkentry {
border: 1px solid #3598DB;
padding: 15px;
margin-top: -2px;
}


.colorbox .green {
background-color: green;
}

.colorbox .blue {
background-color: #3a87ad;
}

.colorbox .red {
background-color: red;
}

.colorbox .yellow {
background-color: yellow;
}

.colorbox .gray {
background-color: gray;
}

.colorbox ul li div {
height: 15px;
width: 15px;
/* float: left; */
margin-right: 5px;
display: inline-block;
vertical-align: middle;
}

.colorbox {
margin-top: 20px;
}

.colorbox ul li {
margin-right: 20px;
margin-left: 0px;
}

.pagetabs a {
margin-top: 10px;
border-radius: 0;
position: relative;
}

.pagetabs a.active {
background-color: #fe4e50;
color: #fff;
}

.pagetabs a.active:after {
position: absolute;
content: '';
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #fe4e50;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
}

.pagetabs a:last-child {
margin-left: -5px;
}



/*-------------------------------
I. Defaul Selectors
---------------------------------*/
body.sessionexpire {
color: #fff;
font-family: 'Roboto', sans-serif;
-webkit-animation: 10s linear 0s normal none infinite loop;
-moz-animation: 10s linear 0s normal none infinite loop;
-ms-animation: 10s linear 0s normal none infinite loop;
-o-animation: 10s linear 0s normal none infinite loop;
animation: 10s linear 0s normal none infinite loop;
}

body.blue {
    background:  var(--primary-color) url(../images/blue.png) repeat 0 0;
    min-height: 700px;
}

body.blue .socialicon-effect .social-icon:hover {
color: #3498db;
}

body.green {
background: #2980b9 url('../images/green.jpg') repeat 0 0;
min-height: 700px;
}

body.green .socialicon-effect .social-icon:hover {
color: #2ecc71;
}

.sessionexpire h1, .sessionexpire h2, .sessionexpire h3 {
font-weight: 100;
font-family: 'Roboto', sans-serif;
color: white;
margin-top: 0.2em;
margin-bottom: 0.5em;
line-height: 40px;
}

.sessionexpire h1 {
font-size: 60px;
}

.sessionexpire h2 {
font-size: 25px;
}

h1.sessionheading {
font-size: 75px;
margin-bottom: 65px;
}

.sessionexpire .logo {
padding: 55px 0 30px 0;
}

.sessionexpire footer {
padding: 50px 0;
}

.backlogin {
margin: 20px 0;
}

    .backlogin a {
        color: #fff;
        font-size: 16px;
        padding: 6px 25px!important;
        height: none!important;
    }

.backlogin a:hover {
text-decoration: none;
}

/*-------------------------------
III. Social Icons
---------------------------------*/
.sessionexpire .social-icon {
display: inline-block;
font-size: 0px;
cursor: pointer;
margin: 15px 21px;
width: 90px;
height: 90px;
border-radius: 50%;
text-align: center;
position: relative;
z-index: 1;
color: #fff;
}

.sessionexpire .social-icon:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

.sessionexpire .social-icon:before {
speak: none;
font-size: 48px;
line-height: 90px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
display: block;
-webkit-font-smoothing: antialiased;
}

.socialicon-effect {
display: block;
clear: both;
margin: 20px 0;
width: 100%;
height: 100%;
}

.socialicon-effect .social-icon {
background: rgba(255,255,255,0.1);
-webkit-transition: background 0.2s, color 0.2s;
-moz-transition: background 0.2s, color 0.2s;
transition: background 0.2s, color 0.2s;
}

.socialicon-effect .social-icon:after {
top: -7px;
left: -7px;
padding: 7px;
box-shadow: 0 0 0 4px #fff;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-webkit-transform: scale(.8);
-moz-transition: -moz-transform 0.2s, opacity 0.2s;
-moz-transform: scale(.8);
-ms-transform: scale(.8);
transition: transform 0.2s, opacity 0.2s;
transform: scale(.8);
opacity: 0;
}


.socialicon-effect .social-icon:hover {
background: rgba(255,255,255,1);
color: #3498db;
text-decoration: none;
}

.socialicon-effect .social-icon:hover:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
/*-------------------------------
III. End of Social Icons
---------------------------------*/


/*-------------------------------
IV. Animations
---------------------------------*/
@-webkit-keyframes loop {
from {
background-position: 0 0;
}

to {
background-position: 500px 0;
}
}

@-moz-keyframes loop {
from {
background-position: 0 0;
}

to {
background-position: 500px 0;
}
}

@-ms-keyframes loop {
from {
background-position: 0 0;
}

to {
background-position: 500px 0;
}
}

@-o-keyframes loop {
from {
background-position: 0 0;
}

to {
background-position: 500px 0;
}
}

@keyframes loop {
from {
background-position: 0 0;
}

to {
background-position: 500px 0;
}
}

.delay {
-webkit-animation-duration: 1s;
-moz-animation-delay: 2s;
-o-animation-iteration-count: infinite;
}

.delayTwo {
-webkit-animation-duration: 2s;
-moz-animation-delay: 2s;
-o-animation-iteration-count: infinite;
}

.delayThree {
-webkit-animation-duration: 3s;
-moz-animation-delay: 2s;
-o-animation-iteration-count: infinite;
}

.delayFour {
-webkit-animation-duration: 3s;
-moz-animation-delay: 2s;
-o-animation-iteration-count: infinite;
}

.delayFive {
-webkit-animation-duration: 5s;
-moz-animation-delay: 2s;
-o-animation-iteration-count: infinite;
}
/*-------------------------------
IV. End of Animations
---------------------------------*/

.field-validation-error {
color: #ea2222;
font-weight: 500;
font-size: 13px;
padding: 0;
}

.item .field-validation-error + .fa {
background: #ea2222 !important;
color: #fff;
}

.item .field-validation-error + .fa:after {
border-left-color: #ea2222;
color: #fff;
}

.item .field-validation-error + .fa.odd:after {
border-left-color: #ea2222;
}
.chosen-container {
    display: inline-block;
    font-size: 14px;
    position: relative;
    left: 0;
    width: 100% !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #6D635D;
}

.chosen-container-multi .chosen-choices li.search-choice {
   /* position: relative;
    margin: 0px 5px 0px 0;
    padding: 5px 20px 5px 5px;*/
    font-size: 12px;   
}
.input-validation-error, .input-validation-error + .chosen-container .chosen-choices {
border: 0px solid #EA2222 !important;
border-bottom: 1px solid #505050 !important;
}

.input-validation-error + input[type="text"] {
border: 1px solid #EA2222 !important;
}

.unavailable {
position: absolute;
background-color: rgba(0, 0, 0, 0.6);
top: 0px;
width: 100%;
height: 100%;
z-index: 999;
text-align: center;
padding-top: 80px;
font-size: 25px;
color: #fff;
}

.blocked {
position: absolute;
background-color: rgba(0, 0, 0, 0.6);
top: 0px;
width: 100%;
height: 100%;
z-index: 999;
text-align: center;
font-size: 25px;
color: #fff;
}

.loading {
text-align: center;
position: relative;
z-index: 999;
}

/*.loading img {      
    filter: invert(19%) sepia(109%) saturate(1194%) hue-rotate(129deg) brightness(93%) contrast(101%);
    }*/

   /* .loading img {
        filter: invert(23%) sepia(100%) saturate(1194%) hue-rotate(150deg) brightness(93%) contrast(101%);
    }*/

    /*.loading img {
        filter: invert(var(--primary-color-invert, 23%)) sepia(var(--primary-color-sepia, 100%)) saturate(var(--primary-color-saturate, 1194%)) hue-rotate(var(--primary-color-hue, 150deg)) brightness(var(--primary-color-brightness, 93%)) contrast(var(--primary-color-contrast, 101%));
    }*/



.creative {
background: #ecedee;
width: 100%;
height: 65px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: -5px;
}

.appbox .appboxtext {
float: right;
}

.creative .appbox p.apptext {
padding-top: 8px;
margin-right: 10px;
}

.creative .appbox p {
float: left;
}

.black {
color: #464242;
}

.creative .appbox p i {
font-size: 30px;
margin-left: 20px;
}

/*features css*/

.features {
padding: 60px 0px 40px 0px;
}
.features .featuretext h2 {
text-transform: uppercase;
color: #00b4ff;
font-size: 30px;
}

.features .featuretext p {
margin-bottom: 40px;
text-align: justify;
color: #41525c;
font-family: Lato;
font-size: 16px;
}

.btnstyle1 {
border: 2px solid #00b4ff;
padding: 12px 25px 10px 25px;
color: #00b4ff !important;
font-family: Raleway;
font-size: 13px;
}

.btnstyle1:hover {
background-color: #00b4ff !important;
color: #fff !important;
}

.btnstyle2 {
width: 125px;
border: 2px solid #00b4ff;
padding: 12px 25px 10px 25px;
color: #00b4ff !important;
font-family: Raleway;
font-size: 13px;
position: relative;
border-radius: 0px;
background-color: #fff;
}

.btnstyle2::after {
content: "";
background: url("../images/btnleafblue.png") no-repeat;
position: absolute;
top: -14px;
right: -14px;
height: 40px;
width: 40px;
}

.feature2 {
display: block;
padding-top: 50px;
width: 100%;
}

.feature3 {
display: block;
padding-top: 50px;
}

/*testimonials css*/

.testimonials {
width: 100%;
height: auto;
background-color: #ecedee;
margin: 20px 0px 50px 0px;
}

#quote-carousel {
padding: 0 10px 30px 10px;
margin-top: 30px;
}



#quote-carousel .textstyle1 {
font-family: Georgia;
font-style: italic;
color: #41525c;
font-size: 18px;
}

#quote-carousel .coustmer {
margin-top: 30px;
float: right;
text-transform: uppercase;
color: #8ba65f;
font-family: Lato;
}

.item blockquote p:before {
content: "\f10d";
font-family: 'Fontawesome';
float: left;
margin-right: 10px;
}

#quote-carousel .carousel-control.left {
left: -60px;
}

#quote-carousel .carousel-control.right {
right: -60px;
}

#quote-carousel .carousel-control {
background: none;
color: #CACACA;
font-size: 2.3em;
text-shadow: none;
margin-top: 60px;
}

/*video css*/

.video {
padding-bottom: 50px;
}

.video .videobox {
position: relative;
margin-bottom: 50px;
}

.video .overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.25);
}

.video .play {
position: absolute;
top: 30%;
left: 44%;
}

.video .play h1 {
text-transform: uppercase;
text-align: center;
color: #fff;
margin-left: -90px;
margin-top: 20px;
}

.video .offer {
position: relative;
top: -50px;
}

.video .offer .offercircle {
background-color: #00b4ff;
color: #fff;
height: 120px;
width: 120px;
border-radius: 50%;
position: absolute;
bottom: -56px;
left: 80px;
}

.video .offer .offercircle h2 {
position: relative;
top: 26%;
text-align: center;
font-family: Lato light;
font-size: 35px;
}

.video .offer .offertext {
position: absolute;
left: 19%;
}

.video .offer .offertext p {
color: #00b4ff;
padding-top: 10px;
font-family: lato;
font-style: italic;
font-size: 16px;
}

/*Mobile App Css*/

.mobileapp {
background-color: #ecedee;
height: 260px;
margin-top: 30px;
margin-bottom: 100px;
}

.mobileapp .tablet {
margin-top: -30px;
}

.mobileapp .apptext h1 {
color: #8ba65f;
margin-top: 50px;
margin-bottom: 30px;
}

.mobileapp .apptext .appstore li {
display: inline-block;
list-style: none;
}

/*footer css*/

.footer {
background-color: #41525c;
color: #fff;
padding-top: 40px;
padding-bottom: 20px;
}

.footer h4 {
text-transform: uppercase;
color: #00b4ff;
padding-top: 20px;
}

.footer ul li {
padding-top: 15px;
font-family: Lato;
}

.footer a {
color: #fff;
}

.footer .footerlogo {
margin-top: 20px;
text-align: center;
}

.footer .footerlogo p {
font-family: Lato;
margin-top: 20px;
padding-right: 60px;
}

.footer .company {
color: #8ba65f;
}

/*login page css*/

.btnstyle3::after {
content: "";
background: url("/content/images/btnleafgreen.png") no-repeat;
position: absolute;
top: -14px;
right: -14px;
height: 40px;
width: 40px;
}

.btnstyle3 {
width: 125px;
border: 2px solid #8ba65f;
padding: 12px 25px 10px 25px;
color: #8ba65f !important;
font-family: Raleway;
font-size: 13px;
position: relative;
border-radius: 0px;
background-color: #fff;
}

/* Desktop Screen Media Query */
@media only screen and (min-width: 769px) and (max-width: 1199px) {
.logreg {
margin-top: 8px;
margin-left: 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1180px) {
.sliderstatic {
top: -175px;
}

.slidervideo {
display: none;
}
}

/* Between Tablet and Descktop Screen Media Query */
@media only screen and (min-width: 768px) and (max-width: 991px) {


.sliderstatic {
display: none;
}

.creative .appbox p.apptext {
padding: 0;
width: 100%;
margin-right: 0;
}

.creative .appbox p i {
font-size: 20px;
margin-left: 5px;
}

.slidervideo {
display: none;
}

.slidertext {
padding-top: 50px;
}

.mobileapp .apptext h1 {
margin-top: 15px;
margin-bottom: 15px;
font-size: 20px;
}

.video .offer {
position: static;
margin-bottom: 20px;
}

.video .offer .offercircle {
margin: 0 auto;
position: relative;
bottom: 0px;
left: 0px;
}

.video .play img {
width: 20%;
}

.video .play h1 {
font-size: 20px;
}

.video .videobox {
margin-bottom: 30px;
}

.video .offer .offertext {
text-align: center;
position: static;
}

.forms {
padding-top: 10px;
}

.forms .practnrlogin h2 {
font-size: 20px;
}

.forms .patntlogin h2 {
font-size: 20px;
}

.mobileapp {
margin-bottom: 20px;
height: auto;
}

.sliderstatic {
top: -175px;
}

.slider_box .slidervideo {
bottom: 80px;
}

.footer .footerlogo p {
padding-right: 0px;
}

.footer .footerlogo p .company {
float: none !important;
}
}

.onlinedot {
position: absolute;
margin: 0px auto;
left: 283px;
top: 45px;
}
.width70 {
width:85%
}


@media only screen and (max-width: 768px) {
.table .docimg {
display: block;
}
.width70 {
width: 100%
}
}


/* Tablet Screen Media Query */
@media only screen and (max-width: 767px) {
.profiledetails {
margin-top: 0px;
}
.content-inner .infoheader2 {
margin-top: 0px;
}
.recentactivity {
margin-top:0px;
}
.table .docimg {
display: inline-block;
}

.onlinedot {
position: absolute;
margin: 0px auto;
left: 322px;
top: 58px;
}

.sliderstatic {
display: none;
}

.creative .appbox p.apptext {
padding: 0;
width: 260px;
margin-right: 0;
}

.creative .appbox p i {
font-size: 20px;
margin-left: 5px;
}

.slidervideo {
display: none;
}

.slidertext {
padding: 60px;
}

.mobileapp .apptext h1 {
margin-top: 15px;
margin-bottom: 15px;
font-size: 20px;
}

.mobileapp {
height: auto;
margin-bottom: 0;
}

.video .offer {
position: static;
margin-bottom: 20px;
}

.video .offer .offercircle {
margin: 0 auto;
position: relative;
bottom: 0px;
left: 0px;
}

.video .play img {
width: 20%;
}

.video .play h1 {
font-size: 20px;
}

.video .videobox {
margin-bottom: 30px;
}

.video .offer .offertext {
text-align: center;
position: static;
}

.forms {
padding-top: 10px;
}

.footer .footerlogo p {
padding-right: 0px;
float: none !important;
}

.footer .footerlogo p .company {
float: none !important;
}
}

/*browse btn CSS*/

.btn-file {
position: absolute !important;
border-radius: 0;
padding: 0;
border: 0;
}

.btn-file i {
z-index: 0;
}

.btn-file {
cursor: pointer;
position: absolute;
top: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
z-index: 900 !important;
opacity: 0;
background: red;
display: block;
height: 50px;
width: 100%;
}

input[readonly] {
background-color: white !important;
cursor: text !important;
}

.pop-profile > li > a {
padding: 8px 16px;
}

.note-editor .dropdown-toggle {
padding-bottom: 6px !important;
}

.note {
position: absolute;
top: 33px;
right: 30px;
}

.claender-box {
position: relative;
}

.table tr th label {
color: #fff;
}

.padL-non {
padding-left: 0 !important;
}

.padR-non {
padding-right: 0 !important;
}

.nav-tabs > li > a {
word-break: keep-all;
white-space: nowrap;
}

.infoheader2 h2 {
font-size: 28px;
}

iframe {
    width: 100%;
    height: 100%;
    min-height: 600px;
    border: 4px solid #7c7c7c;
}

.side-profile {
position: absolute;
top: 120px;
left: 15px;
}

.modal-dialog.full-screen {
width: 70%;
margin: 0 auto;
}

.modal-dialog.full-screen iframe {
min-height: 615px;
}

.breadcrumb a:hover {
text-decoration: underline;
}

.medication-comments {
background: #f8f8f8;
height: 135px;
overflow-y: scroll;
}

.medication-comments li {
padding: 10px 15px;
border-bottom: 1px solid #eee;
}

.medication-comments li ul {
padding-left: 20px;
}

.medication-comments li img {
height: 35px;
width: 35px;
border-radius: 10px;
}

.medication-comments li:last-child {
border: 0;
}

.frame-comments {
height: 200px;
overflow-x: hidden;
margin-bottom: 15px;
}

.frame-comments li {
padding: 6px 15px;
position: relative;
}

.frame-comments li.line {
padding-top: 0;
}

.frame-comments li ul {
padding-left: 40px;
}

.frame-comments li img {
height: 35px;
width: 35px;
border-radius: 10px;
}

.frame-comments li:last-child {
border: 0;
}

.mar_left10 {
margin-left: 10px;
}

.commentborder {
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}

.panel-heading h3 {
font-size: 16px;
color: #3598DB;
}

.panel-heading {
padding: 7px 15px;
}

.table .docimg {
vertical-align: middle;
margin-right: 5px;
border: 1px solid #ADADAD;
height: 30px;
width: 30px;
}

.form-control {
border-radius: 1px;
border: 0;
border: 1px solid #ccc !important;
box-shadow: none;
width: 100%;
}

.btn {
border-radius: 3px;
}

.modal-header h2 {
font-size: 18px;
margin-top:0; 
border-bottom:0
}

.commenttext .comment-head {
background: #FCFCFC;
padding: 6px 12px;
border: 1px solid #E5E5E5;
overflow: hidden;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}

.commenttext .comment-head p {
font-size: 15px;
margin: 0;
}

.commenttext .comment-head span {
font-size: 12px;
}

.commenttext .comment-content {
border: 1px solid #E5E5E5;
background: #FFF;
padding: 6px;
font-size: 15px;
color: #999;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}

.comment-content p {
margin: 5px 0;
word-wrap: break-word;
}

.commenttext .line:before {
content: '';
width: 2px;
height: 100%;
background: #c7cacb;
position: absolute;
left: 32px;
top: -6px;
}

.reply-list li:before {
content: '';
width: 23px;
height: 2px;
background: #c7cacb;
position: absolute;
top: 25px;
left: -22px;
}

.commenttext .comment-head.pat {
background: #da555b;
color: #fff;
}

.commenttext .comment-head.pat a {
color: #fff;
}

.commenttext .comment-head.doc {
background: #da555b;
color: #fff;
}

.commenttext .comment-head.doc a {
color: #fff;
}

.time a {
padding-top: 0px !important;
}

.time a i {
font-size: 25px;
padding-right: 5px;
vertical-align: sub;
color: #3598DB;
}

.modal-footer .btn-primary {
    float: left;
    margin-left: 1px;
    margin-right: 7px;
    margin-bottom: 0px
}

.time-header {
padding-top: 4px;
display: block;
font-size: 12px;
display:none
}

.admin .infobox.profile {
background: #fe4e50;
min-height:244px;
}

.admin .infobox.profile p:before {
content: '';
background: #fff !important;
}

.frame-comments .line:before {
content:none;   
}
#commentList .frame-comments li {
padding:0;
}
.overflow { 
overflow:hidden; 
position:relative;
}
/*#awardGrid{
overflow-x: scroll;
}*/

@media screen and (max-width: 767px) {
.modal-footer .btn-primary {
float: left;
width: 95%;
}
#awardGrid {
overflow-x: scroll;
}
.logo div {
margin-top: 5px;
}
.inner-heading span {
font-size: 18px;
}
.admin .inner-heading2 h4 {
font-size: 24px;
}
.nav-tabs > li > a {
font-size: 12px;
border-left: 1px solid #868080;
}
.content-inner .infoheader2 {
margin-bottom: 10px;
}
.mt-minus20{
margin-top: -20px;
}
.clsReg {
margin-top: -20px;
}

.table-responsive {
overflow-x: auto;
}
.admin .form-group {
overflow: auto !important;
}
.modal {
padding-left:0px !important
}
.modal-footer .btn-primary {
margin-left: 0px;
}
.modal-footer .btn + .btn {
margin-left: 0px;
}
  
}


@media screen and (max-width: 575px) {
.logo img {
width: 150px;
}
#navbar .fa-lg {
font-size: 1em;
}
.pagecount {
padding: 5px 5px;
font-size: 12px;
margin-bottom:10px
}
.pagination > li > a, .pagination > li > span {
padding: 7px 10px;
}
  
.tab-content {
padding: 10px 0px;
}
.wrap .content .content-inner {
padding: 10px 10px 10px 10px;
}
.admin nav .go-links li a {
padding: 18px 15px;
}
.widget-appointment input[type=text], .widget-appointment input[type=email], .widget-appointment [type=password], .widget-appointment select, .widget-appointment textarea {
padding: 13px 10px 13px 50px;  
}
.widget-appointment i, i.appointment {
width: 38px;
font-size:18px;
}
.modal-footer .btn + .btn {
margin-bottom: 6px;
/*margin-top: 6px;*/
border-radius: 3px;
}
}



@media screen and (max-width: 375px) {
.wrap.active .content {
left: 17em;
}
.admin .user-icon a span {
margin-right: 0px;
font-size: 12px;
}
.inner-heading span {
font-size: 14px;
}
.admin .inner-heading2 h4 {
font-size: 18px;
}
   
.inner .logo {
height: 42px;
}
.admin nav .go-links li a {
padding: 18px 8px;
}
.admin nav .go-links li:first-child a {
padding: 10px;
}
.pagination > li > a, .pagination > li > span {
padding: 7px 5px;
}
}


.checkbox-inline, .radio-inline {
padding-left: 0px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
display: inline-block !important;
}

.table-responsive {
min-height: .01%;
overflow-x: hidden!important;
}
.tab-container {
padding: 20px 0;
overflow-x: hidden;
}
.connect {
background: #0b6391;
padding: 50px;
border-radius: 3px;
border: 1px solid #0b6391
}
.connect .label-helper {
color: #fff
}
#mymedicineautocomplete-list {
background: #fff;
margin: 3px 0px;
width: 100%;
padding: 7px;
box-shadow: 0px 0px 5px #ccc;
}
#mymedicineautocomplete-list > div {
color: #777;
margin-left: 50px;
padding: 5px 0px;
border-bottom: 1px solid #f7f7f7;
}        
#mypharmacyautocomplete-list {
background: #fff;
margin: 3px 0px;
width: 100%;
padding: 7px;
box-shadow: 0px 0px 5px #ccc;
}
#mypharmacyautocomplete-list > div {
color: #777;
margin-left: 50px;
padding: 5px 0px;
border-bottom: 1px solid #f7f7f7;
}

#LabtestIDautocomplete-list {
background: #fff;
margin: 3px 0px;
width: 100%;
padding: 7px;
box-shadow: 0px 0px 5px #ccc;
}

#LabtestIDautocomplete-list > div {
color: #777;
margin-left: 50px;
padding: 5px 0px;
border-bottom: 1px solid #f7f7f7;
}

#LaboratoryIDautocomplete-list {
background: #fff;
margin: 3px 0px;
width: 100%;
padding: 7px;
/*box-shadow: 0px 0px 5px #ccc;*/
}

#LaboratoryIDautocomplete-list > div {
color: #777;
margin-left: 50px;
padding: 5px 0px;
border-bottom: 1px solid #f7f7f7;
}

.padd0 {
padding:6px 12px !important
}
.lh-auto {
height:auto !important
}
.appointment-width {
width: 50%
}
.treatment-scrool1 {
overflow: auto;
height: 300px;
overflow-x: hidden;
}
.treatment-scrool2 {
overflow: auto;
height: 150px;
overflow-x: hidden;
}
@media (max-width: 767px) {
.table-responsive {
overflow-x: auto !important;
height:300px;
}
.pop-width {
width: 96% !important;
}
.appointment-width {
width: 100%;
}
.modal-dialog {
width:100% !important
}
.connect {
padding:25px;
}
}
.btn-view {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
background-color: #d9534f;
}
.btn-view:hover {
color: #fff
}
.required::after {
content: "*";
font-weight: bold;
color: red;
}
.field-validation-valid {
display: none;
}
.treatment-h4 {
color: #fff;
font-size: 16px;
font-weight: 500;
display: inline-block;
background: #0064AA;
border-radius: 3px;
padding: 5px 10px;
}
/*.chosen-container-single .chosen-single {
    height: 30px !important;
    line-height: 30px !important;
}
.chosen-container-single .chosen-single span {
padding-left: 35px;
}*/
.radio-view .radio-inline input[type=radio] {
position: relative;
margin-top: 4px \9;
margin-left: 0;
margin-top: -3px
}
.color-black {
color:#333}
.inline-block {
display:inline-block
}
.alert-info {
    color: #555555;
    /*    background-color: #d4faf5;
    border-color: #8ac9c0;*/
    background-color: var(--primary-color);
    border-color: #072c7c;
    margin: 0;
    text-align: center;
    width: 100%;
    margin: 10px auto;
}
.alert-info p {
margin:0px
}







.main_header.inner-heading.inner-heading2 h4 {
    text-align: center;
    padding: 15px;
    font-weight: 700;
    font-size: 26px;
    color: #505050;
}

.main_header.inner-heading.inner-heading2 span {
    color: #da555b;
    text-transform: uppercase;
}


.table-icons {
display: flex
}
    .table-icons a {
        margin: 0px 5px
    }

    div::-webkit-scrollbar {
        height: 10px;
    }

div::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

div::-webkit-scrollbar-thumb {
   
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
}

.log-ui {
    text-align: left;
    margin-bottom: 15px;
}
    .log-ui h3 {
        color: var(--primary-color);
        /*color:  var(--primary-color);*/
    }
        .log-ui h3 span {
        color: #111
        }


.inner-heading {
position: relative
}
.topbtn {
    position: absolute;
}

.appo-sec {
    box-shadow: 0 4px 10px var(--primary-color);
    /*box-shadow: 0px 0px 26px #ccc;*/
    margin: 10px 0px;
    border-radius: 5px;
    /* box-shadow: 0px 0px 13px rgb(0 187 161 / 40%);*/
}

div.changesome {
    background: none !important;
    padding: 0px !important;
    box-shadow: none !important;
    border-radius: none !important;
}

.top-view ul {
    margin: 0;
    padding: 0;
    display: flex
}
    .top-view ul li {
        width: 40%;
        padding: 15px;
        border-right: 1px solid var(--primary-color);
        margin: 0px;
    }
        .top-view ul li:last-child {
            width: 60%;
            border-right: none;
        }
.top-view .appo-sec-half {
    width: 100%;
    display: inline-table;
    position: relative;
    text-align: left;
}
    .top-view .appo-sec-half h5 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 10px
    }
.text-primary {
    color: #0b6391;
}
.top-view .appo-sec-half p {
    /*margin: 0px;*/
    color:#000;
}
.top-list {
    border-top: 1px solid  var(--primary-color);
}
    .top-list ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    .top-list ul li {
        float: right;
        margin: 0;
        padding: 8px 15px;
        border-left: 1px solid #ccc
    }
        .top-list ul li:first-child {
        border-left: none
        }
        .top-list ul li a {
            font-size: 14px;
            color: #0b6391;
        }

a.onbtn {
    font-size: 22px !important;
    color: #21be2d !important;
}

a.offbtn {
    font-size: 22px !important;
    color: #ed4040 !important;
}

.top-list ul li a i {
    margin-right: 5px;
    margin-top: 3px;
}

a.manegebtn {
    /* border: 1px solid var(--primary-color);*/
    padding: 10px 12px;
    border-radius: 50px;
    color:  var(--primary-color) !important;
    font-weight: 800;
}
    a.manegebtn.red {
        color: #f00 !important;
       /* border: 1px solid#f00;*/
    }


    /*a.manegebtn:hover{*/
       /* border: 1px solid var(--primary-color);*/
        /*padding: 5px 15px;
        color: #fff!important;
        background:  var(--primary-color);
    }

    a.manegebtn.red:hover {*/
       /* border: 1px solid#ff0000;*/
        /*padding: 5px 15px;
        color: #fff !important;
        background: #ff0000;
    }*/





.h3-location {
    font-weight: bold;
    color: var(--primary-color) !important;
    font-size: 20px;
    margin-bottom: 15px;
    background: #fff;
    padding: 9px 0px;
    border-bottom: 1px solid var(--primary-color) !important;
}

i.iconcolor {
    color: var(--primary-color) !important;
}

li.user-icon.imgpro {
    min-width: 200px;
}

p.onlyborder {
    border-top: 1px solid var(--primary-color);
    padding: 7px 0px 0px 0px;
}
    .h3-location span {
        color: #da555b
    }
    .txt-white{
        color: #fff !important;
    }
.border-top-1{
    border-top: 1px solid #7c7c7c !important;
}
.border-bottom-1 {
    padding-bottom:5px;
    border-bottom: 1px solid #eee !important;
}
.border-1{
    border:1px solid #fe4e50;
    border-radius: 5px;
    padding: 10px;
    margin-bottom:20px;
}
.view-box {
    /* background: #eee !important; */
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 4px 10px var(--primary-color);
    /*box-shadow: 0px 0px 13px rgb(0 187 161 / 40%);*/
    margin-bottom: 25px
}
.w100{
    width:100px;

}
.w80 {
    width: 100px;
    height:100px;
}
.remove-padding input{
    padding:5px 10px !important;
}
.mt-15 {
margin-top: -15px
}
.date-scroll {
    overflow-x: auto;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
    .date-scroll li {
        min-width: 100px;
        text-align: center;
        border-right: 1px solid #ccc;
        margin: 0;
    }
    .date-scroll li:last-child {
    border-right: none
    }
.dark-white {
    background-color: #d7d7d7 !important;
  
    padding: 7px 10px !important;
    border-radius: 5px !important;
    margin: 5px 0px
}

.light-white {
    background-color: #f2f2f2 !important;
    padding: 7px 10px !important;
    border-radius: 5px !important;
    margin: 5px 0px
}

/*k*/
ul#patRecords li a {
    padding: 7px !important;
    width: 100%;
    border-left: 1px solid #fff;
}
button.btn.btn-primary-bdr {
    background: #fff;
    color:  var(--primary-color);
    border: 1px solid var(--primary-color);
}

    button.btn.btn-primary-bdr:hover {
        background:  var(--primary-color);
        color: #fff;
        border: 1px solid var(--primary-color);
    }
/*.patientnew-parent.profiledetails p {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
}*/
/*.patientnew-parent .booknow {
    color:#fff;
    font-size:13px;
}*/
.patientnew-parent.profiledetails .d-name {
    margin-left: 0px;
    font-weight: 600;
}
.patientnew-parent.profiledetails i {
    color:#fff;
}
.appo-sec-half h4 {
    font-size: 18px;
    margin: 10px 0 15px 0;
    font-weight: bolder;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 0px 0 13px 2px;
}
div#mainDiv .table-bordered span {
    font-size: 13px !important;
    padding:0px;
}
/*a.a-bdr.btn-seen-appoint {
    width: 210px;
    background: #fff;
    padding: 7px 0;
    margin: 15px 0 0 0;
    color: #000;
    margin-left: 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
}*/
div#mainDiv .hdate {
    padding:0px;
}

.col-sm-6.text-right.margin_align {
    margin: 15px 0 0 0;
}
.profile_vitals_menu{
    text-align:left;
}
    .profile_vitals_menu li {
        margin-right: 6px !important;
        margin-top: 10px !important;
    }
    .profile_vitals_menu li a{
        padding:10px !important; 
    }
.medicine_tool .widget-appointment input[type=text], .widget-appointment input[type=email], .widget-appointment [type=password], .widget-appointment [type=number], .widget-appointment select, .widget-appointment textarea {
    width: 100% !important;
}
.profesinal_infos li a{
    padding:15px !important;
}

/*end by alok*/

header.main-page.sticky.inner.affix-top {
    position: static;
    width: 100%;
    display: block;
    background: transparent !important;
    padding: 0 !important;
}
header.main-page.sticky.inner.affix {
    position: fixed;
    width: 85%;
}
.modal-body.widget-appointment div#mymedicineautocomplete-list {
    position: absolute;
    width: 100%;
    top: 23px;
    z-index: 999;
}
    @media(max-width:1200px) {
        nav.main-nav.navbar.navbar-default {
            padding: 0 30px !important;
        }

        .inner-heading h4 {
            font-size: 18px !important;
        }

        .label-helper {
            font-size: 11px !important;
        }

        .widget-appointment .col-md-10 .col-sm-2.text-right .form-group span {
            font-size: 12px;
            float: inline-end;
        }

      /*  input.btn.btn-primary.addbtnuse {
            position: absolute;
            right: 28% !important;
            top: 40% !important;
            font-size: 10px;
        }*/

        button.btn.btn-primary.pull-right.mt-15.orgsubmitbtn {
            font-size: 10px;
            margin-left: -40px;
        }
        .new_style_bonding .inputs_stylers {
            /* position: relative !important; */
            margin-right: -13%;
            margin-top: -8px;
        }
    }

    @media(max-width:992px) {
        .inner-heading h4 {
            font-size: 18px !important;
        }

        .label-helper {
            font-size: 9px !important;
        }

        .widget-appointment .col-md-10 .col-sm-2.text-right .form-group span {
            font-size: 10px;
            float: inline-end;
        }

        .header-search-box.widget-appointment.pull-right.button-group {
            margin-top: 0 !important;
            text-align: center;
        }


        nav.main-nav.navbar.navbar-default {
            padding: 0 25px !important;
        }

        #logo_tag {
            width: 60% !important;
        }

        p.panelname {
            font-size: 18px !important;
        }

        .ad-name .adminname {
            font-size: 12px
        }

        .ad-name .options {
            font-size: 12px
        }

        .inner-heading h4 {
            font-size: 18px !important;
            margin-bottom: 10px !important;
        }
        /*ul.pull-right.go-links {
        float: right !important;
    }*/
        .widget-appointment .form-group input {
            font-size: 10px !important;
        }

        .profilePic img {
            width: 10% !important;
        }

        .manageorig form .row .col-sm-2 {
            width: 18%;
        }

        .manageorig form .row .col-sm-3 .form-group {
            display: flex;
            margin-right: 10px;
        }

            .manageorig form .row .col-sm-3 .form-group button {
                margin-right: 10px;
            }

        .content.col-sm-9.col-md-10.col-xs-12.col-sm-offset-3.col-md-offset-2 {
            margin-left: 24%;
        }

        #PCCtransactionOrderListTable {
            overflow-x: scroll;
        }


        .content.col-sm-9.col-md-10.col-xs-12.col-sm-offset-3.col-md-offset-2.mystyles {
            margin-left: 5%;
        }

        nav.main-nav.navbar.navbar-default {
            padding: 0px 20px;
        }

       /* .pull-right {
            float: none !important;
        }*/

        .admin .user-icon .ad-name {
            display: block;
        }

        .admin nav .go-links li a {
            padding: 5px;
            display: flex;
        }

        .respons_webs {
            margin-top: 60px;
        }

        .upload a.btn.btn-primary.helath-add {
            transform: translate(-30px, 34px);
        }

        .upload a.btn.btn-primary.shortbtn-add {
            transform: translate(5px, 34px);
        }

        .new_uploaded {
            transform: translate(10px, -7px);
        }
        div#sidemenus {
            width: 25%;
        }
        .admin nav .go-links li a{
            display:inline-block !important;
            padding:10px 10px !important;
            border:none !important;
        }
        li.user-icon.imgpro {
            min-width: 75px;
        }
        header.main-page.sticky.inner.affix-top {
            width: 98%;
        }
        .main_chooser_new h4.center {
            position: inherit !important;
            left:0 !important
        }
        .wrap .burger{
            display:none !important;
        }
        .mintables_clor div#gridDivrequest1 {
            background: none !important;
            box-shadow: none !important;
        }
        .mintables_clor{
            background: #fff;
            padding: 10px;
            box-shadow: 0px 0px 13px rgb(0 187 161 / 40%);
            border-radius: 5px;
            overflow-x:scroll;
        }
        .admin .form-group {
            overflow: inherit !important;
        }
        .polls_shot{
            top:-35px !important;
        }
        .mintables_clor {
            background: #fff;
            padding: 10px;
            box-shadow: 0px 0px 13px rgb(0 187 161 / 40%);
            border-radius: 5px;
            overflow-x: scroll;
        }

        .res_pons_ive {
            background: none !important;
            box-shadow: none !important;
        }
            .res_pons_ive .pull-right {
                align-items: center;
                justify-content: center;
                display: flex;
            }
        .btn-primary, .btn-default {
            height: 25px !important;
        }

        .log-ui h3 {
            color:  var(--primary-color);
            font-size: 14px;
            padding-left: 10px;
        }
        .new_style_bonding .use_genrateing {
            position:relative !important;
        }
        
        .inputs_stylers {
            
        }
        .inputs_stylersone{
            margin-top:0 !important;
        }
        .docsecreg{
            margin-top:50px !important;
        }
        a.a-bdr.btn-seen-appoint{
            margin-left:0 !important;
        }
        .crearter_holder .mypatient {
            box-shadow: none !important;
            overflow-x: scroll;
        }

        .crearter_holder {
            box-shadow: 0px 0px 13px rgb(0 187 161 / 40%);
        }
        .large.invoice-container {
            overflow-x: scroll;
        }
    }

@media(max-width:767px) {
    div#sidemenus {
        width: 22%;
    }

    .content.col-sm-9.col-md-10.col-xs-12.col-sm-offset-3.col-md-offset-2 {
        margin-left: 22%;
    }

    .content.col-sm-9.col-md-10.col-xs-12.col-sm-offset-3.col-md-offset-2 {
        margin-left: 22%;
        width: 78%;
    }
    .admin .wrap ul.accordion .nav-header .link a {
        font-size: 11px !important;
        line-height:13px;
    }
    .new_style_bonding span {
        font-size: 10px !important;
    }
    .main_respons_floater .ad-name{
        display:none !important;
    }
    .docsecreg {
        margin-top:50px;
    }
    
}



    @media(max-width:565px) {
        .admin nav .go-links li a {
            padding: 5px !important;
        }

        .admin .user-icon .ad-name {
            display: inline-block !important;
        }

        nav.main-nav.navbar.navbar-default {
            padding: 0px 0px !important;
        }

        p.panelname {
            font-size: 18px !important;
        }

        .admin nav .go-links li {
            display: inline-flex !important;
            float: inherit !important;
        }

        .row.r-first.dashboard {
            width: 100%;
            margin-left: 10px;
        }

        .wrap #side-menu {
            z-index: 9999;
        }

        .mystyles header.main-page.sticky.inner.affix {
            position: fixed;
            width: 94% !important;
            margin-left: 7% !important;
        }

        .admin .sidemenu {
            z-index: 9999 !important;
            width: 30%;
        }

        .ad-name .adminname {
            display: none;
        }

        .ad-name .options {
            display: none;
        }

        li.user-icon.imgpro {
            min-width: 60px;
        }

        .content.col-sm-9.col-md-10.col-xs-12.col-sm-offset-3.col-md-offset-2 {
            margin-left: 24%;
            width: 70%;
        }

            .content.col-sm-9.col-md-10.col-xs-12.col-sm-offset-3.col-md-offset-2.mystyles {
                margin-left: 9%;
                width: 90%;
            }

        .content.col-sm-9.col-md-10.col-xs-12.col-sm-offset-3.col-md-offset-2 {
            margin-left: 8%;
            width: 90%;
        }
        

        div#sidemenus {
            width: 50px !important;
        }

            div#sidemenus ul li a span {
                display: none;
            }

            div#sidemenus a img {
                display: none;
            }

        div.hamburger {
            left: 21px !important;
        }
        header.main-page.sticky.inner.affix {
            position: fixed;
            width: 98%;
            right: -26px;
            margin: 0;
            padding: 0;
        }
        .mintables_clor .chatdash {
            background: none !important;
            box-shadow: none !important;
        }
        .mintables_clor .chatsection {
            background: none !important;
            
        }
        .mintables_clor {
            background: #fff;
            padding: 10px;
            box-shadow: 0px 0px 13px rgb(0 187 161 / 40%);
            border-radius: 5px;
            overflow-x: scroll;
        }
            #patientDiv {
                background: none !important;
                box-shadow: none !important;
            }
        .res_pons_ive .pull-right {
            align-items: center;
            justify-content: center;
            display: flex;
        
        }
        .mintables_clor #PaymentRequestTable {
            background: none !important;
            box-shadow: none !important;
        }
        .btn-primary, .btn-default {
            height: 25px !important;
        }
        .log-ui h3 {
            color:  var(--primary-color);
            font-size: 14px;
            padding-left: 10px;
        }
        .main_respons_floater{
            float:inherit !important;
        }
        a.a-bdr.btn-seen-appoint {
            margin-left: 26px !important;
            font-size: 10px;
            width: 105px !important;
        }
        
        .main-nav ul{
            font-size:10px !important;
        }
        p.panelname {
            font-size: 14px !important;
        }
        .crearter_holder .mypatient {
            box-shadow: none !important;
            overflow: scroll;
        }
        .crearter_holder {
            box-shadow: 0px 0px 13px rgb(0 187 161 / 40%);
        }
            .crearter_holder .appinementpage {
                box-shadow: none !important;
                overflow: scroll;
            }

        
        .admin .wrap ul.accordion li i {
            left: 21px !important;
            font-size: 16px !important; 
        }
        
        .admin .wrap ul.accordion .nav-header .link a {
            padding-left: 0px !important;
        }
        .admin .wrap ul.accordion li a strong {
            display: none;
        }
        .pagecount {
            background: none;
            color:  var(--primary-color);
            padding: 0;
            border: 0;
        }
        .pagination li.disabled a {
            background: none;
            color:  var(--primary-color);
            padding: 0;
            border: 0;
            padding-left: 5px;
        }
        .pagination li:nth-last-child(-n+2) a, .pagination li.active a, .pagination li:hover a {
            background: none;
            color:  var(--primary-color);
            padding: 0;
            border: 0;
            padding-left: 5px;
        }
        .pagination > li > a, .pagination > li > span {
            color:  var(--primary-color);
            padding: 0;
            border: 0;
            background: none;
        }
        div.hamburger{
            display:none;
        }
        .col-xs-12.col-sm-12.docter-search {
            z-index: 99;
        }
        .docter-search select#Specialty {
            padding: 4px 50px;
        }
        .docter-search.widget-appointment.patientapp .col-md-3.col-sm-6.col-xs-12 {
            z-index: 99;
        }
    }
@media(max-width:450px) {
    .inputs_stylers {
        margin-left:50px;
    }
    
    .profilePic img {
        width: 30% !important;
    }
    .modal-content {
        width: 70%;
        margin: auto;
    }
    .res_pons_ive .dropdown-menu {
        left: -137px !important;
    }
    textarea.patientapp {
        height: auto !important;
    }
    div.tableredesign{
        background:inherit !important;
    }
    .searchbox{
        padding:5px;
    }
    .large.invoice-container {
        overflow-x: scroll;
    }
    .main_plus_show .pull-right{
        position:inherit !important;
    }
    .table-responsive{
        height:auto !important;
    }
    a.btn.btn-primary.shortbtn-add {
        position: absolute;
        top: 9%;
        right: -3% !important;
    }
    .new_uploaded {
        transform: translate(-10px, -7px);
    }
    .userdirectory{
        background:inherit !important;
    }
    .mintables_clor .message-footer{
        width: 320px;
    }
    .mobile_horzintal .ad-name {
        margin-right:-15px !important;
    }
    ul.pull-right.go-links.main_respons_floater {
        align-items: center;
        justify-content: center;
        display: flex;
    }
   
}




    @media(max-width:315px) {
        p .panelname {
            font-size: 15px !important;
        }

        .wrap .content .content-inner {
            width: 99%;
        }

        .content.col-sm-9.col-md-10.col-xs-12.col-sm-offset-3.col-md-offset-2.mystyles {
            margin-left: 14%;
            width: 88%;
        }

        .content.col-sm-9.col-md-10.col-xs-12.col-sm-offset-3.col-md-offset-2 {
            margin-left: 17%;
            width: 84%;
        }

        div#sidemenus {
            width: 60px !important;
        }

            div#sidemenus ul li a span {
                display: none;
            }

            div#sidemenus a img {
                display: none;
            }

        div.hamburger {
            left: 27px !important;
        }
        
    }





