/* Start:Body of page */
body.page {
  background-color: #000 !important;
}
/* End:Body of page */
/* Start:Miscellanous */
.content-area {
  padding-bottom: 0 !important;
}
.appleLinksWhite {
  color: #fff !important;
  text-decoration: none !important;
  outline: none !important;
}

.button-text-align-left {
  text-align: left;
}

/* End:Miscellanous */
/* Start:Heading */
#meanmenu > .mean-bar {
  background-color: #000;
  border: unset;
}
#meanmenu > .mean-bar .fa-bars {
  color: #fff;
}
#meanmenu > .mean-bar .search-box-area {
  display: none;
}
#meanmenu > .rt-slide-nav {
  background-color: #000;
  top: 40px;
}

#meanmenu > .rt-slide-nav .menu > li > a {
  color: #fff;
}

html#ls-global #home-page-top-slider.home-page-top-slider-class.ls-overflow-visible {
  /* overflow: hidden !important; */
}

.home .site-wrp .top-section a.ls-gui-element {
  visibility: visible !important;
  display: block !important;
  background-color: transparent !important;
  border: unset !important;
  border-radius: unset !important;
  box-shadow: unset !important;
}

.home .site-wrp .top-section a.ls-gui-element:hover,
.home .site-wrp .top-section a.ls-gui-element:active,
.home .site-wrp .top-section a.ls-gui-element:focus {
  background-color: transparent !important;
  border: unset !important;
}

.home .site-wrp .top-section a.ls-gui-element:before {
  font-family: unset !important;
}

.home .site-wrp .top-section a.ls-gui-element.ls-nav-prev {
  left: 5%;
}

.home .site-wrp .top-section a.ls-gui-element.ls-nav-next {
  right: 5%;
}

.home .site-wrp .top-section a.ls-gui-element.ls-nav-prev:before {
  content: url("/wp-content/themes/medilink-child/icons/left-chevron-64.png");
}
.home .site-wrp .top-section a.ls-gui-element.ls-nav-next:before {
  content: url("/wp-content/themes/medilink-child/icons/right-chevron-64.png");
}

.home .site-wrp .top-section a.ls-gui-element:hover,
.home .site-wrp .top-section a.ls-gui-element:active,
.home .site-wrp .top-section a.ls-gui-element:focus {
  filter: brightness(0) saturate(100%) invert(72%) sepia(41%) saturate(5578%) hue-rotate(154deg) brightness(100%) contrast(109%);
}

.home .site-wrp .top-section .ls-bottom-slidebuttons a {
  border-color: #00bbec !important;
}

.home .site-wrp .top-section .ls-bottom-slidebuttons a.ls-nav-active {
  background-color: transparent !important;
  border-color: #fff !important;
}

@media screen and (max-width: 1300px) {
  .home .site-wrp .top-section a.ls-gui-element.ls-nav-prev {
    left: 2%;
  }

  .home .site-wrp .top-section a.ls-gui-element.ls-nav-next {
    right: 2%;
  }
}

@media screen and (max-width: 991px) {
  .home .site-wrp .top-section a.ls-gui-element.ls-nav-prev {
    left: -15px !important;
    display: none !important;
  }

  .home .site-wrp .top-section a.ls-gui-element.ls-nav-next {
    right: 20px;
    display: none !important;
  }
}

#masthead {
  z-index: 1;
  display: block;
}
.header-top-bar:not(.clone).hide {
  visibility: hidden !important;
}
.header-clone {
  transform: translateY(-200px);
  opacity: 0;
  transition: all 0.3s ease-out;
  background-color: transparent;
  height: 0;
}
.header-clone.fixed {
  height: auto;
  transform: translateY(0);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #000 !important;
}
.header-top-bar.clone .top-title-and-logo > img {
  max-width: 300px;
}
body.header-fixed {
  padding-top: 176px;
}

.header-top-bar.layout-6 {
  background-color: #000;
  border: unset;
}
.header-top-bar > .container > .row > div {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.header-top-bar > .container > .row > div > .tophead-contact .fa-phone + a {
  font-weight: 700;
}
.header-top-bar > .container > .row > div > .tophead-right {
  margin-left: auto;
}
.header-top-bar .top-title-and-logo > img {
  padding-top: 44px;
  max-width: 467px;
  z-index: 3;
}
.top-bar-buttons-layout6 {
  margin-top: 33px;
}
.top-bar-buttons-layout6 > a {
  border: unset !important;
  padding: 5px 10px 5px 10px !important;
  color: #00caff !important;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.top-bar-buttons-layout6 > a:hover,
.top-bar-buttons-layout6 > a:focus,
.top-bar-buttons-layout6 > a:active {
  background-color: transparent !important;
  color: #fff !important;
}
.top-bar-buttons-layout6 > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  top: 6px;
  right: -4px;
  border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent;
  border-style: solid;
  border-width: 1px;
  transform: skewX(-20deg);
}
.top-bar-buttons-layout6 > a:last-of-type::after {
  display: none;
}

/* Start: Header 9 */
.header-style9 {
  background-color: #000;
  padding-top: 20px;
}
.header-style9.stick {
  /* padding-top: 0;
  z-index: 4 !important;
  background-color: #000 !important; */
  /* display: none; */
}
.stick {
  position: relative !important;
}
@media screen and (min-width: 991px) {
  .admin-bar .stick {
    top: unset !important;
  }
  .site-header .masthead-container {
    transition: unset !important;
    animation: unset !important;
  }
}
.header-style9 #site-navigation > nav > ul > li {
  position: relative;
}
.header-style9 #site-navigation > nav > ul > li > a {
  position: relative;
  border: unset !important;
  color: #00caff !important;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-out !important;
  animation: unset !important;
  z-index: 4;
}
.header-style9 #site-navigation > nav > ul > li > a:before {
  content: "";
  visibility: visible;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-out !important;
}
.header-style9 #site-navigation > nav > ul > li > a:hover,
.header-style9 #site-navigation > nav > ul > li > a:focus,
.header-style9 #site-navigation > nav > ul > li > a:active {
  color: #fff !important;
}
.header-style9 #site-navigation > nav > ul > li > a:hover:before,
.header-style9 #site-navigation > nav > ul > li > a:focus:before,
.header-style9 #site-navigation > nav > ul > li > a:active:before {
  width: 76%;
}

.header-style9 #site-navigation > nav > ul > li:after {
  opacity: 1;
  visibility: visible;
  background-color: unset !important;
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  top: 10px;
  left: 2px;
  right: -4px;
  border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent;
  border-style: solid;
  border-width: 2px;
  transform: skewX(-20deg);
  z-index: 3;
}
.header-style9 #site-navigation > nav > ul > li > a:after {
  display: none;
}
.header-style9 #site-navigation > nav > ul > li:last-of-type:after {
  display: none;
}
.rt-header-menu {
  position: fixed !important;
  top: 0;
  z-index: 4;
  width: 100%;
}
/* End: Header 9 */
/* End:Heading */

/* Home page */
#home-icons-under-dr-text img:hover,
#home-icons-under-dr-text img:active,
#home-icons-under-dr-text img:focus {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6028%) hue-rotate(49deg) brightness(130%) contrast(105%);
}

.home #content #primary {
  padding-top: 0;
}

#home-page-profile-section .miimg-holder2 .experience-holder {
  background: linear-gradient(to right, #3c70fa, #81a4ff);
}
#patient-team-info-title .rt-el-title {
  margin-bottom: 10px !important;
}
#patient-care-home-page h2.item-title {
  font-size: 24px;
  color: #fff;
}
#patient-care-home-page h2.item-title div {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
#patient-care-home-page h2.item-title div span {
  font-weight: bold;
  display: inline-block;
  color: #fff;
}
#patient-care-home-page h2.item-title a {
  color: #fff;
}
#patient-care-home-page h2.item-title a:hover,
#patient-care-home-page h2.item-title a:active,
#patient-care-home-page h2.item-title a:focus {
  text-decoration: underline;
  color: #fff;
}
#home-page-about-us-section .sigtitle {
  position: relative;
  top: 40px;
}

#about-the-doctor .section-heading {
  margin-bottom: 30px;
}

#testimonials-column-1 .ls-nav-prev,
#testimonials-column-1 .ls-nav-next {
  position: absolute;
}
#testimonials-column-1 .ls-nav-prev {
  left: 20%;
}
#testimonials-column-1 .ls-nav-next {
  right: 20%;
}

@media screen and (max-width: 768px) {
  #testimonials-column-1 .ls-nav-prev {
    left: 0;
  }
  #testimonials-column-1 .ls-nav-next {
    right: 0;
  }
}

#patient-testimonials-slider .ls-gui-element.ls-nav-prev,
#patient-testimonials-slider .ls-gui-element.ls-nav-next,
#patient-testimonials-slider-2 .ls-gui-element.ls-nav-prev,
#patient-testimonials-slider-2 .ls-gui-element.ls-nav-next {
  visibility: visible !important;
  display: block !important;
  background-color: transparent !important;
  border: unset !important;
  box-shadow: unset !important;
}
#patient-testimonials-slider .ls-gui-element.ls-nav-prev:before,
#patient-testimonials-slider .ls-gui-element.ls-nav-next:before,
#patient-testimonials-slider-2 .ls-gui-element.ls-nav-prev:before,
#patient-testimonials-slider-2 .ls-gui-element.ls-nav-next:before {
  font-size: 50px !important;
  color: #fff !important;
}
#patient-testimonials-slider .ls-playvideo,
#patient-testimonials-slider-2 .ls-playvideo {
  display: none;
}

#procedures-columns-001 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#procedures-columns {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#procedures-columns-001 .cn-icon-box,
#procedures-columns .cn-icon-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  max-width: 260px;
}

#procedures-columns-001 .cn-icon-box .icon-container,
#procedures-columns .cn-icon-box .icon-container {
  margin-right: 10px;
}

#procedures-columns-001 .cn-icon-box .icon-container img,
#procedures-columns .cn-icon-box .icon-container img {
  width: 90px;
}

#procedures-columns-001 .cn-icon-box .text-container,
#procedures-columns .cn-icon-box .text-container {
  width: 140px;
}

#procedures-columns-001 .cn-icon-box h3,
#procedures-columns .cn-icon-box h3 {
  color: #00bbec;
  font-family: "Roboto", Sans-serif;
  font-size: 24px;
  margin-bottom: 0;
}

#procedures-columns-001 .cn-icon-box .blue-triangle,
#procedures-columns .cn-icon-box .blue-triangle {
  max-width: 12px;
  margin-left: 10px;
}

.learn-more-video-link {
  color: #00bbec !important;
  font-weight: 700 !important;
}

.learn-more-video-link:hover,
.learn-more-video-link:active,
.learn-more-video-link:focus {
  color: #fff !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

.cn-icon-box.icon-ex-1 {
  max-width: 300px !important;
}

.cn-icon-box.icon-ex-1 .text-container {
  width: 200px !important;
}

.cn-icon-box.icon-ex-2 {
  max-width: 350px !important;
}

.cn-icon-box.icon-ex-2 .icon-container img {
  width: 115px !important;
}

.cn-icon-box.icon-ex-2 .text-container {
  width: 300px !important;
}

.cn-icon-box:active img,
.cn-icon-box:hover img,
.cn-icon-box:focus img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6028%) hue-rotate(49deg) brightness(130%) contrast(105%);
}

.cn-icon-box:hover h3,
.cn-icon-box:focus h3,
.cn-icon-box:active h3 {
  color: #fff !important;
}

#meet-the-team-columns .elementor-container,
#procedures-columns-001 .elementor-container,
#procedures-columns .elementor-container {
  flex-flow: row wrap;
}
#meet-the-team-columns .elementor-column,
#procedures-columns-001 .elementor-column,
#procedures-columns .elementor-column {
  width: 33.33333% !important;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #procedures-columns-001 .elementor-column,
  #procedures-columns .elementor-column {
    width: 50% !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  #meet-the-team-columns .elementor-column,
  #procedures-columns-001 .elementor-column,
  #procedures-columns .elementor-column {
    width: 50% !important;
  }
}
@media screen and (max-width: 650px) {
  #meet-the-team-columns .elementor-column,
  #procedures-columns-001 .elementor-column,
  #procedures-columns .elementor-column {
    width: 100% !important;
  }
}
/* End:Home page */
/* Start:Contact page */
.page-id-6384 .header-top-bar.layout-6,
.page-id-6384 .header-style9,
.home .header-top-bar.layout-6,
.home .header-style9 {
  background-color: transparent;
  z-index: 1;
}
#contact-section-01,
.top-section {
  z-index: 0;
}

.header-top-bar .tophead-contact {
  z-index: 1;
}

.contact-directions-link {
  display: block;
  margin-top: 5px;
  color: #00bbec !important;
  text-decoration: underline !important;
}
.contact-directions-link:hover,
.contact-directions-link:active,
.contact-directions-link:focus {
  color: #fff !important;
}
.book-a-consultation {
  cursor: pointer;
}
#contact-our-patient-care:hover,
#contact-our-patient-care:active,
#contact-our-patient-care:focus {
  filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(282deg) brightness(105%) contrast(100%);
}

.cta-patient-care-1 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.cta-patient-care-1 h2 {
  font-family: "Roboto", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #00bbec;
  margin-right: 25px;
  margin-bottom: 0;
}

.cta-patient-care-1 img {
  max-width: 12px;
}

.cta-header-1,
.cta-header-2 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.cta-header-1 h2,
.cta-header-2 h2 {
  font-family: "Roboto", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}

.cta-header-2 h2 {
  margin-bottom: 5px;
}

.cta-header-2 p {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.cta-header-2 p a {
  color: #fff;
}

.cta-header-1 .white-calendar-icon,
.cta-header-2 .white-calendar-icon {
  max-width: 60px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .cta-header-1 .white-calendar-icon,
  .cta-header-2 .white-calendar-icon {
    max-width: 40px;
    margin-right: 20px;
  }
}

.cta-header-1 .white-triangle-icon,
.cta-header-2 .white-triangle-icon {
  margin-left: 10px;
  position: relative;
  top: -4px;
  max-width: 13px;
}

@media screen and (max-width: 768px) {
  .cta-header-1 .white-triangle-icon,
  .cta-header-2 .white-triangle-icon {
    max-width: 10px !important;
    top: -2px;
  }
  .cta-header-1 h2,
  .cta-header-2 h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .cta-header-2 p {
    font-size: 18px;
  }
}

.cta-telephone-01 {
  color: #fff !important;
}
.cta-telephone-01:hover,
.cta-telephone-01:active,
.cta-telephone-01:focus {
  text-decoration: underline !important;
}
#form-contact-page .form-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
#form-contact-page .form-row .g-column {
  width: 50%;
  margin-right: 30px;
}
#form-contact-page .form-row .g-column:last-of-type {
  margin-right: 0;
}
#form-contact-page .form-row > div:not(.g-column) {
  width: 100%;
}
#form-contact-page .form-row label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  line-height: unset;
}
#form-contact-page > .form-row:nth-of-type(1),
#form-contact-page > .form-row:nth-of-type(5) {
  margin-bottom: 40px;
}
#form-contact-page > .form-row:last-of-type {
  margin-bottom: 60px;
}
#form-contact-page input[type="submit"] {
  background-color: #00bbec !important;
  border-radius: unset !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
}
#form-contact-page input[type="submit"]:hover,
#form-contact-page input[type="submit"]:active,
#form-contact-page input[type="submit"]:focus {
  background-color: #000 !important;
}
#form-contact-page > .form-row:nth-of-type(2) p,
#form-contact-page > .form-row:nth-of-type(3) p,
#form-contact-page > .form-row:nth-of-type(4) p {
  margin-bottom: 30px;
}
#form-contact-page > .form-row input {
  color: #000;
  height: 50px;
  border: 0.5px solid #00bbec;
}
.page-id-6384 .wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff !important;
  color: #fff !important;
  font-size: 18px !important;
}
@media screen and (max-width: 1200px) {
  #contact-top-space-01 {
    --spacer-size: 50px;
  }
  #contact-section-01 > .elementor-container {
    max-width: 960px;
  }
}
/* End:Contact page */
/* Start: Conditions page */
.page-id-6522 .header-top-bar.layout-6,
.page-id-6522 .header-style9 {
  background-color: transparent;
}
#cervical-text-1 h3,
#thoracic-text-1 h3,
#lumbar-text-1 h3 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
#cervical-text-1 p,
#thoracic-text-1 p,
#lumbar-text-1 p {
  margin-bottom: 20px;
  font-size: 18px;
}
#cervical-text-1 p:last-of-type,
#thoracic-text-1 p:last-of-type,
#lumbar-text-1 p:last-of-type {
  margin-bottom: 0;
}
#conditions-logos .elementor-container {
  flex-flow: row wrap;
}
#conditions-logos .elementor-column {
  width: 50% !important;
  padding-bottom: 60px;
}
.conditions-resource-link a {
  background-color: #00bbec !important;
  color: #fff !important;
  padding: 10px 30px;
  transition: all 0.5s ease-in-out !important;
  border-radius: 20px;
  font-size: 28px !important;
}
.conditions-resource-link a:hover,
.conditions-resource-link a:active,
.conditions-resource-link a:focus {
  color: #00bbec !important;
  background-color: #fff !important;
}
@media screen and (max-width: 694px) {
  #conditions-logos .elementor-column {
    width: 100% !important;
  }
}
/* End: Conditions page */
/* Start: Technology page */
.page-id-6608 .header-top-bar.layout-6,
.page-id-6608 .header-style9 {
  background-color: transparent;
}
.tech-video {
  border: 1px solid #03b1df;
}
/* End: Technology page */
/* Start: New Patients page */
.page-id-6645 .header-top-bar.layout-6,
.page-id-6645 .header-style9 {
  background-color: transparent;
}

#out-of-patients-ul li,
#accepted-insurances-lists li {
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 10px;
}
#out-of-patients-ul ul {
  padding-left: 3%;
}
#preparing-your-procedure-text ul {
  margin-bottom: 20px;
}
#preparing-your-procedure-text ul ul {
  padding-left: 3%;
}
#preparing-your-procedure-text li {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
}
#patient-resources-text a {
  color: #00caff;
  text-decoration: underline;
}
#patient-resources-text a:hover,
#patient-resources-text a:active,
#patient-resources-text a:focus {
  color: #fff;
}
.pre-operative-title {
  font-family: "Roboto", Sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
}
.level-1-title {
  font-size: 22px;
  font-weight: 700;
}
#registration {
  margin-top: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#registration a {
  background-color: #00caff;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 38px;
  fill: #ffffff;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 12px 24px;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  #registration a {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  #registration {
    flex-flow: column nowrap;
  }
  #registration .column {
    margin-bottom: 20px;
  }
  #registration .column:last-of-type {
    margin-bottom: 0;
  }
  #registration a {
    font-size: 16px;
    line-height: 32px;
  }
}
#registration a:hover,
#registration a:active,
#registration a:focus {
  background-color: #ffffff;
  color: #000;
}
/* End: New Patients page */
/* Start: Procedures */
.page-id-6699 .header-top-bar.layout-6,
.page-id-6699 .header-style9 {
  background-color: transparent;
}
#procedures-top-text a {
  color: #00caff;
  text-decoration: underline;
}
#procedures-top-text a:hover,
#procedures-top-text a:active,
#procedures-top-text a:focus {
  color: #fff;
}
.page-id-6699 .pum {
  background: rgba(0, 0, 0, 0.6);
}
.page-id-6699 .pum-container {
  border: unset !important;
  box-shadow: unset !important;
  background: transparent !important;
  max-height: 400px !important;
}
.page-id-6699 .pum-container .wp-video-shortcode {
  max-height: 400px !important;
}
.page-id-6699 .mejs-container {
  background-color: transparent !important;
}
.page-id-6699 .pum-container .pum-close {
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: unset !important;
  font-size: 20px !important;
  top: -5% !important;
}
.page-id-6699 .pum-container .mejs-overlay-button {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(340deg) brightness(94%) contrast(106%);
}
@media screen and (max-width: 991px) {
  .page-id-6699 .pum-container .mejs-mediaelement {
    background-color: #fff !important;
  }
}
/* End: Procedures */
/* Start:Footer */
.footer-signature {
  max-width: 300px;
  display: block;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .footer-signature {
    margin-bottom: 30px;
  }
}

.footer-layout3 {
  padding-top: 66px !important;
  padding-bottom: 30px !important;
}
.footer-layout3 .footer-logo {
  margin-bottom: 40px !important;
  max-width: fit-content;
}
.footer-layout3 > .footer-top-wrap > .container > .row > .col-lg-3:nth-of-type(4) {
  display: none;
}
.footer-social-media {
  display: flex;
  flex-flow: row nowrap;
}
.footer-social-media > a {
  margin-bottom: 10px;
  margin-right: 15px;
}
.footer-social-media > a:last-of-type {
  margin-right: 0;
}
.footer-social-media > a > i {
  font-size: 20px;
}
.footer-top-wrap .widget {
  margin: 0;
}
.footer-top-wrap .footer-widget-logo > img {
  max-width: 467px;
  width: 100%;
}
.footer-top-wrap > .container > .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(1) {
  padding-right: 50px !important;
  border-right: 1px solid #fff;
  width: 40%;
  max-width: 40%;
  flex: 0 0 40%;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(1) #footer-locations {
  text-align: left;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(1) #footer-locations .title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(1) #footer-locations h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin-bottom: 15px;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(2) {
  width: 20%;
  max-width: 20%;
  flex: 0 0 20%;
  padding-left: 4.27%;
  border-right: 1px solid #fff;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) {
  width: 40%;
  max-width: 40%;
  flex: 0 0 40%;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(1) #footer-locations h3:after {
  display: none;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(1) #footer-locations .directions {
  text-transform: uppercase;
  color: #00bbec !important;
  font-size: 18px;
  font-weight: 700;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(1) #footer-locations .directions:hover,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(1) #footer-locations .directions:active,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(1) #footer-locations .directions:focus {
  color: #fff !important;
}

.footer-top-wrap > .container > .row > .single-item:nth-of-type(1) #footer-locations .location:nth-of-type(1) {
  margin-bottom: 40px;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(2) .menu > li:before,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(2) .menu > li:after,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .menu > li:before,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .menu > li:after {
  display: none;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(2) .menu > li,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .menu > li {
  margin-bottom: 20px;
  text-align: left;
  padding-left: 0;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(2) .menu > li > a,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .menu > li > a {
  color: #00bbec !important;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(2) .menu > li > a:hover,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(2) .menu > li > a:active,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(2) .menu > li > a:focus,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .menu > li > a:hover,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .menu > li > a:active,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .menu > li > a:focus {
  color: #fff !important;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) {
  padding-left: 4.27%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .widget_custom_html .widgettitle {
  text-align: left;
  padding: 0;
  margin-bottom: 26px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .widget_custom_html .widgettitle:after {
  display: none;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .footer-social-media {
  display: flex;
  align-items: center;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .footer-social-media a img {
  max-width: 40px;
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .footer-social-media a:hover,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .footer-social-media a:active,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .footer-social-media a:focus {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(145deg) brightness(107%) contrast(101%);
}
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .footer-social-media a:nth-of-type(3) img,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .footer-social-media a:nth-of-type(4) img,
.footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .footer-social-media a:nth-of-type(5) img {
  max-width: 35px;
}
.footer-layout3 .copyright-row {
  margin-top: 50px;
}
.footer-layout3 .copyright-row > .container {
  padding-top: 30px;
  border-top: 1px solid #fff;
}
.footer-layout3 .copyright-row > .container > .row {
  display: flex;
  align-items: center;
}
.footer-layout3 .copyright-row .logo-row > a {
  display: block;
}
.footer-layout3 .copyright-row .logo-row > a > img {
  margin-right: auto;
  display: block;
  max-width: 260px;
}
.footer-layout3 .copyright-row .privacy-row .text-container > p {
  margin: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: right;
}
.footer-layout3 .copyright-row .privacy-row .text-container > p > .copyright-text {
  margin-right: 10px;
}
.footer-layout3 .copyright-row .privacy-row .text-container > p > .divider {
  margin-right: 10px;
}
.footer-layout3 .copyright-row .privacy-row .text-container > p > .privacy-link {
  color: #00bbec;
}
.footer-layout3 .copyright-row .privacy-row .text-container > p > .privacy-link:hover,
.footer-layout3 .copyright-row .privacy-row .text-container > p > .privacy-link:active,
.footer-layout3 .copyright-row .privacy-row .text-container > p > .privacy-link:focus {
  color: #fff;
}
/* End:Footer */

/* 404 Page */
.error404 #primary {
  padding-bottom: 95px !important;
}
.error404 .inner-page-banner {
  display: none;
}
.error404 .footer-layout3 {
  background-color: #000;
}
.error404 .error-page > img {
  filter: brightness(0) saturate(100%) invert(52%) sepia(76%) saturate(1082%) hue-rotate(156deg) brightness(103%) contrast(107%);
}
.error404 .error-box-layout1 .item-btn {
  border: unset !important;
  background-color: #00caff !important;
  font-family: "Roboto", Sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 38px !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.error404 .error-box-layout1 .item-btn:hover,
.error404 .error-box-layout1 .item-btn:active,
.error404 .error-box-layout1 .item-btn:focus {
  background-color: #fff !important;
  color: #000 !important;
}

/* Responsiveness */
@media screen and (max-width: 991px) {
  .footer-top-wrap > .container > .row {
    flex-flow: column nowrap;
  }
  .footer-top-wrap > .container > .row > .single-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer-layout3 .footer-logo img {
    margin-left: unset !important;
    margin-right: auto !important;
    display: block;
  }
  .footer-top-wrap > .container > .row > .single-item:nth-of-type(1),
  .footer-top-wrap > .container > .row > .single-item:nth-of-type(2) {
    border-right: unset;
    border-left: unset;
  }
  .footer-top-wrap > .container > .row > .single-item:nth-of-type(2) {
    margin-top: 40px;
  }
  .footer-layout3 .copyright-row .logo-row > a > img {
    margin-bottom: 30px;
  }
  .footer-top-wrap > .container > .row > .single-item:nth-of-type(2) .menu > li {
    margin-bottom: 20px;
  }
  .footer-top-wrap > .container > .row > .single-item:nth-of-type(2),
  .footer-top-wrap > .container > .row > .single-item:nth-of-type(3) {
    padding-left: 15px;
  }
  .footer-top-wrap > .container > .row > .single-item:nth-of-type(3) {
    margin-top: 20px;
  }
  .footer-top-wrap > .container > .row > .single-item:nth-of-type(3) .menu > li {
    margin-bottom: 20px;
  }
  .footer-layout3 .copyright-row .privacy-row .text-container > p {
    text-align: left;
  }
  .footer-top-wrap > .container > .row > .single-item:nth-of-type(1),
  .footer-top-wrap > .container > .row > .single-item:nth-of-type(2),
  .footer-top-wrap > .container > .row > .single-item:nth-of-type(3) {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
