.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 2px;
}

.mission-section .image-column iframe.utubeVideo {
  height: 413px;
}
.otherPlacement__services li {
  list-style: disc;
}
.otherPlacement__services li:hover {
  color: #dbb13b;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #2c4964;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  /* padding: 5px 2px; */
  /* border-bottom: 2px solid #fff; */
}

.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #1977cc;
  border-color: #1977cc;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #1977cc;
}


/* body {
  font-family: Georgia, 'Times New Roman', Times, serif;
} */

.header1 .logo {
  display: table-cell;
  /* padding-right: 148px; */
  position: absolute;
}

.header1 {
  height: 100px;
  position: relative;
}

.header1 .logo a span img {
  height: 60px;
  margin-top: 30px;
  margin-left: 10px;
}

.header1 .large-menu {
  padding-top: 23px;
  display: table-cell;
  height: 100%;
  float: right;
}

.loader {
  display: grid;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
}

.carouselText {
  width: 38%;
  bottom: 120px;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  left: 10%;
  border-radius: 10px;
}

.findHome {
  width: 20%;
  padding: 0 1.25rem 0 0;
  margin-top: 13px;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .carouselText {
    bottom: 0;
    padding: 10px;
    margin-bottom: 10px;
  }

  .carouselText h5 {
    font-size: 1rem;
  }

  .carouselText h1 {
    font-size: 1.3rem;
  }

  .carouselText p {
    margin-bottom: 0;
  }

  .findHome {
    padding-left: 15px;
    width: 100%;
  }

  .searchBar1 .searchArea {
    padding-left: 0;
    padding-right: 0;
  }

  .cardSection {
    padding-left: 35.5px !important;
    padding-right: 35.5px !important;
  }

  .mission-section .clarefix .image img {
    height: auto;
  }



}

@media (min-width: 375px) {
  .recentBlogPrev {
    left: -60px !important;
  }

  .recentBlogNext {
    right: -60px !important;
  }

  #blog .card-body {
    padding: 1rem;
  }

  .service1 {
    padding-left: 10px !important;
  }

  .service1Text {
    max-width: 58.33%;
    flex: 0 0 58.33%;
  }
}

@media (max-width: 375px) {
  .searchBar1 .row {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .searchBar1 .searchBtn {
    margin-top: 15px;
  }

  .testimonials {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .cardSection {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .cardSection .contactCard .card .content-wrap p {
    width: 185px;
  }

  .recentBlog .blogHeading {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .timeline .timelineItem {
    padding-left: 75px !important;
  }
}

.service1 {
  position: relative;
  padding-left: 100px;
  box-sizing: border-box;
  max-width: 1420px;
}

.service2 {
  position: relative;

  box-sizing: border-box;
  max-width: 1300px;
}

.service2 .breadcrumb {
  border: 1px solid #e7e7e7;
  border-style: solid none;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
  font-size: 13px;
  background: white;
  padding: 12px 0;
}

.breadcrumb li:first-of-type {
  margin-left: 0;
}

.recentBlogPrev {
  left: -85px;
  width: 55px;
}

.recentBlogNext {
  right: -85px;
  width: 55px;
}

.breadcrumb li {
  color: #8c8a8a;
  display: inline-block;
  list-style: none;
  margin: 5px 15px 5px 0;
  position: relative;
}

.breadcrumb li a {
  color: black !important;
}

.timeline .timelineItem {
  padding-left: 130px;
  position: relative;
}

.timeline .timelineItem:before {
  background-color: #0e5c93;
  left: 84px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #fff;
  height: 8px;
  position: absolute;
  top: 4px;
  width: 8px;
  z-index: 1;
}

.timelineYear {
  font-size: 24px;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
}

.timelineItem::after {
  left: 87px;
  background-color: #e4e4e4;
  bottom: 0;
  top: 4px;
  width: 2px;
  position: absolute;
}

header .logo a span {
  display: table-cell;
  height: 100%;
  padding-bottom: 31px;
  position: relative;
  vertical-align: middle;
  z-index: 9;
}

.large-menu .large-menu1 {
  color: white;
  height: 100%;
  line-height: 1.6em;
  text-align: right;
  display: table-cell;
}

.large-menu .contact-info li {
  background-color: #41b1ff;
  border: 1px solid transparent;
  border-color: #41b1ff;
  border-radius: 0;
  height: 100%;
  padding-left: 30px;
  padding-right: 65px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-left: -5px;
  position: relative;
  display: inline-block;
  text-align: left;
}

.large-menu .contact-info li::after {
  border-bottom: 144px solid;
  border-color: inherit;
  border-left: 90px solid transparent;
  border-right: 0 solid;
  content: '';
  height: 0;
  margin-right: 1px;
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #343a40;
  font-size: 14px;
  padding: 25px 10px;
  font-family: sans-serif;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #304b78;
}

.dropdown-toggle::after {
  display: none;
}

.selected a.nav-link {
  /* color: #41b1ff !important; */
  color: #1977cc !important;
  font-weight: bold;
}

.searchBar1 {
  padding: 40px 0;
}

.blog1 .cardSection .row .card .card-body .card-text {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.searchBar1 .searchArea {
  /* width: 60%;  */
  display: table-cell;
  vertical-align: middle;
  position: relative;
  border: 6px solid rgba(223, 225, 223, 0.5);
  border-radius: 3px;
  padding-left: 0;
  padding-right: 0;
}

.searchBar1 .searchArea label {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 1rem;
  color: #474c55;
  text-transform: uppercase;
}

.searchBar1 .searchArea input {
  padding: 0 0.9375rem 0.375rem;
  font-size: 1.25rem;
  border: 3px solid #f8f8f8;
  border-radius: 0;
  width: 100%;
}

.searchBar1 .searchBtn {
  padding: 0 0 0 0.9375rem;
}

.searchBar1 .searchBtn input {
  padding: 0.625rem 3.4375rem;
  background: #41b1ff;
  color: white;
  font-size: 1.2rem;
}

.searchBarArea {
  background: linear-gradient(45deg, #dbb13b, #dbb13b);
}

.cardSection {
  padding-top: 30px;
  padding-bottom: 40px;
}

.recentBlog {
  background: #072f4b;
}

.recentBlog .blogHeading {
  padding-top: 35px;
}

.recentBlog .blogHeading .blogHeading1 h2 {
  color: white;
  font-weight: 900;
}

.recentBlog .blogHeading .blogHeading1 h2 span {
  padding: 0 10px;
  position: relative;
  display: inline-block;
  border-left: 4px solid #41b1ff;
  font-size: 35px;
}

.recentBlog .blogHeading .blogHeading1 h2 span em {
  display: block;
  font-size: 0.72em;
  font-weight: 400;
}

.blogCarousel {
  padding-left: 20px;
  padding-right: 20px;
}

.height25 {
  height: 25px;
}

.recentBlog .card-body {
  border-left: 5px solid #41b1ff;
}

.testimonials .blogHeading1 h2 {
  font-weight: 400 !important;
}

.card .icon::after {
  border-bottom: 272px solid currentColor;
  border-left: 0;
  border-right: 90px solid transparent;
  content: '';
  height: 100%;
  position: absolute;
  right: -89px;
  top: 0;
  width: 0;
}

.testimonials .blogHeading .blogHeading1 h2 span em {
  display: block;
  font-size: 0.72em;
  font-weight: 400;
}

.testimonials .blogHeading1 h2 {
  font-size: 1.5rem;
}

.button-text {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 1px;
  box-sizing: border-box;
  padding: 10px 20px;
  color: #2b2b2b;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.3;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* footer styling */
#footer {
  color: white;
  font-size: 14px;
  background: #083452;
}

#footer .container {
  max-width: 1300px;
  align-items: baseline;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: lightgray;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: 'Raleway', sans-serif; */
  color: #7d97a8;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #7d97a8;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #7d97a8;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #7d97a8;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type='email'] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
  outline: none;
}

#footer .footer-newsletter form input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #0e5c93;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  outline: none;
}

#footer .footer-newsletter form input[type='submit']:hover {
  opacity: .55;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /*background: white;*/
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

/* ================================================  Contact Us   ========================================== */
.table th {
  border-right: 1px solid #e5e5e5;
  font-weight: 400;
  text-align: center;
  width: 63px;
}

.table td,
.table th {
  border: 1px solid #e0dbde;
  padding: 16px 23px;
  position: relative;
  vertical-align: middle;

}

table {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  width: 100%;
}

.table-icon {
  color: white;
  font-size: 1.5rem;
}

.contactLeftSide .table-icon {
  color: #1977cc;
}

div.contactForm .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

form {
  display: block;
  margin-top: 0em;
}

.contact-form .form-group,
.contactForm .form-group {
  position: relative;
}

.form-group {
  margin-bottom: 15px;
}

.form-group input:not([type='submit']),
.form-group textarea,
.contactForm input:not([type='submit']),
.contactForm textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: inherit;
  padding: 15px 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.form-group input:not([type='submit']):hover,
.form-group input:not([type='submit']):focus,
.form-group textarea:hover,
.form-group textarea:focus,
.contactForm input:not([type='submit']):hover,
.contactForm input:not([type='submit']):focus,
.contactForm textarea:hover,
.contactForm textarea:focus,
input,
.input-text:hover,
.input-text:focus,
.post-password-form input[type='password']:focus {
  outline-color: #1c84e3;
}

input {
  outline-color: #41b1ff;
}

.form-group textarea,
.contactForm textarea {
  height: 180px;
  max-width: 100%;
}

/*====================================   contact us ends   ==================================================*/

/* ===========================      how it works        ==================================*/

.page-title {
  background-image: url(https://727512.smushcdn.com/1870943/wp-content/themes/caregiver/images/background/3.jpg?lossy=1&strip=1&webp=1);
}

.page-title {
  position: relative;
  padding: 95px 0px 95px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.page-title .auto-container {
  position: relative;
}

.page-title h2 {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-size: 62px;
  text-transform: capitalize;
}

.page-breadcrumb {
  position: relative;
}

.page-breadcrumb li:after {
  position: absolute;
  content: '\f11a';
  right: -2px;
  top: 1px;
  color: #c8a294;
  font-size: 8px;
  font-weight: 700;
  font-family: 'Flaticon';
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

/* ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
} */

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.auto-container {
  position: static;
  max-width: 1300px;
  padding: 0px 20px;
  margin: 0 auto;
}

.page-title {
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-image: -ms-linear-gradient(left,
      rgba(77, 39, 63, 0) 0%,
      #463b46 100%);
  background-image: -moz-linear-gradient(left,
      rgba(77, 39, 63, 0) 0%,
      #463b46 100%);
  background-image: -o-linear-gradient(left,
      rgba(77, 39, 63, 0) 0%,
      #463b46 100%);
}

/* .page-title { background-image {
	  -webkit-gradient(
	  linear,
	  left top,
	  left bottom,
	  color-stop(0, rgba(77, 39, 63, 0)),
	  color-stop(100, #463b46)
	);
   -webkit-linear-gradient(
	  left,
	  rgba(77, 39, 63, 0) 0%,
	  #463b46 100%
	);
   linear-gradient(
	  to left,
	  rgba(77, 39, 63, 0) 0%,
	  #463b46 100%
	);
  }
  } */

.style-two {
  background-color: #edf1f4;
}

.mission-section {
  position: relative;
  background-color: #d3d3d34a;
}

#ac auto-container {
  position: static;
  max-width: inherit;
  padding: 0px 20px;
  margin: 0 auto;
}

.mission-section .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.mission-section .title-box h2 {
  position: relative;
  color: #0e2a4e;
  font-weight: 700;
  line-height: 1.3em;
}

.mission-section .title-box .bold-text,
.mission-section .content-column .bold-text {
  position: relative;
  color: #242424;
  line-height: 1.4em;
  font-size: 18px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 14px;
  /* font-style: italic; */
  /* font-family: 'Lora', serif; */
}

.mission-section .content-column .bold-text {
  /* text-align: justify; */
}

.mission-section .title-box .text,
.mission-section .inner-column .text {
  position: relative;
  /* color: #797979; */
  color: #242424;
  top: 0;
  font-weight: 400;
  line-height: 1.7em;
  /* font-size: 16px; */
  font-size: 22px;
  font-family: initial;
  max-width: 1020px;
  margin: 0 auto;
  margin-top: 12px;
}

#roww .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mission-section .image-column {
  position: relative;
  margin-bottom: 40px;
}

.mission-section .image-column iframe.utubeVideo {
  width: 100%;
  height: 345px;
}


.mission-section .image-column .inner-column {
  position: relative;
  margin-right: -50px;
}

.mission-section .image-column .inner-column .image {
  position: relative;
}

.mission-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.mission-section .content-column {
  position: relative;
  margin-bottom: 80px;
  /* padding-left: 60px; */
}

.mission-section .content-column .inner-column {
  position: relative;
  margin-left: 20px;
}

.mission-section .content-column h2 {
  position: relative;
  color: #0e2a4e;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
}

.mission-section .content-column .text {
  position: relative;
  /* color: #797979; */
  color: #242424;
  font-family: initial;
  top: 0;
  font-size: 20px;
  line-height: 1.5em;
  /* font-style: italic; */
  margin-bottom: 22px;
  text-align: left;
}

.text {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #555555;
  margin: 0;
}

.mission-section .content-column h3 {
  position: relative;
  color: #0e2a4e;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}

.mission-section .content-column .mission-list {
  position: relative;
  margin-bottom: 25px;
}

#ml ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.kc_row:not(.kc_row_inner) {
  clear: both;
  float: left;
  width: 100%;
}

section[data-kc-fullwidth] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  box-sizing: content-box;
}

.kc-row-container:not(.kc-container) {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}

.kc-row-container .kc-wrap-columns,
.kc_row_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.kingcomposer div.kc_column,
.kingcomposer div.kc_column_inner {
  clear: none;
}

.kc_row .kc_col-sm-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.kc_column,
.kc_column_inner {
  min-height: 1px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.kc_col-sm-12 {
  width: 100%;
}

.kc-elm {
  float: left;
  width: 100%;
}

.kc_column>.kc-col-container,
.kc_column_inner>.kc-col-inner-container {
  height: 100%;
}

.kc_column>.kc-col-container {
  display: block;
}

.kc-col-container {
  clear: both;
  display: block;
  width: 100%;
}

.call-to-action-section {
  position: relative;
  padding: 165px 0px 100px;
  background-color: #252727;
  background-position: left center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#acc .auto-container {
  position: static;
  max-width: inherit;
  padding: 0px 20px;
  margin: 0 auto;
}

.call-to-action-section h2 {
  position: relative;
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3em;
}

.call-to-action-section .text {
  position: relative;
  color: #ffffff;
  top: 0;
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
  margin-top: 8px;
  max-width: 620px;
  margin-bottom: 35px;
  /* font-family: 'Rufina', serif; */
}

.text {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #555555;
  margin: 0;
}

.btn-style-two .txt {
  position: relative;
  z-index: 1;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.healthcare-section {
  position: relative;
  padding: 30px 0px 70px;
}

.healthcare-section .content-column {
  position: relative;
  /* margin-bottom: 40px; */
}

.healthcare-section .content-column .inner-column {
  position: relative;
}

.healthcare-section .content-column h2 {
  position: relative;
  color: #0e2a4e;
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 700;
}

.healthcare-section .content-column .text {
  position: relative;
  top: 0;
  text-align: left;
  /* color: #797979; */
  color: #5b5a5a;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
  margin-top: 22px;
}

.healthcare-section .content-column .bold-text {
  position: relative;
  color: #0e2a4e;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
  margin-top: 20px;
}

.healthcare-section .content-column .bold-text a {
  text-decoration: underline;
  color: #41b1ff;
}

.healthcare-section .image-column {
  position: relative;
}

.healthcare-section .image-column .inner-column .image img {
  position: relative;
  width: 80%;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}

.h400 {
  height: 400px;
}

img {
  display: inline-block;
  width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

.healthcare-section .image-column .inner-column .row {
  position: relative;
  margin: 0px;
}

.theme-btn {
  background: #dbb13b;

  color: white;
  opacity: 1;
  padding: 11px 28px;
  position: relative;
  display: inline-block;
}

.theme-btn:hover {
  text-decoration: none;
  /* background: #41b1ff; */
}

/* blog */

.blog-classic.padding-right,
.blog-single.padding-right {
  padding-right: 26px;
}

.blog-single {
  position: relative;
}

.blog-single .inner-box {
  position: relative;
}

.blog-single .inner-box .image {
  position: relative;
  background-color: #432538;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.blog-single .inner-box .image img {
  position: relative;
  max-width: 100%;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.wp-style p img,
.wp-style figure img,
.wp-style img {
  max-width: 100%;
  display: block;
  height: auto;
}

.blog-single .inner-box .lower-content {
  position: relative;
}

.blog-single .inner-box .lower-content .upper-box {
  position: relative;
  padding-bottom: 13px;
  border-bottom: 1px solid #e4e4e4;
}

.blog-single .inner-box .lower-content .upper-box .posted-date {
  position: relative;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2em;
  padding: 13px 32px;
  margin-top: -18px;
  margin-left: 22px;
  border-radius: 4px;
  display: inline-block;
  background-color: #41b1ff;
}

.pull-left {
  float: left;
}

.blog-single .inner-box .lower-content .upper-box .post-meta {
  position: relative;
  padding-top: 20px;
}

.pull-right {
  float: right;
}

/* ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
} */

.blog-single .inner-box .lower-content .upper-box .post-meta li {
  position: relative;
  color: #b8b8b8;
  font-size: 18px;
  padding-right: 12px;
  margin-right: 12px;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

/* ul,li {
  list-style: none;
  padding: 0px;
  margin: 0px;
} */

.sidebar-page-container .comments-area .comment-box .post-info li {
  position: relative;
  padding-right: 10px;
  line-height: 1em;
  margin-right: 10px;
  color: #aeaeae;
  font-size: 15px;
  border-right: 1px solid #bebebe;
  display: inline-block;
}

.sidebar-page-container .comments-area .comment-box .post-info {
  position: relative;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

*,
::after,
::before {
  box-sizing: border-box;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.blog-single .inner-box .lower-content .upper-box .post-meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.blog-single .inner-box .lower-content .upper-box .post-meta li {
  position: relative;
  color: #b8b8b8;
  font-size: 18px;
  padding-right: 12px;
  margin-right: 12px;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.blog-single .inner-box .lower-content .lower-box {
  position: relative;
  padding-top: 30px;
}

.blog-single .inner-box .lower-content .lower-box h3 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 18px;
  color: #0e2a4e;
}

.wp-style h3 {
  font-size: 30px;
}

.blog-single .inner-box .lower-content .lower-box .text {
  position: relative;
  color: #797979;
  font-size: 16px;
  line-height: 1.9em;
  margin-bottom: 35px;
}

.blog-single .inner-box .lower-content .lower-box .text p {
  position: relative;
  color: #797979;
  font-size: 16px;
  line-height: 1.8em;
}

/* p.MsoNormal {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #555555;
} */

p.MsoNormal {
  margin-top: 0;
  margin-bottom: 1rem;
}

.blog-single .inner-box .lower-content .lower-box h4 {
  position: relative;
  color: #181e44;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-single .inner-box .lower-content .upper-box .posted-date {
  position: relative;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2em;
  padding: 13px 32px;
  margin-top: -18px;
  margin-left: 22px;
  border-radius: 4px;
  display: inline-block;
  background-color: #41b1ff;
}

.pull-left {
  float: left;
}

.blog-single .inner-box .lower-content .upper-box .post-meta {
  position: relative;
  padding-top: 20px;
}

.pull-right {
  float: right;
}

#blog ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.sidebar-page-container .comments-area {
  position: relative;
  margin-bottom: 55px;
}

.comments-area {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}

.comment-form {
  position: relative;
  margin-bottom: 30px;
}

.comment-form {
  position: relative;
}

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 28px;
}

#respond h2 {
  margin-bottom: 0px;
}

.wp-style h2 {
  font-size: 34px;
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

small {
  font-size: 80%;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #c8a294;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

form#add-comment-form {
  position: relative;
  padding: 50px 35px 30px;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 75px;
  display: block;
}

/* repeat */
.wp-style p img,
.wp-style figure img,
.wp-style img {
  max-width: 100%;
  display: block;
  height: auto;
}


.sidebar-page-container .comments-area .comment {
  position: relative;
  font-size: 14px;
  min-height: 98px;
  padding: 0px 0px 0px 100px;
}

.comments-area .comment {
  position: relative;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.comments-area .comment {
  position: relative;
  font-size: 14px;
  padding: 0px 0px 0px 110px;
}

.bypostauthor {
  font-size: 15px;
  color: #777777;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.sidebar-page-container .comments-area .comment .comment-inner {
  position: relative;
}

.comments-area .comment .comment-inner {
  position: relative;
}

div {
  display: block;
}

.wp-style p img,
.wp-style figure img,
.wp-style img {
  max-width: 100%;

  height: auto;
}

.sidebar-page-container .comments-area .comment .comment-inner {
  position: relative;
}

.sidebar-page-container .comments-area .comment-info {
  color: #3e5773;
  line-height: 24px;
  font-size: 13px;
}

.comments-area .comment-info {
  position: relative;
  color: #1e1e29;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
}

.comments-area .comment-box .comment-inner .comment-info .name {
  font-size: 18px;
  font-weight: 700;
  color: #181e44;
  line-height: 16px;
  text-transform: capitalize;
}

.comments-area .comment .comment-inner .text {
  position: relative;
  color: #7e7e7e;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-box .post-info li:last-child {
  border: 0px;
}

.sidebar-page-container .comments-area .comment-box .post-info li {
  position: relative;
  padding-right: 10px;
  line-height: 1em;
  margin-right: 10px;
  color: #aeaeae;
  font-size: 15px;
  border-right: 1px solid #bebebe;
  display: inline-block;
}

.sidebar-page-container .comments-area .comment-box .post-info li a {
  color: #f4745e;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #0056b3;
}

.pr-30 {
  padding-right: 30px;
}

/* multiple blogs */

#multiple .elementor-61 .elementor-element.elementor-element-7d31f2b1>.elementor-widget-container {
  padding: 0px 0px 0px 0px;
}

#multiple .clearfix {
  zoom: 1;
}

#multiple .clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

#multiple .elementor-61 .elementor-element.elementor-element-7d31f2b1 .column {
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}

#multiple .elementor-61 .elementor-element.elementor-element-7d31f2b1 .col-item-post {
  margin-bottom: 30px;
}

#multiple .elementor *,
.elementor :after,
.elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#multiple .column-2 {
  width: 50%;
}

#multiple .column {
  display: inline-block;
}

#multiple .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}


#multiple .post-content-wrap .image-caption-content.box-shadow-content {
  border-color: #efefef;
}

#multiple .post-content-wrap .image-caption-content.box-shadow-content {
  border: 1px solid #efefef;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#multiple .post-content-wrap .image-caption-content.box-shadow-content {
  overflow: hidden;
}

#multiple .post-content-wrap .image-caption-content .image-wrapper-content .post-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

#multiple .elementor *,
.elementor :after,
.elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#multiple .post-thumb {
  position: relative;
  overflow: hidden;
}

#multiple .elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#multiple .post-thumb img {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.5s ease;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.2s ease-in-out;
  transition: transform 0.5s ease, opacity 0.2s ease-in-out,
    -webkit-transform 0.5s ease;
}

#multiple .elementor *,
.elementor :after,
.elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#multiple img {
  max-width: 100%;
  height: auto;
}

#multiple img {
  max-width: 100%;
  height: auto;
  display: block;
}
.partneredWith{
  display: none;
}
#multiple .post-thumb .djompo-overlay {
  position: absolute;
  background-color: #000;
  display: block;
  left: 0;
  top: 0;
  width: 103%;
  height: 103%;
  z-index: 10;
  -webkit-transform: translate(-1px, -1px);
  -ms-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#multiple .elementor-61 .elementor-element.elementor-element-7d31f2b1 .row-post .post-content-wrap .image-caption-content .image-description-content {
  background-color: #ffffff;
}

#multiple .post-content-wrap .image-caption-content .image-description-content {
  position: relative;
}

#multiple .post-content-wrap .image-caption-content .image-description-content {
  padding: 15px 25px 20px 25px;
}

#multiple .post-content-wrap .standard-post-categories.span-head,
.post-content-wrap .standard-post-date.span-head {
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
}

#multiple .elementor *,
.elementor :after,
.elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#multiple .span-head,
.span-head a {
  text-transform: uppercase;
  font-size: 14px;
}

#multiple .elementor-61 .elementor-element.elementor-element-7d31f2b1 .row-post .post-content-wrap .standard-post-categories.span-head a {
  color: #0056b3;
}

#multiple .post-content-wrap .standard-post-categories.span-head a,
.related-posts .standard-post-categories p {
  color: #2589ce;
}

#multiple .post-content-wrap .standard-post-categories.span-head a {
  color: #2589ce;
}

#multiple .post-content-wrap .standard-post-categories.span-head a,
.post-content-wrap .standard-post-date.span-head {
  font-size: 11px;
  letter-spacing: 1px;
}

#multiple .elementor a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

#multiple .span-head,
.span-head a {
  text-transform: uppercase;
  font-size: 14px;
}

#multiple .elementor *,
.elementor :after,
.elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#multiple a {
  cursor: pointer;
  outline: none;
  color: #000000;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#multiple .row-post .post-content-wrap .with-date .standard-post-categories.span-head:after {
  content: '/';
  font-size: 10px;
  font-weight: normal;
  padding: 0 6px;
}

#multiple .row-post .post-content-wrap .standard-post-categories.span-head:after {
  content: '';
  padding: 0;
}

#multiple .post-content-wrap .standard-post-categories.span-head:after {
  content: '/';
  font-size: 11px;
  font-weight: normal;
  padding: 0 6px;
  color: #999999;
}

#multiple .elementor-61 .elementor-element.elementor-element-7d31f2b1 .row-post .post-content-wrap .standard-post-date.span-head {
  color: #000000;
}

#multiple .post-content-wrap .standard-post-date.span-head,
.related-posts .standard-post-date p {
  color: #999999;
}

#multiple .post-content-wrap .standard-post-date.span-head {
  font-weight: normal;
  color: #999999;
}

#multiple .post-content-wrap .standard-post-categories.span-head a,
.post-content-wrap .standard-post-date.span-head {
  font-size: 11px;
  letter-spacing: 1px;
}

#multiple .post-content-wrap .standard-post-categories.span-head,
.post-content-wrap .standard-post-date.span-head {
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
}

#multiple .post-content-wrap .image-caption-content .title-content {
  width: 100%;
}

#multiple .elementor-61 .elementor-element.elementor-element-7d31f2b1 .row-post .post-content-wrap .image-caption-content.box-shadow-content .title-content h2 {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
}

#multiple .post-content-wrap .image-caption-content.box-shadow-content .title-content h2 {
  font-weight: bold;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.444;
  /* font-family: 'Montserrat'; */
}

#multiple .post-content-wrap .image-caption-content .title-content h2 {
  margin-top: 15px;
  margin-bottom: 18px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#multiple .elementor-61 .elementor-element.elementor-element-7d31f2b1 .row-post .post-content-wrap .content p {
  text-align: left;
}

#multiple .elementor-61 .elementor-element.elementor-element-7d31f2b1 .row-post .post-content-wrap .content p {
  color: #494949;
}

#multiple.excerpt-content p,
.blog-single .post-content-wrap .content p,
.post-content-wrap .post-inner .content p,
.blog-single .tag-wrapper p {
  color: #494949;
}

#multiple .excerpt-content p,
.blog-single .post-content-wrap .content p,
.post-content-wrap .post-inner .content p {
  color: #494949;
}

#multiple .post-content-wrap .post-inner .content p {
  line-height: 24px;
  margin-bottom: 15px;
  color: #494949;
  font-size: 13px;
  font-weight: 400;
}

#multiple .post-content-wrap .button-content {
  margin-top: 10px;
  display: inline-block;
}

.elementor *,
.elementor :after,
.elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#multiple .post .post-content-wrap .button-text {
  color: #0c0c0c;
  background-color: #ffffff;
}

#multiple .post-content-wrap .button-text {
  border-color: #e4e4e4;
}

#multiple .post-content-wrap .button-text {
  color: #adadad;
}

#multiple .post-content-wrap .button-text {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 1px;
  box-sizing: border-box;
  padding: 10px 20px;
  color: #2b2b2b;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.3;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* related posts */

#related .next-prev-post .prev-post {
  position: relative;
  float: left;
}

#related .column-3 {
  width: 33.33333%;
}

#related .column {
  display: inline-block;
}

#related.column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}

#related .clearfix {
  zoom: 1;
}

#related .row {
  margin-right: -15px;
  margin-left: -15px;
}

#related .post-content-wrap .image-caption-content.box-shadow-content {
  border-color: #efefef;
}

#related .post-content-wrap .image-caption-content.box-shadow-content {
  border: 1px solid #efefef;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#related .post-content-wrap .image-caption-content.box-shadow-content {
  overflow: hidden;
}

#related img {
  max-width: 100%;
  height: auto;
}

#related img {
  max-width: 100%;
  height: auto;
  display: block;
}

#related .blog-single .related-posts .image-caption-content .image-description-content {
  margin: 0;
  padding: 30px;
}

#related .blog-single .post-content-wrap .image-caption-content .image-description-content {
  padding: 50px;
}

#related .post-content-wrap .image-caption-content .image-description-content {
  position: relative;
}

#related .post-content-wrap .image-caption-content .image-description-content {
  padding: 15px 25px 5px 25px;
}

#related .post-content-wrap .image-caption-content .title-content {
  width: 100%;
}

#related .blog-single .related-posts .title-content h4 {
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  /* font-family: 'Montserrat'; */
}

#related {
  text-align: inherit;
  font-size: 18px;
  line-height: 23.4px;
  word-spacing: 0;
  letter-spacing: 0;
}

#related .post-content-wrap .standard-post-categories.span-head,
.post-content-wrap .standard-post-date.span-head {
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
}

#related .span-head,
.span-head a {
  text-transform: uppercase;
  font-size: 14px;
}

#related .post-content-wrap .standard-post-categories.span-head a,
.related-posts .standard-post-categories p {
  color: #41b1ff;
}

#related .related-posts .standard-post-categories p,
.related-posts .standard-post-date p {
  display: inline-block;
  font-size: 11px;
  margin-bottom: 0;

  letter-spacing: 1px;
}

#related .related-posts .standard-post-categories p {
  color: #2589ce;
}

#related p {
  margin: 0 0 20px;
  font-size: 15px;
}

#related html,
mark,
audio,
video {
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}

#related p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#related .post-content-wrap .standard-post-categories.span-head,
.post-content-wrap .standard-post-date.span-head {
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
}

#related .span-head,
.span-head a {
  text-transform: uppercase;
  font-size: 14px;
}

#related .blog-single .related-posts .standard-post-date.span-head.sticky {
  margin-bottom: 0;
}

#related .blog-single .related-posts .standard-post-categories.span-head a,
.blog-single .related-posts .standard-post-date.span-head {
  font-size: 10px;
}

#related .blog-single .post-content-wrap .standard-post-categories.span-head a,
.blog-single .post-content-wrap .standard-post-date.span-head {
  font-size: 11px;
}

#related .post-content-wrap .standard-post-date.span-head.sticky {
  margin-bottom: 25px;
}

#related .post-content-wrap .standard-post-date.span-head,
.related-posts .standard-post-date p {
  color: #999999;
}

#related .post-content-wrap .standard-post-date.span-head {
  font-weight: normal;
  color: #999999;
}

#related .post-content-wrap .standard-post-categories.span-head a,
.post-content-wrap .standard-post-date.span-head {
  font-size: 11px;
  letter-spacing: 1px;
}

#related.post-content-wrap .standard-post-categories.span-head,
.post-content-wrap .standard-post-date.span-head {
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
}

#related.span-head,
.span-head a {
  text-transform: uppercase;
  font-size: 14px;
}

#related .post-content-wrap .standard-post-date.span-head,
.related-posts .standard-post-date p {
  color: #999999;
}

#related .related-posts .standard-post-categories p,
.related-posts .standard-post-date p {
  display: inline-block;
  font-size: 11px;
  margin-bottom: 0;
  /* font-family: 'Montserrat'; */
  letter-spacing: 1px;
}

#related p {
  margin: 0 0 20px;
}

#bq blockquote {
  position: relative;
  padding: 30px 15px 30px 60px;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;

  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#bq blockquote {
  margin: 1rem 0;
  padding-left: 12px;
}

#bq blockquote,
q {
  quotes: none;
}

#bq blockquote,
q {
  quotes: none;
}

#bq .blog-single blockquote:before {
  color: #f37e53;
}

#bq .blog-single blockquote:before {
  color: #f37e53;
}

/* how it works */

.healthcare-section .image-column .inner-column .row {
  position: relative;
  margin: 0px;
}

#health .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* .healthcare-section .image-column .inner-column .column {
  padding: 0px;
} */

.healthcare-section .image-column .inner-column .image {
  position: relative;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#bq blockquote::before {
  color: rgb(153, 153, 153);
  content: '“';
  font-size: 105px;
  margin-right: 0.4em;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 0px;
}

#bq.blog-single blockquote:before {
  color: #f37e53;
}

#bq .blog-single blockquote:before {
  color: #f37e53;
}

#bq blockquote::before {
  color: rgb(153, 153, 153);
  content: '“';
  font-size: 105px;
  margin-right: 0.4em;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 0px;
}

@media (max-width: 375px) {
  .searchBar1 .row {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .searchBar1 .searchBtn {
    margin-top: 15px;
  }

  .testimonials {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .cardSection {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .cardSection .contactCard .card .content-wrap p {
    width: 185px;
  }

  .timeline .timelineItem {
    padding-left: 90px !important;
    position: relative !important;
    text-align: justify !important;
  }

  .works {
    overflow-x: hidden !important;
  }

  #roww .mission-section .image-column .inner-column .image img {
    width: 90% !important;
    overflow-x: hidden !important;
    position: relative;
    display: block;
  }

  .mission-section .content-column {
    position: relative;
    /* margin-left: 60px; */
  }

  .vc_column_container .vc_column-inner .content-with-image-on-left-side #serv #second #fourth #six .col-lg-6 .col-md-12 #img {
    order: 1;
  }

  .vc_column_container .vc_column-inner .content-with-image-on-left-side #serv #second #fourth #six .col-lg-6 .col-md-12 #content {
    order: 2;
  }
}


@media (max-width: 394px) {
  .appointmentLeft {
    padding: 29px 33px 10px 33px !important;
  }
}


/*----------------------------------------------- new changes------------------------------------------------------------ */
#tabledata {
  width: 90%;
}

.breadcrumb .container,
#independetnLiving,
#assistedLiving,
#memoryCare,
#seniorCareHome,
#skilledNursingHome,
#hospiceCare {
  /* margin: 0 100px; */
}

#recaptcha div {
  margin: auto !important;
}

@media screen and (max-width: 281px) {
  #hero .container {
    padding-bottom: 0px !important;
  }

  #hero h1 {
    font-size: 38px !important;
    line-height: 42px !important;
  }

  .table td,
  .table th {
    padding: 0px 10px;
  }

  .appointmentLeft .table-icon i {
    font-size: 17px;
  }

  .table-row td#f-13,
  .table-row .table-content #as {
    font-size: 10px !important;
  }
}

@media (min-width:0) and (max-width: 413px) {

  .searchBarArea .container,
  .breadcrumb .container,
  .cardSection .container,
  #independetnLiving,
  #assistedLiving,
  #memoryCare,
  #seniorCareHome,
  #skilledNursingHome,
  #hospiceCare {
    margin: unset;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 15px 15px;
  }

  .hoverMainMenu span {
    margin-top: 15px !important;
  }

  #hero {
    height: 90vh !important;
  }

  #hero h4 {
    font-size: 22px !important;
  }

  #hero .container a button {
    width: 200px !important;
  }

  .fluid-section-one .content-column h2 {
    font-size: 30px !important;
  }

  .fluid-section-one .content-column .text {
    line-height: 1.5em !important;
  }

  .fluid-section-one .content-column .bold-text {
    font-style: 20px !important;
  }

  .table-row td#f-13,
  .table-row .table-content #as {
    font-size: 13px;
  }

  .appointment td a.text-white {
    font-size: 13px;
  }

  .appointmentLeft {
    padding: 29px 32px 10px 32px !important;
  }

  .appointmentRight {
    padding: 20px 0px 20px 0px !important;
  }

  .form-group textarea,
  .contactForm textarea {
    height: 140px;
    font-size: 14px;
  }

  input#name,
  input#email,
  select#service,
  input#phoneNumber {
    font-size: 14px;
  }

  .form-group input:not([type='submit']),
  .form-group textarea,
  .contactForm input:not([type='submit']),
  .contactForm textarea {
    padding: 12px 20px !important;
  }

  select#service {
    min-height: 46px !important;
  }

  #senior h4 {
    font-size: 22px !important;
  }

  .searchBarArea,
  .searchBar1 {
    padding-top: 53px;
  }

  #senior .btn {
    padding: 0;
  }

  .cardSection {
    padding: 0px 10px !important;
    padding-bottom: 10px !important;
  }

  .cardSection p {
    color: #474747;
  }

  .text-section-right {
    order: 2;
  }

  .abtImgRight {
    order: 1;
    text-align: center;
  }

  .recentBlog .blogHeading .blogHeading1 h2 span {
    font-size: 30px;
  }

  .mission-section {
    padding-top: 20px !important;
  }

  .mission-section .content-column .inner-column {
    margin-left: 0;
  }

  .mission-section .title-box h2,
  .mission-section .content-column h2,
  .healthcare-section .content-column h2 {
    font-size: 30px !important;
  }

  .mission-section .content-column h2 {
    margin-bottom: 45px;
  }

  .mission-section div.text {
    text-align: justify !important;
    font-size: 18px !important;
    word-spacing: 1px;
  }

  .mission-section .image-column .inner-column {
    margin-right: 0px;
  }

  .mission-section .image-column iframe.utubeVideo {
    height: 181px;
  }

  .mission-section .content-column {
    padding-left: 0px;
  }

  .mission-section .title-box .text {
    line-height: 1.5em;
    font-size: 18px;
    word-spacing: 1px;
    text-align: justify;
    padding: 0 10px;
  }

  #footer .social-links a {
    padding: 7px 0 !important;
  }

  .h400 {
    height: 420px !important;
  }

  .howitworkContact h2 {
    font-size: 45px !important;
  }

  .howitworkContact div {
    font-size: 20px !important;
  }

  .healthcare-section .content-column {
    margin-top: 0px !important;
  }

  .theme-btn {
    padding: 8px 8px;
    font-size: 18px;
  }

  .healthcare-section .content-column,
  #hospice #content {
    order: 2;
  }

  .healthcare-section .image-column,
  #hospice #img {
    order: 1;
    margin-bottom: 15px;
  }

  .healthcare-section .image-column .inner-column .image img {
    width: 100%;
  }

  #independetnLiving {
    margin: 0 !important;
  }

  #image-column {
    order: 1;
  }

  #text-column {
    order: 2;
  }

  .content p,
  p.text-dark {
    text-align: justify;
  }

  p.text-dark {
    padding: 0 15px;
  }

  #independetnLiving h2,
  #assistedLiving h4,
  #adultFamilyHome h4,
  #skilledNursingHome h4,
  #hospiceCare h4,
  #hospice h1,
  #memoryCare h2,
  .appointment h3 {
    font-size: 30px !important;
  }

  #assistedLiving,
  #memoryCare,
  #skilledNursingHome,
  #hospice,
  #adultFamilyHome {
    padding-top: 2rem !important;
  }
}

@media (min-width: 414px) and (max-width: 810px) {
  #topbar {
    display: none;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 15px 15px;
  }

  #header {
    top: 0 !important;
  }

  .hoverMainMenu span {
    margin-top: 15px !important;
  }

  .searchBarArea .container,
  .breadcrumb .container,
  .cardSection .container,
  #independetnLiving,
  #assistedLiving,
  #memoryCare,
  #seniorCareHome,
  #skilledNursingHome,
  #hospiceCare {
    margin: unset;
  }

  #hero h4 {
    font-size: 22px !important;
  }

  #hero .container a button {
    width: 200px !important;
  }

  .fluid-section-one .content-column h2,
  .healthcare-section .content-column h2 {
    font-size: 30px !important;
  }

  .fluid-section-one .content-column .text {
    line-height: 1.5em !important;
  }

  .fluid-section-one .content-column .bold-text {
    font-style: 20px !important;
  }

  .table-row td#f-13,
  .table-row .table-content #as {
    font-size: 13px;
  }

  .appointment td a.text-white {
    font-size: 13px;
  }

  .appointmentLeft {
    padding: 20px 0px 4px 32px !important;
  }

  .appointmentRight {
    padding: 20px 0px 20px 0px !important;
  }

  .form-group textarea,
  .contactForm textarea {
    height: 140px;
    font-size: 14px;
  }

  input#name,
  input#email,
  select#service,
  input#phoneNumber {
    font-size: 14px;
    margin-top: 25px;

  }

  .form-group input:not([type='submit']),
  .form-group textarea,
  .contactForm input:not([type='submit']),
  .contactForm textarea {
    padding: 12px 20px !important;
  }

  select#service {
    min-height: 46px !important;
  }

  #senior h4 {
    font-size: 22px !important;
  }

  .searchBarArea,
  .searchBar1 {
    /* padding-top: 36px; */
    margin-top: 0 !important;
  }

  #senior .btn {
    padding: 0;
  }

  .cardSection {
    padding: 0px 10px !important;
  }

  .cardSection p.MsoNormal {
    text-align: justify;
  }

  .cardSection p {
    color: #474747;
  }

  .text-section-right {
    order: 2;
  }

  .abtImgRight {
    order: 1;
    text-align: center;
  }

  .recentBlog .blogHeading .blogHeading1 h2 span {
    font-size: 30px;
  }

  .mission-section {
    padding-top: 20px !important;
  }

  .mission-section .title-box h2 {
    font-size: 30px !important;
  }

  .mission-section div.text {
    text-align: justify !important;
    font-size: 18px !important;
    word-spacing: 1px;
  }

  .mission-section .image-column .inner-column {
    margin-right: 0px;
  }

  .mission-section .image-column iframe.utubeVideo {
    height: 413px;
  }

  .mission-section .content-column {
    padding-left: 0px;
  }

  .mission-section .content-column .inner-column {
    margin-left: 0;
  }

  .mission-section .content-column h2 {
    margin-bottom: 45px;
  }

  .mission-section .title-box .text {
    line-height: 1.5em;
    font-size: 18px;
    word-spacing: 1px;
    text-align: justify;
    padding: 0 10px;
  }

  #footer .social-links a {
    padding: 7px 0 !important;
  }


  .h400 {
    height: 450px !important;
  }

  .howitworkContact h2 {
    font-size: 45px !important;
  }

  .howitworkContact div {
    font-size: 20px !important;
  }

  .healthcare-section .content-column {
    margin-top: 0px !important;
  }

  .theme-btn {
    padding: 8px 8px;
    font-size: 18px;
  }

  .healthcare-section .content-column,
  #hospice #content {
    order: 2;
  }

  .healthcare-section .image-column,
  #hospice #img {
    order: 1;
    margin-bottom: 15px;
  }

  .healthcare-section .image-column .inner-column .image img {
    width: 100%;
  }

  #independetnLiving {
    margin: 0 !important;
  }

  #image-column {
    order: 1;
  }

  #text-column {
    order: 2;
  }

  .content p,
  p.text-dark,
  #assistedLiving .content span {
    text-align: justify;
  }

  p.text-dark {
    padding: 0 15px;
  }

  #independetnLiving h2,
  #assistedLiving h4,
  #adultFamilyHome h4,
  #skilledNursingHome h2,
  #hospice h4,
  #hospice h1,
  #memoryCare h2,
  .appointment h3 {
    font-size: 30px !important;
  }

  #assistedLiving,
  #memoryCare,
  #skilledNursingHome,
  #hospice,
  #adultFamilyHome {
    padding-top: 2rem !important;
  }
}

@media screen and (max-width: 414px) {
  #topbar {
    display: none;
  }
.partneredWith{
  display: block;
}
.partneredWith__desktop{
  display: none;
}
  #header .logo {
    padding: 5px 0 !important;
  }

  .table-row td#f-13,
  .table-row .table-content #as {
    font-size: 13px;
  }

  /* input#name {
    margin-bottom: 27px;
  } */

}

@media (min-width: 811px) and (max-width: 1023px) {

  .searchBarArea .container,
  .breadcrumb .container,
  .cardSection .container,
  #independetnLiving,
  #assistedLiving,
  #memoryCare {
    margin: auto !important;
  }

  .auto-container {
    padding: 0 50px !important;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 30px;
    padding: 15px;
  }

  #hero {
    padding-top: 40px !important;
  }

  #features h3,
  .appointment h3,
  .mission-section .title-box h2,
  .mission-section .content-column h2,
  .healthcare-section .content-column h2 {
    font-size: 35px !important;
  }

  .fluid-section-one .content-column .content-box {
    max-width: 380px !important;
  }

  .table-row td#f-13,
  .table-row .table-content #as {
    font-size: 16px;
  }

  .appointmentLeft {
    padding: 60px 0px 44px 70px !important;
  }

  .appointmentRight {
    padding: 40px 0 !important;
  }

  .cardSection p {
    /* text-align: justify; */
    color: #474747;
  }

  .searchBarArea .searchBar1 h2 {
    font-size: 40px !important;
  }

  .cardSection .text-section-right {
    order: 2
  }

  .cardSection .abtImgRight {
    order: 1;
    text-align: center;
  }

  #footer .social-links a {
    padding: 7px 0 !important;
  }

  .mission-section .image-column iframe.utubeVideo {
    height: 409px;
  }

  .mission-section .title-box .text {
    line-height: 1.5em;
    font-size: 18px;
    word-spacing: 1px;
    text-align: justify;
    padding: 0 10px;
  }

  .mission-section .content-column h2 {
    margin-bottom: 20px;
    text-align: center;
  }

  .mission-section div.text {
    text-align: justify !important;
    font-size: 18px !important;
    word-spacing: 1px;
  }

  .mission-section .image-column {
    margin-top: 30px;
    text-align: center;
  }

  .healthcare-section .image-column {
    order: 1;
  }

  .healthcare-section .content-column {
    order: 2;
  }

  .healthcare-section {
    padding: 50px 0px 70px;
  }

  .healthcare-section .image-column .inner-column .image img {
    width: 100%;
  }

  #recaptcha div {
    margin: auto !important;
  }
}

@media screen and (max-width: 1024px) {
  #hero {
    background-position: -374px 0px;
  }

}

@media (max-width: 380px) {
  #hero {
    background-position: -1065px 45px !important;
  }

}

@media (max-width: 413px) {
  #hero {
    background-position: -1340px 45px;
  }

  .fluid-section-one .outer-container {
    display: flex;
    flex-direction: column;
  }

  .fluid-section-one .content-column {
    width: 100% !important;
  }

  .fluid-section-one .image-column {
    padding: 0 !important;
    position: unset !important;
    right: 0;
    width: unset !important;
    order: 2;
    margin-bottom: 30px;
  }

  .fluid-section-one .image-column .utubeVideo {
    width: 100%;
    height: 280px;
    margin-top: 33px;
  }
}

@media (min-width:414px) and (max-width: 767px) {
  #hero {
    background-position: 550px -5px;
  }

  .fluid-section-one .outer-container {
    display: flex;
    flex-direction: column;
  }

  .fluid-section-one .content-column {
    width: 100% !important;
    order: 2;
  }

  .fluid-section-one .image-column {
    padding: 0 !important;
    position: unset !important;
    right: 0;
    width: unset !important;
    order: 1;
    margin-bottom: 30px;
  }

  .fluid-section-one .image-column .utubeVideo {
    width: 100%;
    height: 304px;
    margin-top: 44px;
  }
}

@media (min-width:768px) and (max-width: 912px) {
  #hero {
    background-position: 824px 0px;
  }

  .fluid-section-one .outer-container {
    display: flex;
    flex-direction: column;
  }

  .fluid-section-one .content-column {
    width: 100% !important;
    padding-right: 15px;
    padding: 50px 26px 60px 60px !important;
    order: 2;
  }

  .fluid-section-one .image-column {
    padding: 0 !important;
    position: unset !important;
    right: 0;
    width: unset !important;
    order: 1;
    float: none !important;
    margin-bottom: 30px;
  }

  .fluid-section-one .content-column {
    position: relative;
    width: 60%;
    float: left;
    padding: 60px 25px 80px 25px !important;
  }

  .fluid-section-one .image-column .utubeVideo {
    width: 100%;
    height: 616px;
  }

}

/* --------------------------------------------Blog page css start here---------------------------------------------------------- */
.blogPage__section{
  margin: 3rem .0;
}
.blogPage__section p{
  line-height: 1.5rem;
  margin-bottom: 1rem !important;
}
.blogPage__section .blogHeading{
  font-size: 25px;
}
.blogPage__section ul, .blogPage__section ol{
  padding: revert;
}
.blogPage__section ul li, .blogPage__section ol li{
  list-style: inherit;
  margin-bottom: .5rem;
}
.blogPage__section h3{
  font-size: 20px;
  margin-bottom: .5rem;
}
.blogPage__section ul li strong{
  font-weight: bold !important;
}
#seoPageData__dynamic h2{
  font-size: 23px;
  font-weight: bold;
}
#seoPageData__dynamic h3{
  font-size: 20px;
  font-weight: bold;
}
#seoPageData__dynamic ul{
	padding-inline-start: 20px;
}
#seoPageData__dynamic ul li{
	list-style: disc;
}
/* =========================================================seattle pages css==================================================== */

.breadcrumb-container {
  margin: 0 auto;
  width: 1300px;
  padding: 0 20px;
}

#assisted-living-seattle p,
#independent-living-seattle p,
#nursing-homes-seattle p,
#seattle-retirement-communities p {
  margin-bottom: 0.5rem;
}

#assisted-living-seattle .communitiesOffer .lists ul>li,
#independent-living-seattle .bestCommunitiesOFIL .lists ul>li,
#seattle-retirement-communities .lists .list-disc>li,
#seattle-retirement-communities .lists .ordered-list>li,
#seattle-retirement-communities ul>li,
#independent-living-bellevue ul>li,
#assisted-living-bellevue .benefitsOfSSA ul>li,
#senior-living-bellevue ul>li,
#retirement-communities-bellevue ul>li {
  list-style-type: disc;
}


#assisted-living-seattle ul>li,
#assisted-living-seattle .BenefitsOfASL .lists .dashed>li,
#independent-living-seattle ul>li,
#seattle-retirement-communities .lists .list-disc>li,
#seattle-retirement-communities .lists .ordered-list>li,
#seattle-retirement-communities ul>li,
#seattle-retirement-communities ol>li,
#assisted-living-bellevue .lists ul>li,
#assisted-living-bellevue .lists ol>li,
#independent-living-bellevue ul>li,
#senior-living-bellevue ul>li,
#retirement-communities-bellevue ul>li {
  padding: 5px 0;
}

#assisted-living-seattle p,
#independent-living-seattle p,
#nursing-homes-seattle p,
#seattle-retirement-communities p,
#locationSeattle p {
  line-height: 1.5rem;
}

#independent-living-seattle h3 {
  font-size: 18px;
  font-weight: bold;
}