@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* CSS Document */

/*====================		 Custom font css start 		==================== */

/*////////////////////////////////////////



// General Css



///////////////////////////////////////*/

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
:root {
  --transition: all 0.5s ease-in-out;
  --transformX: translateX(-50%);
  --transform: translateX(-50%, -50%);
  --transformY: translateY(-50%);
  --font-family-poppins: "Poppins", sans-serif;
  --font-family-montserrat: "Montserrat", sans-serif;
  --color-purple-text: #750056;
  --padding-top-180: 180px;
  --padding-top-150: 150px;
  --padding-top-120: 120px;
  --padding-top-60: 60px;
  --padding-bottom-60: 60px;
  --padding-top-100: 100px;
  --padding-bottom-100: 100px;
  --txt-transform-uppercase: uppercase;
  --txt-transform-capitalize: capitalize;
  --font-size-18: 18px;
  --box-shadow: 0 0 21px rgba(117, 0, 86, 0.21);
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  background: #ffffff;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
div,
table,
tr,
th,
td,
figure,
th,
video,
audio,
h1,
h2,
h3,
h4,
h5,
h6,
aside,
canvas,
section,
header,
footer,
nav,
span,
p,
small,
big,
a,
b,
strong,
img,
hr,
pre,
button,
input,
textarea,
optgroup,
ul,
li,
ol,
select,
option,
blockquote,
nav {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-decoration: none;
  list-style-type: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.parent-wrap {
  width: 100%;
  height: 100%;
  display: table;
}
.child-wrap {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 55px;
  line-height: 1.2;
  color: #fff;
}
h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.2;
  color: #f47c30;
  text-transform: uppercase;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 27px;
  line-height: 1.2;
}
h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
h6 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
p {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-size: 15px;
  color: #161616;
}
p:last-child {
  padding-bottom: 0;
}
ul {
  margin-bottom: 0px;
}
input,
textarea {
  font-size: 16px;
  font-weight: 400;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808080;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #808080;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
::selection {
  background: #1f1f1f;
  color: #fff;
}
::-moz-selection {
  background: #1f1f1f;
  color: #fff;
}
::-webkit-selection {
  background: #1f1f1f;
  color: #fff;
}
::-o-selection {
  background: #1f1f1f;
  color: #fff;
}
::-ms-selection {
  background: #1f1f1f;
  color: #fff;
}
.dFlx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.btn {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  font-size: 15px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  vertical-align: middle;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  background: #750056;
  text-transform: uppercase;
  padding: 22px 40px;
  border: 1px solid #750056;
  min-width: 272px;
}
.btn:hover {
  color: #750056;
  background-color: transparent;
  border: 1px solid #750056;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
a:hover {
  text-decoration: none;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-100 {
  margin-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.container {
  max-width: 1476px !important;
  margin: auto;
  padding: 0 15px;
}
.dFlx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.colored p,
.colored h1,
.colored h2,
.colored h3,
.colored h4,
.colored h5,
.colored h6,
.colored .heading h1,
.colored .heading h2,
.colored .heading h3,
.colored .heading h4,
.colored .heading h5,
.colored .heading h6,
.colored ul li {
  color: #fff;
}

.top-nav {
  padding: 15px 0 30px 0;
  background: #bd904f;
}

.top-nav .top-nav-left {
  width: 50%;
}

.top-nav .top-nav-left ul li {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-nav .top-nav-left ul li:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.top-nav .top-nav-left ul li a {
  color: #fff;
}
.top-nav .top-nav-left ul li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.top-nav .top-nav-right {
  width: 50%;
}
.top-nav .top-nav-right ul {
  width: 100%;
  text-align: right;
  align-items: center;
}
.top-nav .top-nav-right ul li {
  display: inline-block;
  text-align: center;
  align-items: center;
}
.top-nav .top-nav-right ul li a {
  background: #875206;
  display: table-cell;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
}
.top-nav .top-nav-right ul li a img {
  text-align: center;
  margin: 0 auto;
  padding-top: 8px;
}
nav {
  background: #fff;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;
}

.menu {
  display: block;
}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li a {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 15px 20px 15px;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
  color: #242424;
  font-family: "Montserrat", sans-serif;
  /* display: flex; */
  margin-top: -10px;
}
.menu li a img {
  height: 100%;
  margin-top: 5px;
  margin-left: 5px;
  display: inline-block;
}
.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 270px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 14px;
  display: block;
  color: #242424;
  background: #fff;
}

.menu ul li a:hover,
.menu ul li:hover > a {
  background: #770058;
  color: #fff;
}

.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li > ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
/*  width: 100%;*/
  padding: 25px 15px;
  background: #374147;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #374147;
  color: #fff;
  text-decoration: none;
}

a.homer {
  background: #9ca3da;
}

@media (min-width: 768px) and (max-width: 979px) {
  .mainWrap {
    width: 768px;
  }

  .menu ul {
    top: 37px;
  }

  .menu li a {
    font-size: 12px;
  }

  a.homer {
    background: #374147;
  }
}

@media (max-width: 991px) {
  .mainWrap {
    width: auto;
    padding: 50px 20px;
  }

  .menu {
    display: none;
  }

  .responsive-menu {
    display: block;
  }

  nav {
    margin: 0;
    background: flex;
    justify-content: center;
    align-items: center;
  }
.main-nav nav{
  display: flex;
  justify-content: space-between;
}
  .menu li {
    display: block;
    margin: 0;
  }

  .menu li a {
    background: #fff;
    color: #797979;
  }

  .menu li a:hover,
  .menu li:hover > a {
    background: #9ca3da;
    color: #fff;
  }

  .menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial;
  }

  .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial;
  }

  .menu ul ul {
    left: 0;
    transform: initial;
  }

  .menu li > ul ul:hover {
    transform: initial;
  }
}
.logo {
  width: auto;
  padding: 18px 0 18px 0;
}
header {
  position: relative;
  z-index: 99;
  position: absolute;
  width: 100%;
  top: 65px;
}
.slider-area {
}
.appoiment-btn {
  background: #770058;
  text-align: center;
  line-height: 1.5;
  margin-left: 28px;
  padding: 9px 0;
  z-index: 9;
/*  position: relative;*/
}
.appoiment-btn::before {
  content: "";
  width: 53px;
  height: 98px;
  transform: skew(-21deg);
  background: #770058;
  position: absolute;
  left: -22px;
  top: 0;
  z-index: -1;
}
.appoiment-btn a {
  color: #fff !important;
  padding: 24px 35px !important;
}
.slider-area .slider-item {
  position: relative;
}
.slider-area .slider-item .container {
  position: absolute;
  z-index: 999;
  width: 1476px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.slider-area .slider-item .caption{
  width: 39%;
}

.slider-area .slider-item .caption p {
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
  padding-right: 13%;
}
.slider-area .slider-item .caption .btn {
  background: #fff;
  color: #770058;
  margin-top: 30px;
}
.slider-area .slider-item .caption .btn:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.slider-area .slick-dots {
  top: 43% !important;
  left: 8% !important;
  width: auto;
}
.slider-area .slick-dots li {
  display: block !important;
  margin: 18px 0 !important;
}
.slider-area .slick-dots li button {
  border: 2px solid #fff !important;
  border-radius: 50% !important;
}
.slider-area .slick-dots li button:before {
  color: transparent !important;
}
.slider-area .slick-active button {
  background: #fff !important;
}
.facility {
  margin-top: -80px;
  z-index: 9;
  position: relative;
}
.facility .facility-left {
  width: 35%;
  background: #320025;
  padding: 25px;
  border-radius: 10px;
}
.facility .facility-left h5 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin: 30px 0 10px 0;
}
.facility .facility-left h4 {
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 35px;
}

.facility .facility-left ul li {
  font-size: 16px;
  color: #fff;
  display: flex;
  margin-top: 15px;
  line-height: 1.9;
}
.facility .facility-left ul li img {
  margin-right: 15px;
}
.facility .facility-left .btn {
  background: #fff;
  color: #770058;
  margin-top: 30px;
  width: 100%;
}
.facility .facility-left .btn:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.facility .facility-right {
  width: 65%;
  padding-left: 20px;
}
.facility-right .dFlx {
  flex-wrap: wrap;
  justify-content: space-between;
}
.facility-right .facility-item {
  width: 30.33%;
  text-align: center;
  padding: 35px 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 8px 10px #0000004d;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  transition: transform ease 300ms;
}
.facility-right .facility-item::before {
  content: "";
  background-image: url(../images/pattern.png);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
}
.facility-right .facility-item img {
  margin: 0 auto;
  position: relative;
}
.facility-right .facility-item h5 {
  font-size: 18px;
  color: #2e2e2e;
  margin: 25px 0 20px 0;
  text-transform: uppercase;
  position: relative;
}
.facility-right .facility-item p {
  font-size: 14px;
  color: #464646;
  position: relative;
}
.facility-right .facility-item:hover {
  background: #770058;
  transform: translate(0, -30px);
}
.facility-right .facility-item:hover h5,
.facility-right .facility-item:hover p {
  color: #fff;
}
.facility-right .facility-item:hover img {
  filter: brightness(0) invert(1);
}
.heading h6 {
  font-size: 32px;
  color: #750056;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.heading h3 {
  font-size: 48px;
  color: #15000f;
  font-weight: bold;
}
.who-we-are-inner {
  padding-bottom: 50px;
}
.who-we-are-inner .dFlx {
  margin-top: 94px;
  align-items: center;
}
.who-we-are-inner .who-we-are-inner-left {
  width: 28%;
  padding-right: 2%;
}
.who-we-are-inner .who-we-are-inner-middle {
  width: 32%;
}
.who-we-are-inner .who-we-are-inner-right {
  padding-left: 2%;
  width: 40%;
}
.wi33 {
  width: 33.33%;
}
.who-we-are-inner .who-we-are-inner-left h6 {
  font-size: 26px;
  color: #750056;
  text-transform: uppercase;
}
.who-we-are-inner .who-we-are-inner-left ul {
  margin: 50px 0;
}
.who-we-are-inner .who-we-are-inner-left ul li {
  padding-bottom: 15px;
  font-size: 16px;
  color: #161616;
  display: flex;
}
.who-we-are-inner .who-we-are-inner-left ul li::before {
  content: "\f101";
  color: #750056;
  font: normal normal normal 20px/1 FontAwesome;
  font-weight: 600;
  padding-right: 8px;
}
.who-we-are-inner .who-we-are-inner-middle img {
  border-radius: 20px;
  margin-bottom: -150px;
}

.who-we-are-inner .who-we-are-inner-right p {
  margin-top: 30px;
}
.callarea {
  background-position: center center;
  background-size: cover;
  padding: 190px 0;
}
.callarea .callarea-left {
  padding-right: 3%;
}
.callarea .callarea-inner {
  width: 50%;
}
.callarea .callarea-inner .callarea-left-card {
  display: inline-block;
  display: flex;
}
.callarea .callarea-inner .callarea-left-card .callarea-left-card-img {
  display: inline-block;
}
.callarea .callarea-inner .callarea-left-card .callarea-left-card-img img {
}
.callarea .callarea-inner .callarea-left-card .callarea-left-card-text {
  display: inline-block;
  width: 80%;
  padding-left: 5%;
}
.callarea .callarea-inner .callarea-left-card .callarea-left-card-text h6 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  display: block;
}
.callarea .callarea-inner .callarea-left-card .callarea-left-card-text p {
  color: #fff;
  margin-top: 20px;
}

.form-sec .container {
  background: #fff;
  border-radius: 30px;
  box-shadow: 12px 15px 62px #b6b6b647;
  padding: 70px 40px;
  padding-bottom: 15px;
  margin-top: -80px;
  z-index: 99;
  position: relative;
}
.form-sec .dFlx {
  margin-top: 30px;
}
.form-sec .form-sec-left {
  width: 58%;
}
.form-sec .form-sec-right {
  width: 42%;
  padding-left: 2%;
}
.form-sec .form-sec-left .dFlx {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.form-control {
  border: 1px solid #a1a1a1;
  border-radius: 20px;
  height: 70px;
  color: #808080;
  font-size: 14px;
  padding: 10px 25px;
  width: 96%;
  position: relative;
}
.form-control:focus {
  border-color: #750056;
  box-shadow: 0px 4px 21px #7500566b;
}
.form-sec .form-sec-left .dFlx .form-group {
  width: 50%;
  margin-bottom: 15px;
  position: relative;
}
.form-sec .form-sec-left textarea {
  width: 98%;
  resize: none;
  height: 140px;
}
.form-sec .form-sec-left .form-group {
  margin-bottom: 15px;
}
select {
  width: 100px;
  height: 17px;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url(../images/drop-arrow.png) no-repeat right white;
  border: 2px double red;
  display: inline-block;
  position: relative;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(../images/calender.jpg) no-repeat;
  width: 26px;
  height: 33px;
  border-width: thin;
}
.opening {
  background: #320025;
  border-radius: 10px;
  padding: 35px 0;
}
.opening h4 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}
.opening table {
  width: 100%;
}
.opening table th {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  padding: 18px 12px;
  border: none;
  display: inline-block;
}
.opening table th span {
  font-size: 13px;
  color: #dd0ea7;
  display: block;
  padding-top: 5px;
}
.opening table tr {
  width: 100%;
}
.opening table tr:nth-child(odd) {
  background: #5f0648;
  border-bottom: 1px solid #320025;
  border-top: 1px solid #320025;
  padding: 8px;
  border-left: 0;
  border-right: 0;
}
.opening table th:first-child {
  width: 210px;
}
.opening table th:nth-child(even) {
  padding-right: 0;
}

.our-services .dFlx {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.our-services .btn {
  height: 100%;
}
.our-services .slick-next,
.slick-prev {
  width: 76px !important;
  height: 72px !important;
  z-index: 99;
}

.our-services .services .ser-item {
  box-shadow: 0px 4px 21px #75005661;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin: 15px;
}
.our-services .services .ser-item img {
  width: 100%;
}
.our-services .services .ser-item h5 {
  font-size: 24px;
  color: #2e2e2e;
  text-transform: uppercase;
}
.our-services .services .ser-item p {
  margin: 20px 0 30px 0;
}
.our-services .services .ser-item a {
  font-size: 15px;
  color: #770058;
  text-transform: uppercase;
  font-weight: 600;
}
.our-services .services .ser-item span {
  padding: 30px;
  display: block;
}

.our-services .slick-sliderWrp {
  overflow: hidden;
}

.our-services .slick-sliderWrp {
  overflow: hidden;
  /*margin-left: 10%;*/
  padding-left: calc(((100% - 1470px) / 2) + 0.75rem);
  margin-top: 50px;
}

.our-services .slick-sliderWrp .slick-slider {
  width: 2500px;
  /*width: 100%;*/
}
.our-services .slick-next {
  right: 36% !important;
}
.pati-info {
  background: #750056;
}
.pati-info .heading h6 {
  color: #fff;
}
.pati-info .heading h3 {
  color: #fff;
}
.pati-info .dFlx {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pati-info .heading {
  width: 60%;
}
.pati-info .dFlx p {
  width: 40%;
  color: #fff;
}
.pati-info .pation-info {
  margin: 0 -15px;
  margin-top: 50px;
}
.pati-info .pation-info .pation-info-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 15px;
}
.pati-info .pation-info .pation-info-item::before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(81, 0, 60, 0) 0%,
    rgba(81, 0, 60, 0) 1%,
    rgb(81 0 60 / 81%) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.pati-info .pation-info .pation-info-item img {
  position: relative;
  width: 100%;
}
.pati-info .pation-info .pation-info-item .pation-info-content {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 50px 30px;
}
.pati-info .pation-info .pation-info-item .pation-info-content h5 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 999;
}
.pati-info .pation-info .pation-info-item .pation-info-content p {
  color: #fff;
  position: relative;
  z-index: 999;
}
.pati-info .slick-dots li button:before {
  font-size: 10px !important;
  color: #fff !important;
  opacity: inherit !important;
}

.pati-info .slick-dots li.slick-active button:before {
  font-size: inherit !important;
  height: 8px !important;
  border-radius: 50px !important;
  width: 30px !important;
  background: #fff;
  margin-top: 5px;
  margin-right: 5px;
}
.pati-info .slick-dots {
  bottom: -67px !important;
}
.footer-up {
  padding: 80px 0;
}
.footer-up .footer-up-head {
  width: 50%;
}
.footer-up .footer-up-head h3 {
  color: #000;
  font-size: 40px;
}

.footer-up .footer-up-call img {
  height: 100%;
  padding-right: 10px;
}

.footer-up .footer-up-call span h4 {
  font-size: 30px;
  color: #2e2e2e;
}
.footer-up .footer-up-call span h6 {
  font-size: 20px;
  color: #2e2e2e;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer-up .dFlx {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer {
  padding: 80px 0;
  background-size: cover;
}
footer .wi25 {
  width: 25%;
  padding-right: 40px;
}
footer .wi25 h4 {
  font-size: 22px;
  color: #bd8f4f;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
}
footer .wi25 p {
  color: #fff;
}
footer .wi25 .addre {
  display: flex;
  margin-bottom: 35px;
  align-items: center;
}
footer .wi25 .addre img {
  height: 100%;
  margin-right: 20px;
}
footer .wi25 .addre p {
  font-size: 14px;
}
footer .wi25 .addre p a {
  color: #fff;
}
footer .wi25 .addre:last-child {
  margin-bottom: 0px;
}

footer .wi25 .footer-link ul li {
  position: relative;
  font-size: 14px;
  color: #fff;
  margin-bottom: 21px;
}
footer .wi25 .footer-link ul li::before {
  content: "";
  width: 20px;
  height: 1px;
  border-top: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 8px;
}
footer .wi25 .footer-link ul li a {
  color: #fff;
  padding-left: 37px;
  transition-duration: 0.5s;
}
footer .wi25 .footer-link ul li a:hover {
  color: #750056;
}

footer .wi25 .newsletter .form-group .form-control {
  height: 58px;
  border-radius: 20px;
  padding: 15px;
  width: 100%;
  font-size: 14px;
  background: #ffffff21;
  margin-bottom: 20px;
  border: none;
}
footer .wi25 .newsletter .form-group .btn {
  width: 100%;
  font-size: 14px;
}
footer .wi25 .follow {
  margin-top: 46px;
}

footer .wi25 .follow ul.social-icon li {
  display: inline-block;
}
footer .wi25 .follow ul.social-icon li a {
  background: #4a0037;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 10px;
  display: block;
  text-align: center;
  line-height: 37px;
  margin-right: 10px;
}
footer .wi25 .footer-link ul li:last-child {
  margin-bottom: 0;
}
.copyright {
  text-align: center;
  background: #4a0037;
  padding: 20px 0;
}
.copyright p {
  color: #d6d6d6;
  font-size: 14px;
}
#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #750056;
  text-indent: -9999px;
  z-index: 9999;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: #27001d;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
/****************inner*****************************/
.inner-banner {
  padding: 150px 0 100px 0;
  text-align: center;
  background-size: cover;
}
.inner-banner h2 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 30px;
}

.inner-banner ul li {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
.inner-banner ul li:last-child::before {
  content: "/";
  padding-right: 10px;
  padding-left: 10px;
}
.inner-banner ul li a {
  color: #fff;
  font-weight: 500;
}
.medical-director .who-we-are-inner-middle img {
  margin-bottom: 0;
}
.medical-director .who-we-are-inner-middle {
  width: 40%;
}
.medical-director .who-we-are-inner-left {
  width: 25%;
}
.medical-director .who-we-are-inner-right {
  width: 35%;
}
.medical-director .who-we-are-inner-left ul {
  margin: 30px 0;
}
.medical-director .who-we-are-inner-left .btn {
  margin-top: 30px;
}
.whowearea-inner .who-we-are-inner-left {
  width: 25%;
}
.whowearea-inner .who-we-are-inner-right {
  width: 25%;
}
.whowearea-inner .who-we-are-inner-middle {
  width: 50%;
}
.whychooseus {
  background-position: center center;
  background-size: cover;
  padding: 150px 0 100px 0;
}
.whychooseus-left {
  width: 30%;
}
.whychooseus-right {
  width: 70%;
}
.whychooseus-right .dFlx {
  flex-wrap: wrap;
  justify-content: space-between;
}
.whychooseus-right .facility-right .facility-item:hover {
  background: #ad0682;
}
.whychooseus-left h3 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.whychooseus-left .btn {
  background: #fff;
  color: #770058;
}
.whychooseus .dFlx {
  align-items: center;
}
.inner-main-heading {
  padding-left: 10%;
  width: 80%;
}
.payment-option-inner {
  padding: 150px 0 100px 0;
  margin-top: -100px;
}
.payment-option-inner h6 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}
.payment-option-inner h3 {
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.payment-option-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.payment-option-inner ul li {
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
  display: flex;
}

.payment-option-inner ul li span {
  padding-left: 10px;
}
.mtb-30 {
  margin: 30px 0;
}
ul.ul-d {
  margin-top: 30px;
}
ul.ul-d li {
  padding-bottom: 15px;
  font-size: 16px;
  color: #161616;
  display: flex;
}
ul.ul-d li::before {
  content: "\f101";
  color: #750056;
  font: normal normal normal 20px/1 FontAwesome;
  font-weight: 600;
  padding-right: 8px;
}
.our-value-main .who-we-are-inner-right h6 {
  font-size: 26px;
  margin-top: 30px;
  color: #750056;
  text-transform: uppercase;
}
.our-value-main .who-we-are-inner-right {
  width: 35%;
}
.our-value-main .who-we-are-inner-middle {
  width: 40%;
}
.what-client-say {
  padding: 190px 0 100px 0;
}
.what-client-say .heading {
  text-align: center;
}
.what-client-say .heading h6,
.what-client-say .heading h3 {
  color: #fff;
}
.what-client-say .testimonials {
  text-align: center;
}
.what-client-say .testimonials .image-area {
  margin: 50px 0 30px 0;
}
.what-client-say .testimonials .image-area img {
  margin: 0 auto;
  border-radius: 50%;
  height: 135px;
  width: 135px;
  object-fit: cover;
}
.what-client-say .testimonials p {
  color: #fff;
  font-style: italic;
  width: 66%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.what-client-say .testimonials h5 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}
.what-client-say .slick-dots li button:before {
  font-size: 10px !important;
  color: #fff !important;
  opacity: inherit !important;
}

.what-client-say .slick-dots li.slick-active button:before {
  font-size: inherit !important;
  height: 8px !important;
  border-radius: 50px !important;
  width: 30px !important;
  background: #fff;
  margin-top: 5px;
  margin-right: 5px;
}
.what-client-say .slick-dots {
  bottom: -67px !important;
}

.cont-box-inner .box {
  width: 33.33%;
  position: relative;
  padding: 0 35px;
}

.cont-box-inner .box .box-inner {
  transition: var(--transition);
  background-color: #fff;
  box-shadow: 0 0 21px rgba(117, 0, 86, 0.21);
  position: relative;
  padding: 60px 35px 40px;
  border-radius: 20px;
  text-align: center;
}
.cont-box-inner .box .box-inner .icon-box {
  background-color: #750056;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: var(--transformX);
  top: -40%;
  padding: 25px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont-box-inner .box .box-inner h6 {
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: var(--txt-transform-uppercase);
  margin-top: 10px;
}
.cont-box-inner .box .box-inner h5 a {
  font-weight: bold;
  color: #750056;
  font-family: var(--font-family-poppins);
  font-size: 21px;
}

.cont-box {
  padding-top: var(--padding-top-180);
}

.cont-box-inner .box .box-inner:hover {
  box-shadow: 0 10px 41px rgba(117, 0, 86, 0.41);
  transform: translateY(-3px);
}

.address-map {
  padding-top: 115px;
  position: relative;
}
.address-map .inner-section {
  background-color: #770058;
  padding-top: var(--padding-top-60);
  padding-bottom: var(--padding-bottom-60);
}
.address-box {
  width: 30%;
}

.address-box .heading {
  margin-bottom: 60px;
}

.address-map .map {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.address-box-inner .icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  margin-right: 35px;
}

.address-box-inner .address {
  width: 78%;
}
.address-box-inner .address p {
  font-size: var(--font-size-18);
  line-height: 2;
  margin-bottom: 15px;
}
.address-box-inner .address p:last-child {
  margin-bottom: 0;
}

.address-box-inner {
  margin: 55px 0;
}

.address-map .map iframe {
  width: 100%;
  height: 100%;
}

.map .tabs {
  position: absolute;
  left: -17%;
  top: 50%;
  transform: var(--transformY);
  width: 34%;
}
.map .tabs a.btn {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: var(--box-shadow);
  width: 100%;
  display: block;
  padding: 30px 25px;
  margin: 30px 0;
  border: none;
  display: flex;
  color: #2e2e2e;
  font-weight: bold;
  text-transform: var(--txt-transform-uppercase);
  font-size: var(--font-size-18);
  align-items: center;
  line-height: 1.6;
  transition: var(--transition);
}
.map .tabs a.btn img {
  transition: var(--transition);
}
.map .tabs a.btn:hover,
.map .tabs .btn.tab.active {
  transform: translateY(-5px);
  background-color: #b98d4d;
  color: #fff;
}
.map .tabs a.btn:hover img,
.map .tabs .btn.tab.active img {
  filter: brightness(0%) invert(100%);
}

.map .tabs a.btn span {
  text-align: left;
  padding-left: 20px;
}

.map-wrapper {
  display: none;
  height: 100%;
}
.map-wrapper.show {
  display: block;
}

.form-section .form-wrapper {
  width: 60%;
  padding-right: 32px;
}
.form-section .mail-id-wrapper {
  width: 40%;
  padding-left: 32px;
}
.form-wrapper .dFlx {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.form-wrapper .dFlx .form-group {
  width: 50%;
  margin-bottom: 15px;
  position: relative;
}

.form-group textarea {
  width: 98%;
  margin-bottom: 15px;
  min-height: 180px;
}

.form-wrapper .dFlx .form-group #upFile + label {
  position: relative;

  width: 96%;
  height: 70px;
  font-size: 14px;
  background: #fff;

  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  border: 1px solid #a1a1a1;
  padding-left: 15px;
}
.form-wrapper .dFlx .form-group #upFile + label span.uplaod-file {
  background: #750056;
  padding: 17px 48px;
  border-radius: 20px;
}
.form-wrapper .dFlx .form-group #upFile + label span.result {
  color: #2e2e2e;
  font-size: 14px;
}

#upFile {
  visibility: hidden;
  display: none;
}

.form-section .form-wrapper form {
  margin-top: 50px;
}

.mail-id-wrapper .address-box-inner .icon {
  border: 1px solid transparent;
  background: #770058;
}
.mail-id-wrapper .address-box-inner {
  align-items: center;
}

.mail-id-wrapper .address-box-inner .icon {
  margin-right: 25px;
}

.mail-id-wrapper .address h6 {
  font-weight: bold;
  margin-bottom: 5px;
}
.mail-id-wrapper .address h5 a {
  font-size: 21px;
  color: #750056;
  font-weight: bold;
}

.diabetes-img-box {
  width: 50%;
  padding-right: 100px;
  position: relative;
}

.diabetes-content {
  width: 50%;
  padding-left: 50px;
}

.diabetes-img-box .big-img {
  height: 90%;
  border-radius: 20px;
  overflow: hidden;
}
.diabetes-img-box .small-pic {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  box-shadow: var(--box-shadow);
}
.diabetes-img-box .big-img img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.diabetes-page .who-we-are-inner .dFlx {
  align-items: stretch;
}
.diabetes-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.callarea.symptom {
  padding-top: var(--padding-top-100);
  padding-bottom: var(--padding-bottom-100);
}

.symptom ul {
  margin-top: 50px;
}

.symptom ul li {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0;
  position: relative;
  padding-left: 25px;
}
.symptom ul li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  transform: var(--transformY);
  background-repeat: no-repeat;
  background: url(../images/arrow-bullet.png) 0 0;
}

.symptom .callarea-right {
  padding-left: 3%;
}

.tools-block h4 {
  color: #750056;
  text-transform: var(--txt-transform-uppercase);
  margin-bottom: 30px;
}
.tools-block ul li {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0;
  position: relative;
  padding-left: 25px;
}
.tools-block ul li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  transform: var(--transformY);
  background-repeat: no-repeat;
  background: url(../images/arrow-bullet-purple.png) 0 0;
}
.tools-block ul {
  margin-bottom: 40px;
}

.tools-box {
  flex-wrap: wrap;
/*  justify-content: space-between;*/
  margin-bottom: 30px;
}
.tools-box .box {
  width: 24%;
  background: #fff;
  box-shadow: 0 5px 5px rgba(89, 89, 89, 0.33);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tools-box .box .box-inner{
  width: 100%;
  height: 100%;
}
.tools-box .box .box-inner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
a.menu-closed{
  display: none;
}
/*15.12.22 Start*/

.tools-box .box{
  margin-right: 2%;
  width: 23.5%;
}
.tools-box .box:nth-of-type(4n + 0){
  margin-right: 0;
}
.different-types-row h4{
  margin-top: 40px;
}
.diabetes-page .who-we-are-inner {
    padding-bottom: 0px;
}

#serviceDEtailsInner .who-we-are-inner-right{
  width: 50%;
}
.inner-banner ul li{
  text-transform: uppercase;
}
#skyeGallery{
  margin-top: -90px;
}
.skyeGalleryInner ul{
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
}
.skyeGalleryInner ul li{
  width: 24.5%;
}

#focusWrap .heading{
  text-align: center;
  margin-bottom: 30px;
  padding-left: 0;
  width: 100%;
}
#focusWrap{
  text-align: center;
}


.PatientCareInner{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.PatientCareInner p{
  color:#fff;
}
.PatientCareInnerleft{
  width: 48%;
}
.PatientCareInnerRight{
  width: 48%;
}

.PatientCareThreeBoxWrap{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
  z-index: 99;
}
.PatientCareBox{
  width: 32%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 8px 10px #0000004d;

}

#PatientCareWrap{
  position: relative;
}
#PatientCareWrap:after{
  width: 100%;
  height: 150px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
}
.PatientCareBox h6{
  text-align: center;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      color:#2e2e2e;
}
.PatientCareBoxContent{
  padding-top: 25px;
}
.PatientCareBoxContent ul li{
  position: relative;
  
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 5px 0;
  padding-left: 25px;
}
.PatientCareBoxContent ul li:before{
  width: 12px;
  height: 12px;
  position: absolute;
  background: #770058;
  border-radius: 50%;
  display: block;
  left: 0px;
    top: 8px;
  content: '';
}

#PopWrap .subHead{
  text-align: center;
  padding-bottom: 50px;
  width: 80%;
  margin: auto;
}
#PopWrap .subHead h5{
  font-size: 24px;
  color: #2e2e2e;
}

#PopWrap .facility-right .facility-item{
      margin-left: 0px;
    margin-right: 0px;
    width: 32.5%;
}
.mobile-show{
    display: none;
}
.services-slider .owl-stage{
  display: flex;
}
.services-slider .item{
  height: 100%;
  padding: 30px 15px;
}
.services-slider .item .ser-item{
  height: 100%;
}
.our-services .services .ser-item{
  margin: 0 !important;
}

.services-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.services-slider button.owl-prev {
    position: absolute;
    left: -35px;
}
.services-slider button.owl-next {
    right: 0px;
}
.pati-info .pation-info .pation-info-item{
  margin: 0 !important;
}
.pati-info .pation-info a{
  margin: 0 15px !important;
}



.our-history1 h3{
  text-transform: uppercase;
  color: #750056;
  margin-bottom: 10px;
}
.our-history1 h2 {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    color: #15000f;
    text-transform: inherit;
}
.our-history1 .who-we-are-inner-middle{
  position: relative;
}
.experience-box {
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #bd904f;
    border-radius: 15px;
    padding: 20px 20px 20px;
}
.experience-box h2 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    font-size: 101px;
    padding-right: 25px;
}
.experience-box h2 span.year {
    font-size: 27px;
    transform: rotate(-90deg);
    display: block;
    right: -35px;
    bottom: 46px;
    width: fit-content;
    position: absolute;
    font-weight: 600;
}
.experience-box h2 span.plus{
  font-size: 64px;
} 
.experience-box h4 {
    font-size: 39px;
    color: #fff;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
}
.our-history1 .who-we-are-inner-middle img {
    margin-bottom: 00px;
}
.our-history1 .who-we-are-inner-middle{
  margin-bottom: -90px;
}

.our-history2 p{
      color: #fff;
      margin-bottom: 30px;
}
.our-history2 p:last-child{
  margin-bottom: 0;
}
.bottom-content p strong{
  display: block;
}

.bottom-content{
  justify-content: space-between;
}

.bottom-content .left, .bottom-content .right{
  width: 48%;
}
.our-history2 .callarea-left {
    padding-right: 7%;
}
.our-history1 .who-we-are-inner {
    padding-bottom: 0px;
}
.our-history1 .who-we-are-inner-right{
  padding-bottom: 30px;
}
.our-history1 .who-we-are-inner .dFlx {
    align-items: flex-start;
}


input[type="file"] {
    line-height: 45px;
}



.wound-care1 h3{
  text-transform: inherit;
}
.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 20px 0 0 0;
  list-style: none;
}
.accordion-list > li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 25px 0;
    margin: 0 auto 0px auto;
    border: 0px solid #eee;
    border-radius: 0px;
    border-bottom: 1px solid #c4c2bf;
    cursor: pointer;
}
.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  color: #2e2e2e;
  font-size: 18px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.accordion-list li h3:after {
    content: "";
    background: url(../images/arrow2.png);
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}
.accordion-list li.active h3 {
  color: #770058;
}
.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 15px 0 0 0;
  padding: 0;
  cursor: pointer;
}
.accordion-list li.active div.answer {
  display: block !important;

}
.answer ul {
    padding: 0 0 0 20px;
    margin: 0;
}
.answer ul li {
    list-style: disc;
    padding: 10px 0;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    font-size: 15px;
    color: #161616;
}

.page-template-gallery .heading.inner-main-heading {
    width: 100%;
    text-align: center;
    padding: 0;
}
.page-template-gallery .heading h3 {
    font-size: 48px;
    color: #15000f;
    font-weight: bold;
    max-width: 800px;
    margin: 0 auto;
}
.slider-area img{
  width: 100%;
}
.pati-info .pation-info .pation-info-item{transition: all 0.3s;}
.pati-info .pation-info a img{transition: all 0.3s;}
.pation-info-content{transition: all 0.3s;}
.pation-info-item::after {
    content: "";
    border: 10px solid #ffffff5e;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    border-radius: 15px;
    opacity: 0;
    transition: all 0.3s;
}
.pation-info-item:hover .pation-info-item::after{opacity: 1;}

.pati-info .pation-info a:hover img{transform: scale(1.2, 1.2);transition: all 0.3s;}

.pati-info .pation-info a:hover .pation-info-content{padding: 80px 50px;transition: all 0.3s;}

.wound-care1 .heading h3{
  color: #15000f;
}
.wound-care1 .who-we-are-inner-right p:first-child{
  margin-top: 0;
}
.wound-care1 .who-we-are-inner-middle img {
    margin: 0 auto;
}



.team-wrapper{
  flex-flow: row wrap;
}
.teambox {
    width: 25%;
    position: relative;
    overflow: hidden;
}
.teambox img{
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.teambox{
  margin-top: 40px;
  margin-bottom: 40px;
}
.teambox:nth-of-type(even){
  margin-top: 0;
}
.teambox:hover img{
  transform: scale(1.09);
}
.team-wrapper.dFlx {
    justify-content: center;
}
.tam_content {
    position: absolute;
    top: 85%;
    text-align: center;
    width: 100%;
    padding: 15px;
    z-index: 2;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.tam_content:after{
    content: "";
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(117,2,87,1) 51%);
    width: 100%;
    top: -60px;
    height: 150%;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 1;
}
.our-team .heading.inner-main-heading {
    width: 100%;
    text-align: center;
    padding: 0;
}
.tam_content h5 {
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0;
/*    min-height: 80px;*/
}
.tam_content p{
  color: #fff;
  padding: 0 0 15px;
}
.teambox:hover .tam_content{
  top: 65%;
}
.tam_content ul.social-icon {
    display: flex;
    justify-content: space-between;
    width: 120px;
    margin: 7px auto;
}






.tab-menu{
  margin: 60px 0 80px;
      display: flex;
    align-items: center;
    justify-content: center;
}
.tab-menu ul{
  margin: 0;
  padding: 0;
}
.tab-menu ul li{
  list-style-type: none;
  display: inline-block;
}
.tab-menu ul li a{
  text-decoration: none;
  color: rgba(0,0,0,0.4);
  background-color: #b4cbc4;
  padding: 7px 25px;
  border-radius: 4px;
}
.tab-menu ul li a.active-a{
  color: #fff;
  background: #750056;
  text-transform: uppercase;
  border: 1px solid #750056;
}
.tab{
  display: none;
}
.tab h2{
  color: rgba(0,0,0,.7);
}
.tab p{
  color: rgba(0,0,0,0.6);
  text-align: justify;
}
.tab-active{
  display: block;
}


.gallery {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.gallery a {
    width: 24.5%;
    margin-bottom: 8px;
}
.gallery a img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.tab-menu ul li a {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    font-size: 15px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    vertical-align: middle;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    padding: 22px 40px;
    color: #2e2e2e;
    border: 1px solid #8e8e8e;
    min-width: 272px;
    border-radius: 50px;
}

.fancybox-caption.fancybox-caption--separate {
    display: none;
}
.tab-menu ul li {
    margin: 0 7px;
}
.big-img img{
  width: 100%;
}
.hypertension h4{
  margin-bottom: 30px;
}
.hypertension p{
  margin-bottom: 30px;
}
.hypertension .callarea-right img{
  margin-bottom: 30px;
  border-radius: 20px;
}
.who-we-are-inner .hypertension-row{
  align-items: flex-start;
}
.hypertension-row:nth-of-type(even){
  flex-flow: row-reverse;
}
.hypertension-row:nth-of-type(even) .diabetes-content {
    padding-left: 0px;
    padding-right: 50px;
}

/********************purton-pharmacy 22.12.2022***********************************/

.purton-pharmacy-sec1{
    margin-top: -50px;
}
.purton-pharmacy-sec1 .dFlx{flex-wrap: wrap;
    justify-content: space-between;}
.purton-pharmacy-sec1-item{
    width: 32%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 4px 0px 13px #00000066;
    padding: 50px 30px;
}
.purton-pharmacy-sec1-item h4{font-size:30px;color:#7a1765;text-transform: uppercase;text-align: center;margin-bottom: 30px;}
.purton-pharmacy-sec1-item-opening{
}
.purton-pharmacy-sec1-item-opening p{
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.purton-pharmacy-sec1-item-opening p span{
    font-weight: 500;
}
.purton-pharmacy-sec1-item ul.social-icon li {
    display: inline-block;
}
.purton-pharmacy-sec1-item ul.social-icon li a {
    background: #4a0037;
    width: 36px;
    height: 36px;
    color: #fff;
    border-radius: 10px;
    display: block;
    text-align: center;
    line-height: 37px;
    margin-right: 10px;
}
.purton-pharmacy-sec1-item ul.social-icon li a img{
    margin: 0 auto;
    padding-top: 8px;
}

.purton-pharmacy-sec1-item ul.social-icon{margin-top: 65px;}
.purton-pharmacy-sec1-item ul.facility{
    margin: 0;
}
.purton-pharmacy-sec1-item ul.facility li{
    font-size: 16px;
    color: #141414;
    display: flex;
    margin-top: 20px;
    line-height: 1.9;
    font-weight: 600;
    align-items: center;
    }

.purton-pharmacy-sec1-item ul.facility li img {
    margin-right: 15px;
}
.purton-pharmacy-sec1-item .cont li img{height: 100%;}
.purton-pharmacy-sec1-item .cont li a{color: #141414;}
.purton-pharmacy-sec2{}
.purton-pharmacy-sec2 .dFlx{
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    }
.purton-pharmacy-sec2-left{
    width: 50%;
}
.purton-pharmacy-sec2-left img{border-radius: 20px;width: 90%;}
.purton-pharmacy-sec2-right{
    width: 50%;
}
.purton-pharmacy-sec2-right h3{
    color: #750056;
    margin-bottom: 50px;
}
.purton-pharmacy-sec2-right p{
    margin-bottom: 30px;
}
.purton-pharmacy-sec2 .container{padding:0 50px;}
.purton-pharmacy-sec3{
    margin-bottom: -80px;
}
.purton-pharmacy-sec3 .dFlx{flex-wrap: wrap;
    justify-content: space-between;}
.purton-pharmacy-sec3 .purton-pharmacy-sec3-item{width:48%;}
.purton-pharmacy-sec3 .purton-pharmacy-sec3-item img{width:100%;}

.diet-and-nutrition-page .who-we-are-inner-middle img {
    margin-bottom: 0 !important;
}
.diet-and-nutrition-page .who-we-are-inner-left h6{text-transform: capitalize;font-weight: 600;}
.diet-and-nutrition-page .who-we-are-inner-left p{margin-top:30px;
}
.diet-and-nutrition-page .who-we-are-inner-right p{ margin-bottom:30px;}
.diet-and-nutrition1{}
.diet-and-nutrition1 .diet-and-nutrition1-left{
    width: 50%;
    padding-right: 5%;
}
.diet-and-nutrition1 .diet-and-nutrition1-left h4{color:#750056;text-transform: uppercase;}
.diet-and-nutrition1 .diet-and-nutrition1-left p{
    margin-top: 30px;
}
.diet-and-nutrition1 .diet-and-nutrition1-right{
    width: 50%;
}
.diet-and-nutrition2 .diet-and-nutrition1-right{
  padding-right: 5%;
}
.diet-and-nutrition2 .diet-and-nutrition1-left{
    padding-right: 0;
}
.diet-and-nutrition1 .dFlx{align-items: center;}
.general-inquirypageweapp p a{color: #161616;}


.bannerStyle{
  width: 56%;
  height: 100%;
  background:rgba(119,0,88,0.76);
  position: absolute;
  left: -10%;
  top: 0;
  display: block;
  content: '';
   -webkit-transform:skew(200deg);
  -moz-transform:skew(200deg);
  transform:skew(200deg);
}
.slider-area .slider-item{
  overflow: hidden;
}












