body {
  font-family: "Poppins";
  background-color: #fff;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  color: #000000CC;
  font-weight: 300;
  font-size: 15px;
}

h2,
.h2 {
  font-size: 2rem;
  color: #50bac7;
  font-weight: 600;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 36vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-bar {
  padding: .5rem 0;
  background: #50BAC7;
}

.top-bar a {
  color: #fffffff5;
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .top-bar {
    padding: 0.5rem 0;
    background: #50BAC7;
    display: none;
  }
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem;
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.site-navbar .site-logo {
  position: absolute;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: -36px;
  padding: 0;
  z-index: 3;
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: -36px;
    padding: 0;
    z-index: 3;
    margin-left: -10px;
  }
}

@media (max-width: 991.98px) {
  .strive {
    margin-top: 22px;
  }
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #007bff !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  margin-left: 25px;
  margin-right: 0px;
  padding: 20px 0px;
  color: #000 !important;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

/* .site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
} */

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #50bac7;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  font-size: 13px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  background: #fff;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.vl {
  border-left: 1px solid #ffffff91;
}

.btn-primary {
  color: #fff;
  background-color: #50bac7;
  border-color: #50bac7;
  width: 112px;

}

.about-section {
  padding: 32px 0 0;
}

.about-mitta {
  width: 89%;
  padding-right: 7px;
  padding-left: 2px;
  margin-right: auto;
  margin-left: auto;
}

.hr-line {
  margin-top: 0rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 3px solid #212529;
  width: 68px;
  margin-left: 1px;
}

.mission-section {
  padding: 32px 0 0;
}

.bottom-left {
  position: absolute;
  bottom: 76px;
  right: 61px;
  left: 86px;
}

.serve {
  position: relative;
  text-align: center;
  color: white;
}

.item {
  background: #D56154D9;
  text-align: center;
  padding: 38px 15px;
  margin-bottom: 4px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
  width: 463px;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 32px;
  color: #f91942;
  width: 84px;
  height: 60px;
  line-height: 74px;
  border-radius: 50px;
}

.item p {
  font-size: 15px;
  line-height: 26px;
  color: #ffffffbf;
}

.item h6 {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 20px;
}

.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f91942;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.skills {
  padding-top: 0px;
}

.skills .prog-item {
  margin-bottom: 25px;
}

.skills .prog-item:last-child {
  margin-bottom: 0;
}

.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}

.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f91942;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}

.item-misson {
  background: #3A7252D9;
  text-align: center;
  padding: 25px 15px;
  margin-bottom: 4px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
  width: 463px;
}

.item-misson .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #f91942;
  width: 90px;
  height: 90px;
  line-height: 74px;
  border-radius: 50px;
}

.iteitem-misson .icon {
  font-size: 40px;
  margin-bottom: 32px;
  color: #f91942;
  width: 84px;
  height: 60px;
  line-height: 74px;
  border-radius: 50px;
}

.item-misson p {
  font-size: 15px;
  line-height: 26px;
  color: #ffffffbf;
}

.item-misson h6 {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 20px;
}

/* vision */
.item-vision {
  background: #5C5FA7D9;
  text-align: center;
  padding: 18px 15px;
  margin-bottom: 4px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
  width: 283px;
}

.w-25 {
  width: 16% !important;
}

.item-vision .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #f91942;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item-vision p {
  font-size: 15px;
  line-height: 26px;
  color: #ffffffbf;
}

.item-vision h6 {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 20px;
}

.item-vision .icon {
  font-size: 40px;
  margin-bottom: 32px;
  color: #f91942;
  width: 84px;
  height: 60px;
  line-height: 74px;
  border-radius: 50px;
}

@media only screen and (max-width: 600px) {
  .mitta {
    width: 325px;
  }
}

@media only screen and (max-width: 600px) {
  .mittas {
    width: 319px;
  }
}

@media only screen and (max-width: 600px) {
  .bottom-left {
    position: absolute;
    bottom: 9px;
    right: 33px;
    left: 33px;
  }
}

@media only screen and (max-width: 600px) {
  .hero {
    height: 20vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 600px) {
  .media {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-align: start;
    background-color: aliceblue;
    padding: 25px 12px 0;
    margin-top: 24px;
  }
}

.employes h5 {
  font-size: 29px;
  font-weight: 500;

}

.card-title {
  margin-bottom: 0.75rem;
  font-size: 21px;
  font-weight: 600;
}

.villas {
  position: relative;
  text-align: center;
  color: white;
}

.top-right {
  position: absolute;
  top: 25px;
  right: 57px;
}

@media only screen and (max-width: 600px) {
  .btn-primary {
    color: #fff;
    background-color: #50bac7;
    border-color: #50bac7;
    width: 145px;
    height: 44px;
    line-height: 24.5px;
    margin-left: -34px;
  }
}

@media only screen and (max-width: 600px) {
  .top-right {
    position: initial;
    top: 162px;
    right: 86px;
    margin-top: 49px;
  }
}

.price {
  font-weight: 600;
  margin-left: -125px;
}

.text-secondary {
  color: #FFFFFF99 !important;
}

@media only screen and (max-width: 600px) {
  .text-secondary {
    color: #FFFFFF99 !important;
    margin-left: -15px;
    font-size: 14px;
  }
}

.dolors {
  margin-left: -149px;
}

.hero-1 {
  height: 27vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wrapper {
  width: 569px;
  font-family: 'Helvetica';
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  .wrapper {
    width: 330px;
    font-family: 'Helvetica';
    font-size: 14px;
  }
}

.mitta-1 {
  width: 25.8rem;
}

@media only screen and (max-width: 600px) {
  .mitta-1 {
    width: 21rem;
  }
}

.health-services {
  padding: 54px 0 0;
}


@media only screen and (max-width: 600px) {
  .card-text {
    margin-bottom: 0;
    margin-left: 6px;
  }
}

@media only screen and (max-width: 600px) {
  .hero-1 {
    height: 76vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  margin-left: -19px;
}

.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
  counter-reset: progress;
}

.StepProgress::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
  border-left: 2px dotted rgb(0 0 0 / 22%);
}

.StepProgress-item:not(:last-child) {
  padding-bottom: 25px;
}

.StepProgress-item {
  position: relative;
  counter-increment: progress;
  color: #00000099;
}

.StepProgress-item::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}

.StepProgress-item::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -11px;
  left: -48px;
  width: 37px;
  height: 35px;
  border: 8px solid #fff;
  border-radius: 50%;
  background-color: #FFF;
  content: counters(progress, ".") " ";
  color: #000000;
  text-align: center;
  /* margin-top: -1px; */
  font-weight: bold;
  font-size: 20px;
}

.col_white_amrc {
  color: #FFF;
}

footer {
  width: 100%;
  background-color: #263238;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
}

.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}

footer p {
  font-size: 13px;
  color: #CCC;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.mb10 {
  padding-bottom: 15px;
}

.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
  color: #CCC;
}

.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}

.fleft {
  float: left;
}

.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.footer_ul2_amrc li p {
  display: table;
}

.footer_ul2_amrc li a:hover {
  text-decoration: none;
}

.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.foote_bottom_ul_amrc li {
  display: inline;
}

.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}

.links {
  line-height: 2;
}

input[type="email"] {
  display: inline-block;
  width: 97%;
  padding: 18px 8px;
  margin: 8px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 46px;
  margin-top: -1px;
  border-radius: 0px;
  border: none;
  box-shadow: 0 20px 30px 0 rgb(0 0 0 / 6%);
}

/* input,
input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 3;
} */

.rights {
  margin-top: 19px;
}

@media only screen and (max-width: 600px) {
  .rights-1 {
    font-size: 14px;
  }
}

.bt {
  margin-left: -89px;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 11px 16px;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  background-color: #50BAC7;
  color: #fff;
  width: 85px;
}

.pvt {
  margin-left: 273px;
}

@media only screen and (max-width: 600px) {
  .pvt {
    margin-left: 2px;
  }
}

.v-line {
  border-left: 2px solid #ffffffe3;
  height: 42px;
}

.carousel .carousel-item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}

.carousel .media img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
}


.carousel .overview b {
  text-transform: uppercase;
  color: #000000;
}

.carousel .carousel-indicators {
  bottom: -58px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 1px 3px;
  box-sizing: border-box;
}

.carousel-indicators li {
  background: #e2e2e2;
  border: 4px solid #fff;
}

.carousel-indicators li.active {
  color: #fff;
  background: #c1c8cf;
  border: 5px double;
}

.home-section {
  padding: 45px 0 0;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-align: start;
  background-color: aliceblue;
  padding: 25px 12px 0;
}

.overview {
  margin-left: 173px;
  color: #6f7274;
}

@media only screen and (max-width: 600px) {
  .overview {
    margin-left: 117px;
    color: #6f7274;
  }
}

.hr-lines {
  margin-top: 0rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 3px solid #212529;
  width: 68px;
  /*-- margin-left: 601px;*/
}

@media only screen and (max-width: 600px) {
  .hr-lines {
    margin-top: 0rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #212529;
    width: 68px;
    margin-left: 145px;
  }
}

.previous {
  margin-left: -84px;
  margin-top: 68px;
}

.next {
  margin-left: 1139px;
  margin-top: -85px;
}

.special {
  margin-top: -153px;
}

.btn-info {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

@media only screen and (max-width: 600px) {
  .protection {
    width: 359px;
  }
}

@media only screen and (max-width: 600px) {
  .previous {
    margin-left: 193px;
    margin-top: -22px;
  }

  .next {
    margin-left: 16px;
    margin-top: -32px;
  }

  .special {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .madhapur {
    margin-left: 43px;
  }
}

.hr-heading {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 3px solid #212529;
  width: 68px;
  margin-left: -390px;
}

.hr-link {
  margin-top: 0rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 3px solid #212529;
  width: 68px;
  margin-left: 3px;
}

/* DEMO 1 ============================== */
.hover-1 img {
  width: 105%;
  top: 0;
  left: -5%;
  transition: all 0.3s;
}

.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
}

.hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.hover-1:hover .hover-1-content {
  bottom: 2rem;
}

.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.hover-1:hover img {
  left: 0;
}

.hover-1:hover .hover-overlay {
  opacity: 0;
}

.content {
  position: relative;
  width: 107%;
  max-width: 414px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  /* background: rgba(0,0,0,0.7); */
  position: absolute;
  height: 64%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background-color: #50bac766;
  background-image: linear-gradient(#285d6485, #285D64B3);
}


.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .content-image {
    width: 95%;
  }
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 35%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.contact-form {
  background: #fff;
  margin-top: 2%;
  margin-bottom: 5%;
  width: 110%;
  padding: 37px 44px 13px;
}

@media only screen and (max-width: 600px) {
  .contact-form {
    background: #fff;
    margin-top: 6%;
    margin-bottom: 7%;
    width: 100%;
    padding: 37px 44px 13px;
  }
}

.forms {
  width: 100%;
  display: grid;
  grid-gap: 19px;
  padding-top: 20px;
}

@media only screen and (max-width: 600px) {
  .forms {
    width: 100%;
    display: grid;
    grid-gap: 0px;
    padding-top: 14px;
  }
}

.sector {
  margin-left: 117px;
  margin-top: 29px;
}

@media only screen and (max-width: 600px) {
  .sector {
    margin-left: -10px;
    margin-top: 29px;
  }
}

@media only screen and (max-width: 600px) {
  .vegas {
    font-size: 30px;
  }
}

.madhapur {
  margin-left: 140px;
}

@media only screen and (max-width: 600px) {
  .hr-heading {
    margin-top: 3rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #212529;
    width: 68px;
    margin-left: -369px;
  }
}

@media only screen and (max-width: 600px) {
  .madhapur {
    margin-left: 10px;
  }
}

.icons {
  color: #50bac7;
}

.inputGroup {
  width: 100%;
  position: relative;
}

.inputGroup1 {
  grid-column: 1;
  grid-row: 1;
}

.inputGroup2 {
  grid-column: 2;
  grid-row: 1;
}

.inputGroup3 {
  grid-column: 1;
  grid-row: 2;
}

.inputGroup4 {
  grid-column: 2;
  grid-row: 2;
}

.inputGroup5 {
  grid-column: 1 / span 2;
  grid-row: 3;
}

.inputGroup6 {
  grid-column: 1 / span 2;
  grid-row: 4;
}

.inputGroup7 {
  grid-column: 2;
  grid-row: 5;
  text-align: right;
  margin-left: -365px
}

@media only screen and (max-width: 600px) {
  .inputGroup7 {
    grid-column: 2;
    grid-row: 5;
    text-align: right;
    margin-left: -417px;
    margin-top: 127px;
  }
}

.inputGroup__textfield {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 13px;
  padding: 9px;
  border: 1px solid #FFF;
  outline: 0;
  border-radius: 0;
  transition: border 0.3s ease-in-out;
  background-color: #F6F6F6;
}

.inputGroup__textfield:focus,
.inputGroup__textfield:active {
  border: 1px solid #D9D9D9;
}

.modal-header {
  border-bottom: none !important;
}

.modal-body .text {
  font-weight: 400;
  font-size: 27px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.modal-header .close {
  padding: 0 6px 0;
  margin: 0 -10px 0;
  font-size: 20px;
  background: #000000;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.modal-body .highlight {
  color: #c31717;
  font-weight: bold;
  margin-left: 0px;
  font-size: 25px;
  line-height: 44px;
}

.modal-body .w-50 {
  width: 33% !important;
}

.modal-body .btn-primary {
  color: #fff;
  background-color: #231F20;
  border-color: #231F20;
  width: auto;
  height: auto;
  line-height: initial;
  font-size: 16px;
  border-radius: 6px;
  padding: 10px 24px;
}

button {
  padding: 10px;
  border: 0;
  background: #000;
  cursor: pointer;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
  /* box-shadow: 0px 5px 10px 0 rgb(0 0 0 / 10%); */
}

button,
select {
  text-transform: none;
}

button:hover {
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.2);
}


/* STYLES FOR VALIDATION WARNING */
.hf-warning {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  transform: translate(-15%, -50%) !important;
  background: orangered !important;
  display: inline-block !important;
  padding: 7px 14px !important;
  color: #FFFFFF !important;
  font-size: 11px !important;
  font-family: sans-serif;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  border: 0 !important;
  border-radius: 2px !important;
}

.hf-warning:after {
  content: "";
  width: 10px;
  height: 10px;
  background: orangered;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  right: 15px;
  transform: rotate(45deg);
}


@media screen and (max-width: 480px) {
  form {
    display: flex !important;
    flex-wrap: wrap;
  }

  form>div {
    margin-bottom: 30px;
  }
}

.contact-section {
  background-color: #F6F6F6;
  padding: 21px 8px 1px;
}

.global {
  margin-left: -87px;
}

.carousel-control-prev {
  left: -9px;
  top: 20px;
}

.carousel-control-next {
  right: 0;
  top: 20px;
}

/* today css */
.health-tourism {
  padding: 57px 0 0;
}

.health {
  width: 824px;
}

@media screen and (max-width: 480px) {
  .health {
    width: 304px;
  }
}

@media screen and (max-width: 480px) {
  .educational {
    margin-top: 21px;
  }
}

.tourism {
  margin-top: -10px
}

.care {
  margin-left: 65px;
  margin-top: 22px
}

.doctors {
  width: 305px;
}

@media screen and (max-width: 480px) {
  .doctors {
    width: 305px;
    margin-left: 10px;
  }
}

.tourism h3 {
  color: #50BAC7;
  font-weight: 600;
}

.wrappers {
  width: 569px;
  font-family: 'Helvetica';
  font-size: 14px;
  margin-left: 27px;
  margin-top: -12px;
}

@media screen and (max-width: 480px) {
  .wrappers {
    width: 342px;
    font-family: 'Helvetica';
    font-size: 14px;
    margin-left: -17px;
    margin-top: -14px;
  }

}

.mittas-img {
  width: 1581px;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  width: 100px;
  margin-left: -148px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
  padding: 1px 11px 0;
  border-radius: 10px;
}

.submit-1 {
  margin-left: -396px;
  margin-top: -11px;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  width: 256px;
  margin-left: -148px;
}

@media screen and (max-width: 480px) {
  .submit-1 {
    margin-left: -517px;
    margin-top: 85px;
  }
}

.mitta-submit {
  margin-top: 62px;
  margin-left: 5px;
}

/* today csss */
.doctors-1 {
  width: 348px;
}

.shadow-sm,
.shadow-sm--on-hover:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(132, 138, 163, 0.1) !important
}

.gradient-light--lean-left {
  background-image: -webkit-linear-gradient(110deg, #f2f3fa 0%, #fcfdff 100%);
  background-image: -ms-linear-gradient(110deg, #f2f3fa 0%, #fcfdff 100%)
}

.color--heading {
  color: #101f41 !important
}

.color--text {
  color: #4f5464 !important
}


.text-white {
  color: #fff !important;
}


.background--white,
.bg-white {
  background-color: #fff !important
}

.background--brand,
.background--primary,
.bg-brand,
.bg-primary {
  background-color: #4d5bed !important;
  color: #fff
}

a {
  text-decoration: none !important;
}

/* The Close Button */
.close {
  color: #0e0d0d;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.column {
  float: left;
  width: 25%;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.next-1 {
  right: 5px;
  border-radius: 3px 0 0 3px;
  top: 333px;
}

.prev-1 {

  top: 17%;
  width: auto;
  padding: 16px;

}

.row>.column {
  padding: 0 8px;
}

header .btn-primary {
  color: #fff;
  background-color: #3b6daf;
  border-color: #3b6daf;
  width: 100%;
  height: 43px;
  line-height: 3.5px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.closes {
  color: #eb1111;
  position: absolute;
  top: 149px;
  right: 117px;
  font-size: 35px;
  font-weight: bold;
  z-index: 11;
}

.careers-section span {
  font-weight: 600;
}

.btn-dark {
  color: #fff;
  background-color: #68c5e6;
  border-color: #68c5e6;
  margin-left: 62px;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.btn-warning {
  color: #212529 !important;
  background-color: #ffdd00;
  border-color: #ffdd0e;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
}
.container-fluid {
  width: 92%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.text-warning {
  color: yellow !important;
  font-size: 15px !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1276;
  }
}

@media only screen and (max-width: 600px) {
  .treatment {
    width: 352px;
    height: 239px
  }

  .column {
    float: left;
    width: 115%;
    margin-top: 29px;
    text-align: center;
  }

  .mission-section {
    padding: 33px 24px 0;
  }

  .mittas-img {
    width: 417px;
  }

  .item {
    background: #D56154D9;
    text-align: center;
    padding: 20px 19px;
    margin-bottom: 4px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    width: 258px;
  }

  .item-misson {
    background: #3A7252D9;
    text-align: center;
    padding: 40px 18px;
    margin-bottom: 4px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    width: 267px;
  }

  .item-vision {
    background: #5C5FA7D9;
    text-align: center;
    padding: 30px -1px;
    margin-bottom: 4px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    width: 281px;
  }

  .v-line {
    border-left: 2px solid #ffffffe3;
    height: 42px;
  }

  .links {
    line-height: 1.5;
  }
}

.higher {
  height: 258px !important;
}

@media only screen and (max-width: 600px) {
  .higher {
    height: 223px !important;
    width: 95% !important;
  }
}

.mission-section img {
  width: 100%;
  height: 400px;
}

ul li {
  list-style: none;
}

.gallery-section .column img {
  height: 370px;
  margin-bottom: 22px;
}

#webcoderskull-law-area h2 {
  font-weight: 400;
}

.webcoderskull-item {
  border: 1px solid #68c5e6;
  margin-bottom: 45px;
  padding: 22px;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  box-shadow: 0 1px 3px rgba(114, 120, 220, 0.12), 0 1px 2px rgba(114, 120, 220, 0.24);
  text-align: center;
}

.webcoderskull-item .fa {
  font-size: 35px;
  margin-bottom: 30px;
}

.webcoderskull-item h3 a {
  color: #474747;
  font-size: 23px;
  font-weight: 700;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table th,
.price-table td {
  border: 1px solid black;
  padding: 5px 20px 5px;
  text-align: justify;
  font-weight: 700;
  font-size: 14px;
}

.price-table th {
  background-color: #ddd;
}

.price-table td {
  text-transform: uppercase;
}

.price-table tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

.price-table td:nth-child(2) {
  text-align: right;
}

.profile-table td:nth-child(2),
.profile-table td:nth-child(3),
.profile-table td:nth-child(4) {
  text-align: center;
  white-space: nowrap;
}

.profile-table td {
  vertical-align: top;
}

.profile-table {
  border-spacing: 0;
  width: 100%;
}

tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  font-size: 14px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
  border: 2px solid black;
}

.healths h4 {
  font-weight: 700;
}

b,
strong {
  font-weight: bolder;
  font-weight: 600;
}

table th,
table td {
  padding: 10px;
  border: 1px solid black;
  text-align: left;
}

th {
  background-color: #f2f2f2;
  font-weight: bold;
}

td {
  vertical-align: middle;
}

tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.banner {
  background-color: #004c99;
  color: white;
  padding: 15px 30px;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  font-size: 24px;
  width: 100%;
}

.text {
  font-weight: 400;
}

.highlight {
  color: #ffdd00;
  /* Yellow highlight color */
  font-weight: bold;
  margin-left: 10px;
}

.text-end {

  text-align: end;
}

.profile-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.profile-container h1 {
  text-align: center;
  background-color: #37a9cbd1;
  padding: 10px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

/* Pregnancy Profile Large */
.pregnancy-large {
  background-color: #ffcccc;
  padding: 20px;
  border-radius: 8px;
}

/* New Styling for Surgical Profile Large */
.surgical-large {
  background-color: #0189ad6b;
  padding: 20px;
  border-radius: 8px;
  color: #000;
}

/* Grid layout for profiles */
.profiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
  gap: 8px;
  margin-top: 20px;
}

/* Profile cards */
.profile,
.physiotherapy {
  padding: 20px;
  border-radius: 8px;
}

/* Background colors for different profiles */
.basic-health {
  background-color: #d5c0e0;
  /* Light purple background */
}

.anemia {
  background-color: #fff285;
  /* Light yellow background */
}

.pregnancy-basic {
  background-color: #f2a3b1;
  /* Light pink background */
}

.pregnancy-medium {
  background-color: #fffbdb;
  /* Cream background */
}

.surgery-basic {
  background-color: #cbe8ff;
  /* Light blue background */
}

.surgery-medium {
  background-color: #fef3b1;
  /* Light yellow background */
}

.pregnancy-large {
  background-color: #f2a3b1;
  /* Light pink background */
}

.physiotherapy {
  background-color: #d0f1cf;
  width: 106%;
}

.profiles ul {
  padding: 0;
}

/* Headings */
.profiles h2 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.profiles ul {
  list-style-type: none;
  margin-bottom: 15px;
  min-height: 89px;
}

.profiles li {
  font-size: 14px;
  line-height: 1.6;
}





.physio-prices {
  margin-top: 10px;
  display: flex;
  text-align: center;
}

.regular-price,
.special-price {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 5px;
}

.special-price {
  background-color: #dc3545;
  color: white;
}

/* Packages for physiotherapy */
.packages p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.price-container {

  text-align: end;
}



.custom-services,
.custom-special-packages {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0;
  min-height: 362px;
}

.custom-services h3,
.custom-special-packages h3 {
  /* background-color: #0189ad; */
  color: #30518b;
  padding: 5px;
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  /* text-decoration: underline; */
}

.custom-services ul,
.custom-special-packages ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
}

.custom-services ul li,
.custom-special-packages ul li {
  padding: 5px 0;
  font-size: 1.1em;
}

.custom-contact-info {
  margin-top: 20px;
  font-size: 1.2em;
  color: #d12d33;
}

.custom-special-packages .custom-offer {
  text-align: center;
  margin-top: 20px;
}

.custom-limited-offer {
  background-color: #d12d33;
  color: #fff;
  font-size: 1.3em;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.custom-price {
  font-size: 2em;
  font-weight: bold;
  color: #2d8f33;
}

.custom-price span {
  display: block;
}

.custom-price-value {
  font-size: 2.5em;
  background-color: #ffea00;
  padding: 5px;
  display: inline-block;
  margin-top: 5px;
}

ul.custom-grid-list li {
  font-size: 14px;
  background: url(../images/ok-mark.png) no-repeat 0 10px;
  padding-left: 34px;
  list-style: none;
  margin-left: 2px;
  line-height: 2.4;
  color: #000;
  font-weight: 800;
}

/* New Css */

/* Card Styling */
.profile-card {
  border-radius: 10px;
  text-align: left;
  position: relative;
  height: 100%;
  padding: 30px !important;
  border-left: 8px solid transparent;
}

.strikediag {
  display: inline-block;
  position: relative;
}

.strikediag::before  {
  content: "";
  position: absolute;
  top: 39%;
  left: 193px;
  width: 32%;
  height: 2px;
  background: #ff0000;
  transform: rotate(336deg);
}

/* Specific Background Colors */
.blue-bg {
  background-color: #d7f4ff;

}

.yellow-bg {
  background-color: #fffde0;

}

.pink-bg {
  background-color: #ffe5e5;

}

.green-bg {
  background-color: #e7fce7;

}

.profile-card h3 {
  font-size: 25px;
  margin-bottom: 21px;
  color: #26809B;
  font-weight: 600;
  margin-top: 24px;
}

/* Card Description */
.profile-card p {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
}


/* Physiotherapy Card Styling */
.physio-card {
  border-radius: 10px;
  text-align: left;
  position: relative;
  padding: 20px;
  background-color: #d7f4ff;
}

.main-title {
  font-size: 24px;
  color: #4bc1c9;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.main-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #3b6daf;
  margin: 0;
}

.physio-card p {
  color: #000000CC;
  font-weight: 700;
  font-size: 19px;
}

.advanced-title {
  color: #E40327;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}

.regular-price {
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}

.regular-price span {
  font-weight: bold;
}


/* Right Column Styling */
.package-title {
  font-weight: bold;
  color: #E40327;
}

.packages-list {
  list-style: none;
  padding: 0;
}

.packages-list li {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}


/* Services and Packages Card */
.services-card {
  background-color: #fff6d7;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}



/* List Styling */
.services-list,
.packages-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.services-list li,
.packages-list li {
  font-size: 18px;
  line-height: 2;
  color: #333;
  font-weight: 600;
}

.ribbon-h {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 40px 0 18px;
  font-size: 18px;
  background: #ff0000;
  color: #fff;
  box-sizing: border-box;
  left: -24px;
  top: -9px;
  font-weight: 500;
  font-size: 25px;
  width: 42%;
}

.ribbon-h::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff6d7 transparent transparent;
  border-style: solid;
}

.services-list li span,
.packages-list li span {
  color: #E40327;
  font-size: 20px;
  margin-right: 10px;
}

.price-badge {
  position: absolute;
  top: -16px;
  left: 502px;
  width: 143px;
  height: 109px;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  padding: 17px;
  font-size: 16px;
  line-height: 1.4;
}

.price-badge span {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.price-badge small {
  font-size: 12px;
  font-weight: normal;
}

.header-banner {
  background-color: #ff0000;
  color: #fff;
  font-size: 25px;
  text-align: left;
  padding: 11px;
}

.form-row input {
  font-size: 14px;

}

input {
  font-size: 14px !important;
}

/* Form Styles */
form {
  font-size: 16px;
  /* Default font size for the entire form */
}

.form-row label {
  font-size: 14px;
}

/* Style for all input fields, selects, and textareas */
form .form-control {
  font-size: 14px !important;
  /* Font size for inputs, selects, and textareas */
  height: 50px;
  /* Consistent height for all fields */
  padding: 10px 16px;
  /* Adjust padding for better spacing */
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  /* Slightly rounded corners for better aesthetics */
}

/* Adjust for textareas to allow them to expand naturally */
form textarea.form-control {
  height: auto;
  min-height: 100px;
  /* Minimum height for textareas */
  padding: 10px;
}


/* Responsive */
@media (max-width: 768px) {
  .price-badge {
    top: 477px;
    right: 2px;
    width: 141px;
    height: 88px;
    left: -30px;
  }

  .ribbon-h {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 40px 0 18px;
    font-size: 18px;
    background: #ff0000;
    color: #fff;
    box-sizing: border-box;
    left: -24px;
    top: -9px;
    font-weight: 500;
    font-size: 25px;
    width: 100%;
  }

  .header-banner {
    background-color: #ff0000;
    color: #fff;
    font-size: 27px;
    text-align: center;
    padding: 0 48px 0;
    margin-top: 33px;
  }

  .header-banner {
    top: 0;
  }

  .header-banner .title {
    font-size: 20px;
    margin-left: 0 !important;
  }
}


.ribbon {
  width: 150px;
  height: 70px;
  background-color: #FF3B00;
  /* Bright Red Color */
  color: white;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 70px;
  border-radius: 5px 5px 0 0;
}

/* Create the triangular bottom part */
.ribbon::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 20px solid #FF3B00;
  /* Matches the top part */
}

/* Add dashed lines */
.ribbon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  border-top: 0px dashed white;
  margin-top: -2px;
}

.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
}

.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 53px solid transparent;
  border-right: 53px solid transparent;
  border-top: 10px solid #F8463F;
}

.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  font-size: 17px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
  color: #fff;
}

.ribbon1 span:before,
.ribbon1 span:after {
  position: absolute;
  content: "";
}

.ribbon1 span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  background: #F8463F;
}

.ribbon1 span:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: #C02031;
}

.modal-body .strikediag::before {
  content: "";
  position: absolute;
  top: 46%;
  left: -2px;
  width: 95%;
  height: 2px;
  background: #ff0000;
  transform: rotate(354deg);
}

.ribbon-v {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 2px 0;
  width: 112px;
  height: 96px;
  text-align: center;
  color: white;
  background: #f24949;
  margin: 22px;
  margin-bottom: 50px;
  font-size: 18px;
  top: -15%;
}

.ribbon-v::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 56px solid #f24949;
  border-right: 56px solid #f24949;
  border-bottom: 30px solid transparent;
}

._failed {
  border-bottom: solid 4px #dc3545 !important;
}

._failed i {
  color: #dc3545 !important;
}

._success {
  box-shadow: 0 15px 25px #00000019;
  padding: 45px;
  width: 100%;
  text-align: center;
  margin: 40px auto 0;
  border-bottom: solid 4px #28a745;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

._success i {
  font-size: 55px;
  color: #28a745;
}

._success h2 {
  margin-bottom: 12px;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 17px;
  margin-bottom: 17px;
}
._success p {
  margin-bottom: 0px;
  font-size: 17px;
  color: #495057;
  font-weight: 500;
  line-height: 35px;
}contact-wrapper {
  background: #fff;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
  border-radius: 0.75em;
  padding: 2em;
  width: 25em;
}

.login-cta > h2 {
  color: #3e3f5e;
  font-size: 1.75rem;
  text-align: center;
}

.socials-wrapper > header > h2 {
  background: #fff;
  color: #3e3f5e;
  font-size: 1rem;
  position: relative;
  text-align: center;
  z-index: 10;
}
.socials-wrapper > header > h2:after, .socials-wrapper > header > h2:before {
  background: #d3d3e2;
  content: "";
  display: block;
  height: 0.1em;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 17.5%;
}
.socials-wrapper > header > h2:after {
  right: 0;
}
.socials-wrapper > header > h2:before {
  left: 0;
}
.socials-wrapper > ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}
.socials-wrapper > ul > li {
  margin: 0.5em;
}
.socials-wrapper > ul > li > a {
  align-items: center;
  border-radius: 0.5em;
  color: #fff;
  display: flex;
  height: 2em;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease;
  width: 2em;
}
.socials-wrapper > ul > li > a.facebook {
  background-color: #3763d2;
}
.socials-wrapper > ul > li > a.twitter {
  background-color: #1abcff;
}
.socials-wrapper > ul > li > a.twitch {
  background-color: #7b5dfa;
}
.socials-wrapper > ul > li > a.youtube {
  background-color: #fd434f;
}
.socials-wrapper > ul > li > a:hover {
  transform: translatey(-0.25em);
}

form {
  margin: 2em 0;
}
form > .form-row {
  display: flex;
  margin: 0.75em 0;
  position: relative;
}
form > .form-row > span {
  background: #fff;
  color: #000;
  display: inline-block;
  font-weight: 400;
  left: 1em;
  padding: 0 0.5em;
  position: absolute;
  pointer-events: none;
  transform: translatey(-50%);
  top: 50%;
  transition: all 300ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}
form > .form-row > input, form > .form-row > button {
  border-radius: 3px;
  font-family: inherit;
  padding: 1em 0.5em;
  width: 100%;
}
form > .form-row > input {
  font-weight: bold;
  transition: 100ms ease all;
  width: 100%;
}
form > .form-row > input[type=text], form > .form-row > input[type=password] {
  border: 0.075em solid #ddd;
}
form > .form-row > input:valid + span {
  top: 0;
  font-size: 0.9rem;
}
form > .form-row > input:invalid + span {
  top: 50%;
}
form > .form-row > input:focus + span {
  top: 0;
}
form > .form-row > input:required {
  box-shadow: none;
}
form > .form-row > input:focus {
  border-color: #7b5dfa;
  outline: none;
}
form > .form-row > input:focus:invalid {
  box-shadow: none;
  top: 50%;
}
form > .form-row > input:focus:valid {
  top: 0;
}
form > .form-row > button {
  background-color: #064a95;
  border: 0.1em solid #064a95;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  transition: all 300ms ease;
  padding: 12px;
  font-weight: 500;
}
form > .form-row > button:focus {
  border: 0.1em solid #532cf8;
  outline: none;
}
form > .form-row > button:hover {
  background-color: #6744f9;
}.contact-wrapper {
  background: #fff;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
  border-radius: 0.75em;
  padding: 2em;
  width: 25em;
}
.orange-header {
  background-color: #50bac7;
  color: white;
  padding: 10px;
}
.statistics-btn {
  background-color: #007bff;
  color: white;
  border: none;
}
.total-badge {
  display: inline-block;
  padding: 10px;
  background-color: #e1e1e1;
  border-radius: 20px;
  margin-right: 10px;
}
.survey-btn {
  background-color: #007bff;
  color: white;
  border: none;
}
.search-section input {
  margin-bottom: 10px;
}
.table-responsive {
  margin-top: 20px;
}
.table th, .table td {
  text-align: center;
}
.sidebar {
  background-color: #f8f9fa;
  padding: 20px;
}
.sidebar a {
  display: block;
  padding: 10px;
  color: #000;
  margin-bottom: 8px;
  text-decoration: none;
  border-radius: 1px;
  border: 1px solid #ced4da;
  font-size: 14px;
  font-weight: 500;
}
.sidebar a:hover, .sidebar a.active {
  background-color: #50bac7;
  color: white;
  border: #f36f22;
}
.sidebar .sidebar-heading {
  margin-top: 20px;
}
.search-section .btn-primary {
  color: #fff;
  background-color: #3b6daf;
  border-color: #50bac7;
  width: 112px;
  padding: 12px !important;
}
.sidebar h5{
  margin-bottom:20px ;
}
.container-fluid {
  width: 94%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.renew .btn-primary {
  color: #fff;
  background-color: #50bac7;
  border-color: #50bac7;
  width: 139px !important;
  padding: 7px;
}