/****************/


/*    Fonts     */

@font-face {
  font-family: 'BookmanOldStyle';
  src: url('../fonts/BookmanOldStyle.eot?#iefix') format('embedded-opentype'),  url('../fonts/BookmanOldStyle.woff') format('woff'), url('../fonts/BookmanOldStyle.ttf')  format('truetype'), url('../fonts/BookmanOldStyle.svg#BookmanOldStyle') format('svg');
  font-weight: normal;
  font-style: normal;
}

/****************/
a:hover, a:focus{
    text-decoration: none !important;
    color:inherit !important;
}
body {
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    font-family: 'BookmanOldStyle';
}
span {
    color: #2b96cc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 10px;
    font-family: 'BookmanOldStyle';
}
h1.entry-title span,
h2.entry-title span,
h3.entry-title span,
h4.entry-title span,
h5.entry-title span,
h6.entry-title span {
    font-weight: 700;
}
.p0{
    padding: 0;
}
.pl0{
    padding-left: 0;
}
.pr0{
    padding-right: 0;
}
.m0{
    margin: 0;
}
.ml0{
    margin-left: 0;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mr0{
    margin-right: 0;
}
.display-table{
    display: table;
}
a {
    color: #2b96cc;
    text-decoration: none;
    outline: none!important;
}
a:hover {
    color: #7d7d7d;
    text-decoration: none;
}
.full .container {
    max-width: 100% !important;
}
.container .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.wpb_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.icon-2x {
    font-size: 2em;
}
.icon-4x {
    font-size: 50px;
}
.icon-5x {
    font-size: 5em;
}
.icon-6x {
    font-size: 20px;
}
.fa-rotate-30 {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    font-size: 18px;
    color: #393939;
    float: left;
    margin: 9px 15px 0 3px;
}
.bigP,
.bigP p {
    font-size: 17px;
    line-height: 30px;
}
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    width: 14px;
    color: #909090;
    padding-left: 5px;
    position: relative;
    background: #000!important;
    border: 1px solid #ebebeb;
}
input[type=number]::-webkit-inner-spin-button:before {
    -webkit-appearance: none;
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 18px;
    font-family: monospace;
    line-height: 19px;
    border-left: 1px solid #ebebeb;
    background: #f6f6f6!important;
}
input[type=number]::-webkit-inner-spin-button:after {
    -webkit-appearance: none;
    content: "-";
    position: absolute;
    right: 0;
    top: 17px;
    height: 18px;
    width: 20px;
    font-family: monospace;
    line-height: 19px;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    background: #f6f6f6!important;
}
.social {
    float: right;
    height: auto;
    width: 100%
}
.social a {
    color: #fff;
}
.social a:hover .social-box {
    color: #505050;
    background: #fff;
}
.social-box {
    font-size: 16px;
    border: 2px solid #fff;
    height: 34px;
    line-height: 32px;
    text-align: center;
    min-width: 34px;
    float: right;
    margin-left: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.social-box i {
    display: inline-block !important;
}
.titleBorder {
    color: #2b96cc;
    background: url(../img/threeline.png) repeat-x bottom;
    padding-bottom: 1px;
}
.m_parallax {
    background-attachment: fixed;
}
::-webkit-input-placeholder {
   color: #a5a5a5;
   opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
   color: #a5a5a5;
   opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #a5a5a5;
   opacity: 1;
}

:-ms-input-placeholder {
   color: #a5a5a5;
   opacity: 1;
}
/************************/
/* Header - Logo - Menu */
/************************/

header {
    padding: 0;
    background: #fff;
}
.medicom-header {
    min-height: 46px;
    position: relative;
    width: 100%;
    z-index: 9999;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.medicom-header ul {
    padding-top: 0px;
    -webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    -ms-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
}
.banner {
    text-align: center;
}
.logo {
    float: left;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.navbar-toggle {
    margin-top: 0px;
}
.navbar {
    margin-bottom: 0;
    padding: 15px 0;
    border: 0;
    -webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    -ms-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
}
.navbar.header-1 {
    padding: 0;
}
.medicom-header.header-1:before {
    width: 100%;
    height: 3px;
    background: url(../img/colourfull-line.jpg) repeat-x;
    content: "";
    display: block;
}
.is-sticky .medicom-header.header-1:before {
    height: 0;
}
.medicom-header.header-1:after {
    width: 100%;
    background: #F4F4F4;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
}
.navbar-collapse {
    padding-right: 0;
}
.navbar-nav>li>a {
    /* margin-left: 2px;
    padding: 6px 20px; */
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; */
}
.navbar-default .navbar-nav>li.firstitem.current-menu-item>a,
.navbar-default .navbar-nav>li.firstitem.current-menu-parent>a{
    color: #ffffff;
    background-color: #2b96cc;
}

#nav-menu-item-1454 .current-menu-item{
    background: #fff;
}
#nav-menu-item-1454 .current-menu-item:hover, #nav-menu-item-1454 .current-menu-item.selected{
    background: #0b9444;
    color: #fff
}
#nav-menu-item-1454 .current-menu-item:hover a, #nav-menu-item-1454 .current-menu-item.selected a{
    color: #fff
}


.dropdown-menu {
    border: 0;
    border-top: 4px solid #0daebd;
    min-width: 200px;
}
.dropdown-menu .dropdown:after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #f2f2f2;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #696969;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 22px;
    padding: 0;
}
.navbar-nav>li>.dropdown-menu li {
    padding: 0 15px 0 15px;
}
.navbar-nav>li>.dropdown-menu li:hover, .navbar-nav>li>.dropdown-menu li:hover a:focus, .navbar-nav>li>.dropdown-menu li.current-menu-item {
    background: #0b9444;
}
.navbar-nav>li>.dropdown-menu li:hover a {
    color: #ffffff;
}
.navbar-nav>li>.dropdown-menu li.current-menu-item a {
    color: #ffffff;
}
.navbar-nav>li:nth-child(3)>.dropdown-menu li.current-menu-item a {
    color: #727272;
}
.open>.dropdown-menu {
    display: none;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown-menu>li{
    border-top: 1px solid #dbdbdb;
}
.dropdown-menu>li>a {
    line-height: 2.428571;
    padding: 6px 40px 6px 1px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: none !important;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:active{
    background: none !important;
}
.dropdown-menu>li:first-child {
    border-top: 1px solid transparent;
}
.medicom-waypoint {
    -webkit-transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.dropdown-menu>.dropdown {
    position: relative;
}
.dropdown-menu>.dropdown>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    float: left;
    min-width: 200px;
    margin: -4px 0 0;
    padding-top: 0;
    list-style: none;
    font-size: 14px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: none;
}

/*************************/
/*     Header Style 2    */
/*************************/

.header-2 {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}
#medicom_header-sticky-wrapper{
    /* max-height: 89px; */
}
#medicom_header-sticky-wrapper .medicom-header {box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);}
.medicom-header.header-2:before {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    background: #2B96CC;
}
.nav > li i{
    display: none;
}
.header-2 a i {
    display: block;
}
.header-2 .logo {
    padding: 5px 0 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header-2 .navbar-nav>li>a {
    padding: 45px 10px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header-2 .navbar-nav>li.dropdown>ul {
    text-align: left;
}
.header-2 .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
}
.header-2 ul {
    padding-top: 0;
}
.header-2 ul.nav > li.firstitem.current-menu-ancestor > a:before,
.header-2 ul.nav > li.firstitem.current-menu-item > a:before,
.header-2 ul.nav > li.firstitem:hover > a:before {
    font-family: "FontAwesome";
    content: "\f067";
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -16px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding-top: 20px;
}
.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-item>a,
.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover,
.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus {
    color: #ffffff;
    background-color: #2b96cc;
}
.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a,
.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover,
.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus {
    color: #ffffff;
    background-color: #2b96cc;
}
.header-2 .navbar-default .navbar-nav>.open>a,
.header-2 .navbar-default .navbar-nav>.open>a:hover,
.header-2 .navbar-default .navbar-nav>.open>a:focus {
    background-color: #2b96cc;
    color: #ffffff;
}
.header-2 .dropdown-menu>li>a:hover,
.header-2 .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #2b96cc;
}
.header-2 .dropdown-menu {
    border: 0;
    border-top: 4px solid #2b96cc;
    background: #fff;
}
.header-2 .multi .dropdown-menu ul {
    padding: 0 25px 19px 20px;
}
.header-2 .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/*************************/


/*     Header Style 6    */


/*************************/

.header-6 span {
    color: #2b96cc;
}
header.header-6 {
    background: none;
    padding: 4px 0 0 0;
    position: fixed;
    width: 100%;
    z-index: 500;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.header-6 .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
.header-6 .navbar-nav {
    margin-top: 10px;
}
.header-6 .navbar {
    padding: 15px 0 0 0;
}
.header-6 .navbar-default {
    background: none;
    border-bottom: 2px solid #fff;
}
.header-6 li.firstitem {
    margin-left: 4px;
}
.header-6 li.firstitem.current-menu-item,
.header-6 li.firstitem.current-menu-parent {
    border-bottom: 5px solid #fff;
}
.header-6 li.firstitem:hover {
    border-bottom: 5px solid #fff;
}
.home .header-6 li.firstitem:hover {
    border-bottom: 5px solid #fff;
    margin-bottom: -5px;
}
.header-6 .navbar-nav>li>a {
    padding: 6px 40px 20px 0;
    color: #fff;
    margin-left: 0;
    text-transform: uppercase;
}
.header-6 .navbar-default .navbar-nav>.firstitem.current-menu-item>a,
.header-6 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover,
.header-6 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus {
    color: #fff;
    background: none;
}
.header-6 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a,
.header-6 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover,
.header-6 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus {
    color: #fff;
    background: none;
}
.header-6 .navbar-default .navbar-nav>li>a {
    color: #fff;
}
.header-6 .navbar-default .navbar-nav>.open>a,
.header-6 .navbar-default .navbar-nav>.open>a:hover,
.header-6 .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #fff;
}
.header-6 .dropdown-menu>li>a:hover,
.header-6 .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background: none;
}
.header-6 .navbar-default .navbar-nav>li>a:hover,
.header-6 .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background: none;
}
.header-6 .dropdown-menu {
    border: 0;
    border-top: 4px solid #2b96cc;
}

/* Header Easy */

.header-6 .dropdown-menu {
    border-top: none;
}
.header-6 .navbar-nav>li>.dropdown-menu {
    margin-top: 6px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.header-6 .dropdown-menu {
    background: #fff;
}
.header-6 .dropdown-menu li {
    padding: 0 17px;
}
.header-6 .dropdown-menu>li>a {
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
}
.header-6 .dropdown-menu > li:last-child > a {
    border-bottom: 0 !important;
}
.header-6 .dropdown-menu>li>a:hover,
.header-6 .dropdown-menu>li>a:focus {
    color: #2b96cc;
}

/* Header Classic */

.header-1 .dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #fff;
    color: #2b96cc;
}
.header-1 .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.header-1 .dropdown-menu {
    background: #fff;
    border-top: 6px solid #2B96CC;
}
.header-1 .dropdown-menu li {
    padding: 0 17px;
}
.header-1 .dropdown-menu>li>a {
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
}
.header-1 .dropdown-menu > li:last-child > a {
    border-bottom: 0 !important;
}

/************************/


/* MEGA DROPDOWN MENU   */


/************************/

.multi.dropdown {
    position: static;
}
.multi .dropdown-menu .dropdown:after {
    content: "";
}
.navbar-right .dropdown-menu.multimenu {
    right: 0;
    left: auto;
    padding-top: 18px;
    padding-bottom: 50px;
}
.multi > ul {
    width: 100%;
    left: 0!important;
    top: 100%;
    margin-top: 0!important;
    overflow: hidden;
    padding: 0 15px !important;
}
.multi.dropdown > ul > li {
    width: 25%;
    float: left;
}
.multi.dropdown > ul ul.dropdown {
    margin: 0;
    padding: 0;
    display: block!important;
    position: relative !important;
    top: auto;
    left: auto;
}
.multi.dropdown .dropdown-menu>.dropdown>.dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    display: block !important;
}
.multi .dropdown-menu>li>a {
    border: none !important;
    font-size: 22px;
    font-weight: 600;
}
.multi .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 19px;
}
.multi .dropdown-menu ul li {
    padding: 0;
}
.multi .dropdown-menu ul li a {
    color: #707070;
    border-bottom: 1px solid #E0E0E0;
    padding: 11px 0;
    display: block;
}
.multi .dropdown-menu ul li a:hover {
    color: #2b96cc;
}

/************************/


/*    General Assets    */


/************************/

button.search-icon {
    background: #2B96CC;
}

/* Full Style 1 */

.fullstyle {
    background: #2B96CC;
    padding-bottom: 80px;
    padding-top: 40px;
}
.fullstyle h3 {
    font-size: 30px;
    font-weight: 600;
}
.fullstyle p {
    font-size: 18px;
    margin-bottom: 25px;
}
.fullstyle i {
    font-size: 50px;
    color: #fff;
}

/* Full Style 2*/

.fullstyle2 {
    padding-top: 40px;
}
.fullstyle2 h3 {
    font-size: 30px;
    font-weight: 600;
}
.fullstyle2 p {
    font-size: 16px;
}
.fullstyle2 i {
    font-size: 50px;
}
.fullstyle2 .tablepress [class*=column]+[class*=column]:last-child {
    float: right;
}
.fullstyle2 tr {
    border-bottom: 1px solid #F1F1F2;
}

/* Counters */

.counter h1 {
    font-size: 80px;
}
.counter h6 {
    font-size: 28px;
}
.medicom_title_icon {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.medicom_title_container {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    margin: 0 auto;
    color: #fff;
}
.medicom_title_icon i {
    font-size: 2em;
    color: #fff;
    line-height: 62px;
}
.medicom_standard_icon {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.medicom_standard_icon i {
    font-size: 2em;
    color: #fff;
    line-height: 62px;
}
.theme-default .nivo-controlNav a {
    display: none!important;
}
.theme-default .nivo-directionNav a {
    width: 42px !important;
    height: 38px !important;
}
.theme-default a.nivo-nextNav {
    background-position: -42px 0 !important;
}

/* Element Container */

.bg-color {
    padding-top: 40px;
    padding-bottom: 40px;
}
.bg-color .bg-color {
    padding-top: 40px;
}
.caption {
    position: relative;
    padding: 110px 0;
    text-align: center;
    color: #fff;
    height: 316px;
    background: url(../img/blue-overlay.png), url(../img/caption.jpg) no-repeat center;
    margin-bottom: 40px;
}
.caption h1 {
    text-transform: none;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 0 !important;
}
.page-template-our-service-php .wpb_single_image .vc_single_image-wrapper {
    display: block;
    max-width: 100%;
    text-align: center;
}
.page-template-our-service-php .wpb_single_image .vc_single_image-wrapper img{
    margin: 0 auto;
}
.caption p {
    font-size: 18px;
    margin: 5px 0 0 0;
}
.page-template-custom-template-php .caption {
    margin-bottom: 40px;
}
.medicom_video {
    position: relative;
}
.slider {
    padding-top: 0!important;
    padding-bottom: 0!important;
    border-bottom: 0!important;
}
.none-color {
    border: 0;
}
.video_back {
    position: absolute;
    top: 0;
    left: 0;
}
.video_back video {
    min-width: 100%;
    min-height: 100%;
}
.video_back video::-webkit-media-controls {
    display: none !important;
}
.video_back video::-webkit-media-controls-enclosure {
    display: none !important;
}

/* Background */

.asset-bg {
    background: #2b96cc;
}
.footer-copyright {
    background: #0c6666;
}
.white {
    background: #fff;
}
.greyshop {
    background: #ececec;
}
.grey {
    background: #fbfbfb;
}
.greypricing {
    background: #535252;
}
.black {
    background: #161616;
}
.back-inherit {
    background: #fff;
}
.blackgrey {
    background: #474747;
}
.darkgrey {
    background: #f4f4f4 !important;
}
.greyclient {
    background: #f7f7f7;
}
.flex-control-nav li {
    margin: 0 2px;
}
.teal-highlight {
    background: #2b96cc;
    color: #fff;
    padding: 2px;
}
.black-highlight {
    background: #000;
    color: #fff;
    padding: 2px;
}
.yellow-highlight {
    background: #ffff00;
    padding: 2px;
}
.font-italic {
    font-style: italic;
}
.font-bold {
    font-weight: 600;
}
.form-control {
    border: 1px solid #ebebeb;
}

.contact-container .bigP h1{
    color: #fff;
}

/* Contact Form 7 */

div.wpcf7 {
    margin-bottom: 30px;
}
.wpcf7-form {
    color: #A5A5A5;
}
.wpcf7-hidden ~ br{
    display: none;
}
.wpcf7-form textarea {
    resize: none;
    /* height: 48px; */
}
.page-template-contact textarea, .home textarea{
    height: 200px;
}
.wpcf7 form.init .wpcf7-response-output{ display: none; }
div.wpcf7-response-output {
    margin: 20px 0;
    padding: 0.7em 1em;
    border-radius: 4px;
}
.page-template-Insurance div.wpcf7-response-output{
    display: none!important;
}
div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14;
}
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
    display: none!important;
}
.wpcf7-not-valid {
    border-color: #f31c2b!important;
    box-shadow: 0 0 15px 1px #f31c2b !important;
}
.medicom-forms.wpcf7-not-valid:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(186,97,101, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(186,97,101, 0.6);
}
div.wpcf7 img.ajax-loader {
    display: inline;
    margin-left: 10px;
}
.wpcf7-list-item-label {
    color: #7d7d7d!important;
    font-weight: normal!important;
    font-size: 15px;
}
.wpcf7-back {
    width: auto;
}
.wpcf7-radio{
    display: inline-block;
    margin-bottom: 15px;
}

/* Datepicker */

.ui-datepicker {
    font-family: 'Fauna One', sans-serif;
    border-color: 1px solid #d3d3d3;
}
.ui-datepicker .ui-widget-header {
    background-image: none;
    background-color: #efefef;
    border-radius: 0;
    border: none;
}
.ui-datepicker .ui-datepicker-title select {
    font-weight: normal;
    font-size: 0.8em;
    padding: 2px 0;
    border: none;
    margin: 0 2px;
    width: 48%;
}
.ui-datepicker th {
    color: $secondary-color;
}
.ui-datepicker .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-image: none;
}

/* Newsletters */

.newsletters h2 {
    margin-top: 2px;
}
.newsletters .medicom-feature-list li {
    display: block;
}

/* Breadcrumbs */

.breadcrumbs{
    padding-left: 15px;
}
.cf{
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.cf:before, .cf:after {
  content: ' ';
  display: table;
}
.cf:after {
  clear: both;
}

.title {
  padding: 50px 0;
  font: 24px 'Open Sans', sans-serif;
  text-align: center;
}

.breadcrumbs li {
  float: left;
  width: 32%;
}

.breadcrumbs a {
  position: relative;
  display: block;
  padding: 20px 0;
  padding-right: 0 !important;
  font-family: 'Source Sans Pro', sans-serif;
  /* important overrides media queries */
  font-size: 25px;
  text-transform: uppercase;
  color: #0b6666;
  cursor: default;
}

.breadcrumbs a span{
  color: #0b6666;
}

.breadcrumbs a small{
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-transform: none;
    font-weight: normal;
    position: relative;
    top: -8px;
}

.breadcrumbs a:hover {
  background: #eee;
}

.breadcrumbs a.done {
  background-color: #e1ffc4;
}

.breadcrumbs a.done small{
    color: #0b6666;
}

.breadcrumbs a.inactive {
  background-color: #eaeaea;
}

.breadcrumbs a.inactive small{
    color: #848484;
}

.breadcrumbs a.active {
  background-color: #f9eecd;
}

.breadcrumbs a.active small{
    color: #d1a216;
}

.breadcrumbs a.done .num{
    background: #76b737;
}

.breadcrumbs a.active .num{
    background: #fec51a;
}

.breadcrumbs a.inactive .num{
    background: #8f8f90;
}

.breadcrumbs a .num::before{
    content: '';
    border-radius: 50%;
    border: 3px solid #848484;
    background: transparent;
    width: 66px;
    height: 66px;
    display: inline-block;
    top: -4px;
    left: -4px;
    position: absolute;
}

.breadcrumbs a.done .num::before{
    border-color: #76b737;
}

.breadcrumbs a.active .num::before{
    border-color: #fec51a;
}

.breadcrumbs a.inactive .num::before{
    border-color: #8f8f90;
}

.breadcrumbs a .num {
    font-size: 45px;
    line-height: 18px;
    color: #fff;
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 18px;
    font-weight: bold;
    float: left;
    margin-right: 20px;
    margin-left: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

.breadcrumbs li:first-child a .num{
    margin-left: 30px;
}

.breadcrumbs a:before,
.breadcrumbs a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 32px solid transparent;
}

.breadcrumbs a:before {
  margin-left: 3px;
  border-left-color: #fff;
}

.breadcrumbs a.done:after {
  border-left-color: #e1ffc4;
}

.breadcrumbs a.inactive:after {
  border-left-color: #eaeaea;
}

.breadcrumbs a.active:after {
  border-left-color: #f9eecd;
}

@media (max-width: 720px) {
  .breadcrumbs a {
    padding: 15px;
}

.breadcrumbs a:before,
.breadcrumbs a:after {
    border-top-width: 26px;
    border-bottom-width: 26px;
    border-left-width: 13px;
}
}
@media (max-width: 620px) {
  .breadcrumbs a {
    padding: 10px;
    font-size: 12px;
}

.breadcrumbs a:before,
.breadcrumbs a:after {
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 11px;
}
}
@media (max-width: 520px) {
  .breadcrumbs a {
    padding: 5px;
}

.breadcrumbs a:before,
.breadcrumbs a:after {
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 8px;
}

.breadcrumbs li a span:first-child {
    display: block;
    margin: 0 auto;
}

.breadcrumbs li a span:last-child {
    display: none;
}
}

/* Loading Div */
#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   display: block;
   background-color: #fff;
   z-index: 999999;
   text-align: center;
   overflow: hidden;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: 25px;
  z-index: 100;
}

.pp_social, .pp_nav {display: none!important;}

.why-jag{
    background-size: 100%;
    background-position: center;
}
.why-jag .abs_image img{
    width: 260px;
    height: 260px;
}
.absolute_image{
    z-index: 99;
    position: relative;
}
.absolute_image p{
    color:#0b6666;
    line-height: 30px;
}
.absolute_image a{
    display: block;
}
.why-jag .abs_image{
    border-radius: 50%;
    box-shadow: 0 0 13px -5px #000;
}
.why-jag .wpb_wrapper .absolute_image a p:hover{
    color:#76b737;
}
.cosmetic, .general, .Braces{
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 50%;
    height: 260px;
    position: absolute;
    top: 0;
    width: 260px;
    display: none;
    z-index: 999;
}
.cosmetic ul, .general ul, .Braces ul{
    margin-left: 14px;
    margin-top: 40px;
}
.cosmetic ul li, .general ul li, .Braces ul li{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.cosmetic ul{
    margin-top: 70px !important;
    margin-left:30px !important;
}
.cosmetic ul li{
    margin-bottom: 5px !important;
}
.general{
    margin-top:60px;
    margin-left: -4px;
}
.Braces{
    margin-top:100px;margin-left:-9px;
}
.Braces ul{
    margin-left: 40px !important;
    margin-top: 105px !important;
}

/* Appointment Form */
.page-template-online-patient-registration .wpcf7-form input[type="submit"], .page-template-spouse-information .wpcf7-form input[type="submit"], .page-template-Insurance .wpcf7-form input[type="submit"]{
    width: 110px;
}

.page-template-online-patient-registration div.wpcf7 img.ajax-loader,  .page-template-spouse-information div.wpcf7 img.ajax-loader, .page-template-Insurance div.wpcf7 img.ajax-loader{
    position: absolute;
    top: 17px;
    right: 130px;
}
.page-template-our-service .wpb_content_element h2{
    margin-top: 0px;
}
.page-template-our-service .wpb_content_element h2.wpb_singleimage_heading{
    margin-top: 0px;
}
.page-template-our-service .firstH2 h2{
    padding-top: 0;
    margin-top: 2px;
}

/* Custom Menu Widget */

.widget_nav_menu,
.menu-widget {
    border-bottom: 4px solid #d2d2d2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.widget_nav_menu h2,
.menu-widget h4 {
    font-weight: 600;
    margin-bottom: 0px !important;
    font-size: 24px;
    background-color: #2b96cc;
    padding-left: 15px;
    margin: 0;
    line-height: 48px;
    color: #FFFFFF;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.widget_nav_menu a,
.menu-widget a {
    padding-left: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #515151;
    display: block;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.widget_nav_menu ul,
.menu-widget ul {
    font-size: 18px;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
}
.widget_nav_menu ul li,
.menu-widget ul li {
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    line-height: 14px;
    margin: 0;
    list-style: none;
}
.sub-menu {
    display: none;
}
.widget_nav_menu ul li:hover .sub-menu,
.menu-widget ul li:hover .sub-menu {
    display: block;
}
.widget_nav_menu ul li:hover,
.menu-widget ul li:hover {
    cursor: pointer;
    color: #2b96cc;
}
ul.sub-menu li a {
    padding-left: 50px;
    font-size: 16px;
}
ul.sub-menu li:hover,
ul.sub-menu li:active {
    background: #fff;
}
ul.sub-menu li:hover a,
ul.sub-menu li:active {
    color: #2b96cc;
}
.widget_nav_menu a:before,
.menu-widget a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
}
.widget_nav_menu .current-menu-ancestor .sub-menu {
    display: block;
}
.widget_nav_menu li.current-menu-item {
    background: #fff;
}

/* Buton ***************************************/

.buton-text a {
    color: #fff;
    font-size: 13px;
    font-family: 'Source Sans Pro';
}

/* Code for blog read more text */

.buton-text a:hover {
    color: #fff;
    font-size: 13px;
    font-family: 'Source Sans Pro';
}

/* Code for blog read more text */

.buton {
    font-size: 16px;
    font-weight: 600;
    border: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 15px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 5px 0 5px 0;
}
.woocommerce-page .buton {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.buton a:link {
    color: #f9faf9;
    text-decoration: none;
    font-weight: 600;
}
.buton a:visited {
    color: #f9faf9;
    text-decoration: none;
}
.buton a:hover {
    color: #f9faf9;
    text-decoration: none;
}
.buton:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.buton:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

/* Size of Button */

.buton-large {
    padding: 19px 32px 19px 32px !important;
    font-size: 16px !important;
}
.buton-medium {
    padding: 17px 32px 17px 32px !important;
    font-size: 15px !important;
}
.buton-small {
    padding: 14px 32px 14px 32px !important;
    font-size: 14px!important;
}
.buton-mini {
    padding: 10px 21px 12px 21px !important;
}
.buton-mini:hover {
background:#0b9444;
}

/* Button Color */

.b_asset {
    background: #2b96cc;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.b_blue {
    background: #2b96cc;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.b_white {
    background: #ffffff;
}
.b_inherit {
    background: #2b96cc;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.b_pink {
    background: #ff048c;
}
.b_green {
    background: #76b737;
}
.b_green-1 {
    background: #76b737;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.b_orange {
    background: #ff9c00;
}
.b_orange-1 {
    background: #ff9c00;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.b_orange-1-dark {
    background: #e97528;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.b_purple {
    background: #c74a73;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.b_darkgrey {
    background: #535252;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.b_black {
    background: #3d3d3d;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.b_dusty {
    background: #676767;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.b_red {
    background: #e54242;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.b_teal {
    background: #2b96cc;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.b_grey {
    background: #8c8c8c;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.b_darkgrey-1 {
    background: #303030;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.red-color {
    color: #e54242;
}
.green-color {
    color: #76b737;
}
.orange-color-dark {
    color: #e97528;
}
.orange-color {
    color: #ff9c00;
}
.purple-color {
    color: #c74a73;
}
.grey-color {
    color: #8c8c8c;
}
.darkgrey-color {
    color: #303030;
}

/* All Button Effect */


/* Left to right transition effect */

.buton-1:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.buton-1:hover,
.buton-1:active {
    color: #fff;
}
.buton-1:hover:after,
.buton-1:active:after {
    width: 100%;
}

/* Top to bottom transition effect */

.buton-2:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.buton-2:hover,
.buton-2:active {
    color: #fff;
}
.buton-2:hover:after,
.buton-2:active:after {
    height: 100%;
}

/* Fade effect */

.buton-3:hover,
.buton-3:active {
    color: #fff;
    background: #505050;
}

/* Middle to side effect */

.buton-4 {
    overflow: hidden;
}
.buton-4:after {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    background: #505050;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.buton-4:hover,
.buton-4:active {
    color: #fff;
}
.buton-4:hover:after {
    width: 90%;
    background: #000;
    opacity: 0.1;
}
.buton-4:active:after {
    width: 101%;
    opacity: 1;
}

/* Middle to corners effect */

.buton-5 {
    overflow: hidden;
}
.buton-5:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #505050;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.buton-5:hover,
.buton-5:active {
    color: #fff;
}
.buton-5:hover:after {
    height: 260%;
    opacity: 1;
}
.buton-5:active:after {
    height: 400%;
    opacity: 1;
}

/*  Middle to top and bottom effect */

.buton-6 {
    overflow: hidden;
}
.buton-6:after {
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #505050;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.buton-6:hover,
.buton-6:active {
    color: #fff;
}
.buton-6:hover:after {
    height: 75%;
    opacity: 1;
}
.buton-6:active:after {
    height: 130%;
    opacity: 1;
}
.pagination-container {
    text-align: center;
}
.page-numbers>li>a,
.page-numbers>li>span {
    padding: 5px 10px;
}
.page-numbers>.current>a,
.page-numbers>.current>span,
.page-numbers>.current>a:hover,
.page-numbers>.current>span:hover,
.page-numbers>.current>a:focus,
.page-numbers>.current>span:focus {
    background: #2b96cc;
    border-color: #2b96cc;
}
.page-numbers .current,
.page-numbers .current:hover {
    background: #2b96cc;
    border-color: #2b96cc;
    color: #fff;
}
.post-pagination span {
    padding: 5px 10px;
    border: 1px solid #dddddd;
}
.home.blog .pagination-container {
    text-align: left;
}
.list-none {
    list-style: none;
    margin-top: 15px;
    margin-left: 0;
    padding-left: 0;
}
.list-none li {
    margin-top: 10px;
}
.list-none i {
    margin-right: 10px;
    color: #2b96cc;
    font-size: 11px;
}
.list-none.li-size li {
    font-size: 16px;
    margin-top: 18px;
}

/*** Classic Tabs ***/

.tabs-classic h3 {
    margin-bottom: 30px;
}
.tabs-classic .tab-content {
    border: 1px solid #f5f5f5;
    background: #fff;
    padding: 30px 30px 50px 15px;
}
.tabs-classic .tab-content img {
    margin-left: 20px;
    margin-right: 20px;
}
.tabs-classic .nav-tabs>li.active>a,
.tabs-classic .nav-tabs>li.active>a:hover,
.tabs-classic .nav-tabs>li.active>a:focus,
.tabs-classic .nav-tabs>li>a:hover {
    border: 1px solid #f5f5f5;
    border-color: #f5f5f5 #f5f5f5 #fff #f5f5f5;
    background: #fff;
    color: #2b96cc;
}
.tabs-classic .nav-tabs {
    border-bottom: 0;
}
.tabs-classic .nav-tabs>li>a {
    background: #f6f6f6;
    font-weight: 600;
    font-size: 13px;
    color: #797979;
    border: 1px solid #f5f5f5;
}

/*** Accordion ***/

.accordion h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
.accordion .panel-title>a {
    font-family: 'Source Sans Pro';
    font-size: 13px;
    color: #545454;
    display: block;
}
.accordion .panel-default>.panel-heading {
    padding: 12px 15px;
    background: #fff;
}
.accordion .panel-body {
    font-family: 'Source Sans Pro';
    font-size: 13px;
    color: #6e6e6e;
    padding: 25px 16px;
}
.accordion .panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #f5f5f5;
}
.accordion .panel-default {
    border-color: #f5f5f5;
}
.accordion .panel-group .panel+.panel {
    margin-top: 1px;
}
.accordion .panel-default>.panel-heading:hover {
    background: #2b96cc;
}
.accordion .panel-default>.panel-heading i {
    font-size: 20px;
    color: #2b96cc;
    margin-top: 2px;
    margin-right: 15px;
}
.accordion .panel-default>.panel-heading:hover i,
.accordion .panel-default>.panel-heading:hover .panel-title a {
    color: #fff;
}
.accordion .panel-title>a,
.accordion .panel-default>.panel-heading,
.accordion .panel-default>.panel-heading i {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.featured-accordion {
    margin-top: 30px;
}

/*** Notification ***/

.notification h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
.notification .alert {
    font-size: 13px;
    padding: 14px 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-weight: 600;
    margin-bottom: 8px;
}
.notification .alert i {
    margin-top: 3px;
    margin-right: 12px;
}
.notification .alert-success {
    background-color: #c3de7a;
    border-color: #b0c383;
    color: #7ea120;
}
.notification .alert-info {
    background-color: #89d4db;
    border-color: #84b5b9;
    color: #3f9da6;
}
.notification .alert-warning {
    background-color: #f9df8a;
    border-color: #d5c893;
    color: #ceae46;
}
.notification .alert-danger {
    background-color: #e57e7e;
    border-color: #aa635f;
    color: #ac4444;
}

/************************/


/*          FAQ         */


/************************/

.toggle {
    cursor: pointer;
    font-size: 14px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    clear: both;
    color: #fff;
    line-height: 42px;
    padding-left: 51px;
    margin-bottom: 0px;
    background: #2b96cc;
    /* Old browsers */
    background: url(../img/toggleplus.png) no-repeat 12px 15px, -moz-linear-gradient(left, #2b96cc 0%, #2b96cc 34px, #434343 34px);
    /* FF3.6+ */
    background: url(../img/toggleplus.png) no-repeat 12px 15px, -webkit-gradient(linear, left top, right top, color-stop(0%, #2b96cc), color-stop(34px, #2b96cc), color-stop(34px, #434343));
    /* Chrome,Safari4+ */
    background: url(../img/toggleplus.png) no-repeat 12px 15px, -webkit-linear-gradient(left, #2b96cc 0%, #2b96cc 34px, #434343 34px);
    /* Chrome10+,Safari5.1+ */
    background: url(../img/toggleplus.png) no-repeat 12px 15px, -o-linear-gradient(left, #2b96cc 0%, #2b96cc 34px, #434343 34px);
    /* Opera 11.10+ */
    background: url(../img/toggleplus.png) no-repeat 12px 15px, -ms-linear-gradient(left, #2b96cc 0%, #2b96cc 34px, #434343 34px);
    /* IE10+ */
    background: url(../img/toggleplus.png) no-repeat 12px 15px, linear-gradient(to right, #2b96cc 0%, #2b96cc 34px, #434343 34px);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2b96cc', endColorstr='#434343', GradientType=1);
    /* IE6-9 */
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.toggle.title-active {
    background: #434343;
    /* Old browsers */
    background: url(../img/toggleminus.png) no-repeat 12px 15px, -moz-linear-gradient(left, #434343 0%, #434343 34px, #2b96cc 34px);
    /* FF3.6+ */
    background: url(../img/toggleminus.png) no-repeat 12px 15px, -webkit-gradient(linear, left top, right top, color-stop(0%, #434343), color-stop(34px, #434343), color-stop(34px, #2b96cc));
    /* Chrome,Safari4+ */
    background: url(../img/toggleminus.png) no-repeat 12px 15px, -webkit-linear-gradient(left, #434343 0%, #434343 34px, #2b96cc 34px);
    /* Chrome10+,Safari5.1+ */
    background: url(../img/toggleminus.png) no-repeat 12px 15px, -o-linear-gradient(left, #434343 0%, #434343 34px, #2b96cc 34px);
    /* Opera 11.10+ */
    background: url(../img/toggleminus.png) no-repeat 12px 15px, -ms-linear-gradient(left, #434343 0%, #434343 34px, #2b96cc 34px);
    /* IE10+ */
    background: url(../img/toggleminus.png) no-repeat 12px 15px, linear-gradient(to right, #434343 0%, #434343 34px, #2b96cc 34px);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#2b96cc', GradientType=1);
    /* IE6-9 */
}
.toggle-content {
    display: none;
}
.toggle-content p {
    padding: 18px 5px 22px 1px;
    color: #616161;
}

/**************************/


/*  POST SLIDER       */


/**************************/

.post-slider .flex-direction-nav a {
    display: block;
    width: 40px;
    height: 50px;
}
.post-slider:hover .flex-prev {
    opacity: 0.7;
    left: 14px;
}
.post-slider:hover .flex-next {
    opacity: 0.7;
    right: 14px;
}
.post-slider:hover .flex-next:hover,
.post-slider:hover .flex-prev:hover {
    opacity: 1;
}

/************************/


/*   Services Section   */


/************************/

.services-1 {
    padding: 40px 15px 40px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    text-align: center;
}
.services-1 img {
    margin: auto;
}
.services-1 h4 {
    color: #4a4a4a;
    font-weight: normal;
}
.services-1 p {
    color: #8a8484;
}
.services-1 .holder {
    width: 114px;
    height: 114px;
    background: #f5f5f5;
    color: #b9b9b9;
    margin: 0 auto;
    line-height: 114px;
    padding-top: 15px;
    border-radius: 50%;
}
.services-1,
.services-1 h4,
.services-1 p,
.services-1 .holder {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.services-1:hover {
    background: #2b96cc;
}
.services-1:hover p {
    color: #fff;
}
.services-1:hover h4 {
    color: #fff;
    text-shadow: 0.1px 0.1px 1px #fff;
}
.services-1:hover .holder {
    background: #fff;
    color: #2b96cc;
}
.services-2 {
    width: 50%;
    float: left;
    min-height: 285px;
    padding: 30px 8.6%;
    background: transparent;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.services-2 img {
    margin: auto;
}
.services-2 h4 {
    color: #4a4a4a;
    font-weight: normal;
}
.services-2 p {
    color: #494949;
    font-size: 16px;
}
.services-2 .holder {
    width: 85px;
    height: 85px;
    background: #787878;
    color: #fff;
    margin: 0 auto;
    line-height: 85px;
    border-radius: 50%;
    border: 6px double #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.services-2 i {
    font-size: 38px;
    line-height: 80px;
}
.services-2:hover {
    background: #2B96CC;
}
.services-2:hover p,
.services-2:hover h4 {
    color: #fff;
}
.services-2:hover .holder {
    background: #2B96CC;
    border: 6px solid #fff;
}
.services-2:first-child {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.services-2:nth-child(4n+2) {
    border-bottom: 1px solid #e5e5e5;
}
.services-2:nth-child(4n+3) {
    border-right: 1px solid #e5e5e5;
}
.services-3 {
    text-align: center;
    background: transparent;
    padding: 40px 20px;
    border: 1px solid transparent;
}
.services-3 .holder {
    font-size: 16px;
    padding-left: 1px;
    padding-top: 11px;
    margin: 0 auto;
    color: #fff;
    width: 83px;
    height: 71px;
    line-height: 69px;
    background: #676767;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.services-3 .caret {
    border-top: 12px solid #676767;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-top: -11px;
}
.services-3 h4 {
    color: #676767;
}
.services-3 p {
    color: #676767;
}
.services-3 .b_inherit {
    background: #676767;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.services-3,
.services-3 .holder,
.services-3 .caret,
.services-3 h4,
.services-3 p,
.services-3 .b_inherit {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.services-3:hover {
    background: #fbfbfb;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.services-3:hover h4 {
    color: #2b96cc;
}
.services-3:hover .holder {
    background: #2b96cc;
}
.services-3:hover .caret {
    border-top: 12px solid #2b96cc;
}
.services-3:hover .b_inherit {
    background: #2b96cc;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.services-4 {
    margin-top: 35px;
    overflow: hidden;
}
.services-4 .holder {
    font-size: 40px;
    text-shadow: 0px 4px 0px rgba(150, 150, 150, 1);
    float: left;
    width: 75px;
    height: 78px;
    background-color: #2b96cc;
    line-height: 81px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.services-4 .services-4-content {
    float: left;
    width: 86%;
    padding-left: 20px;
}
.page-template-custom-template-right-php .services-4 .services-4-content,
.page-template-custom-template-left-php .services-4 .services-4-content {
    width: 79%;
}
.services-4 .services-4-content h4 {
    color: #616161;
    font-weight: bold;
    font-size: 20px;
    margin: 0px;
}
.services-4 .services-4-content p {
    font-size: 14px;
    color: #777777;
    padding-top: 12px;
    margin: 0px;
    margin-bottom: 3px;
}
.services-4 .services-4-content a {
    font-size: 14px;
    font-style: italic;
    color: #428bca;
}
.services-5 {
    padding: 0 15px 0 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: transparent;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.services-5 img {
    margin: auto;
}
.services-5 h4 {
    color: #fff;
    font-weight: normal;
}
.services-5 p {
    color: #fff;
}
.services-5 .holder {
    width: 66px;
    height: 66px;
    background: transparent;
    color: #fff;
    margin: 0 auto;
    line-height: 66px;
    padding-top: 5px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.services-5:hover .holder {
    padding-top: 1px;
    background: #fff;
    color: #2b96cc;
    border: 6px double #2b96cc;
}

/************************/


/*   Meet The Team      */


/************************/

.medicom-team {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin-top: 14px;
}
.medicom-team .team-title {
    margin: 10px 0 5px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.medicom-team .team-name {
    float: left;
}
.medicom-team .team-name p {
    color: #5d5d5d;
    font-size: 12px;
    margin: 0;
    line-height: 14px;
    margin-top: 1px;
}
.medicom-team .team-name span {
    font-size: 18px;
    font-weight: 900;
    margin-top: 0;
    line-height: 18px;
}
.medicom-team .team-social {
    padding-left: 0;
    text-align: center;
    display: inline-block;
    margin: 0 auto
}
.medicom-team .team-social .team-holder {
    list-style: none;
    color: #a7a7a7;
    float: right;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    margin-left: 6px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.medicom-team .team-content {
    padding-top: 5px;
}
.medicom-team .team-content p {
    font-size: 13px;
    color: #707070;
}
.medicom-team .team-social a {
    color: #929292;
    display: block;
}
.medicom-team .team-social .team-holder:hover a {
    color: #fff;
}
.medicom-team .team-social .team-holder.m_google:hover {
    background: #d3482d;
    color: #fff;
}
.medicom-team .team-social .team-holder.m_facebook:hover {
    background: #4b68b4;
    color: #fff;
}
.medicom-team .team-social .team-holder.m_tweet:hover {
    background: #22bbf4;
    color: #fff;
}
.medicom-team .team-social .team-holder.m_link:hover {
    background: #069;
    color: #fff;
}
.medicom-team.nosocial {
    border: 0;
    border-radius: 0;
    margin-bottom: 5px;
}
.medicom-team.nosocial {
    border-radius: 5px;
}
.medicom-team.nosocial .team-title {
    text-align: left;
}
.medicom-team.nosocial .team-name p {
    color: #8f8f8f;
}
.medicom-team .team-name p span {
    font-size: 22px;
    font-weight: 600;
}
.medicom-team.nosocial .team-thumb {
    position: relative;
}
.medicom-team.nosocial .team-social {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.medicom-team.nosocial .team-social .team-holder {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    ;
    background: #2B96CC;
    color: #fff;
    float: none;
    display: inline-block;
    margin: 0 7px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
}
.medicom-team.nosocial .team-social a {
    color: #fff;
}
.medicom-team.nosocial:hover .team-social {
    opacity: 1;
}
.medicom-team.nosocial .team-social .team-holder:first-child {
    -ms-transform: translateX(-50px);
    /* IE 9 */
    -webkit-transform: translateX(-50px);
    /* Chrome, Safari, Opera */
    -o-transform: translateX(-50px);
    transform: translateX(-50px));
}
.medicom-team.nosocial .team-social .team-holder:last-child {
    -ms-transform: translateX(50px);
    /* IE 9 */
    -webkit-transform: translateX(50px);
    /* Chrome, Safari, Opera */
    -o-transform: translateX(50px);
    transform: translateX(50px);
}
.medicom-team.nosocial:hover .team-social {
    opacity: 1;
}
.medicom-team.nosocial:hover .team-social .team-holder:first-child {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    -o-transform: translateX(0);
    transform: translateX(0px);
}
.medicom-team.nosocial:hover .team-social .team-holder:last-child {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    -o-transform: translateX(0);
    transform: translateX(0px);
}

/************************/


/*     Price Table      */


/************************/

.medicom-table {}
.medicom-table .back-inherit {
    background: #2b96cc;
}
.medicom-table .b_asset {
    margin: 10px 0;
}
.medicom-table .b_black {
    padding: 0 20px;
    margin: 10px 0;
}
.price-line {
    position: relative;
    width: 100%;
    margin-top: 80px;
    padding-top: 57px;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    border-radius: 5px 5px 0 0;
}
.price-line p {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
    color: #fbfbfb;
}
.price-line .period {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #e8e8e8;
}
.price-line .price {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    padding-top: 22px;
    border-radius: 100%;
    background: inherit;
    line-height: 40px;
    z-index: 4;
}
.price-line .price .mcurrency {
    vertical-align: top;
    color: #fff;
    font-weight: 600;
}
.price-line .price .money {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
}
.price-line .price .cent {
    color: #fff;
}
.medicom-line {
    background: #fff;
    border-bottom: 1px dashed #e1e1e1;
    color: #535252;
    line-height: 54px;
    text-align: center;
}
.medicom-line p {
    margin: 0;
}
.medicom-table .b_inherit {
    background: #2b96cc;
    padding: 0 20px;
    margin: 10px 0;
}
.medicom-line .buton {
    line-height: 16px;
    font-weight: 600;
    color: #fbfbfb;
}
.parallax-price-tables {
    background: url(../content/banner/parallax/parallax3.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: none;
}

/************************/


/*   Call to Action     */


/************************/

.call-to-action {
    text-align: center;
}
.call-to-action h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #545353;
    font-size: 32px;
    -webkit-font-smoothing: antialiased;
}
.call-to-action p {
    font-size: 16px;
    color: #595959;
    -webkit-font-smoothing: antialiased;
}
.asset-bg .call-to-action p,
.asset-bg .call-to-action h2 {
    color: #fff;
}
.asset-bg .call-to-action a {
    color: #2b96cc;
}
.call-to-action .buton {
    margin-right: 10px;
}
.call-to-action-2 {
    margin-bottom: -25px;
    margin-top: -50px;
    padding-top: 25px;
    padding-bottom: 1px;
    color: #fff;
}
.call-to-action-2 h4 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 0px;
}
.call-to-action-2 p {
    font-weight: 300;
}
.call-to-action-2 .buton {
    color: #474747;
    font-weight: 600;
    font-size: 16px !important;
    margin-top: 20px;
    border: none;
}
.call-to-action-2 .buton>i {
    margin-right: 10px;
    vertical-align: bottom;
    line-height: 22px;
}

/*************************************/


/*     Latest Blog for Homepage      */


/*************************************/

.blog-widget .latest-post {
    padding-top: 20px;
    overflow: hidden;
}
.blog-widget .post-date {
    width: 55px;
    float: left;
    padding-top: 10px;
    text-align: center;
}
.blog-widget .post-day {
    font-size: 26px;
    font-weight: 700;
    color: #636363;
    width: 55px;
    border: 1px solid #e3e3e3;
    line-height: 58px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url(../img/day.png) repeat-x bottom;
}
.blog-widget .post-month {
    color: #989898;
    font-size: 12px;
    text-transform: uppercase;
}
.blog-widget .post-content {
    width: 85%;
    float: left;
    margin-left: 18px;
}
.blog-widget h2 {
    margin-bottom: 25px !important;
}
.blog-widget .post-content i {
    color: #898989;
    margin: 3px 3px 0 0;
}
.blog-widget .comments {
    color: #707070;
    font-size: 13px;
    font-weight: 700;
}
.blog-widget .post-intro a {
    font-weight: 700;
}

/********************/


/* Recent Slider */


/*****************/

.blog-widget {
    position: relative;
}
.blog-widget .caroufredsel_wrapper {
    width: 100% !important;
}
.latest-post-slider {
    position: relative;
    display: block;
    padding-right: 55px;
    border-right: 1px solid #6c6c6c;
    width: 97% !important;
}
.latest-post-slider .post-item {
    margin-top: 10px;
    margin-bottom: 16px;
    margin-right: 19px;
    padding: 15px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    display: block;
    position: relative;
    min-height: 126px;
}
.latest-post-slider .post-item:before {
    font-family: FontAwesome;
    background: #6c6c6c;
    text-align: center;
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #fff;
    top: 35%;
    right: -93px;
    position: absolute;
    border-radius: 100%;
}
.latest-post-slider .format-standard.post-item:before {
    content: "\f016";
}
.latest-post-slider .format-gallery.post-item:before {
    content: "\f03e";
}
.latest-post-slider .format-video.post-item:before {
    content: "\f03d";
}
.latest-post-slider .format-audio.post-item:before {
    content: "\f001";
}
.latest-post-slider .minithumbnail {
    float: left;
    margin-right: 15px;
    width: 96px;
    height: 96px;
    border-radius: 5px;
}
.latest-post-slider .blog-content {
    position: relative;
    overflow: visible;
}
.latest-post-slider .blog-content:before {
    background: url(../img/pointing-arrow.png) no-repeat;
    content: "";
    display: block;
    width: 13px;
    height: 18px;
    position: absolute;
    right: -28px;
    top: 40%;
}
.latest-post-slider h4.blog-title {
    margin: 0 0 5px;
}
.latest-post-slider h4.blog-title a {
    font-weight: 400;
    color: #373737;
    font-size: 21px;
}
.latest-post-slider p.blog-meta {
    margin: 0 0 3px;
    font-size: 13px;
    color: #727272;
}
.latest-post-slider a {
    font-size: 11px;
}
.blog-widget .slide-pagination {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 0;
}
.blog-widget .slide-pagination a {
    background: #434343;
    width: 25px;
    height: 5px;
    display: inline-block !important;
    margin: 0 1px;
}

}
.blog-widget .disabled {
    background: #2B96CC;
}
.blog-widget .slide-pagination a.disabled,
.blog-widget .slide-pagination a:hover {
    background: #2B96CC;
}

/************************/

/*      Testimonial     */

/************************/
.happyclients {
    width: 100%;
    height: auto;
    padding: 40px 0 80px 0;
    overflow: hidden;
    position: relative;
}
.happyclients .flex-control-nav {
    left: 0;
}
.testimonial {
    border: 1px solid #f3f3f3;
    outline: 1px solid #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    padding: 30px 50px 20px 60px;
    background: url(../img/coma.png) no-repeat 20px 20px, url(../img/coma-rotate.png) no-repeat bottom 40px right 20px;
    margin-top: 30px;
}
.clientphoto {
    margin-top: 25px;
}
.clientphoto img {
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #dddddd;
    padding: 4px;
}
.byclient {
    font-size: 12px;
    padding: 5px 0 0 5px;
    text-align: center;
}
.happyclients .flex-control-nav {
    bottom: -50px;
}
.happyclientslider {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}
.happyclientslider .slides li {
    display: none;
}
.happyclientslider .byclient {
    font-size: 18px;
}
.happyclientslider .byclient span {
    font-size: 13px;
}
.clients-say {
    width: 76%;
    margin: 0 auto;
}
.clients-say h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}
.sVersion .happyclientslider {
    background: #fdfdfd;
    text-align: left;
    font-size: 16px;
    padding: 25px 30px;
}
.sVersion .clients-say h1 {
    font-size: 32px;
    font-weight: 300;
    background: url(../img/threeline.png) repeat-x bottom;
    padding-bottom: 11px;
    margin-bottom: 25px!important;
}
.sVersion .clients-say {
    width: 100%;
}
.sVersion img {
    margin-right: 30px;
    float: left;
}
.sVersion p {
    overflow: hidden;
}
.sVersion .clientname {
    font-size: 18px;
    padding-right: 2px;
    line-height: 40px;
}
.sVersion .job {
    color: #646464;
}
.happyclients.sVersion .flex-control-nav {
    bottom: 15px;
    left: 157px;
    text-align: left;
}

/************************/

/*    Blog Section      */

/************************/
.blog-wrapper {
    position: relative;
}
.blog-item,
.blog-sizer {
    width: 31%;
    float: left;
    margin-bottom: 36px;
}
.blog-item.n2 {
    width: 62%;
}
.blog-wrapper .blog-title,
.blog-item .blog-title a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 22px;
    color: #373737
}
.blog-wrapper .blog-title a:hover {
    color: #2b96cc;
}
.blog-wrapper .blog-thumbnail {
    position: relative;
    border-bottom: 4px solid #2b96cc;
}
.blog-wrapper .blog-type-logo {
    z-index: 999;
    overflow: hidden;
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
    border-bottom: 5px solid #2b96cc;
    width: 100%;
    height: 30px;
    background: transparent;
}
.blog-wrapper .half-round {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #2b96cc;
    margin: 0 auto;
    margin-top: 2px;
    padding-top: 3px;
    color: #fff;
}
.blog-wrapper .blog-content {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 20px 15px 10px 0;
}
.blog-wrapper .blog-content p {
    color: #616161;
    font-weight: 400;
    font-size: 13px;
}
.blog-wrapper .blog-intro {
    overflow: hidden;
}
.blog-wrapper .blog-content .blog-meta {
    font-size: 12px;
    font-weight: 300;
    color: #727272;
}
.blog-wrapper .blog-content .blog-meta a {
    color: #1d1d1d;
    font-weight: 400;
}
.blog-wrapper .blog-read {
    overflow: hidden;
}
.blog-wrapper .buton {
    font-weight: 600;
    margin-top: 10px;
}
.blog-wrapper .socialbox {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 6px;
    float: right;
    width: 37px;
    height: 37px;
    border: 1px solid #BEBCBC;
    border-radius: 100%;
    background: transparent;
    margin-right: 6px;
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
}
.blog-wrapper .socialbox i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #8c8c8c;
}
.blog-wrapper .social-widget a:hover .socialbox {
    background: #2b96cc;
}
.blog-wrapper .social-widget a:hover .socialbox i {
    color: #fff;
}
.blog-wrapper .social-widget .socialbox i {
    font-size: 16px;
}
.blog-wrapper .blog-share h4 {
    float: left;
}
.blog-wrapper .blog-share {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 10px 15px 54px 15px;
}

/************************/

/*    Blog-2 Section      */

/************************/
.blog-style-2 .blog-date {
    background: #2b96cc;
    position: relative;
    padding-top: 5px;
    text-align: center;
    width: 76px;
    float: left;
    overflow: hidden;
    margin: 10px 24px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.blog-style-2 .day {
    font-size: 44px;
    line-height: 44px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 0 2px;
    display: block;
}
.blog-style-2 .monthyear {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    margin: 2px 0 0 0;
    display: block;
}
.blog-style-2 .blog-date .comment-count {
    margin-top: 10px;
    padding: 5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid transparent;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.blog-style-2 .comment-count a {
    color: #fff;
    font-size: 15px;
}
.blog-style-2 .comment-count i {
    font-size: 15px !important;
}
.blog-style-2 .blog-item {
    width: 95%;
    float: none;
    margin-bottom: 30px;
}
.blog-style-2 .blog-title,
.blog-style-2 .blog-item .blog-title a {
    font-size: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.blog-style-2 .blog-item i {
    font-size: 11px;
}

/************************/

/*      Categories      */

/************************/
.blog-wrapper .blog-categories {
    border: 1px solid #f7f7f7;
    background: #fff;
    margin-bottom: 30px;
}
.blog-wrapper .blog-categories ul {
    margin: 0;
    padding: 0;
}
.blog-wrapper .blog-categories ul li {
    list-style: none;
    float: left;
}
.blog-wrapper .blog-categories ul li a {
    color: #585858;
    padding: 0 15px 0 20px;
    line-height: 40px;
}
.blog-wrapper .blog-categories ul li.current-cat a {
    color: #2b96cc;
}
.blog-wrapper .blog-categories ul li a:hover {
    color: #2b96cc;
}
.blog-style-3 .blog-sizer {
    width: 23%;
}
.blog-style-3 .blog-item {
    width: 23%;
    float: left;
    margin-bottom: 20px;
}

/*************************/

/*  Blog with Two Column */

/*************************/
.blog-style-two-column {
    position: relative;
    width: 100%;
}
.blog-style-two-column .post-sizer {
    width: 38%;
    float: left;
}
.blog-style-two-column .post-item {
    float: left;
    width: 38%;
    margin-bottom: 35px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.blog-style-two-column .post-item:nth-child(2n+2) {
    width: 57%;
}
.blog-style-two-column .blog-content {
    border: 1px solid #e1e1e1;
    border-top: 0;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 10px 15px 19px;
}
.blog-style-two-column .blog-date {
    background: #2b96cc;
    position: absolute;
    top: 0;
    padding: 5px 10.5px 10px 12.5px;
    text-align: center;
    z-index: 999;
}
.blog-style-two-column .day {
    font-size: 44px;
    line-height: 44px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 0 2px;
}
.blog-style-two-column .monthyear {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    margin: 2px 0 0 0;
}
.medicom-comments, .medicom-face{
    border: 2px solid #838381;
    border-radius: 50%;
    color: #838381;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
}
.social-widget a:hover i{
    border: 2px solid #76b737;
}
.social-widget a:hover i.medicom-face{
    border: 2px solid #3c5a99;
    color: #3c5a99;
}
/**************************/

/*  Blog without Sidebar  */

/**************************/
.blog-style-3 .blog-date {
    background: #2b96cc;
    position: relative;
    padding-top: 5px;
    text-align: center;
    width: 76px;
    float: left;
    overflow: hidden;
    margin: 10px 24px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.blog-style-3 .day {
    font-size: 44px;
    line-height: 44px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 0 2px;
    display: block;
}
.blog-style-3 .monthyear {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    margin: 2px 0 0 0;
    display: block;
}
.blog-style-3 .blog-date .comment-count {
    margin-top: 10px;
    padding: 5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid transparent;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.blog-style-3 .comment-count a {
    color: #fff;
    font-size: 15px;
}
.blog-style-3 .comment-count i {
    font-size: 15px !important;
}
.blog-style-3 .blog-item {
    width: 48%;
    float: left;
    margin-bottom: 30px;
    margin-right: 4%;
}
.blog-style-3 .blog-item:nth-child(2n+2) {
    margin-right: 0;
}
.blog-style-3 .blog-title,
.blog-style-3 .blog-item .blog-title a {
    font-size: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.blog-style-3 .blog-item i {
    font-size: 11px;
}

/*************************/

/*    Comment Section    */

/*************************/
ol.commentlist {
    padding-left: 0;
    margin-top: 30px;
    list-style: none;
}
ol.commentlist ul,
ol.commentlist ul li {
    list-style: none;
}
ol.commentlist li {
    border: 1px solid #ececec;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 3px 0 #ececec;
    -webkit-box-shadow: 0 3px 0 #ececec;
    -moz-box-shadow: 0 3px 0 #ececec;
    padding: 15px;
}
.media {
    margin-bottom: 30px;
}
.media-body {
    padding-left: 30px;
    background: #fff;
    border: 1px solid #fbfbfb;
    position: relative;
}
.media-heading {
    margin: 10px 5px 5px 0;
}
.comment-date a {
    color: #505050;
}
.logged-in-as {
    margin-left: 15px;
}
.comment-respond input#submit {
    color: #fff;
}
.comment-respond .buton {
    margin-left: 15px;
    margin-top: 15px;
}
.comment-respond form {
    margin-left: -15px;
    margin-top: 25px;
}
.comment-respond input {
    height: 40px;
    color: #333333;
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    border-color: #f7f7f7;
}
.comment-respond textarea {
    color: #333333;
    padding-left: 10px;
    border-radius: 5px;
    border-color: #f7f7f7;
}
.blog-wrapper .reply {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
}
.comment-reply-link {
    background-color: #4b4b4b;
    box-shadow: 0 3px 0 #161616;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    padding: 7px 15px 5px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}
.comment-reply-link:before {
    content: "\f112";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 14px;
    left: 0;
    font-weight: 400;
    margin-right: 7px;
}

/************************/

/*    Sidebar Section   */

/************************/
.sidebar {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.page-template-custom-template-left-php .sidebar {
    padding: 8px 15px 0 15px;
}
.page-template-custom-template-right-php .sidebar {
    padding: 8px 15px 0 15px;
}
.page-template-request-appointment .sidebar {
    padding: 8px 15px 0 15px;
}
.fixright {
    padding-left: 0 !important;
}
.sidebar-widget {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.sidebar-widget h2 {
    color: #fff!important;
    margin: 1px 0 27px 0;
    padding: 5px 10px;
    background: #328484;
}
.sidebar-widget h2 span {
    font-weight: 800;
}

/* Search Widget */
.sidebar-widget .search {
    width: 100%;
    padding: 12px 16px;
    background: #f0f0f0;
    position: relative;
    border-radius: 5px;
}
.sidebar-widget .search-query {
    width: 100%;
    padding-left: 12px;
    height: 42px;
    border: 1px solid #e9e9e9;
    font-style: italic;
    font-size: 13px;
}
.sidebar-widget .search-icon {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 9%;
    top: 18px;
    width: 30px;
    height: 30px;
    background: #888888;
    border-radius: 100%;
    color: #fff;
}
.search-icon a {
    color: #fff;
}

/* Popular Post */
.sidebar-widget .popular-post {
    margin: 23px 0 0 0;
    padding-bottom: 23px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
.sidebar-widget .popular-post img {
    height: 71px;
    width: 72px;
    float: left;
    margin-right: 14px;
    border-radius: 5px;
}
.sidebar-widget .popular-post h4,
.sidebar-widget .popular-post h4 a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #373737;
    font-weight: 600;
    text-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
}
.sidebar-widget .popular-post h4 a {
    font-size: 22px;
}
.sidebar-widget .popular-post h4 a:hover {
    color: #2b96cc;
}
.sidebar-widget .popular-post .popular-date {
    color: #727272;
    font-size: 12px;
    line-height: 21px;
    margin: 0;
}

/* Sidebar List */
.sidebar-widget ul {
    padding: 0;
    margin-top: 20px;
}
.sidebar-widget ul li {
    padding-bottom: 12px;
    list-style-type: none;
    font-size: 13px;
    width: 100%;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-left: 3px;
}
.sidebar-widget ul li:hover {
    padding-left: 5px;
}
.sidebar-widget ul li:before {
    content: "\f178";
    color: #6c6c6c;
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 18px;
    margin-right: 10px;
}
.sidebar-widget ul li i {
    font-size: 11px;
    padding-top: 3px;
    padding-right: 11px;
}
.sidebar-widget ul li a:hover i {
    color: #2b96cc;
}
.sidebar-widget ul li a {
    color: #7d7d7d;
    font-size: 16px;
}
.sidebar-widget ul li a:hover {
    color: #2b96cc;
}

/* Popular Tags */
.sidebar-widget .medicom-tag-cloud {
    overflow: hidden;
}
.sidebar-widget .medicom-tag-cloud ul {
    overflow: hidden;
}
.sidebar-widget .medicom-tag-cloud ul li {
    padding-left: 0;
    float: left;
    margin: 13px 5px 0 0;
    height: 37px;
    width: auto;
}
.sidebar-widget .medicom-tag-cloud ul li:before {
    content: "";
    padding: 0;
    margin: 0;
}
.sidebar-widget .medicom-tag-cloud ul li a {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 12px 22px;
    color: #616161;
    font-size: 13px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.sidebar-widget .medicom-tag-cloud ul li:hover a {
    border: 1px solid #2b96cc;
    color: #2b96cc;
}
.sidebar-widget .medicom-tag-cloud ul li:hover {
    padding-left: 0;
}

/* Subscribe Mini */
.sidebar-widget .subscribe-mini .email-form {
    width: 100%;
    height: 44px;
    padding-left: 12px;
    color: #a3a3a3;
    font-weight: 300;
    font-size: 13px;
    border: 1px solid #f4f4f4;
}
.sidebar-widget .subscribe-mini .b_inherit {
    border-radius: 0;
    background: #2b96cc;
    margin-top: 10px;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}

/* Text Widget */
.sidebar-widget .textwidget {
    color: #616161;
}

/**************/

/*  Calender */

/**************/
.widget_calendar {
    float: left;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    text-align: center;
    color: #464646;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
}
#wp-calendar tbody td a {
    color: #2b96cc;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    color: #2b96cc;
}
#wp-calendar tfoot #prev {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px;
    color: #2b96cc;
}
#wp-calendar tfoot #next a {
    color: #2b96cc;
}
#wp-calendar tfoot #prev a {
    color: #2b96cc;
}
.image-with-border img{
    border: 1px solid #328484;
    padding: 1px;
}
footer #calendar_wrap {
    background: #f5f5f5;
}

/********************/

/*   CONTACT PAGE   */

/********************/
.antispam {
    display: none;
}
.contact p {
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact .buton {
    margin-left: 15px;
    margin-top: 15px;
    margin-top: 15px;
}
.contact form {
    margin-left: -15px;
    margin-top: 25px;
}
.contact input {
    height: 55px;
    color: #333333;
    padding-left: 18px;
    margin-bottom: 20px;
    border-color: #d9d9d9;
}
.contact textarea {
    color: #333333;
    padding-left: 18px;
    padding-top: 22px;
    border-color: #d9d9d9;
}
.contact-info .contact-widget {
    color: #4f4f4f;
    padding-bottom: 30px;
}
.contact-info .contact-widget p {
    font-size: 16px;
    overflow: hidden;
}
.contact-info .contact-widget i {
    font-size: 18px;
    margin-right: 23px;
    line-height: 24px;
    color: #727272;
}
.contact-info a {
    color: inherit;
}
.contact-info .socialbox {
    float: left;
    margin: 0 8px 7px 0 !important;
}
.contact-info .socialbox i {
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #e7e7e7;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #929292;
    line-height: 33px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #8c8c8c;
}
.contact-info .social-widget a:hover .socialbox {
    border-color: #2b96cc;
}
.contact-info .social-widget a:hover .socialbox i {
    color: #2b96cc;
}
.contact2 {
    border: none;
}
.wpcf7-form .contact .buton {
    margin-left: 0;
}
.wpcf7-form .contact input.buton {
    float: right;
    height: 48px;
    border-radius: 0px;
    box-shadow: none;
    background-color: #3d3d3d;
    color: #fff;
}

/********************/

/*   ERROR PAGE   */

/********************/
.error-page {
    background: #fff;
    text-align: center;
    padding-top: 50px;
}
.error-page p span strong {
    font-size: 260px;
    line-height: 200px;
    color: #4c4c4c;
}
.error-page p span {
    display: block;
    padding-bottom: 20px;
    font-size: 38px;
    color: #4c4c4c;
    text-transform: uppercase;
    font-weight: 300;
}
.error-page p {
    font-size: 24px;
    font-weight: 300;
}
.error-page .buton {
    font-weight: 900;
    margin-bottom: 60px;
}

/**************************/

/*   ERROR PAGE FEATURED  */

/**************************/
.error-page-1 {
    background: #656565;
    text-align: center;
    color: #707070;
}
.error-page-1 h1 {
    font-family: 'Source Sans Pro';
    padding-top: 90px;
    font-size: 150px;
    font-weight: 900;
    margin-top: 0px;
    line-height: 100px;
    color: #dadada;
}
.error-page-1 h2 {
    margin: 0;
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 80px;
    color: #707070;
}
.error-page-1 p {
    font-size: 16px;
    font-weight: 400;
}
.error-page-1 .buton {
    margin-bottom: 60px;
}

/************************/

/*   Bottom Section     */

/************************/
.bottom-section {
    background: #2b96cc;
    -webkit-box-shadow: inset 0px -9px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px -9px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px -9px 0px 0px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 26px;
    padding: 20px 0 30px 0;
}
.bottom-section p {
    padding-top: 16px;
    margin-bottom: 15px;
    line-height: 34px;
    height: 3em;
}
.bottom-section span {
    color: #fff;
    font-weight: 700;
    font-size: 34px;
}
.bottom-section i {
    font-size: 66px;
}

/**********************/

/*   Shortcodes Page  */

/**********************/
.shortcodes-headings {
    margin-top: 33px;
}

/**********************/

/*   Footer Section   */

/**********************/
body.home, footer{
    background:url(../img/bodybg.jpg) repeat;
}
footer {
    color: #328484;
}
footer a{
    color: #328484;
}
footer a:hover{
    color: #7d7d7d;
}
footer .widgetscontainer {
    margin-top: 30px;
}
footer .col-md-3 {
    padding-bottom: 20px;
}
footer h4 {
    position: relative;
    color: #2B96CC;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
footer h4 span {
    padding-bottom: 7px;
    display: inline-block;
    margin-bottom: -1px;
    border-bottom: 1px solid #328484!important;
    color: #328484;
}
footer span{
    color: #328484;
}
.footer-widget {
    overflow: hidden;
}
.footer-widget img {
    display: inline;
    margin-right: 5px;
}
.textwidget {
    position: relative;
}
.hover {
    left: 0;
    opacity: 0;
    position: absolute;
}
.textwidget a:hover img{
    opacity: 0;
}
.textwidget a:hover img.hover{
    opacity: 1 !important;
}
.col-md-5 .footer-widget .textwidget {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px dashed #fff;
    background: #328484;
    color: #ffffff;
}
.col-md-5 .footer-widget .textwidget span {
    font-weight: bold;
    color: #ffffff;
}
.footer-widget ul {
    padding: 0;
}
.footer-widget ul li {
    padding-bottom: 12px;
    list-style-type: none;
    float: left;
    width: 100%;
}
.footer-widget ul li:before {
    content: "\f178";
    color: #6c6c6c;
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 18px;
    margin-right: 10px;
}
.footer-widget ul li:hover:before {
    color: #2b96cc;
}
.footer-widget ul li i {
    font-size: 10px;
    padding-top: 5px;
    padding-right: 12px;
    color: #373737;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer-widget ul li a:hover i {
    padding-left: 10px;
    color: #d2d2d2;
}
.footer-widget ul li a {
    color: #6c6c6c;
}
.footer-widget ul li a:hover {
    color: #2b96cc;
}
.footer-widget .popular-post {
    margin-bottom: 25px;
}
.footer-widget .popular-post img {
    height: 64px;
    width: 72px;
    float: left;
    margin-right: 15px;
}
.footer-widget .popular-post h6,
.footer-widget .popular-post h6 a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #b3b3b3;
    font-weight: 600;
    text-shadow: none;
    margin-bottom: 0;
}
.footer-widget .popular-post h6 a:hover {
    color: #fff;
}
.footer-widget .popular-post .popular-date {
    color: #707070;
    font-size: 12px;
    margin: 0;
}
.footer-widget .popular-post .popular-author,
.footer-widget .popular-post .popular-author a {
    color: #aaaaaa;
    font-size: 12px;
    margin: 0;
}
.footer-widget .twitter-widget .tweet {
    font-size: 13px;
    margin-bottom: 25px;
}
.footer-widget .twitter-widget .tweet p {
    display: block;
    padding-left: 32px;
    font-size: 13px;
}
.footer-widget .twitter-widget .tweet a {
    font-size: 14px;
}
.footer-widget .twitter-widget .bird {
    color: #2b96cc;
}
.footer-widget .contact-widget p {
    padding-bottom: 10px;
    font-size: 16px;
}
.footer-widget .contact-widget p .space {
    display: inline-block;
    width: 33px;
}
.footer-widget .widget-icon {
    color: #328484;
    font-size: 23px;
    padding-right: 10px;
    padding-top: 0px;
}
.footer-widget .medicom-tag-cloud {
    overflow: hidden;
}
.footer-widget .medicom-tag-cloud .wp-tag-cloud {
    padding-bottom: 5px;
}
.footer-widget .medicom-tag-cloud ul {
    overflow: hidden;
}
.footer-widget .medicom-tag-cloud ul li {
    float: left;
    margin: 13px 5px 0 0;
    height: 27px;
    width: auto;
}
.footer-widget .medicom-tag-cloud ul li:before {
    content: "";
    padding: 0;
    margin: 0;
}
.footer-widget .medicom-tag-cloud ul li a {
    padding: 10px 17px;
    color: #cacaca;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #323232;
}
.footer-widget .medicom-tag-cloud ul li:hover a {
    background: #2b96cc;
    color: #fff;
}
.footer-widget .textwidget p {
    overflow: hidden;
    margin-bottom: 15px;
}
.footer-widget .socialbox {
    float: left;
    width: 37px;
    height: 37px;
    border: 1px solid #333333;
    border-radius: 100%;
    background: transparent;
    margin-right: 6px;
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
}
.footer-widget .socialbox i {
    color: #8c8c8c;
}
.footer-widget .social-widget a:hover .socialbox {
    border-color: #2b96cc;
}
.footer-widget .social-widget a:hover .socialbox i {
    color: #2b96cc;
}
.footer-widget .socialbox i,
.footer-widget .socialbox,
.footer-widget .medicom-tag-cloud ul li a,
.footer-widget .popular-post h6 a,
.footer-widget .twitter-widget .tweet a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.medicom-clock.pull-left.widget-icon, .medicom-direction.pull-left.widget-icon {
    height: 60px;
}
.mysocialnetwork {
    padding-top: 25px;
    display: table;
    margin: 0 auto;
}
.mysocialnetwork .socialbox {
    border: 1px solid #fff;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    float: left;
    margin: 0 2.5px;
}
.mysocialnetwork a {
    color: #fff;
}
.mailchimp-forms {
    width: 100% !important;
    border: 1px solid #F4F4F4;
    color: #A5A5A5;
    font-family: inherit;
    font-size: 14px;
    margin: 0 10px 7px 0 !important;
    padding: 10px 9px 10px;
    box-shadow: 0 1px 0 #f4f4f4;
    -moz-box-shadow: 0 1px 0 #f4f4f4;
    -webkit-box-shadow: 0 1px 0 #f4f4f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}
.scroll-to-top {
    background: #76b737  none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 10px;
    cursor: pointer;
    padding: 10px;
    position: fixed;
    right: 10px;
    display: none;
    z-index: 9999;
}
.fa-arrow-up{
    color: #fff;
    font-size: 14px;
    display: block;
}
/************************/

/*  Copyright Section   */

/************************/
.copyright-section {
    padding: 10px 0 0;
}
.copyright-section p,
.copyright-section span,
.copyright-section a {
    color: #fff;
    font-size: 16px;
}
.copyright-section a{
    border-bottom:1px solid #ffffff;
}
.copyright-section a:hover{
    color: #ffffff;
    border: none;
}
.copyright-section a:active, .copyright-section a:focus{
    text-decoration: none;
}

.bottom-company {
    margin: 30px 0 25px;
}
.footer-logo {
    margin-right: 30px;
    float: left;
}
.bottom-company-text {
    padding-top: 10px;
}

/************************/

/* General Fix Element  */

/************************/
#medicom-layout .tt_event_theme_page {
    width: 100%;
    padding: 30px 0;
}
.tt_event_page_left,
.tt_event_page_right {
    width: 100%;
}
.fixed-padding {
    padding: 0 !important;
}
.fixed-margin {
    margin: 0 !important;
}
.blind {
    opacity: 0;
}
.blindy {
    opacity: 0;
}
.left-padding {
    padding-left: 30px;
}
.trans-topsection {
    opacity: 0;
    display: inline;
    width: 41px;
    height: 41px;
    float: right;
    cursor: pointer;
}
.nobordermore {
    border-bottom: 0;
}
@-moz-document url-prefix() {
    .facts h4 {
        font-size: 23px;
    }
}

/* Wordpress */
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.aligncenter {
    margin: 5px auto;
}
img.alignleft {
    margin: 0 25px 20px 0!important;
}
img.alignright {
    margin: 0 0 10px 10px;
}
.wp-caption {
    max-width: 100% !important;
    padding: 5px;
}
.blog-content {
    overflow: hidden;
}
body.admin-bar .is-sticky .medicom-header {
    top: 20px !important;
}
.gallery img {
    margin-left: auto;
    margin-right: auto;
}
.wp-caption-text,
.gallery-caption,
.bypostauthor {
    color: #7d7d7d;
}
.sticky {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.wpb_row .wpb_row .column_container {
    padding-left: 15px;
    padding-right: 15px;
}
.wpb_wrapper h2{
    background: #328484;
    padding: 5px 10px;
    color: #fff!important;
}

/* Custom Filter  */
.custom-categories {
    border: 4px double #d6d6d6;
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
    text-align: center;
}
.custom-categories ul {
    margin: 0;
    padding: 0;
}
.custom-categories ul li {
    list-style: none;
    float: left;
}
.custom-categories ul li a {
    color: #484848;
    padding: 0 15px 0 20px;
    line-height: 56px;
    font-size: 24px;
}
.custom-categories ul li.active a {
    color: #2b96cc;
    border-bottom: 0;
}
.custom-categories ul li a:hover {
    color: #2b96cc;
    border-bottom: 0 !important;
}
.wpb_teaser_grid .categories_filter li {
    margin: 0 10px 0 0;
}
.wpb_teaser_grid .categories_filter {
    margin-bottom: 0;
    display: inline-block;
}
.wpb_teaser_grid .categories_filter li.active a {
    border-bottom: 0;
}
.ls-borderlesslight .ls-fullscreen,
.ls-borderlesslight .ls-nav-stop,
.ls-borderlesslight .ls-nav-start,
.ls-borderlesslight .ls-nav-next,
.ls-borderlesslight .ls-nav-prev,
.ls-borderlesslight .ls-bottom-slidebuttons a,
.ls-borderlesslight .ls-nav-sides,
.ls-borderlesslight .ls-playvideo,
.ls-borderlesslight .ls-loading-container {
    background-image: none !important;
}
.ls-borderlesslight .ls-shadow {
    display: none !important;
}
.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
    text-align: left !important;
    margin-left: 30px !important;
}
.ls-fullwidth .ls-playvideo,
.ls-fullwidth .ls-nav-sides,
.ls-fullwidth .ls-bottom-slidebuttons a,
.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next,
.ls-fullwidth .ls-nav-start,
.ls-fullwidth .ls-nav-stop,
.ls-fullwidth .ls-fullscreen,
.ls-fullwidth .ls-loading-container {
    background-image: url(../img/medicomskinn.png) !important;
}
.ls-fullwidth .ls-nav-prev {
    left: 0 !important;
}
.ls-fullwidth .ls-nav-next {
    right: 0 !important;
}

/*********************************/

/*   Visual Composer Reset CSS   */

/*********************************/
.isotope-inner {
    padding: 0 15px;
}
.wpb_row {
    margin-bottom: 40px
}
.wpb_accordion_header i {
    float: left;
    margin: 6px 15px 0 0;
    color: #2b96cc;
    font-size: 16px;
}
.item-box {
    padding: 0 0 6px;
    border-bottom: 6px solid #474747;
    background: #fcfcfc;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.item-box h2 a,
.item-box h2 {
    font-weight: 800;
    text-align: center;
    color: #484848;
    font-size: 20px;
    margin-top: 13px;
}
.item-box h2 a:hover {
    color: #428bca;
}
.item-box:hover {
    border-color: #428bca;
}
.wpb_teaser_grid .item-box .entry-content {
    padding: 10px;
}
.item-box .post-thumb {
    position: relative;
}
.isotope-overit {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.isotope-overit img {
    margin: -73px auto 0;
    padding-top: 50%;
}
.item-box:hover .isotope-overit {
    opacity: 1;
}
.wpb_teaser_grid.wpb_teaser_grid_gallery .entry-content {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding: 0 0 10px;
}
.wpb_teaser_grid.wpb_teaser_grid_gallery .item-box h2 a,
.wpb_teaser_grid_gallery .item-box h2 {
    margin-bottom: 4px !important;
}

/*****************************/

/*   Layer Slider Button     */

/*****************************/
.layersliderbutton {
    background: none;
    padding: 8px 23px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.layersliderbutton:hover {
    background: #fff;
    color: #428bca;
}
.ls-bottom-slidebuttons {
    display: block !important;
    text-align: center;
}

/*****************************/

/*       Map Directions      */

/*****************************/
#map-container {
    width: 100%;
    height: 400px
}
#map-container img {
    max-width: none
}
#directions {
    display: none;
}
#directions input#from-input {
    box-shadow: 0 1px 0 #f4f4f4;
    -moz-box-shadow: 0 1px 0 #f4f4f4;
    -webkit-box-shadow: 0 1px 0 #f4f4f4;
    margin: 0 10px 7px 0;
    border: 1px solid #F4F4F4;
    outline: none;
    height: 61px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    font-size: 26px;
    color: #ababab;
    max-width: 556px;
    width: 86%;
    padding: 20px 3% 14px
}
#directions input#getDirections {
    color: #A5A5A5;
    box-shadow: 0 1px 0 #f4f4f4;
    -moz-box-shadow: 0 1px 0 #f4f4f4;
    -webkit-box-shadow: 0 1px 0 #f4f4f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    background: url(../img/directions-btn.jpg) no-repeat;
    width: 60px;
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
    position: relative;
    top: -6px;
    height: 61px
}
#directions {
    text-align: center;
    padding: 35px 0 45px;
}

/************************/

/*   Responsive Query   */

/************************/
@media (min-width: 1201px) and (max-width: 1470px) {
    .why-jag{
        background-size: 115%;
    }
    }
@media (max-width: 1200px) {
    .container {
    max-width: 100%;
}
    .subscribe-widget .email-form {
        width: 190px;
    }
    .header-2 .logo {
        width: 300px;
        padding-top: 15px;
    }
    /* .navbar-nav>li>a {
        padding: 35px 15px 20px !important
    } */
    .navbar-nav>li>a:before {
        padding-top: 10px !important;
    }
    .blog-item,
    .blog-sizer {
        width: 45%;
        float: left;
    }
    .blog-item.n2 {
        width: 45%;
    }
    .double-divider {
        width: 73%;
    }
    .services-4 .services-4-content {
        width: 83%;
    }
    .html_carousel div.slide .slide-excerpt {
        width: 84%;
    }
    .portfolio-style-1.single .content-right {
        width: 33%;
    }
    .portfolio-style-1.single .content-left {
        width: 67%;
    }
    .blog-style-3 .blog-item,
    .blog-style-3 .blog-sizer {
        width: 31%;
    }
    .tabs-featured-slider .nav-tabs>li>a span {
        font-size: 10px;
    }
    .tabs-featured-slider .nav-tabs>li>a {
        font-size: 11px;
    }
    .m_parallax {
        background-attachment: scroll !important;
        background-position: 0 0 !important;
    }
    .latest-post-slider {
        width: 95% !important;
    }
    .breadcrumbs a{
        font-size: 18px;
    }
    .breadcrumbs a small{
        top: -6px;
    }
    .breadcrumbs a .num{
        width: 50px;
        height: 50px;
        font-size: 28px;
        line-height: 9px;
        padding: 17px;
    }
    .breadcrumbs a .num::before{
        height: 58px;
        left: -5px;
        top: -5px;
        width: 58px;
    }
    .breadcrumbs a::before, .breadcrumbs a::after{
        border-bottom: 42px solid transparent;
        border-top: 46px solid transparent;
    }
    .why-jag .abs_image img, .cosmetic, .general, .Braces {
        height: 190px;
        width: 190px;
    }
    .cosmetic, .general, .Braces{
        display: none !important;
    }
    .contact-container .mt40, .contact-container .mt30{
        margin: 0;
    }
    h1{
        font-size: 36px;
    }
    body {
        font-size: 16px;
    }
    .footer-widget .contact-widget p .space{
        display: none;
    }
    .bigP, .bigP p {
    font-size: 16px;
    line-height: 1.6;
}
.medicom-forms{
    box-shadow: none !important;
}

.medicom-forms {
    -webkit-appearance: none;
    border-radius: 0;
}
.medicom-clock.pull-left.widget-icon {
    height: 80px;
}
.footer-widget ul li {
    width: 100%;
}
.footer-widget .contact-widget p {
    font-size: 14px;
}
}
@media (max-width: 992px) {
    .header-2 .logo {
    padding: 5px 0;
    width: auto;
}
.navbar-toggle {
    margin-top: 25px;
}
.why-jag{
    background: none !important;
}
.why-jag .absolute_image{
    margin: 0 !important;
    padding: 0 !important;
}
.why-jag .abs_image img, .cosmetic, .general, .Braces {
    height: 160px;
    width: 160px;
}
.why-jag .absolute_image p {
    font-size: 19px;
    line-height: 20px;
}
h1 {
    font-size: 30px;
}
.contact-container .medicom-forms {
     margin: 0 10px 6px 0 !important;
    padding: 5px 9px;
}
.contact-container textarea{
    height: 80px;
}
.contact-container{
    margin-bottom: 0 !important;
}
.contact-container .buton-mini {
    padding: 5px 10px 7px !important;
}
.contact-container .wpb_single_image img {
    display: inline-block;
}

    .nav li{
        text-align: left;
    }
    .nav li i{
        display: inline;
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .header-2 .navbar-nav > li > a{
        padding: 10px !important;
        display: inline-block;
    }
    .header-2 .navbar-nav > li > a::before, .header-2 .navbar-nav > li > a::after{
        display: none!important;
    }
    .header-2 .navbar-nav > li.dropdown > ul{
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    .dropdown-menu > li > a {
    line-height: 1;
    padding: 10px 15px;
}
.current-menu-item, .current-menu-ancestor{
    background: #0b9444;
}
.sidebar{
    width: 100%;
    margin-top: -60px;
}
.page-template-our-service .sidebar {
    margin-top: 0;
    width: 100%;
    padding: 0 15px;
}
.medicom-forms{
    box-shadow: none !important;
}

.medicom-forms {
    -webkit-appearance: none;
    border-radius: 0;
}

.sidebar-widget ul li::before {
    vertical-align: text-bottom;
}
    .breadcrumbs a{
        padding: 0;
        height: 65px;
    }
    .breadcrumbs a::before, .breadcrumbs a::after{
        border-bottom: 33px solid transparent;
        border-top: 32px solid transparent;
    }
    .breadcrumbs a small, .breadcrumbs a span:nth-child(2){
        display: none;
    }
    .breadcrumbs a .num{
        font-size: 23px;
        font-weight: normal;
        height: 40px;
        line-height: 9px;
        padding: 13px;
        width: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -10px!important;
        margin-top: -20px!important;
    }
    .breadcrumbs a .num::before{
        width: 48px;
        height: 48px;
    }
    div.pp_pic_holder {
    max-width: 100%;
    overflow-x: scroll;
}
.pp_content,.pp_hoverContainer, .pp_details{
    width: 100% !important;
}
#appointment-widget{
    max-width: 100% !important;
}
.page-template-spouse-information .wpcf7-form .text-right.p0{
    padding-left: 15px;
    padding-right: 15px;
}
.footer-widget .widget-icon {
    padding-top: 0px;
}

}
@media (min-width: 768px) and (max-width: 992px) {
    .container{
        max-width: 100%;
    }
    .isotope-overit img {
    margin: -54px auto 0;
}

}
@media (min-width: 768px) and (max-width: 979px) {
    /* Default Header Start */

    .navbar-nav {
        margin: 15px 0;
    }
    .navbar-nav>li>.dropdown-menu {
        margin-top: 2px;
        margin-left: 10px;
    }
    .navbar-nav .menu-item-has-children .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #f7f7f7;
        border: 0;
        box-shadow: none;
        border-radius: 0px !important;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
        line-height: 20px;
    }
    .medicom-header-small .navbar-nav>li>.dropdown-menu {
        margin-top: 0;
    }
    .header-6 .navbar-nav {
        background-color: rgba(43, 150, 204, 0.77451);
    }
    .header-6 .multi .dropdown-menu {
        background-color: #fff;
        overflow: hidden;
        padding-bottom: 50px;
    }
    .multi.dropdown > ul > li {
        width: 50%;
        float: left;
    }
    /* Default Header Finish */
    /* Blog Section Start*/

    .blog-item,
    .blog-sizer {
        width: 47%;
        float: left;
    }
    .blog-item.n2 {
        width: 47%;
    }
    .blog-style-3 .blog-item,
    .blog-style-3 .blog-sizer {
        width: 47%;
    }
    .blog-style-two-column .post-item,
    .blog-style-two-column .post-item:nth-child(2n+2) {
        width: 94%;
    }
    /* Portfolio Section Start */

    .portfolio-style-3 .grid-sizer {
        width: 30%;
    }
    .portfolio-style-3 .portfolio-item-3 {
        width: 30%;
    }
    /* Other */

    .blog-widget .post-content {
        width: 81%;
    }
    .subscribe-widget .email-form {
        width: 98px;
    }
    .m_parallax {
        background-attachment: scroll !important;
        background-position: 0 0 !important;
    }
    .services-4 .services-4-content {
        width: 79%;
    }
}
@media (max-width: 767px) {
    h1, .h1{
        font-size: 26px;
    }
    /* Default Header Start */
    /* Navigation */
    /* #medicom_header-sticky-wrapper{
        height: 100%;
        max-height: 100%;
    } */
.medicom-header {
    position: relative !important;
}
.why-jag{
    padding-top: 0 !important;
}
.why-jag .absolute_image {
    margin: 0 0 20px !important;
    padding: 0 !important;
}
.contact-container{
    padding:20px 0px;
}
.copyright-section p, .copyright-section span{
    display: block;
    float: none;
    text-align: center;
}
.contact-container .wpb_single_image{
    display: none;
}
.contact-container .medicom-forms {
    margin: 0 10px 11px 0 !important;
    padding: 5px 9px;
}
    .navbar-nav {
        margin: 15px 0;
    }
    .navbar-nav>li>.dropdown-menu {
        margin-top: 2px;
        margin-left: 10px;
    }
    .medicom-header-small .navbar-nav>li>.dropdown-menu {
        margin-top: 2px;
    }
    .navbar-nav .menu-item-has-children .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #f7f7f7;
        border: 0;
        box-shadow: none;
        border-radius: 0px !important;
    }
    .multi.dropdown > ul > li {
        width: 50%;
        float: left;
    }
    .header-6 .navbar-nav {
        background-color: rgba(43, 150, 204, 0.77451);
    }
    .header-6 .multi .dropdown-menu {
        background-color: #fff;
        overflow: hidden;
        padding-bottom: 30px;
    }
    /* Blog Section Start */

    .blog-item,
    .blog-sizer {
        width: 43%;
        float: left;
    }
    .blog-item.n2 {
        width: 43%;
    }
    .sidebar {
        padding: 0 15px;
    }
    .blog-widget .post-content {
        width: 75%;
    }
    .blog-style-3 .blog-item,
    .blog-style-3 .blog-sizer {
        width: 47%;
    }
    /* Portfolio Section Start */

    .portfolio-style-1 .portfolio-thumbnail {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .portfolio-style-1 .portfolio-content {
        width: 100%;
        margin: 0;
        float: none;
    }
    .portfolio-style-3 .grid-sizer {
        width: 27%;
    }
    .portfolio-style-3 .portfolio-item-3 {
        width: 27%;
    }
    .portfolio-style-1.single .content-right {
        width: 100%;
        float: none;
    }
    .portfolio-style-1.single .content-left {
        width: 100%;
        float: none;
    }
    /* Other */

    .m_parallax {
        background-attachment: scroll !important;
        background-position: 0 0 !important;
    }
    .medicom-team {
        width: 440px;
        margin: 0 auto;
    }
    h2.tablepress-table-name {
        text-align: center;
    }
    .tablepress.doctor {
        width: 440px;
        margin: 0 auto;
    }
    .services-2 {
        border: 0 !important;
        min-height: 440px;
    }
    .office .vc_col-sm-4{
        margin-top: 50px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .header-2 .logo {
    width: 350px;
}
.navbar-toggle {
    margin: 13px 0;
}
.why-jag .vc_col-sm-3{
    float: left;
    width: 50%;
}
.isotope-item.vc_col-sm-3 {
    float: left;
    left: 0 !important;
    padding: 4px;
    position: relative !important;
    top: 0 !important;
    width: 50%;
    margin-bottom: 10px;
}
.isotope-overit img {
    margin: -60px auto 0 !important;
    padding-top: 50%;
}
}

@media (max-width: 480px) {
    .hidden-mini {
        display: none;
    }
    .navbar-toggle {
    margin-top: -20px;
    margin-bottom: 10px;
}
    .isotope-overit, .pp_overlay, .pp_pic_holder{
        display: none!important;
    }

    .latest-post-slider {
        width: 100% !important;
        padding-right: 0;
    }
    .ls-medicom .ls-nav-prev,
    .ls-medicom .ls-nav-next {
        width: 28px !important;
        height: 23px !important;
        margin-top: -15px !important;
        background-size: 28px 23px;
    }
    /* Default Header Start */

    .medicom-header {
        position: relative;
    }
    section {
        margin-top: 0 !important;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    /* Navigation */

    .navbar-nav {
        margin: 15px 0;
    }
    .navbar-nav>li>.dropdown-menu {
        margin-top: 2px;
        margin-left: 10px;
    }
    .medicom-header-small .navbar-nav>li>.dropdown-menu {
        margin-top: 2px;
    }
    .navbar-nav .menu-item-has-children .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #f7f7f7;
        border: 0;
        box-shadow: none;
    }
    .multi.dropdown > ul > li {
        width: 100%;
        float: left;
    }
    .header-6 .navbar-nav {
        background-color: rgba(43, 150, 204, 0.77451);
    }
    .header-6 .multi .dropdown-menu {
        background-color: #fff;
        overflow: hidden;
    }
    /* Header - 2 */
    /* Blog Section */

    .blog-widget .post-content {
        width: 73%;
    }
    .blog-item,
    .blog-sizer {
        width: 100%;
        float: left;
    }
    .blog-item.n2 {
        width: 100%;
    }
    .sidebar {
        padding: 0 15px;
    }
    .blog-style-3 .blog-item,
    .blog-style-3 .blog-sizer {
        width: 100%;
    }
    .blog-style-two-column .post-item,
    .blog-style-two-column .post-item:nth-child(2n+2) {
        width: 100%;
    }
    /* Portfolio Section */

    .portfolio-style-3 .grid-sizer {
        width: 100%;
    }
    .portfolio-style-3 .portfolio-item-3 {
        width: 100%;
    }
    .portfolio-style-1.single .content-right {
        width: 100%;
        float: none;
    }
    .portfolio-style-1.single .content-left {
        width: 100%;
        float: none;
    }
    /* Other */

    .latest-work-grid {
        margin-top: 5px;
    }
    .services-4 .services-4-content {
        width: 70%;
    }
    .m_parallax {
        background-attachment: scroll !important;
        background-position: 0 0 !important;
    }
    .parallax-homepage .flex-prev {
        left: 7%;
    }
    .parallax-homepage .flex-next {
        right: 7%;
    }
    .medicom-team {
        width: 320px;
    }
    h2.tablepress-table-name {
        text-align: center;
    }
    .tablepress.doctor {
        width: 320px;
    }
    .services-2 {
        border: 0 !important;
        width: 100%;
        margin-bottom: 10px;
    }
    .teaser_grid_container .item-box{
        width: 264px;
    }
}

/*---------------------New CSS ADDED-24/03/2023---------------------*/

#contact-container { margin-bottom: 0px !important;overflow: hidden;}
#contact-container .wpb_column .vc_column-inner .wpb_wrapper .wpb_row {margin-bottom:-3px !important;}
#contact-container .wpb_column .vc_column-inner .wpb_wrapper .wpb_content_element {margin-bottom:-8px !important;}
#contact-container.contact-container .bigP h1 {color: #fff;padding-bottom: 20px;display: block;}
.brand-logo {display: flex;align-items: center;justify-content: flex-start;max-width: 511px;}
/* .medicom-header {box-shadow: none !important;} */
.medicom-header.header-1:before { display: none;}
.medicom-header.header-1:after{ display: none;}
#medicom-layout {padding:0;background: #fff;border-top: 5px solid #0c6666;}
.header-right { text-align: right;}
.header-right .contact-number { font-size: 36px;color: #0c6666;text-align: right;display: flex;align-items: center;justify-content: flex-end;}
.header-right .contact-number span { color: #0c6666; font-size: 42px;}
.header-right .contact-number i { margin-right: 10px;}
.header-right .office-address {font-size: 16px;color: #747474 !important;text-align: right;display: flex;align-items: center;justify-content: flex-end;}
.header-right .office-address .medicom-direction.pull-left.widget-icon { margin-right: 10px; height: auto !important;}
.header-right .office-address span {color: #747474 !important;}
.header-right .important-link .btn-button{
    font-size: 14px;
    font-weight: 600;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    outline: none;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
    margin: 5px 0;
    background: #76b737;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.20);
}
.header-right .important-link .btn-button:hover { background: #0b9444;color: #fff !important;}
.custom-menu {background: #0c6666;width: 100%;padding: 0px !important;min-height: auto !important;}
.custom-menu .navbar-nav>li {border-left: 1px solid #388888;}
.custom-menu .navbar-nav>li:last-child {border-right: 1px solid #388888;}
.custom-menu .navbar-nav>li>a { color: #fff !important; padding: 20px 30px; }
.custom-menu .navbar-nav>li>a:hover, .custom-menu .navbar-nav>li>a:focus {background-color: #0b9444;color: #fff !important;}
.custom-menu .navbar-nav>li.firstitem.current-menu-item>a, .custom-menu .navbar-nav>li.firstitem.current-menu-parent>a {background-color: #0b9444 !important;color: #fff !important;}
.navbar-nav>li>.dropdown-menu {margin-top: 0px;padding: 0;}
.navbar-nav>li>.dropdown-menu li {padding: 0px;border-top: none;border-bottom: 1px solid #76b737;}
.navbar-nav>li>.dropdown-menu li:last-child {border-bottom: none;}
.header-1 .dropdown-menu>li>a {line-height: normal;padding: 10px;font-size: 16px;border: none;}
.navbar-nav>li>.dropdown-menu li:hover {color: #fff !important; }
.navbar-nav>li>.dropdown-menu li:hover a { color: #fff !important;}
.header-inner { display: flex;align-items: center;justify-content: space-between; padding: 10px 0;}
.header-top-right {min-width: 80px;}
.header-top-right .navbar-toggle {border: 1px solid #0c6666;background: #fff;margin: 0px !important;height: 42px;border-radius: 3px;}
.header-top-right .navbar-toggle .icon-bar {border: 1px solid #0c6666 !important;color: #0c6666 !important; background-color: #cccccc;}


.dropdown-menu>li>a {line-height: normal;padding: 10px;}
.custom-menu .navbar-nav {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    float: none;
}
.banner-btn-heading { color: #fff;}
/* .ls-wrapper .ls-layer-link {background: #76b737;
    box-shadow: 0px 3px 0px 0px rgb(102 146 53);
    padding: 11px 20px 10px 20px !important;
    border-radius: 5px;
    font-size: 20px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-left: 5px !important;
    text-align: center !important;
    font-family: 'BookmanOldStyle' !important;
}
.ls-wrapper .ls-layer-link:hover { background: #0b9444;} */
.ls-wrapper.ls-bg-outer {
    background: #00000069;
}
.custom-model-main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    -webkit-transition: opacity .15s linear,z-index .15;
    -o-transition: opacity .15s linear,z-index .15;
    transition: opacity .15s linear,z-index .15;
    z-index: -1;
    overflow-y: auto;
    -ms-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5);
    overflow-x: hidden;
    opacity: 0;
}

.custom-model-main .custom-model-inner .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 99;
    height: 27px;
    width: 27px;
}

.custom-model-main.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}
.custom-model-main .custom-model-inner { 
    width: 100%; 
    max-width: 580px;
}
.custom-model-main .custom-model-inner .wp-block-image figure {    width: 100%;
    margin: 0 auto;
    text-align: center; }
.custom-model-main .custom-model-inner .wp-block-image img {width: 100%;
    height: auto;
    margin: 10px auto 20px auto;}
.custom-model-main .custom-model-inner .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background: #f8f8f8;
    text-align: left;
    padding: 2rem 3rem;
    box-sizing: border-box;
    overflow-y: auto;
    border-radius: 18px;
    min-height: 320px;
    -ms-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.pop-up-content h2 { margin: 0px;padding: 0px;font-size: 32px;    color: #0b6666;}
.pop-up-content img { margin-bottom: 10px;}
.request-appointment #appointment-widget { max-width: 740px !important;}

.medicom-feature-list li i {
    width: 24px !important;
    height: 24px !important;
    font-size: 14px !important;
    line-height: 24px !important;
}
.patient-reviews #D3cpWidget {
    width: 95%;
    border: 0px solid #ddd;
    max-width: 100% !important;
}

.patient-reviews .d3cp_feature_wrap {
    width: 100%;
    max-width: 100% !important;
}

@media (max-width: 1200px) { 
.brand-logo {max-width: 460px;}
.header-right .contact-number {font-size: 24px;}
#medicom_header-sticky-wrappe { height: auto !important;}
.contact-form .medicom-forms .contact-container .bigP h1 {color: #fff;padding-bottom: 10px;display: block;font-size: 23px;}
.contact-form .wpcf7-form .container .row p { margin: 0px 0px 0px 0px; padding: 0; }
.contact-form .wpcf7-form .container .row p .medicom-forms {margin: 0px 0px 15px 0px !important;}
.contact-form .wpcf7-form .container .row p textarea {height: 150px;}
}

@media (max-width: 992px) {

.header-inner {padding: 10px 0;}
.brand-logo { max-width: 280px;height: auto;}
.header-right {display: none;}
.custom-menu .navbar-nav {  max-width: 1170px;padding: 0 0px;}
.navbar-collapse { padding: 0; }
.navbar-collapse.navbar-ex1-collapse.in {
    padding: 0px !important;
    max-height: 540px;
}
.custom-menu .container { padding: 0;}
.custom-menu .container .navbar-nav {margin: 0;padding: 0;}
.custom-menu .navbar-nav>li { border-bottom: 1px solid #388888;border-left: none;}
.navbar-nav>li>a {padding: 10px 15px !important;line-height: normal;}
.nav li i {right: 15px;top: 13px;color: #fff;}
.navbar-nav>li>.dropdown-menu { margin: 0;}
.dropdown-menu > li > a {line-height: 1;padding: 10px 15px;margin: 0px;font-size: 16px;}

#medicom_header-sticky-wrapper{
    height: auto !important;
}
.banner-btn-heading {
    font-size: 24px !important;
}
.banner-btn-link {
    padding: 5px 10px !important;
    font-size: 14px !important;
    margin-left: 0px !important;
    margin-top: 15px !important;
}
.custom-model-main .custom-model-inner {
    width: 100%;
    max-width: 320px;
}
.contact-form {position: relative;}
.contact-form .medicom-forms .contact-container .bigP h1 {color: #fff;padding-bottom: 10px;display: block;font-size: 23px;}
.contact-form .wpcf7-form .container .row p { margin: 0px 0px 0px 0px; padding: 0; }
.contact-form .wpcf7-form .container .row p .medicom-forms {margin: 0px 0px 15px 0px !important;}
.contact-form .wpcf7-form .container .row p textarea {height: 98px;}
.contact-form .contact-img {height: 465px;position: relative;display: flex;align-items: center;justify-content: center;}
.contact-form .contact-img .attachment-full{ width: 90%; height: 90%; border: 1px solid #fff;box-shadow: 0 0 13px -5px #000; border-radius: 50%; background-color: #fff; }
}

@media (max-width: 768px) { 
    .contact-form .contact-img {
        display: none;
    }
    .patient-reviews #D3cpWidget {
        width: 100% !important;
    }
}