ul {
    padding-left: 20px;
} 

img {
    max-width: 100%;
    height: auto;
  }
  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  * html .clearfix {
    zoom: 1;
  } /* IE6 */
  *:first-child + html .clearfix {
    zoom: 1;
  } /* IE7 */

  body {
    font-family: noto-sans, sans-serif !important;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.8) !important;
    -webkit-text-rendering: optimizeLegibility !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-smoothing: antialiased !important;
  }

.wp-caption img[class*="wp-image-"] { max-width: 100%; margin-top: 0; }
.wp-caption-text { text-align: left; font-size: 14px; padding-left: 15px; padding-right: 15px; }

.box-1colleft.white-paper-alert .item { margin-bottom: -70px; }
.white-paper-alert a .alert-secondary { font-weight: 700; background: #ffe200; color: #464a67; }
.white-paper-alert a .alert-secondary:hover { background: #E6CB32; }
.white-paper-alert .badge { font-size: 100%; color: #FFF7CC; margin-right: 5px; padding: .4em; }
.white-paper-alert .bg-secondary { background: #464a67 !important; }


  .in-the-news div { background: #F3F3F3 !important; padding: 30px 30px 20px; margin-bottom: 30px; padding-top: 30px; }
  .in-the-news h6 { text-transform: uppercase !important; font-size: 16px; font-weight: bold; }
  .page-container .in-the-news a:not(.btn) { color: #454B80; font-size: 24px; text-decoration: underline; margin-bottom: 5px; }
  .in-the-news a.btn { margin-top: 20px; }


  .shared-counts-wrap::before { content: "SHARE THIS:"; display: block; font-size: 12px; margin-bottom: 6px; }

  .fab {
    font-size: 20px;
    margin-right: 6px;
}

  .benefits h3 { display: inline-block; }
  .benefits h4, .benefits h6 { text-transform: uppercase !important; }
  .benefits h4 { font-weight: 700; }

  .box-accordion .collapse a.btn { text-decoration: none !important; }

  .page-container a:not(.btn) {
    color: #000;
  }
  .page-container a:not(.btn):hover {
    text-decoration: none;
    color: inherit;
  }


  /* Modals */
  @media (min-width: 992px) {
    .modal-dialog {
      max-width: 800px !important;
    }
    .modal-body {
      height: 600px;
      overflow-y: auto;
    }
  }
  .modal-content {
    border: 0 none !important;
    border-radius: 0px !important;
  }

  /* General */


  .blog-single-content a { margin-bottom: 0; text-decoration: underline; }
  .blog-single-content h3, h4, h5, h6 { font-weight: 600 !important; }
  .blog-single-content h2, .blog-single-content h3,
  .blog-single-content h5 { font-weight: 600; margin-top: 30px; }
  .single-post .blog-single-content h2, .blog-single-content h2 { font-size: 1.5rem !important; color: rgba(0, 0, 0, 0.8); } 
  .blog-single-content h3 { font-size: 1.25rem; } 

  .post-title-date a { text-decoration: none; }
  .post-title-date, .post-title-categories { margin-bottom: 20px; }

  #main {
    margin-top: 100px;
  }
  #main .post,
  #main .page {
    border: 0 none !important;
    margin-bottom: 0 !important;
    /*overflow-x: auto !important;*/
    padding: 0 !important;
  }
  #content {
    padding-top: 24px;
  }
  .btn {
    min-width: 110px;
    text-transform: uppercase;
    font-size: 16px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    box-shadow: inherit !important;
    -webkit-transition: all 0.30s ease-in-out !important;
    transition: all 0.30s ease-in-out !important;
  }
  .btn:hover {
    background-color: #373950;
    color: #fff;
  }
  a.btn[aria-expanded="false"] .show-less,
  a.btn[aria-expanded="true"] .show-more {
    display: none;
  }

  .sticky-bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: #b83258;
  }
  .sticky-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sticky-bottom ul li {
    display: inline-block;
    width: 32.5%;
    vertical-align: middle;
  }
  .sticky-bottom ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff !important;
    /*font-family: 'AvenirRoman12';*/
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 10px 10px 10px;
  }
  .sticky-bottom ul li.make-appointment a {
    background: url("../../../images/icon-calendar.png") 50% 10px no-repeat;
    background-size: 20px 21px;
  }
  .sticky-bottom ul li.call a {
    background: url("../../../images/icon-phone.png") 50% 10px no-repeat;
    background-size: 22px 21px;
  }
  .sticky-bottom ul li.directions a {
    background: url("../../../images/icon-directions.png") 50% 10px no-repeat;
    background-size: 16px 21px;
  }
  .sticky-form {
    max-width: 400px;
    position: fixed;
    right: -150%;
    top: 50%;
    background: #842062;
    z-index: 1010;
    padding: 20px 40px;
    /*display: none;*/
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .sticky-form.show {
    right: 0;
  }
  .sticky-form .tit {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }
  .sticky-form .req {
    font-size: 12px;
    font-style: italic;
  }
  .sticky-form .wpcf7 .field {
    margin-top: 8px;
  }
  .sticky-form .wpcf7 input,
  .sticky-form .wpcf7 textarea {
    margin-top: 0;
    border: 0 none;
    border-radius: 0px;
    font-size: 14px;
  }
  .sticky-form .wpcf7 select {
    width: 100%;
    height: 26px;
    display: block;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    background: #e1e1e1;
    padding: 4px;
    position: relative;
  }
  .sticky-form .wpcf7 input[type="radio"] {
    width: auto;
  }
  .sticky-form span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 20px;
  }
  .sticky-form .wpcf7-not-valid-tip { 
	  color: #FFE200;
}
  .sticky-form .wpcf7 input[type="submit"] {
    width: 100%;
    background: #3b3f5e;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .sticky-form div.wpcf7-response-output {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sticky-form .close-bt {
    color: #fff !important;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 10;
  }
  /*
  @media (any-hover: hover) {
  @media (min-width: 1367px) {

      .anim-scale-y {
          color: transparent;
          -webkit-transform: scaleY(.1);
          transform: scaleY(.1);
          -webkit-transform-origin: bottom;
          transform-origin: bottom;
      }
      .anim-scale-y:hover {
          color: #fff;
          -webkit-transform: scaleY(1);
          transform: scaleY(1);
      }
      .anim-scale-y.origin-top {
          -webkit-transform-origin: top;
          transform-origin: top;
      }
  }
  }
  @media (min-width: 992px) {

      .anim-scale-y {
          color: transparent;
          -webkit-transform: scaleY(.1);
          transform: scaleY(.1);
          -webkit-transform-origin: bottom;
          transform-origin: bottom;
      }
      .anim-scale-y:hover {
          color: #fff;
          -webkit-transform: scaleY(1);
          transform: scaleY(1);
      }
      .anim-scale-y.origin-top {
          -webkit-transform-origin: top;
          transform-origin: top;
      }

  }*/
  @media (min-width: 992px) {
    .make-appoinment-bt {
      width: 125px;
      position: fixed;
      right: 0;
      /*bottom: 80px;*/
      top: 420px;
      z-index: 100;
    }
    .make-appoinment-bt a {
      display: block;
      width: 100%;
      height: 100%;
      background: #b83258 url("../../../images/icon-calendar.png") 50% 10px no-repeat;
      background-size: 20px 21px;
      color: #fff !important;
      /*font-family: 'AvenirMedium09';*/
      font-size: 11px;
      text-transform: uppercase;
      text-align: center;
      padding: 35px 10px 5px 10px;
    }
  }
  @media (max-width: 992px) {
    #content {
      padding-top: 53px;
      position: relative;
    }
    .sticky-form {
      top: auto;
      bottom: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    .sticky-form.show {
      top: 60px;
      bottom: auto;
      position: absolute;
    }
  }
  @media (max-width: 480px) {
    #content {
      padding-top: 46px;
    }
    .sticky-form .tit {
      font-size: 20px;
    }
    .sticky-form .wpcf7 textarea {
      height: 80px;
    }
  }

  /* Header */
  .page-header-sitebrand-topbar {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin-bottom: 0 !important;
  }

  .page-header-sitebrand-topbar .site-title-heading {
    width: 373px;
    /*position: absolute;
    z-index: 30;
    top: 25px;*/
    font-size: 2rem;
  }
  .page-header-sitebrand-topbar .header-top {
    background: #fff;
    text-align: right;
    color: #2A3F6C;
    /*padding: 1px 0;*/
  }
  .page-header-sitebrand-topbar .header-top a {
    color: #fff;
  }
  .header-top-sidebar > .widget {
    display: inline-block;
    /*vertical-align: middle;*/
    margin-left: 5px;
    margin-right: 5px;
  }
  .menu-social-menu-container ul,
  .header-top-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-social-menu-container ul li,
  .header-top-sidebar ul li {
    display: inline-block;
    margin: 3px;
    vertical-align: middle;
  }
  .header-top-sidebar ul li {
    font-size: 10px;
  }
  .header-top-sidebar .menu-social-menu-container ul li a {
    font-size: 16px;
  }
  .header-top-sidebar .tel {
    font-size: 14px;
    font-weight: 700;
  }
  .header-top-sidebar .widget_search {
    vertical-align: middle;
  }
  .header-top-sidebar .widget_search form {
    border: 1px solid #fff;
    border-radius: 20px;
  }
  .header-top-sidebar .widget_search .form-control {
    background: transparent;
    border: 0 none;
    border-radius: 0px;
    color: #fff;
    font-size: 11px;
    text-transform: lowercase;
    height: auto;
    padding: 0 10px;
    line-height: normal;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-top-sidebar .widget_search .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
  }
  .header-top-sidebar .widget_search .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
  }
  .header-top-sidebar .widget_search .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
  }
  .header-top-sidebar .widget_search .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }
  .header-top-sidebar .widget_search button.btn {
    min-width: inherit;
    padding: 0 5px !important;
    border: 0 none;
    border-radius: 0px;
    color: #fff;
    font-size: 0 !important;
	  background-color: transparent !important;
  }
  .header-top-sidebar .widget_search button.btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    display: inline-block;
    font-size: 11px !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  .header-top-sidebar .widget_search button.btn:hover {
    background-color: transparent;
    opacity: 0.7;
  }

  /*.menu-header-menu-container ul li a {
    letter-spacing: 0.1px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 8px;
  }
  .menu-header-menu-container ul li:nth-child(2) a {
    margin-left: 5px;
  }
  .menu-header-menu-container ul li:first-child:after {
    content: " | ";
  }
  .menu-header-menu-container ul li:nth-child(3) a,
  .menu-header-menu-container ul li:nth-child(4) a,
  .menu-header-menu-container ul li:nth-child(5) a,
  .menu-header-menu-container ul li:nth-child(6) a {
    background: #80746D;
    display: block;
    padding: 2px 14px;
    border-radius: 4px;
    margin-right: 3px;
    letter-spacing: 0.5px;
    font-size: 11px;
    margin-top: -2px;
  }
  .menu-header-menu-container ul li:nth-child(4) a {
    background: #b83258;
  }
.menu-header-menu-container ul li:nth-child(5) a {
    background: #73779e;
  }

  .menu-header-menu-container ul li:nth-child(6) a {
    background: #ffe200;
	color: #464a67;
    margin-right: 0px;
  }

  .menu-header-menu-container ul li:nth-child(6) a:hover {
	color: #464a67;
  }*/

/* New Menu Styling 2022*/

/*.header-top-sidebar #menu-header-menu .search-btn .is-search-form button.is-search-submit {
    display: none !important;
}*/

.sticky-form-consultation-open.sticky-btn {
    top: 560px !important;
}

.search-header h1 {
    font-size: 16px;
    font-weight: bold;
}

.box-accordion .box-tit {
    margin-bottom: 10px !important;
}

.post-title-date a,
.post-title-categories a{
    font-size: 15px !important;
}

.wpcf7-not-valid-tip {
	color: #B21F7F !important;
}

.wpcf7 textarea {
    margin-top: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #B21F7F !important;
}

.box-questions.box-1colleft.skew-section.white-diagonal.bgwhite.no-padding-bottom,
.box-accordion.no-padding-bottom{
    padding-bottom: 0;
}

.blog-sidebar .widget_custom_html a:hover,
.blog-sidebar .widget_custom_html a{
    color: #454B80 !important;
}

.box-copy-img.skew-section.white-diagonal.bgwhite.featured-post-widget.extra-padding-bottom {
    padding-bottom: 180px !important;
}

#quadmenu ul ul #dropdown-97778 ul {
    padding-top: 0 !important;
    margin-top: -5px;
}

.service-entry-read-more:hover > .with-underline {
    text-decoration: none;
}

.read-more:hover > .with-underline {
    text-decoration: none !important;
    font-weight: 700;
}

.header-top-sidebar .menu .is-search-form {
    top: -19px !important;
}

.box-copy-img.bg-color.skew-section.white-diagonal.skew-fix:after {
	bottom: -16px !important;
}

.make-appoinment-bt a,
.sticky-form-consultation-open a{
    font-weight: 700;
}

.bg-light-purple ul,
.bgwhite ul,
.box-copy-img.box-copy-img2.bg-color ul {
  list-style: none;
}

.bg-light-purple li::before,
.bgwhite li::before,
.box-copy-img.box-copy-img2.bg-color li::before {
    color: #842062 !important;
	content: "\2022";  
  font-weight: bold; 
  display: inline-block;
  width: 1em; 
  margin-left: -1em; 
}

.bgwhite li li::before {
	content: "\2013";  
}

.blog-container .pagination li:before,
.blog-container ol li:before,
.blog-container .simple-social-icons li:before{
	content: none;
}

.blog-container ol {
	padding-left: 20px;
}

.blog-container ol li {
    padding-left: 5px;
}

.page-item:first-child .page-link {
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.blog-single-row .post-detail {
	padding: 12px 20px !important;
}

span.small-txt {
    text-transform: lowercase;
}

#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item .quadmenu-item-content {
    padding: 10px 20px;
}

#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item.quadmenu-item-has-children .quadmenu-item-content {
    padding: 10px 25px;
}

#quadmenu .quadmenu-dropdown-menu ul {
    padding: 12px 0;
}

#quadmenu #dropdown-97770.quadmenu-dropdown-menu ul {
    padding: 0;
}

.box-az ul li {
    list-style-type: disc !important;
    list-style-position: outside;
    display: list-item !important;
	margin-left: 25px;
}

#block-2.widget_text a {
    font-size: 17px;
}

#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-caret:before {
	content: url(../../../images/caret-down.png) !important;
	top: 42% !important;
}

#quadmenu .quadmenu-navbar-nav li.quadmenu-item.open>a>.quadmenu-item-content>.quadmenu-caret:before {
	content: url(../../../images/caret-up.png) !important;
}

.slider .owl-nav button span,
.news-feed .owl-nav button span{
	font-size: 54px !important;
}

img.right-arrow-img {
    padding: 5px 5px 7px;
}

.box-copy-img .copy a.btn:hover {
	color: #fff !important;
}

.page-header-sitebrand-topbar .header-top .container{
	padding-top:10px;
	padding-bottom:8px;
}

.box-copy-img.additional-top {
    padding-top: 150px !important;
}

#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content {
	text-transform: capitalize !important;
}

.navbar.navbar-expand-lg {
    padding-right: 0 !important;
}

.menu-header-menu-container .menu li a {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) 12px/20px var(--unnamed-font-family-noto-sans);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-666666);
    text-align: center;
    font: normal normal 600 12px/20px noto-sans;
    letter-spacing: 0px;
    color: #888888;
    opacity: 1;
	position: relative;
	margin: 0 5px;
}

.header-top-sidebar {
    margin-top: 22px;
}

.header-top-sidebar ul li:first-child a:before,
.additional-menu-mobile ul li:first-child a:after{
	content: url(../../../images/comments-solid.png);
}

.header-top-sidebar ul li:nth-child(2) a:before,
.additional-menu-mobile ul li:nth-child(2) a:after{
	content: url(../../../images/map-marker-alt-solid.png);
}

.header-top-sidebar ul li:nth-child(3) a:before,
.additional-menu-mobile ul li:nth-child(3) a:after{
	content: url(../../../images/credit-card-solid.png);
}

.header-top-sidebar ul li:nth-child(4) a:before,
.additional-menu-mobile ul li:nth-child(4) a:after{
	content: url(../../../images/user-solid.png);
}

/*.header-top-sidebar ul li.search-btn.astm-search-menu.is-menu.full-width-menu:before {
	content: url(../../../images/search-solid.png);
	margin-bottom: 3px;
}*/

.additional-menu-mobile ul li a:after {
	padding-left: 10px;
	top: 2px;
    position: relative;
}

.additional-menu-mobile ul li .sub-menu a:after {
	display: none;
}

.header-top-sidebar ul li a:before,
.header-top-sidebar ul li.search-btn.astm-search-menu.is-menu.full-width-menu:before {
    position: absolute;
    text-align: center;
    justify-content: center;
    align-content: center;
    width: 100%;
    bottom: 10px;
    padding: 5px;
}

form.is-search-form.is-form-style.is-form-style-3.is-form-id-0 {
    top: -19px !important;
}

.search-btn .search-close {
    top: -11px !important;
}

.page-header-sitebrand-topbar .main-navigation {
    background: var(--unnamed-color-eff0f8) 0% 0% no-repeat padding-box;
    background: #EFF0F8 0% 0% no-repeat padding-box;
    opacity: 1;
	border-bottom: 1px solid #ddd;
}

.page-header-sitebrand-topbar .navbar ul li a {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) 15px/16px var(--unnamed-font-family-noto-sans);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-454b80);
    text-align: right;
    font: normal normal 600 15px/16px noto-sans;
    letter-spacing: 0px;
    color: #454B80;
    opacity: 1;
}

.page-header-sitebrand-topbar .navbar ul li .dropdown-menu {
    min-width: 15rem !important;
}

.page-header-sitebrand-topbar .navbar ul li .dropdown-menu a {
    text-align: left;
    padding: 13px 20px;
}

.page-header-sitebrand-topbar .navbar ul li .dropdown-menu a:hover {
    background: var(--unnamed-color-454b80) 0% 0% no-repeat padding-box;
    background: #454B80 0% 0% no-repeat padding-box;
    opacity: 1;
	color: #fff;
}

.make-appoinment-bt a{
	background: var(---b21f7f-logo-pink) 0% 0% no-repeat padding-box;
	background: #B21F7F url(../../../images/icon-calendar.png) 50% 10px no-repeat;
	background-size: 20px 21px;
	border-radius: 5px 0px 0px 5px;
	opacity: 1;
}

.sticky-form-consultation-open.sticky-btn a{
	background: var(--unnamed-color-363c66) 0% 0% no-repeat padding-box;
	background: #363C66 url(/wp-content/uploads/2021/04/faculty-blue-icon-trans.png) 50% 7px no-repeat !important;
	background-size: 18px 23px !important;
	border-radius: 5px 0px 0px 5px;
	opacity: 1;
	border: none !important;
}

.slider .item .data h1 {
    text-transform: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.6);
}

.slider .item .data p {
	font-family: noto-sans, sans-serif;
    font-weight: 600;
}

.btn,
input.wpcf7-form-control.has-spinner.wpcf7-submit,
.more-button,
.archive .archive-content .blog-single-row .blog-single-content a {
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box !important;
	border: 2px solid var(---b21f7f-logo-pink) !important;
	background: #FFFFFF 0% 0% no-repeat padding-box !important;
	border: 2px solid #B21F7F !important;
	border-radius: 5px !important;
	opacity: 1;
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-26) var(--unnamed-font-family-noto-sans);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-454b80);
	text-align: left;
	font: normal normal 600 16px/26px noto-sans !important;
	letter-spacing: 0px !important;
	color: #454B80 !important;
	margin-top: 10px;
	text-transform: capitalize !important;
	padding: 11px 18px !important;
}

.archive .archive-content .blog-single-row .blog-single-content a {
	text-decoration: none;
	margin-top: 0 !important;
}

.post-title-date {
	margin-bottom: 5px !important;
}

.single .post-title-date {
	margin-bottom: 20px !important;
}

h2.blog-single-title {
	padding-bottom: 0 !important;
	margin-bottom: 10px !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
	margin: 20px 0 0 !important;
	width: auto !important;
}

.subnav-quicklinks .btn {
	padding: 4px 12px !important;
}

.slider .btn {
    padding: 10px 20px !important;
}

.btn:hover,
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover,
.more-button:hover,
.archive .archive-content .blog-single-row .blog-single-content a:hover{
    background: #B21F7F !important;
    color: #fff !important;
	opacity: 1 !important;
}

.box-infection-list,
.box-infection-list.skew-section:before,
.box-infection-list.skew-section:after {
	background-color: #EFEDEC !important;
}

.make-appoinment-bt a:hover {
    background-color: #991A6D;
}

.sticky-form-consultation-open.sticky-btn a:hover{
	background-color: #292D4D !important;
}

.page-header-sitebrand-topbar .header-top-sidebar .menu .sub-menu {
    display: none;
    position: absolute;
    top: 2em;
    left: 0;
    z-index: 99999;
    width: 180px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.page-header-sitebrand-topbar .header-top-sidebar .menu li:hover > ul {
	display: block;
}

.page-header-sitebrand-topbar .header-top-sidebar .menu .sub-menu li {
    width: 100%;
    margin: 0;
	padding: 10px;
}

.page-header-sitebrand-topbar .header-top-sidebar .menu .sub-menu li:hover {
    background: #454B80;
}

.page-header-sitebrand-topbar .header-top-sidebar .menu .sub-menu li:hover  > a{
	color: #fff;
}

.page-header-sitebrand-topbar .header-top-sidebar .menu .sub-menu a {
    font-size: 15px;
    font-weight: normal;
    color: #454B80;
}

.page-header-sitebrand-topbar .header-top-sidebar a:hover {
	opacity: 1;
	color: #454B80;
}

.page-header-sitebrand-topbar .header-top-sidebar ul li:first-child a:hover::before {
	content: url(../../../images/comments-solid-purple-2.png);
}

.header-top-sidebar ul li:nth-child(2) a:hover::before{
	content: url(../../../images/map-marker-alt-solid-purple.png);
}

.header-top-sidebar ul li:nth-child(3) a:hover::before{
	content: url(../../../images/credit-card-solid-purple.png);
}

.header-top-sidebar ul li:nth-child(4) a:hover::before{
	content: url(../../../images/user-solid-purple.png);
}

.page-header-sitebrand-topbar .header-top-sidebar .menu .sub-menu li a:before,
.page-header-sitebrand-topbar .header-top-sidebar ul li .sub-menu a:hover::before{
	content: none;
}

.box-tit {
    text-transform: none !important;
}

.box-tit p,
.box-tit{
    font-size: 28px !important;
    font-weight: 600;
}

.box-tit span {
    border-bottom: 2px solid !important;
    border-color: #454B80 !important;
}

.box-copy-img.bgwhite .copy p,
.box-copy-img.box-copy-img2.bg-color .copy p{
    color: #333 !important;
}

.subnav-quicklinks .btn {
    text-transform: uppercase !important;
}

.infectious-diseases-box .sh-full{
	background: rgba(244,245,250,0.95);
}

.infectious-diseases-box h2 {
    color: #454B80;
    margin-top: 40px;
}

.infectious-diseases-box h2 span {
    border-bottom: 2px solid #454B80 !important;
}

.infectious-diseases-box h2 p {
    margin-bottom: 10px;
}

.infectious-diseases-box .copy p{
	margin-bottom: 50px !important;
}

.infectious-diseases-box {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-26) var(--unnamed-font-family-noto-sans);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-333333);
	text-align: center;
	font: normal normal normal 16px/26px noto-sans !important;
	letter-spacing: 0px;
	color: #333333 !important;
	opacity: 1;
}

.infectious-diseases-box ul li h3 a{
	font: var(--unnamed-font-style-normal) normal bold 18px/var(--unnamed-line-spacing-24) var(--unnamed-font-family-noto-sans);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-842062);
	text-align: left;
	font: normal normal bold 18px/24px noto-sans;
	letter-spacing: 0px;
	color: #842062 !important;
	text-transform: uppercase;
	opacity: 1;
}

.infectious-diseases-box .read-more {
	border-bottom: none !important;
    font-weight: normal;
    color: #454B80 !important;
}

.infectious-diseases-box .read-more .with-underline{
    text-decoration: underline;
	font-weight: 700;
}

.box-copy-img.box-copy-img2.bg-color, .box-copy-img.box-copy-img2.bg-color.skew-section.white-diagonal:before, .box-copy-img.box-copy-img2.bg-color.skew-section.white-diagonal:after, .box-copy-img.box-copy-img2.bg-color .box-th-txt.skew-section:after, .box-copy-img.box-copy-img2.bg-color .box-th-txt.skew-section:before, .box-copy-img.box-copy-img2.bg-color .sh-full {
	background-color: #EFF0F8 !important;
}

/*.box-copy-img.box-copy-img2.bg-color .container .btn{
	margin-bottom: 100px;
}*/

.box-copy-img.box-copy-img2.bg-color.no-bg .sh-full {
    display: none;
}

.box-copy-img.box-copy-img2.bg-color.no-bg {
    padding: 80px 0 0 !important;
}

.box-copy-img.bg-white .box-tit,
.box-copy-img.box-copy-img2.bg-color .box-tit,
.box-tit,
.box-copy-img .box-tit {
	font-weight: bold;
    color: #454b80;
	border-bottom: 2px solid !important;
    border-color: rgba(69,75,128,0.8) !important;
	padding-bottom: 0 !important;
    margin-bottom: 20px;
}

.box-copy-img.bg-color .box-tit,
.infectious-diseases-box.box-copy-img .box-tit,
.box-questions.faq-question .box-tit,
.box-questions.bgcolor .box-tit{
	border-color: rgba(255,255,255,1) !important;
}

.box-copy-img.bg-fixed {
    background-attachment: fixed !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.box-copy-img.box-copy-img2.bg-color.skew-section.white-diagonal.no-bg:after {
    bottom: -67px !important;
}

.box-copy-img.box-copy-img2.skew-section.white-diagonal.bg-color.no-bg {
    min-height: 420px;
}

.infectious-diseases-box.box-copy-img .sh-full{
	background: rgba(93,98,151,0.95);
}

.infectious-diseases-box.box-copy-img .copy p {
    color: #fff;
    text-align: left;
    padding: 0;
	margin-bottom: 20px !important;
}

.infectious-diseases-box.box-copy-img{
	text-align: left;
}

.infectious-diseases-box.box-copy-img .box-tit {
	color: #fff !important;
	margin-top: 40px;
}

.box-copy-img.skew-section.white-diagonal.bgwhite.featured-post-widget,
.specialized-services-widget {
    padding: 50px 0 40px !important;
}

.featured-post-title .blog-post-title {
    font-size: 16px;
    padding-top: 10px;
    line-height: 1.55em;
}

.featured-post-title .blog-post-title a,
.box-questions a{
    color: #454B80 !important;
}

.featured-post-date {
	font: var(--unnamed-font-style-normal) normal medium 12px/20px var(--unnamed-font-family-noto-sans);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-333333);
	text-align: left;
	font: normal normal normal 12px/20px noto-sans !important;
	letter-spacing: 0px;
	color: #333333 !important;
	text-transform: uppercase;
	opacity: 1;
	padding-top: 10px;
}

.owl-carousel.news-feed .owl-nav button {
    top: 125px;
    margin-left: -40px;
    margin-right: -40px;
    color: #B5B7CC !important;
}

.owl-carousel.news-feed.featured-post-container.owl-loaded,
.featured-post-container .owl-stage-outer{
    height: 420px;
}

.read-more-btn {
    text-align: center;
}

.featured-post-widget .box-tit,
.specialized-services-widget .box-tit{
    display: inline-block;
    text-align: center;
}

.featured-post-widget .widget-title {
	text-align: center;
	margin-bottom: 25px;
}

.service-entry {
    width: 255px;
    float: left;
    margin: 0 11px;
}

.service_entry_image, .service_entry_title h3 {
    text-align: center !important;
}

.service_entry_title h3 {
    font: var(--unnamed-font-style-normal) normal bold 18px/var(--unnamed-line-spacing-24) var(--unnamed-font-family-noto-sans);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-454b80);
    text-align: center;
    font: normal normal bold 18px/24px noto-sans;
    letter-spacing: 0px;
    color: #454B80;
    text-transform: uppercase;
    opacity: 1;
    padding-top: 25px;
}

.service_entry_desc {
    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
}

.service-entry-read-more{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-26) var(--unnamed-font-family-noto-sans);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--unnamed-color-454b80);
	text-align: left;
	text-decoration: underline;
	font: normal normal 600 16px/26px noto-sans;
	letter-spacing: 0px;
	color: #454B80 !important;
}

.service-entry-read-more .with-underline {
    text-decoration: underline;
}

.widget-description .copy {
    max-width: 730px;
    margin: 0 auto;
}

.widget-description {
    display: block;
    text-align: center;
	margin-bottom: 50px;
}

.specialized-services-widget .widget-title,
.specialized-services-widget .widget-title h3.box-tit {
	text-align: center;
	margin-bottom: 0;
}

.services-widget-list {
    padding-bottom: 80px;
    overflow: hidden;
    clear: both;
    margin-bottom: 65px;
}

div#custom_html-5 {
    margin-top: 10px;
}

.footer-col-1 #block-2 p {
    margin-top: 20px;
    font: var(--unnamed-font-style-normal) normal bold 17px/21px var(--unnamed-font-family-noto-sans);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-454b80);
    text-align: left;
    font: normal normal bold 17px/21px noto-sans;
    letter-spacing: 0px;
    color: #454B80;
    text-transform: uppercase;
    opacity: 1;
	margin-bottom: 15px;
}

.site-footer #block-3 p {
    margin-top: 50px;
    margin-bottom: 0;
}

.site-footer #block-3 p,
.site-footer #block-4 p{ color: #333 !important; }

.site-footer .row.footer-bottom {
    display: none;
}

.sh-taupe {
    background: #EFF0F8 !important;
}

.testimonial-featured-box{
	padding: 70px 0 !important;
}

.testimonial-featured-box .featured-testimonial-list .owl-dots {
    display: none;
}

.featured-testimonial-list button.owl-prev {
    position: relative;
    left: -180px;
}

.featured-testimonial-list button.owl-next {
    position: relative;
    right: -180px;
}

.featured-testimonial-list .owl-nav span {
    font-size: 70px !important;
    color: #ABAEC8 !important;
}

.featured-testimonial-list .testimonial-data .testimonial-featured-quote p {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-26) var(--unnamed-font-family-noto-sans);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-333333);
    text-align: center;
    font: normal normal 600 16px/26px noto-sans;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.featured-testimonial-list .testimonial-data .testimonial-featured-author-name p {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-26) var(--unnamed-font-family-noto-sans);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-333333);
    text-align: center;
    font: normal normal normal 16px/26px noto-sans;
    letter-spacing: 0px;
    color: #333333;
    text-transform: uppercase;
    opacity: 1;
}

.testimonial-featured-box h3.box-tit {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-28)/var(--unnamed-line-spacing-34) var(--unnamed-font-family-noto-sans);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-842062);
    text-align: center;
    font: normal normal 600 28px/34px noto-sans;
    letter-spacing: 0px;
    color: #842062;
    opacity: 1;
	border-bottom: 2px solid !important;
    border-color: #842062 !important;
	display: inline-block;
}

.hero .item {
    min-height: 475px !important;
}

.hero .item .data h1 {
    font-size: 58px !important;
    font-weight: bold;
    text-transform: capitalize !important;
}

.hero .item .data h1 {
	margin-top: 0 !important;
	position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
	
.hero .item .data {
    padding-top: 0;
    padding-bottom: 15px;
    height: 400px;
    position: relative;
}

.box-questions.bgwhite.bg-light-purple,
.box-questions.bgwhite.bg-light-purple:before,
.box-questions.bgwhite.bg-light-purple:after{
	background: #EFF0F8 !important;
}

.box-copy-img.skew-section.white-diagonal.bgwhite.wound-care-copy {
    padding: 50px 0 240px;
}

.box-questions.bgwhite.bg-light-purple {
    padding-bottom: 0px !important;
}

.infectious-disease-copy .box-th-txt.skew-section:before {
    content: url(https://idcare.com/wp-content/uploads/2022/04/infectious-disease-care-badge-label.png) !important;
    position: absolute;
    top: 0;
    overflow: hidden;
    -webkit-transform: skew(0deg, 0deg) !important;
    transform: skew(0deg, 0deg) !important;
}

.box-copy-img.skew-section.white-diagonal.bgwhite.infectious-disease-copy,
.box-copy-img.skew-section.white-diagonal.bgwhite.infections-a-z-copy{
    padding: 50px 0 40px;
}

.wound-care-copy .box-th-txt:before {
    content: url(https://idcare.com/wp-content/uploads/2022/04/wound-care-badge-label.png) !important;
    position: absolute;
    top: 0;
    overflow: hidden;
    -webkit-transform: skew(0deg, 0deg) !important;
    transform: skew(0deg, 0deg) !important;
}

.box-az .sh-full {
    background-color: rgba(243,244,250,0.95) !important;
}

.box-az h3.box-tit {
    border: none !important;
    color: #454B80 !important;
	margin-bottom: 50px;
}

.box-az {
    margin-top: 20px;
    padding-top: 160px;
	color: #454B80 !important;
}

.box-az .group-letter .item a {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-24) var(--unnamed-font-family-noto-sans);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-454b80);
    text-align: left;
    font: normal normal 600 16px/24px noto-sans;
    letter-spacing: 0px;
    color: #454B80 !important;
    opacity: 1;
}

.box-az .col-md-3 {
    padding: 0 9px !important;
}

.box-az .group-letter .letter {
    border: 2px dotted #842062 !important;
	color: #842062 !important;
}

.box-copy-img.spacing-fix {
	padding: 75px 0 !important;
	min-height: 575px !important;
	margin-bottom: 75px;
}

.box-accordion {
    margin-bottom: 75px;
}

.box-accordion.no-margin-bottom,
.box-copy-img.no-margin-bottom{
	margin-bottom: 0;
}

.box-testimonial-list {
    padding-top: 70px;
    padding-bottom: 50px;
}

.box-questions.spacing-fix {
    padding-bottom: 0 !important;
}

.box-questions.extra-spacing-top,
.box-questions.faq-question{
    padding-top: 240px !important;
    padding-bottom: 150px !important;
}

.box-questions.faq-question{
	padding-top: 210px !important;
}

.box-questions.faq-question .box-tit,
.box-questions .box-tit{
    padding-bottom: 15px !important;
}

.box-contact .box-tit,
.box-infection-list .box-tit,
.no-border,
.box-questions.no-border .box-tit{
	border: none !important;
}

.box-questions.no-border .box-tit,
.box-questions .box-tit,
.box-contact .box-tit span,
.box-questions.faq-question .box-tit {
	display: block;
}

.box-contact .box-tit {
    padding-top: 18px;
}

.box-experts-filter .box-th-txt .pic-tx,
.box-experts-filter .box-th-txt .pic-tx:before, 
.box-experts-filter .box-th-txt .pic-tx:after,
.box-th-txt .pic-tx,
.box-th-txt .pic-tx:before, 
.box-th-txt .pic-tx:after {
	background-color: #E2DFDD !important; 
}

.box-th-txt.single-experts .pic-tx:before,
.box-th-txt.single-experts .pic-tx:after {
	background-color: #fff !important;
}

.box-copy-img .copy a,
.box-copy-img .container .row .copy p a{
    color: #454B80 !important;
    font-weight: 600;
	font-family: noto-sans, sans-serif;
}

.box-infection-list .box-tit span,
.box-infection-list .box-tit{
	border-color: #842062 !important;
	color: #842062 !important;
}

.box-infection-list .list li a:hover, .box-infection-list .list li a.selected {
	color: #842062 !important;
}

.box-copy-img .copy ul li {
    color: #333 !important;
}

.box-copy-img.spacing-fix.more-spacing-fix{
	padding-bottom: 140px !important;
}

.with-padding-bottom,
.box-questions.box-1colleft.skew-section.white-diagonal.bgwhite.bg-light-purple.with-padding-bottom,
.box-questions.box-1colleft.skew-section.white-diagonal.bgwhite.spacing-fix.with-padding-bottom {
	padding-bottom: 150px !important;
}

.box-contact .container {
    padding-bottom: 120px;
}

.single-infection .box-questions.box-1colleft.skew-section.white-diagonal.bgwhite,
.single-infection .box-questions.skew-section.white-diagonal.bgwhite{
    padding-bottom: 0 !important;
}

.single-infection .box-questions.bg-fixed .box-tit {
    border-bottom-color: #fff !important;
}

.single-infection .box-questions.bg-fixed {
    padding-bottom: 160px;
	padding-top: 160px;
}

#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal.js .quadmenu-navbar-nav > li.quadmenu-item {
    padding: 0 4px;
}

.box-testimonial-list .testimonial-text {
	font-size: 22px !important;
	color: #454B80 !important;
}

/*
  .page-header-sitebrand-topbar .main-navigation .navbar {
    min-height: inherit;
    float: right;
    padding: 0;
    background-color: #bfc0c0;
  }

  .page-header-sitebrand-topbar .main-navigation .navbar li a {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.4px;
    padding: 22px 1.5rem 23px 1.5rem;
    line-height: 1;
  }
  .page-header-sitebrand-topbar .main-navigation .navbar li .dropdown-menu a {
    color: #000;
  }
  .page-header-sitebrand-topbar .main-navigation .navbar li a:hover {
    opacity: 0.7;
  }
  .page-header-sitebrand-topbar .main-navigation .navbar .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 25px;
    right: 15px;
  }
  .page-header-sitebrand-topbar .navbar-toggler {
    padding-top: 10px;
    padding-right: 0;
    border: 0 none;
    outline: none;
  }
  .page-header-sitebrand-topbar .navbar-toggler .navbar-toggler-icon {
    background-color: #4d516d;
    display: block;
    height: 3px;
    margin: 6px 0;
  }
  .page-header-sitebrand-topbar
    .navbar-toggler[aria-expanded="true"]
    .navbar-toggler-icon:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 9px;
  }
  .page-header-sitebrand-topbar
    .navbar-toggler[aria-expanded="true"]
    .navbar-toggler-icon:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .page-header-sitebrand-topbar
    .navbar-toggler[aria-expanded="true"]
    .navbar-toggler-icon:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
*/

  .navbar-mobile {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #bfc0c0;
    z-index: -1;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(70, 74, 103, 0.35);
    -moz-box-shadow: 0px 3px 5px 0px rgba(70, 74, 103, 0.35);
    box-shadow: 0px 3px 5px 0px rgba(70, 74, 103, 0.35);
  }
  .navbar-mobile > .container {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  ul.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
  }
  ul.navbar-nav li .dropdown-menu .dropdown-item {
    white-space: normal;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: #3b3f5e !important;
    color: #fff !important;
  }
  @media (min-width: 992px) {
    ul.navbar-nav li.dropdown:hover .dropdown-menu {
      margin-top: 0;
    }
    ul.navbar-nav li.dropdown .dropdown-menu a {
      padding: 0.8rem 1.5rem;
    }
  }
  @media (max-width: 1199px) {
    /*.page-header-sitebrand-topbar .site-title-heading {
      width: 175px;
      position: absolute;
      z-index: 30;
      top: 35px;
    }*/
  }
  @media (max-width: 1200px) {
    .header-top-sidebar .widget_search .form-control {
      width: 90px;
    }
  }
  @media (max-width: 992px) {
    body.menu-open .page-header-sitebrand-topbar .navbar-mobile {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
    }
    .page-header-sitebrand-topbar {
      /*background: -moz-linear-gradient(top, rgba(0,0,0,0.41) 0%, rgba(0,0,0,0) 100%);
          background: -webkit-linear-gradient(top, rgba(0,0,0,0.41) 0%,rgba(0,0,0,0) 100%);
          background: linear-gradient(to bottom, rgba(0,0,0,0.41) 0%,rgba(0,0,0,0) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );*/
    }
    .page-header-sitebrand-topbar .header-top {
      background: #bfc0c0;
      padding-top: 0;
      padding-bottom: 0;
    }
    .page-header-sitebrand-topbar .site-title-heading {
      position: static;
    }
    .page-header-sitebrand-topbar .navbar-mobile .navbar-nav li {
      display: block;
      padding-left: 0;
    }
    .page-header-sitebrand-topbar .navbar-mobile .navbar-nav li a {
      color: #464a67;
      font-weight: bold;
    }
    .page-header-sitebrand-topbar .navbar-mobile .navbar-nav > li {
      border-bottom: 1px solid #464a67;
      padding-bottom: 3px;
    }
    .page-header-sitebrand-topbar
      .navbar-mobile
      .navbar-nav
      > li.menu-item-has-children {
      position: relative;
    }
    .page-header-sitebrand-topbar
      .navbar-mobile
      .navbar-nav
      > li.menu-item-has-children:after {
      content: "+";
      position: absolute;
      right: 0;
      top: 18px;
      z-index: 10;
      cursor: pointer;
      font-size: 26px;
      pointer-events: all;
    }
    .page-header-sitebrand-topbar
      .navbar-mobile
      .navbar-nav
      > li.menu-item-has-children.open::after {
      content: "-";
    }
    .page-header-sitebrand-topbar .navbar-mobile .navbar-nav > li > a {
      display: block;
      text-transform: uppercase;
      font-size: 20px;
      border-bottom: 1px solid #464a67;
      padding-top: 25px;
      padding-bottom: 2px;
      position: relative;
    }
    .page-header-sitebrand-topbar .navbar-mobile .navbar-nav .sub-menu {
      margin: 0;
      padding: 15px 0;
      padding-left: 2%;
      list-style: none;
      display: none;
    }
    .page-header-sitebrand-topbar .navbar-mobile .navbar-nav .sub-menu.open {
      display: block;
    }
    .page-header-sitebrand-topbar .navbar-mobile .navbar-nav .sub-menu li {
      line-height: 30px;
    }
    .page-header-sitebrand-topbar .navbar-mobile .navbar-nav .sub-menu li a {
      font-size: 14px;
    }
    /*
      .page-header-sitebrand-topbar .navbar-mobile .menu-social-menu-container {
          text-align: right;
          padding-top: 20px;
      }*/
    .page-header-sitebrand-topbar .navbar-mobile .menu-social-menu-container {
      display: none;
    }
    .page-header-sitebrand-topbar .navbar-mobile .menu-social-menu-container li {
      font-size: 28px;
    }
  }
  @media (max-width: 480px) {
    .page-header-sitebrand-topbar .header-top {
      height: 56px;
    }
  }

  /* Footer */
  .site-footer {
    background-color: transparent !important;
    border-top: 0 none !important;
    padding: 0 !important;
    color: #454B80;
    position: relative;
    z-index: 20;
  }
  .site-footer .footer-top {
    background-color: #F4F4F4;
    padding-bottom: 20px;
    padding-top: 35px;
	border-top: 3px solid #842062;
}
  .site-footer h5 {
    font: var(--unnamed-font-style-normal) normal bold 12px/16px var(--unnamed-font-family-noto-sans);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-333333);
    text-align: left;
    font: normal normal bold 12px/16px noto-sans;
    letter-spacing: 0px;
    color: #333333;
    text-transform: uppercase;
    opacity: 1;
	border-bottom: 2px solid #E0E0E0;
    padding-bottom: 10px;
}
.site-footer a {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) 14px/19px var(--unnamed-font-family-noto-sans);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-454b80);
    text-align: left;
    font: normal normal 600 14px/19px noto-sans;
    letter-spacing: 0px;
    color: #454B80 !important;
}
  .site-footer a:hover {
    text-decoration: underline !important;
  }
  .site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  .site-footer ul li {
    /*font-family: 'AvenirLight07';*/
    padding: 4px 0 8px 0;
  }
  .site-footer .footer-col-1,
  .site-footer .footer-col-2,
  .site-footer .footer-col-3,
.site-footer .footer-col-4{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .site-footer .footer-col-5 {
    margin-top: -40px;
  }
  /*.site-footer .footer-col-3 ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .site-footer .footer-col-3 ul li {
    display: inline-block;
    line-height: normal;
    padding-right: 15px;
  }
  /*
  .site-footer .footer-col-3 ul li b{
      font-family: 'AvenirBlack03'
  };
  */
  .site-footer .menu-social-menu-container {
    font-size: 20px;
  }
  .site-footer .footer-bottom {
    background-color: #1a1f46;
  }
  .site-footer .footer-bottom-1 {
    text-align: center;
    font-size: 11px;
    padding-top: 7px;
  }
  .site-footer .footer-bottom-2 {
    text-align: right;
  }
  .site-footer .footer-bottom-2 .widget_nav_menu {
    display: inline-block;
    vertical-align: middle;
    padding-right: 25%;
  }
  .site-footer .menu-terms-and-conditions-container li {
    font-family: noto-sans, sans-serif;
    display: inline-block;
    padding: 7px 15px;
  }
  .site-footer .chat-bt {
    /*margin-top: -10px;
      margin-left: 10px;*/
    /*font-family: 'AvenirMedium09';*/
    width: 125px;
    font-size: 12px !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: fixed;
    /*bottom: 30px;*/
    top: 505px;
    right: 0;
    z-index: 100;
  }
  .site-footer .chat-bt:hover {
    text-decoration: none !important;
  }
  .site-footer .chat-bt-mobile {
    width: 34px;
    min-width: inherit;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 13px !important;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
    background-image: url("../../../images/chat-img.png");
    background-position: 50% 90%;
    background-repeat: no-repeat;
    padding-bottom: 35px !important;
    line-height: 16px;
  }
  @media (min-width: 1600px) {
    .site-footer .chat-bt {
      /*right: 15%;*/
    }
  }
  @media (max-width: 1280px) {
    .site-footer .footer-bottom-2 .widget_nav_menu {
      padding-right: 40%;
    }
  }
  @media (max-width: 1024px) {
    .site-footer .footer-bottom-2 .widget_nav_menu {
      padding-right: 25%;
    }
    .site-footer .chat-bt {
      right: 0;
    }
  }
  @media (max-width: 992px) {
    .site-footer h5 {
      font-size: 16px;
      display: inline-block;
    }
    .site-footer ul li {
      padding: 4px 0 4px 0;
    }
    .site-footer .footer-col-4,
    .site-footer .footer-col-5 {
      margin-top: 0;
    }
    .site-footer .footer-col-3 ul {
      -webkit-column-count: inherit;
      -moz-column-count: inherit;
      column-count: inherit;
    }
    .site-footer .footer-col-3 ul li {
      display: block;
      padding-right: 0;
    }
    .site-footer .chat-bt {
      top: auto;
      bottom: 84px;
    }
    .slider-copy-mobile {
      padding: 0 !important;
    }
    .site-footer .footer-bottom-1 {
      order: 2;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .site-footer .footer-bottom-2 {
      order: 1;
    }
    .site-footer .footer-bottom-2 .widget_nav_menu {
      padding-right: 0%;
    }
  }
  @media (max-width: 480px) {
    .site-footer {
      padding-bottom: 82px !important;
    }
    .site-footer .menu-terms-and-conditions-container li {
      padding-left: 8px;
      padding-right: 8px;
    }
  }

  /* Slider */
  .slider .item {
    min-height: 630px;
    background: transparent;
    background-color: darkgrey;
    position: relative;
    display: block;
  }
  .slider .item.without-parallax {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .slider .item .sh {
    width: 100%;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  }
  .slider .item .data {
    padding-top: 20%;
    color: #fff;
  }
  .slider .item .data h1 {
    font-size: 55px;
    text-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .slider .item .data p {
    font-size: 14px;
    line-height: 22px;
    /*letter-spacing: 2px;*/
  }
  .slider .slider-copy-mobile {
    font-family: noto-sans, sans-serif;
    text-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .slider .item .data .btn {
    margin-top: 30px;
  }
  .slider .owl-nav,
	.testimonial-slider .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .slider .owl-nav button:focus,
 .testimonial-slider .owl-nav button:focus{
    border: 0;
    outline: 0;
  }
  .slider .owl-nav button span,
	.testimonial-slider .owl-nav button span {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    padding: 0 40px;
  }
  .slider .owl-dots {
    position: absolute;
    bottom: 200px;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
  }
  .slider .owl-dots .owl-dot {
    background-color: #fff;
    opacity: .5;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    margin-right: .5rem;
  }
  .slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
  }
  .slider .owl-dots .owl-dot:focus {
    outline: 0;
  }
  .slider .owl-dots .owl-dot.active {
    opacity: 1;
  }
  @media (max-width: 480px) {
    .slider .item {
      min-height: 400px;
    }
    .slider .item .data {
      padding-top: 20px;
    }
    .slider .item .data h1 {
      /*display: inline-block;*/
      font-size: 35px;
      line-height: 44px;
      border-bottom-width: 3px;
    }
    .slider .item .data .btn {
      margin-top: 1rem;
    }
    .slider .item.without-parallax {
      background-position: top right -200px;
    }
    .slider-copy-mobile {
      padding: 0 !important;
      /*max-width: 250px;*/
    }
    .slider-copy-mobile p {
      margin-bottom: 0;
    }
    .slider .owl-dots {
      bottom: 100px;
    }
  }

  @media (min-width: 481px) {
    .slider .item .data h1 {
      font-size: 45px;
    }
  }

  @media (min-width: 641px) {
    .slider .item .data h1 {
      font-size: 49px;
      /*max-width: 420px;*/
    }
    .slider .item .data .btn {
      margin-top: 5px;
      font-size: 16px !important;
    }
    .slider-copy p {
      font-size: 15px !important;
    }
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    .slider .item.without-parallax {
      background-position: top right -150px;
    }
  }

  @media (min-width: 1200px) {
    .slider .item .data h1 {
      font-size: 52px;
    }
  }

  .single-post h1, .single-post h2 {  }

  @media (max-width: 991px) {
  .single-post h1, .single-post h2 { font-size: 42px !important; }
  }

  @media (max-width: 767px) {
  .single-post h1, .single-post h2 { font-size: 36px !important; }
  }

  @media (max-width: 480px) {
  .single-post h1, .single-post h2 { font-size: 24px !important; }
  }

  .skew-section {
    position: relative;
  }
  .skew-section:before,
  .skew-section:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 5;
    -webkit-transform: skew(0deg, -4deg);
    transform: skew(0deg, -4deg);
  }
  .skew-section.white-diagonal:before,
  .skew-section.white-diagonal:after {
    height: 126px;
    background: #fff;
  }
  .skew-section.white-diagonal:before {
    top: -62px;
  }
  .skew-section.white-diagonal:after {
    bottom: -62px;
  }
  .skew-section.white-diagonal > .container {
    position: relative;
    z-index: 10;
  }
  @media (min-width: 1600px) {
    .skew-section.white-diagonal:before,
    .skew-section.white-diagonal:after {
      height: 180px;
    }
    .skew-section.white-diagonal:before {
      top: -90px;
    }
    .skew-section.white-diagonal:after {
      bottom: -89px;
    }
    .box-copy-img.bg-color.skew-section.white-diagonal:after {
      bottom: -20px !important;
    }
  }
  @media (max-width: 480px) {
    .skew-section.white-diagonal::after {
      bottom: -30px;
    }
    .skew-section.white-diagonal::before {
      top: -30px;
    }
    .box-1colleft .container {
      padding-top: 45px;
      padding-bottom: 45px;
    }
  }
  @media (min-width: 1400px) {
    .box-copy-img.skew-section.white-diagonal.bg-color {
      min-height: 500px;
    }
  }

  .sh-full {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(69, 75, 128, 0.95);
  }
  .sh-taupe {
    background: rgba(223, 221, 213, 0.95);
  }
  .bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media (max-width: 992px) {
    .bg-fixed {
      background-attachment: scroll;
    }
  }

  .header .box-tit, .header-no-underline .box-tit {
	  font-size: 1.75rem;
}

.faq-head .box-tit {
	color: #b83258 !important;
	font-size: 1.75rem;
}

  .subhead .box-tit {
	color: #b83258 !important;
	  text-transform: none;
	  font-size: 20px;
}

  .box-tit {
    font-size: 24px;
    font-weight: bold;
    color: #454b80;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .box-tit span {
    display: inline-block;
    border-bottom: 3px solid #454b80;
    padding-bottom: 10px;
  }
  .box-tit span p {
    margin-bottom: 0;
    color: inherit;
  }
  .pink {
    color: #b83258;
  }
  .pink span {
    border-color: #b83258;
  }
  .white {
    color: #fff;
  }
  .white span {
    border-color: #fff;
  }

  /* Subnav Quick links */
  .subnav-quicklinks {
    position: absolute;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px);
  }
  .subnav-quicklinks > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .subnav-quicklinks .wrapper {
    margin-top: -55px;
    text-align: center;
  }
  .subnav-quicklinks .item.skew-section:after {
    height: 32px;
    bottom: -16px;
    background: #fff;
  }
  .subnav-quicklinks .item,
  .subnav-quicklinks .wrapper {
    padding: 40px 0 20px 0;
  }
  .subnav-quicklinks .wrapper .icon {
    text-align: center;
  }
  .subnav-quicklinks .wrapper .icon > img {
    max-height: 45px;
	  width: auto;
	  height: auto;
  }
  .subnav-quicklinks .wrapper .tit {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
    line-height: normal;
  }
  .subnav-quicklinks .wrapper:hover .btn {
    color: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  @media (max-width: 992px) {
    .subnav-quicklinks .item.skew-section:nth-child(1):after {
      background: #980b43;
    }
    .subnav-quicklinks .item.skew-section:nth-child(2):after {
      background: #968b84;
    }
    .subnav-quicklinks .item.skew-section:nth-child(3):after {
      background: #454b80;
    }
    .subnav-quicklinks .item.skew-section:nth-child(4):after {
      background: #373950;
    }
    .subnav-quicklinks .item:nth-child(3) > .wrapper,
    .subnav-quicklinks .item:nth-child(4) > .wrapper {
      margin-top: 0;
    }
  }
  @media (max-width: 480px) {
    .subnav-quicklinks {
      -webkit-transform: translateY(-80px);
      transform: translateY(-80px);
    }
    .subnav-quicklinks .item:nth-child(3) > .wrapper,
    .subnav-quicklinks .item:nth-child(4) > .wrapper {
      padding-top: 10px;
    }
  }

  /* Box copy img */
  .box-copy-img {
    padding: 120px 0;
    position: relative;
  }
  .box-copy-img .box-tit {
    padding-top: 0;
  }
  .box-copy-img .copy a {
    text-decoration: underline;
  }
  .box-copy-img.bg-color,
  .box-copy-img.bg-color.skew-section.white-diagonal:before,
  .box-copy-img.bg-color.skew-section.white-diagonal:after,
  .box-copy-img.bg-color .box-th-txt.skew-section:after,
  .box-copy-img.bg-color .box-th-txt.skew-section:before {
    background: rgba(69, 75, 128, 1);
  }
  /*
  .box-copy-img.bg-color.skew-section.white-diagonal:before,
  .box-copy-img.bg-color.skew-section.white-diagonal:after {
      height: 140px;
  }
  */
  .box-copy-img.bg-color.skew-section.white-diagonal:after {
    bottom: 2px;
  }
  /*
  .box-copy-img.bg-color {
      padding: 80px 0;
      padding-top: 30px;
  }
  */
  .box-copy-img.bg-color,
  .box-copy-img.bg-color .box-tit {
    color: #fff;
  }
  .box-copy-img.bg-color .box-tit span {
    border-color: #b83258;
  }
  .box-copy-img.bgwhite {
    /*padding: 40px 0;*/
    background: #fff !important;
    /*padding-bottom: 10px;*/
  }
  .box-copy-img.bgwhite .sh-full {
    display: none;
  }
  .box-copy-img:not(.bgwhite) p a {
    color: #fff !important;
  }
  .box-copy-img.bgwhite .item {
    color: rgba(0, 0, 0, 0.8);
  }
  .box-copy-img.bgwhite .item h3 {
    color: #454b80;
    border-color: #454b80;
  }
  .home .subnav-quicklinks + .box-copy-img {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  /*
  .home .box-copy-img.bgwhite {
      padding-bottom: 50px;
  }
  */

  @media (min-width: 992px) {
    /*
      .box-copy-img .copy {
          padding-right: 10%;
      }
      */
    .navbar-collapse.navbar-mobile.show {
      display: none;
    }
  }
  @media (max-width: 992px) {
    .home .subnav-quicklinks + .box-copy-img {
      padding-top: 400px;
    }
    .box-copy-img h3 {
      padding-top: 0;
    }
    .box-copy-img .box-th-txt {
      padding-top: 40px;
    }
  }
  @media (max-width: 769px) {
    .box-copy-img.bgwhite {
      padding-bottom: 140px;
    }
  }
  @media (max-width: 480px) {
    .box-copy-img {
      padding: 80px 0;
    }
  }

  /* Box th txt */
  .box-th-txt.skew-section:after {
    height: 32px;
    bottom: -16px;
    background: #fff;
  }
  .box-th-txt > img {
    width: 100%;
    height: auto;
  }
  .box-th-txt .pic-tx {
    background-color: #dfddd5;
    font-size: 14px;
    color: #3b3b35;
    text-align: center;
  }
  .box-th-txt .pic-tx:before,
  .box-th-txt .pic-tx:after {
    height: 28px;
    background: #dfddd5;
  }
  .box-th-txt .pic-tx:before {
    top: -14px;
  }
  .box-th-txt .pic-tx:after {
    bottom: -14px;
  }
  .box-th-txt .pic-tx .wrapper {
    padding: 20px;
    padding-bottom: 15px;
    position: relative;
    z-index: 10;
  }
  .box-th-txt .pic-tx .wrapper .tit {
    font-weight: bold;
    color: #454b80;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .box-th-txt .pic-tx p {
    color: #3b3b35;
  }
  .box-th-txt:hover .btn {
    color: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  @media (max-width: 992px) {
    .box-th-txt .pic-tx:before,
    .box-th-txt .pic-tx:after {
      height: 70px;
    }
    .box-th-txt .pic-tx:before {
      top: -34px;
    }
    .box-th-txt .pic-tx:after {
      bottom: -35px;
    }
    .box-th-txt .pic-tx.single:before,
    .box-th-txt .pic-tx.single:after {
      height: 30px;
    }
    .box-th-txt .pic-tx.single:before {
      top: -16px;
    }
    .box-th-txt .pic-tx.single:after {
      bottom: 0;
    }
  }
  @media (min-width: 767px) and (max-width: 992px) {
    .box-th-txt.skew-section:after {
      height: 100px;
      bottom: -45px;
    }
  }
  @media (min-width: 430px) and (max-width: 766px) {
    .list-unstyled.single-experts {
      padding-top: 1rem;
    }
    .box-th-txt .pic-tx.single:before {
      top: -10px;
    }
  }

  /* Infectious diseases box */
  .infectious-diseases-box {
    padding: 140px 0;
    color: #fff;
    position: relative;
  }
  .infectious-diseases-box .parallax-window {
    min-height: 600px;
    background: transparent;
  }
  .infectious-diseases-box h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .infectious-diseases-box h2 span {
    display: inline-block;
    border-bottom: 4px solid #b83258;
    padding-bottom: 8px;
  }
  .infectious-diseases-box .copy p {
    text-align: center;
    /*font-family: 'AvenirMedium09';*/
    /*font-size: 16px;*/
    padding: 0 10%;
  }
  .infectious-diseases-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .infectious-diseases-box ul li {
    padding-top: 20px;
    padding-left: 45px;
    padding-right: 14%;
    background: url("../../../images/common-disease-icon.png") no-repeat;
    background-position: 0 15px;
    background-size: 30px 30px;
  }
  .infectious-diseases-box ul li h3 {
    /*font-family: 'AvenirBlack03';*/
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .infectious-diseases-box ul li p {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
	  font-family: noto-sans, sans-serif;
  }
  .infectious-diseases-box ul li p a {
    color: #cdccc4 !important;
    border-bottom: 2px solid #951c63;
    text-transform: uppercase;
    margin-left: 5px;
  }
  .infectious-diseases-box .tx-bottom {
    /*font-family: 'AvenirRoman12';*/
    font-size: 22px;
    max-width: 484px;
    margin: 0 auto;
    padding-top: 25px;
  }
  .infectious-diseases-box .tx-bottom a {
    /*font-family: 'AvenirBlack03';*/
    font-weight: 700;
    display: inline-block;
    border-bottom: 4px solid #b83258;
    color: #fff;
  }
  @media (min-width: 1600px) {
    .infectious-diseases-box {
      padding: 180px 0;
    }
  }
  @media (min-width: 992px) {
    .infectious-diseases-box ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
    }
    .infectious-diseases-box ul li {
      display: inline-block;
    }
  }
  @media (max-width: 992px) {
    .infectious-diseases-box h2 {
      font-size: 22px;
      text-transform: uppercase;
    }
    .infectious-diseases-box p {
      font-size: 14px;
      text-align: left;
      padding-right: 0;
      padding-left: 0;
    }
    .infectious-diseases-box ul {
      list-style: disc;
      margin: 0 15px;
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
    }
    .infectious-diseases-box ul li {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-right: 0;
      padding-left: 0;
      background: transparent;
    }
    .infectious-diseases-box ul li p {
      display: none;
    }
    .infectious-diseases-box ul li h3 {
      font-size: 16px;
      margin-bottom: 0;
    }
    .infectious-diseases-box ul li h3 a {
      display: inline-block;
      border-bottom: 2px solid #b83258;
      padding-bottom: 5px;
    }
    .infectious-diseases-box .tx-bottom {
      font-size: 18px;
      text-align: center;
    }
  }

  /* Box copy img 2 */
  .box-copy-img2 {
    /*padding-bottom: 40px;*/
  }
  .box-copy-img2 h3 {
    padding-top: 0;
    padding-bottom: 10px;
  }
  @media (min-width: 992px) {
    .box-copy-img2 .col-copy {
      order: 3;
    }
    .box-copy-img2 .col-mid {
      order: 2;
    }
    .box-copy-img2 .col-pic {
      order: 1;
    }
  }

  /* Meet experts box */
  .meet-experts-box {
    padding: 140px 0;
    padding-bottom: 170px;
    color: #fff;
    position: relative;
  }
  .meet-experts-box .wrapper {
    /*padding: 90px 0;*/
  }
  .meet-experts-box h3 {
    color: #fff;
    padding-top: 45px;
  }
  .meet-experts-box h3 span {
    display: inline-block;
    border-bottom: 4px solid #b83258;
    padding-bottom: 10px;
  }
  .meet-experts-box p {
    /*font-size: 16px;*/
  }
  .meet-experts-box .box-th-txt {
    background: #fff;
    padding: 10px;
  }
  @media (max-width: 992px) {
    .meet-experts-box {
      padding-top: 70px;
    }
    .meet-experts-box .wrapper {
      padding-top: 30px;
    }
    .meet-experts-box .box-th-txt {
      margin-top: 40px;
    }
  }

  /* Stay informed box */
  .stay-informed-box {
    display: none !important;
    padding: 65px 0;
    background: #fff;
  }
  .stay-informed-box.skew-section:after {
    bottom: 2px;
  }
  .stay-informed-box .heading p {
    font-size: 16px;
    color: #6c6c6c;
  }
  .stay-informed-box .box-th-txt {
    background-color: #dfddd5;
  }
  .stay-informed-box .stay-informed-box-item.item1 > .box-th-txt {
    margin-top: 90px;
  }
  .stay-informed-box .stay-informed-box-item.item2 > .box-th-txt {
    margin-top: 60px;
  }
  .stay-informed-box .stay-informed-box-item.item3 > .box-th-txt {
    margin-top: 30px;
  }
  .stay-informed-box .stay-informed-box-item.item4 > .box-th-txt {
    margin-top: 0;
  }
  .stay-informed-box .box-th-txt .pic-tx {
    padding-top: 10px;
  }
  .stay-informed-box .box-th-txt .pic-tx:after {
    display: none;
  }
  .stay-informed-box .box-th-txt .pic-tx .wrapper {
    padding: 0 10px;
    position: relative;
    z-index: 10;
  }
  .news-feed {
    /*margin-top: -30px;*/
  }
  .news-feed .owl-nav {
    font-size: 54px;
  }
  .news-feed .owl-prev,
  .news-feed .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    outline: none;
  }
  .news-feed .owl-prev {
    left: 0px;
  }
  .news-feed .owl-next {
    right: 0px;
  }
  @media (min-width: 1600px) {
    .stay-informed-box.skew-section:after {
      bottom: -30px;
    }
  }
  @media (max-width: 992px) {
    .stay-informed-box {
      text-align: center;
      padding-top: 30px;
    }
    .stay-informed-box .box-th-txt .pic-tx .wrapper .tit {
      font-size: 16px;
      margin-bottom: 15px;
      line-height: 16px;
      word-break: break-word;
    }
    .stay-informed-box .box-th-txt .pic-tx p:not(.tit) {
      display: none;
    }
    .stay-informed-box .stay-informed-box-item.item1 > .box-th-txt,
    .stay-informed-box .stay-informed-box-item.item2 > .box-th-txt,
    .stay-informed-box .stay-informed-box-item.item3 > .box-th-txt,
    .stay-informed-box .stay-informed-box-item.item4 > .box-th-txt {
      margin-top: 0;
    }
    .news-feed {
      padding-left: 30px;
      padding-right: 30px;
      margin-top: 10px;
    }
  }
  @media (max-width: 480px) {
    .news-feed .box-th-txt .pic-tx:before {
      top: -14px;
    }
  }

  /* Testimonial featured box */
  .testimonial-featured-box {
    color: #454b80;
    position: relative;
    text-align: center;
  }
  .testimonial-featured-box .sh-full {
    /*background: rgba(223,221,213,.95);*/
  }
  .testimonial-featured-box .wrapper {
    padding: 120px 0 40px 0;
  }
  .testimonial-featured-box h3 span {
    border-color: #b5135b;
    padding-bottom: 5px;
  }
  .testimonial-featured-box .avatar {
    padding: 10px 0;
  }
  .testimonial-featured-box .avatar > img {
    border-radius: 100%;
    background: #fff;
    padding: 1px;
    border: 1px solid #fff;
  }
  .testimonial-featured-box .quote p {
    /*font-size: 14px;*/
    font-weight: bold;
  }
  .testimonial-featured-box .quote .author {
    color: #b83258;
    font-size: 15px;
    text-transform: uppercase;
  }
  .testimonial-featured-box .more {
    padding-top: 10px;
  }
  .testimonial-featured-box .more a {
    font-size: 18px;
    font-weight: bold;
    color: #b5135b;
  }

  .box-testimonial-list .row.testimonial-item {
    margin-bottom: 55px;
  }
  .box-testimonial-list .quote-holder {
    display: table;
  }

  .box-testimonial-list .testimonial-text {
    font-family: noto-sans, sans-serif !important;
    font-weight: 400;
    font-size: 22px !important;
    color: rgb(69, 75, 128);
    text-align: justify;
    position: relative;
    margin-bottom: 35px;
  }

  .box-testimonial-list .testimonial-text::before {
    position: absolute;
    font-size: 55px;
    top: -15px;
    left: -30px;
    content: '“';
    color: #B21F7F;
  }
  .box-testimonial-list .final-quote {
    position: relative;
    display: inline;
  }
  .box-testimonial-list .final-quote::after {
    position: absolute;
    font-size: 55px;
    bottom: -35px;
    right: -30px;
    content: '”';
    color: #B21F7F;
  }

  .box-testimonial-list .testimonial-author {
    font-family: noto-sans, sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    text-align: right;
    color: #333;
    display: block;
    line-height: 1;
  }

  .testimonial-author span {
    border-top: 3px solid #B21F7F;
    padding-left: 5px;
    padding-right: 3px;
  }

  .cta-box {
    background: #980b43;
    text-align: center;
    /*font-family: 'AvenirRoman12';*/
    color: #fff;
    padding: 10px 0;
  }
  .cta-box a {
    color: #fff !important;
    font-weight: bold;
    text-decoration: underline;
  }
  .cta-box p {
    margin-bottom: 0;
  }

  /* Hero */
  .hero .parallax-mirror {
    padding-top: 65px;
  }
  .hero .item {
    min-height: 400px;
    background: transparent;
    position: relative;
  }

  @media (min-width: 1400px) {
    .hero .item {
      min-height: 400px;
    }
  }
  @media (min-width: 1500px) {
    .hero .item {
      min-height: 450px;
    }
  }

  @media (min-width: 1600px) {
    .hero .item {
      min-height: 480px;
    }
  }

  @media (min-width: 1700px) {
    .hero .item {
      min-height: 520px;
    }
  }

  @media (min-width: 1800px) {
    .hero .item {
      min-height: 540px;
    }
  }

  @media (min-width: 1900px) {
    .hero .item {
      min-height: 580px;
    }
  }

  @media (min-width: 2000px) {
    .hero .item {
      min-height: 610px;
    }
  }

  .hero .item .sh {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  }
  .hero .item .data {
    padding-top: 10%;
    color: #fff;
    text-transform: uppercase;
  }
  .hero .item .data h1 {
    font-size: 55px;
    font-weight: bold;
  }
  @media (max-width: 480px) {
    .hero .item {
      min-height: 195px;
    }
    .hero .item .data {
      padding-top: 35px;
      padding-bottom: 15px;
    }
    .hero .item .data h1 {
      font-size: 24px;
    }
  }

  /* Box Contact */
  .box-contact {
    padding: 80px 0;
    background: #fff;
  }
  .box-contact.no-contact-padding {
      padding: 0;
  }
  .box-contact .phone {
    font-size: 16px;
    font-weight: bold;
    color: #842062;
    background: url("../../../images/phone-icon.png") center left no-repeat;
    background-size: 20px 20px;
    padding-left: 32px;
    margin-top: 2em;
  }
  .box-contact .phone a {
    color: #842062;
  }
  .box-contact .label-form {
    margin-bottom: 0;
    padding-top: 20px;
    color: #454b80;
    font-size: 14px;
    font-weight: bold;
  }

  /* CF7 Forms */
  .wpcf7 input,
  .wpcf7 textarea {
    width: 100%;
    border-color: #3b3f5e;
    border-radius: 3px;
    border-width: 1px;
    padding: 4px;
    /*font-size: 11px;*/
    margin-top: 20px;
    outline: none;
  }
  .wpcf7 textarea {
    height: 120px;
    resize: none;
  }
  .wpcf7 input[type="submit"] {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #b83258;
    border: 0 none;
    color: #fff;
    /*font-size: 15px;*/
    text-transform: uppercase;
    border-radius: 0px;
    cursor: pointer;
  }
  .wpcf7 input[type="submit"]:hover {
    opacity: 0.7;
  }

  /* Box Questions */
  .box-questions {
    padding: 160px 0;
    padding-bottom: 100px;
    color: #fff;
    position: relative;
  }
  .box-questions .sh-full {
    /*background: rgba(69,75,128,.75);*/
  }
  .box-questions .item {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .box-questions .item h3 {
    color: #fff;
    border-bottom: 3px solid #b83258;
    margin-bottom: 15px;
  }

.box-questions.subhead .item h3, .box-questions.faq-head .item h3, .box-questions.header-no-underline .item h3 {
	border-bottom: none !important;
	margin-bottom: 0;
}

  .module-2-columns .box-tit {
    width: 100%;
  }
  .box-questions .item.col-lg-6 h3 {
    display: inline-block;
  }
  .box-questions p a,
  .box-questions ul li a {
    font-weight: bold;
    text-decoration: underline;
  }
  .box-questions:not(.bgwhite) p a,
  .box-questions:not(.bgwhite) ul li a {
    color: #fff !important;
  }
  .box-questions.bgwhite {
    padding-top: 50px;
    /*padding-bottom: 0px;*/
    /*background: #fff !important;*/
  }
  .box-questions.bgwhite .sh-full {
    display: none;
  }
  .box-questions.bgwhite .item {
    color: rgba(0, 0, 0, 0.8);
  }
  .box-questions.bgwhite .item h3 {
    color: #454b80;
    border-color: #454b80;
  }
  .box-questions.bg-fixed {
    padding-top: 140px;
  }
  @media (min-width: 992px) {
    .box-questions:not(.box-1colcopy) .item:nth-child(1) {
      padding-right: 35px;
    }
  }
  @media (max-width: 992px) {
    .box-questions .item {
      margin-top: 0;
    }
  }
  @media (max-width: 480px) {
    .box-questions {
      padding: 80px 0;
    }
    .box-questions.bgwhite {
      padding-top: 0px;
      padding-bottom: 0;
    }
  }

  /* Box 3 Col copy - Box 1 Col copy */
  .box-3colcopy,
  .box-1colcopy,
  .box-1colleft {
    padding-bottom: 180px;
  }
  .box-3colcopy.bgwhite,
  .box-1colcopy.bgwhite,
  .box-1colleft.bgwhite {
    padding-bottom: 100px;
  }
  @media (max-width: 480px) {
    .box-3colcopy,
    .box-1colcopy,
    .box-1colleft {
      padding-bottom: 80px;
    }
    .box-3colcopy.bgwhite,
    .box-1colcopy.bgwhite,
    .box-1colleft.bgwhite {
      padding-bottom: 0px;
    }
  }

  /* Box 1 Col Left */
  .box-1colleft .item {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .box-1colleft .item h3 {
    border-color: #b83258;
  }

  /* Box Infection List */
  .box-infection-list {
    background-color: rgba(223, 221, 213, 1);
    position: relative;
    color: #464a67;
  }
  .box-infection-list.skew-section:before,
  .box-infection-list.skew-section:after {
    height: 126px;
    background: rgba(223, 221, 213, 1);
  }
  .box-infection-list .sh-full {
    display: none;
  }
  .box-infection-list.bg-fixed .sh-full {
    background: rgba(223, 221, 213, 0.75);
    display: block;
  }
  .box-infection-list .wrapper {
    padding: 60px 0;
    padding-bottom: 120px;
  }
  .box-infection-list.bg-fixed .wrapper {
    padding-top: 180px;
  }
  .box-infection-list h3 {
    text-align: center;
  }
  .box-infection-list .list {
    margin: 20px 0;
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .box-infection-list .list li {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 1%;
  }
  .box-infection-list .list li a {
    color: #464a67;
  }
  .box-infection-list .list li a:hover,
  .box-infection-list .list li a.selected {
    text-decoration: underline;
    color: #b83258;
  }
  .box-infection-list .infections-selected {
    padding-right: 8%;
    padding-left: 8%;
  }
  .box-infection-list .infections-selected .group-letter {
    display: none;
  }
  .box-infection-list .infections-selected .item a {
    color: #464a67;
    font-size: 20px;
  }
  .box-infection-list .infections-selected .item a:hover {
    color: #b83258;
  }
  .box-infection-list .infections-selected .item a .dot {
    display: none;
    font-size: 22px;
  }
  @media (min-width: 1600px) {
    .box-infection-list.skew-section:before {
      height: 180px;
    }
    .box-infection-list.skew-section:before {
      bottom: -90px;
    }
  }
  @media (max-width: 992px) {
    .box-infection-list .list li {
      padding: 0 0.9%;
    }
    .box-infection-list .infections-selected {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (max-width: 768px) {
    .box-infection-list .list li {
      padding: 0;
      width: 32%;
      margin-bottom: 10px;
      margin-top: 10px;
    }
    .box-infection-list .list li a {
      font-size: 30px;
    }
    .box-infection-list .list li a.selected,
    .box-infection-list .letter-selected {
      border-radius: 100%;
      border: 2px solid #464a67;
      width: 50px;
      display: inline-block;
      text-decoration: none;
      color: #464a67;
    }

    .box-infection-list .letter-selected {
      color: #464a67;
      font-weight: bold;
      font-size: 30px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 10px;
    }

    .box-infection-list .infections-selected,
    .box-infection-list .infections-selected .item {
      padding-left: 10%;
    }

    .box-infection-list .infections-selected .item:nth-child(2),
    .box-infection-list .infections-selected .item:nth-child(3),
    .box-infection-list .infections-selected .item:nth-child(4) {
      border-bottom: 0 none;
    }

    .box-infection-list .infections-selected .item a .dot {
      display: inline;
    }

    .box-questions .award-box {
      margin-top: 20px;
    }
  }

  /* Box copy list */
  .box-copy-list .block-copy {
    padding: 45px 15%;
    background: #fff;
  }
  .box-copy-list .skew-section:before,
  .box-copy-list .skew-section:after {
    height: 132px;
    background: #fff;
  }
  .box-copy-list .skew-section:before {
    top: -62px;
  }
  .box-copy-list .skew-section:after {
    bottom: -62px;
  }
  .box-copy-list .holder {
    position: relative;
    z-index: 10;
  }
  .box-copy-list .block-list {
    padding: 45px 15%;
    background: #464a67;
    color: #fff;
  }
  .box-copy-list .block-list h3 {
    color: #fff;
  }
  .box-copy-list .block-list h3 span {
    border-color: #fff;
  }
  .box-copy-list .block-list.skew-section:before,
  .box-copy-list .block-list.skew-section:after {
    background: #464a67;
  }
  .box-copy-list .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .box-copy-list .list li {
    /*font-size: 15px;*/
    color: #fff;
    text-transform: uppercase;
    padding: 3px 0;
  }
  .box-copy-list .list li a {
    color: #fff;
    position: relative;
  }
  .box-copy-list .list li a:after {
    content: "";
    width: 10px;
    height: 7px;
    background: url("../../../images/arrow-right.png") 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    right: -20px;
    bottom: 4px;
  }
  .box-copy-list .list li a:hover {
    text-decoration: underline;
  }
  @media (min-width: 1600px) {
    .box-copy-list .skew-section:after {
      height: 180px;
    }
    .box-copy-list .skew-section:after {
      bottom: -90px;
    }
  }
  @media (min-width: 992px) {
    .box-copy-list .block-list {
      margin-top: -10.7%;
    }
  }
  @media (max-width: 992px) {
    .box-copy-list .block-copy,
    .box-copy-list .block-list {
      padding-bottom: 130px;
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (max-width: 480px) {
    .box-copy-list .block-copy,
    .box-copy-list .block-list {
      padding-top: 10px;
    }
  }

  /* Box AZ */
  .box-az {
    padding: 130px 0;
    padding-bottom: 40px;
    color: #fff;
    position: relative;
  }
  .box-az .sh-full {
    /*background: rgba(69,75,128,.90);*/
  }
  .box-az h3 {
    color: #fff;
    text-align: center;
  }
  .box-az h3 span {
    border-color: #fff;
  }
  .box-az .group-letter {
    margin: 20px 0;
  }
  .box-az .group-letter .letter {
    border-radius: 100%;
    border: 1px solid #fff;
    width: 56px;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
  }
  .box-az .group-letter .letter a {
    color: #fff !important;
    display: block;
  }
  .box-az .group-letter .letter a:hover,
  .box-az .group-letter .letter a.selected {
    border-radius: 100%;
    border: 1px solid #fff;
  }
  .box-az .group-letter .item {
    padding: 4px 0;
    /*padding-left: 10%;*/
  }
  .box-az .group-letter .item .dot {
    padding-right: 10px;
  }
  .box-az .group-letter .item a {
    color: #fff;
  }
  .box-az .group-letter .item a:hover {
    text-decoration: underline;
  }
  .box-az .group-letter.is-mobile {
    display: none;
  }
  @media (min-width: 992px) {
    .box-az {
      /*margin-top: -32px;*/
    }
  }
  @media (max-width: 768px) {
    .box-az .group-letter {
      margin-bottom: 0px;
    }
    .box-az .group-letter .letter {
      margin-left: auto;
      margin-right: auto;
      font-weight: bold;
    }
    .box-az .group-letter:not(.is-mobile) .letter {
      border: 0 none;
      margin-bottom: 0px;
    }
    .box-az .group-letter.is-mobile {
      margin-top: 60px;
    }
    .box-az .group-letter.is-mobile .item {
      padding-left: 14%;
    }
  }

  /* Box Testimonial */
  .box-testimonial {
    padding: 40px 0;
    padding-bottom: 260px;
    background: #fff;
    text-align: center;
  }
  .box-testimonial .avatar {
    position: relative;
    z-index: 20;
    margin-bottom: 20px;
    min-height: 78px;
  }
  .box-testimonial .avatar > img {
    border-radius: 100%;
    border: 6px solid #454b80;
    max-width: 130px;
  }
  .box-testimonial .copy {
    background: #dfddd5;
    color: #454b80;
    font-weight: bold;
    padding: 10px 30px;
  }
  .box-testimonial .copy.skew-section:before,
  .box-testimonial .copy.skew-section:after {
    height: 126px;
    background: #dfddd5;
  }
  .box-testimonial .copy.skew-section:before {
    top: -62px;
  }
  .box-testimonial .copy.skew-section:after {
    bottom: -35px;
  }
  .box-testimonial .copy > .holder {
    position: relative;
    z-index: 10;
  }
  .box-testimonial .copy .author {
    font-size: 15px;
    text-transform: uppercase;
    color: #b83258;
  }
  .box-testimonial .bt {
    color: #b83258 !important;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 60px;
    display: inline-block;
  }
  .box-testimonial .bt:hover {
    text-decoration: underline !important;
  }
  @media (max-width: 480px) {
    .box-testimonial {
      padding: 0;
    }
  }

  /* Box Accordion */
  .box-accordion {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 150px;
  }
  .box-accordion .item .box-tit > span {
    display: block;
    cursor: pointer;
    position: relative;
  }
  .box-accordion .item .box-tit > span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
  }
  .box-accordion .item .box-tit > span[aria-expanded="true"]::after {
    content: "\f068";
  }
  .box-accordion .item .box-tit > span[aria-expanded="true"] {
    border-color: #b83258;
  }
  .page-find-a-provider #bootstrap-basic4-topnavbar.in {
    display: block;
  }
  .box-accordion .collapse a {
    text-decoration: underline;
  }
  @media (max-width: 992px) {
    .box-accordion .item .box-tit > span {
      padding-right: 25px;
    }
    .box-accordion .item .box-tit > span::after {
      top: 0;
    }
  }

  /* Experts filter */
  .modal-open .box-experts-filter > .container {
    z-index: auto !important; /* Fix modal */
  }
  .box-experts-filter {
    /*padding: 80px 0;*/
    padding: 0;
    padding-top: 10px;
    background: #fff;
  }
  .box-experts-filter .terms {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .box-experts-filter .terms li {
    display: inline-block;
    margin: 0 20px;
    color: #003055;
  }
  .box-experts-filter .terms li a {
    border-bottom: 3px solid transparent;
    display: block;
    padding: 0 20px;
    color: #003055 !important;
  }
  .box-experts-filter .terms li a:hover,
  .box-experts-filter .terms li a.selected {
    border-color: #b83258;
    color: #b83258 !important;
  }
  .box-experts-filter .list {
    margin: 20px 0;
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .box-experts-filter .list li {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 1%;
  }
  .box-experts-filter .list li a {
    color: #464a67;
  }
  .box-experts-filter .list li a:hover,
  .box-experts-filter .list li a.selected {
    text-decoration: underline;
    color: #b83258;
  }
  .box-experts-filter .item {
    margin-bottom: 90px;
  }
  .box-experts-filter .box-th-txt .pic-tx .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .box-experts-filter .box-th-txt .pic-tx .wrapper .tit {
    font-size: 16px;
    line-height: 16px;
  }
  .box-experts-filter .box-th-txt .btn {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .box-experts-filter .offices {
    font-size: 12px;
    color: #333;
    padding-top: 20px;
  }
  .box-experts-filter .offices .ti {
    font-weight: bold;
    font-size: 16px;
    color: #d1116d;
  }
  .box-experts-filter .offices p {
    margin-bottom: 0;
  }
  .box-experts-filter .offices .bt {
    color: #d1116d;
  }
  .box-experts-filter .modal-content .close {
    text-shadow: none;
    text-align: right;
    font-size: 30px;
    color: #d1116d;
    opacity: 1;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 10;
  }
  .box-experts-filter .modal-body {
    padding: 20px;
    padding-right: 25px;
  }
  .box-experts-filter .bio-data .name {
    font-weight: bold;
    font-size: 18px;
    color: #464a67;
    margin-bottom: 0;
  }
  .box-experts-filter .bio-data .position {
    font-style: italic;
    font-size: 14px;
    color: #333;
  }
  .box-experts-filter .copy {
    font-size: 14px;
    color: #333;
  }
  .box-experts-filter .lists {
    clear: both;
    overflow: hidden;
  }
  .box-experts-filter .lists .item-list {
    /*width: 50%;
    display: inline-block;*/
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
  }
  .box-experts-filter .lists .item-list .item-tit {
    font-size: 18px;
    font-weight: bold;
    color: #454B80;
    border-bottom: 3px solid #454B80;
    padding-bottom: 3px;
  }
  .box-experts-filter .lists .item-list .item-copy {
    /*font-size: 14px;*/
    color: #333;
  }
  .box-experts-filter .lists .item-list .item-copy ul {
    margin: 0;
    padding: 0;
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
  }
  .box-experts-filter .lists .item-list .item-copy ul li {
    padding: 3px 0;
  }
  .expert-thumb {
    overflow: hidden;
    max-height: 260px;
  }
  @media (max-width: 1199px) {
    .expert-thumb {
      max-height: 200px;
    }
  }
  @media (max-width: 768px) {
    .expert-thumb {
      max-height: 360px;
    }
  }
  @media (max-width: 425px) {
    .expert-thumb {
      max-height: 420px;
    }
  }

  /******
  single experts_page
  ******/
  .box-th-txt .pic-tx.single:before,
  .box-th-txt .pic-tx.single:after {
    background-color: #fff;
  }
  .box-experts-filter .lists .item-list .item-copy ul {
    padding-top: .5rem;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
  }
  .box-experts-filter .lists .item-list {
    /*width: auto;*/
  }
  .box-experts-filter .offices.single {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
  .box-experts-filter .offices.single a {
    text-decoration: underline;
  }
  .box-experts-filter .offices.single a.location_link {
    font-size: 14px;
    color: #454B80;
  }
  /************/

  .prmbr_main { opacity: 0.95; text-align: center; padding: 30px 30px 15px !important; }
  .prmbr_main h4 { text-transform: uppercase; font-weight: bold !important; font-size: 18px;  }
  .prmbr_main a { color: #B83258; font-weight: bold; border-bottom: 2px solid #B83258; text-transform: uppercase; }
  .prmbr_main a:hover { color: #373950; border-bottom: 2px solid #373950; text-decoration: none; }


  /**popup design**/
  .sticky-form-consultation {
      max-width: 400px;
      position: fixed;
      right: -150%;
      top: 50%; 
      background: #454b80;
      z-index: 1010;
      padding: 20px 40px;
      color: #fff;
      font-size: 14px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      overflow-y: auto;
  }

  .sticky-form-consultation .tit {
      font-size: 23px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
  }
  .sticky-form-consultation .req {
      font-size: 12px;
      font-style: italic;
  }
  .sticky-form-consultation .close-bt {
      color: #fff !important;
      position: absolute;
      right: 15px;
      top: 20px;
      z-index: 10;
  }
  .btn.sticky-form-consultation-open {
      background-color: #454b80;
  }
  .sticky-form-consultation .wpcf7 .screen-reader-response {
      position: absolute;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      width: 1px;
      margin: 0;
      padding: 0;
      border: 0;
  }
  .sticky-form-consultation .wpcf7 .field {
      margin-top: 8px;
  }
  .sticky-form-consultation .wpcf7 input, .sticky-form-consultation .wpcf7 textarea {
      margin-top: 0;
      border: 0 none;
      border-radius: 0px;
      font-size: 14px;
  }

  .sticky-form-consultation .wpcf7-not-valid-tip { 
	  color: #FFE200;
}
  .sticky-form-consultation .wpcf7 input[type="submit"] {
      width: 100%;
      background: #3b3f5e;
      font-size: 24px;
      font-weight: bold;
      text-transform: uppercase;
	  border: solid 2px #73779e;
  }
  .sticky-form-consultation.show {
      right: 0;
      -webkit-transform: translateY(0);
  transform:translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  }
  .sticky-form-consultation .wpcf7 textarea[name="your-area-of-focus"] {
      height: 70px;
  }
  /**END**/


  @media only screen and (max-width:1300px){
/*   .sticky-form-consultation {
      height: 100vh;
  } */
  }
  @media (min-width: 992px) {
    .box-experts-filter .feed {
      margin-left: -30px;
      margin-right: -30px;
    }
    .box-experts-filter .item {
      padding-left: 30px;
      padding-right: 30px;
    }
    .box-experts-filter .box-th-txt {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
    }
    .box-experts-filter .box-th-txt:hover:not(.single-experts) {
      -webkit-transform: translateY(-35px);
      transform: translateY(-35px);
    }
  }
  @media (max-width: 991px) {
    #main {
      margin-top: 0;
    }
    .page-header-sitebrand-topbar .site-title-heading {
      text-align: left;
    }
    .page-header-sitebrand-topbar .site-title-heading img {
      height: 50px;
      width: auto;
    }
  }

  @media (max-width: 768px) {
    .box-experts-filter .terms li {
      display: inline-block;
      margin: 0;
    }
    .box-experts-filter .terms li a {
      display: inline-block;
    }
  }


  @media (min-width: 768px) and (max-width: 991px) {
    .box-experts-filter .offices {
      /*width: 50%;
      float: left;
      padding-right: 5%;
      padding-top: 10px;
      padding-bottom: 10px;*/
    }
    .box-experts-filter .attachment-bio_popup {
      display: block;
    }
    .box-experts-filter .bio-data {
      /*padding-top: 20px;*/
    }
  }
  @media (max-width: 480px) {
    .box-experts-filter .terms li {
      display: block;
    }
    .box-experts-filter .list li {
      padding: 0 3%;
      line-height: 2rem;
    }
    .box-experts-filter .bio-data {
      padding-top: 20px;
    }
    .box-experts-filter .lists .item-list {
      width: 100%;
      float: none;
      padding-right: 0;
    }
  }

  /* Search page */
  .search-results #main {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .grecaptcha-badge {
    visibility: collapse !important;
  }
  .grecaptcha-badge {
    opacity: 0 !important;
  }


  #blog-sidebars ul.alignleft li a svg {
      fill: rgb(69, 75, 128);
      background: transparent;
      font-size: 21px;
      padding: 0px;
  }
  #blog-sidebars ul.alignleft li a {
      background: transparent !important;
      border: 1px solid #e3e3e3 !important;
  }

  #blog-sidebars .widget_archive select{
      padding: 3px 13px;
      height: 55px;
      width: 100%;
      max-width: 270px;
      border-radius: 5px;
      border: 1px solid #e3e3e3;
  }
  #blog-sidebars .widget_archive h3 {
      color: rgb(69, 75, 128);
      font-size: 22px;
      margin-top: 25px;
      font-weight: 600;
  }
  #blog-sidebars .widget.popular-posts .wpp-list {
      padding: 0;
  }
  #blog-sidebars .widget.popular-posts .wpp-list li {
      border-bottom: 1px solid #dadada;
      margin-bottom: 10px;
  }
  #blog-sidebars .widget.popular-posts .wpp-list li a {
      font-size: 15px;
      color: rgb(69, 75, 128);
      text-decoration: underline;
  }
  #blog-sidebars .widget.popular-posts .wpp-list li .wpp-views {
      font-size: 12px;
      color: #484848;
      padding-bottom: 6px;
      display: block;
  }
  /* .blog-single-row .post-thumb {
      height: 100%;
  }
  .blog-single-row .post-thumb img {
      height: 100%;
      object-fit: cover;
  } */
  #blog-sidebars .widget.popular-posts {
      max-width: 270px;
  }

  #blog-sidebars .widget.popular-posts .widget-title {
      color: rgb(69, 75, 128);
      font-size: 22px;
      margin: 45px 0 7px;
      border-bottom: 1px solid #dadada;
      padding-bottom: 9px;
      font-weight: 600;
  }
  #blog-sidebars ul.alignleft li a svg:hover {
      background: rgb(69, 75, 128);
      border-color: rgb(69, 75, 128);
      fill: #fff;
  }
  #blog-sidebars ul.alignleft li a:hover {
      border: 1px solid rgb(69, 75, 128) !important;
      background: rgb(69, 75, 128) !important;
  }
  #blog-sidebars .alignleft li {
      margin-left: 0 !important;
      margin-right: 10px !important;
  }
  .blog-single-row .post-detail {
      height: 100%;
  }
  #blog-sidebars .simple-social-icons h3.widget-title {
      margin-top: -5px;
  }
  #blog-sidebars ul.alignleft li a:hover svg {
      fill: #fff;
  }
  .single.single-post #blog-sidebars .simple-social-icons h3.widget-title {
      margin-top: 0px;
  }

  .map-content .map-search .row.map-search-container .map-search-contents .first-column .map-search-results .result-item .item-content .item-distance { position: absolute; right: 0; }

  @media only screen and (max-width:1199px){
  .blog-single-row .col-8 {
      padding: 0;
  }
  .blog-single-row {
      margin-bottom: 15px;
  }
  h2.blog-single-title {
      font-size: 18px;
      font-weight: 700;
      line-height: 22.8px;
  }

  }

  @media only screen and (max-width:991px){
  .post-title-date, .post-title-categories {
      font-size: 15px;
      margin-bottom: 4px;
      margin-right: 20px;
  }
  .blog-single-row .col-sm-4 {
      padding: 0;
  }
  .blog-single-row .col-sm-8 {
      padding-left: 15px;
  }
  .blog-single-row .post-link {
      margin: 0;
  }
  }

  @media only screen and (max-width:767px){
  #blog-sidebars .widget.popular-posts {
      max-width: 100%;
      padding-bottom: 20px;
  }
  #blog-sidebars .widget_archive select {
      height: 50px;
      width: 100%;
      max-width: 100%;
  }

  }
  @media only screen and (max-width:575px){
  .blog-single-row .col-sm-4 {
      padding: 0 15px;
  }
  .blog-single-row .col-8 {
      padding-left: 15px;
      width: 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 15px;
  }
  .blog-single-row .post-thumb img {
      object-fit: unset;
      width: 100%;
      height: auto;
  }
  #blog-sidebars .widget_archive h3 {
      margin-top: 10px;
  }
  #blog-sidebars .widget.popular-posts .widget-title {
      margin: 35px 0 7px;
  }
	.slider .item .data h1 {
    border-bottom: 0px solid transparent;
  }
}


/* New Mobile Responsive CSS for 2022 */

@media only screen and (max-width:1024px){
	.service-entry {
    	width: 210px;
    	float: left;
    	margin: 0 11px;
	}
	
	.page-header-sitebrand-topbar .header-top {
    	background: #fff !important;
	}
	
	.slider .item .data h1 {
		font-size: 40px;
	}
	
	.testimonial-featured-box .featured-testimonial-list .owl-dots,
	.featured-post-container .owl-dots {
    		display: block;
			 margin-bottom: 25px;
	}
	
	.featured-post-container .owl-dots {
		text-align: center;
	}
	 
	 .testimonial-slider .owl-dots .owl-dot,
	.featured-post-container .owl-dots .owl-dot{
    	background-color: #842062;
    	opacity: .5;
    	width: 0.5rem;
    	height: 0.5rem;
   	 	border-radius: 50%;
    	margin-right: 0.5rem;
	}
	
	.testimonial-slider .owl-dots .owl-dot.active,
	.featured-post-container .owl-dots .owl-dot.active{
    	opacity: 1;
	}
	
	.owl-carousel.news-feed.featured-post-container.owl-loaded, .featured-post-container .owl-stage-outer {
   	 	height: auto;
	}
	
}

@media only screen and (max-width:1024px) and (min-width: 992px) {
	
/*	.owl-carousel.slider {
    	top: 0px;
	}
	
	.owl-carousel.slider .owl-stage {
		top: 70px;
	}
	
	.slider .item .data {
		padding-top: 8%;
	}*/
	
	#content {
    	padding-top: 0;
	}
	
	.home #main {
    	margin-top: 30px !important;
	}
	
	#main {
		margin-top: 100px !important;
	}
	
	.owl-carousel.slider .owl-stage {
    	top: 95px;
	}
	
	.slider .item .data {
		padding-top: 8%;
	}
	
	.slider .owl-dots {
		bottom: 250px !important;
	}
	
	.subnav-quicklinks {
		margin-top: -65px;
	}
	
	.home .subnav-quicklinks + .box-copy-img {
		padding-top: 85px !important;
	}
	
	.make-appoinment-bt {
    	top: 335px !important;
	}
	
	.sticky-form-consultation-open.sticky-btn {
    	top: 415px !important;
	}
	
}

 @media only screen and (max-width:992px){
	 
	 header.page-header.page-header-sitebrand-topbar {
    	border-bottom: 1px solid #454A7F;
	}
	 
	 .page-header-sitebrand-topbar .header-top {
		 background: #fff !important;
	 }
	 .slider .item .data p {
		 font-size: 16px;
	 }
	
	 .subnav-quicklinks .col-6 .wrapper {
		 margin-top: -40px !important;
	 }
	 
	.subnav-quicklinks .item.skew-section:nth-child(1):after {
    	background: #842062 !important;
	}
	.subnav-quicklinks .item.skew-section:nth-child(2):after {
    	background: #968B84 !important;
	}
	.subnav-quicklinks .item.skew-section:nth-child(3):after {
    	background: #454B80 !important;
	}
	.subnav-quicklinks .item.skew-section:nth-child(4):after {
    	background: #707499 !important;
	}
	
	.subnav-quicklinks .item, .subnav-quicklinks .wrapper {
    	padding: 40px 0 10px 0 !important;
	}
	 
	 .infectious-diseases-box ul {
		 -webkit-column-count: 2;
    	 -moz-column-count: 2;
    	 column-count: 2;
		 list-style-type: none;
	 }
	 
	 .infectious-diseases-box ul li h3 a {
		 border-bottom: none;
	 }
	 
	.infectious-diseases-box ul li {
    padding-top: 20px;
    padding-left: 37px;
    padding-right: 0%;
    background: url(../../../images/common-disease-icon.png) no-repeat;
    background-position: 0 15px;
    background-size: 30px 30px;
		image-rendering: -webkit-optimize-contrast;
	}
	 
	 .infectious-diseases-box ul li p {
    	    display: block;
    font-size: 14px;
    font-weight: 600;
	}
	 
	 .infectious-diseases-box ul li a.read-more {
    display: block;
    padding: 0;
    margin-left: 0px;
	}
	 
	 .infectious-diseases-box h2 p {
    font-size: 28px;
	}
	 
	 .infectious-diseases-box .copy p {
    font-size: 16px;
	}
	 
	 .btn, input.wpcf7-form-control.has-spinner.wpcf7-submit, 
	 .more-button, 
	 .archive .archive-content .blog-single-row .blog-single-content a {
		 padding: 15px 20px !important
	 }
	 
	 .navbar-mobile {
		 top: 65px;
	 }
	 
	  .admin-bar .navbar-mobile {
		 top: 97px;
	 }
	 
	 .navbar-mobile > .container {
    	padding-top: 20px;
    	padding-bottom: 0;
    	margin: 0;
    	padding-left: 0;
    	padding-right: 0;
    	max-width: 992px;
	}
	 
	 .page-header-sitebrand-topbar .header-top .navbar-toggler .navbar-toggler-icon {
    	background-color: #454B80;
    	display: block;
    	height: 3px;
    	margin: 6px 0;
	}
	 .page-header-sitebrand-topbar .header-top .navbar-toggler {
    	margin-top: 10px;
    	left: 18px;
    	position: relative;
	}
	 
	 .phone-icon-mobile, .location-icon-mobile {
    	padding: 10px 10px;
    	position: relative;
    	top: -10px;
    	left: 10px;
	}
	 
	 .box-copy-img.bgwhite .copy p, 
	 .box-copy-img.box-copy-img2.bg-color .copy p {
		 font-size: 16px;
	 }
	 
	 .box-copy-img {
    	padding-bottom: 0 !important;
	}
	 
	 .box-th-txt.skew-section:after {
    	height: 55px;
    	bottom: -30px;
	}
	 
	 .skew-section.white-diagonal:after,
	 .box-copy-img.box-copy-img2.bg-color.skew-section.white-diagonal.no-bg:after {
    		bottom: -30px !important;
		}
	 
	 .infectious-diseases-box.box-copy-img {
    		padding: 95px 0 110px !important;
		}
	 
	 .box-copy-img.skew-section.white-diagonal.bgwhite.featured-post-widget, .specialized-services-widget {
    		padding: 30px 0 40px !important;
		}
	 
	 .box-copy-img.box-copy-img2.bg-color.no-bg,
	 .box-copy-img{
    	padding: 30px 0 0 !important;
	 }
	 
	 .box-copy-img.bg-color {
    	padding-bottom: 45px !important;
	}
	 
	 .service-entry {
		 width: 46%;
		 margin-top: 35px;
	 }
	 .service_entry_title {
    		margin-top: 25px;
	}
	 
	 .widget-description {
		 margin-bottom: 15px;
	 }
	 
	 .testimonial-featured-box .wrapper {
    		padding: 15px 0 0px 0;
	}
	 
	 .owl-carousel.news-feed .owl-nav {
    		display: none;
	}
	 
	 .infectious-diseases-box {
    padding: 95px 0 140px;
	 }
	 
	 .sticky-bottom ul li{
		 max-width: 50% !important;
    	flex: 0 0 50% !important;
		 -ms-flex: 0 0 50% !important;
	 }
	 
	 .sticky-bottom ul li a {
		 font-size: 15px !important;
	 }
	 
	 .sticky-bottom ul li.make-appointment a {
    background: url(../../../images/icon-calendar.png) 19% 22px no-repeat !important;
    background-size: 35px 35px !important;
		 		font-weight: 700 !important;
		 image-rendering: -webkit-optimize-contrast;
}
	 .sticky-bottom ul li:nth-child(2) a:before {
    content: "";
    background: url(/wp-content/uploads/2021/04/consult-con-trans.png);
    width: 35px !important;
    height: 35px !important;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 22px !important;
    left: 13% !important;
    transform: translateX(-50%);
		 image-rendering: -webkit-optimize-contrast;
}
	 .sticky-bottom {
		 background: #fff;
	 }
	 
	 .sticky-bottom .make-appointment {
		 background: #B21F7F;
	 }
	 .sticky-bottom .sticky-form-consultation-open {
		 background: #363c66;
	 }
	 .sticky-bottom ul li a {
    	padding: 30px 0px 30px 20px !important;
	}
	 
	 .subnav-quicklinks .wrapper .tit {
		font-size: 12px !important;
		margin-top: 10px;
	}
	 
	 #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > a, #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > form,
	 #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item .quadmenu-item-content{
		 font-size: 16px !important;
    	font-weight: 400 !important;
	 }
	 
	 #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content {
    	border-bottom: 1px solid #5D6290;
	}
	 
	 #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item .quadmenu-item-content {
		 border-bottom: none;
		 padding: 10px 50px !important;
	 }
	 	 
	 .box-questions {
		 padding-top: 0 !important;
	 }
	 
	 .box-questions.bg-fixed {
    	padding-top: 90px !important;
	}
	 
	 .box-3colcopy.bgwhite, .box-1colcopy.bgwhite, .box-1colleft.bgwhite {
    	padding-bottom: 20px !important;
	}
	 
	 .hero .item .data h1 {
    font-size: 48px !important;
		 margin-top: 60px;
	 }
	 
	 .box-questions.extra-spacing-top {
    	padding-top: 110px !important;
    	padding-bottom: 70px !important;
	}
	 
	 .box-questions.faq-question {
    	padding-top: 110px !important;
    	padding-bottom: 120px !important;
	}
	 
	 .box-testimonial {
		 padding-bottom: 110px !important;
	 }
	 
	 .with-padding-bottom, 
	 .box-questions.box-1colleft.skew-section.white-diagonal.bgwhite.bg-light-purple.with-padding-bottom, 
	 .box-questions.box-1colleft.skew-section.white-diagonal.bgwhite.spacing-fix.with-padding-bottom {
    	padding-bottom: 70px !important;
	}
	
	 .infectious-disease-copy .box-th-txt.skew-section:before,
	 .wound-care-copy .box-th-txt:before{
		 top: 0px !important;
	 }
	 
	 .box-copy-img.skew-section.white-diagonal.bgwhite.wound-care-copy,
	 .box-copy-img.box-copy-img2.skew-section.white-diagonal.bgwhite.mobile-extra-padding-bottom-2{
		 padding-bottom: 180px !important;
	 }
	 
	 .box-th-txt .pic-tx .wrapper .tit {
		 font-size: 15px !important;
	 }
	 
	 .skew-section.white-diagonal:after, .box-copy-img.box-copy-img2.bg-color.skew-section.white-diagonal.no-bg:after {
    	bottom: -55px !important;
	}
	 .box-az {
    	padding: 80px 0;
	 }
	 
	 .box-az .col-4 {
    	-ms-flex: 0 0 49.333333%;
    	flex: 0 0 49.333333%;
    	max-width: 49.333333%;
	}
	 
	 .box-az .group-letter .letter {
    	margin-left: 10px;
   	 	margin-right: 0;
    	margin-bottom: 15px !important;
	 }
	 
	 .box-accordion {
		 padding-bottom: 70px !important;
	 }
	 
	 .box-contact .container {
    	padding-bottom: 20px !important;
	}
	 
	 .box-infection-list .wrapper {
    	padding: 28px 0 !important;;
    	padding-bottom: 50px !important;;
	}
	 
	 .box-copy-img.spacing-fix.more-spacing-fix,
	 .box-copy-img.box-copy-img2.skew-section.white-diagonal.bg-color.spacing-fix.mobile-extra-padding-bottom,
	 .box-copy-img.box-copy-img2.skew-section.white-diagonal.bgwhite.mobile-extra-padding-bottom,
	 .box-copy-img.skew-section.white-diagonal.bgwhite.mobile-extra-padding-bottom{
    	padding-bottom: 90px !important;
	}
	 
	 .alert.alert-secondary.text-center {
    	margin-bottom: 60px;
	}
	 .box-questions .benefits img {
    		display: block;
    	margin-bottom: 20px;
	}
	 
	 .box-copy-img.no-margin-bottom {
		 margin-bottom: 75px !important;
	 }
	 
	 .box-questions.inner-item-nomargin.mobile-extra-padding-top {
		 padding-top: 150px !important;
	 }
	 
	 .box-experts-filter .col-md-3 {
    	max-width: 25% !important;
    	flex: 0 0 25% !important;
    	-ms-flex: 0 0 25% !important;
	}
	 
	 .box-experts-filter .box-th-txt .pic-tx .wrapper .tit {
    	font-size: 18px !important;
	}
	 
	 .box-experts-filter .box-th-txt .btn { padding: 10px !important; }
	 
	 .skew-section.white-diagonal.adjust-skew-mobile:after {
    	bottom: -28px !important;
	}
	 
	 .quadmenu-item-widget.widget.widget_text p {
		 padding: 0 !important;
	 }
	 
	 .hero .item .data h1 {
		margin-top: 0 !important;
		position: absolute;
    	top: 50%;
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
	}
	
	.hero .item .data {
    	padding-top: 0;
    	padding-bottom: 15px;
    	height: 387px;
    	position: relative;
	}
	 
	 .box-copy-img .box-th-txt {
    	padding-top: 0px;
	}
	 
	 .infectious-diseases-box.box-copy-img .col-lg-7 {
		 width: 100%;
	 }
	 
	.archive .archive-content .blog-single-row .blog-single-content a {
    	padding: 5px 20px !important;
    	margin-top: 11px !important;
	}
	 
	 .box-testimonial-list .testimonial-text {
		 font-size: 20px !important;
	 }
	 
	 .box-infection-list .list li {
		 width: auto !important;
		 padding: 0 3px;
	 }
}

@media only screen and (max-width:991px) {
.box-copy-img.mobile-half .col-lg-7, .wound-care-copy .col-lg-7, .infectious-disease-copy .col-lg-7 {
    max-width: 60%;
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
}
	 
.box-copy-img.mobile-half .col-lg-4, .wound-care-copy .col-lg-4, .infectious-disease-copy .col-lg-4 {
    max-width: 40%;
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
}
	 
	 .box-copy-img2.mobile-half .col-lg-7 {
		 order: 3;
	 }
	 
	 .box-copy-img2.mobile-half .col-lg-4 {
		 order: 1;
	 }
		 #main {
    	margin-top: 0 !important;
	}
	 
	 .featured-testimonial-list button.owl-prev {
		 left: -80px !important;
	 }
	 
	 .featured-testimonial-list button.owl-next {
    	right: -80px !important;
	}
	 
	 #bootstrap-basic4-topnavbar.navbar-collapse.navbar-mobile.collapse.show {
		height: 100%;
    	max-height: 500px;
    	overflow-y: scroll;
		 -webkit-overflow-scrolling: touch;
	 }
	 
	 .additional-menu-mobile .navbar-nav > li.menu-item-has-children:after {
		top: 0px !important;
    	right: 31px !important;
    	content: url(../../../images/caret-down.png) !important;
		 image-rendering: -webkit-optimize-contrast;
	 }
	 
	 .additional-menu-mobile .navbar-nav > li.menu-item-has-children.open:after {
	 	content: url(../../../images/caret-up.png) !important;
		 image-rendering: -webkit-optimize-contrast;
	 }
	 
	 .additional-menu-mobile ul li {
    	background-color: #fff;
    	padding: 15px 30px !important;
    	border-bottom: 1px solid #ddd !important;
	}
	 
	 .additional-menu-mobile ul li a {
    	padding: 0 !important;
    	border-bottom: none !important;
    	font-family: Noto-sans, sans-serif;
    	font-size: 14px !important;
    	font-weight: 600 !important;
    	text-transform: capitalize !important;
	}
	 
	 .additional-menu-mobile .navbar-nav .sub-menu .menu-item {
    	border: none !important;
    	padding: 5px 15px !important;
	}
	 
	 #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.open > a > .quadmenu-item-content > .quadmenu-caret,
	 #quadmenu .quadmenu-navbar-nav li.quadmenu-item.open>.quadmenu-dropdown-menu>ul{
		 background-color: #EFF0F8 !important;
	 }
	 
	 #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link:hover > a > .quadmenu-item-content, #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link.open > a > .quadmenu-item-content {
    	border-bottom: none !important;
	}
	 
	 #quadmenu .quadmenu-navbar-nav li.quadmenu-item.open>.quadmenu-dropdown-menu>ul {
		 border-bottom: 1px solid #5D6290 !important;
		 padding-top: 0 !important;
	 }
	 
	 .navbar-mobile #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav .quadmenu-dropdown-menu .quadmenu-item-97775 .quadmenu-item-content {
    	padding-top: 5px !important;
    	padding-bottom: 20px !important;
	}
	 
	 .navbar-mobile #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav .quadmenu-dropdown-menu .quadmenu-item-97780 .quadmenu-item-content {
    	padding-bottom: 20px !important;
	 }
	 
	 .page-header-sitebrand-topbar .container {
    	max-width: 100%;
    	flex: 0 0 100%;
	}
	
	.page-header-sitebrand-topbar .main-navigation {
		 display: none;
	 }
	 .page-header-sitebrand-topbar .header-top .site-title-heading.logo-area a {
		 display: block;
   		 background: url(../../../images/IDC-Logo-mobile.png);
    	 width: 150px;
    	 height: 65px;
    	 background-size: cover;
    	 background-repeat: no-repeat;
		 image-rendering: -webkit-optimize-contrast;
	 }
	 .page-header-sitebrand-topbar .site-title-heading img {
		 display: none;
	 }
	 .slider .item .data {
		 padding-top: 25%;
	 }
	
		.subnav-quicklinks .col-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	}
	
	.footer-col-1 {
    max-width: 26% !important;
    flex: 0 0 26% !important;
    -ms-flex: 0 0 26% !important;
}
	 
	 .footer-col-2 {
    -ms-flex: 0 0 74% !important;
    flex: 0 0 74% !important;
    max-width: 74% !important;
}
	 .footer-col-3,
	 .footer-col-4{
    -ms-flex: 0 0 26% !important;
    flex: 0 0 26% !important;
    max-width: 26% !important;
}
	 .footer-col-1,
	 .footer-col-2,
	  .footer-col-3,
	 .footer-col-4 {
		 text-align: left !important;
	 }
	 
	 .footer-col-3, .footer-col-4 {
    position: relative;
    left: 26%;
	}
	 
	 .site-footer h5 {
		 display: block;
	 }
	
	    .site-footer .footer-col-1,
    .site-footer .footer-col-2,
    .site-footer .footer-col-3,
    .site-footer .footer-col-4,
    .site-footer .footer-col-5,
    .site-footer .footer-bottom-2 {
      text-align: center;
    }
	
	    .site-footer {
      padding-bottom: 66px !important;
    }
	
}	 

@media only screen and (max-width:768px) {
.admin-bar .navbar-mobile {
		 top: 105px;
	 }
}	 

@media only screen and (max-width:767px) and (min-width: 601px) {
	.container, .container-sm {
    	max-width: 767px !important;
	}
	
	.subnav-quicklinks .btn {
    	padding: 4px 10px !important;
	}
	.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	}
	
	.footer-col-3, .footer-col-4 {
    -ms-flex: 0 0 35% !important;
    flex: 0 0 35% !important;
    max-width: 35% !important;
	}
}

@media only screen and (max-width:700px) and (min-width: 645px) {
	.sticky-bottom ul li a {
		padding-left: 45px !important;
	}
}

@media only screen and (max-width:644px) and (min-width: 601px) {
	.sticky-bottom ul li a {
		padding-left: 60px !important;
	}
}

@media only screen and (max-width:600px){
	
	.box-infection-list .list li {
   	 	width: 10% !important;
	}
	
	.box-experts-filter .col-md-3 {
    	max-width: 50% !important;
    	flex: 0 0 50% !important;
    	-ms-flex: 0 0 50% !important;
	}
	
	.box-copy-img .box-th-txt {
    	padding-top: 40px;
	}
	
	.box-copy-img.mobile-half .col-lg-7, .box-copy-img.mobile-half .col-lg-4,
	 .wound-care-copy .col-lg-7, .wound-care-copy .col-lg-4,
	 .infectious-disease-copy .col-lg-7, .infectious-disease-copy .col-lg-4 {
    	max-width: 100%;
		 flex: 0 0 100%;
		 -ms-flex: 0 0 100%;
	}
	
	.box-copy-img2.mobile-half .col-lg-7 {
		 order: 1;
	 }
	 
	 .box-copy-img2.mobile-half .col-lg-4 {
		 order: 3;
	 }
	
	.subnav-quicklinks .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	}
	
	.subnav-quicklinks {
    	-webkit-transform: translateY(-100px) !important;
    	transform: translateY(-100px) !important;
	}
	
	.slider .item .data h1 {
    	font-size: 35px !important;
	}
	
	.slider .item .data .btn {
    	margin-top: 0px;
	}
	
	.slider .item .data h1 {
		padding-bottom: 0 !important;
	}
	
	.slider .owl-dots {
		bottom: 120px !important;
	}

	.home .subnav-quicklinks + .box-copy-img {
    	padding-top: 435px !important;
	}
	
	.infectious-diseases-box h2 p,
	.service_entry_desc{
		text-align: center;
	}
	
	.infectious-diseases-box h2 p {
    	font-size: 23px;
	}
	
	.infectious-diseases-box ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
	}
	
	.infectious-diseases-box ul li {
    padding-right: 5%;
	}
	
	.service-entry {
    width: 100%;
    margin: 25px 0 0 auto;
    padding: 0 20px;
    float: none;
    text-align: center;
	}
	
	.featured-testimonial-list .owl-carousel.slider {
    	height: 210px !important;
	}
	
		 .footer-col-1,
		.footer-col-2,
		.footer-col-3,
	 .footer-col-4 {
    max-width: 50% !important;
    flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
	}
	 
	.footer-col-3, .footer-col-4 {
    left: 0;
	}
	
	.sticky-bottom ul li a {
    	padding: 10px 0px 10px 60px !important;
	}
	
	.sticky-bottom ul li:nth-child(2) a {
		padding: 10px 0px 10px 40px !important;
	}
	
	.sticky-bottom .make-appointment a {
		width: 188px;
    	text-align: left;
    	margin: 0 auto;
	}
	
	.sticky-bottom ul li.make-appointment a {
    	background: url(../../../images/icon-calendar.png) 10% 14px no-repeat !important;
    	background-size: 35px 35px !important;
		image-rendering: -webkit-optimize-contrast;
	}
	
	.sticky-bottom ul li:nth-child(2) a:before {
		top: 14px !important;
    	left: 17% !important;
	}
	
	.hero .item .data h1 {
    font-size: 42px !important;
	}
	
	h2.blog-single-title {
    	margin: 15px 0 30px !important;
	}
	.blog-single-row .post-detail {
    	padding: 20px 20px !important;
	}
	
	.hero .item {
    	min-height: 350px !important;
	}
	
	.hero .item .data {
    	padding-top: 0;
    	padding-bottom: 15px;
    	height: 300px;
    	position: relative;
	}
	
}

@media only screen and (max-width:600px) {
	.sticky-bottom ul li:nth-child(2) a {
		padding-left: 65px !important;
	}
}

@media only screen and (max-width:540px) {
	.sticky-bottom ul li:nth-child(2) a {
		padding-left: 40px !important;
	}
}

@media only screen and (max-width:600px) and (min-width: 557px) {
}

@media only screen and (max-width:480px){
	
	.navbar-mobile {
		 top: 60px;
	 }
	
	.footer-col-1 .widget_media_image img {
    	width: 160px;
	}
	
	.footer-col-1 #block-3, .footer-col-1 #block-4, .footer-col-1 #block-3 p, .footer-col-1 #block-4 p {
    	display: inline-block;
    	margin-top: 5px;
	}
	
	.footer-col-1 #block-3:after {
    	content: ' | ';
    	margin-right: 4px;
    	position: relative;
    	top: -1px;
	}
	
	.site-footer .footer-top .container .row .footer-col-1,
	.site-footer .footer-top .container .row .footer-col-2{
    	max-width: 100% !important;
    	flex: 0 0 100% !important;
    	-ms-flex: 0 0 100%;
    	text-align: center !important;
	}
	
.site-footer .footer-col-1 .widget_text p {
    text-align: center !important;
}
	
.site-footer .footer-col-2 .col-md-4.mb-3 {
    max-width: 50% !important;
    text-align: left;
    flex: 0 0 50% !important;
    -ms-flex: 0 0 50%;
}
	
	.box-testimonial-list .testimonial-text {
		 font-size: 18px !important;
	 }
	
	.box-testimonial-list .testimonial-author {
		font-size: 16px !important;
	}
	
	.box-experts-filter .col-md-3 {
    	max-width: 100% !important;
    	flex: 0 0 100% !important;
    	-ms-flex: 0 0 100% !important;
	}
		
	.navbar-mobile > .container {
		 padding-top: 0 !important;
		 margin-top: -4px !important;
	 }
	
	.page-header-sitebrand-topbar .header-top {
    	height: 60px !important;
	}
	.page-header-sitebrand-topbar .header-top .site-title-heading.logo-area a {
    	width: 115px;
		height: 50px;
		margin-top: 5px;
	}
	.phone-icon-mobile, .location-icon-mobile {
		top: -14px;
	}
	.page-header-sitebrand-topbar .header-top .navbar-toggler {
    	margin-top: 8px;
    	left: 10px;
	}
	.page-header-sitebrand-topbar .header-top .container {
    	padding-top: 0px;
    	padding-bottom: 0px;
	}
	
	.hero .item {
    	min-height: 195px !important;
	}
	
	.hero .item .data h1 {
		margin-top: 0 !important;
		font-size: 24px !important;
		position: absolute;
    	top: 50%;
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
	}
	
	.hero .item .data {
    	padding-top: 0;
    	padding-bottom: 15px;
    	height: 150px;
    	position: relative;
	}
	
	.skew-section.white-diagonal:before {
    	top: -62px;
	}
	
	.box-tit p, .box-tit {
		font-size: 20px !important;
	}
	
	.box-accordion {
    	padding-bottom: 10px !important;
    	padding-top: 0;
	}
	
	.box-accordion.bottom-accordion {
		padding-bottom: 40px !important;
	}
	
	.box-infection-list .list li {
    	width: 7% !important;
		line-height: 2rem;
	}
	
	.box-infection-list .list li a {
    	font-size: 25px;
	}
	
	.box-experts-filter .list li {
    	padding: 0px 2.8%;
    	line-height: 2rem;
	}
	
	.box-experts-filter .box-th-txt .btn {
    	padding: 10px 45px !important;
	}
	
}

.page-container {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

.clsFix .subnav-quicklinks {
  min-height: 214px;
}