@import url(bootstrap.css);
@keyframes hang {
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(6px);
  }
}
@keyframes hangg {
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(6px);
  }
}
@keyframes zoom-bounce {
  50% {
    transform: scale(0.75);
  }
  0%, 100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  50% {
    transform: translateY(-10px);
  }
  0%, 100% {
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

.section {
  padding: 5rem 0;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.sec {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

h1 {
  color: #08222f;
}

h5 {
  text-transform: uppercase;
  color: #00a551;
}

p {
  color: #08222f;
}

button {
  background-image: none;
}
button a {
  font-size: 1rem;
  text-decoration: none;
}
button:hover {
  background-image: none;
}

.bttn-full {
  border-radius: 0;
  background-color: #eb1e24;
  border: 1px solid #eb1e24;
  background-image: none;
}
.bttn-full a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.bttn-full:hover {
  background-color: #ffffff;
  border: 1px solid #eb1e24;
}
.bttn-full:hover a {
  color: #eb1e24 !important;
}

.bttn-line {
  border-radius: 0;
  border: 1px solid #eb1e24;
  background-image: none;
}
.bttn-line a {
  font-size: 16px;
  color: #eb1e24;
  text-decoration: none;
}
.bttn-line:hover {
  background-color: #eb1e24;
}
.bttn-line:hover a {
  color: #ffffff !important;
}

.marqueTextslide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  background: #ffffff;
}
.marqueTextslide .marqueText {
  flex-shrink: 0;
  animation-name: slide;
  animation-direction: reverse;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-duration: 25s;
}
.marqueTextslide .marqueText p {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #3a3a3a;
}
.marqueTextslide .marqueText .bold {
  padding: 6px 80px;
}
.marqueTextslide .marqueText .med {
  padding: 6px 80px;
}
.marqueTextslide .marqueText .lit {
  padding: 6px 160px 6px 0;
} /*!sc*/
@keyframes slide {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
} /*!sc*/
/*--Counter Part After Effect Start--*/
.counter:after {
  content: " +";
  display: inline-block;
}

.counterTwo::after {
  content: "K+";
  display: inline-block;
}

/*--Counter Part After Effect End --*/
/*--Owl Start--*/
.carousel-testimonial .owl-dots {
  float: right;
  transform: rotate(90deg);
  margin-top: -15rem;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #125fa7;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ced9e4;
}

.owl-theme button:active {
  background-color: #125fa7 !important;
}

.owl-theme .owl-nav {
  display: block;
  float: left;
  margin-top: -7rem;
  position: relative;
}

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}

.owl-carousel .next-slide {
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}

.owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}

.owl-theme .owl-nav [class*=owl-] {
  border: 1px solid #08222f !important;
  color: #08222f !important;
  width: 33px;
  height: 33px;
  border-radius: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #125fa7 !important;
  color: #ffffff !important;
  border: 1px solid #125fa7 !important;
}

/*--Owl End--*/
/*--Gradient Background Color Start--*/
.gradientBg {
  background: linear-gradient(142deg, rgb(220, 234, 248) 0%, rgb(252, 242, 243) 100%);
}

/*--Gradient Background Color End--*/
/*--Float Icons--*/
.float-container {
  position: fixed;
  top: 33%;
  right: 0;
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: flex-end;
  z-index: 1;
}

.float-container a {
  z-index: 99;
  display: flex;
  width: 62px;
  height: 40px;
  margin-bottom: 10px;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: white;
  border-color: #46b8da;
  background-color: #eb690b;
  box-shadow: 0 2px 4px #7d7d7d;
  align-items: center;
  justify-content: flex-start;
  font-size: 23px;
}

.float-container .one {
  background-color: #eb1e24;
}
.float-container .two {
  background-color: #eb1e24;
}

/*--Float Icons--*/
/*--Custom Border Start--*/
.customBorder {
  border-radius: 0;
  border: 1px solid #adbdc5;
}

/*--Custom Border End Here--*/
/*--Default Moving Vector Image Animation Start Here--*/
.animone,
.animfour {
  position: absolute;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: hang;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.animtwo {
  position: absolute;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateYX(6px);
  animation-name: hangg;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.animthree {
  position: absolute;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: hang;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/*--Moving Vector Image Animation End Here--*/
/*--Top Nav Start Here--*/
.top-nav {
  background-color: #455a64;
}
.top-nav a {
  cursor: auto;
}

/*--Top Nav End Here--*/
/*--Menubar--*/
nav {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
nav .nav-link {
  color: #08222f;
  font-size: 16px;
}

#main-nav {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
#main-nav #menu-menu-1 {
  display: flex !important;
  justify-content: space-between;
}
#main-nav #menu-menu-1 .logo {
  background: url(../images/logo/logo.png);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
#main-nav #menu-menu-1 .menu-item-19 a {
  color: #08222f !important;
}

.navbar-nav .dropdown-menu {
  background: #eaf4ff;
  top: 21px;
}
.navbar-nav .dropdown-menu .dropdown-item {
  color: #08222f;
  font-size: 16px;
  transition: 0.4s;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background-color: #125fa7;
}

.nav-item.dropdown:hover .parentDropdown {
  opacity: 1;
  visibility: visible;
}

.parentDropdown .parentDropdownli:hover .subdropdown {
  right: 185px;
  top: 0;
  display: block;
  background-color: #ffffff;
}

.booknow {
  border: 1px solid #eb1e24;
  background-color: #eb1e24;
  color: #ffffff !important;
  border-radius: 0;
  padding: 6px 20px !important;
  margin-left: 2rem;
  transition: 400ms;
}
.booknow:hover {
  background-color: #ffffff;
  border: 1px solid #eb1e24;
  color: #eb1e24 !important;
}

.login {
  color: #eb1e24 !important;
  border: 1px solid #eb1e24;
  border-radius: 0;
  margin-left: 18px;
  padding: 6px 20px !important;
  transition: 400ms;
}
.login:hover {
  background-color: #eb1e24;
  color: #ffffff !important;
}

/*--Menubar--*/
/*--Banner Start Here--*/
.banner {
  position: relative;
  overflow: hidden;
}
.banner .container {
  position: relative;
  z-index: 10;
}
.banner .animone {
  left: -49px;
}
.banner .animtwo {
  bottom: 27px;
  left: -71px;
}
.banner .wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/*--Bannner End Here--*/
/*--Body One Start Here--*/
.bodyOne .card {
  border-radius: 0;
  border: 1px solid #adbdc5;
}
.bodyOne h3 {
  color: #08222f;
}
.bodyOne .tmanimation {
  display: inline-block;
  position: relative;
  margin-bottom: 3rem;
}
.bodyOne .tmanimation:before {
  position: absolute;
  top: calc(100% + 17px);
  left: 50%;
  margin-left: -22px;
  content: "";
  width: 44px;
  height: 7px;
  background-color: #dfe0e0;
  border-radius: 50%;
}
.bodyOne .card:hover .tmanimation img {
  animation-name: bounce;
}
.bodyOne .card:hover .tmanimation:before {
  animation-name: zoom-bounce;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.bodyOne .card:hover .tmanimation .bouncy {
  webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

/*--Body One End Here--*/
/*--BODY TWO START HERE--*/
.aboutUs {
  position: relative;
  overflow: hidden;
}
.aboutUs .wrapper {
  position: absolute;
  left: 0;
  width: 100%;
}
.aboutUs .row {
  position: relative;
}
.aboutUs .row .animone {
  top: -9%;
  left: -2%;
}
.aboutUs .row .animtwo {
  right: -15%;
  bottom: 32%;
}
.aboutUs .row .animthree {
  right: -4%;
  bottom: -4%;
}
.aboutUs .counterPart h3 {
  color: #125fa7;
}

/*--BODY TWO END HERE--*/
/*--SERVICES START HERE--*/
.services .two {
  right: 0;
}
.services .row {
  padding-top: 3rem;
}
.services .row .card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  position: relative;
  height: 100%;
}
.services .row .card h3 {
  position: relative;
}
.services .row .card p {
  position: relative;
}
.services .row .card .d-flex {
  position: relative;
}
.services .row .card .d-flex a {
  color: #eb1e24;
}
.services .row .card .d-flex a .fa-arrow-right-long {
  padding-left: 0.2rem;
  transition: 0.2s;
}
.services .row .card .d-flex:hover a .fa-arrow-right-long {
  padding-left: 0.5rem;
}
.services .row .card .line {
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #125fa7;
  transition: 0.6s;
}
.services .row .card:hover .line {
  width: 100%;
  opacity: 0.4;
  background-color: #eaf4ff;
}

/*--SERVICES END HERE--*/
/*--BODY FIVE START HERE--*/
.whychoose {
  background: url(../images/banner/thirdbg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 19rem;
}
.whychoose .customBorder {
  height: 100%;
}

.whyCard {
  margin-top: -6%;
}
.whyCard .card {
  transition: 0.6s;
}
.whyCard .card:hover {
  background-color: #eaf4ff;
}

/*--BODY FIVE END HERE--*/
/*--HOW WE WORK START HERE--*/
.howWork {
  margin-top: 5rem;
}
.howWork .howworkRight {
  position: relative;
}
.howWork .howworkRight .marginbottom {
  margin-bottom: 5rem;
}
.howWork .howworkRight .card {
  border-radius: 0;
}
.howWork .howworkRight .card .firstChild {
  background-color: #125fa7;
  transition: 0.6s;
}
.howWork .howworkRight .card .firstChild h3 {
  color: #ffffff;
}
.howWork .howworkRight .card .firstChild p {
  color: #ffffff;
}
.howWork .howworkRight .card .firstChild:hover {
  background-color: #eaf4ff;
}
.howWork .howworkRight .card .firstChild:hover h3 {
  color: #125fa7;
}
.howWork .howworkRight .card .firstChild:hover p {
  color: #08222f;
}
.howWork .howworkRight .card .secondChild {
  background-color: #ffffff;
  transition: 0.6s;
}
.howWork .howworkRight .card .secondChild h3 {
  color: #08222f;
}
.howWork .howworkRight .card .secondChild p {
  color: #08222f;
}
.howWork .howworkRight .card .secondChild:hover {
  background-color: #125fa7;
}
.howWork .howworkRight .card .secondChild:hover h3 {
  color: #ffffff;
}
.howWork .howworkRight .card .secondChild:hover p {
  color: #ffffff;
}
.howWork .howworkRight .card h3 {
  padding-top: 3rem;
}
.howWork .howworkRight .card .card-img .howimg {
  position: absolute;
  top: -24%;
  margin-bottom: 2rem;
}
.howWork .howworkRight .card .card-img .howimgtwo {
  position: absolute;
  top: -24%;
}

/*--HOW WE WORK END HERE--*/
/*--TESTIMONIAL START HERE--*/
.testimonial h3 {
  color: #125fa7;
}
.testimonial .card span {
  font-size: 14px;
  color: #7d7d7d;
}

/*--TESTIMONIAL END HERE--*/
/*--OUR TEAM START HERE--*/
.ourTeam {
  background: url(../images/banner/ourteambg.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ourTeam .container {
  position: relative;
  z-index: 10;
}
.ourTeam .wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ourTeam .owl-theme .owl-nav {
  margin-top: 2rem;
  position: relative;
  z-index: 10;
}
.ourTeam .owl-theme .owl-dots {
  display: none;
}

/*--OUR TEAM END HERE--*/
/*--BLOG START HERE--*/
.blog .owl-nav {
  display: none;
}
.blog .blogCard {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  transition: 0.6s;
  border-radius: 0;
  height: calc(100% - 5px);
}
.blog .blogCard:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}
.blog .card-img-top {
  border-radius: 0;
  position: relative;
}
.blog .dateCard {
  background-color: #125fa7;
  text-align: center;
  border-radius: 0;
  position: absolute;
  bottom: -9px;
  right: 9px;
}
.blog .dateCard p span {
  color: #ffffff;
}
.blog i {
  font-size: 18px;
  color: #125fa7;
}
.blog h4 a {
  color: #08222f;
}
.blog h4 a:hover {
  color: #125fa7;
}
.blog .viewMorelink a {
  color: #eb1e24;
}
.blog .viewMorelink a i {
  color: #eb1e24;
  transition: 0.3s;
  padding-left: 0.5rem;
}
.blog .viewMorelink a:hover i {
  padding-left: 0.5rem;
}
.blog .owl-stage-outer {
  display: flex;
}
.blog .owl-stage {
  display: flex;
}
.blog .item {
  height: 100%;
}

/*--BLOG END HERE--*/
/*--CTA START HERE--*/
.ctaBooking .container {
  background: url(../images/banner/cta-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem;
  border-radius: 5px;
}

/*--CTA END HERE--*/
/*--Footer Start--*/
footer {
  padding-top: 3rem;
  background-color: #eaf4ff;
}
footer h5 {
  color: #08222f;
  font-weight: 600;
}
footer .collapse-icon {
  color: #eb1e24;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 18px;
}
footer .collapse-icon1 {
  color: #eb1e24;
  font-size: 18px;
  position: absolute;
  left: 144px;
  top: 31px;
}
footer .collapse-icon2 {
  color: #eb1e24;
  font-size: 18px;
  position: relative;
}
footer .footerbtn {
  text-decoration: none;
}
footer .footerbox2 p a {
  color: #08222f;
}
footer .footerbox2 p a:hover {
  color: #125fa7;
}
footer .footerbox3 .collapse a {
  border: 1px solid #eb1e24;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #eb1e24;
}
footer .footerbox3 .collapse a:hover {
  color: #ffffff;
  background-color: #eb1e24;
}
footer .sub-footer {
  background-color: #455a64;
}

/*--Footer End--*/
/*================*/
/*--ABOUT US PAGE SCSS START HERE--*/
.aboutBanner {
  background: url(../images/banner/aboutusbanner.png);
  background-position: center;
  background-size: cover;
}
.aboutBanner h1 {
  color: #ffffff;
}

.aboutOne {
  position: relative;
  overflow: hidden;
}
.aboutOne .container {
  position: relative;
  z-index: 10;
}
.aboutOne .wrapper {
  position: absolute;
  right: 0;
  top: 39px;
  width: 100%;
}

.missionVision .card {
  transition: 0.6s;
  height: 100%;
}
.missionVision .card:hover {
  border: 1px solid #125fa7;
  box-shadow: rgba(142, 169, 193, 0.31) 0px 2px 8px;
}
.missionVision .card .icons {
  margin-bottom: 2rem;
}

.aboutHistory .row .animfour {
  bottom: 72px;
  right: -76rem;
}
.aboutHistory .row .animthree {
  right: -2%;
  bottom: 1%;
}
.aboutHistory .row .animtwo {
  right: -138%;
  top: 11%;
}

.whatSetup .row .card {
  border: none;
  height: 100%;
  box-shadow: rgba(142, 169, 193, 0.31) 0px 2px 8px;
  transition: 0.6s;
}
.whatSetup .row .card:hover {
  background-color: #eaf4ff;
  box-shadow: rgba(142, 169, 193, 0.31) 0px 10px 10px -10px;
}
.whatSetup .row .card .icons {
  margin-bottom: 1.5rem;
}
.whatSetup .row .card h3 {
  padding-bottom: 1rem;
}

.valuee {
  position: relative;
  /*animation*/
  /*animation*/
}
.valuee .row .card {
  border-radius: 50px 0 0 0;
}
.valuee .row .card:hover .iconsOne,
.valuee .row .card:hover .iconsOne::before,
.valuee .row .card:hover .iconsOne::after {
  background-color: #eafff4;
}
.valuee .row .card h3 {
  position: relative;
}
.valuee .row .card p {
  position: relative;
}
.valuee .row .card .line {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #125fa7;
  height: 4px;
  transition: 0.4s;
  border-radius: 50px 0 0 0;
}
.valuee .row .card:hover .line {
  height: 100%;
}
.valuee .row .card:hover h3 {
  color: #ffffff;
}
.valuee .row .card:hover p {
  color: #ffffff;
}
.valuee .animthree {
  left: 227px;
}
.valuee .animtwo {
  bottom: 21px;
  left: 237px;
}
.valuee .animfour {
  right: 28px;
  bottom: 32px;
}
.valuee .animone {
  right: 230px;
  top: 112px;
}
.valuee .iconsOne {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #eaf4ff;
  position: relative;
  overflow: visible;
}
.valuee .iconsOne::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eaf4ff;
  position: absolute;
  left: 37px;
}
.valuee .iconsOne::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #eaf4ff;
  position: absolute;
  left: 45px;
  top: 20px;
}

.aboutTeam {
  background: url(../images/banner/aboutusTeam.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.aboutTeam .container {
  position: relative;
  z-index: 10;
}
.aboutTeam .wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.aboutTeam .owl-theme .owl-nav {
  margin-top: 2rem;
}
.aboutTeam .owl-theme .owl-dots {
  display: none;
}

.ourTeam .owl-carousel {
  z-index: 11;
}

/*--ABOUT US PAGE SCSS END HERE--*/
/*====================*/
/*--Inner Service Page(Healthcare) CSS Start--*/
.innerService .row .card {
  height: 100%;
}

.serviceOnee ul li {
  list-style-type: square;
}

.innerServicehealth .card {
  height: 100%;
}

.contactBanner {
  background: url(../images/banner/eldercare-banner.jpg);
  background-repeat: repeat, no-repeat;
  background-position: 100% 50%, 50% 50%;
  background-size: cover, cover;
  background-color: #000;
  text-align: center;
  position: relative;
  padding: 132px 0;
}
.contactBanner::before {
  content: "";
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
  z-index: 1;
}
.contactBanner .container {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.contactBanner .container h1,
.contactBanner .container p {
  color: #ffffff;
}

[type=submit]:not(:disabled) {
  cursor: pointer;
  background: white;
  font-size: 16px;
  border: 1px solid red;
  color: red;
}

.elderCare {
  background: url(../images/banner/eldercare-banner.jpg);
  background-repeat: repeat, no-repeat;
  background-position: 100% 50%, 50% 50%;
  background-size: cover, cover;
  background-color: #000;
  text-align: center;
  position: relative;
  padding: 132px 0;
}
.elderCare::before {
  content: "";
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
  z-index: 1;
}
.elderCare .container {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.elderCare .container h1,
.elderCare .container p {
  color: #ffffff;
}

.physioBanner {
  background: url(../images/banner/physioBanner.jpeg);
  background-repeat: repeat, no-repeat;
  background-position: 100% 50%, 50% 50%;
  background-size: cover, cover;
  background-color: #000;
  text-align: center;
  position: relative;
  padding: 132px 0;
}
.physioBanner::before {
  content: "";
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
  z-index: 1;
}
.physioBanner .container {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.physioBanner .container h1,
.physioBanner .container p {
  color: #ffffff;
}

.innerServicehealth .card {
  position: relative;
  padding: 40px;
  overflow: hidden;
}
.innerServicehealth .card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  background-color: #125fa7;
  border-radius: 0 50% 0 0;
  transition: width 0.4s, height 0.4s, border-radius 0.4s;
  z-index: 1;
}
.innerServicehealth .card h3,
.innerServicehealth .card ul > li {
  position: relative;
  z-index: 2;
  color: #000;
  transition: color 0.4s;
}
.innerServicehealth .card:hover::after {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.innerServicehealth .card:hover h3,
.innerServicehealth .card:hover ul > li {
  color: #ffffff;
}
.innerServicehealth li {
  list-style-type: square;
}

.manageConditions .col-lg-3 {
  margin-bottom: 2rem;
}

.manageCard {
  height: 100%;
  position: relative;
  background-color: #337799;
  transition: 0.4s ease-in-out;
}
.manageCard::after {
  content: "";
  border-radius: 0 23px 0 23px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.4s;
}
.manageCard:hover {
  background-color: #ffffff;
  border-radius: 0;
}
.manageCard p {
  position: relative;
  z-index: 9;
}

/*--Inner Service Page(Healthcare) CSS End--*/
/*-- Contact Us start--*/
.getTouch .details p {
  color: #00a551;
  font-weight: 500;
}
.getTouch .contactForm {
  background-color: #edf0ed;
}

/*--Contact Us End Here--*/
.outside__circl {
  width: 80px;
  height: 80px;
  position: absolute;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -39px;
  bottom: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.number__circle {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 4px solid rgb(209, 209, 209);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
}
.number__circle .number__number {
  bottom: -9px;
  position: absolute;
  font-size: 26px;
  font-weight: 600;
  color: #125fa7 !important;
}

.number__circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #125fa7;
  position: absolute;
  box-shadow: 0 0 0 4px #ffffff;
}

.number__circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #125fa7;
  position: absolute;
  box-shadow: 0 0 0 4px #ffffff;
}

.footer-links-container {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

/*====================*/
.category__detail article {
  margin-bottom: 2.5rem;
}

/*--Responsive Start--*/
@media screen and (min-width: 1440px) {
  .banner {
    position: relative;
    overflow: hidden;
  }
  .banner .gx-lg-5 {
    height: 723px;
  }
  .banner .animtwo {
    bottom: 77px;
    left: -135px;
  }
  .aboutOne {
    position: relative;
    overflow: hidden;
  }
  .aboutOne .gx-lg-5 {
    height: 546px;
  }
  .ourTeam .row {
    height: 592px;
  }
  .aboutTeam .row {
    height: 651px;
  }
  .aboutUs {
    position: relative;
    overflow: hidden;
  }
  .aboutUs .gx-lg-5 {
    height: 723px;
  }
  .aboutHistory .gx-lg-5 {
    height: 765px;
  }
  .commitment .gx-lg-5 {
    height: 436px;
  }
}
@media screen and (min-width: 1200px) {
  .aboutCounter {
    margin-top: -4rem;
  }
  h1 {
    font-weight: 600;
  }
  h2 {
    font-weight: 600;
  }
  .aboutTeam .owl-carousel.owl-theme.carousel-ourTeam.owl-loaded.owl-drag {
    margin-top: 16rem;
  }
  .aboutBanner {
    padding: 8rem 0;
  }
  .aboutHistory .gx-lg-5 {
    height: 700px !important;
  }
  .headerBannerr .gx-lg-5 {
    height: 640px !important;
  }
  .aboutbAnner .gx-lg-5 {
    height: 593px !important;
  }
  .aboutUs .gx-lg-5 {
    height: 343px;
  }
  .entry-title {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
  }
}
@media screen and (min-width: 600px) {
  .widget-area {
    float: right;
    width: 100%;
    padding: 7px;
  }
}
@media screen and (max-width: 440px) {
  .aboutCounter {
    margin-top: -29px;
  }
  .float-container {
    position: fixed;
    top: auto;
    bottom: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: auto;
    z-index: 9999;
  }
  .float-container a.icon {
    right: 0;
    bottom: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 5px;
    border-radius: 0;
    box-shadow: 0 0 0 #7d7d7d;
    justify-content: center;
    border-left: 1px solid darkorange;
    border-right: 1px solid darkorange;
  }
  .aboutUs .gx-lg-5 {
    height: auto;
    margin-top: 2rem;
  }
  .aboutUs .gx-lg-5 p {
    padding-top: 1rem;
  }
  .aboutUs .counterDetails {
    text-align: center;
  }
  .aboutHistory {
    text-align: center;
  }
  .bottomgap {
    margin-bottom: 1rem;
  }
  .bottomgapp {
    margin-bottom: 5rem;
  }
  .bottommargin {
    margin-bottom: 5rem;
  }
  .gradientBg .bottomgapp {
    text-align: center;
  }
  .testimonial .lineGroup {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .owl-theme .owl-nav {
    float: right;
    margin-top: -35rem;
  }
  .carousel-testimonial .owl-dots {
    transform: none;
    margin-top: 0rem;
    float: none;
  }
  .ourTeam {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .ourTeam .wrapper {
    position: relative;
    margin-top: 3rem;
    padding: 0 2rem;
  }
  .aboutTeam {
    background-image: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .aboutTeam .wrapper {
    position: relative;
    margin-top: 3rem;
    padding: 0 2rem;
  }
  .banner {
    background: radial-gradient(circle, rgb(255, 215, 217) 0%, rgb(208, 232, 255) 100%);
    padding-bottom: 3rem;
  }
  .whyCard {
    margin-top: -34%;
  }
  .howWork {
    margin-top: 1rem;
  }
  .commitment {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .booknow {
    margin-top: 1rem;
  }
  .contactus-banner .row {
    min-height: auto;
  }
  .getTouch .contactForm {
    padding: 1rem;
  }
  .whyCard {
    margin-top: -34%;
  }
  .howWork {
    margin-top: 1rem;
  }
  .banner {
    background: radial-gradient(circle, rgb(255, 215, 217) 0%, rgb(208, 232, 255) 100%);
    padding-bottom: 3rem;
  }
  .commitment {
    text-align: center;
  }
  .aboutTeam {
    background-image: none;
  }
  .aboutTeam .wrapper {
    position: relative;
    margin-top: 3rem;
  }
  .aboutTeam .owl-carousel .owl-nav.disabled,
  .aboutTeam .owl-carousel .owl-dots.disabled {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .footerbox2 {
    margin-top: 1.5rem;
  }
  .footerbox3 {
    margin-top: 1.5rem;
  }
  .navbar-nav .dropdown-menu {
    background: #ffffff;
    border: none;
    margin-top: 0 !important;
  }
  .banner {
    padding-top: 3rem;
    text-align: center;
  }
  .aboutOne {
    padding-top: 3rem;
    text-align: center;
  }
  .ourTeam {
    padding-top: 3rem;
    text-align: center;
  }
  .aboutTeam {
    padding-top: 3rem;
    text-align: center;
  }
  .howWork {
    margin-top: 1rem;
  }
  .banner {
    background: radial-gradient(circle, rgb(255, 215, 217) 0%, rgb(208, 232, 255) 100%);
    padding-bottom: 3rem;
  }
  .booknow {
    margin-left: 0;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 1201px) and (max-width: 1439.98px) {
  .ourTeam .wrapper {
    top: 12px;
  }
  .aboutTeam .wrapper {
    top: -204px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .aboutCounter {
    margin-top: -4rem;
  }
  .banner .gx-lg-5 {
    height: 483px;
  }
  .banner .animtwo {
    bottom: 35px;
  }
  .aboutOne .gx-lg-5 {
    height: 483px;
  }
  .aboutUs .gx-lg-5 {
    height: 504px;
  }
  .aboutUs .row {
    margin-top: 2rem;
  }
  .commitment .gx-lg-5 {
    height: 312px;
  }
  .aboutHistory .row {
    margin-top: 0;
  }
  .ourTeam {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ourTeam .gx-lg-5 {
    height: 592px;
  }
  .ourTeam .wrapper {
    top: 32%;
  }
  .aboutTeam {
    padding-top: 0;
    padding-bottom: 0;
  }
  .aboutTeam .gx-lg-5 {
    height: 592px;
  }
  .aboutTeam .wrapper {
    top: 32%;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .bottommargin {
    margin-bottom: 5rem;
  }
  .bottomgap {
    margin-bottom: 3rem;
  }
  .bottomgapp {
    margin-bottom: 5rem;
  }
  .gradientBg .bottomgapp {
    text-align: center;
  }
  .gradientBg .aboutCounter {
    margin-top: -44px;
  }
  .testimonial .lineGroup {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .owl-theme .owl-nav {
    float: right;
    margin-top: -35rem;
  }
  .carousel-testimonial .owl-dots {
    transform: none;
    margin-top: 0rem;
    float: none;
  }
  .aboutHistory {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .aboutUs .gx-lg-5 {
    height: auto;
  }
  .aboutUs .counterDetails {
    text-align: center;
  }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: block;
  }
  .ourTeam {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .ourTeam .wrapper {
    position: relative;
    margin-top: 3rem;
    padding: 0 2rem;
  }
  .ourTeam .owl-carousel .owl-nav.disabled {
    float: left;
  }
  .aboutTeam {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .aboutTeam .wrapper {
    position: relative;
    margin-top: 3rem;
    padding: 0 2rem;
  }
  .aboutTeam .owl-carousel .owl-nav.disabled {
    float: left;
  }
  .whyCard {
    margin-top: -18%;
  }
  .commitment {
    text-align: center;
  }
  .aboutCounter {
    margin-top: -4rem;
  }
}
@media (min-width: 440.98px) and (max-width: 767.98px) {
  .aboutCounter {
    margin-top: -4rem;
  }
}
/*--Responsive End--*//*# sourceMappingURL=style.css.map */