.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: right;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-left: 1px;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #fff;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  line-height: 70px;
  padding: 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #999999;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 10px 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 70px;
  z-index: 999;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:not(:last-child) {
  margin-bottom: 1px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title):hover {
  background-color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:not(.sp-group-title) {
  background-color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 70px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover .sp-has-child > .sp-dropdown {
  top: 0;
}
#offcanvas-toggler {
  float: right;
  line-height: 70px;
  margin-left: 15px;
  font-size: 20px;
}
#offcanvas-toggler >i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
body.offcanvas .body-innerwrapper {
  right: 320px;
}
body.offcanvas .offcanvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  z-index: 9999;
}
.body-innerwrapper {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: .4s;
  transition: .4s;
  right: 0;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: #222222;
  color: #fff;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 99999;
  overflow: inherit;
  -webkit-transition: .4s;
  transition: .4s;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active a {
  background: #2d2d2d;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: #2d2d2d;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: #3e3e3e !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: #3e3e3e !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: #fff;
  height: 45px !important;
  border-color: #5f5f5f;
  color: #000;
}
.ltr .offcanvas-menu {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -320px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
}
.offcanvas .offcanvas-menu {
  right: 0;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 24px;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.view-article article .article-info >dd {
  text-transform: capitalize;
  margin-right: 30px;
}
.tags a {
  font-size: 16px;
}
.pager .next>a,
.pager .previous>a {
  border: none;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  padding: 0 22px;
  line-height: 45px;
}
.sp-select {
  position: relative;
  cursor: pointer;
  width: 100%;
  border: 1px solid #d9d9d9 !important;
  height: 53px;
  padding: 5px 15px;
  line-height: 43px;
  color: #707070;
  border-radius: 3px;
}
.sp-select .sp-select-result {
  padding: 0 10px;
  text-align: left;
}
.sp-select .sp-select-result i.fa {
  float: right;
  line-height: 1.5;
  font-size: 23px;
  color: #858585;
}
.sp-select ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 80px;
  background: #fff;
  z-index: 100;
}
.sp-select ul >li {
  display: block;
  height: auto;
  line-height: normal;
  padding: 12px 25px;
  margin: 0;
  margin-bottom: 2px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sp-select ul >li:last-child {
  margin-bottom: 0;
}
.sp-select ul >li:hover,
.sp-select ul >li.active {
  background-color: #dddddd;
}
.sp-select .sp-select-dropdown {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  border-radius: 0 0 3px 3px;
  border: 1px solid #d9d9d9 !important;
}
#sp-page-builder .sppb-section-title {
  margin-bottom: 60px;
}
.sppb-section-title .sppb-title-heading {
  text-transform: uppercase;
}
.sppb-section-title .sppb-title-subheading {
  text-transform: uppercase;
}
.sppb-section-title .sppb-title-subheading span {
  font-weight: 700;
}
.mednet-text-block .sppb-addon-title small {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.mednet-text-block .sppb-addon-content {
  color: #afafaf;
}
.mednet-text-block-v2 {
  padding-right: 75px;
}
.mednet-text-block-v2 .sppb-addon-title {
  text-transform: uppercase;
}
.mednet-text-block-v2 .sppb-addon-title small {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.mednet-text-block-title .sppb-addon-title small {
  font-size: 18px;
  font-weight: 600;
}
#sp-menusocial ul.social-icons {
  line-height: 70px;
}
.sppb-addon-accordion .sppb-panel {
  background-color: transparent;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
#sp-top-bar {
  padding: 9px 0;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #f4f4f4;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sp-contact-info li.sp-contact-phone p.tel {
  margin: 0;
}
#sp-top2 {
  text-align: right;
}
.working-time p {
  margin-bottom: 0;
}
.working-time p .time {
  font-weight: 400;
}
#sp-header {
  background: #ffffff;
  height: 70px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  position: relative;
  width: 100% !important;
  z-index: 10;
}
#sp-header .logo {
  display: inline-block;
  height: 70px;
  display: table;
}
#sp-header .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
#sp-page-title .sp-page-title {
  position: relative;
  padding: 115px 0;
}
#sp-page-title .sp-page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(29,29,29,0.85);
}
#sp-page-title .sp-page-title .container {
  position: relative;
  z-index: 1;
}
#sp-page-title .sp-page-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .9px;
}
#sp-page-title .sp-page-title h3 {
  font-size: 46px;
  font-weight: 400;
  margin-top: 9px;
  text-transform: uppercase;
}
#sp-page-title .sp-page-title .breadcrumb {
  background: transparent;
  bottom: 0;
  height: 25px;
  left: auto;
  margin: auto 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#sp-page-title .sp-page-title .breadcrumb li {
  color: #fff;
  font-weight: 400;
}
#sp-page-title .sp-page-title .breadcrumb li:first-child {
  display: none;
}
#sp-page-title .sp-page-title .breadcrumb li:nth-child(2):before {
  display: none;
}
.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.mednet-home-about .sppb-addon-feature .sppb-feature-box-title + .sppb-addon-text {
  display: none;
}
.doctor-static-hero-section .sppb-addon-cta .sppb-cta-title {
  font-weight: 100;
  margin-bottom: 0;
}
.doctor-static-hero-section .sppb-addon-cta .sppb-cta-subtitle {
  font-weight: 700;
  display: block;
  overflow: hidden;
  line-height: 1 !important;
  margin-bottom: 30px;
}
.doctor-static-hero-section .sppb-addon-cta .sppb-cta-subtitle small {
  font-size: 24px;
  font-weight: 300;
  display: block;
}
.doctor-static-hero-section .sppb-addon-cta .sppb-cta-text {
  margin-bottom: 13px;
}
.doctor-static-hero-section .sppb-addon-cta .sppb-btn {
  text-transform: uppercase;
  font-weight: 600;
}
.doctor-static-hero-section .sppb-addon-cta >div {
  text-align: left;
}
.mednet-features-list .sppb-row-container .sppb-column-addons {
  z-index: 99;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section {
  box-shadow: 1px 1.732px 40px 0px rgba(0,0,0,0.05);
  background: #fff;
  border-radius: 5px;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section .sppb-addon-title {
  padding: 35px 25px;
  margin: 0;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section .sppb-addon-content {
  overflow: hidden;
  padding: 35px 25px;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section form.sppb-appointment-form {
  margin: -2.5%;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section form.sppb-appointment-form .sppb-form-group {
  width: 45%;
  float: left;
  margin: 2.5%;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section form.sppb-appointment-form .sppb-form-group:first-child {
  width: 100%;
  padding-right: 25px;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section form.sppb-appointment-form .sppb-form-group input {
  background: #f5f7f7;
  color: #333;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section form.sppb-appointment-form .sppb-form-group .sp-select {
  background: #f5f7f7;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section form.sppb-appointment-form .sppb-form-group .sp-select ul.sp-select-dropdown {
  background: #f5f7f7;
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.1);
}
.sppb-addon-appointment-form.doctor-appointment-hero-section form.sppb-appointment-form .sppb-form-group .sp-select ul.sp-select-dropdown li.active {
  background-color: #dddddd;
  color: #707070;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section form.sppb-appointment-form .sppb-form-group .sp-select ul.sp-select-dropdown li:hover {
  background-color: #dddddd;
  color: #707070;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section form.sppb-appointment-form .sppb-form-btn {
  margin-top: 20px;
}
.sppb-slider-wrapper .sppb-slide-item-bg {
  height: 735px;
  padding: 180px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
  font-weight: 200;
}
.sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title .sppb-slidehsow-sub-title {
  display: block;
  margin-top: -3px;
  font-size: 82px;
  color: #000;
  font-weight: 700;
  margin-left: -4px;
}
.sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title .sppb-slidehsow-sub-title span {
  margin-left: 4px;
  display: block;
  margin-top: 5px;
  font-size: 23px;
  font-weight: 300;
}
.sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .details {
  margin-top: 30px;
  margin-bottom: 44px;
}
.sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fw-slider-button-wrapper .btn {
  font-weight: 600;
  text-transform: uppercase;
}
.sppb-slider-wrapper .customNavigation .container {
  position: relative;
}
.sppb-slider-wrapper .customNavigation a {
  position: absolute;
  bottom: 60px;
  right: 0;
  font-size: 33px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  z-index: 999;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  border-radius: 3px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sppb-slider-wrapper .customNavigation a.sppbSlidePrev {
  right: 70px;
}
.sppb-slider-wrapper:hover .customNavigation a {
  opacity: 1;
}
.sppb-slider-wrapper .owl-theme .owl-controls {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
}
.sppb-slider-wrapper .owl-theme .owl-dots {
  text-align: right;
}
.sppb-slider-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 21px;
  height: 21px;
  border-radius: 20px;
  background: #dfdfdf;
  margin: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated {
  display: none;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item.active .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated {
  display: block;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item.active .sppb-slideshow-fullwidth-item .sppb-fw-slider-button-wrapper>a.sppb-wow.sppb-animated {
  display: inline-block;
}
.sppb-addon-blocknumber .sppb-blocknumber .sppb-blocknumber-number {
  font-weight: 300;
}
.sppb-addon-blocknumber .sppb-blocknumber >.pull-left {
  margin-right: 22px;
}
.sppb-addon-blocknumber .sppb-blocknumber .sppb-media-body {
  margin-top: 25px;
  color: #000;
}
.sppb-addon-blocknumber .sppb-blocknumber .sppb-media-body .sppb-addon-title {
  font-weight: 600;
}
.sppb-addon-animated-number .sppb-animated-number {
  font-weight: 700;
}
.sppb-addon-person {
  margin-top: 10px;
  position: relative;
}
.sppb-addon-person .sppb-person-information {
  position: absolute;
  left: -15px;
  bottom: 50px;
  width: 100%;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-addon-person .sppb-person-information >span.sppb-person-name {
  font-size: 18px;
  font-weight: 600;
}
.sppb-addon-person .sppb-person-information >span.sppb-person-designation {
  font-size: 16px;
  color: #666666;
}
.sppb-addon-person .sppb-person-social {
  margin-bottom: 10px;
}
.sppb-addon-person .sppb-person-social > li > a {
  font-size: 18px;
}
.sppb-addon-person .sppb-person-image {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 0;
}
.sppb-addon-person:hover {
  cursor: pointer;
}
.sppb-addon-person:hover .sppb-person-information {
  opacity: 1;
}
.sppb-addon-person:hover .sppb-person-image {
  opacity: .15;
}
.sppb-addon-appointment-form form.sppb-appointment-form {
  margin: -15px;
  overflow: hidden;
}
.sppb-addon-appointment-form form.sppb-appointment-form >.sppb-form-group,
.sppb-addon-appointment-form form.sppb-appointment-form >.sppb-form-btn {
  width: 310px;
  float: left;
  margin: 15px;
}
.sppb-addon-appointment-form form.sppb-appointment-form >.sppb-form-group.tac-wrapper,
.sppb-addon-appointment-form form.sppb-appointment-form >.sppb-form-btn.tac-wrapper {
  width: 100%;
}
.sppb-addon-appointment-form form.sppb-appointment-form >.sppb-form-group.tac-wrapper input[type="checkbox"],
.sppb-addon-appointment-form form.sppb-appointment-form >.sppb-form-btn.tac-wrapper input[type="checkbox"] {
  margin-right: 10px;
}
.sppb-addon-appointment-form form.sppb-appointment-form >.sppb-form-group.tac-wrapper .custom-checkbox,
.sppb-addon-appointment-form form.sppb-appointment-form >.sppb-form-btn.tac-wrapper .custom-checkbox {
  margin-bottom: 30px;
}
.sppb-addon-appointment-form form.sppb-appointment-form input {
  color: #fff;
}
.sppb-addon-appointment-form form.sppb-appointment-form label {
  color: #afafaf;
}
.sppb-addon-appointment-form form.sppb-appointment-form >.sppb-form-group {
  margin-top: 10px;
}
.sppb-addon-appointment-form form.sppb-appointment-form >.sppb-form-group button[type="submit"] {
  height: 53px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 22px;
}
.sppb-addon-appointment-form form.sppb-appointment-form.dark input,
.sppb-addon-appointment-form form.sppb-appointment-form.dark select,
.sppb-addon-appointment-form form.sppb-appointment-form.dark textarea {
  background-color: #2d2d2d;
  border: none !important;
}
.sppb-addon-appointment-form form.sppb-appointment-form.dark .sp-select {
  background: #2d2d2d;
  border: none !important;
}
.sppb-addon-appointment-form form.sppb-appointment-form.dark .sp-select .sp-select-dropdown {
  background: #2d2d2d;
  border: none !important;
}
.sppb-addon-appointment-form form.sppb-appointment-form.dark .sp-select .sp-select-dropdown >li:hover,
.sppb-addon-appointment-form form.sppb-appointment-form.dark .sp-select .sp-select-dropdown >li.active {
  color: #fff;
  background-color: #313131;
}
.sppb-addon-appointment-form form.sppb-appointment-form.light {
  margin-top: 30px;
}
.sppb-addon-appointment-form form.sppb-appointment-form.light textarea {
  min-height: 150px;
}
.sppb-addon-appointment-form form.sppb-appointment-form.light >.sppb-form-group.textarea {
  width: 100%;
  padding-right: 30px;
}
.sp-pagebuilder-modal .sppb-form-control,
.sp-pagebuilder-modal a.btn[title="Cancel"],
.sp-pagebuilder-modal button[type="submit"],
.sp-pagebuilder-modal button[name="Search"] {
  border-radius: 3px;
  box-shadow: none;
  height: inherit;
  line-height: 1;
  padding: 12px 30px;
}
.sppb-testimonial-pro-advanced {
  padding-right: 0;
}
.sppb-testimonial-pro-advanced .sppb-section-title .sppb-title-heading span {
  font-size: 20px;
  color: #000;
}
.sppb-testimonial-pro-advanced .sppb-carousel-icon {
  font-size: 54px;
  text-align: left;
  margin-bottom: 10px;
}
.sppb-testimonial-pro-advanced .sppb-carousel-inner {
  text-align: left;
}
.sppb-testimonial-pro-advanced .sppb-carousel-inner > .sppb-item {
  padding: 0;
}
.sppb-testimonial-pro-advanced .sppb-testimonial-content {
  padding-left: 40px;
  margin-top: 78px;
}
.sppb-testimonial-pro-advanced .sppb-testimonial-message {
  font-size: 22px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 48px;
  color: #666666;
}
.sppb-testimonial-pro-advanced .sppb-testimonial-client {
  font-size: 18px;
  margin-bottom: 20px;
}
.sppb-testimonial-pro-advanced .sppb-carousel-indicators {
  position: relative;
  bottom: initial;
  left: initial;
  width: initial;
  margin-left: initial;
  margin-top: 75px;
}
.sppb-testimonial-pro-advanced .sppb-carousel-indicators >li {
  display: none;
}
.sppb-testimonial-pro-advanced .sppb-carousel-indicators >li.sppb-tm-indicators {
  display: inline-block;
  width: 67px;
  height: 67px;
  overflow: hidden;
  border: none !important;
  margin: 0 15px 0 0;
}
.sppb-testimonial-pro-advanced .sppb-carousel-indicators >li.sppb-tm-indicators,
.sppb-testimonial-pro-advanced .sppb-carousel-indicators >li.sppb-tm-indicators img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 50px;
}
.sppb-testimonial-pro-advanced .sppb-carousel-indicators >li.sppb-tm-indicators.active {
  opacity: .2;
}
.sppb-testimonial-pro-advanced .sppb-carousel-control {
  font-size: 25px;
  margin-right: 10px;
}
.sppb-testimonial-pro-dark-advanced .sppb-testimonial-pro-advanced .mednet-text-block-v2 .sppb-addon-title,
.sppb-testimonial-pro-dark-advanced .sppb-testimonial-pro-advanced .mednet-text-block-v2 .sppb-addon-title small {
  color: #fff;
}
.sppb-testimonial-pro-dark-advanced .sppb-testimonial-pro-advanced .sppb-carousel-indicators >li.sppb-tm-indicators.active {
  opacity: 1;
}
.sppb-testimonial-pro-dark-advanced .sppb-testimonial-pro-advanced .sppb-carousel-indicators >li.sppb-tm-indicators.active img {
  opacity: .2;
}
.sppb-testimonial-pro-dark-advanced .sppb-testimonial-pro-advanced .sppb-testimonial-message {
  color: #fff;
}
.sppb-addon-articles {
  margin-top: 25px;
}
.sppb-addon-articles .sppb-addon-article {
  background: #fff;
  padding: 30px;
  display: table;
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1.732px 4px 0px rgba(0,0,0,0.03);
  box-shadow: 1px 1.732px 4px 0px rgba(0,0,0,0.03);
}
.sppb-addon-articles .sppb-addon-article .sppb-img-wrap {
  display: table-cell;
  width: 105px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.sppb-addon-articles .sppb-addon-article .sppb-img-wrap img {
  border-radius: 50%;
}
.sppb-addon-articles .sppb-addon-article .sppb-img-wrap .sppb-img {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 50%;
}
.sppb-addon-articles .sppb-addon-article .sppb-img-wrap .sppb-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-addon-articles .sppb-addon-article .sppb-img-wrap .sppb-img:after {
  content: "\f061";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) scale(0);
  transform: translate(-50%,-50%) scale(0);
  color: #fff;
  font-size: 31px;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info .sppb-article-title {
  margin-top: 0;
  margin-bottom: 7px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info .sppb-article-meta {
  margin: 0;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info .sppb-article-meta > span {
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: 0;
  margin-right: 5px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info .sppb-article-introtext {
  margin-top: 10px;
}
.sppb-addon-articles .sppb-addon-article:hover .sppb-article-meta > span {
  color: #000;
}
.sppb-addon-articles .sppb-addon-article:hover .sppb-img-wrap .sppb-img:before {
  left: 0;
}
.sppb-addon-articles .sppb-addon-article:hover .sppb-img-wrap .sppb-img:after {
  -webkit-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}
#sp-page-builder .page-content .sppb-section.tweet-section,
#sp-page-builder .sppb-section.tweet-section {
  z-index: 2;
}
.sppb-addon-tweet:before {
  content: "\f10d";
  font-family: fontawesome;
  font-size: 24px;
  position: absolute;
  top: 50px;
  left: 210px;
  z-index: 10;
  color: #fff;
}
.sppb-addon-tweet .sppb-tweet-slider {
  color: #fff;
  padding: 65px 180px 60px 235px;
  height: 200px;
  text-align: left;
}
.sppb-addon-tweet .sppb-tweet-slider:before {
  content: url(../images/twitter-bg.png);
  position: absolute;
  left: -230px;
  top: -30px;
  z-index: 100;
}
.sppb-addon-tweet .sppb-tweet-slider:after {
  content: "";
  position: absolute;
  left: 100%;
  height: 100%;
  width: 1000%;
  top: 0;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-tweet-text {
  font-size: 24px;
  font-style: italic;
  line-height: 1.5;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-tweet-text a {
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-tweet-text a:hover {
  opacity: .7;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-tweet-created {
  display: none !important;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control {
  border: none;
  color: #fff;
  font-size: 20px;
  width: 15px;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control:hover {
  background: none;
}
.mednet-about-us .sppb-col-sm-5 {
  position: relative;
}
.mednet-about-us .sppb-addon-single-image {
  left: 0;
  position: absolute;
  top: -19px;
}
.mednet-about-us .sppb-addon-single-image a {
  display: block;
}
.mednet-tabs .sppb-tab .sppb-nav-tabs-content {
  background-color: transparent;
  border: none;
}
.mednet-tabs .sppb-tab .sppb-nav-tabs {
  padding: 18px 0 67px;
  border: none;
  position: relative;
}
.mednet-tabs .sppb-tab .sppb-nav-tabs li.active a {
  color: #fff;
}
.mednet-tabs .sppb-tab .sppb-nav-tabs li a {
  color: rgba(255,255,255,0.5);
  background: none;
  border: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
  margin-right: 42px;
}
.mednet-tabs .sppb-tab .sppb-nav-tabs li a:hover {
  color: #fff;
}
.mednet-tabs .sppb-tab .sppb-tab-pane {
  padding: 0;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .line {
  width: 0;
  height: 3px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  left: 15px;
  top: -3px;
  z-index: -1;
  transition: 1s;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .time {
  margin-top: 43px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .info p.doc-name {
  font-weight: 600;
  letter-spacing: .016px;
  margin-bottom: 0;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .info p {
  letter-spacing: .8px;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3 {
  position: relative;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: none;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:before {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 11px;
  left: 14px;
  position: absolute;
  top: -7px;
  width: 11px;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:after {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  height: 22px;
  left: 9px;
  position: absolute;
  top: -13px;
  width: 22px;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:nth-child(2) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:nth-child(3) {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:nth-child(4) {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:nth-child(4) .line {
  display: none;
}
.mednet-tabs .sppb-tab .sppb-tab-pane.active .col-sm-3 {
  display: block;
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.mednet-tabs .sppb-tab .sppb-tab-pane.active .col-sm-3 .line {
  width: 100%;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-150px,0,0);
    transform: translate3d(-150px,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-150px,0,0);
    transform: translate3d(-150px,0,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.mednet-callto-action {
  position: relative;
}
.mednet-callto-action:before {
  content: '';
  background: rgba(51,51,51,0.9);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.mednet-callto-action .sppb-container {
  position: relative;
  z-index: 1;
}
.mednet-callto-action .sppb-cta-title {
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  text-transform: uppercase;
}
.mednet-callto-action .sppb-cta-title small {
  color: #ccc;
  display: block;
  font-weight: 600;
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
}
.mednet-callto-action .sppb-cta-title strong {
  font-weight: 700;
}
.mednet-callto-action .sppb-cta-text {
  color: #e4e4e4;
}
.mednet-callto-action .sppb-addon-cta .sppb-row {
  display: flex !important;
}
.mednet-callto-action .sppb-addon-cta .sppb-row .sppb-btn.sppb-btn-primary {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-top: 0;
  padding: 10px 36px;
  text-transform: uppercase;
}
.mednet-accordion .sppb-addon-accordion {
  padding-left: 15px;
}
.mednet-accordion .sppb-addon-accordion .sppb-addon-content {
  padding-left: 40px;
  position: relative;
}
.mednet-accordion .sppb-addon-accordion .sppb-addon-content .sppb-panel-group {
  margin: 0;
}
.mednet-accordion .sppb-addon-accordion .sppb-addon-content:before {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 94%;
  left: 0;
  position: absolute;
  top: 15px;
  width: 3px;
}
.mednet-accordion .sppb-addon-accordion .sppb-addon-content .sppb-panel.sppb-panel-default {
  box-shadow: none;
  margin: 0 0 28px;
  border: none;
}
.mednet-accordion .sppb-addon-accordion .sppb-addon-content .sppb-panel.sppb-panel-default:last-of-type {
  margin-bottom: 0;
}
.mednet-accordion .sppb-addon-accordion .sppb-addon-content .sppb-panel.sppb-panel-default .sppb-panel-heading {
  background: none;
  padding: 0;
  border-radius: 0;
  position: relative;
  border: none;
}
.mednet-accordion .sppb-addon-accordion .sppb-addon-content .sppb-panel.sppb-panel-default .sppb-panel-heading:before {
  background: #cac9c9 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: -44px;
  position: absolute;
  top: 4px;
  width: 12px;
  z-index: 1;
}
.mednet-accordion .sppb-addon-accordion .sppb-addon-content .sppb-panel.sppb-panel-default .sppb-panel-heading:after {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  content: "";
  height: 22px;
  left: -49px;
  position: absolute;
  top: -1px;
  width: 22px;
}
.mednet-accordion .sppb-addon-accordion .sppb-addon-content .sppb-panel.sppb-panel-default .sppb-panel-heading .sppb-panel-title {
  color: #333;
  display: block;
  font-size: 24px;
  line-height: 0.8;
}
.mednet-accordion .sppb-addon-accordion .sppb-addon-content .sppb-panel.sppb-panel-default .sppb-panel-collapse .sppb-panel-body {
  padding: 35px 0 23px;
  border: none;
}
.appointment-callto-action .sppb-addon-text-block .sppb-addon-content span {
  line-height: 46px;
  display: inline-block;
}
.appointment-callto-action .sppb-addon-text-block .sppb-addon-content span span {
  position: relative;
  margin-top: 32px;
}
.appointment-callto-action .sppb-addon-text-block .sppb-addon-content span span:before {
  content: "\f10b";
  font-family: FontAwesome;
  font-size: 46px;
  left: -32px;
  position: absolute;
  top: 2px;
}
.mednet-appointment-feature .sppb-addon-feature .sppb-icon {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.mednet-appointment-feature .sppb-addon-feature .sppb-icon span {
  border-radius: 2px;
  height: 70px;
  padding-top: 18px !important;
  width: 70px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.mednet-appointment-feature .sppb-addon-feature .sppb-icon span i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.mednet-appointment-feature .sppb-addon-feature:hover {
  cursor: pointer;
}
.mednet-appointment-feature .sppb-addon-feature:hover .sppb-icon {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.mednet-appointment-feature .sppb-addon-feature:hover .sppb-icon span i {
  color: #fff;
}
.mednet-appointment-feature .sppb-addon-feature .sppb-feature-box-title {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.mednet-appointment-feature .sppb-addon-feature .sppb-media {
  overflow: visible;
}
.mednet-appointment-feature .sppb-addon-feature .sppb-media-body {
  padding-left: 10px;
  padding-right: 25px;
}
.mednet-appointment-feature .sppb-addon-feature .sppb-media-body .sppb-feature-box-title {
  margin-bottom: 18px;
}
.mednet-contact-page .sppb-addon-feature .sppb-addon-text {
  font-size: 18px;
  color: #808080;
  padding-left: 10px;
}
.mednet-contact-page .sppb-addon-social-share .sppb-social-share-wrap ul {
  margin: 0;
}
.mednet-contact-page .sppb-addon-social-share .sppb-social-share-wrap ul li {
  margin: 0;
}
.mednet-contact-page .sppb-addon-social-share .sppb-social-share-wrap ul li a {
  background: #ececec none repeat scroll 0 0;
  border-radius: 50%;
  float: left;
  font-size: 16px;
  height: 38px;
  margin-right: 5px;
  padding: 7px 0 0 !important;
  text-align: center;
  transition: all 400ms ease 0s;
  width: 38px;
}
.mednet-contact-page .sppb-addon-social-share .sppb-social-share-wrap ul li a:hover {
  color: #fff;
}
.sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form {
  display: table;
  width: 100%;
}
.sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form .sppb-form-group {
  float: left;
  margin-bottom: 20px;
  width: 48.35%;
}
.sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form .sppb-form-group:last-of-type {
  width: 100%;
  float: none;
  margin-right: 0;
  display: table;
}
.sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form .sppb-form-group:nth-child(2),
.sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form .sppb-form-group:nth-child(4) {
  margin-right: 0;
}
.sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form .sppb-form-group textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d9d9d9 !important;
  color: #a8a8a8;
  font-weight: 400 !important;
  height: 142px !important;
  resize: none;
}
.sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form .sppb-form-group textarea::-moz-placeholder {
  color: #a8a8a8;
  opacity: 1;
}
.sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form .sppb-form-group textarea::-webkit-placeholder {
  color: #a8a8a8;
  opacity: 1;
}
.sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form input {
  background-color: #fff;
  border: 1px solid #d9d9d9 !important;
  border-radius: 3px;
  color: #a8a8a8;
  padding: 0 15px !important;
}
.sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form .sppb-btn.sppb-btn-success {
  float: right;
  height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  margin-top: 20px;
  letter-spacing: .8px;
}
.sppb-addon-feature.sp-contact-info {
  background: #fff;
  position: relative;
  transition: .3s;
  padding: 60px 40px;
}
.sppb-addon-feature.sp-contact-info:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sppb-addon-feature.sp-contact-info:hover .sppb-icon,
.sppb-addon-feature.sp-contact-info:hover .sppb-feature-box-title,
.sppb-addon-feature.sp-contact-info:hover .sppb-addon-text {
  color: #fff;
}
.sppb-addon-feature.sp-contact-info .sppb-icon,
.sppb-addon-feature.sp-contact-info .sppb-feature-box-title,
.sppb-addon-feature.sp-contact-info .sppb-addon-text {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-addon-feature.sp-contact-info .sppb-feature-box-title {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
}
.sppb-addon-feature.sp-contact-info .sppb-addon-text {
  margin-top: 30px;
  font-weight: 600;
  color: #808080;
}
.sppb-addon-feature.sp-contact-info .working-hours .time {
  float: right;
}
.mednet-features-list {
  color: #fff;
}
.mednet-features-list .sppb-row {
  margin: 0;
}
.mednet-features-list .sppb-row >div {
  padding: 0;
}
.mednet-features-list .sppb-row >div .sppb-addon-container {
  height: 310px;
  display: table;
  width: 100%;
}
.mednet-features-list .sppb-addon-feature {
  z-index: 20;
  position: relative;
  padding: 55px 40px 45px 0;
  display: table-cell;
  vertical-align: middle;
}
.mednet-features-list .sppb-addon-feature .sppb-feature-box-title {
  margin-top: 0;
  text-transform: uppercase;
}
.mednet-features-list .sppb-addon-feature .sppb-addon-text {
  margin-top: 30px;
}
.mednet-features-list .sppb-addon-feature a {
  color: #fff;
}
.mednet-features-list .sppb-addon-feature .btn-click {
  font-weight: 700;
  margin-top: 10px;
  display: block;
}
.mednet-features-list .sppb-addon-feature .btn-click:after {
  content: "\f0da";
  margin-left: 5px;
  font-family: fontawesome;
}
.mednet-features-list .mednet-features-one,
.mednet-features-list .mednet-features-two,
.mednet-features-list .mednet-features-three {
  position: relative;
}
.mednet-features-list .mednet-features-one:before,
.mednet-features-list .mednet-features-two:before,
.mednet-features-list .mednet-features-three:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 100%;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.mednet-features-list .mednet-features-one:after,
.mednet-features-list .mednet-features-two:after,
.mednet-features-list .mednet-features-three:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1000%;
  height: 100%;
  z-index: 11;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.mednet-features-list .mednet-features-one:before {
  background-image: url(../images/features1.jpg);
}
.mednet-features-list .mednet-features-two {
  padding-left: 35px;
}
.mednet-features-list .mednet-features-two:before {
  right: inherit;
  left: 0;
  width: 100%;
  background-image: url(../images/features2.jpg);
}
.mednet-features-list .mednet-features-two:after {
  left: 0;
  right: inherit;
  width: 100%;
}
.mednet-features-list .mednet-features-two .sppb-addon-text p {
  font-size: 18px;
  margin-bottom: 6px;
}
.mednet-features-list .mednet-features-three {
  padding-left: 35px;
}
.mednet-features-list .mednet-features-three:before {
  left: 0;
  right: inherit;
  width: 300%;
  background-image: url(../images/features3.jpg);
}
.mednet-features-list .mednet-features-three:after {
  left: 0;
  right: inherit;
  width: 1000%;
}
.mednet-features-list .date-time {
  padding: 0;
  list-style: none;
}
.mednet-features-list .date-time >li {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  line-height: 35px;
}
.mednet-features-list .date-time >li span.time {
  float: right;
}
.mednet-services-step {
  position: relative;
}
.mednet-services-step:before {
  content: "";
  background-image: url(../images/services-step.jpg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -75px;
  width: 50%;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.mednet-services-step .sppb-addon-text-block .sppb-addon-title b {
  display: block;
}
.mednet-services-step .sppb-addon-blocknumber .sppb-blocknumber >.pull-left {
  margin-top: 8px;
  margin-right: 50px;
}
.mednet-services-step .sppb-addon-blocknumber .sppb-blocknumber .sppb-media-body {
  margin-top: 0;
}
.mednet-services-step .sppb-addon-blocknumber .sppb-addon-title {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
body:not(.view-article) article .article-info {
  margin: 0;
  line-height: 12px;
}
body:not(.view-article) article .article-info >dd {
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin: 0 20px 0 0;
  text-transform: capitalize;
}
body:not(.view-article) article .article-info >dd >i {
  display: inline-block;
  margin-right: 6px;
}
body:not(.view-article) article .article-info >dd a {
  color: #000;
}
.article-info {
  margin: 0;
  line-height: 12px;
}
.article-info >dd {
  font-size: 14px;
  color: #565656;
  text-transform: uppercase;
  margin: 0 20px 7px 0;
  float: left;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 6px;
}
.article-info >dd a {
  color: #565656;
}
body:not(.view-article) article.item {
  position: relative;
  margin-bottom: 30px;
}
body:not(.view-article) article.item .entry-image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  margin-bottom: 0;
  width: 100%;
}
body:not(.view-article) article.item .entry-image a {
  position: relative;
  display: block;
  overflow: hidden;
}
body:not(.view-article) article.item .entry-image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
body:not(.view-article) article.item .entry-image a:after {
  content: "\f061";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) scale(0);
  transform: translate(-50%,-50%) scale(0);
  color: #fff;
  font-size: 46px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
body:not(.view-article) article.item:hover .entry-image a:before {
  opacity: 1;
  visibility: visible;
}
body:not(.view-article) article.item:hover .entry-image a:after {
  -webkit-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}
body:not(.view-article) article.item .entry-video+.blog-info-wrapper .article-info,
body:not(.view-article) article.item .entry-gallery+.blog-info-wrapper .article-info,
body:not(.view-article) article.item .entry-audio+.blog-info-wrapper .article-info,
body:not(.view-article) article.item .entry-link+.blog-info-wrapper .article-info,
body:not(.view-article) article.item .entry-quote+.blog-info-wrapper .article-info,
body:not(.view-article) article.item .entry-status+.blog-info-wrapper .article-info {
  display: block;
  width: 100%;
  overflow: hidden;
}
body:not(.view-article) article.item .entry-quote {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 72px 40px 110px 172px;
  margin-bottom: 0;
  position: relative;
}
body:not(.view-article) article.item .entry-quote:before {
  background: rgba(0,0,0,0) url("../images/qout.png") no-repeat scroll center center / cover;
  content: "";
  height: 109px;
  left: 40px;
  top: 50px;
  transform: rotate(0deg);
  width: 103px;
}
body:not(.view-article) article.item .entry-quote p {
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  display: inline;
  font-style: italic;
}
body:not(.view-article) article.item .entry-quote small {
  display: inline-block;
  font-size: 22px;
}
body:not(.view-article) article.item .entry-quote small:before {
  content: '';
}
body:not(.view-article) article.item .entry-status {
  margin-bottom: 0;
}
body:not(.view-article) article.item .entry-status +.blog-info-wrapper {
  bottom: auto;
  top: 172px;
}
body:not(.view-article) article.item .entry-link {
  margin-bottom: 0;
}
body:not(.view-article) article.item .entry-link::before {
  font-size: 200px;
  left: 40px;
  top: 100px;
}
body:not(.view-article) article.item .entry-image,
body:not(.view-article) article.item .entry-gallery,
body:not(.view-article) article.item .entry-video,
body:not(.view-article) article.item .entry-audio,
body:not(.view-article) article.item .entry-link {
  margin-bottom: 0;
}
body:not(.view-article) article.item .blog-info-wrapper {
  background: #f7f7f7 none repeat scroll 0 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 20px 30px 25px;
}
body:not(.view-article) article.item .readmore {
  margin-top: 50px;
}
body:not(.view-article) article.item .readmore a.btn {
  color: #fff;
}
body:not(.view-article) article.item a:hover .fa {
  color: #fff;
}
body:not(.view-article) article.item p {
  color: #565656;
  font-size: 14px;
  line-height: 1.5;
}
.tags {
  display: inline-block;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tags a {
  background: none;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 0 3px;
}
.tags a:hover,
.tags a:focus {
  background: none !important;
  color: #000000;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
}
.entry-header h2 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.2;
  clear: both;
}
body.view-featured .blog-featured .row {
  margin: 0;
}
body.view-featured .blog-featured .row .item.col-sm-6:first-child {
  width: 47%;
  margin-right: 3%;
}
body.view-article article .entry-header {
  margin-bottom: 30px;
}
body.view-article article .entry-header h2 {
  font-size: 46px;
  margin-bottom: 30px;
}
body.view-article article .article-info >dd {
  font-size: 16px;
}
body.view-article article .entry-image img {
  border-radius: 3px;
}
body.view-article article .article-body p {
  color: #6f6f6f;
}
body.view-article article .article-body blockquote {
  font-size: 28px;
  border: none;
  padding: 15px 0;
  line-height: 1.5;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
section#sp-bottom-feature {
  padding: 120px 0;
}
.sp-mednet-feature {
  background: #fff;
  padding: 60px 40px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sp-mednet-feature:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sp-mednet-feature:hover h4,
.sp-mednet-feature:hover p,
.sp-mednet-feature:hover i.icon {
  color: #fff;
}
.sp-mednet-feature i.icon {
  font-size: 40px;
}
.sp-mednet-feature h4 {
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sp-mednet-feature p {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-top: 30px;
  font-weight: 600;
  color: #808080;
}
.sp-mednet-feature .working-hours .time {
  float: right;
}
#sp-left .sp-module,
#sp-right .sp-module {
  background: #f7f7f7;
  padding-bottom: 16px;
}
#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
  padding-left: 30px;
  padding-top: 23px;
  text-transform: capitalize;
}
#sp-left .sp-module .sp-module-content .nav.menu li,
#sp-left .sp-module .sp-module-content .categories-module li,
#sp-right .sp-module .sp-module-content .nav.menu li,
#sp-right .sp-module .sp-module-content .categories-module li {
  padding: 0;
}
#sp-left .sp-module .sp-module-content .nav.menu li a,
#sp-left .sp-module .sp-module-content .categories-module li a,
#sp-right .sp-module .sp-module-content .nav.menu li a,
#sp-right .sp-module .sp-module-content .categories-module li a {
  border-bottom: 1px solid #f0f0f0;
  color: #000;
  font-size: 14px;
  line-height: 1;
  padding: 12px 30px 13px;
}
#sp-left .sp-module .sp-module-content .nav.menu li:last-child a,
#sp-left .sp-module .sp-module-content .categories-module li:last-child a,
#sp-right .sp-module .sp-module-content .nav.menu li:last-child a,
#sp-right .sp-module .sp-module-content .categories-module li:last-child a {
  border-bottom: 0;
}
#sp-left .sp-module .sp-module-content .latestnews >div,
#sp-right .sp-module .sp-module-content .latestnews >div {
  border-bottom: 1px solid #f0f0f0;
  clear: both;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 12px 30px 17px;
  width: 100%;
}
#sp-left .sp-module .sp-module-content .latestnews >div:last-of-type,
#sp-right .sp-module .sp-module-content .latestnews >div:last-of-type {
  border-bottom: 0;
  padding-bottom: 10px;
}
#sp-left .sp-module .sp-module-content .latestnews .article-list-img,
#sp-right .sp-module .sp-module-content .latestnews .article-list-img {
  float: left;
  width: 50px;
  height: 50px;
}
#sp-left .sp-module .sp-module-content .latestnews .article-list-img img,
#sp-right .sp-module .sp-module-content .latestnews .article-list-img img {
  width: 100%;
  height: 100%;
}
#sp-left .sp-module .sp-module-content .latestnews .mednet-news-title,
#sp-right .sp-module .sp-module-content .latestnews .mednet-news-title {
  color: #000;
  float: left;
  font-size: 14px;
  line-height: 21px;
  padding-left: 10px;
  width: 75%;
}
#sp-left .sp-module .sp-module-content .tagspopular,
#sp-right .sp-module .sp-module-content .tagspopular {
  padding: 12px 30px 15px;
}
#sp-left .sp-module .sp-module-content .tagspopular ul li,
#sp-right .sp-module .sp-module-content .tagspopular ul li {
  display: inline-block;
}
#sp-left .sp-module .sp-module-content .tagspopular ul li a,
#sp-right .sp-module .sp-module-content .tagspopular ul li a {
  padding: 4px 15px 6px;
  color: #fff;
  background: #c3c4c7;
  line-height: 1;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-right: 7px;
}
#sp-left .sp-module .sp-module-content .search,
#sp-right .sp-module .sp-module-content .search {
  padding: 0 30px;
}
#sp-left .sp-module .sp-module-content .search form input,
#sp-right .sp-module .sp-module-content .search form input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d9d9d9 !important;
  border-radius: 3px;
  margin-bottom: 15px;
  width: 100%;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper .pagination {
  border-radius: 0;
  display: inline-block;
  margin: 90px auto 0;
  padding-left: 0;
}
.pagination-wrapper .pagination li a,
.pagination-wrapper .pagination li span {
  background-color: #fff;
  border: medium none;
  border-radius: 50%;
  color: #000;
  float: left;
  font-size: 18px;
  height: 38px;
  line-height: 1;
  margin: 0 2px;
  padding: 9px 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 400ms;
  width: 38px;
}
.pagination-wrapper .pagination li a.previous,
.pagination-wrapper .pagination li span.previous {
  font-size: 24px;
  padding-top: 6px;
}
.pagination-wrapper .pagination li a.next,
.pagination-wrapper .pagination li span.next {
  font-size: 24px;
  padding-top: 6px;
}
.pagination-wrapper .pagination li.active span {
  color: #fff;
}
#sp-bottom .sp-module {
  margin-top: 0;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 22px;
}
#sp-bottom .sp-module .sp-module-content {
  color: #666666;
}
#sp-bottom .sp-module .sp-module-content ul>li {
  margin-bottom: 5px;
  padding: 0;
}
#sp-bottom .sp-module .sp-module-content ul>li >a {
  line-height: 1.3;
}
#sp-bottom #sp-bottom3 .join-us-2 {
  margin: -88px 0 0 120px;
}
.bottom-newsletter .acymailing_form {
  position: relative;
  margin-top: 30px;
}
.bottom-newsletter .acymailing_form .acyfield_email input {
  background: rgba(0,0,0,0.4);
  border: none !important;
  height: 38px !important;
  line-height: 38px;
  border-radius: 0;
  color: #6f6f6f;
}
.bottom-newsletter .acymailing_form .acyfield_email input:focus,
.bottom-newsletter .acymailing_form .acyfield_email input:active {
  color: #fff;
}
.bottom-newsletter .acymailing_form .acysubbuttons {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 100;
}
.bottom-newsletter .acymailing_form .acysubbuttons input {
  height: 38px !important;
  border-radius: 0;
  padding: 0 16px;
  line-height: 38px !important;
  border: none;
  font-size: 14px;
}
.bottom-social {
  margin-top: 15px;
  overflow: hidden;
}
.bottom-social .dummy-text {
  display: none;
}
.bottom-social ul>li {
  display: inline-block;
  float: left;
}
.bottom-social ul>li:not(:last-child) {
  margin-right: 20px;
}
.bottom-social ul>li i {
  line-height: 1.5;
  color: #bbbec3;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 14px;
}
#sp-footer a {
  line-height: 1.5;
  padding: 0;
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #d1d1d1;
}
#sp-footer #sp-footer1 ul.nav.menu {
  text-align: left;
  text-transform: capitalize;
}
#sp-footer #sp-footer1 ul.nav.menu >li {
  display: inline-block;
  margin-right: 30px;
}
#sp-footer #sp-footer1 ul.nav.menu >li:last-child {
  margin-right: 0;
}
#sp-footer #sp-footer2 .sp-copyright {
  color: #7a7d86;
  float: right;
}
#sp-footer #sp-footer2 .sp-copyright a {
  font-weight: 600;
}
#sp-footer #sp-footer2 .sp-copyright a:hover,
#sp-footer #sp-footer2 .sp-copyright a:focus {
  color: #7a7d86;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: table;
  font-family: Titillium Web, sans-serif;
}
.sp-comingsoon .sp-comingsoon-countdown {
  margin: 100px 0 60px;
}
.sp-comingsoon .sp-comingsoon-wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .sp-position-comingsoon {
  background: #333333;
  width: 720px;
  margin: 0 auto;
  padding: 30px;
}
.sp-comingsoon .acymailing_module_form .acymailing_introtext {
  padding-bottom: 28px;
  color: #fff;
}
.sp-comingsoon .bottom-newsletter .acymailing_form p {
  margin-bottom: 0;
}
.sp-comingsoon .bottom-newsletter .acymailing_form .acyfield_email input {
  border-radius: 0;
  color: #acacac;
  height: 50px !important;
  background: #f0f0f0;
  text-transform: capitalize;
}
.sp-comingsoon .bottom-newsletter .acymailing_form .acysubbuttons input {
  border: medium none;
  border-radius: 0;
  font-size: 18px;
  height: 50px !important;
  line-height: 38px !important;
  padding: 0 37px;
}
.sp-comingsoon ul.social-icons {
  margin: 48px 0 28px;
}
.sp-comingsoon ul.social-icons li {
  margin: 0 12px;
}
.sp-comingsoon ul.social-icons li a {
  color: #c4c4c4;
  -webkit-transition: color 400ms;
  transition: color 400ms;
  font-size: 20px;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.sp-comingsoon .days:after,
.sp-comingsoon .hours:after,
.sp-comingsoon .minutes:after {
  content: '';
  height: 16px;
  width: 16px;
  border-radius: 50%;
  position: absolute;
  left: auto;
  right: -58px;
  top: -30px;
  bottom: 0;
  margin: auto;
}
.sp-comingsoon .days {
  margin: 0 100px 0 0;
  position: relative;
}
.sp-comingsoon .hours {
  margin: 0 100px 0 0;
}
.sp-comingsoon .minutes {
  margin: 0 100px 0 0;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: auto;
  height: auto;
  line-height: .8;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 130px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
}
.sp-comingsoon .comingsoon-copyright p {
  font-size: 14px;
  color: #717171;
}
.sp-comingsoon .comingsoon-copyright p span {
  color: #a3a3a3;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: Titillium Web, sans-serif;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner .error-wrapping {
  display: table-cell;
  vertical-align: middle;
}
.error-page .error-page-inner .error-page-logo img {
  display: inline-block;
}
.error-page .error-page-inner .btn.btn-primary.btn-lg {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 30px;
}
.error-page .error-page-inner .btn.btn-primary.btn-lg i {
  display: inline-block;
  margin-right: 17px;
  font-size: 16px;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  color: #666666;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 45px;
  margin-top: 18px;
}
.error-page .eror-copyright {
  margin-top: 63px;
}
.error-page .eror-copyright p {
  font-size: 14px;
  color: #545454;
}
.error-page .eror-copyright p span {
  color: #a3a3a3;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.sp-social-share .fb_iframe_widget span {
  display: block;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
.btn,
.sppb-btn {
  padding: 0 35px;
  line-height: 50px;
  border: none;
  color: #525252;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.btn:hover,
.btn:focus,
.btn:active,
.sppb-btn:hover,
.sppb-btn:focus,
.sppb-btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #fff;
}
body.contentpane .btn,
body.contentpane .sppb-btn {
  line-height: 1.5;
}
body.com-sppagebuilder:not(.contentpane) button:not(#sppb-add-new-row-btn) {
  line-height: 42px;
  height: 42px;
}
input.btn,
input.sppb-btn {
  height: 50px !important;
  line-height: 50px !important;
}
input.btn:hover,
input.btn:focus,
input.btn:active,
input.btn:focus:active,
input.sppb-btn:hover,
input.sppb-btn:focus,
input.sppb-btn:active,
input.sppb-btn:focus:active {
  outline: none;
}
.btn.btn-sm,
.sppb-btn.sppb-btn-sm {
  line-height: 36px;
  padding: 0 25px;
}
.btn.btn-xs,
.sppb-btn.sppb-btn-xs {
  line-height: 34px;
  padding: 0 30px;
}
.btn.btn-lg,
.sppb-btn.sppb-btn-lg {
  line-height: 52px;
  padding: 0 50px;
}
.btn.btn-default,
.sppb-btn.sppb-btn-default,
.btn.btn-lg.btn-default,
.sppb-btn.sppb-btn-lg.sppb-btn-default {
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.sppb-btn.sppb-btn-default:hover,
.sppb-btn.sppb-btn-default:focus,
.sppb-btn.sppb-btn-default:active,
.btn.btn-lg.btn-default:hover,
.btn.btn-lg.btn-default:focus,
.btn.btn-lg.btn-default:active,
.sppb-btn.sppb-btn-lg.sppb-btn-default:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-default:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-default:active {
  background-color: #e6e6e6;
  color: #525252;
}
.btn.btn-primary,
.sppb-btn.sppb-btn-primary,
.btn.btn-lg.btn-primary,
.sppb-btn.sppb-btn-lg.sppb-btn-primary {
  color: #fff;
}
.btn.btn-success,
.sppb-btn.sppb-btn-success,
.btn.btn-lg.btn-success,
.sppb-btn.sppb-btn-lg.sppb-btn-success {
  background-color: #58cf68;
  color: #fff;
  border-color: #58cf68;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.sppb-btn.sppb-btn-success:hover,
.sppb-btn.sppb-btn-success:focus,
.sppb-btn.sppb-btn-success:active,
.btn.btn-lg.btn-success:hover,
.btn.btn-lg.btn-success:focus,
.btn.btn-lg.btn-success:active,
.sppb-btn.sppb-btn-lg.sppb-btn-success:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-success:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-success:active {
  background-color: #34b646;
  border-color: #34b646;
}
.btn.btn-info,
.sppb-btn.sppb-btn-info,
.btn.btn-lg.btn-info,
.sppb-btn.sppb-btn-lg.sppb-btn-info {
  background-color: #24252a;
  color: #fff;
  border-color: #24252a;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.sppb-btn.sppb-btn-info:hover,
.sppb-btn.sppb-btn-info:focus,
.sppb-btn.sppb-btn-info:active,
.btn.btn-lg.btn-info:hover,
.btn.btn-lg.btn-info:focus,
.btn.btn-lg.btn-info:active,
.sppb-btn.sppb-btn-lg.sppb-btn-info:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-info:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-info:active {
  background-color: #080809;
  border-color: #080809;
}
.btn.btn-warning,
.sppb-btn.sppb-btn-warning,
.btn.btn-lg.btn-warning,
.sppb-btn.sppb-btn-lg.sppb-btn-warning {
  background-color: #ff3d00;
  color: #fff;
  border-color: #ff3d00;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.sppb-btn.sppb-btn-warning:hover,
.sppb-btn.sppb-btn-warning:focus,
.sppb-btn.sppb-btn-warning:active,
.btn.btn-lg.btn-warning:hover,
.btn.btn-lg.btn-warning:focus,
.btn.btn-lg.btn-warning:active,
.sppb-btn.sppb-btn-lg.sppb-btn-warning:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-warning:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-warning:active {
  background-color: #c22e00;
  border-color: #c22e00;
}
.btn.btn-danger,
.sppb-btn.sppb-btn-danger,
.btn.btn-lg.btn-danger,
.sppb-btn.sppb-btn-lg.sppb-btn-danger {
  background-color: #e35358;
  color: #fff;
  border-color: #e35358;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.sppb-btn.sppb-btn-danger:hover,
.sppb-btn.sppb-btn-danger:focus,
.sppb-btn.sppb-btn-danger:active,
.btn.btn-lg.btn-danger:hover,
.btn.btn-lg.btn-danger:focus,
.btn.btn-lg.btn-danger:active,
.sppb-btn.sppb-btn-lg.sppb-btn-danger:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-danger:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-danger:active {
  background-color: #d62329;
  border-color: #d62329;
}
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active,
.sppb-btn.sppb-btn-link:hover,
.sppb-btn.sppb-btn-link:focus,
.sppb-btn.sppb-btn-link:active,
.btn.btn-lg.btn-link:hover,
.btn.btn-lg.btn-link:focus,
.btn.btn-lg.btn-link:active,
.sppb-btn.sppb-btn-lg.sppb-btn-link:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-link:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-link:active {
  color: #fff;
  text-decoration: none;
}
body:not(.contentpane) select,
body:not(.contentpane) textarea,
body:not(.contentpane) input[type="text"],
body:not(.contentpane) input[type="password"],
body:not(.contentpane) input[type="datetime"],
body:not(.contentpane) input[type="datetime-local"],
body:not(.contentpane) input[type="date"],
body:not(.contentpane) input[type="month"],
body:not(.contentpane) input[type="time"],
body:not(.contentpane) input[type="week"],
body:not(.contentpane) input[type="number"],
body:not(.contentpane) input[type="email"],
body:not(.contentpane) input[type="url"],
body:not(.contentpane) input[type="search"],
body:not(.contentpane) input[type="tel"],
body:not(.contentpane) input[type="color"],
body:not(.contentpane) .uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 53px !important;
  padding: 6px 15px !important;
  border: 1px solid #d9d9d9 !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
body:not(.contentpane) select:focus,
body:not(.contentpane) textarea:focus,
body:not(.contentpane) input[type="text"]:focus,
body:not(.contentpane) input[type="password"]:focus,
body:not(.contentpane) input[type="datetime"]:focus,
body:not(.contentpane) input[type="datetime-local"]:focus,
body:not(.contentpane) input[type="date"]:focus,
body:not(.contentpane) input[type="month"]:focus,
body:not(.contentpane) input[type="time"]:focus,
body:not(.contentpane) input[type="week"]:focus,
body:not(.contentpane) input[type="number"]:focus,
body:not(.contentpane) input[type="email"]:focus,
body:not(.contentpane) input[type="url"]:focus,
body:not(.contentpane) input[type="search"]:focus,
body:not(.contentpane) input[type="tel"]:focus,
body:not(.contentpane) input[type="color"]:focus,
body:not(.contentpane) .uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
body:not(.contentpane) select::-moz-placeholder,
body:not(.contentpane) textarea::-moz-placeholder,
body:not(.contentpane) input[type="text"]::-moz-placeholder,
body:not(.contentpane) input[type="password"]::-moz-placeholder,
body:not(.contentpane) input[type="datetime"]::-moz-placeholder,
body:not(.contentpane) input[type="datetime-local"]::-moz-placeholder,
body:not(.contentpane) input[type="date"]::-moz-placeholder,
body:not(.contentpane) input[type="month"]::-moz-placeholder,
body:not(.contentpane) input[type="time"]::-moz-placeholder,
body:not(.contentpane) input[type="week"]::-moz-placeholder,
body:not(.contentpane) input[type="number"]::-moz-placeholder,
body:not(.contentpane) input[type="email"]::-moz-placeholder,
body:not(.contentpane) input[type="url"]::-moz-placeholder,
body:not(.contentpane) input[type="search"]::-moz-placeholder,
body:not(.contentpane) input[type="tel"]::-moz-placeholder,
body:not(.contentpane) input[type="color"]::-moz-placeholder,
body:not(.contentpane) .uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body:not(.contentpane) select:-ms-input-placeholder,
body:not(.contentpane) textarea:-ms-input-placeholder,
body:not(.contentpane) input[type="text"]:-ms-input-placeholder,
body:not(.contentpane) input[type="password"]:-ms-input-placeholder,
body:not(.contentpane) input[type="datetime"]:-ms-input-placeholder,
body:not(.contentpane) input[type="datetime-local"]:-ms-input-placeholder,
body:not(.contentpane) input[type="date"]:-ms-input-placeholder,
body:not(.contentpane) input[type="month"]:-ms-input-placeholder,
body:not(.contentpane) input[type="time"]:-ms-input-placeholder,
body:not(.contentpane) input[type="week"]:-ms-input-placeholder,
body:not(.contentpane) input[type="number"]:-ms-input-placeholder,
body:not(.contentpane) input[type="email"]:-ms-input-placeholder,
body:not(.contentpane) input[type="url"]:-ms-input-placeholder,
body:not(.contentpane) input[type="search"]:-ms-input-placeholder,
body:not(.contentpane) input[type="tel"]:-ms-input-placeholder,
body:not(.contentpane) input[type="color"]:-ms-input-placeholder,
body:not(.contentpane) .uneditable-input:-ms-input-placeholder {
  color: #999;
}
body:not(.contentpane) select::-webkit-input-placeholder,
body:not(.contentpane) textarea::-webkit-input-placeholder,
body:not(.contentpane) input[type="text"]::-webkit-input-placeholder,
body:not(.contentpane) input[type="password"]::-webkit-input-placeholder,
body:not(.contentpane) input[type="datetime"]::-webkit-input-placeholder,
body:not(.contentpane) input[type="datetime-local"]::-webkit-input-placeholder,
body:not(.contentpane) input[type="date"]::-webkit-input-placeholder,
body:not(.contentpane) input[type="month"]::-webkit-input-placeholder,
body:not(.contentpane) input[type="time"]::-webkit-input-placeholder,
body:not(.contentpane) input[type="week"]::-webkit-input-placeholder,
body:not(.contentpane) input[type="number"]::-webkit-input-placeholder,
body:not(.contentpane) input[type="email"]::-webkit-input-placeholder,
body:not(.contentpane) input[type="url"]::-webkit-input-placeholder,
body:not(.contentpane) input[type="search"]::-webkit-input-placeholder,
body:not(.contentpane) input[type="tel"]::-webkit-input-placeholder,
body:not(.contentpane) input[type="color"]::-webkit-input-placeholder,
body:not(.contentpane) .uneditable-input::-webkit-input-placeholder {
  color: #999;
}
body:not(.contentpane) select[disabled],
body:not(.contentpane) select[readonly],
fieldset[disabled] body:not(.contentpane) select,
body:not(.contentpane) textarea[disabled],
body:not(.contentpane) textarea[readonly],
fieldset[disabled] body:not(.contentpane) textarea,
body:not(.contentpane) input[type="text"][disabled],
body:not(.contentpane) input[type="text"][readonly],
fieldset[disabled] body:not(.contentpane) input[type="text"],
body:not(.contentpane) input[type="password"][disabled],
body:not(.contentpane) input[type="password"][readonly],
fieldset[disabled] body:not(.contentpane) input[type="password"],
body:not(.contentpane) input[type="datetime"][disabled],
body:not(.contentpane) input[type="datetime"][readonly],
fieldset[disabled] body:not(.contentpane) input[type="datetime"],
body:not(.contentpane) input[type="datetime-local"][disabled],
body:not(.contentpane) input[type="datetime-local"][readonly],
fieldset[disabled] body:not(.contentpane) input[type="datetime-local"],
body:not(.contentpane) input[type="date"][disabled],
body:not(.contentpane) input[type="date"][readonly],
fieldset[disabled] body:not(.contentpane) input[type="date"],
body:not(.contentpane) input[type="month"][disabled],
body:not(.contentpane) input[type="month"][readonly],
fieldset[disabled] body:not(.contentpane) input[type="month"],
body:not(.contentpane) input[type="time"][disabled],
body:not(.contentpane) input[type="time"][readonly],
fieldset[disabled] body:not(.contentpane) input[type="time"],
body:not(.contentpane) input[type="week"][disabled],
body:not(.contentpane) input[type="week"][readonly],
fieldset[disabled] body:not(.contentpane) input[type="week"],
body:not(.contentpane) input[type="number"][disabled],
body:not(.contentpane) input[type="number"][readonly],
fieldset[disabled] body:not(.contentpane) input[type="number"],
body:not(.contentpane) input[type="email"][disabled],
body:not(.contentpane) input[type="email"][readonly],
fieldset[disabled] body:not(.contentpane) input[type="email"],
body:not(.contentpane) input[type="url"][disabled],
body:not(.contentpane) input[type="url"][readonly],
fieldset[disabled] body:not(.contentpane) input[type="url"],
body:not(.contentpane) input[type="search"][disabled],
body:not(.contentpane) input[type="search"][readonly],
fieldset[disabled] body:not(.contentpane) input[type="search"],
body:not(.contentpane) input[type="tel"][disabled],
body:not(.contentpane) input[type="tel"][readonly],
fieldset[disabled] body:not(.contentpane) input[type="tel"],
body:not(.contentpane) input[type="color"][disabled],
body:not(.contentpane) input[type="color"][readonly],
fieldset[disabled] body:not(.contentpane) input[type="color"],
body:not(.contentpane) .uneditable-input[disabled],
body:not(.contentpane) .uneditable-input[readonly],
fieldset[disabled] body:not(.contentpane) .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareabody:not(.contentpane) select,
textareabody:not(.contentpane) textarea,
textareabody:not(.contentpane) input[type="text"],
textareabody:not(.contentpane) input[type="password"],
textareabody:not(.contentpane) input[type="datetime"],
textareabody:not(.contentpane) input[type="datetime-local"],
textareabody:not(.contentpane) input[type="date"],
textareabody:not(.contentpane) input[type="month"],
textareabody:not(.contentpane) input[type="time"],
textareabody:not(.contentpane) input[type="week"],
textareabody:not(.contentpane) input[type="number"],
textareabody:not(.contentpane) input[type="email"],
textareabody:not(.contentpane) input[type="url"],
textareabody:not(.contentpane) input[type="search"],
textareabody:not(.contentpane) input[type="tel"],
textareabody:not(.contentpane) input[type="color"],
textareabody:not(.contentpane) .uneditable-input {
  height: auto;
}
body:not(.contentpane) select:focus,
body:not(.contentpane) textarea:focus,
body:not(.contentpane) input[type="text"]:focus,
body:not(.contentpane) input[type="password"]:focus,
body:not(.contentpane) input[type="datetime"]:focus,
body:not(.contentpane) input[type="datetime-local"]:focus,
body:not(.contentpane) input[type="date"]:focus,
body:not(.contentpane) input[type="month"]:focus,
body:not(.contentpane) input[type="time"]:focus,
body:not(.contentpane) input[type="week"]:focus,
body:not(.contentpane) input[type="number"]:focus,
body:not(.contentpane) input[type="email"]:focus,
body:not(.contentpane) input[type="url"]:focus,
body:not(.contentpane) input[type="search"]:focus,
body:not(.contentpane) input[type="tel"]:focus,
body:not(.contentpane) input[type="color"]:focus,
body:not(.contentpane) .uneditable-input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
body:not(.contentpane) .sppb-form-control,
body:not(.contentpane) a.btn[title="Cancel"],
body:not(.contentpane) button[type="submit"],
body:not(.contentpane) button[name="Search"] {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 53px;
  line-height: 41px;
  padding: 6px 30px;
}
.sppb-form-control {
  border: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.alert {
  background: #f9f9f9;
}
.alert.alert-success {
  background: #dff0d8;
}
.alert.alert-info {
  background: #d9edf7;
}
.alert.alert-warning {
  background: #fcf8e3;
}
.alert.alert-error {
  background: #f2dede;
}
@media only screen and (max-width: 1200px) {
  .sppb-addon-appointment-form form.sppb-appointment-form.light >.sppb-form-group,
  .sppb-addon-appointment-form form.sppb-appointment-form.light >.sppb-form-btn {
    width: 245px;
    float: left;
    margin: 15px;
  }
  .sppb-addon-appointment-form form.sppb-appointment-form.light {
    margin-top: -20px !important;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  #sp-page-title .sp-page-title .breadcrumb {
    width: 500px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sp-megamenu-parent > li > a {
    font-size: 14px;
  }
  #sp-page-title .sp-page-title .breadcrumb {
    width: 460px;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg {
    padding: 35px 0 60px;
    height: 470px;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
    font-size: 40px;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title .sppb-slidehsow-sub-title {
    font-size: 60px;
  }
  .mednet-features-list .sppb-addon-feature {
    padding: 35px 40px 40px 0;
  }
  .mednet-core-service {
    padding: 80px 0 !important;
  }
  .mednet-home-about {
    padding-bottom: 50px !important;
  }
  .mednet-home-about .sppb-addon-animated-number .sppb-animated-number {
    font-size: 50px !important;
  }
  .mednet-home-team {
    padding-top: 80px !important;
  }
  .mednet-success-story {
    margin: 60px 0 70px !important;
  }
  .mednet-text-block-v2 {
    padding-right: 0;
  }
  .mednet-expert-advice {
    padding: 80px 0 50px !important;
  }
  .sppb-addon-tweet .sppb-tweet-slider {
    padding-right: 45px;
    padding-top: 55px;
  }
  .mednet-footer-widget {
    padding: 80px 0 !important;
  }
  .sppb-addon-feature.sp-contact-info {
    padding: 35px 25px;
  }
  .sppb-addon-feature.sp-contact-info .sppb-addon-text .working-hours {
    font-size: 14px;
  }
  #sp-bottom {
    padding: 70px 0 50px !important;
  }
  .mednet-home-about {
    padding-bottom: 80px !important;
    padding-top: 70px !important;
  }
  .about-tabs {
    padding: 60px 0 40px !important;
  }
  #sp-page-builder .about-tabs .sppb-section-title {
    margin-bottom: 30px;
  }
  .mednet-tabs .sppb-tab .sppb-nav-tabs {
    padding: 18px 0 50px;
  }
  .mednet-team {
    padding-top: 70px !important;
  }
  .mednet-appoinment {
    padding: 60px 0 !important;
  }
  .mednet-accordion {
    padding: 80px 0 !important;
  }
  .mednet-contact-page {
    padding: 60px 0 90px !important;
  }
  .mednet-contact-page .sppb-addon-text-block .sppb-addon-title,
  .mednet-contact-page .sppb-addon-ajax-contact .sppb-addon-title {
    font-size: 40px !important;
    margin-bottom: 50px !important;
  }
  .sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form .sppb-form-group {
    margin-right: 0;
    width: 100%;
  }
  .mednet-accordion .sppb-addon-accordion .sppb-addon-content::before {
    height: 95%;
  }
  .sp-mednet-feature {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  #sp-page-title .sp-page-title .breadcrumb {
    height: inherit;
    right: 15px;
    width: 300px;
  }
  .sppb-addon-blocknumber .sppb-blocknumber .sppb-blocknumber-number {
    font-size: 55px !important;
  }
  .sppb-addon-appointment-form form.sppb-appointment-form.light >.sppb-form-group,
  .sppb-addon-appointment-form form.sppb-appointment-form.light >.sppb-form-btn {
    width: 100%;
    padding-right: 15px !important;
  }
  .sppb-addon-appointment-form form.sppb-appointment-form.light {
    margin-bottom: 50px !important;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    font-size: 80px;
  }
  #sp-bottom1,
  #sp-bottom2,
  #sp-bottom3 {
    margin-bottom: 20px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sppb-slider-wrapper .sppb-slide-item-bg {
    padding: 35px 0 60px;
    height: 385px;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
    font-size: 35px;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title .sppb-slidehsow-sub-title {
    font-size: 35px;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .details {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .mednet-features-list .sppb-addon-feature {
    padding: 30px 15px 30px 0px;
  }
  .mednet-features-list .mednet-features-two {
    padding-left: 15px;
  }
  .mednet-features-list .mednet-features-three {
    padding-left: 15px;
  }
  .mednet-core-service {
    padding: 60px 0 !important;
  }
  .mednet-core-service .sppb-addon-blocknumber .sppb-blocknumber .sppb-blocknumber-number {
    font-size: 45px !important;
  }
  #sp-page-builder .sppb-section-title .sppb-title-subheading {
    font-size: 40px !important;
  }
  .mednet-home-about {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }
  .mednet-home-about .sppb-addon-container {
    padding-left: 0px !important;
  }
  .mednet-home-about .sppb-addon-container .sppb-addon-animated-number .sppb-animated-number {
    font-size: 50px !important;
  }
  .mednet-home-about .sppb-addon-container .sppb-empty-space.clearfix {
    margin-bottom: 30px !important;
  }
  .mednet-home-about .sppb-addon-feature {
    margin-bottom: 0;
  }
  .mednet-home-team {
    padding-top: 60px !important;
  }
  .sppb-addon-persion .sppb-person-information {
    left: 0;
  }
  .mednet-success-story {
    margin: 45px 0 50px !important;
  }
  .mednet-success-story .mednet-text-block-v2 {
    padding-right: 0;
  }
  .sppb-testimonial-pro-advanced .sppb-addon-title {
    margin-bottom: 25px !important;
  }
  .sppb-testimonial-pro-advanced .sppb-testimonial-content {
    margin-top: 30px;
    padding-left: 0;
  }
  .sppb-testimonial-pro-advanced .sppb-carousel-indicators {
    margin-top: 40px;
  }
  .sppb-testimonial-pro-advanced .sppb-carousel-indicators li.sppb-tm-indicators {
    height: 50px;
    width: 50px;
  }
  .mednet-expert-advice {
    padding: 60px 0 !important;
  }
  .mednet-expert-advice .sppb-section-title {
    margin-bottom: 25px !important;
  }
  .sppb-addon-articles .sppb-addon-article {
    padding: 25px 20px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-img-wrap {
    width: 80px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-info {
    padding-left: 25px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-info .sppb-article-title {
    font-size: 20px;
  }
  .sppb-addon-tweet .sppb-tweet-slider {
    padding: 25px 40px 60px 235px;
  }
  .sppb-addon-tweet::before {
    top: 20px;
  }
  .sppb-addon-feature.sp-contact-info {
    padding: 25px;
  }
  .mednet-footer-widget {
    padding: 70px 0 40px !important;
  }
  .mednet-footer-widget .sppb-col-sm-3 {
    width: 50%;
  }
  .mednet-footer-widget .sppb-col-sm-3:nth-child(3) {
    clear: left;
  }
  .mednet-footer-widget .sppb-col-sm-3 .sppb-addon-feature.sp-contact-info {
    margin-bottom: 30px;
    padding: 25px;
  }
  .mednet-footer-widget .sppb-col-sm-3 .sppb-addon-feature.sp-contact-info .sppb-addon-text {
    font-size: 12px;
  }
  #sp-bottom {
    padding: 60px 0 50px !important;
  }
  #sp-footer1 .sp-module ul li {
    margin-right: 20px;
  }
  #sp-footer1 .sp-module ul li a {
    line-height: 1;
    padding: 0;
  }
  #sp-page-title .sp-page-title h3 {
    font-size: 35px;
  }
  .about-tabs {
    padding: 60px 0 40px !important;
  }
  #sp-page-builder .about-tabs .sppb-section-title {
    margin-bottom: 30px;
  }
  .mednet-tabs .sppb-tab .sppb-nav-tabs {
    padding: 18px 0 50px;
  }
  .mednet-team {
    padding-top: 70px !important;
  }
  .mednet-appoinment {
    padding: 60px 0 !important;
  }
  .mednet-accordion {
    padding: 80px 0 !important;
  }
  .mednet-contact-page {
    padding: 40px 0 70px !important;
  }
  .mednet-contact-page .sppb-addon-text-block .sppb-addon-title,
  .mednet-contact-page .sppb-addon-ajax-contact .sppb-addon-title {
    font-size: 35px !important;
    margin-bottom: 40px !important;
  }
  .sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form .sppb-form-group {
    margin-right: 0;
    width: 100%;
  }
  #sp-bottom-feature {
    padding: 0;
  }
  #sp-main-body #sp-right {
    margin-top: 0;
  }
  .sp-mednet-features .col-sm-3 {
    width: 50%;
  }
  #sp-left .sp-module .sp-module-title,
  #sp-right .sp-module .sp-module-title {
    padding-left: 20px;
  }
  #sp-left .sp-module .sp-module-content .latestnews > div,
  #sp-right .sp-module .sp-module-content .latestnews > div {
    display: table;
    padding: 12px 20px 17px;
    width: 100%;
  }
  #sp-left .sp-module .sp-module-content .latestnews .mednet-news-title,
  #sp-right .sp-module .sp-module-content .latestnews .mednet-news-title {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
  .mednet-accordion .sppb-addon-accordion {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .spb-res-margin {
    margin: 50px 0 !important;
  }
  .spb-res-padding {
    padding: 50px 0 !important;
  }
  .spb-res-mixed-padding {
    padding: 50px 0 100px !important;
  }
  .spb-res-bottom-padding {
    padding: 0 0 30px !important;
  }
  .spb-res-top-padding {
    padding: 50px 0 0 !important;
  }
  #sp-page-title .sp-page-title {
    padding: 60px 0;
  }
  #sp-right {
    margin-top: 50px;
  }
  body.view-category article.item .entry-image a:after {
    font-size: 25px;
  }
  .doctor-static-hero-section .sppb-addon-container {
    padding: 0 !important;
  }
  .doctor-static-hero-section .sppb-addon-cta .sppb-cta-title {
    font-size: 30px !important;
    line-height: 1 !important;
  }
  .doctor-static-hero-section .sppb-addon-cta .sppb-cta-subtitle {
    font-size: 45px !important;
    line-height: 1 !important;
  }
  .sppb-addon-appointment-form.doctor-appointment-hero-section {
    margin-top: 30px;
  }
  .sppb-addon-appointment-form.doctor-appointment-hero-section .sppb-addon-title {
    padding: 12px 25px;
    font-size: 20px;
  }
  .sppb-addon-appointment-form.doctor-appointment-hero-section form.sppb-appointment-form .sppb-form-btn {
    margin-left: 18px;
  }
  .doctor-static-hero-section.spb-res-padding {
    padding: 50px 0 !important;
  }
  .doctor-static-hero-section .sppb-addon-video {
    margin-top: 30px;
  }
  .pagination-wrapper .pagination {
    margin-top: 20px;
  }
  .sp-mednet-feature {
    margin-bottom: 30px;
  }
  .sppb-addon-feature {
    margin-bottom: 30px;
  }
  .mednet-stats .sppb-addon-feature {
    margin-bottom: 15px;
  }
  .mednet-text-block-title h1.sppb-addon-title {
    font-size: 30px;
  }
  .mednet-services-step:before {
    display: none;
  }
  .mednet-services-step .sppb-addon-blocknumber .sppb-blocknumber-number {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .mednet-services-step .sppb-addon-blocknumber .sppb-blocknumber >.pull-left {
    margin-right: 20px;
  }
  .mednet-services-list .sppb-addon-feature {
    margin-bottom: 30px;
  }
  .mednet-services-list .sppb-addon-feature .sppb-icon i {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
  }
  .mednet-features-list .mednet-features-three {
    padding-left: 15px;
  }
  .mednet-accordion {
    background: none !important;
  }
  .mednet-accordion .sppb-addon-accordion {
    margin-left: 10px;
  }
  .mednet-accordion .sppb-addon-accordion .sppb-addon-content .sppb-panel.sppb-panel-default .sppb-panel-heading .sppb-panel-title {
    line-height: 1.2;
  }
  .sppb-addon-appointment-form form.sppb-appointment-form.light {
    overflow: hidden;
    margin-top: 30px !important;
    margin-right: 0;
    margin-left: -15px;
  }
  #sp-footer2 {
    margin-top: 20px;
  }
  .sp-comingsoon .sp-position-comingsoon {
    width: 100%;
  }
  section#sp-bottom-feature {
    padding: 50px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #sp-top1,
  #sp-top2 {
    text-align: center;
  }
  #sp-top-bar .sp-module {
    margin: 0;
  }
  #sp-menusocial {
    padding: 0;
  }
  #sp-menu {
    padding: 0 15px 0 0;
  }
  .sppb-section.doctor-static-hero-section {
    background-position: -50px center !important;
    background-size: auto auto !important;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg {
    padding: 35px 0 60px;
    height: 390px;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text {
    width: 60%;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
    font-size: 35px;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title .sppb-slidehsow-sub-title {
    font-size: 35px;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .details {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .sppb-slider-wrapper .customNavigation a {
    bottom: 15px;
    right: 15px;
  }
  .mednet-features-list .sppb-row > div {
    margin: 0 -15px;
  }
  .mednet-features-list .mednet-features-one {
    margin-left: 25px;
  }
  #sp-page-builder .mednet-core-service {
    padding: 60px 0 !important;
  }
  #sp-page-builder .mednet-core-service .sppb-addon-container .sppb-empty-space.clearfix {
    margin-bottom: 15px !important;
  }
  #sp-page-builder .sppb-section-title {
    margin-bottom: 25px !important;
  }
  #sp-page-builder .sppb-section-title .sppb-title-subheading {
    line-height: .9;
    font-size: 32px !important;
  }
  .mednet-home-about {
    padding-bottom: 50px !important;
  }
  .mednet-home-about .sppb-addon-container {
    padding-left: 0 !important;
  }
  .mednet-home-about .mednet-text-block-title .sppb-addon-title {
    font-size: 35px !important;
  }
  .mednet-home-team {
    padding-top: 60px !important;
  }
  .mednet-appoinment .mednet-text-block .sppb-addon-title {
    font-size: 32px !important;
  }
  .sppb-addon-appointment-form form.sppb-appointment-form > .sppb-form-group,
  .sppb-addon-appointment-form form.sppb-appointment-form > .sppb-form-btn {
    margin: 15px 0;
    width: 100%;
  }
  .sppb-addon-appointment-form form.sppb-appointment-form {
    margin: 0;
    overflow: inherit;
  }
  .mednet-success-story {
    margin: 40px 0 40px !important;
  }
  .mednet-success-story .sppb-testimonial-pro-advanced {
    padding-right: 0;
  }
  .mednet-success-story .sppb-testimonial-pro-advanced .sppb-addon-title {
    font-size: 32px !important;
  }
  .mednet-success-story .sppb-testimonial-pro-advanced .mednet-text-block-v2 {
    padding-right: 0;
  }
  .mednet-success-story .sppb-testimonial-pro-advanced .sppb-carousel-indicators {
    margin-top: 50px;
  }
  .mednet-success-story .sppb-testimonial-pro-advanced .sppb-carousel-indicators li.sppb-tm-indicators {
    width: 50px;
    height: 50px;
  }
  .mednet-success-story .sppb-testimonial-pro-advanced .sppb-testimonial-content {
    margin-top: 30px;
    padding-left: 25px;
  }
  .mednet-success-story .sppb-testimonial-pro-advanced .sppb-testimonial-message {
    margin-bottom: 25px;
  }
  .mednet-expert-advice {
    padding: 60px 0 !important;
  }
  .sppb-addon-articles .sppb-addon-article {
    padding: 25px 20px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-img-wrap {
    width: 70px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-img-wrap .sppb-img:after {
    font-size: 20px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-info {
    padding-left: 20px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-info .sppb-article-title {
    font-size: 20px;
  }
  .sppb-addon-tweet:before {
    left: 20px;
    top: 8px;
  }
  .sppb-addon-tweet .sppb-tweet-slider {
    padding: 30px 30px 0;
    margin-bottom: 50px;
  }
  .sppb-addon-tweet .sppb-tweet-slider:after {
    width: auto;
  }
  .sppb-addon-tweet .sppb-tweet-slider:before {
    display: none;
  }
  .sppb-addon-tweet .sppb-tweet-slider .sppb-tweet-text {
    font-size: 20px;
    line-height: 1.2;
  }
  .mednet-footer-widget {
    padding: 0px 0 30px !important;
  }
  .mednet-footer-widget .sppb-addon-feature {
    margin-bottom: 30px;
  }
  #sp-bottom {
    padding: 45px 0 35px !important;
  }
  #sp-footer {
    padding: 0 0 25px;
  }
  #sp-footer .sp-module ul > li > a {
    line-height: 2;
    padding: 0;
  }
  #sp-footer #sp-footer1 .sp-module-content ul.nav.menu {
    text-align: center;
  }
  #sp-footer #sp-footer1 .sp-module-content ul.nav.menu li {
    margin: 0 15px;
  }
  #sp-footer #sp-footer2 .sp-copyright {
    text-align: center;
    float: none;
  }
  #sp-page-title .sp-page-title h3 {
    font-size: 30px;
  }
  #sp-page-title .sp-page-title .breadcrumb {
    left: auto;
    margin-top: 20px;
    position: relative;
    right: auto;
    height: inherit;
  }
  .mednet-home-about {
    padding-top: 50px !important;
  }
  .about-tabs.mednet-major-bg {
    padding: 60px 0 !important;
  }
  .about-tabs.mednet-major-bg .mednet-tabs .sppb-tab .sppb-nav-tabs {
    padding: 18px 0 0;
  }
  .about-tabs.mednet-major-bg .mednet-tabs .sppb-tab .sppb-tab-pane .line {
    display: none;
  }
  .about-tabs.mednet-major-bg .mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:before {
    display: none;
  }
  .about-tabs.mednet-major-bg .mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:after {
    display: none;
  }
  .mednet-team {
    padding: 60px 0 0 !important;
  }
  .mednet-callto-action {
    padding: 60px 0 !important;
  }
  .mednet-callto-action .sppb-cta-title {
    font-size: 32px !important;
    margin-bottom: 30px !important;
  }
  .mednet-callto-action .sppb-addon-cta .sppb-row .sppb-text-right {
    text-align: left;
  }
  .mednet-callto-action .sppb-addon-cta .sppb-row .sppb-btn.sppb-btn-primary {
    font-size: 16px;
    margin-top: 30px;
    padding: 0 25px;
    white-space: normal;
  }
  .mednet-accordion {
    padding: 60px 0 !important;
  }
  .mednet-accordion .sppb-section-title .sppb-title-heading {
    font-size: 32px !important;
    margin-bottom: 20px !important;
  }
  .mednet-accordion .sppb-addon-accordion {
    padding-left: 0;
    background: #fff;
  }
  .mednet-accordion .sppb-addon-accordion .sppb-addon-content .sppb-panel.sppb-panel-default .sppb-panel-heading .sppb-panel-title {
    font-size: 20px;
  }
  .mednet-footer-widget.about-page {
    padding-top: 60px !important;
  }
  .mednet-contact-page {
    padding: 30px 0 60px !important;
  }
  .mednet-contact-page .sppb-addon-text-block .sppb-addon-title {
    font-size: 32px !important;
    margin-bottom: 10px !important;
  }
  .mednet-contact-page .sppb-addon-feature {
    margin-bottom: 0;
  }
  .mednet-contact-page .sppb-empty-space.clearfix {
    margin-bottom: 25px !important;
  }
  .mednet-contact-page .sppb-addon-ajax-contact.contact-page-form {
    width: 100%;
    display: table;
  }
  .mednet-contact-page .sppb-addon-ajax-contact.contact-page-form .sppb-addon-title {
    font-size: 32px !important;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
  }
  .mednet-contact-page .sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form .sppb-form-group {
    margin-right: 0;
    width: 100%;
  }
  .mednet-contact-page .sppb-icon.sppb-text-left {
    margin-bottom: 25px;
  }
  body:not(.view-article) article.item .blog-info-wrapper {
    padding: 20px 25px 25px;
  }
  body:not(.view-article) article.item .entry-quote {
    padding: 160px 30px 30px;
  }
  body:not(.view-article) article.item .entry-link {
    padding: 60px;
  }
  .mednet-accordion.faq-page .sppb-addon-accordion .sppb-addon-content::before {
    height: 97%;
  }
  .error-page-wrap {
    padding: 40px 0;
  }
  .error-page-logo {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 490px) {
  .doctor-static-hero-section .sppb-addon-cta .sppb-btn {
    display: block;
  }
  .doctor-static-hero-section {
    padding: 90px 0 !important;
  }
  .doctor-static-hero-section .sppb-addon-container {
    padding: 0 !important;
  }
  .sppb-testimonial-pro-advanced .sppb-carousel-icon {
    font-size: 30px;
  }
  .sppb-testimonial-pro-advanced .sppb-testimonial-message {
    font-size: 18px;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text {
    width: 100%;
  }
  .sppb-addon-appointment-form.doctor-appointment-hero-section form.sppb-appointment-form .sppb-form-group:first-child {
    padding-right: 0;
  }
  .sppb-addon-appointment-form.doctor-appointment-hero-section form.sppb-appointment-form .sppb-form-group {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .sppb-slider-wrapper .customNavigation a {
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sppb-slider-wrapper .customNavigation a.sppbSlidePrev {
    right: 65px;
  }
  .sppb-slider-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
  }
  body.view-category article.item .entry-image {
    display: block;
  }
  body .appointment-callto-action .sppb-addon-text-block .sppb-addon-content span {
    font-size: 25px !important;
    line-height: 1.2;
  }
  body .appointment-callto-action .sppb-addon-text-block .sppb-addon-content span:before {
    font-size: 25px;
    left: -15px;
  }
  .sp-comingsoon .sp-position-comingsoon {
    width: 100%;
  }
  .sp-comingsoon .comingsoon-page-logo img {
    max-width: 180px;
  }
  .sp-comingsoon .sp-comingsoon-countdown>div {
    margin-right: 30px;
  }
  .sp-comingsoon .sp-comingsoon-countdown>div:after {
    height: 8px;
    width: 8px;
    right: -20px;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    font-size: 40px;
  }
  .sp-comingsoon .bottom-newsletter .acymailing_form .acysubbuttons input {
    padding: 0 20px;
  }
  .sp-comingsoon .sp-comingsoon-countdown>div {
    margin-bottom: 30px;
  }
  .sppb-addon-blocknumber .sppb-blocknumber .sppb-blocknumber-number {
    font-size: 35px !important;
  }
  .sppb-addon-animated-number {
    margin-bottom: 15px;
  }
  .sppb-addon-animated-number .sppb-animated-number {
    font-size: 35px !important;
    line-height: 1 !important;
  }
}
