@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Caudex:wght@400;700&display=swap");

/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Diavlo Light";
  font-size: 16px;
  color: #0d1a44;
  background: #fff;
  min-height: 100%;
  scroll-behavior: smooth;
}

p {
  margin: 0px;
  padding: 0px 0 20px;
  font-family: "Diavlo Light";
  font-size: 15px;
  color: #0d1a44;
  line-height: 25px;
}

h1 {
  margin: 0px 0px 25px;
  padding: 0px;
  font-size: 50px;
  line-height: 58px;
  font-family: "Diavlo Bold";
  color: #324687;
  
}
.inner-banner-clinic h1{text-shadow: 0px 6px 7px black;}
h2 {
  margin: 0px 0px 25px;
  padding: 0;
  font-size: 45px;
  line-height: 50px;
  font-family: "Diavlo Bold";
}

h3 {
  margin: 0px 0px 25px;
  padding: 0;
  font-size: 25px;
  line-height: 30px;
  font-family: "Diavlo Bold";
}

h4 {
  margin: 0px 0px 20px;
  padding: 0;
  font-size: 15px;
  line-height: 15px;
  font-family: "Diavlo Bold";
}

h5 {
  margin: 0px 0px 20px;
  padding: 0;
  font-size: 18px;
  line-height: normal;
  font-family: "Diavlo Bold";
}

h6 {
  margin: 0px 0px 20px;
  padding: 0;
  font-size: 14px;
  line-height: normal;
  font-family: "Diavlo Bold";
}

address,
blockquote,
dd,
div,
dl,
dt,
fieldset,
form,
frame,
frameset {
  margin: 0;
  padding: 0;
  border: 0px;
  outline: none;
}

label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0px;
  padding: 0;
  outline: none;
  border: 0;
}

a {
  text-decoration: none;
  border: 0px;
  outline: none;
  transition: all 0.5s;
  color: #43b85d;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  border: 0px;
  outline: none;
  transition: all 0.5s;
  color: #7e7e7e;
}

a img {
  border: none;
  outline: none;
}

a:focus {
  outline: none;
}

.border {
  border-collapse: collapse;
}

hr {
  height: 1px;
  background: #333333;
  border: none;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-object-fit: cover;
}

.no-pad {
  padding: 0px !important;
}

.no-mag {
  margin: 0px !important;
}


/*	Reset style			*/
::-moz-selection {
  color: #fff;
  background: #43b85d;
}

::selection {
  color: #fff;
  background: #43b85d;
}

p span{color:#ed7427;}
/* form css */
.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder {
  color: #919090;
  opacity: 1;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type="number"]::-moz-placeholder {
  color: #919090;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder {
  color: #919090;
  opacity: 1;
}

.form-control:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="date"]:-moz-placeholder {
  color: #919090;
  opacity: 1;
}

.form-control,
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
input[type="password"],
input[type="number"],
input[type="date"],
input[type="time"],
select {
  display: block;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: #919090;
  height: auto;
  background: rgb(253, 245, 255);
  padding: 17px 20px;
  margin-bottom: 20px;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  line-height: normal;
  border: 2px solid rgb(42, 44, 50);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.wpcf7-not-valid-tip{
	color:red !important;
	margin-top: -20px;
} 

textarea.form-control,
textarea {
  height: 150px;
  resize: none;
  overflow: hidden;
}

.form-control:focus,
textarea.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #8b8b8b;
  background-color: #fff;
  box-shadow: none;
}

.date input[type="text"] {
  display: block;
  background: url(../images/calendar-icon.png) no-repeat calc(100% - 15px)
    center;
  text-align: left;
  text-align: -webkit-left;
}

.date input[type="date"] {
  display: block;
  background: url(../images/calendar-icon.png) no-repeat calc(100% - 15px)
    center;
  text-align: left;
  text-align: -webkit-left;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  display: block;
  inset: 0;
  background: #0000;
  position: absolute;
  transform: scale(12);
  width: auto;
  cursor: pointer;
}

.time input[type="text"] {
  display: block;
  background: url(../images/time-icon.png) no-repeat calc(100% - 15px) center
    #fff;
  text-align: left;
  text-align: -webkit-left;
}

.time input[type="time"] {
  display: block;
  background: url(../images/time-icon.png) no-repeat calc(100% - 15px) center
    #fff;
  text-align: left;
  text-align: -webkit-left;
}

.date input::-webkit-date-and-time-value,
.time input::-webkit-date-and-time-value {
  text-align: left;
}

/* form css */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background-image: url(../images/down-arrow-select.png);
  background-position: calc(100% - 7px);
  background-repeat: no-repeat;
  font-size: 15px;
  color: #324687;
  height: auto;
  padding: 14px 45px 14px 20px;
  font-family: "Poppins", sans-serif;
  line-height: normal;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  background-color: inherit;
}

select:focus {
  border: none;
  outline: none;
  background-color: inherit;
  background-image: url(../images/down-arrow-select2.png);
  background-position: calc(100% - 7px);
  background-repeat: no-repeat;
}

select option {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
}

label {
  font-size: clamp(16px, 1.3vw, 20px);
  color: #3c3c3c;
  font-weight: 400;
  margin: 0px 0px 15px;
  padding: 0px;
}

label span {
  color: #f00;
}

/* button css */
.btn {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-family: "Diavlo Light";
  padding: 12px 50px;
  letter-spacing: 0px;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 35px;
  background: #324687 url(../images/arrow-icon.png) no-repeat 90% center;
  border: 0;
  box-shadow: 0px 3px 1px #93729f;
  text-transform: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:focus,
.btn:active:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
  background-color: #93729f;
  border: 0;
  box-shadow: 0px 3px 1px #93729f;
}

.btn:hover {
  color: #fff;
  background-color: #93729f;
  border: 0;
  box-shadow: 0px 3px 1px #93729f;
}

/* own class for css */
.padTopbtm {
  padding: 90px 0;
}

.displayTable {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}

.displayCell {
  display: table-cell;
  vertical-align: middle;
}

.displayCellBot {
  display: table-cell;
  vertical-align: bottom;
}

.tableWidth-full {
  width: 100%;
}

.tableWidth-half {
  width: 50%;
  height: 100%;
}
.sub-menu-third ul li .sub-menu{
	position:relative;
	left:0px;
}
.stellarnav li.sub-menu-third li.has-sub > a:after {
    content: "\f105";
    margin-left: 0px;
    float: right;
    position: relative;
    top: 4px;
    transform: rotate(90deg);
    margin-right: 4px;
}
/* scroll top */
.scrollTop {
  position: fixed;
  width: 45px;
  bottom: 14px;
  right: 2%;
  background-color: #324687;
  color: #c8a2c8;
  font-size: 15px;
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 400;
  text-align: center;
  border: none;
  border-radius: 50px;
}

.scrollTop i {
  position: relative;
  top: 1px;
}

.scrollTop:hover,
.scrollTop:focus {
  color: #43b85d;
  border: none;
  background-color: #ccc;
}

.scrollTop.pop {
  opacity: 1;
  visibility: visible;
  background: #ed7427;
}

.scrollTop.pop .fa-solid {
  color: #fff;
}

/* new updated css */
.dr-infoCnt span {color:#2d357e;}
.stellarnav > ul > li > a {padding: 5px 0px;}
.stellarnav > ul > li {margin: 20px 15px;}
.stellarnav ul ul {width: 185px;}
.stellarnav ul ul ul { left: 180px;}
.inner-banner .middle-banner {min-height: auto;}
.pgncycare-slide-col {min-height: 600px; display: flex; justify-content: center; flex-direction: column;}
/* .k_row_div {
	height: 100%;
	display: flex;
	align-items: center;
} */




/* -- header -- */
.header-main .container {
  position: relative;
}

.logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 135px;
  z-index: 9;
  background-color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
}

.adjust-nav {
  float: right;
}

.stellarnav {
  display: inline-block;
  z-index: 70;margin-right: 15px;
}

.stellarnav.mobile.right > ul {
  z-index: 300;
}

.header-main.cntPg {
  border-bottom: 1px solid #324687;
}

/* banner-home */
.banner-wrapper {
  width: 100%;
  position: relative;
  background-color: #5767af;
  margin-top: 110px;	
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
}

.banner-img img {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.middle-banner {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  bottom: auto;
  position: absolute;
  right: auto;
  top: calc(50%);
  transform: translateY(-50%);
  width: 100%;
  margin: 0px;
  z-index: 1;
}

.middleTextBan {
  width: 87%;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.home-banner .middleTextBan {
  background: transparent!important;
  padding: 0px!important;
}
.middleTextBan p{
 margin: 0px!important;
 padding: 0px!important;
}
.middleTextBan h2 {
    margin: 0px 0px 10px;
    color: #fff;
    /* text-transform: none; */
    font-size: 30px;
    line-height: 19px;
    padding: 0px 0px;
    position: relative;
    text-transform: capitalize;
}

.middleTextBan h2 strong {
  font-size: 60px;
  line-height: 80px;
  display: block;
}

.middleTextBan h2 span {
  color: #ff9a5a;
}

.middleTextBan p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px !important;
}

.middleTextBan p span {
  color: #ff9a5a;
  font-weight: 900;
  text-transform: capitalize;
  filter: drop-shadow(2px 4px 2px rgb(40, 40, 40));
}

.middleTextBan p strong {
  position: relative;
  font-weight: 900;
  text-transform: capitalize;
}

.middleTextBan p strong:after {
  content: "";
  display: block;
  background-color: #ed7427;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

/* banner dots	*/
.bannerSlide .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  max-width: 1140px;
  text-align: right;
  padding: 0 15px;
}

.bannerSlide .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  border: 0;
  line-height: normal;
  line-height: 3px;
}

.bannerSlide .slick-dots li button {
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  outline: none;
  border-radius: 50%;
  background: #fff;
  border: none;
}

.bannerSlide .slick-dots li.slick-active button {
  background: #94729f;
}

/*  wrapper */
.wrapper h1 span,
.wrapper h2 span {
  position: relative;
  z-index: 9;
  color: #ed7427;
  /* background: #ff9a5a;
    border-radius: 5px;
    padding: 0 5px; */
  /* background: linear-gradient(#324687, #ff9a5a); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}

.wrapper h1 span::before,
.wrapper h2 span::before {
  content: "";
  display: none;
  background-color: #ed7427;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  border-radius: 10px;
  z-index: -1;
}

/*  about-area */
.about-area {
  padding: 60px 0;
  background: #fff url(../images/about-bg.jpg) no-repeat right 0;
}

.about-cnt h1 {
  margin-bottom: 30px;
}

.about-cnt p {
  line-height: 27px;
  color: #0d1a44;
  font-family: "Diavlo Light";
  font-size: 16px;
}

.about-btn {
  padding-top: 40px;
  padding-left: 35px;
}

.about-btn .btn {
  margin-bottom: 20px;
  display: block;width: 200px;
}

/* specialtys */
.specialtys-area {
  background: #fdf4fd url(../images/specialtys-bg.png) no-repeat right bottom;
  padding: 60px 0 30px;
  text-align: center;
}

.specialtys_item {
  position: relative;
  margin-bottom: 35px;
}

.specialtys_item:hover .specialtys_icon {
  background: url(../images/specialtys-icon-bg-hv.png) no-repeat 0 0;
}

.specialtys_item:hover .specialtys_icon .spcl_iconNr {
  /* opacity: 0; */
  opacity: 1;
  filter: invert(1) brightness(15);
}

.specialtys_item:hover .specialtys_icon .spcl_iconHv {
  z-index: 1;
}

.specialtys_icon {
  text-align: center;
  width: 166px;
  height: 161px;
  background: url(../images/specialtys-icon-bg.png) no-repeat 0 0;
  margin: 0 auto 12px;
  transition: all 0.5s;
  position: relative;
}

.spcl_iconHv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.5s;
}

.spcl_iconNr {
  transition: all 0.5s;
}

.specialtys_heading h3 {
  font-size: 19px;
  color: #172c6f;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.specialtys_heading h3 a {
  color: #172c6f;
  display: block;
  font-size: 22px;
}

.bold__blue-color-petals {
  color: #172c6f;
}

.specialtys_heading h3 a:hover {
  color: #8a8ebd;
}

.specialtys_details {
  padding: 0 10px;
}

.specialtys_details p {
  font-size: 13px;
  color: #8a8ebd;
  line-height: 20px;
  font-family: "Diavlo Light";
}

.specialtys-top {
  margin-bottom: 20px;
}

.specialtys-top h2 {
  color: #93729f;
}

.specialtys-top p {
  font-size: 18px;
  color: #ed7427;
  line-height: 20px;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: "Caudex", serif;
  font-weight: bold;
}

/*  service-area     */
.service-area {
  /* padding-bottom: 50px; */
  position: relative;background: #a58aaf;margin-top:50px;padding-top: 50px;
}

.service-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  background-color: #fff;
  z-index: 1;
}

.service-item {
  position: relative;
  /* padding: 35px 0; */
}

.service-pic {
  position: absolute;
  right: 5%;
  top: 50%;
  /* border-radius: 50%; */
  overflow: hidden;
  transform: translateY(-50%);
  width: 30%;
  height: 90%;
  z-index: 3;
}

.service-pic img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  object-fit: contain;
}

.service-left {
  background: #a58aaf url(../images/service-bg.jpg) no-repeat 0 100%;
  padding: 15px 0;
}

.service-cont {
  color: #fff;
  padding-top:20px !important;
}

.service-cont h2 {
  color: #fff;
  margin-bottom: 25px;
}

.service-cont h2 span {
  color: #fff;
}

.service-cont h3 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 35px;
}

/* .service-cont p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;font-weight: 400;
  font-family: "Poppins", sans-serif;
} */

.service-cont p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.service-slider .slick-arrow {
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px;
  z-index: 2;
  width: 45px;
  height: 45px;
  border: none;
  background: #324687;
  font-size: 0px;
  margin: auto;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-slider .slick-arrow::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 24px !important;
  color: #fff;
  z-index: 100;
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 24px;
  margin: auto;
  inset: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-slider .slick-prev.slick-arrow {
  left: 50%;
  right: initial;
  margin-left: -30px;
}

.service-slider .slick-prev.slick-arrow::before {
  font: var(--fa-font-solid);
  content: "\f053";
}

.service-slider .slick-next.slick-arrow {
  right: 50%;
  left: initial;
  margin-right: -70px;
}

.service-slider .slick-next.slick-arrow::before {
  font: var(--fa-font-solid);
  content: "\f054";
}

.service-slider .slick-arrow:hover::before {
  color: #ffffff;
}

.dfl-lstds {
  list-style: none;
  margin: 10px 0;
}

.dfl-lstds li {
  font-size: 17px;
  line-height: 22px;
  font-family: "Diavlo Light";
  text-transform: capitalize;
  position: relative;
  float: left;
  width: 50%;
  padding: 0 15px;
  padding-left: 30px;
  margin-bottom: 10px;
  text-align: left;
}

.dfl-lstds li a {
  color: #fff;
}

.dfl-lstds li:before {
  content: "";
  display: block;
  width: clamp(13px, 1.125vw, 18px);
  height: clamp(13px, 1.125vw, 18px);
  /* background-color: #324687; */
  /* border-radius: 50%; */
  background: url(../images/img-peta2.png) no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}

/* dr-spcl-area */
.dr-spcl-area {
  padding: 60px 0;
  text-align: center;
  background: url(../images/dr-bg.png) no-repeat 0 0;
}

.dr-spcl-area.dr-spcl-edit {
  background: #fcf5fc;
}

.dr-spcl-top {
  margin-bottom: 35px;
}

.dr-spcl-top h2 {
  color: #324687;
}

.dr-spcl-frm {
  max-width: 435px;
  margin: 0 auto;
  background-color: #f5f5f5;
  border-radius: 35px;
  box-shadow: 2px 4px 2px #ddd;
}

.dr-spcl-item {
  position: relative;
  margin-bottom: 30px;
}

.dr-spcl-pic {
  background-color: #e9ecf5;
  border: 20px solid #e9ecf5;
  padding: 20px;
  width: 260px;
  height: 260px;
  margin: 0 auto -105px;
  border-radius: 50%;
  position: relative;
  z-index: 9;
}

.dr-spcl-pic img {
  border: 15px solid #d8d7dd;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  object-position: top;
  left: 0;
  top: 0;
  object-fit: cover;
}

.dr-spcl-cont {
  background-color: #fff;
  box-shadow: 0 0 10px #ddd, 0 0 20px #ddd;
  border-radius: 10px;
  padding: 130px 15px 35px;
}

.dr-spcl-cont h3 {
  color: #2d357e;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
}
.dr-spcl-cont p {
  font-size: 14px!important;
}
.dr-spcl-cont p {
  color: #2e3f43;
  font-size: 14px;
  line-height: 19px;
  font-family: "Diavlo Light";
}

.dr-spcl-cont p:after {
  content: "";
  display: block;
  background-color: #2d357e;
  width: 30px;
  height: 2px;
  margin: 7px auto 0;
}

.dr-spcl-cont h5 {
  color: #94729f;
  font-size: 16px;
  line-height: 19px;
  font-family: "Diavlo Medium";
  margin-bottom: 11px;
}

.dr-spcl-cont h5 a {
  color: #94729f;
}

.dr-spcl-cont h5:hover a {
  color: #2e3f43;
}

.dr-spcl-slide .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: 0px;
  right: 0px;
  z-index: 2;
  width: 45px;
  height: 45px;
  border: none;
  background: #324687;
  font-size: 0px;
  margin: auto;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dr-spcl-slide .slick-arrow::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 24px !important;
  color: #fff;
  z-index: 100;
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 24px;
  margin: auto;
  inset: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dr-spcl-slide .slick-prev.slick-arrow {
  left: -50px;
  right: initial;
}

.dr-spcl-slide .slick-prev.slick-arrow::before {
  font: var(--fa-font-solid);
  content: "\f053";
}

.dr-spcl-slide .slick-next.slick-arrow {
  right: -50px;
  left: initial;
}

.dr-spcl-slide .slick-next.slick-arrow::before {
  font: var(--fa-font-solid);
  content: "\f054";
}

.dr-spcl-slide .slick-arrow:hover::before {
  color: #a58aaf;
}

.dr-spcl-cont small {
  color: #ed7427;
  font-size: 14px;
  line-height: 18px;
}

/*	testimonial	*/
.testimonial-area {
  padding: 0px 0 30px;
}

.testimonial-area.testimonial-edit {
  background-color: #e9dded;
  padding: 60px 0;
}

.testimonial-top {
  text-align: center;
}

.testimonial-item {
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 60px 40px 20px;
  background-color: #a68ab0;
}

.testimonial-cont p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  /*font-family: 'Diavlo Light';*/
  font-family: "Poppins", sans-serif;
}

.testimonial-dsgnt {
  position: relative;
  padding: 15px 0 15px 110px;
  margin-bottom: 20px;
}

.testimonial-icon {
  width: 95px;
  height: 95px;
  background-color: #324687;
  border: 5px solid #896a94;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.testimonial-dsgnt::before {
    content: "";
    width: 65px;
    height: 45px;
    background: url(../images/block-quat1.png) no-repeat 0 0;
    position: absolute;
    left: -33px;
    top: -20px;
    z-index: 9;
    background-size: 100%;
}

.testimonial-dsgnt h4 {
  font-size: 33px;
  line-height: 36px;
  color: #fff;
  margin: 0;
}

.testimonial-dsgnt span {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-family: "Diavlo Light";
}

.testimonial-icon .displayCell {
  vertical-align: bottom;
}

.testimo-slide .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}

.testimo-slide .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  border: 0;
  line-height: normal;
  line-height: 3px;
}

.testimo-slide .slick-dots li button {
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  outline: none;
  border-radius: 50%;
  background: #94729f;
  border: none;
}

.testimo-slide .slick-dots li.slick-active button {
  background: #324687;
}

/*	hth-pro	*/
.hth-pro {
  padding: 90px 0 30px;
  background: url(../images/helth-pro-bg.png) no-repeat 0 0;
  background-size: contain;
}

.hth-pro-top {
  text-align: center;
  padding-bottom: 35px;
}

.hth-pro-top h2 {
  color: #324687;
}

.hth-pro-top p {
  font-size: 18px;
  color: #ed7427;
  font-family: "Caudex", serif;
  font-weight: bold;
}

.hth-pro-box {
  margin-bottom: 30px;
}

.hth-pro-pic {
  background-color: #ff870c;
  border-bottom: 1px solid #fff;
}

.hth-pro-pic img {
  width: 100%;
  height: 100%;
}

.hth-pro-cont {
  transition: all 0.5s;
  background-color: #314585;
  border-radius: 0 0 7px 7px;
  padding: 20px 15px 5px;
  position: relative;
}

.hth-pro-cont h4 {
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 10px;
  max-width: 90%;
}

.hth-pro-cont h4 a {
  color: #fff;
}

.hth-pro-cont p {
  color: #fff;
  font-family: "Diavlo Light";
  line-height: 18px;
  padding-bottom: 15px;
}

.hth-pro-cont span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.hth-pro-cont span::before {
  font: var(--fa-font-solid);
  content: "\f054";
}

.hth-pro-box:hover .hth-pro-cont {
  background-color: #93719e;
}

.hth-pro-box:hover span {
  background-color: #314585;
  color: #93719e;
}

/*	lts-blgs	*/
.lts-blgs {
  background: #f1f4fe url(../images/blg-bg.png) no-repeat 0 0;
  background-size: contain;
  padding: 60px 0;
}

.lts-blgs-top {
  text-align: center;
  padding-bottom: 10px;
}

.lts-blgs-top h2 {
  color: #324687;
}

.lts-blgs-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px #aaa;
  padding: 12px 10px;
  margin-bottom: 30px;
}

.lts-blgs-pic {
  margin-bottom: 50px;
  position: relative;
}

.lts-blgs-pic img {
  border-radius: 13px;
  width: 100%;
  height: 100%;
}

.lts-blgs-cnt h4 {
  font-size: 20px;
  line-height: 24px;
  color: #324687;
  font-family: "Diavlo Medium";
  margin: 0 0 6px;
  text-transform: capitalize;
}

.lts-blgs-cnt h4 a {
  color: #324687;
}

.lts-blgs-cnt p {
  font-size: 14px;
  line-height: 19px;
  color: #1e2a51;
  font-family: "Diavlo Light";
}

.lts-blgs-lst ul {
  margin: 0 0 5px;
  list-style: none;
}

.lts-blgs-lst ul li {
  display: inline-block;
  margin-right: 10px;
}

.lts-blgs-lst ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #94729f;
  font-family: "Diavlo Light";
  text-transform: capitalize;
}

.lts-blgs-lst ul li a:hover {
  color: #324687;
}

.lts-blgs-lst ul li.name {
  padding-left: 19px;
  background: url(../images/man-icon.png) no-repeat 0 5px;
}

.lts-blgs-lst ul li.dstn {
  padding-left: 22px;
  background: url(../images/folder-icon.png) no-repeat 0 10px;
}

.lts-blgs-date {
  width: 54px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  position: absolute;
  left: 25px;
  bottom: -24px;
}

.lts-blgs-date span {
  display: block;
  background-color: #324687;
  font-weight: 500;
  padding: 3px 0;
}

.lts-blgs-date strong {
  display: block;
  background-color: #94729f;
  font-weight: 400;
  padding: 3px 0;
}

.lts-blgs-slide .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 0px;
  right: 0px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border: none;
  background: #324687;
  font-size: 0px;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lts-blgs-slide .slick-arrow::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 16px !important;
  color: #fff;
  z-index: 100;
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 16px;
  margin: auto;
  inset: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lts-blgs-slide .slick-prev.slick-arrow {
  left: -35px;
  right: initial;
}

.lts-blgs-slide .slick-prev.slick-arrow::before {
  font: var(--fa-font-solid);
  content: "\f053";
}

.lts-blgs-slide .slick-next.slick-arrow {
  right: -35px;
  left: initial;
}

.lts-blgs-slide .slick-next.slick-arrow::before {
  font: var(--fa-font-solid);
  content: "\f054";
}

.lts-blgs-slide .slick-arrow:hover::before {
  color: #a58aaf;
}

/*	footer	*/
.ftmain {
  background-color: #324687;
}

.footerTop {
  padding: 70px 0 40px;
}

.ft_item {
  margin-bottom: 25px;
}

.ft_item h4 {
  font-size: 25px;
  color: #fff;
}

.ft_item h4:after {
  content: "";
  display: block;
  width: 25px;
  height: 4px;
  background-color: #ed7427;
  margin-top: 15px;
}

.ft_item ul {
  list-style: none;
}

.ft_item ul li {
  font-size: 16px;
  color: #fff;
  font-family: "Diavlo Light";
  margin-bottom: 10px;
}

.ft_item ul li a {
  color: #fff;
}

.ft_item ul li a:hover {
  color: #ed7427;
}

.ft-btom {
  background-color: #172c6f;
  padding: 10px 0;
}

.copyRight p {
  padding: 0;
  color: #fff;
  font-size: 14px;
}

.copyRight p a {
  color: #fff;
}

.copyRight p a:hover {
  color: #ed7427;
}

.ft-social {
  text-align: right;
}

.ft-social ul {
  list-style: none;
  margin: 0;
}

.ft-social ul li {
  display: inline-block;
  margin-left: 3px;
}

.ft-social ul li a {
  width: 24px;
  height: 25px;
  text-align: center;
  line-height: 20px;
  padding-top: 3px;
  background-color: #fff;
  color: #172c6f;
  display: inline-block;
}

.ft-social ul li a:hover {
  background-color: #ed7427;
  color: #fff;
}

/*	wptl-area	*/
.wptl-area {
  background-color: #fcf5fc;
  /* padding: 30px 0 30px 35px; */
  padding: 0 0 0 35px;
  position: relative;
  margin-bottom: 225px;
}

.wptl-left {
  background: #fdf1fd url(../images/why-patel-bg.jpg) no-repeat 0 0;
  /* background-size: 100%; */
  background-size: cover;
}

.wptl-cont {
  padding: 150px 30px 150px 0;
}

.wptl-cont p {
  font-size: 17px;
  line-height: 23px;
  color: #324687;
  font-family: "Diavlo Light";
}

.wptl-list {
  position: absolute;
  right: 10px;
  /* top: 30px; */
  top: 50%;
  transform: translateY(-50%);
  height: 97%;
  width: 50%;
  background-color: #fafafa;
  /* border-radius: 10px 0 0 10px; */
  border-radius: 10px;
}

.wptl-list-bx {
  max-width: 570px;
  /* padding: 30px 0 10px; */
  /* padding: 130px 0 10px; */
  padding: -5px 0 0;
  position: relative;
}

.wptl-list-bx ul {
  list-style: none;
}

.wptl-list-bx ul li {
  float: left;
  width: 165px;
  margin: 15px 40px;
  text-align: center;
  position: relative;
}

.wptl-list-bx ul li:first-child,
.wptl-list-bx ul li:nth-child(2) {
  margin-bottom: 135px;
}

.wptl-list-item {
  position: relative;
}

.wptl-list-icon {
  background: url(../images/why-patel-lst-bg.png) no-repeat 0 0;
  height: 139px;
  width: 141px;
  margin: 0 auto 15px;
}

.wptl-list-cnt p {
  font-size: 12px;
  line-height: 15px;
  color: #8a8ebd;
  font-family: "Diavlo Light";
}

.wptl-list-cnt h5 {
  font-size: 18px;
  line-height: 20px;
  color: #172c6f;
  margin: 0 0 10px;
}

.wptl-list-logo {
  position: absolute;
  left: 50%;
  /* top: 270px; */
  top: 190px;
  width: 180px;
  height: 180px;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  margin-left: -90px;
  text-align: center;
  box-shadow: 0 0 10px #ddd;
}

.wptl-list-logo img {
    margin-top: 17px;
    height: 115px;
}

.wptl-list-bx ul li:nth-child(2) {
  float: right;
}

.wptl-list-bx ul li:last-child {
  float: right;
}

.wptl-list-bx ul li:first-child:after {
  content: "";
  display: block;
  background: url(../images/curve-1.png) no-repeat 0 0;
  width: 99px;
  height: 109px;
  position: absolute;
  right: -58px;
  top: 120px;
}

.wptl-list-bx ul li:nth-child(2):after {
  content: "";
  display: block;
  background: url(../images/curve-2.png) no-repeat 0 0;
  width: 100px;
  height: 111px;
  position: absolute;
  left: -58px;
  top: 120px;
}

.wptl-list-bx ul li:nth-child(3):after {
  content: "";
  display: block;
  background: url(../images/curve-3.png) no-repeat 0 0;
  width: 97px;
  height: 114px;
  position: absolute;
  right: -60px;
  top: 2px;
}

.wptl-list-bx ul li:nth-child(4):after {
  content: "";
  display: block;
  background: url(../images/curve-4.png) no-repeat 0 0;
  width: 95px;
  height: 116px;
  position: absolute;
  left: -55px;
  top: 2px;
}

.book-btn {
  transform: rotate(-90deg);
  position: fixed;
  /* right: -89px; */
  right: -74px;
  top: 50%;
  z-index: 200;
}

.book-btn a {
  font-size: 18px;
  line-height: 22px;
  font-family: "Diavlo Light";
  padding: 12px 30px 12px;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 15px 15px 0 0;
  /* background: #324687; */
  background: #ed7427;
}

.book-btn a:hover {
  background-color: #93729f;
}

.modal.bkcnst {
  z-index: 500;
}

.modal-backdrop {
  z-index: 400;
}

.bkcnst .modal-body ul {
  text-align: center;
}

.bkcnst .modal-body ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px 10px;
  width: 27%;
  margin: 10px;
  text-align: center;
}

.bkcnst .modal-body ul li a {
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  color: #23409d;
  display: block;
}

.bkcnst .modal-body ul li a .iconn {
  border: 4px solid #db7738;
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto 10px;
  border-radius: 50%;
  padding: 17px;
}

.bkcnst .modal-header {
  padding: 15px;
  border-bottom: 0;
  text-align: center;
  background: #db7738;
}

.bkcnst .modal-title {
  margin: 0;
  color: #fff;
  font-size: 26px;
}

.bkcnst .modal-header .close {
  margin-top: -50px;
  font-size: 50px;
  color: #fff;
  opacity: 1;
  font-weight: 400;
  line-height: 50px;
  text-shadow: none;
}

/*  ourdr-pg  */
.ourdr-pg .dr-spcl-item {
  margin-bottom: 60px;
}

.ourdr-pg .dr-spcl-area {
  background: #fcf5fc;
}

.ourdr-pg .dr-spcl-pic {
  padding: 15px;
  width: 200px;
  height: 200px;
  margin: 0 auto -100px;
}

.ourdr-pg .dr-spcl-pic img {
  border: 10px solid #d8d7dd;
}

.ourdr-pg .dr-spcl-cont {
  padding: 120px 15px 35px;
}

/*  cnfrm-area */
.contact-pg {
  padding: 40px 0 0;
}

.contact-pg h2 {
  margin-bottom: 35px;
  text-align: center;
  color: #324687;
}

.cnfrm-area {
  padding: 40px 0;
}

.cnfrm-bx {
  /*background-color: #996699;*/
	background: rgb(253, 245, 255);
  padding: 25px;
  border-radius: 8px;
}

.cnfrm-bx .btn {
  background-color: #ed7427;
  color: #fff;
  font-style: italic;
  padding: 15px 90px;
  margin-right: 6px;
}

.cnfrm-bx .btn:hover {
  background-color: #324687;
  color: #fff;
}

/*  cnast-area */
.cnast-area {
  padding: 40px 0 10px;
  text-align: center;
}

.cnast-bx {
  background-color: #996699;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 25px;
}

.cnast-icon {
  max-width: 85px;
  margin: 0 auto 8px;
}

.cnast-cnt h4 {
  font-family: "Diavlo Light";
  font-size: 20px;
  font-style: italic;
  margin: 0 0 15px;
  color: #fff;
}

.cnast-cnt a {
  font-family: "Diavlo Light";
  font-size: 16px;
  font-style: italic;
  color: #fff;
}

.cnast-cnt a:hover {
  color: #102878;
}

.lcatr-area {
  padding: 40px 0 60px;
}

.lcatr-bx {
  margin-bottom: 15px;
}

.lcatr-bx select {
  border: 1px solid #d2d2d2;
  background-image: url(../images/drop-arrow.png);
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
  font-size: 16px;
  color: #324687;
  padding: 18px 45px 18px 20px;
}

.lcatr-bx select:focus {
  border: 1px solid #d2d2d2;
  outline: none;
  background-color: inherit;
  background-image: url(../images/drop-arrow2.png);
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
}

.lcatr-bx select option {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
}

/*  qckadrs-area */
.qckadrs-area {
  position: relative;
}

.qckadrs-banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.qckadrs-banner img {
  width: 100%;
  height: 100%;
}

.qckadrs-middle {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  bottom: auto;
  position: absolute;
  right: auto;
  top: calc(50%);
  transform: translateY(-50%);
  width: 100%;
  margin: 0px;
  z-index: 1;
}

.qckadrs-count ul {
  list-style: none;
  margin: 0 0 25px;
  padding-left: 0!important;
}

.qckadrs-count ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.qckadrs-count-bx {
  background-color: #333399;
  /* width: 130px; */
  width: 100px;
  border-radius: 5px;
  padding: 8px 5px 5px;
}

.qckadrs-count-bx h5 {
  /* font-size: 22px; */
  font-size: 16px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
}

.qckadrs-count-icon {
  margin: 0 0 5px;
}

.qckadrs-lst ul {
  list-style: none;
  /* margin: 0 0 150px; */
  margin: 0 0 50px;
}

.qckadrs-lst ul li {
  font-size: 20px;
  color: #fff;
  font-family: "Diavlo Medium";
  font-style: italic;
  padding-left: 36px;
  margin-bottom: 16px;
  position: relative;
}

.qckadrs-lst ul li h5 {
  font-family: "Diavlo Medium";
  font-weight: 400;
  font-size: 36px;
  margin: 0;
}

.qckadrs-lst ul li.lctn {
  background: url(../images/location-icon.png) no-repeat 0 center;
  background-size: 12px !important;
  background-position: left center !important;
}

.qckadrs-lst ul li.dt {
  background: url(../images/time-icon.png) no-repeat 0 6px;
  background-size: 16px !important;
  background-position: left center !important;
}

.qckadrs-btn .btn {
  background-color: #333399;
  box-shadow: none;
  background-image: inherit;
  margin: 0 3px 0 0;
}

.qckadrs-btn .btn:hover {
  background-color: #996699;
  color: #fff;
}

.qckadrs-btn .btn.tl {
  background-image: url(../images/tel-iocn.png);
  background-position: 16px 50%;
  background-repeat: no-repeat;
}
.qckadrs-btn .viewbtn.btn.ml {
    background-image: inherit;
    background-position: inherit;
    background-repeat: inherit;
}
.viewbtn.btn { padding: 12px 15px;border-radius: 5px;}

.qckadrs-btn .btn.ml {
  background-image: url(../images/email-icon.png);
  background-position: 22px 50%;
  background-repeat: no-repeat; box-shadow: 0px 3px 1px #93729f;
}
.qckadrs-btn .viewbtn.btn {box-shadow: 0px 3px 1px #7f3f21;}
.viewbtn.btn img {width: 12px;margin-right: 10px;}

/*  cntquick-area */
.cntquick-area {
  padding: 60px 0 30px;
  text-align: center;
}

.cntquick-bx {
  margin-bottom: 30px;
}

.cntquick-pic {
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.cntquick-pic img {
  width: 100%;
  height: 100%;
}

.cntquick-cnt h4 {
  font-size: 18px;
  line-height: 28px;
  color: #324687;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
}

/*  wmclinic-health */
.wmclinic-health {
  padding: 80px 0 30px;
  background: url(../images/bg-health.png) no-repeat 0 center;
}

.wmclinic-health-lft p {
  font-size: 16px;
  color: #0d1a44;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.wmclinic-health-rgt h4 {
  font-family: "Diavlo Medium";
  font-size: 20px;
  background-color: #93729f;
  border-radius: 6px 6px 0 0;
  text-align: center;
  padding: 15px 5px;
  color: #fff;
  margin: 0;
}

.wmclinic-health-rgt {
  border: 1px solid #6272a3;
  border-radius: 7px;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.wmclinic-health-rgt ul {
  list-style: none;
}

.wmclinic-health-rgt ul li {
  font-size: 17px;
  color: #0d1a44;
  font-family: "Diavlo Light";
  border-bottom: 1px solid #f4f2f2;
}

.wmclinic-health-rgt ul li:last-child {
  border-bottom: 0;
}

.wmclinic-health-rgt ul li a {
  color: #0d1a44;
  padding: 14px 20px;
  display: block;
}

.wmclinic-health-rgt ul li a:hover {
  color: #93729f;
}

/*  key-benifits */
.key-benifits {
  padding: 80px 0;
  background: #fcf5fc url(../images/bg-key.png) no-repeat 100% 50%;
}

.key-benifits-top {
  text-align: center;
  padding-bottom: 15px;
}

.key-benifits-top h2 {
  color: #324687;
}

.women-service h2 {
  color: #324687;
}

.key-benifits-top p {
  font-size: 15px;
  line-height: 26px;
  color: #ed7427;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.key-benifits-lst ul {
  list-style: none;
}

.key-benifits-lst ul li {
  position: relative;
  padding: 0 15px 0 100px;
  z-index: 50;
  width: 50%;
  margin-bottom: 30px;
  float: left;
}

.key-benifits-pic {
  width: 88px;
  height: 88px;
  background-color: #93729f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  margin-top: -44px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.key-benifits-lst ul li { padding-bottom: 30px; border-bottom: 1px solid #ddd;}
.key-benifits-cnt {
  height: 100%;

  padding: 5px 0 15px;
}

.key-benifits-cnt p {
  font-size: 14px;
  line-height: 25px;
  color: #1b2b60;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.key-benifits-lst ul li:nth-child(7) .key-benifits-cnt,
.key-benifits-lst ul li:last-child .key-benifits-cnt {
  border-bottom: 0;
  padding: 0;
}

.key-benifits-btom {
  padding: 40px 0 0;
}

.key-benifits-btomCnt {
  padding-top: 50px;
  padding-right: 50px;
}

.key-benifits-btomPic {
  margin-left: 40px;
}

.key-benifits-btom p {
  font-size: 15px;
  line-height: 30px;
  color: #1b2b60;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding-bottom: 35px;
}

.key-benifits-btom h5 {
  font-size: 17px;
  line-height: 22px;
  color: #1b2b60;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
}

.key-benifits-lst ul li:hover .key-benifits-pic {
  background-color: #1b2b60;
}

.key-benifits-lst ul li:hover p {
  color: #ed7427;
}

/*  clinic-menu */
.clinic-menu {
  background-color: #000;
  text-align: center;
}

.clinic-menu ul {
  list-style: none;
  margin: 0;
}

.clinic-menu ul li {
  font-size: 20px;
  color: #c7d0ef;
  font-family: "Diavlo Light";
  display: inline-block;
  position: relative;
}

.clinic-menu ul li a {
  color: #c7d0ef;
  padding: 12px 20px;
  display: block;
}

.clinic-menu ul li a:hover {
  color: #93729f;
}

.clinic-menu ul li::after {
  content: "";
  width: 20px;
  height: 16px;
  background: url(../images/menu-arrow.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -10px;
  display: none;
}

.clinic-menu ul li.active::after {
  display: block;
}

/*  women-service */
.women-service {
  padding: 80px 0;
}

.women-service h2 {
  text-align: center;
  margin-bottom: 40px;
}

.women-service-lst ul {
  list-style: none;
  margin-bottom: 30px;
}

.women-service-lst ul li {
  font-size: 15px;
  color: #324687;
  font-family: "Diavlo Medium";
  position: relative;
  border-bottom: 1px dashed #d9d6da;
  padding: 7px 7px 7px 35px;
}

.women-service-lst ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #93729f;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 11px;
}

.women-service-bx {
  box-shadow: 0 0 10px #ddd;
  border-radius: 10px;
  padding: 100px 35px 35px;
  position: relative;
  margin-bottom: 50px;
}

.women-service-bx h3 {
  font-size: 38px;
  color: #fff;
  font-family: "Diavlo Medium";
  background: #93729f;
  display: inline-block;
  padding: 15px 25px 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px 0 8px 0;
}

.women-service-lst h4 {
  font-size: 27px;
  line-height: 32px;
  color: #fff;
  font-family: "Diavlo Medium";
  background: #93729f;
  padding: 20px 25px;
  border-radius: 8px;
  margin: 0 0 20px;
}

.women-service-lst p {
  font-size: 15px;
  color: #324687;
  font-family: "Diavlo Medium";
  padding: 0 15px 15px;
}

.obster-pic {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.obster-pic img {
  width: 100%;
  height: 100%;
}

.srvmdl {
  text-align: center;
}

.srvmdl h2 {
  font-size: 38px;
  line-height: 44px;
}

.srvmdl h2 span {
  position: relative;
  z-index: 9;
  color: #ed7427;
}

.srvmdl h2 span::before {
  content: "";
  /* display: block; */
  background-color: #ed7427;
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  border-radius: 10px;
  z-index: -1;
  display: none;
}

.modal.srvmdl {
  z-index: 9999;
}

.srvmdl .modal-header {
  border-bottom: 0;
  padding: 0 15px;
}

.srvmdl button.close {
  font-size: 35px;
  color: #ed7427;
  opacity: 1;
}

/*	srvc-pg	*/
.srvc-pg {
  padding: 50px 0 0;
}

.srvc-pg .cnfrm-area {
  padding: 40px 0 80px;
}

.srvc-pg h1 {
  text-align: center;
}

.cnfrm-bx select { 
	background: rgb(253, 245, 255);
  border: 2px solid rgb(42, 44, 50);
  background-image: url(../images/drop-arrow.png);
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
  font-size: 16px;
  color: #919090;
  padding: 18px 45px 18px 20px;
}

.cnfrm-bx select:active {
  background-color: #fff;
}

.cnfrm-bx select:focus {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  outline: none;
  background-image: url(../images/drop-arrow2.png);
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
}

.cnfrm-bx select option {
  background-color: #fff;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
}

/* faq */
.faq-section {
  padding: 60px 0;
  background-color: #f4f4f4;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 35px;
  color: #324687;
}

.faq_box {
  position: relative;
}

.faq_item {
  position: relative;
  margin-bottom: 8px;
}

.faq_hd {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #996699;
  padding: 0 15px;
  border-radius: 5px;
}

.faq_hd::before {
  position: absolute;
  right: 5px;
  top: 12px;
  margin: auto;
  z-index: 1;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f0fe";
  color: #fff;
  font-size: 46px;
}

.faq_hd.closed::before {
  color: #996699;
  content: "\f146";
}

.faq_hd h3 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  position: relative;
  padding: 20px 40px 0px 0px;
}

.faq_cont {
  display: none;
  padding: 20px 20px 10px;
  background-color: #edfbf5;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 10px #aaa;
}

.faq_cont p {
  color: #454545;
  font-size: 16px;
  line-height: 22px;
  font-family: "Diavlo Medium";
}

.faq_cont ul {
  margin: 0 0 20px 20px;
}

.faq_cont ul li {
  margin-bottom: 10px;
  font-family: "Diavlo Medium";
}

.faq_hd.acc_trigger.closed {
  background-color: #324687;
}

.faq_hd.acc_trigger.closed h3 {
  color: #fff;
}

.checkbx_group_each {
  padding: 10px 0 45px;
}

.checkbx_group_each h6 {
  font-weight: 400;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin: 0 0 0 32px;
}

.form_chkBx {
  font-weight: 400;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  display: block;
  grid-template-columns: 22px auto;
  gap: 0.5em;
  margin: 0px 0px 0px;
}
.wpcf7-list-item { margin: 0 0 0 0 !important;}

.form_chkBx p {
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  font-weight: 400;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-left: 40px;
}

.form_chkBx p:hover {
  color: #000;
}

.form_chkBx input[type="checkbox"] {
  appearance: none;
  background-color: #996699;
  margin: 0;
  font: inherit;
  color: #fff;
  width: 1.3em;
  height: 1.4em;
  border: 0.15em solid #fff;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  outline: none;
	    position: absolute;
    top: 28px;
}

.form_chkBx input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #fff;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.form_chkBx input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.trmcndmd h3 {
  font-size: 22px;
  text-align: center;
}

.trmcndmd .modal-header .close {
  margin-top: -50px;
  font-size: 50px;
  color: #996699;
  opacity: 1;
  font-weight: 400;
  line-height: 50px;
  text-shadow: none;
}

.trmcndmd ul {
  list-style: none;
  margin-bottom: 30px;
}

.trmcndmd ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.trmcndmd ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #996699;
  position: absolute;
  left: 0;
  top: 5px;
}

.trmcndmd p {
  font-family: "Diavlo Medium";
}

/*	gallery-area	*/
.gallery-area {
  padding: 60px 0;
}

.gallery-area h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #324687;
}

.dr-avlbe-top h2 {
  color: #324687;
}

.glance-top h2 {
  color: #324687;
}

.pregnancy-careCnt h2 {
  color: #324687;
}

.gallery-pic {
  margin-bottom: 30px;
}

.gallery-pic img {
  width: 100%;
  height: 100%;
}

.clnoph {
  background-color: #a488ae;
  padding: 50px 60px 30px;
  text-align: center;
}

.clnoph h4 {
  font-weight: 700;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin: 0px 0px 15px;
  line-height: 38px;
}

.clnoph p {
  font-weight: 300;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 40px;
  padding-bottom: 30px;
}

/*	dr-info	*/
.dr-info {
  background-color: #93729f;
  padding: 25px 20px;
  margin: 50px 0;
}

.dr-infoPic {
  border-radius: 50%;
  overflow: hidden;
  width: 350px;
  height: 350px;
  margin: 0 auto 25px;
}

.dr-infoPic img {
  width: 100%;
  height: 100%;
}

.dr-infoCnt h3 {
  font-size: 40px;
  line-height: 44px;
  color: #ffffff;
}

.dr-infoCnt p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding-bottom: 30px;
}

/*	pregnancy-care	*/
.pregnancy-care {
  background-color: #f8edfc;
  padding: 80px 0;
}

.pregnancy-carePic {
  text-align: center;
  position: relative;
  min-height: clamp(350px, 40.625vw, 650px);
  z-index: 2;
}

.pregnancy-carePic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pregnancy-careCnt {
  padding: 40px 0 20px;
}

.pregnancy-careCnt p {
  padding-bottom: 35px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.pgncycare-slide .slick-arrow {
  position: absolute;
  bottom: -40px;
  left: 0px;
  right: 0px;
  z-index: 2;
  width: 45px;
  height: 45px;
  border: none;
  background: #324687;
  font-size: 0px;
  margin: auto;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pgncycare-slide .slick-arrow::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 24px !important;
  color: #fff;
  z-index: 100;
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 24px;
  margin: auto;
  inset: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pgncycare-slide .slick-prev.slick-arrow {
  left: initial;
  right: 52px;
}

.pgncycare-slide .slick-prev.slick-arrow::before {
  font: var(--fa-font-solid);
  content: "\f053";
}

.pgncycare-slide .slick-next.slick-arrow {
  right: 0;
  left: initial;
}

.pgncycare-slide .slick-next.slick-arrow::before {
  font: var(--fa-font-solid);
  content: "\f054";
}

.pgncycare-slide .slick-arrow:hover::before {
  color: #a58aaf;
}

/* glance-area	*/
.glance-area {
  padding: 80px 0;
  background: url(../images/glance-bg.png) no-repeat right 25px;
}

.glance-top {
  text-align: center;
  padding-bottom: 10px;
}

.glance-bx {
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 10px #aaa;
  border-radius: 0 0 5px 5px;
}

.glance-cnt {
  position: relative;
  padding: 20px 20px 30px;
}

.glance-cnt ul {
  list-style: none;
}

.glance-cnt ul li {
  position: relative;
  padding-left: 30px;
  font-size: 17px;
  color: #324687;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 14px;
}

.glance-cnt ul li:before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(../images/leave-icon.png) no-repeat 0 0;
  position: absolute;
  left: 0;
/*   top: 2px; */
  top:8px;
}

.glance-tle {
  background-color: #324687;
  border-radius: 5px 5px 0 0;
  padding: 17px 15px 20px;
  text-align: center;
}

.glance-tle h3 {
  font-family: "Diavlo Medium";
  font-size: 33px;
  color: #ffffff;
  margin: 0;
}

.glance-cnt .btn {
  position: absolute;
  right: 20px;
  bottom: -15px;
}

/*	dr-avlbe-area	*/
.dr-avlbe-area {
  padding: 40px 0;
}

.dr-avlbe-top {
  text-align: center;
  padding-bottom: 10px;
}

.dr-avlbe-top p {
  color: #ed7427;
}

.dr-avlbe-frm table {
  border: 1px solid #e7e6e7;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /* .dr-avlbe-frm table-layout: fixed; */
  table-layout: fixed;
}

.dr-avlbe-frm table tr {
  background-color: #ffffff;
  border: 1px solid #e7e6e7;
  padding: 10px 0;
}

.dr-avlbe-frm table th {
  border: 1px solid #e7e6e7;
  text-align: center;
  padding: 17px 10px;
  background-color: #a488ae;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

.dr-avlbe-frm table td {
  border: 1px solid #e7e6e7;
  padding: 15px 10px;
  color: #324687;
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.msn-vsn-area {
  padding: 60px 0 0;
}

.msn-vsn-cnt {
  padding: 30px 0;
}

.msn-vsn-cnt h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #324687;
}

.msn-vsn-cnt h4 {
  font-size: 22px;
  line-height: 26px;
  color: #0d1a44;
  margin-bottom: 25px;
}

.msn-vsn-cnt p {
  font-size: 15px;
  line-height: 20px;
  color: #0d1a44;
  font-family: "Poppins", sans-serif;
}

.msn-vsn-cnt p strong {
  color: #a488ae;
}

.msn-vsn-cnt .row {
  margin-bottom: 25px;
}

.msnPic {
  margin-bottom: 20px;
}

.vsn-bx-top {
  text-align: center;
}

.vsn-bx-top p {
  /* font-family: 'Poppins', sans-serif; */
  /* font-size: 18px; */
  font-size: 16px;
  font-family: "Caudex", serif;
  line-height: 28px;
  font-weight: bold;
  color: #324687;
}

.vsn-bx-top p strong {
  color: #324687;
}

.vsn-bx-top p span {
  color: #ed7427;
  font-size: 16px;
}

.spr-app {
  margin: 0 40px;
  background-color: #f8f8f8;
  padding: 25px 40px;
  text-align: center;
}

.spr-app p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #0d1a44;
}

.spr-app-slide .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0px;
  right: 0px;
  z-index: 2;
  width: 45px;
  height: 45px;
  border: none;
  background: #324687;
  font-size: 0px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.spr-app-slide .slick-arrow::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 24px !important;
  color: #fff;
  z-index: 100;
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 24px;
  margin: auto;
  inset: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.spr-app-slide .slick-prev.slick-arrow {
  left: 0px;
  right: initial;
}

.spr-app-slide .slick-prev.slick-arrow::before {
  font: var(--fa-font-solid);
  content: "\f053";
}

.spr-app-slide .slick-next.slick-arrow {
  right: 0px;
  left: initial;
}

.spr-app-slide .slick-next.slick-arrow::before {
  font: var(--fa-font-solid);
  content: "\f054";
}

.spr-app-slide .slick-arrow:hover::before {
  color: #a58aaf;
}

.crvl-area {
  text-align: center;
  padding: 40px 0;
}

.crvl-area h2 {
  color: #324687;
}

.acsbility-bx {
  background-color: #93729f;
  padding: 60px 100px 40px;
  margin-bottom: 10px;
}

.acsbility-bx h3 {
  color: #ffffff;
  font-size: 44px;
  margin: 0 0 30px;
}

.acsbility-bx p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.crvl-lst ul {
  list-style: none;
  margin: 4px;
}

.crvl-lst ul li {
  background-color: #fff;
  border-radius: 4px;
  padding: 40px 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  color: #324687;
  font-family: "Diavlo Bold";
  width: 24%;
}

/* .crvl-lst ul:first-child li:nth-child(even) {
    background-color: #f0eded;
}

.crvl-lst ul:nth-child(2) li:nth-child(odd) {
    background-color: #f0eded;
}

.crvl-lst ul:nth-child(3) li:nth-child(odd) {
    background-color: #f0eded;
} */

.objtv-area {
  padding: 50px 0;
}

.objtv-area h2 {
  text-align: center;
  margin: 0 0 50px;
  color: #324687;
}

.objtv-area ul {
  list-style: none;
}

.objtv-area ul li {
  /* width: 50%; */
  /* float: left; */
  width: 100%;
  margin-bottom: 35px;
  padding-left: 130px;
  position: relative;
  padding-top: 15px;
}

.objtv-area p {
  color: #324687;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #ddd;
}

.objtv-count {
  transform: rotate(45deg);
  background-color: #324687;
  border-radius: 5px;
  border: 5px solid #98a2c3;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.objtv-count span {
  transform: rotate(-45deg);
  display: block;
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 0 5px;
}

.objtv-area
  .slide-objtv-count-petals-abt-custom
  .item:nth-child(4)
  li
  .objtv-count {
  background-color: #93729f;
  border-color: #c9b8cf;
}

.objtv-area
  .slide-objtv-count-petals-abt-custom
  .item:nth-child(5)
  li
  .objtv-count {
  background-color: #ed7427;
  border-color: #f6b993;
}

.objtv-area
  .slide-objtv-count-petals-abt-custom
  .item:nth-child(6)
  li
  .objtv-count {
  background-color: #93729f;
  border-color: #cabad0;
}

/* .objtv-area ul li:nth-child(4) .objtv-count,
.objtv-area ul li:nth-child(3) .objtv-count {
    background-color: #93729f;
    border-color: #c9b8cf;
}

.objtv-area ul li:nth-child(5) .objtv-count,
.objtv-area ul li:nth-child(6) .objtv-count {
    background-color: #ed7427;
    border-color: #f6b993;
}

.objtv-area ul li:nth-child(7) .objtv-count,
.objtv-area ul li:nth-child(8) .objtv-count {
    background-color: #93729f;
    border-color: #cabad0;
} */

/*	bldprf-tm	*/
.bldprf-tm {
  text-align: center;
  padding: 60px 0;
  background: url(../images/bg-health.png) no-repeat 0 bottom;
}

.bldprf-tm h2 {
  margin-bottom: 50px;
  color: #324687;
}

.bldprf-tm p {
  padding-bottom: 25px;
  font-family: "Caudex", serif;
  color: #0d1a44;
  font-weight: bold;
  font-size: 16px;
}

.bldprf-tm-bx {
  margin-bottom: 45px;
  box-shadow: 0 0 10px #aaa;
  overflow: hidden;
  border-radius: 5px;
  padding: 5px;	
}

.bldprf-tm-lst {
  padding-bottom: 50px;
}

.bldprf-tm-pic {
  min-height: 300px;
  position: relative;
  background-color: #ed7427;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .bldprf-tm-pic {
    min-height: clamp(500px, 31.25vw, 500px);
  }
.ft-btom {
   padding: 10px 0 43px 0!important;
}
	.cnfrm-bx .btn {
       margin: auto!important;
       display: table!important;
	   width: 100%;
    }
	html .mbl{display:block!important;}
    .dest{display:none!important;}
	html .chaty {
     bottom: 75px!important;
     right: 8px!important;     
}
}

@media (max-width: 479px) {
  .bldprf-tm-pic {
    min-height: clamp(380px, 31.25vw, 500px);
  }
}

.bldprf-tm-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.bldprf-tm-cnt {
  background-color: #f6f6f6;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 10px #aaa;
  padding: 15px 0;
}

.bldprf-arow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #324687;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -14px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  border: 3px solid #8a95b7;
  color: #fff;
}

.bldprf-arow:hover,
.bldprf-arow:focus,
.bldprf-arow:active {
  border: 3px solid #8a95b7;
}

.bldprf-arow::before {
  font: var(--fa-font-solid);
  content: "\f054";
}

.bldprf-tm-cnt h4 {
  font-size: 16px;
  line-height: 20px;
  color: #324687;
}

.bldprf-tm-lst [class*="col-"] {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 24%;
}

/*	pabt-stry	*/
.pabt-stry {
  padding: 30px 0;
}

.pabt-stry h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #324687;
}

.pabt-stry ul {
  list-style: none;
  position: relative;
}

.pabt-stry ul:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: url(../images/dash-bg.png) repeat-y 0 0;
}

.pabt-stry ul li {
  margin-bottom: 20px;
  position: relative;
}

.pabt-stry ul li:before {
  content: "";
  display: block;
  background-color: #324687;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 5px #333;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -18px;
}

.pabt-stryIcon {
  text-align: center;
  margin: 100px 30px 20px;
}

.pabt-stryIcon img {
  filter: invert(50%) sepia(13%) saturate(1320%) hue-rotate(251deg)
    brightness(87%) contrast(88%);
  width: 300px;
  height: 300px;
  object-fit: contain;
}

.pabt-stryCnt {
  padding: 0 30px;
}

.pabt-stryCnt h4 {
  font-size: 34px;
  line-height: 38px;
  color: #324687;
}

/* bikram css */
.asthetics-txt-h2 {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.all-bullet-petals-asthetics-page-ul {
  margin-bottom: 16px;overflow: hidden;
    clear: both;
}

.all-bullet-petals-asthetics-page-ul li {
	font-size: 17px;
    line-height: 22px;
    font-family: "Diavlo Light";
    text-transform: capitalize;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 15px;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left;
}

.all-bullet-petals-asthetics-page-ul li::before {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  /*background-color: #94729f;*/
  background: url(https://www.petalshealth.in/wp-content/uploads/2023/03/pink-icon.png) no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}

.all-bullet-petals-asthetics-page-ul li:last-child {
  margin-bottom: 0;
}

.all-bullet-petals-asthetics-page-ul li img {
  width: clamp(16px, 1.5vw, 24px);
  height: clamp(16px, 1.5vw, 24px);
  object-fit: contain;
}

.new__clearfix-icon-fix-custom .displayCell img {
  filter: invert(1);
  width: clamp(25px, 3.125vw, 50px);
  height: clamp(25px, 3.125vw, 50px);
  object-fit: contain;
}

.new-custom-image-upload-doctor-img {
  position: relative;
  min-height: clamp(350px, 25vw, 400px);
  margin-left: 0;
}

.new-custom-image-upload-doctor-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.table-sec-main-family-clinic {
  margin-top: 60px;
}

.table-sec-main-family-clinic-inr {
  box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  overflow: auto;
}

.table-sec-main-family-clinic-inr table {
  width: 100%;
}

.table-sec-main-family-clinic-inr table th {
  border: 1px solid rgb(231, 230, 231);
  background: rgb(164, 136, 174);
  padding: 15px 15px;
  text-align: center;
  font-size: clamp(14px, 1.625vw, 26px);
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  min-width: 220px;
  text-transform: capitalize;
}

.table-sec-main-family-clinic-inr table td {
  border: 1px solid rgb(231, 230, 231);
  padding: 15px 15px;
  padding-left: 30px;
  font-size: clamp(9px, 1.0625vw, 17px);
  font-family: "Poppins";
  color: rgb(50, 70, 135);
  font-weight: bold;
  min-width: 220px;
  line-height: 1.2;
  text-transform: capitalize;
}

.left-sec-intervenu h2 {
  margin-bottom: 16px;
  line-height: 1.3;
  font-size: clamp(28px, 3.5vw, 56px);
  color: #324687;
}

.left-sec-intervenu h3 {
  margin-bottom: 14px;
  line-height: 1.2;
  font-size: clamp(14px, 1.5625vw, 25px);
}

.left-sec-intervenu h4 {
  margin-bottom: 12px;
}

.intervention-main-sec {
  padding-top: 50px;
}

.right-sec-intervenu {
  position: relative;
  min-height: clamp(300px, 37.5vw, 600px);
}

.right-sec-intervenu img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.table-sec-main-family-clinic-inr::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  cursor: pointer;
}

/* Handle */
.table-sec-main-family-clinic-inr::-webkit-scrollbar-thumb {
  background: #324687;
  border-radius: 10px;
}

/* bikram css end */

.pgncycare-slide .slick-dots {
  position: absolute;
  left: 0px;
  margin: 0;
  bottom: -50px;
  width: 100%;
}

.pgncycare-slide .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  border: 0;
  line-height: normal;
}

.pgncycare-slide .slick-dots li.slick-active button {
  background: #ed7427;
}

.pgncycare-slide .slick-dots li button {
  width: 16px;
  height: 16px;
  border: 0;
  background-color: #324687;
  text-indent: -9999px;
  outline: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pgncycare-slide .slick-dots li button:hover {
  background-color: #324687;
  border: 0;
}

/**	---------------- ==============	 Responsive style start	 ==============	---------------- **/
/***----------------------------------------------------------------------------------------***/
@media only screen and (min-width: 1300px) {
  .cntquick-cnt h4 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1299px) {
  .middleTextBan h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .middleTextBan h2 strong {
    font-size: 70px;
    line-height: 76px;
  }

  .middleTextBan p {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .bannerSlide .slick-dots {
    max-width: 970px;
    bottom: 5px;
  }

  .about-btn {
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }

  .about-btn .btn {
    display: inline-block;
    margin: 0 8px 15px;
  }

  .adjust-nav .btn {
    padding: 12px 40px 12px 25px;
  }

  .stellarnav > ul > li > a {
    padding: 25px 5px;
  }

  .wptl-area {
    /* padding: 25px 0 25px 20px; */
    padding: 0 0 0 20px;
  }

  .cnast-bx {
    padding: 10px;
  }

  .cnast-cnt a {
    font-size: 13px;
  }

  .qckadrs-count ul {
    margin: 0 0 20px;
  }

  .qckadrs-count-bx {
    padding: 7px 4px 4px;
    width: 110px;
  }

  .qckadrs-count-bx h5 {
    font-size: 18px;
  }

  .qckadrs-count-icon {
    margin: 0 0 3px;
  }

  .qckadrs-lst ul {
    margin: 0 0 50px;
  }

  .qckadrs-lst ul li {
    font-size: 18px;
    padding-left: 28px;
    margin-bottom: 8px;
  }

  .qckadrs-lst ul li h5 {
    font-size: 30px;
  }

  .qckadrs-lst ul li.lctn {
    background: url(../images/location-icon.png) no-repeat 0 7px;
  }

  .qckadrs-lst ul li.dt {
    background: url(../images/time-icon.png) no-repeat 0 4px;
  }

  .qckadrs-btn .btn {
    margin: 0;
    padding: 12px 40px;
  }

  .qckadrs-btn .btn.tl {
    padding: 12px 35px 12px 40px;
  }

  .qckadrs-btn .btn.ml {
    padding: 12px 35px 12px 45px;
  }
}

/*******		end 1299		*******/

@media only screen and (max-width: 1199px) {
  .about-area {
    background: none;
  }

  .about-btn .btn {
    display: inline-block;
    margin: 0 8px 15px;
  }

  .about-cnt {
    text-align: center;
  }

  .service-cont {
    padding-left: 15px;
  }

  .service-area::before {
    width: 15px;
  }

  .dr-spcl-slide .slick-prev.slick-arrow {
    left: 0px;
  }

  .dr-spcl-slide .slick-next.slick-arrow {
    right: 0px;
  }

  .lts-blgs-slide .slick-prev.slick-arrow {
    left: 0px;
  }

  .lts-blgs-slide .slick-next.slick-arrow {
    right: 0px;
  }

  .service-pic {
    width: 40%;
  }
}

/*******		end 1199		*******/

@media only screen and (max-width: 1169px) {
  .wptl-list-bx ul li:first-child:after {
    width: 85px;
    height: 94px;
    right: -40px;
    top: 130px;
    background-size: cover;
  }

  .wptl-list-bx ul li:nth-child(2):after {
    width: 90px;
    height: 100px;
    left: -37px;
    top: 125px;
    background-size: cover;
  }

  .wptl-list-bx ul li:nth-child(3):after {
    width: 88px;
    height: 103px;
    right: -50px;
    top: 5px;
    background-size: cover;
  }

  .wptl-list-bx ul li:nth-child(4):after {
    width: 85px;
    height: 104px;
    left: -40px;
    top: 5px;
    background-size: cover;
  }
}

/*******		end 1169		*******/

@media only screen and (max-width: 991px) {
  .stellarnav > ul > li > a {
    padding: 25px 6px;
    font-size: 14px;
  }

  .logo {
    position: static;
    margin: 0 auto;
  }

  .adjust-nav {
    float: none;
  }

  .adjust-nav .btn {
    float: right;
  }

  .header-main {
    padding-bottom: 15px;
  }

  .service-area::before {
    display: none;
  }

  .service-pic {
    position: relative;
    min-height: clamp(400px, 31.25vw, 500px);
    width: 100%;
    border-radius: 0;
    height: 100%;
    transform: none;
    margin-bottom: 12px;
  }

  .service-cont {
    text-align: center;
  }

  .service-area {
    padding-bottom: 0;
  }

  .service-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
  }

  .service-slider .slick-prev.slick-arrow {
    margin-left: -50px;
  }

  .service-slider .slick-next.slick-arrow {
    margin-right: -50px;
  }

  .dr-spcl-slide .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
  }

  .dr-spcl-slide .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    border: 0;
    line-height: normal;
    line-height: 3px;
  }

  .dr-spcl-slide .slick-dots li button {
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    outline: none;
    border-radius: 50%;
    background: #94729f;
    border: none;
  }

  .dr-spcl-slide .slick-dots li.slick-active button {
    background: #324687;
  }

  .testimonial-dsgnt h4 {
    font-size: 18px;
  }

  .lts-blgs-slide .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
  }

  .lts-blgs-slide .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    border: 0;
    line-height: normal;
    line-height: 3px;
  }

  .lts-blgs-slide .slick-dots li button {
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    outline: none;
    border-radius: 50%;
    background: #94729f;
    border: none;
  }

  .lts-blgs-slide .slick-dots li.slick-active button {
    background: #324687;
  }

  .wptl-area {
    /* padding: 30px 0 10px; */
    padding: 30px 0 0;
    margin-bottom: 50px;
    text-align: center;
    /* background-color: #fdf1fd; */
    background-color: transparent;
  }

  .wptl-cont {
    padding: 0 0 30px;
  }

.new__custom-list-medicine-home-dfl-petals li { font-size: 15px;}
  .wptl-list-bx ul li:first-child:after,
  .wptl-list-bx ul li:nth-child(2):after,
  .wptl-list-bx ul li:nth-child(3):after,
  .wptl-list-bx ul li:nth-child(4):after {
    display: none;
  }

  .wptl-list-bx ul li,
  .wptl-list-bx ul li:nth-child(2),
  .wptl-list-bx ul li:nth-child(3),
  .wptl-list-bx ul li:nth-child(4) {
    margin: 0 5px !important;
    float: none !important;
    display: inline-block;
    vertical-align: top;
  }

  .wptl-list-bx {
    max-width: 100%;
    padding: 30px 0;
  }

  .wptl-list-logo {
    display: none;
  }

  .wptl-left {
    background: none;
  }

  .qckadrs-area {
    position: relative;
    text-align: center;
    background-color: #996699;
  }

  .qckadrs-middle {
    padding: 15px 0;
    -ms-transform: none;
    -webkit-transform: none;
    position: static;
    right: auto;
    transform: none;
  }

  .qckadrs-count ul {
    margin: 0 0 15px;
  }

  .qckadrs-count ul li {
    margin: 0 4px 10px;
  }

  .qckadrs-count-bx {
    width: 100px;
  }

  .qckadrs-count-bx h5 {
    font-size: 16px;
  }

  .qckadrs-lst ul {
    margin: 0 0 20px;
  }

  .qckadrs-lst ul li {
    font-size: 15px;
    line-height: 28px;
    padding-left: 25px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px;
  }

  .qckadrs-lst ul li h5 {
    font-size: 24px;
  }

  .qckadrs-lst ul li.lctn {
    background: url(../images/location-icon.png) no-repeat 0 5px;
  }

  .qckadrs-lst ul li.dt {
    background: url(../images/time-icon.png) no-repeat 0 6px;
  }

  .qckadrs-btn .btn {
    margin: 0 5px 10px;
  }

  .testimonial-item {
    padding: 30px 30px 10px;
  }

  .key-benifits-lst ul li {
    padding: 0 15px 0 100px;
    width: 100%;
    margin-bottom: 50px;
    float: none;
  }

  .dr-infoPic {
    width: 250px;
    height: 250px;
  }

  .dr-spcl-pic {
    width: 200px;
    height: 200px;
    padding: 10px;
  }

  .dr-spcl-pic img {
    border-width: 10px;
  }

  .dr-avlbe-top p br {
    display: none;
  }

  .crvl-lst ul li {
    font-size: 20px;
  }

  .bldprf-tm-lst [class*="col-"] {
    width: 32%;
  }

  .table-sec-main-family-clinic-inr th {
    min-width: 250px;
  }

  .table-sec-main-family-clinic-inr td {
    min-width: 250px;
  }

  .new-custom-image-upload-doctor-img {
    margin-bottom: 25px;
  }
	.wptl-list-bx ul li {margin-bottom:40px !important}
}

/*******		end 991		*******/

@media only screen and (max-width: 767px) {
  .header-main {
    padding: 15px 0;
  }
html .bannerSlide .slick-prev {
    left: 112px;
}
html .bannerSlide .slick-next {
    left: 200px;
}	
html .middleTextBan {
    width: 100%;
   }	
  .logo {
    float: left;
    padding: 0;
    width: 80px;
  }

  .adjust-nav {
    float: right;
    padding-top: 33px;
  }

  .adjust-nav .btn {
    background-image: inherit;
    padding: 10px 12px;
    font-size: 11px;
    float: left;
    margin-right: 5px;
  }

  .middle-banner {
    -ms-transform: none;
    -webkit-transform: none;
    position: static;
    transform: none;
    padding: 15px 0 50px;
    text-align: center;
  }

  .middleTextBan h2 {
    margin: 0px 0px 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .middleTextBan h2 strong {
    font-size: 40px;
    line-height: 44px;
  }

  .middleTextBan p {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 13px;
  }

  .bannerSlide .slick-dots {
    text-align: center;
    bottom: 10px;
  }

  .about-area {
    padding: 30px 0;
  }

  h1,
  h2 {
    font-size: 30px;
    line-height: 33px;
  }

  .wrapper h1 span::before,
  .wrapper h2 span::before {
    display: none;
  }

  .about-cnt h1 {
    margin-bottom: 15px;
  }

  .about-cnt p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .specialtys_heading h3 {
    padding: 0;
    margin: 0 0 10px;
  }

  .specialtys-area {
    padding: 30px 0 5px;
  }

  .service-item {
    padding: 0 0 30px;
  }

  .service-cont h2 {
    margin-bottom: 10px;
  }

  .service-cont h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .service-cont p {
    font-size: 16px;
    line-height: 22px;
  }

  .hth-pro-top {
    padding-bottom: 10px;
  }

  .hth-pro-top p br {
    display: none;
  }

  .lts-blgs {
    padding: 30px 0;
  }

  .lts-blgs-top p br {
    display: none;
  }

  h1,
  h2 {
    margin-bottom: 15px;
  }

  .ftmain {
    text-align: center;
  }

  .footerTop {
    padding: 40px 0 10px;
  }

  .ft-btom .pull-right {
    float: none !important;
  }

  .ft-social {
    text-align: center;
    padding-bottom: 7px;
  }

  .copyRight p {
    line-height: 18px;
  }

  .ft_item h4:after {
    margin: 15px auto 5px;
  }

  .ft-social ul li {
    margin: 0 3px;
  }

  .dr-spcl-top p br {
    display: none;
  }

  .dr-spcl-area {
    padding: 30px 0 50px;
  }

  .wptl-list-icon {
    margin-bottom: 8px;
  }

  .wptl-area {
    margin-bottom: 30px;
  }

  .hth-pro-pic {
    border: 0;
  }

  .lts-blgs-slide .slick-dots {
    bottom: -8px;
  }

  .wptl-list-bx ul li {
    width: 220px;
    margin-bottom: 12px !important;
  }

  .book-btn {
    /* right: -68px; */
    right: -57px;
  }

  .book-btn a {
    font-size: 15px;
    line-height: 18px;
    padding: 7px 25px;
    letter-spacing: normal;
    border-radius: 30px;
  }

  .dfl-lstds li {
    font-size: 15px;
    line-height: 20px;
    float: none;
    width: 100%;
    padding: 0 15px;
    padding-left: 22px;
    margin-bottom: 8px;
  }

  .dfl-lstds li:before {
    width: 12px;
    height: 12px;
    top: 3px;
  }

  .stellarnav .menu-toggle {
    padding: 10px 9px;
    margin-top: 3px;
  }

  .bkcnst .modal-body ul li {
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    padding: 4px;
    width: 40.5%;
    margin: 4px;
  }

  .bkcnst .modal-body ul li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
  }

  .bkcnst .modal-body ul li a .iconn {
    border: 3px solid #db7738;
    margin: 0 auto 8px;
    padding: 16px;
  }

  .bkcnst .modal-header {
    padding: 14px;
  }

  .bkcnst .modal-title {
    font-size: 24px;
  }

  .ourdr-pg .dr-spcl-item {
    margin-bottom: 30px;
  }

  .ourdr-pg .dr-spcl-area {
    padding: 30px 0 30px;
  }

  .inner-banner .middle-banner {
    padding: 15px 0 15px;
  }

  .cnfrm-bx .btn {
    padding: 15px 40px;
    margin-bottom: 8px;
  }

  .cnfrm-bx {
    padding: 15px 10px;
  }

  .cnfrm-area {
    padding: 30px 0;
  }

  .cnast-area {
    padding: 18px 0 10px;
  }

  .lcatr-area {
    padding: 10px 0;
  }

  .qckadrs-count ul {
    margin: 0 0 10px;
  }

  .qckadrs-count-bx {
    width: 80px;
  }

  .qckadrs-count-bx h5 {
    font-size: 15px;
  }

  .qckadrs-lst ul {
    margin: 0 0 10px;
  }

  .qckadrs-lst ul li {
    font-size: 15px;
    line-height: 30px;
    padding-left: 22px;
    margin: 0 5px 5px;
  }

  .qckadrs-lst ul li h5 {
    font-size: 24px;
  }

  .qckadrs-btn .btn {
    margin: 0 0 10px;
    padding: 12px 25px;
    font-size: 16px;
  }

  .qckadrs-btn .btn.tl {
    padding: 12px 25px;
    background-image: inherit;
  }

  .qckadrs-btn .btn.ml {
    padding: 12px 25px;
    background-image: inherit;
  }

  .cntquick-area {
    padding: 30px 0 10px;
  }

  .wmclinic-health {
    padding: 30px 0;
    text-align: center;
  }

  .testimonial-item {
    padding: 15px 15px 10px;
    text-align: center;
  }

  .testimonial-cont p {
    line-height: 24px;
    padding-bottom: 10px;
  }

  .testimonial-dsgnt::before {
    display: none;
  }

  .testimonial-dsgnt {
    padding: 0;
    margin-bottom: 15px;
  }

  .testimonial-icon {
    position: static;
    margin: 0 auto;
  }

  .testimonial-area.testimonial-edit {
    padding: 30px 0 35px;
  }

  .key-benifits {
    padding: 30px 0;
    text-align: center;
  }

  .key-benifits-top {
    padding-bottom: 10px;
  }

  .key-benifits-pic {
    position: static;
    margin: 0 auto 10px;
  }

  .key-benifits-lst ul li {
    padding: 0 0 30px;
    margin-bottom: 30px;
  }

  .key-benifits-cnt {
    /*border: 0;*/
  }

  .key-benifits-btomCnt {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .key-benifits-btom h5 {
    margin-bottom: 25px;
  }

  .key-benifits-btomPic {
    margin: 0;
  }

  .women-service-bx {
    padding: 70px 15px 15px;
    margin-bottom: 30px;
  }

  .women-service {
    padding: 35px 0 10px;
  }

  .women-service h2 {
    margin-bottom: 20px;
  }

  .women-service-lst ul {
    margin-bottom: 25px;
  }

  .women-service-bx h3 {
    font-size: 30px;
  }

  .women-service-lst h4 {
    font-size: 22px;
    line-height: 26px;
    padding: 15px 20px;
    margin: 0 0 15px;
  }

  .women-service-lst p {
    font-size: 14px;
    padding: 0 15px 15px;
  }

  .obster-pic {
    margin-bottom: 20px;
  }

  .clinic-menu ul li {
    font-size: 16px;
  }

  .clinic-menu ul li a {
    padding: 6px 8px;
  }

  .clinic-menu ul li.active::after {
    display: none;
  }

  .clinic-menu ul li.active a {
    color: #93729f;
  }

  .contact-pg {
    padding: 0;
  }

  .srvc-pg {
    padding: 30px 0 0;
  }

  .srvc-pg .cnfrm-area {
    padding: 0px 0 35px;
  }

  .form-control,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea,
  input[type="password"],
  input[type="number"],
  input[type="date"],
  input[type="time"],
  select {
    padding: 15px 10px;
  }

  .lcatr-bx select {
    padding: 15px 40px 15px 15px;
  }

  .contact-pg h2 {
    margin-bottom: 25px;
  }

  .srvc-pg h1 {
    margin-bottom: 20px;
  }

  .cnfrm-bx select {
    padding: 15px 40px 15px 10px;
  }

  .checkbx_group_each h6 {
    font-size: 14px;
  }

  .form_chkBx {
    font-size: 15px;
    margin: 0px 0px 12px;
  }

  .checkbx_group_each {
    padding: 10px 0 20px;
  }

  .faq-section {
    padding: 30px 0;
  }

  .faq-section h2 {
    margin-bottom: 20px;
  }

  .faq_hd h3 {
    font-size: 16px;
    line-height: 22px;
    font-family: "Diavlo Medium";
  }

  .srvmdl h2 {
    font-size: 21px;
    line-height: 28px;
  }

  .clnoph {
    padding: 15px;
  }

  .clnoph p {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 15px;
  }

  .clnoph h4 {
    font-size: 24px;
  }

  .gallery-area {
    padding: 30px 0;
  }

  .gallery-area h2 {
    margin-bottom: 30px;
  }

  .dr-infoCnt h3 {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 30px;
  }

  .dr-info {
    margin: 30px 0 10px;
    padding: 10px 10px 0;
  }

  .dr-infoPic {
    width: 200px;
    height: 200%;
  }

  .pregnancy-care {
    padding: 30px 0 70px;
  }

  .pregnancy-careCnt {
    padding: 10px 0 0;
    text-align: center;
  }

  .pregnancy-careCnt p {
    padding-bottom: 10px;
  }

  .pgncycare-slide .slick-arrow {
    bottom: -55px;
  }

  .glance-area {
    padding: 30px 0;
  }

  .glance-tle h3 {
    font-size: 26px;
  }

  .glance-cnt .btn {
    position: static;
  }

  .dr-avlbe-area {
    padding: 0 0 10px;
  }

  .pgncycare-slide .slick-prev.slick-arrow {
    left: 50%;
    margin: 0 0 0 -50px;
    right: initial;
  }

  .pgncycare-slide .slick-next.slick-arrow {
    right: 50%;
    margin: 0 -50px 0 0;
  }

  .dr-avlbe-frm table {
    border: 0;
  }

  .dr-avlbe-frm table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .dr-avlbe-frm table tr {
    border: 0;
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 30px;
    padding: 0;
  }

  .dr-avlbe-frm table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    text-align: right;
  }

  .dr-avlbe-frm table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .dr-avlbe-frm table td:last-child {
    border-bottom: 0;
  }

  .msnPic.pull-right {
    float: none !important;
  }

  .msn-vsn-cnt {
    text-align: center;
    padding: 0;
  }

  .msn-vsn-area {
    padding: 30px 0 40px;
  }

  .msn-vsn-cnt h2 {
    margin-bottom: 25px;
  }

  .msn-vsn-cnt h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .vsn-bx-top p {
    font-size: 16px;
    line-height: 24px;
  }

  .acsbility-bx {
    padding: 15px 15px 5px;
  }

  .acsbility-bx h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .acsbility-bx p {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .spr-app-slide {
    padding-bottom: 60px;
  }

  .spr-app {
    padding: 20px 15px 5px;
    margin: 0;
  }

  .spr-app-slide .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
  }

  .spr-app-slide .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    border: 0;
    line-height: normal;
    line-height: 3px;
  }

  .spr-app-slide .slick-dots li button {
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    outline: none;
    border-radius: 50%;
    background: #94729f;
    border: none;
  }

  .spr-app-slide .slick-dots li.slick-active button {
    background: #324687;
  }

  .crvl-lst ul {
    margin: 0;
  }

  .crvl-lst ul li {
    width: 49%;
    margin-bottom: 3px;
  }

  .objtv-area {
    padding: 30px 0 0;
  }

  .objtv-area ul li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    padding: 0;
  }

  .objtv-area p {
    text-align: center;
  }

  .objtv-count {
    position: static;
    margin: 0 auto 20px;
  }

  .bldprf-tm-lst [class*="col-"] {
    width: 100%;
    display: block;
  }

  .bldprf-tm {
    padding: 20px 0 30px;
  }

  .bldprf-tm h2 {
    margin-bottom: 25px;
  }

  .bldprf-tm p {
    padding-bottom: 15px;
  }

  .bldprf-arow {
    bottom: -14px;
  }

  .bldprf-tm-lst {
    padding-bottom: 20px;
  }

  .pabt-stry {
    padding: 10px 0;
    text-align: center;
  }

  .pabt-stry h2 {
    margin-bottom: 20px;
  }

  .pabt-stry ul:before {
    display: none;
  }

  .pabt-stry ul li {
    margin-bottom: 10px;
  }

  .pabt-stry ul li:before {
    display: none;
  }

  .pabt-stryIcon {
    margin: 0 0 25px;
  }

  .pabt-stryCnt {
    padding: 0 0 20px;
  }

  .pabt-stryCnt h4 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .pabt-stry [class*="col-"].pull-right {
    float: none !important;
  }

  .right-sec-intervenu {
    margin-top: 20px;
  }

  .pgncycare-slide .slick-dots {
    left: 0px;
    text-align: center;
    bottom: -40px;
  }
	.wptl-left .col-md-6.col-sm-6 {width:50% !important;}
	.new__custom-list-medicine-home-dfl-petals li {width: 100% !important;}
	.wptl-list-icon { height: 100px;width: 100px; background-size: 100%;}
}

/*******	 end 767		*******/

/* custom css */
.new__white-li-col-service-item li {
  color: #fff;
}

.new__fix-wptl-cont-health-care {
  padding-top: 20px;
  padding-bottom: 40px;
}

.new__fix-mar-wptl-area {
  margin-bottom: 50px;
}

.new__fix-mar-wptl-area .wptl-left {
  background: #a68ab0;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .bullet-txt-why-choose-petals-orange-bott li {
    font-size: 15px;
  }
  html .health_packages .pack {
    width: 100%;
    margin: 7px 0;
}
}

@media (max-width: 600px) {
  .bullet-txt-why-choose-petals-orange-bott li {
    width: 100%;
    margin-left: 30px;
  }
}

.header-main {
  box-shadow: 0 0 20px #b7b7b7;
}

.footer-logo-sec-main-fist .logo-footer {
  width: clamp(100px, 11.25vw, 180px);
  height: clamp(100px, 11.25vw, 180px);
  background-color: #fff;
  padding: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo-sec-main-fist .logo-footer img {
  width: clamp(75px, 7.5vw, 120px);
  height: clamp(75px, 7.5vw, 120px);
  object-fit: contain;
}

.branding-sec-all-txt-footer {
    /* margin-top: 20px; */
    /* margin-right: 22px; */
    text-align: justify;
}

.branding-sec-all-txt-footer h2 {
    font-size: clamp(14px, 1.375vw, 22px);
    color: #ed7427;
    font-style: normal;
    margin-bottom: 14px;
    line-height: 1.3;
    font-size: 23px;
    font-weight: 700;
}

.branding-sec-all-txt-footer p {
  color: #fff;
  font-size: clamp(13px, 1.125vw, 18px);
  padding-bottom: 15px;
 font-size: 16px;
}

.new__footer-fix-row-custom .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.footer-logo-sec-main-fist {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: flex-start;
}

.logo-footer-fix-first-main-wth {
  flex-grow: 1;
}

.branding-sec-all-txt-footer {
  flex-grow: 1;
}

.new__footer-fix-row-custom .ft_item h4 {
  line-height: 1.3;
}

@media (max-width: 767px) {
  .footer-logo-sec-main-fist {
    flex-wrap: wrap;
  }

  .logo-footer-fix-first-main-wth {
    width: 100%;
  }

  .footer-logo-sec-main-fist .logo-footer {
    margin: 0 auto;
  }

  .branding-sec-all-txt-footer {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .new__footer-fix-row-custom [class*="col-xs"] {
    width: 100%;
  }
}

.dr-spcl-top p {
  font-family: "Caudex", serif;
  font-size: 18px;
  font-weight: bold;
}

.lts-blgs-top p {
  font-family: "Caudex", serif;
  font-size: 16px;
  font-weight: bold;
  color: #ed7427;
}

.dr-spcl-top p {
  color: #ed7427;
}

.dr-spcl-cont p,
.branding-sec-all-txt-footer p {
  font-family: "Poppins", sans-serif;
}

.specialtys_details p,
.lts-blgs-cnt p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.testimonial-dsgnt span {
    font-family: "Caudex", serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}
.wptl-cont.new__fix-wptl-cont-health-care h3{color: #fff!important;}
.wptl-cont p {
  font-family: "Poppins", sans-serif;
  font-size: 17px!important;
  line-height:23px!important;
  color: #000;
}

.new__fix-wptl-cont-health-care .orange-para-txt-petals-health {
  color: #fff;
}

.all-para-font-chng-petals-heath-care,
.glance-top p,
.dr-avlbe-top p {
/*   font-family: "Caudex", serif; */
  font-family: 'Diavlo Bold';
  font-size: 16px;
  font-weight: bold;
  color: #000 !important;
}

/* linear-gradient(#030395, #b300b3) !important */

.style-change-span-allpage-petals {
  /* background: linear-gradient(#333399, #996699) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important; */
  color: #324687;
  background: transparent !important;
}

.mission-values-sec-row-custom .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mission-values-sec-row-custom .row .pull-right,
.msnPic {
  position: relative;
  min-height: clamp(150px, 14.6875vw, 235px);
}

.mission-values-sec-row-custom .row .pull-right img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mission-values-sec-row-custom .row .msnPic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .mission-values-sec-row-custom .row [class*="col-"] {
    width: 100%;
    text-align: center;
  }
}

.mission-values-sec-row-custom .row:nth-child(even) {
  flex-direction: row-reverse;
}

.b-tab {
  display: none;
}

.active__all-tabs-custom-petals-about {
  display: block;
}

.crvl-lst .active__all-tabs-custom-petals-about {
  background-color: #f0eded;
}

.new__tab-list-main-acsbility .crvl-lst ul li:hover {
  background-color: #f0eded;
}

.new__tab-list-main-acsbility .crvl-lst ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

.new__tab-list-main-acsbility .crvl-lst ul li {
  width: calc(95% / 5);
  font-size: clamp(14px, 1.5625vw, 25px);
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #93729f;
}

@media (max-width: 991px) {
  .new__tab-list-main-acsbility .crvl-lst ul li {
    width: calc(95% / 4);
  }
}

@media (max-width: 767px) {
  .new__tab-list-main-acsbility .crvl-lst ul {
    flex-wrap: wrap;
  }

  .new__tab-list-main-acsbility .crvl-lst ul li {
    width: calc(95% / 3);
  }
}

@media (max-width: 479px) {
  .new__tab-list-main-acsbility .crvl-lst ul li {
    width: 100%;
  }
}

.pabt-stry .pabt-stryCnt p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.all-doctors-name-details-item-main .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .all-doctors-name-details-item-main .row [class*="col-"] {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .all-doctors-name-details-item-main .row [class*="col-"] {
    width: calc(100% / 2);
  }
}

@media (max-width: 600px) {
  .all-doctors-name-details-item-main .row [class*="col-"] {
    width: 100%;
  }
}

.dr-details-petals-abt-teams {
  text-transform: capitalize;
  padding-bottom: 15px !important;
}

@media (max-width: 767px) {
}

.bldprf-arow {
  cursor: pointer;
}

.full-dropdown-menu-petals-about {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(25px);
  z-index: 90;
}

.popup-menubar-all-items-petals-about {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  display: none;
  transition: 0.3s;
}

.popup-menu-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 140;
  background: #f6f6f6;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px #aaa;
  max-width: 90%;
  width: 61%;
}

@media (max-width: 767px) {
  .popup-menu-content {
    width: 100%;
  }
}

.close-icon-petals-abt-pop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 180;
  cursor: pointer;
}

.close-icon-petals-abt-pop img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.popup-menubar-all-items-petals-about h2 {
  margin-bottom: 12px;
  font-size: clamp(15px, 1.875vw, 30px);
  line-height: 1.3;
}

.popup-menubar-all-items-petals-about h3 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Caudex", serif;
}

.popup-menubar-all-items-petals-about p {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .all-tab-mobile-none-fix-custom {
    display: none;
  }

  .new__accordian-style-custom-tabs-abt-petals {
    display: block !important;
  }

  .new__accordian-style-custom-petals-knowledge-sec .faq_item p {
    font-size: 13px;
  }
}

.new__accordian-style-custom-tabs-abt-petals {
  display: none;
  margin-top: 20px;
}

.new__accordian-style-custom-tabs-abt-petals .faq_item p {
  color: #454545;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.new__accordian-style-custom-tabs-abt-petals .faq_cont {
  background: #edfbf5;
}

.new__accordian-style-custom-petals-knowledge-sec {
  margin-top: 10px;
}

.new__accordian-style-custom-petals-knowledge-sec .faq_item h3 {
  font-size: clamp(16px, 1.375vw, 22px);
  line-height: 26px;
  color: #fff;
  margin-bottom: 25px;
}

.new__accordian-style-custom-petals-knowledge-sec .faq_item p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #0d1a44;
}

.bg-red-custom-abt-petals .row:nth-child(odd) {
  background: #bd494a;
  padding: 20px 10px 15px;
}

.bg-red-custom-abt-petals .row h4 {
  color: #fff;
}

.bg-red-custom-abt-petals .row p {
  color: #fff;
}

.bg-red-custom-abt-petals .row strong {
  color: #fff;
}

.bg-red-custom-abt-petals .row:nth-child(even) {
  background: #93729f;
  padding: 20px 10px 15px;
}

@media (max-width: 479px) {
  .bg-red-custom-abt-petals .row {
    padding: 15px 5px 15px;
  }
}

.last-all-btn-cv-submit-linkdin {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.specialtys_details p {
  color: #333;
}

.new__custom-list-medicine-home-dfl-petals {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.new__custom-list-medicine-home-dfl-petals::before {
  display: none;
}

@media (max-width: 600px) {
  .new__custom-list-medicine-home-dfl-petals li {
    width: 100% !important;
  }
}

.new__custom-list-medicine-home-dfl-petals li {
  width: calc(95% / 2);
  padding-right: 0;
  border: 1px solid #fff;
  padding: 10px 12px;
  border-radius: 10px;
  margin-bottom: 0;
  color: #fff;
  word-break: break-word !important;
}

.new__custom-list-medicine-home-dfl-petals li::before {
  top: 16px;
  left: 2px;
  display: none;
}

.objtv-area {
  position: relative;
}

.objtv-area .slick-arrow {
  text-indent: -9999px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #324687;
}

.objtv-area .slick-next {
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 55;
  background: #324687 url(../images/next-icon-slide.png) no-repeat;
  background-position: center center;
  background-size: 12px;
  border-radius: 10px;
}

.objtv-area .slick-prev {
  position: absolute;
  right: 70px;
  bottom: -20px;
  z-index: 55;
  background: #324687 url(../images/prev-icon-slide.png) no-repeat;
  background-position: center center;
  background-size: 12px;
  border-radius: 10px;
}

@media (max-width: 1100px) {
  .objtv-area .slick-prev {
    right: inherit;
    left: 48%;
    transform: translateX(-50%);
  }

  .objtv-area .slick-next {
    right: inherit;
    left: 58%;
    transform: translateX(-50%);
  }
}

@media (max-width: 600px) {
  .objtv-area .slick-arrow {
    bottom: -10px;
  }

  .objtv-area .slick-prev {
    right: inherit;
    left: 40%;
    transform: translateX(-50%);
  }

  .objtv-area .slick-next {
    right: inherit;
    left: 65%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  #mision-vision .objtv-area ul li {
    float: left;
    padding-top: 8px;
    margin-bottom: 35px;
  }
}

.heading-new-fix-wptl-area h2 {
  text-align: center;
  color: #324687;
}

.mainHd {
  transition: 0.4s;
  position: fixed;
  top: 0px;
  z-index: 200;
  background: #fff;
  width: 100%;
}

.sticky__header {
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.4s;
  z-index: 200;
  background: #fff;
  box-shadow: 0 0 45px #333333;
}

.sticky__header .logo {
  width: 120px;
}

.our__team-main-abt-petals-main .full-heading-first-our-team h3 {
  font-size: clamp(18px, 1.5625vw, 25px);
  text-transform: capitalize;
}

.our__team-main-abt-petals-main .full-heading-first-our-team h4 {
  font-size: clamp(22px, 1.875vw, 30px);
  text-transform: capitalize;
  color: #324687;
  line-height: 1.2;
}

.right-sec-sevice-img-count-secnew {
  text-align: center;
}

.right-sec-sevice-img-count-secnew img {
  display: initial;
/*   width: clamp(400px, 28vw, 528px);
  height: clamp(400px, 28.75vw, 508px); */
  width:300px;
  height:300px;
  object-fit: contain; 
}

.heightlight-txt-rawdan {
  color: #ed7427;
  font-weight: bold;
  font-size: 17px;
}

.pregnancy-careCnt b {
  font-weight: bold;
  color: #ed7427;
}

@media (max-width: 767px) {
  .pregnancy-carePic {
    margin-bottom: 20px;
  }
}

/* #srv-modal{
    display: none !important;
}

.modal-backdrop.in{
    display: none;
} */

.toll-free-no-sec-header {
  font-size: 15px;
  /* color: #2d357e; */
  font-weight: bold;
  line-height: 22px;
  background: #2d357e;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 12px 28px;
}

/* 
.toll-free-no-sec-header:hover {
  color: #93729f;
  background: none;
  box-shadow: none;
  text-decoration: underline;
} */
/* 
.toll-free-no-sec-header:focus {
  color: #93729f;
  background: none;
  box-shadow: none;
}

.toll-free-no-sec-header:active {
  color: #93729f;
  background: none;
  box-shadow: none;
} */

.new-change-design-contact-us-form {
  background: none;
}

.new__full-page-contact-us-confrm-area-main {
  padding: 0;
}

.new__full-page-contact-us-confrm-area-main .cnfrm-area {
  background-color: rgb(253, 245, 255);
  padding: 60px 0 50px;
}

.new-change-design-contact-us-form input[type="submit"] {
  background: #324687 url(../images/arrow-icon.png) no-repeat 90% center;
  color: #fff;
  font-style: normal;
  padding: 12px 50px 12px 20px;
  text-align: left;
  border-radius: 6px;
}

.new-change-design-contact-us-form input[type="submit"]:hover {
  background-color: #996699;
}

.new-change-design-contact-us-form input:not(input[type="submit"]) {
  border: 2px solid rgb(42, 44, 50);
  background-color: rgb(253, 245, 255);
  font-family: "Poppins";
  color: rgb(36, 36, 36);
  line-height: 1.3;
  padding: 14px 20px;
  font-style: normal;
}

.new-change-design-contact-us-form select {
  border: 2px solid rgb(42, 44, 50);
  background-color: rgb(253, 245, 255);
  font-family: "Poppins";
  color: rgb(36, 36, 36);
  padding: 14px 20px;
  line-height: 1.3;
  font-style: normal;
}

.new-change-design-contact-us-form select:focus {
  border: 2px solid rgb(42, 44, 50);
}

.new-change-design-contact-us-form textarea {
  border: 2px solid rgb(42, 44, 50);
  background-color: rgb(253, 245, 255);
  font-family: "Poppins";
  color: rgb(36, 36, 36);
  line-height: 1.3;
  font-style: normal;
}

.new-change-design-contact-us-form textarea::placeholder {
  font-family: "Poppins";
  color: rgb(36, 36, 36);
  line-height: 1.3;
  font-style: normal;
}

.new-change-design-contact-us-form
  input:not(input[type="submit"])::placeholder {
  font-family: "Poppins";
  color: rgb(36, 36, 36);
  line-height: 1.3;
  font-style: normal;
}

.new__full-page-contact-us-confrm-area-main .cnast-area .cnast-bx {
  border-radius: 10px;
  background-color: rgb(255, 246, 255);
}

.new__full-page-contact-us-confrm-area-main .cnast-area .cnast-bx h4 {
  font-family: "Poppins";
  color: rgb(44, 44, 45);
  line-height: 1.3;
  font-style: normal;
  margin-bottom: 12px;
}

.new__full-page-contact-us-confrm-area-main .cnast-area .cnast-bx a {
  font-family: "Poppins";
  font-style: normal;
  color: rgb(70, 69, 69);
  line-height: 1.3;
}

.new__full-page-contact-us-confrm-area-main .lcatr-area {
  background:rgb(215 219 233);
  padding: 20px 0 10px;
}

.new__full-page-contact-us-confrm-area-main .lcatr-area h2 {
  margin-bottom: 15px;
}

.new__full-page-contact-us-confrm-area-main .lcatr-bx select {
  background-color: #fff;
}

.new__full-page-contact-us-confrm-area-main .qckadrs-middle {
  position: relative;
  padding: 45px 0;
  transform: none;
}

.new__full-page-contact-us-confrm-area-main .qckadrs-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new__full-page-contact-us-confrm-area-main .qckadrs-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new__full-page-contact-us-confrm-area-main .qckadrs-lst ul {
  margin: 0 0 15px;text-align:left;
  padding-left: 0px!important;	
}

.new__full-page-contact-us-confrm-area-main .qckadrs-lst ul li {
  font-size: clamp(14px, 1vw, 16px);
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-style: normal;
}

.new__full-page-contact-us-confrm-area-main .qckadrs-lst ul h5 {
  border-bottom: 1px solid #fff;
  display: table;
  margin-bottom: clamp(14px, 1vw, 16px);
  font-size: clamp(24px, 3vw, 48px);
  font-family: "DiavloMedium";
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  line-height: 1.2;margin-bottom: 30px;
}

@media (max-width: 991px) {
  .new__full-page-contact-us-confrm-area-main .qckadrs-lst ul h5 {
    margin: 0 auto 16px;
  }
}

.new__full-page-contact-us-confrm-area-main .qckadrs-lst ul li a {
  font-size: clamp(14px, 1vw, 16px);
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  line-height: 1.2;
}

.new__full-page-contact-us-confrm-area-main .qckadrs-lst ul li img {
  position: absolute;
  left: 0;
  width: 17px;
  top: 50%;
  transform: translateY(-50%);
  height: 17px;
  object-fit: contain;
}

/* .popup-form-contact-main-sec {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 520;
  width: 500px;
} */

.popup-form-contact-main-sec .close__pop {
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 525;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
}

/* .active__form-openall{
  display: block;
} */

.popup-form-contact-main-sec .first-form-heading {
  background-color: rgb(199, 109, 53);
  border-radius: 10px 10px 0 0;
  padding: 20px 15px;
  text-align: center;
}

.popup-form-contact-main-sec .first-form-heading h2 {
  margin-bottom: 0;
  font-size: clamp(20px, 1.875vw, 30px);
  text-transform: capitalize;
  font-family: "Diavlo Bold";
  color: rgb(255, 255, 255);
  line-height: 1.3;
}

.popup-form-contact-main-sec .new-change-design-contact-us-form {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 30px 25px;
  overflow-x: auto;
  height: 70vh;
}

.popup-form-contact-main-sec
  .new-change-design-contact-us-form
  input[type="submit"] {
  background: rgb(50, 70, 135);
  border: 1px solid rgb(50, 70, 135);
  border-radius: 2px;
  width: 100%;
  padding: 20px 10px;
  text-transform: capitalize;
  font-size: clamp(15px, 1.25vw, 20px);
  text-align: center;
  font-family: "Poppins";
  margin-top:10px;
}

.popup-form-contact-main-sec
  .new-change-design-contact-us-form
  input[type="submit"]:hover {
  background: #ed7427;
  border: 1px solid #ed7427;
}

.popup-form-contact-main-sec .new-change-design-contact-us-form select {
  border: 1px solid rgb(42, 44, 50);
  font-size: 14px;
  background-color: transparent;
  font-family: "Poppins";
}

.popup-form-contact-main-sec .new-change-design-contact-us-form textarea {
  border: 1px solid rgb(42, 44, 50);
  background: transparent;
  font-family: "Poppins";
}

.popup-form-contact-main-sec
  .new-change-design-contact-us-form
  input:not(input[type="submit"]) {
  border: 1px solid rgb(42, 44, 50);
  background: transparent;
  font-family: "Poppins";
}

.heading__txt-modal-main {
  margin: -50px 0 30px;
}

@media (max-width: 767px) {
  .heading__txt-modal-main {
    margin: 5px 0 25px;
  }
	
	.dr-infoPic {width: 150px;height: 150px;}
	.dr-infoCnt p { font-size: 14px;   line-height: 23px;}
	.pregnancy-careCnt h2 {font-size: 20px;}
	.pregnancy-careCnt p {font-size: 14px; }
	.key-benifits-btomPic {/*display:none;*/}
	.women-service-lst ul li {font-size: 13px; padding: 2px 7px 2px 25px;}
	.women-service-lst ul li::before {top: 8px;}
	.dr-infoCnt span {font-size: 20px !important;margin-top: 12px;}
	.qckadrs-count ul {text-align: left;}
	.new__full-page-contact-us-confrm-area-main .qckadrs-lst ul h5 {margin: 0 0 16px;}
	.new__full-page-contact-us-confrm-area-main .qckadrs-lst ul li {text-align: left;display: block;margin-bottom: 12px;}
	.order1 {order:1;}
	.order2 {order:2;}
	.new__clearfix-icon-fix-custom .displayCell img {filter: invert(1);width: inherit;height: inherit;object-fit: contain; padding: 18px;}
	.middle-banner { min-height: 375px;display: flex;justify-content: center;flex-direction: column;}
	.service-left .row {display: flex;flex-direction: column;min-height: 725px;align-items: center;justify-content: center;}
	
  .right-sec-sevice-img-count-secnew img { width: 165px;height: 165px;object-fit: contain; margin-top: -50px; }
  .key-benifits-cnt {padding: 5px 0 0px;}
  .table-sec-main-family-clinic-inr td {min-width: 100px;width: 100px !important;padding-left: 5px !important;font-size: 12px !important;
    font-weight: 500 !important;}
  .women-service-bx h3 { position: static;}
  .qckadrs-count-bx {width: 125px;}
  .cnfrm-bx.new-change-design-contact-us-form .col-md-6 {height: auto !important;}
  .service-cont {padding-left: 0px;}
  .service-left { padding: 0px 0;}
  #service_cont_2 .service-cont p {font-size: 13px;line-height: 18px;padding-bottom: 5px;}
  #service_cont_2 .service-cont p b {font-size: 14px;}
  .clnoph { margin-top: 50px;}
  .row.new__custom-benefits-row-health-doctor.new_family {display: flex; flex-direction: column-reverse;background: #93729f;
    margin-bottom: 50px;}
  .new_family .key-benifits-btomCnt h5 {font-size: 26px;margin-bottom: 10px;line-height: 30px; color: #fff;font-weight: 500;}
  .new_family .key-benifits-btomCnt q {display: block; font-size: 20px !important;margin-top: 12px;color: #2d357e; position: relative;}
  .new_family .new-custom-image-upload-doctor-img { position: relative;min-height: 200px;width: 200px;border-radius: 50%;height: 200px;background: #fff;margin: 25px auto !important;}
  .new_family .key-benifits-btomCnt {padding-top: 0;padding-right: 15px;padding-bottom: 0px;}
  .key-benifits-btom .new_family .key-benifits-btomCnt p {color: #ffffff;}
  .dr-avlbe-frm table tr:nth-child(even) {background: #f3f3f3;}
  .dr-avlbe-frm table tr:nth-child(odd) {background: #f8edfc;}
  .tab__main-sec-vertical { padding-top: 10px;}
}







.modal-txt-heading {
  text-align: center;
}

.modal-txt-heading h2 {
  margin: 0px;
  padding: 0px 0 20px;
  font-family: "Poppins";
  font-size: clamp(16px, 1.375vw, 22px);
  color: #0d1a44;
  line-height: 25px;
}

/* tabs vertical */

.tab__main-sec-vertical {
  border-right: 1px solid rgb(228, 228, 228);
}

.tab__main-sec-vertical button {
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  padding: 0 20px 0 10px;
  font-size: clamp(12px, 1.25vw, 20px);
  font-family: "Poppins";
  color: rgb(169, 169, 169);
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
}

.tab__main-sec-vertical button::before {
  position: absolute;
  right: -6%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(../images/before-icon3.png) no-repeat;
  background-position: center;
  width: clamp(22px, 2.25vw, 36px);
  height: clamp(22px, 2.25vw, 36px);
}

.tab__main-sec-vertical button:not(:last-child) {
  margin-bottom: 35px;
}

.tab__main-sec-vertical .active__tabs-li {
  color: rgb(50, 70, 135);
}

.tab__main-sec-vertical .active__tabs-li::before {
  background: url(../images/before-icon2.png) no-repeat;
  background-position: center;
}

.tab__main-sec-vertical button h3 {
  margin-bottom: 0;
}

.tab__main-sec-vertical button h3 {
  margin-bottom: 0;
}

.tabs__cus-vertical-main {
  background-color: rgb(255, 255, 255);
  padding: 35px 12px 15px;
  box-shadow: 0px 23px 71px 0px rgba(0, 0, 0, 0.09);
}

@media (max-width: 991px) {
  .tab__main-sec-vertical {
    display: flex;
    align-items: center;
    overflow-y: auto;
    padding-bottom: 5px;
    border-right: none;
    margin-bottom: 12px;
  }

  .tab__main-sec-vertical::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .tab__main-sec-vertical::-webkit-scrollbar-thumb {
    background: #ed7427;
    border-radius: 10px;
  }

  .tab__main-sec-vertical button::before {
    right: 0;
    left: 0;
    text-align: center;
    margin: 0px auto;
    top: 5px;
  }

  .tab__main-sec-vertical button {
    min-width: auto;
    margin-bottom: 0 !important;
    padding: 12px 10px;
  }
}

/* tabs vertical end*/

.all-cards-clnoph-rawdon-street {
  margin-bottom: 12px !important;
}

.all-cards-clnoph-rawdon-street b{
  font-size: clamp(18px, 2.0625vw, 33px) !important;;
}

.all-cards-clnoph-rawdon-street h4 {
  font-size: clamp(20px, 2.0625vw, 33px) !important;
  margin-bottom: 18px !important;
  line-height: 1.3 !important;
  text-transform: capitalize;
}

.all-cards-clnoph-rawdon-street p {
  font-size: clamp(12px, 1.25vw, 20px) !important;;
  line-height: 1.3 !important;
}
.service-cont p b{
  font-size: 18px;
}
.wptl-cont b .bold__blue-color-petals{
    font-size:16px;
}
.bold_color-petals{
  color: #000;
  font-size: 17px;
}

.dr-infoCnt span{
  font-size: 35px;
}

/* .current-menu-item a{
	color: #ed7427 !important;
} */

@media (max-width: 575px) {
.wptl-left .col-md-6.col-sm-6 {width:100% !important;}
	.wptl-list {background-color: inherit;}
  .wptl-list {position: static;width: 100%;transform: none;}
	
}

.bldprf-arow.popupbox {display:block;width: 100%;height: 100%;position: static;cursor: pointer;}

.wrapper{
	margin-top:70px;
}
.wrapper p{
	font-size:17px;
}
.wrapper ul{
	padding-left: 30px;
}

.dr-spcl-area a .btn{
	padding:0;
}


.dr-spcl-cont a.btn{
	padding: 8px 30px;
	font-size:15px;
}
@media(max-width:1024px){
	.dr-spcl-cont a.btn{
		margin-bottom: 10px;
	}  
}

input[type="file"] {
  margin-bottom: 10px;
}
.category-top{
	margin-bottom: 0px;
}

@media(max-width:575px){
	.banner-img img {
    width: 100%;
    height: 290px;
    opacity: 1;
    object-position: right;
    object-fit: cover;
}
}
@media(max-width:425px){
	.banner-img img {
    width: 100%;
    height: 266px;
    opacity: 1;
    object-position: right;
    object-fit: cover;
}
}
@media(max-width:375px){
	.banner-img img {
    width: 100%;
    height: 255px;
    opacity: 1;
    object-position: right;
    object-fit: cover;
}
}
@media(max-width:360px){
	.banner-img img {
    width: 100%;
    height: 245px;
    opacity: 1;
    object-position: right;
    object-fit: cover;
}
}

/* New Menu  */
.flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topbar {
    padding-block: 4px;
}
.topbar-contact {
    display: flex;
    align-items: center;
}
.topbar-contact a{
    color: #7b5b88;
    font-weight: bold;
    margin-left: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}
.topbar-contact a:hover{
    color: #2D357E;
}
.topbar-contact a::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background-color: #7b5b88;
    left: auto;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.top-logo img{
    height: 70px;
}
.header-main {
    box-shadow: 0 0 0px #b7b7b7;
    background-color: #7b5b88;
}
.header-main .adjust-nav {
    float: unset;
}
.stellarnav {
    margin-right: 0px;
}
.stellarnav li a{
    color: #fff;
    padding-block: 8px;
}
.stellarnav ul > li > a:hover, .stellarnav ul > li.active > a{
    color: #ffffff;
    background-color: #2D357E;
}
.stellarnav > ul > li {
    margin: 0px 0px;
}
.stellarnav li.has-sub > a:after {
    margin-left: 6px;
}
.topbar .top-wp{
    display: none;
}
.stellarnav ul ul {
    width: 210px;
}
.mob-tollfree{
    display: none;
}
.stellarnav ul ul ul {
    left: 100%;
}
.stellarnav li li.has-sub > a:after {

    position: absolute;
    top: 10px;
    right: 8px;
}
.scrollTop{
    z-index: 9;
}
.stellarnav.mobile #menu-header-menu{
    display: block;
    transform: translateX(100%);
    transition: all .5s;
    max-width: 90%;
}
.stellarnav.mobile.active #menu-header-menu{
    display: block;
    transform: translateX(0%);
}
.stellarnav.mobile ul ul{
    background: #293a71;
}
.stellarnav.mobile ul ul ul{
    background: #1d2a57;
}
.stellarnav.mobile ul ul ul ul{
    background: #182243;
}

.stellarnav .icon-close {
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    position: relative;
    display: inline-block;
    box-shadow: 0px 0px 4px 1px #fff;
    border-radius: 50%;
    padding: 0px 0px 0px 5px;
}
.fixed-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 22PX;
    text-transform: uppercase;
    color: #000;
    background-color: #ed7427;
    font-family: "Diavlo Bold";
    text-align: center;
    display: none;
}
.form-box .form-control{
    border: 1px solid #7b5b88;
    padding: 12px 15px;
    margin-bottom: 0;
    height: 45px;
    color: #000;
}
.form-box{
    padding-block: 10px;
}
.form-box label{
    margin-bottom: 5px;
}
.form-box .form-group{
    margin-bottom: 10px;
}
.stellarnav > ul > li > a {
    padding: 5px 10px;
    position: relative;
}
.stellarnav > ul > li::after,
.stellarnav > ul > li::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #ffffff4d;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p-0{
    padding: 0;
}
.hide-input{
    display: none;
}
.topbar-contact a:last-child:after{
    display: none
}
.stellarnav.desktop ul ul li.has-sub a{
	    padding-right: 22px;
}
@media (max-width:1200px){
    .stellarnav > ul > li {
        margin: 0px 2px;
    }
}
@media (max-width:547px){
    .topbar-contact a span,.topbar-contact .toll-free, .desktop{
        display: none;
    }
    .topbar .top-wp{
        display: block;
    }
    .top-logo img {
        height: 40px;
    }
    .header-main {
        padding: 5px 0;
    }
    .header-main .adjust-nav {
        padding-top: 0;
        text-align: right;
    }
    .stellarnav {
        margin-right: 0px;
    }
    .mob-tollfree{
        display: block;
        position: absolute;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 18px;
        line-height: 18px;
        text-align: left;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
    }
    .stellarnav ul > li ul li a.dd-toggle {
        width: 48px;
        height: 35px;
    }
    .sticky__header{
        position: relative;
    }
    .scrollTop {
        z-index: 9;
        bottom: 40px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .fixed-footer{
        display: block;
    }
    .wrapper ul {
        padding-left: 0;
    }
    .topbar-contact a img{
        transform: scale(1.3);
    }
    .topbar-contact a {
        gap: 4px;
        width: 24px;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 12px;
        line-height: 12px;
    }
    .topbar-contact a::after{
        display: none;
    }
}

.mobile-view{
    display: none;
}
.section-gap{
    padding: 60px 0;
}
.inner-banner-style-2 {
    position: relative;
    border-radius: 0 0 0 90px;
    background-color: transparent;
}
.inner-banner-title {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
}
.inner-banner-title h1{
        margin: 0px 0px 10px;
        color: #324687;
        font-size: 50px;
        line-height: 50px;
        padding: 0px 0px;
        position: relative;
        text-transform: capitalize;
        font-family: "Diavlo Bold Regular";
}
.inner-banner-style-2 img{
    width: 100%;
}
  
.paediatrics h2{
    font-size: 32px;
    color: rgb(123, 94, 136);
    line-height: inherit;
    position: relative;
    margin-bottom: 20px;
    font-family: "Diavlo Bold Regular";
}
.paediatrics h2::after{
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    background-color: #324687;
    margin-top: 0px;
	display:none!important;
}
.paediatrics h3{
    font-size: 23px;
    color: rgb(123, 94, 136);
    line-height: inherit;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}
.paediatrics p{
    font-size: 16px;
    color: #0d1a44;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 24px;
}
.paediatrics h4{
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: rgb(52, 70, 135);
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
  }
 
  
  .paediatrics ul{
    padding: 0;
    margin-bottom: 30px;
    list-style-type: none;
    counter-reset: orderedlist;
  }
  .paediatrics ul li{
    position: relative;
    padding-left: 76px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: rgb(33, 34, 39);
    min-height: 70px;
    margin-bottom: 15px;
  }
  .paediatrics ul li span{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(178, 155, 187);
    border-radius: 50%;
    background-color: rgba(178, 155, 187, 0);
    width: 58px;
    height: 58px;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid rgb(178 155 187 / 20%);
    outline-offset: 4px;
  }
.paediatrics ul li b::before {
    counter-increment: orderedlist;
    content: counter(orderedlist) '. ';
}
.list-of-service{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(214, 208, 216);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    padding: 18px;
    margin-bottom: 35px;
  }
  .list-of-service li b{
    text-transform: uppercase;
  }
  .list-of-service h3::after{
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    background-color: #324687;
    margin-top: 0px;
  }
  .paediatrics .list-of-service ul{
    padding-left: 22px;
  }
  .paediatrics .list-of-service li{
    padding-left: 0;
    min-height: auto;
    list-style-type: disc;
  }
  .paediatrics .list-of-service li b::before{
    display: none;
  }
  .paediatrics .list-of-service li:last-child{
    margin-bottom: 0;
  }
  .common-problem{
    border-bottom: 1px solid rgb(232, 232, 232);
    padding-bottom: 10px;  
  }
  .problem-list{
    counter-reset: problemlist;
  }
  .problem-list p::before{
    counter-increment: problemlist;
    content: counter(problemlist);
    font-family: "Poppins";
    color: rgb(52, 70, 135);
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(52, 70, 135);
    border-radius: 50%;
    background-color: rgba(178, 155, 187, 0);
    width: 33px;
    height: 33px;
    outline: 1px solid rgba(52, 70, 135, 0.199);
    outline-offset: 2px;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;   
  }
  .problem-list p{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: rgb(47, 47, 47);
    font-weight: bold;
    line-height: 1.15;
    position: relative;
    padding-left: 43px;
    padding-bottom: 0;
    min-height: 33px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;   
  }
  .common-problem h3{
    color: #000;
    font-size: 24px;
    font-weight: bold;
  }
  
.related-swervice{
    padding: 30px 0;
}
.related-swervice h2{
    margin-bottom: 20px;
}
.service-tags{
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.service-tags span{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(45 53 126 / 30%);
    background-color: rgb(45 53 126 / 30%);
    width: 231px;
    height: 55px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #2d357e;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out .6s;      
}
.service-tags span:hover{
    background-color: rgb(45 53 126 / 100%);
    color: #fff;
}
.consult .dr-spcl-pic {
    background-color: #e9ecf5;
    border: 15px solid #e9ecf5;
    padding: 6px;
    width: 145px;
    height: 145px;
    margin: 0 auto -80px;
    border-radius: 50%;
    position: relative;
    z-index: 9;
}
.consult .dr-spcl-pic img {
    border: 8px solid #d8d7dd;
}
.consult .dr-spcl-cont{
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 15.52px 0.48px rgba(0, 0, 0, 0.08);
    padding: 100px 5px 5px;
}
.consult .dr-spcl-cont h3{
    font-size: 20px;
    color: rgb(52, 70, 135);
    font-family: "Diavlo Bold Regular";
}
.consult .dr-spcl-cont p{
    font-size: 13px;
    color: rgb(68, 68, 68);
    text-align: center;
    line-height: normal;
    padding-bottom: 12px;
  }
.consult .dr-spcl-cont p:after {
    background-color: rgb(123, 94, 136);
}
.consult .dr-spcl-cont .dr-time {
    font-size: 13px;
    color: rgb(123, 94, 136);
    line-height: 1.385;
    text-align: center;
}
.consult .dr-spcl-cont .dr-time::after{
    display: none;
}
.consult .dr-spcl-cont h5{
    margin-bottom: 5px;
}
.consult .dr-spcl-cont h5 a{
    font-size: 13px;
    font-family: "Poppins";
    color: rgb(52, 70, 135);
  }
  .consult .dr-spcl-area{
    background: unset;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .consult .consult-slide .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 0px;
    right: 0px;
    z-index: 2;
    width: 45px;
    height: 45px;
    border: none;
    background: #324687;
    font-size: 0px;
    margin: auto;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.consult .consult-slide .slick-next.slick-arrow::before {
    font: var(--fa-font-solid);
    content: "\f054";
}
.consult .consult-slide .slick-prev.slick-arrow::before {
    font: var(--fa-font-solid);
    content: "\f053";
}
  .consult .consult-slide .slick-next.slick-arrow {
    right: 0px;
    left: initial;
}
.consult .consult-slide .slick-prev.slick-arrow {
    left: 0px;
    right: initial;
}
.consult .consult-slide .slick-arrow{
    width: 26px;
    height: 26px;
    background-color: rgb(229, 229, 229);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.consult .consult-slide .slick-arrow::before {
    font-size: 14px !important;
    color: #000;
    width: auto;
    height: auto;
    position: relative;
}
.consult .consult-slide .slick-arrow:hover{
    background-color: rgb(123 94 136 / 100%);
    
}
.consult .consult-slide .slick-arrow:hover::before{
    color: #fff;
}
.consult .slick-dots {
    position: absolute;
    bottom: -40px;
    counter-reset: unset;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
}
.consult  ul li {
    border-bottom: 0;
    width: 10px;
    height: 10px;
    min-height: 10px;
    background-color: rgba(123, 94, 136, 0.199);
    border-radius: 50%;
    padding: 0;
}
.consult ul li.slick-active {
    background-color: rgb(123, 94, 136);
}
.consult .slick-dots li button {
    opacity: 0;
}
.related-blogs h2{
    margin-bottom: 30px;
}
.related-blogs .col-lg-6{
    padding-left: 8px;
    padding-right: 8px;
}
.blog-item{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.blog-content{
    position: absolute;
    inset: 0;
    background: linear-gradient(178deg, #0000001f,#000000ee);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 10px;
    
}
.blog-content :is(p,h3){
    color: #fff;
    transition: ease-in-out .4s;
    
}
.blog-content p{
    padding-bottom: 10px;
}
.blog-content .date{
    padding-bottom: 0;
    font-size: 15px;
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.blog-content .date img{
    width: auto;
    height: auto;
}
.blog-item:hover h3{
    color: rgb(123, 94, 136);
}
.blog-item img{
    transition: ease-in-out .8s;
    width: 100%;
}
.blog-item:hover img{
    transform: scale(1.2);
    transition: ease-in-out .8s;
}
.blog-list{
    border-bottom: 1px solid rgba(123, 94, 136, 0.205);
    display: flex;
    align-items: center;
    padding-bottom: 4px;
    margin-bottom: 4px;
    gap: 10px;
}
.blog-list:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.blog-list :is(p.date,h3){
    color: #000;
}
.blog-list .date{
    padding-bottom: 0;
    font-size: 13px;
}
.blog-list h3{
font-size: 20px;
line-height: inherit;
margin-bottom: 0;
transition: ease-in-out .4s;   
}
.blog-list p{
color: rgb(59, 59, 59);
padding-bottom: 0;
line-height: 18px; 
}
.link{
    font-size: 15px;
    font-family: "Diavlo Bold Regular";
    color: rgb(52, 70, 135);
    line-height: 1.133;
    font-weight: 700;
    transition: ease-in-out .4s;    
}
.blog-list:hover h3{
    color: #324687;
}
.link:hover{
    color: rgb(123, 94, 136);
    letter-spacing: 2px;
}
.link i{
    color: #000;
}
.gg-code {
    --ggs:1;
    transform: scale(var(--ggs,1))
}
.gg-code,
.gg-code::after {
    box-sizing: border-box;
    position: relative;
    width: 6px;
    height: 20px
}
.gg-code::after {
    content: "";
    position: absolute;
    height: 6px;
    border-left: 1.5px solid;
    border-bottom: 1.5px solid;
    transform: rotate(45deg) scaleY(1);
    left: -4px;
    top: 6px
}
.gg-code::after {
    transform: rotate(-45deg) scaleX(-1);
    left: 4px
}
.blog-list img{
    border-radius: 10px;
    width: 140px;
    height: 100px;
    object-fit: cover;
}
.date span{
    color: rgb(123, 94, 136);
}
.faq{
    padding: 30px 0;
    padding-bottom: 0;
}
ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
}
ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    margin: 0 auto 15px auto;
    border: 1px solid rgb(178, 155, 187);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    min-height: auto;
}
ul.accordion-list li:last-child{
    margin-bottom: 0;
}
   
ul.accordion-list li.active h3:after {
    transform: rotate(180deg);
}
ul.accordion-list li h3 {
    color: rgb(20, 20, 20);
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 17.5px;
    font-family: "Poppins";
    cursor: pointer;
    line-height: inherit;
    padding: 12px;
}
ul.accordion-list li.active h3{
    color: rgb(52, 70, 135);
}

  
ul.accordion-list li h3:after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f107";
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 0px;
    position: absolute;
    right: 10px;
    top: 16px;
}
ul.accordion-list li div.answer {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgb(245, 245, 245);
    padding: 15px;
}

  
ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 18px;
    color: rgb(61, 62, 65);
    margin-bottom: 0;
}
.widgets{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(178, 155, 187);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-bottom: 35px;   
}
.widgets h4{
    background-color: rgb(123, 94, 136);
    height: 43px;
    color: #fff;
    font-size: 24px;
    font-family: "Diavlo Bold Regular";
    border-radius: 10px 10px 0 0;
    padding: 4px 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.widgets ul{
    margin-bottom: 0;
    padding: 0 12px;
}
.widgets ul li{
    padding-left: 0;
    padding: 10px 0;
    margin-bottom: 0;
    min-height: auto;
    border-bottom: 1px dashed rgb(47, 47, 47);   
}
.widgets ul li a{
    font-size: 21.5px;
    font-family: 'Myriad Pro', sans-serif;
    color: rgb(50, 50, 50);
}
.widgets ul li:last-child{
    border-bottom: 0;
}
.widgets ul li a::before{
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f04b";
    vertical-align: middle;
    margin-right: 6px;
    margin-top: 0px;
    font-size: 20px;
}
.our-speci li.active a,
.our-speci li:hover a{
    color: rgb(123, 94, 136);
}
.patients-speak {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(178, 155, 187);
    border-radius: 10px;
    background-color: rgb(193, 170, 201);
    padding: 15px;
    box-shadow: none;
  }
  .patients-speak h4{
    background-color: transparent;
    position: relative;
    padding: 0;
    margin-bottom: 15px;
    display: block;
  }
  .patients-speak h4::after{
    content: '';
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin-top: 0px;
  }
  .patients-speak p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.278;
    text-align: left;
    font-family: "Diavlo Light";
  }
  .patients-speak .name{
    padding-left: 40px;
    position: relative;
  }
  .patients-speak .name h4{
    margin-bottom: 0;
    line-height: inherit;
    height: auto;
    font-family: "Diavlo Bold Regular";
    font-size: 18px;
    color: rgb(255, 255, 255);
  }
.patients-speak .name p{
    font-size: 14px;
    font-family: "Diavlo Light";
    color: rgb(255, 255, 255);
    line-height: 1.714;
    padding-bottom: 0;
  }
  
  
  .patients-speak .name h4::after{
    position: absolute;
    left: -40px;
    top: 13px;
  }
.speak-slider .slick-dots {
    position: absolute;
    bottom: -40px;
    counter-reset: unset;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
}
.speak-slider ul li{
    border-bottom: 0;
    width: 10px;
    height: 10px;
    
    background-color: rgba(123, 94, 136, 0.199);
    border-radius: 50%;
    padding: 0;
}
.speak-slider ul li.slick-active{
    background-color: rgb(123, 94, 136);
}

  
.speak-slider .slick-dots li button{
opacity: 0;
}
.health-tips-slider .list-of-service{
    padding: 0;
    border: 0;
}
.helth-tips{
    position: relative;
}
.tips-icon{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.health-tips-slider .list-of-service li {
    font-size: 16px;
    font-family: "Poppins";
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 0;
  }
  .health-tips-slider .list-of-service li b{
    color: rgb(123, 94, 136);
  }
  .health-tips-slider .list-of-service li::marker {
    color: rgb(123, 94, 136);
}
  .health-tips-slider .list-of-service h5 {
    font-size: 24px;
    font-family: "Diavlo Bold Regular";
    color: rgb(52, 70, 135);
    line-height: inherit;
    padding-left: 14px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .health-tips-slider .list-of-service ul {
    padding-left: 36px;
    padding-right: 0;
    padding-bottom: 35px;
}

.health-tips-slider .slick-arrow {
    width: 26px;
    height: 26px;
    background-color: rgb(176, 168, 179);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 0;
    border: 0;
    bottom: 25px;
    z-index: 1;
    transition: all .4s;
}
.health-tips-slider .slick-arrow:hover{
    background-color: rgb(123, 94, 136);
}

  
.health-tips-slider .slick-arrow::before {
    font-size: 14px !important;
    color: #ffffff;
    width: auto;
    height: auto;
    position: relative;
}
.health-tips-slider .slick-next.slick-arrow::before {
    font: var(--fa-font-solid);
    content: "\f054";
}
.health-tips-slider .slick-prev.slick-arrow::before {
    font: var(--fa-font-solid);
    content: "\f053";
}
.health-tips-slider .slick-prev.slick-arrow {
    left: 50%;
    right: initial;
    transform: translate(-36px, 0px);
}
.health-tips-slider .slick-next.slick-arrow {
    right: 50%;
    left: initial;
    transform: translate(36px, 0px);
}
.book-consult {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(178, 155, 187);
    border-radius: 10px;
    background-color: rgb(246, 246, 246);
  }
  
.book-consult form{
    padding-top: 25px;
    padding-bottom: 15px;
    padding-inline: 10px;
}  
.book-consult form label{
    font-size: 17px;
    font-family: "Poppins";
    color: rgb(16, 16, 16);
    font-weight: bold;
    margin-bottom: 0;   
}
.book-consult form :is(input,select,textarea){
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    height: 55px;
    margin-bottom: 0; 
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    line-height: 1.5;
    font-style: normal;
    padding: 10px;     
}
.book-consult form select{
    appearance: none;
    background-image: url(https://www.petalshealth.in/wp-content/themes/sangpress-2.0/assets/images/drop-arrow.png);
    background-position: 96%;
    filter: grayscale(100%);
}
.book-consult form :is(input,select,textarea)::placeholder{
    color: rgb(188, 188, 188);
}
.book-consult form :is(input,select,textarea):focus{
    outline: 1px solid rgb(52, 70, 135);
 } 
.book-consult form textarea{
    height: auto;
}
.form-btn {
    text-align: center;
}
.book-consult form input[type="submit"] {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    background: rgb(123, 94, 136);
    height: 55px;
    width: 174px;
    border-radius: 50rem;
    font-family: "Diavlo Bold Regular";
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    transition: all .5s;
}

.book-consult form input[type="submit"]:hover{
    background: rgb(52, 70, 135)
}
.manager-box{
	text-align:center;
}
.manager-box img{
	width:165px;
	height:165px;
	object-fit:cover;
	border-radius: 50%;
    margin-bottom: 8px;
    border: 6px solid #2d357e;
}
.manager-box h4{
	color: #2d357e;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 2px;
}
.members-page .manager-box p{
	color: #ed7427;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 0;
}
/* Popup */
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9999;
}
.popup .popup__content {
  width: 80%;
    overflow: auto;
    padding: 30px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 20px;
	padding-top: 60px;
}
.popup .wpcf7-spinner{
	display:none;
}
.popup .popup__content .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  display: block;
  width: 50px;
  height: 50px;
  opacity: 1;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50%;
  flex-direction: column;
  gap: 5px;
  background-color: #1e2a51;
  transition: all .5s;
	z-index:1;
}
.popup .popup__content textarea {
    height: 90px;
}
.popup .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #ffffff;
}
.popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
.popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}
.popup .popup__content .form-group{
  margin-bottom: 0px;
}
.popup .popup__content .form-input{
  width: 100%;
  font-size: 14px;
  padding: 15px;
  background-color: #0000000d;
  border: 0;
  border-radius: 10px;
  outline: none;
	margin-bottom: 10px;
}
.popup .popup__content input.primary-btn {
  border: 0;
  padding-inline: 35px;
	margin: auto;
    margin-top: 10px;
	
}
.popup h3{
  font-size: 20px;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 10px;
    top: 0;
    left: 0;
}


@media (max-width:992px){
    .desktop-view{
        display: none;
    }
	.popup .popup__content {
    width: 95%;
    overflow: auto;
    padding: 20px;
    border-radius: 10px;
		height:90vh;
}
	.popup .popup__content .form-input {
    font-size: 14px;
    padding: 12px;

}
    .mobile-view{
        display: block;
    }
    .inner-banner-style-2 img.mobile-view{
        width: 100%;
    }
    .inner-banner-style-2 {
        position: relative;
        border-radius: 0 0 0 130px;
    }
    .inner-banner-title {
        align-items: start;
        justify-content: center;
        text-align: center;
        padding-top: 12%;
    }
    .common-problem {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .blog-item {
        margin-bottom: 20px;
    }
}
@media (max-width:575px){
    .section-gap {
        padding: 25px 0;
    }
    .paediatrics h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .paediatrics h3 {
        font-size: 23px;
        line-height: 28px;
        font-weight: bold;
    }
    .paediatrics ul li {
        position: relative;
        padding-left: 76px;
        font-size: 16px;
        padding-left: 70px;
    }
    .paediatrics h4 {
        font-size: 16px;
        line-height: 1.1;
    }
    .common-problem h3 {
        font-size: 20px;
        line-height: 22px;
        font-weight: bold;
    }
    .problem-list p {
        font-size: 16px;
        line-height: 20px;
    }
    .widgets ul li {
        padding-left: 0;
        padding: 10px 0;
    }
    .patients-speak h4{
        height: auto;
    }
    .speak-slider ul li,
    .consult ul li{
        padding: 0;
    }
    .blog-content h3{
        font-size: 20px;
    line-height: 20px;
    }
    .blog-content p{
        font-size: 14px;
    }
    .blog-list-content h3{
        font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    }
    .faq h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .paediatrics .accordion-list li{
        padding-left: 5px;
    }
    ul.accordion-list li h3 {
        font-size: 15.3px;
    line-height: 18px;
    padding: 5px 9px;
    padding-right: 16px;
    }
    ul.accordion-list li div.answer {
        padding: 6px;
    }
    ul.accordion-list li div.answer p{
        padding-top: 0;
    }
    ul.accordion-list li h3:after {
        right: 5px;
        top: 8px;
    }
    .consult h2 {
        font-size: 28px;
        line-height: 30px;
    }
}
/* ======================== Doctor Profile ================================ */
.dr-profile{
    background-color: #f0f0f5;
}
.dr-card {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 10px;
    padding: 10px;
}
.dr-image{
    border-style: solid;
    border-width: 4px;
    border-color: rgb(255, 255, 255);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.16);
    width: 127px;
    height: 140px;
    overflow: clip;
    margin-top: 25px;
}
.dr-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    display: inline-block;
    padding: 16px;
    cursor: pointer;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: rgb(154, 154, 154);
    line-height:normal;
    position: relative;    
}
 
ul.tabs li.current{
    background: #ffffff;
    color: rgb(50, 70, 136);
}
ul.tabs li.current::before{
    content: '';
    background-color: rgb(50, 70, 136);
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
ul.tabs li.current::after{
    opacity: 0;
}
.tab-content{
    display: none;
    border-radius: 0 8px 8px 8px;
    background-color: rgb(255, 255, 255);
    padding: 15px;
}
.tab-section .tab-content{
    margin: 0;
    margin-bottom: 20px;
}
.tab-section .tab-content ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px 25px;
    padding-left: 22px;
    margin-bottom: 0;
}
.tab-section .tab-content ul li{
    font-size: 16px;
    color: rgb(42, 42, 42);
    font-family: "Poppins", sans-serif;
    position: relative;
  }
  .tab-section .tabs li:after{
    content: '';
    width: 1px;
    height: 26px;
    background-color: rgb(42, 42, 42);
    position: absolute;
    right: 0;
  } 
.tab-content.current{
    display: inherit;
}
.tab-content.current div{
    display: block !important;
}

.tab-section .tab-content.edu-exp ul{
    grid-template-columns: 1fr;
}
.tab-section .tab-content.edu-exp h4{
    margin-bottom: 10px;
}
.tab-review-item{
    background-color: #f0f0f5;
    border-radius: 8px;
    padding: 20px 30px;
    position: relative;
    margin-bottom: 10px;
}
.tab-review-item i{
    color: rgb(50, 70, 136);
    position: absolute;
    left: 10px;
    top: 7px;
}
.dr-profile .tab-review-item h5{
    color: rgb(50, 70, 136);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}
.dr-profile .tab-review-item p{
    font-size: 16px;
    font-weight: normal;
}
.rating{
    font-size: 22px;
    color: rgb(9, 9, 9);
    line-height: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-align: right;
    margin-bottom: -12px;
  }
  .rating span{
    font-size: 16px;
    color: rgb(78, 78, 78);
    font-size: 16px;
    color: rgb(78, 78, 78);
    font-weight: normal;
    white-space: normal;
    display: block;
  }
  .flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile-info h1 {
    font-size: 24px;
    font-family: "Poppins";
    color: rgb(9, 9, 9);
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;
  }
  .dr-profile p{
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(9, 9, 9);
    line-height: 1.5;
    padding-bottom: 15px;
    font-weight: 600;
  }
  .profile-info h5 {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(50, 70, 135);
    margin-bottom: 0;
    line-height: 20px;
  }
  .profile-info .verified {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(78, 78, 78);
    padding-bottom: 2px;
  }
  .profile-info .verified i{
    color: #4bae4f;
  }
  .profile-info .experience{
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    padding-bottom: 0;
  }
  .experience span{
    color: rgb(147, 147, 147);
  }
  .dr-profile h4 {
    font-size: 18px;
    font-family: "Poppins";
    color: rgb(9, 9, 9);
    line-height: 22px;
    margin-bottom: 4px;
  }
  .dr-profile h4:after{
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background-color: #324687;
    margin-top: 0px;
  }
  .primary-btn,.secondary-btn{
    height: 42px;
    font-size: 15px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    gap: 5px;
  }
  .apt .primary-btn{
    background-color: rgb(50, 70, 135);
    margin-bottom: 10px;
}
.secondary-btn:hover{
    background-color: rgb(50, 70, 135); 
    color: rgb(255, 255, 255);
}
.secondary-btn,.primary-btn:hover{
    background-color: rgb(147, 114, 159);
    color: rgb(255, 255, 255);
}
.profile-info {
    margin-bottom: 10px;
}
.flex {
    display: flex;
    gap: 0px 30px;
    flex-wrap: wrap;
}
.opt-time h5,.dr-profile h5 {
    font-size: 17px;
    font-family: "Poppins";
    color: rgb(28, 28, 28);
    line-height: 1.362;
    margin: 0;
}
.opt-time p,.are-int p{
    font-size: 17px;
    font-family: "Poppins";
    color: rgb(42, 42, 42);
    line-height: 1.243;
    text-align: left;
    font-weight: 600;
}
.opt-time p,.are-int p{
    font-weight: normal;
}
.are-int a{
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(50, 70, 135);
    text-decoration: underline;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    transition: all .4s;
  }
  .are-int a:hover{
    color: rgb(123, 94, 136);
  }
  .available-tag {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(30, 168, 59);
    background-color: rgba(137, 254, 231, 0);
    width: 163px;
    height: 33px;
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(15, 169, 46);
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
    transition: all .4s;
  }
  .available-tag:hover{
    background-color: rgb(30, 168, 59);
    color: #fff;
  }
  .dr-profile h2{
    font-size: 20px;
    font-family: "Poppins";
    color: rgb(9, 9, 9);
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;

  }
  .dr-profile h2::after{
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background-color: #324687;
    margin-top: 0px;
  }
  .doctor-about{
    padding: 30px 15px;
  }

  .consult-for {
    padding: 15px;
}
.consult-item{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.consult-item span{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(214, 214, 214);
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(59, 59, 59);
    border-radius: 50rem;
    padding: 7px 20px;
    display: inline-block;
    font-weight: 600;
    transition: all .4s;     
}
.consult-item span:hover{
    background-color: #0d1a44;
    color: #fff;
    transform: translateY(-2px);
}
.tab-section {
    margin-top: 35px;
}
.article-item {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    padding: 15px 10px;
}
.article-item:hover .article-image img{
    transform: scale(1.2);
}
.article-item:hover h5{
    color: rgb(147, 114, 159);
}
.article-image {
    float: left;
    margin-right: 10px;
    border-radius: 8px;
    overflow: clip;
}
.article-image img{
    border-radius: 8px;
    transition: ease-in-out .5s;
}
.artcle-body h5{
    font-size: 19.509px;
    font-family: "Poppins";
    color: rgb(42, 42, 42);
    font-weight: bold;
    transition: ease-in-out .5s;
}
.artcle-body p{
    font-size: 16.722px;
    font-family: "Poppins", sans-serif;
    color: rgb(42, 42, 42);
    font-weight: normal;
    padding-bottom: 10px;
    line-height: 22px;
}
.artcle-body .author{
    border-top: 1px solid rgba(57, 57, 57, 0.11);
    padding-top: 3px;
}
.artcle-body .author p{
    color: rgb(93, 93, 93);
    font-size: 15px;
    padding-bottom: 0;
}
.dr-articles{
    margin-bottom: 20px;
}
.article-slider .slick-list{
    margin: 0 -15px;
}
.article-slider .slick-slide{
    margin: 0 15px;
}
.article-slider .slick-arrow,.consult .dr-videos .slick-arrow,
.dr-quote-slider .slick-arrow {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.877);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 0;
    border: 0;
    transition: all .4s;
}
.article-slider .slick-arrow:hover,
.dr-quote-slider .slick-arrow:hover{
    background-color: rgb(50, 70, 136);
}
.article-slider .slick-arrow:hover::before,
.dr-quote-slider .slick-arrow:hover::before{
    color: #fff;
}
.article-slider .slick-next.slick-arrow ,
.dr-quote-slider .slick-next.slick-arrow {
    right: -16px;
    left: initial;
    margin-top: -15px;
}
.article-slider .slick-prev.slick-arrow, 
.dr-quote-slider .slick-prev.slick-arrow {
    left: -16px;
    right: initial;
    margin-top: -15px;
}
.article-slider .slick-arrow::before,
.consult .dr-videos .slick-arrow::before,
.dr-quote-slider .slick-arrow::before{
    font-size: 14px !important;
    color: rgb(50, 70, 136);
    width: auto;
    height: auto;
    position: relative;
}
.article-slider .slick-prev.slick-arrow::before,
.dr-quote-slider .slick-prev.slick-arrow::before {
    font: var(--fa-font-solid);
    content: "\f053";
}
.article-slider .slick-next.slick-arrow::before,
.dr-quote-slider .slick-next.slick-arrow::before {
    font: var(--fa-font-solid);
    content: "\f054";
}
.dr-video {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.13);
    margin: 10px 0;
    margin-top: 0;
    overflow: clip;
}
.dr-video-content{
    background-color: #fff;
    padding: 20px 10px 10px 10px;
}
.dr-video-content h4{
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    color: rgb(42, 42, 42);
    text-align: left;
  }
  .dr-video-content h4::after{
    display: none;
  }
  .dr-video-content p {
    font-size: 14.44px;
    font-family: "Poppins";
    color: rgb(112, 112, 112);
text-align: left;
padding-bottom: 0;
    line-height: 18px;
  }
  .video-thum{
    position: relative;
  }
  .video-thum img{
    width: 100%;
  }
  .video-thum a{
    position: absolute;
    inset: 0;
    display: block !important;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 21%);
    color: #fff;
  }
  .video-thum a span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .video-thum a span i{
    outline: 1px solid #fff;
    outline-offset: 15px;
    border-radius: 50%;
    padding: 0 2px;
    transition: all .4s;
  }
  .video-thum:hover a i{
    transform: scale(1.2);
    color: rgb(226, 226, 226);
    outline-color: rgb(226, 226, 226);
  }
.consult .dr-videos{
    padding-top: 0;
}
.dr-quote,.other-dr-profile{
    border: 0;
    background-color: #fff;
}  
.dr-quote .dr-image{
    width: 67px;
    height: 73px;
    margin: auto;
    margin-top: 15px;
} 
.dr-quote .item{
    position: relative;
}
.dr-quote .item span{
    position: absolute;
    left: 50%;
    color: rgb(50, 70, 136);
    transform: translate(-4px, -11px);
}
.dr-quote .item p{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: rgb(50, 70, 135);
    line-height: 1.333;
    text-align: center;
    font-style: italic;
    padding-bottom: 15px;
    padding-top: 12px;
  }
.other-dr-profile .faq,
.other-dr-profile ul{
    padding: 0;
}
.other-dr-profile ul.accordion-list li{
    border: 0;
    border-radius: 0;
    border-bottom: solid 1px rgb(214, 214, 214);
    box-shadow: none;
    padding-bottom: 0;
}
  
.other-dr-profile ul.accordion-list li h3:after {
    content: "\2b";
    right: 3px;
    top: 6px;
}
.other-dr-profile ul.accordion-list li.active h3:after {
    content: "\f068";
}
.other-dr-profile ul.accordion-list li div.answer{
    padding: 0 1px;
    background-color: transparent;
}
.other-dr-img {
    position: absolute;
    left: 0;
    border-radius: 8px;
    overflow: clip;
}
.other-dr-img img{
    border-radius: 8px;
    transition: ease-in-out .4s;
}
.other-dr-list {
    position: relative;
    padding-left: 67px;
    border-bottom: 1px solid rgb(240, 240, 240);
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all .4s;
}
.other-dr-list:hover{
    transform: translateY(-5px);
}
.other-dr-list:hover h5{
    color: rgb(147, 114, 159);
}
.other-dr-list:hover .other-dr-img img{
    transform: scale(1.2);
}
.answer a:last-child .other-dr-list {
    margin-bottom: 0;
    border: 0;
}
  
.other-dr-info h5 {
    font-size: 14px;
    color: rgb(42, 42, 42);
    line-height: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    width: 76%;
  }
  .other-dr-info .rating{
    font-size: 14px;
    width: 42px;
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0;
    margin-top: -4px;  
  }
  .other-dr-info .flex-between{
    align-items: start;
  }
  .other-dr-profile ul.accordion-list .other-dr-info p{
    font-size: 12px;
    color: rgb(154, 154, 154);
    padding-top: 0;
    line-height: 15px;   
}
.other-dr-profile ul.accordion-list .other-dr-info p.cli{
    font-size: 14px;
    color: rgb(50, 70, 135);
    margin-top: 5px;
    font-weight: 600;
}
.other-dr-profile ul.accordion-list h3 {
    font-size: 17px;
    padding: 0 0 12px;
    color: rgb(50, 70, 135);
}
.other-dr-profile ul.accordion-list a::before{
    display: none;
}
.other-dr-profile ul.accordion-list li:last-child{
    border: 0;
} 
.appointment-book {
    padding: 0;
    background-color: #fff;
    border: 0;
}
.appointment-book h4{
    background-color: #324687;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 0 8px;
}
.appointment-book h4::after{
    display: none;
}
.appointment-book .apt .primary-btn{
    margin: auto;
}
 .appointment-body{
    padding: 10px;
 } 

@media (max-width:992px),(max-width:575px){
    .mob-dr-profile{
        border-radius: 40px 40px 0 0;
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    padding: 0 15px;
    margin-top: 40px;
    padding-bottom: 3px;
    margin-bottom: 15px;
    }
    .mob-dr-profile .dr-image{
        float: left;
        margin-top: -40px;
        margin-right: 6px;
        margin-bottom: 20px;
    }
    .mob-dr-profile .rating {
        font-size: 22px;
        color: rgb(9, 9, 9);
        line-height: 22px;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        text-align: left;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        gap: 2px;
    }
      
    .mob-dr-profile .rating span{
        font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    }
    .mob-dr-profile .call{
        font-size: 12px;
        color: rgb(147, 114, 159);
        font-family: "Poppins";
        text-align: center;
        width: 70px;
        margin-top: -10px;
    }
    .profile-info .verified {
        font-size: 12px;
    }
    .profile-info{
        margin-bottom: 0;
    }
    .are-int {
        text-align: right;
    }
    .are-int a{
        line-height: 14px;
        margin-bottom: 8px;
    }
    .apt .primary-btn {
        background-color: rgb(50, 70, 135);
        margin-bottom: 0px;
        font-size: 13.7px;
        width: 197px;
        height: 36px;
        margin-left: auto;
        gap: 3px;
    }
    .profile-info h1 {
        margin-top: 10px;
    }
    .profile-info h5 {
        font-size: 14px;
        color: rgb(50, 70, 135);
        line-height: 1.438;
      }
    .mob-dr-profile .experience{
        border-radius: 5px;
    background-color: rgb(233, 238, 250);
    text-align: center;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 24px;
      }
      .exp-fes{
        display: flex;
        gap: 5px;
        margin-top: 12px;
        margin-bottom: 30px;
      }
      .exp-fes p:nth-child(1){
        width: 29%;
      } 
      .exp-fes p:nth-child(2){
        width: 44%;
      } 
      .exp-fes p:nth-child(3){
        width: 24%;
      } 
      .experience span {
        color: rgb(147, 147, 147);
        white-space: normal;
        display: block;
    } 
    .rating-call{
        display: flex;
        justify-content: space-between;
    }
    .opd-list{
    border-radius: 5px;
    background-color: rgb(233, 238, 250);
    padding: 6px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;    
    }
    .opd-timing .opd-list:last-child{
        background-color: rgb(255, 246, 247);
    }
 
    .opd-list p{
        padding-bottom: 0;
        font-size: 14px;
        font-weight: 500;
    }
    .opd-list h5{
        font-weight: 600;
    }
    .opd-timing h4{
        font-weight: 600;
        margin-bottom: 10px;
    }
    .opd-timing h4::after{
        display: none;
    }
    .opd-timing .are-int{
        border-radius: 5px;
        background-color: rgb(238, 239, 243);
        text-align: left;
        padding: 6px;
        margin-bottom: 15px;    
    }
    .opd-timing .are-int h5{
        font-weight: 600;
    }
    .opd-timing .are-int p{
        padding-bottom: 0;
    }
    .mob-profile-body h4{
        font-weight: 600;
        margin-bottom: 10px;
    }
    .mob-profile-body h4::after{
        display: none;
    }
    .dr-quote .item p{
        font-size: 14px;
        color: rgb(42, 42, 42);
        text-align: left;
    }
    .dr-quote .item .qut-icon{
        margin: 0;
        position: absolute;
        left: 13px;
    }
    .dr-quote .item .qut-icon .dr-image{
        margin: 0;
    }
    .dr-quote .item {
        position: relative;
        padding: 13px;
        padding-left: 90px;
    }
    .widgets.dr-quote {
    background: #f0f4ff;
    }
    .dr-quote .item span {
        left: 89%;
        top: 3px;
        font-size: 20px;
    } 
    .dr-quote .item p {
        padding-bottom: 0px;
        padding-top: 4px;
    }
    .dr-quote-slider .slick-dots {
        position: absolute;
        bottom: -30px;
        counter-reset: unset;
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 10px;
    } 
    .dr-quote-slider  ul li {
        border-bottom: 0;
        width: 10px;
        height: 10px;
        min-height: 10px;
        background-color: rgba(50, 70, 136, 0);
        outline: 1px solid rgb(193, 193, 193);
        border-radius: 50%;
        padding: 0;
    }

      
    .dr-quote-slider ul li.slick-active {
        background-color: rgb(50, 70, 136);
    }
    .dr-quote-slider .slick-dots li button {
        opacity: 0;
    }
    .dr-quote-slider .slick-dots li::marker {
        display: none;
        font-size: 0px;
    } 
    .mob-about {
        border-radius: 10px;
        background-color: rgb(255, 246, 247);
        box-shadow: 0px 7px 60px 0px rgba(0, 0, 0, 0.13);
        margin-top: 50px;
      }
      .mob-about .doctor-about {
        padding: 0;
    }
    .mob-about .doctor-about p {
        font-size: 14px;
    }
    .see-more{
        color: #0d1a44;
        cursor: pointer;
    }
    .mob-about .more-text{
        display: none;
        color: #000;
    }
    .dots{
        color: #000;
    }
    .consult-for {
        border-radius: 10px;
        background-color: rgb(239, 238, 243);
      }
      .dr-profile h2::after{
        display: none;
      }
      .consult-item {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 6px;
    }
    .consult-item span {
        font-size: 10px;
        padding: 6px 11px;
    }
    .tab-section .tab-content ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px 25px;
        padding-left: 22px;
        margin-bottom: 0;
    }
    .tab-section .tab-content {
        border-radius: 10px;
        background-color: rgb(244, 244, 244);    
    }
    .tab-section ul.tabs li {
        border-style: solid;
    border-width: 1px;
    border-color: rgb(222, 222, 222);
    border-radius: 4px;
    background-color: rgb(245, 245, 245);
    font-size: 16px;
    color: rgb(42, 42, 42);
    width: 48%;
    padding: 5px;
    height: 50px;
    line-height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
      }
      ul.tabs li.current{
        background-color: rgb(50, 70, 136);
        color: #fff;
    }
    .tab-section {
        margin-top: 20px;
        margin-bottom: 20px;
    }
      ul.tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px;
    }
    .tab-section .tabs li:after{
        display: none;
    }
    .dr-articles {
        margin-bottom: 20px;
        overflow: clip;
        padding-left: 20px;
    }
    .article-slider .slick-slide {
        margin: 0 6px;
    }
    .article-slider .slick-list {
        margin: 0 -6px;
        padding-left: 48px;
    }
    .article-image {
        float: left;
        margin-right: 5px;
        border-radius: 8px;
        overflow: clip;
        width: 85px;
        margin-bottom: 8px;
    }
    .article-item {
        padding: 8px 8px;
    }
    .artcle-body h5 {
        font-size: 12.509px;
        margin-bottom: 5px;
    }
    .artcle-body p {
        font-size: 11.722px;
        padding-bottom: 10px;
        line-height: 16px;
    }
    .artcle-body .author{
        width: 100%;
    } 
    .artcle-body .author p {
        font-size: 12px;
    }
    .article-slider .slick-next.slick-arrow{
        right: 6px;
    }
    .consult .dr-videos {
        padding-top: 0;
        padding-left: 25px;
        overflow: clip;
    }
    .consult-slide-mob .slick-slide {
        margin: 0 6px;
    }
    .consult-slide-mob .slick-list {
        margin: 0 -6px;
        padding-left: 35px;
    }
    .dr-video {
        box-shadow: none;
        margin: 0px 0;
        margin-top: 0;
    }
    .dr-spcl-area h2{
        text-align: left;
    }
    .consult-slide-mob .slick-prev.slick-arrow{
        left: -20px;
    } 
    .consult-slide-mob .slick-next.slick-arrow{
        right: 6px;
    }
    .consult-slide-mob .slick-arrow::before{
        font-size: 14px !important;
        color: rgb(50, 70, 136);
        width: auto;
        height: auto;
        position: relative;
        font: var(--fa-font-solid);
    }
    .consult-slide-mob .slick-prev.slick-arrow::before{
        content: "\f053";
    } 
    .consult-slide-mob .slick-next.slick-arrow::before{   
    content: "\f054";
    }
    .consult-slide-mob .slick-arrow:hover{
        background-color: rgb(50, 70, 136);
    }  
    .consult-slide-mob .slick-arrow:hover::before{
        color: #fff;
    }
    .dr-video-content {
        background-color: #fff;
        padding: 7px;
    }
    .dr-video-content h4 {
        font-size: 12px;
        line-height: 12px;
        font-weight: 600;
    }
    .dr-video-content p {
        font-size: 10.44px;
        line-height: 10px;
    } 
    .other-dr-list {
        min-height: 78px;
    } 
    .dr-profile h4{
        font-weight: 600;
        margin-bottom: 10px;
    } 
    .dr-profile h4::after{
        display: none;
    } 
    .other-dr-profile ul.accordion-list li {
        padding: 6px;
        padding-bottom: 0;
    }
    .other-dr-profile ul.accordion-list li h3:after {
        top: 1px;
    }
    .appointment-book h4 {
        background-color: #e9eefa;
        color: #000;
    }
    .tab-review-item {
        background-color: #ffffff;
        border-radius: 8px;
        padding: 20px 13px;
        position: relative;
        margin-bottom: 10px;
    }
    .dr-profile .tab-review-item p {
        font-size: 14px;
        font-weight: normal;
    }
    .dr-profile .tab-review-item h5 {
        font-size: 16px;
    }
    .tab-section .tab-content.edu-exp h4 {
        margin-bottom: 10px;
        margin-top: 12px;
    }
    .sticky__header .logo,.logo {
        width: 65px;
        margin-bottom: 4px;
    }
    .header-main {
        padding: 4px 0;
    }
    .adjust-nav {
        float: right;
        padding-top: 10px;
    }
}
  
@media (min-width:425px),(min-width:404px){
    .consult .dr-videos {
        padding-top: 0;
        padding-left: 17px;
    }
    .consult-slide-mob .slick-list {
        margin: 0 -6px;
        padding-left: 44px;
        margin-left: 0;
    }
    .article-slider .slick-list {
        margin: 0 -6px;
        padding-left: 55px;
        margin-left: 0;
    }
}
@media (min-width:1440px),(min-width:1366px){
    .article-slider .slick-list {
        padding-left: 0;
        margin: 0 -15px;
    }
    .consult .dr-videos{
        padding-left: 0;
    }
}  

/* =================================================
    Member Page
================================================= */
.inner-banner-style-3{
    overflow: clip;
}
.inner-banner-style-3 .mbg{
    width: 100%;
}
  
.inner-banner-style-3 .member-card{
    position: absolute;
    bottom: 95px;
    right: 43%;
    -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
	background: #fff;
    border-radius: 10px;
	width: 340px;
}
.inner-banner-style-3 h1{
    font-size: 61.213px;
    color: rgb(237, 116, 39);
    line-height: 0.905;
    text-align: left;
  }
  .inner-banner-style-3 h1 span{
    color: #fff;
    font-size: 47px;
  }
.inner-banner-style-3 p{
    font-size: 24px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: 1.125;
  }
  .inner-banner-style-3 :is(h1){
    width: 52%;
  }
  .inner-banner-style-3 :is(p){
    width: 42%;
  }
.inner-banner-style-3 .secondary-btn,.members-page .secondary-btn{
    background-color: rgb(137, 100, 152);
    box-shadow: 0px 4px 0px 0px rgba(159, 131, 171, 0.75);
    width: 250px;
    height: 38px;
    font-size: 17px;
    transition: ease-in-out .15s;
    isolation: isolate;
    position: relative;
}
.inner-banner-style-3 .secondary-btn:hover,
.members-page .secondary-btn:hover{
   background-color: #2d357e;
}
.helth-card-section{
    overflow: hidden;
    position: relative;
    padding-top: 0px;
}
.helth-card-section .mcm{
    margin-bottom: 0px;
}
.helth-card-section .col-lg-7{
    padding-top: 9%;
}
.members-page h2{
    color:rgb(50, 70, 135) ;
    font-size: 40px;
    line-height: 1.042;
    font-family: "Diavlo Bold Regular";
}
.members-page h2::after{
    display: none;
} 
.members-page p{
    font-size: 18px;
    color: rgb(27, 27, 27);
    line-height: 1.578;
}

.helth-card-section .left-shape{
position: absolute;
}
.helth-card-section .right-shape{
    position: absolute;
    right: 0;
    bottom: -60px;   
}
.join-section{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}
.join-content {
    width: 80%;
    margin: auto;
}
.join-section h2 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    line-height: 1.083;
    text-align: center;
}
.join-section p{
    color: #fff;
}
.join-section .secondary-btn {
    background-color: rgb(237, 116, 39);
    box-shadow: 0px 2px 0px 0px rgba(224, 208, 230, 0.75);
    width: 162px;
    height: 38px;
    margin: auto;
}
.join-section .secondary-btn:hover{
    background-color: rgb(137, 100, 152);
    box-shadow: 0px 4px 0px 0px rgba(159, 131, 171, 0.75);
}
.member-why-choose{
    overflow: clip;
}
.member-why-choose h2{
    text-align: center;
    margin-bottom: 30px;
}
.mwc-card {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border-bottom: 4px solid rgb(50, 70, 135);
    box-shadow: 0px 7px 19px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 15px;
    min-height: 200px;
    padding-left: 70px;
    margin-left: 63px;
    margin-bottom: 30px;
    transition: all .5s;
}
.mwc-card:hover{
    box-shadow: 0px 8px 34px -13px rgb(49 70 136);
    transform: scale(1);
    z-index: 1;
    background: #7c5c89;
}
.mwc-card:hover :is(h4,p){
    color: #fff;
}
.mwc-card h4{
    font-size: 23px;
    font-family: "Diavlo Bold Regular";
    color: rgb(50, 70, 135);
    line-height: 1.1;
    margin-bottom: 4px;
  }
  .mwc-card p{
    font-size: 17px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: 'Poppins';
  }
.members-page p{
    font-family: 'Poppins';
}
.mwc-card span{
    width: 126px;
    height: 124px;
    background-image: url(../img/mwc-iconshape.webp);
    background-size: contain;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -63px;
    top: 30px;
  }
  .member-why-choose {
    position: relative;
}
.mwc-shape{
    position: absolute;
    left: 0;
    bottom: -80px;
    z-index: -1;
}
.membership-plan-details{
    background-image: url(../img/membership-plan-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.membership-plan-details h2{
    text-align: center;
    margin-bottom: 10px;
}
.membership-plan-details h3{
    font-size: 18px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: bold;
    border-radius: 5px;
    background-color: rgb(50, 70, 135);
    display: inline-block;
    text-align: center;
    padding: 1px 15px;
    margin-bottom: 9px;
  }
.membership-plan-details h4{
    font-size: 20px;
    font-family: "Poppins";
    color: rgb(51, 52, 57);
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 30px;
}
.membership-plan-details h4 span{
    color: #ed7427;
    text-decoration: underline;
}
.membership-plan-details-box {
    border-style: solid;
    /* border-width: 1px; */
    border-color: rgb(228, 228, 228);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    text-align: left;
    position: relative;
    /* padding: 30px; */
    margin-top: 30px;
}
  .membership-plan-details-box .price{
    border-radius: 4px;
    background-color: rgb(237, 116, 39);
    position: absolute;
    right: -50px;
    top: -20px;
    padding: 6px 8px;
    z-index: 1;
  }
  .membership-plan-details-box .price::after{
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-left: 48px solid rgb(125, 58, 25);
    border-top: 0px solid transparent;
    border-bottom: 40px solid transparent;
    position: absolute;
    right: 0;
    z-index: -1;
    margin-top: 5px;
  }
 .membership-plan-details-box .price h4{
    font-size: 20px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 28px;
    margin: 0;
  }
  .membership-plan-details-box .price h5{
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.278;
    margin: 0;
  }
  .membership-plan-details-box table{
    width: 100%;
    border-spacing: 0;
    border: 1px solid rgb(50 70 135);
  }
  .membership-plan-details-box table :is(th,td){
    padding: 15px 15px;
  }
  .membership-plan-details-box .thead{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(147, 114, 159);
    border-radius: 5px 5px 0px 0px;
    background-color: rgb(50, 70, 135);
    color: #fff;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: bold;
    line-height: 20px;
  }
 .membership-plan-details-box .tfood{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(147, 114, 159);
    border-radius:0 0 5px 5px;
    background-color: rgb(50, 70, 135);
    color: #fff;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: bold;
    line-height: 20px;
  }
  .membership-plan-details-box .tfood{
    background-color: #7b5b88;
  } 
  .membership-plan-details-box .thead th,
  .membership-plan-details-box .tfood th{
border-right: 1px solid rgb(228, 228, 228);
  }
  .membership-plan-details-box .thead th:last-child,
  .membership-plan-details-box .tfood th:last-child{
    border-right: 0;
  }
  
 .membership-plan-details-box td {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(28, 30, 34);
    font-weight: bold;
    border-right: 1px solid rgb(50 70 135);
    border-bottom: 1px solid rgb(50 70 135);
}
  .membership-plan-details-box td p{
    margin-bottom: 0px;
    padding-bottom: 0;
    line-height: 1;
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 1.188; 
    font-weight: normal;
  }
  .membership-plan-details-box td:last-child{
    border-right: 0;
  }
  .membership-plan-details .left{
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}
.mb-box{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(147, 114, 159);
    border-radius: 5px;
    background-color: rgb(248, 248, 248);
    height: 90px;
    padding: 10px;
    padding-left: 90px;
    margin-bottom: 15px;
    transition: all .5s;
    position: relative;
    z-index: 0;
}
.mb-box:hover{
background-color: rgb(50, 70, 135);
transform: scale(1);
z-index: 1;
}
.mb-box:hover :is(h4,p){
    color: #fff;
}
.mb-box span{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(196, 206, 234);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.507);
    box-shadow: 0px 8px 28px 0px rgba(0, 0, 0, 0.09);
    position: absolute;
    width: 68px;
    height: 68px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 18px;
}
  
.mb-box span::after{
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(196, 206, 234);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    z-index: -1;
}
.member-benefits :is(h2,p){
    text-align: center;
}
.member-benefits h2{
    margin-bottom: 6px;
}
.member-benefits p{
    line-height: 1.1;
    font-size: 16px;
    padding-bottom: 10px;
}
.mb-box p{
    padding-bottom: 0;
    font-size: 15px;
    color: rgb(27, 27, 27);
    text-align: left;
    font-family: 'Poppins';
    font-family: "Poppins";
    line-height: 1.201;   
} 
.mb-box h4{
    font-size: 20px;
    color: rgb(50, 70, 135);
    line-height: 1.2;
    font-family: "Diavlo Bold Regular";
    margin-bottom: 4px;
}
.member-benefits{
    position: relative;
}
.member-benefits .mb-right-shape{
    position: absolute;
    right: 0;
    bottom: 10px;
}
.book-session{
    background-size: 200%;
    background-repeat: no-repeat;
}
.book-session .btn-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}       
.book-session .btn-group :is(.primary-btn,.secondary-btn){
width: auto;
padding-inline: 20px;
height: 42px;
box-shadow: none;
font-size: 19px;
}
.book-session .btn-group .primary-btn{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(50, 70, 135);
    background-color: rgba(123, 91, 136, 0);
    height: 42px; 
    color: rgb(50, 70, 135);
    line-height: 0.846;
    text-align: left; 
}
.book-session .btn-group .primary-btn:hover{
    background-color: rgb(50, 70, 135);
    color: #fff;
}
.member-testimonials h2{
    text-align: center;
}
.member-testi-box{
    border-radius: 9px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.12);
    border-bottom: 4px solid rgb(123, 91, 136);
    padding: 15px;
    position: relative;
    padding-top: 30px;
    margin-top: 23px;
    margin-bottom: 22px;
    transition: all .5s;
}
.member-testi-box:hover{
    background-color: rgb(123, 91, 136);
}
.member-testi-box:hover :is(p,h4){
    color: #fff;
}
.member-testi-box:hover .member-tuser span{
    background-color: rgb(50, 70, 135);
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 8%);
}
.member-testi-box p {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(9, 9, 9);
    line-height: 1.5;
    transition: all .5s;
  }
  
.member-testi-box .mqt-icon{
    position: absolute;
    top: -20px;
    transition: all .5s;
}
.member-testi-box:hover .mqt-icon{
    filter: brightness(0) saturate(100%) invert(24%) sepia(10%) saturate(6147%) hue-rotate(199deg) brightness(96%) contrast(87%);
}
.member-tuser {
    position: relative;
    padding-left: 85px;
    padding-top: 16px;
    height: 75px;
}   
.member-tuser span{
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.075);
    border-radius: 50%;
    background-color: #7b5b88;
    width: 70px;
    height: 71px;
    position: absolute;
    left: 0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.member-tuser h4 {
    font-size: 22px;
    color: rgb(147, 114, 159);
    line-height: 0.636;
    text-align: left;
    font-family: "Diavlo Bold Regular";
    margin-bottom: 10px;
    transition: all .5s;
}
.member-tuser p{
    font-size: 13px;
    color: rgb(50, 70, 135);
    line-height: 1.077;
    text-align: left;
    padding-bottom: 0;
    transition: all .5s;
  }
  .member-ct-slider .col-lg-4{
    padding: 0;
  }
  .member-ct-slider .slick-list{
    margin: 0 -20px;
  }
  .member-ct-slider .slick-slide{
    margin: 0 20px;
  }
  .member-ct-slider .slick-dots {
    position: absolute;
    bottom: -40px;
    counter-reset: unset;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
}
.member-ct-slider ul li{
    border-bottom: 0;
    width: 10px;
    height: 10px;
    background-color: #32468750;
    border-radius: 50%;
    padding: 0;
}
.member-ct-slider ul li::marker{
    opacity: 0;
    font-size: 0;
}
.member-ct-slider ul li.slick-active{
    background-color: #324687;
}

.member-ct-slider .slick-dots li button{
opacity: 0;
}
  
.member-disclaimer{
    background-color: rgb(251, 251, 251);
}
.member-disclaimer h3 {
    font-size: 24px;
    color: rgb(24, 24, 24);
    line-height: inherit;
    font-family: "Diavlo Bold Regular";
    margin-bottom: 10px;
}
.member-disclaimer h5{
    font-size: 18px;
    font-family: "Diavlo Bold Regular";
    color: rgb(24, 24, 24);
    line-height: 18px;
    margin-bottom: 10px;
}
.member-disclaimer ul{
    padding-left: 26px;
    margin-bottom: 20px;
}
.member-disclaimer li{
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(24, 24, 24);
    line-height: 2;
  }
.member-disclaimer hr{
    background-color: rgb(200, 200, 200);
}

@media (max-width:1600px){
	.inner-banner-style-3 .member-card {
		bottom: 60px;
		width: 300px;
	}
}

@media (max-width:1440px),(max-width:1366px){
    .inner-banner-style-3 .member-card {
        bottom: 36px;
        width: 300px;
    }
    .mwc-card:hover {
        transform: scale(1);
    }
    .mwc-card p {
        font-size: 15px;
    }
    .mwc-card {
        padding: 10px;
        min-height: 130px;
        padding-left: 55px;
        margin-left: 45px;
        margin-bottom: 15px;
    }
    .mwc-card p {
        font-size: 14px;
        line-height: 19px;
    }
    .mwc-card span {
        width: 90px;
        height: 90px;
        background-repeat: no-repeat;
        left: -45px;
        top: 20px;
        padding: 20px;
    }
    .member-why-choose h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .mwc-card h4 {
        font-size: 20px;
    }
}
@media (max-width:992px){
.sticky__header .logo, .logo {
        width: 100px;
        margin-bottom: 4px;
        position: absolute;
}

}
@media (max-width:575px){
    .sticky__header .logo, .logo {
        width: 60px;
        margin-bottom: 4px;
        position: relative;
    }
    .inner-banner-style-3{
        background: #0d1a44;
        text-align: center;
        background-position: 0px 118%;
    background-repeat: no-repeat;
    background-size: 100%;
    }
    .inner-banner-style-3 img,.inner-banner-style-3 .member-card{
        position: relative;
        bottom: unset;
        margin: auto;
        right: unset;
    }
    .inner-banner-style-3 .member-card{
        z-index: 1;
        margin-bottom: -40px;
        -webkit-box-reflect: below 0px linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 13%));
    }
    .mbi{
        width: 100%;
    }
    .inner-banner-style-3 .inner-banner-title{
        position: relative;
        text-align: center;
        justify-content: center;
    }
    .inner-banner-style-3 :is(h1),
    .inner-banner-style-3 :is(p) {
        width: 98%;
        text-align: center;
    }
    .inner-banner-style-3 :is(h1),
    .inner-banner-style-3 h1 span{
        font-size: 30px;
    line-height: 34px;
    }
    .inner-banner-style-3 p {
        font-size: 16px;
        padding-bottom: 12px;
    }
    .inner-banner-style-3 .secondary-btn{
        margin: auto;
    margin-bottom: 30px;
    }
    .helth-card-section .row .col-lg-5{
        order: 2;
        -webkit-order: 2;
    }
    .helth-card-section .row .col-lg-7{
        order: 1;
        -webkit-order: 1;
    }
    .helth-card-section {
        padding-top: 30px;
        text-align: center;
    }
    .helth-card-section .col-lg-7 {
        padding-top: 0%;
    }
    .members-page h2 {
        font-size: 24px;
    }
    .members-page p {
        font-size: 14px;
    }
    .join-content {
        width: 100%;
        margin: auto;
    }
    .join-section {
        padding: 30px 0;
    }
    .mwc-card {
        margin-left: 0;
    padding-left: 15px;
    padding-top: 63px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px;
    }
    .member-why-choose .col-lg-6:last-child .mwc-card{
        margin-bottom: 40px;
    }
    .mwc-card span {
        position: relative;
        left: unset;
        top: unset;
        margin: auto;
        margin-top: -125px;
        margin-bottom: 15px;
    }
    .mwc-card h4 {
        font-size: 18px;
    }
    .mwc-card p{
        font-size: 14px;
        line-height: normal;
    }
    .mwc-card:hover{
        transform: scale(1);
    }
    .membership-plan-details h3 {
        font-size: 16px;
        padding: 2px 10px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .membership-plan-details h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .membership-plan-details-box .price h4 {
        font-size: 18px;
        line-height: 18px;
    }
    .membership-plan-details-box .price h5 {
        font-size: 12px;
    }
    .membership-plan-details-box .price::after{
        display: none;
    }
    .membership-plan-details-box .price {
        right: -10px;
        top: -20px;
        padding: 6px 8px;
        z-index: 1;
    }
    .membership-plan-details-box {
        padding: 4px;
    }
    .membership-plan-details-box .thead, .membership-plan-details-box .tfood {
        text-align: center;
        padding: 4px;
        margin-bottom: 6px;
    }
    .membership-plan-details-box .tfood {
        text-align: center;
        padding: 0px;
        border: 0;
        font-size: 13px;
        line-height: 17px;
    }
    .membership-plan-details-box table :is(th,td) {
        padding: 4px 6px;
    }
    .ncircle{
    border-radius: 50%;
    background-color: rgb(50, 70, 135);
    width: 26px;
    height: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .membership-plan-details tbody{
        vertical-align: top;
    }
    .membership-plan-details-box td{
        border-right: 0;
        font-size: 14px;
        line-height: 18px;
    }
    .membership-plan-details-box td div span{
        width: 50%;
        display: inline-block;
        border-right: 1px solid rgb(228, 228, 228);
    }
    .membership-plan-details-box td div span:last-child{
        border-right: 0;
        text-align: right;
    }
    .membership-plan-details-box td div{
        display: flex;
        margin-top: 10px;
    }
    .tfood tbody,.tbody tbody{
        vertical-align: middle;
    }
    .membership-plan-details-box .tprice td{
        font-size: 16px;
    font-family: "Poppins";
    color: rgb(28, 30, 34);
    font-weight: bold;
    padding: 4px 6px;
    }
    .member-benefits :is(p) {
        font-size: 16px;
        font-family: "Poppins";
        color: rgb(28, 30, 34);
        line-height: 1.313;
        text-align: center;
    }
    .mb-box {
        height: auto;
    padding: 8px;
    padding-left: 85px;
    margin-bottom: 10px;
    min-height: 90px;
    }
    .mb-box span {
        left: 10px;
    }
    .mb-box h4 {
        font-size: 16px;
    }
    .mb-box p{
        text-align: left;
    font-size: 14px;
    }
    .mb-box:hover{
        transform: scale(1);
    }
    .book-session{
    background-image: url(../img/member-bs-mob-bg.webp) !important;
    text-align: center;
    padding-bottom: 0%;
    background-position: center;
    background-size: 673%;
    background-position: top;
    }
    .book-session .btn-group {
        flex-wrap: wrap;
        justify-content: center;
    }
    .book-session .btn-group :is(.primary-btn,.secondary-btn) {
        width: 78%;
    }
    .member-ct-slider .slick-dots {
        bottom: -20px;
    }
    .member-disclaimer li {
        margin-bottom: 12px;
        font-weight: 600;
        line-height: normal;
    }
    .member-testi-box :is(p,h4) {
        text-align: left;
    }
	.manager-box {
    text-align: center;
    margin: 20px;
}
} 
  
/* Extra CSS Code */
.other-dr-img img{
	height:63px;
}

span .more-text{
	color:#000;
}
.dots{
	display:none;
}
.see-more{
	display:none;
}

@media (max-width:992px){
.dots{
	display:inline-block;
}
.see-more{
	display:inline-block;
} 
}
.doctor-about p span {
    color: #000;
}

/* Extra CSS Code */
.list-of-service h3 a{
  color:rgb(123, 94, 136);
}

/* New Menu  */
.flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topbar {
    padding-block: 4px;
}
.topbar-contact {
    display: flex;
    align-items: center;
}
.topbar-contact a{
    color: #7b5b88;
    font-weight: bold;
    margin-left: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}
.topbar-contact a:hover{
    color: #2D357E;
}
.topbar-contact a::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background-color: #7b5b88;
    left: auto;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.top-logo img{
    height: 70px;
}
.header-main {
    box-shadow: 0 0 0px #b7b7b7;
    background-color: #7b5b88;
}
.header-main .adjust-nav {
    float: unset;
}
.stellarnav {
    margin-right: 0px;
}
.stellarnav li a{
    color: #fff;
    padding-block: 8px;
}
.stellarnav ul > li > a:hover, .stellarnav ul > li.active > a{
    color: #ffffff;
    background-color: #2D357E;
}
.stellarnav > ul > li {
    margin: 0px 0px;
}
.stellarnav li.has-sub > a:after {
    margin-left: 6px;
}
.topbar .top-wp{
    display: none;
}
.stellarnav ul ul {
    width: 210px;
}
.mob-tollfree{
    display: none;
}
.stellarnav ul ul ul {
    left: 100%;
}
.stellarnav li li.has-sub > a:after {

    position: absolute;
    top: 10px;
    right: 8px;
}
.scrollTop{
    z-index: 9;
}
.stellarnav.mobile #menu-header-menu{
    display: block;
    transform: translateX(100%);
    transition: all .5s;
    max-width: 90%;
}
.stellarnav.mobile.active #menu-header-menu{
    display: block;
    transform: translateX(0%);
}
.stellarnav.mobile ul ul{
    background: #293a71;
}
.stellarnav.mobile ul ul ul{
    background: #1d2a57;
}
.stellarnav.mobile ul ul ul ul{
    background: #182243;
}

.stellarnav .icon-close {
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    position: relative;
    display: inline-block;
    box-shadow: 0px 0px 4px 1px #fff;
    border-radius: 50%;
    padding: 0px 0px 0px 5px;
}
.fixed-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 22PX;
    text-transform: uppercase;
    color: #000;
    background-color: #ed7427;
    font-family: "Diavlo Bold";
    text-align: center;
    display: none;
}
.form-box .form-control{
    border: 1px solid #7b5b88;
    padding: 12px 15px;
    margin-bottom: 0;
    height: 45px;
    color: #000;
}
.form-box{
    padding-block: 10px;
}
.form-box label{
    margin-bottom: 5px;
}
.form-box .form-group{
    margin-bottom: 10px;
}
.stellarnav > ul > li > a {
    padding: 5px 10px;
    position: relative;
}
.stellarnav > ul > li::after,
.stellarnav > ul > li::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #ffffff4d;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p-0{
    padding: 0;
}
.hide-input{
    display: none;
}
.topbar-contact a:last-child:after{
    display: none
}
@media (max-width:1200px){
    .stellarnav > ul > li {
        margin: 0px 2px;
    }
}
@media (max-width:547px){
    .topbar-contact a span,.topbar-contact .toll-free{
        display: none;
    }
    .topbar .top-wp{
        display: block;
    }
    .top-logo img {
        height: 40px;
    }
    .header-main {
        padding: 5px 0;
    }
    .header-main .adjust-nav {
        padding-top: 0;
        text-align: right;
    }
    .stellarnav {
        margin-right: 0px;
    }
    .mob-tollfree{
        display: block;
        position: absolute;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 18px;
        line-height: 18px;
        text-align: left;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
    }
    .stellarnav ul > li ul li a.dd-toggle {
        width: 48px;
        height: 35px;
    }
    .sticky__header{
        position: relative;
    }
    .scrollTop {
        z-index: 9;
        bottom: 40px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .fixed-footer{
        display: block;
    }
    .wrapper ul {
        padding-left: 0;
    }
    .topbar-contact a img{
        transform: scale(1.3);
    }
    .topbar-contact a {
        gap: 4px;
        width: 24px;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 12px;
        line-height: 12px;
    }
    .topbar-contact a::after{
        display: none;
    }
}

/*pregnency*/
.banner-content{
    width: 50%;
}
.banner-content p{
    font-family: "Poppins", sans-serif;
    color: #3F3C41;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px;
}
.thm-color{
    color: #94729F !important;
    font-weight: 600 !important;
}
.italic{
    font-style: italic !important;
}
.pregnancy h2{
color: #121212;
font-family: "Poppins", sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 40px;
margin-bottom: 0px;
}
.pregnancy p{
color: #3C3C3C;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 29px;
margin-bottom: 8px;
padding-bottom: 0;
}
.text-box{
border-radius: 10px;
background: #EBE7EC;
padding: 10px 25px;
margin-top: 25PX;
margin-bottom: 25PX;
}
.title{
color: #0F0F0F;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 30px;
font-family: "Poppins", sans-serif;
position: relative;
}

.title::after{
    content: '';
    background: #324687;
    width: 53px;
    height: 2px;
    display: block;
    margin-top: 4px;
}
.mt-25{
    margin-top: 35px;
}
.pregnancy .list-style {
    padding-left: 18px;
}

.pregnancy .list-style li{
color: #3C3C3C;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 25px;
margin-bottom: 10px;
position: relative;
list-style-type: none;
font-family: "Poppins", sans-serif;
}
.pregnancy .list-style li::after {
    content: '';
    background-color: #94729F;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: -18px;
    top: 8px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px #D2C3D7;
}
.at-tab {
    display: none;
  }
  
  .at-title {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
    border-radius: 7px;
    background: #324687;
    padding: 4px;
    padding-bottom: 8px;
  }
  .at-title h5{
    color: #FFF;
    font-family: "Diavlo Bold Regular";
font-size: 22px;
font-style: normal;
font-weight: 550;
line-height: normal;
margin: 0;
  }
  .at-title:after {
    top: 12px;
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f107";
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 0px;
    position: absolute;
    color: #fff;
  }
  
  .at-title.active:after {
    transform: rotate(180deg);
  }
  
  .at-item {
    margin-bottom: 8px;
  }
.pregnancy .widgets ul li a::before{
    content: '';
    background-image: url(../images/imaging-img/left-traingle-arrow.webp);
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.pregnancy .widgets ul{
    list-style-type: none;
    padding-left: 0;
}
.pregnancy .widgets ul li::after{
    display: none;
}
.pregnancy .widgets ul li a{
color: #303030;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 35px;
}
.pregnancy .widgets ul li{
    border: 0;
    padding: 0;
    margin-bottom: 0;
}
.contact-doctor{
    border-radius: 7px;
    border: 1px solid #324687;
    background: #324687;
    padding: 0;
    text-align: center;
}
.contact-doctor .content{
    text-align: center;
    padding-top: 40px;
}
.contact-doctor .content h3{
    color: #FFF;
    font-family: "Diavlo Bold Regular";
    font-size: 34px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;
    margin: 0;
}
.contact-doctor .content p{
    color: #EAEAEA;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    width: 91%;
    margin: auto;
    margin-bottom: 10px;
}
.contact-doctor .content .btn {
    background: #94729F url(../images/imaging-img/arrow-icon.png) no-repeat 90% center;
    border: 0;
    box-shadow: 0px 3px 1px #ffffff;
}

.tabs-area{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding: 0 !important;
    margin-bottom: 24px;
    margin-top: 24px;
}
.tabs-area .tab{
    display: inline-block;
    margin:0;
    padding: 17px 30px;
    cursor: pointer;
    font-size:1.2em;
    line-height:2em;
    color:#FFF;
    border-radius: 60px;
    background: #343434;
    color: #FFF;
    font-family: "Poppins", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 15px;
margin-bottom: 5px;
}
.tabs-area .tab:hover {
    background: #324687;
    }
.tabs-area .tab.current{
    background: #324687;
    color: #FFF;
}
.tab-content{
    display: none;
    border-radius: 17px;
border: 1px solid #F0F0F0;
background: #FFF;
box-shadow: 0px 24px 34px 0px rgba(0, 0, 0, 0.11);
padding: 25px;
}
.tab-content.current{
    display: inherit;
}
.tabs-area li::after{
    display: none !important;
}
.preagnancy-tab .list-of-service{
    padding: 0;
    border: 0;
    margin-top: 19px;
}
.pregnancy .preagnancy-tab h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0px;
}
.pregnancy .paediatrics h2::after{
    display: none;
}
.pregnancy .list-of-service li b {
    text-transform: unset;
}
.preagnancy-tab {
    margin-bottom: 30px;
}
.explore .tabs-area li{
    display: inline-block;
    margin-right: 11px;
}
.explore .tabs-area li .tab{
    background: #EEE;
    color: #000;
}
.explore .tabs-area li .tab:hover{
    background: #324687;
    color: #FFF;
}
.highlight{
    background-image: url(../images/imaging-img/highlight-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    border: 1px solid #324687;
    padding: 46px 95px;
    text-align: center;
}
.highlight h2{
    color: #94729F;
    font-family: "Poppins", sans-serif;
font-size: 34px;
font-style: normal;
font-weight: 500;
line-height: 35px; /* 102.941% */
margin-bottom: 13px;
}
.highlight p{
    color: #5E4765;
text-align: center;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 31px;
margin: 0;
}
.mx-auto{
    margin-inline: auto;
    float: unset;
}
.watch-video h2{
color: #0F0F0F;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.paediatrics h2::after {
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background-color: #324687;
    margin-top: 0px;
   }
.watch-video-tab .tabs-area{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
}
.watch-video-tab .tabs-area .tab{
    padding-inline: 50px;
    border-radius: 10px;
    border: 1px #E3E3E3;
background: #FFF;
color: #000;
}
.watch-video-tab .tabs-area .tab.current {
    background: #324687;
    color: #FFF;
}
.watch-video{
    background-image: url(../images/imaging-img/watch-video-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.watch-video .tab-content{
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}
.video-box{
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}
.video-box img{
    width: 100%;
}
.play-btn{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(12, 12, 12, 0.267);
}
.play-btn span{
    width: 74px;
height: 74px;
background-color: #94729F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid #94729F;
    outline-offset: 7px;
    transition: all .5s;
}
.play-btn span img{
    width: auto;
    height: auto;
}
.video-box:hover .play-btn span{
    transform: scale(1.2);
}
.video-slider .slick-arrow::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 24px !important;
    color: #324687;
    z-index: 100;
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 24px;
    margin: auto;
    inset: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.video-slider .slick-next.slick-arrow::before {
    font: var(--fa-font-solid);
    content: "\f054";
}
.video-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0px;
    right: 0px;
    z-index: 2;
    width: 45px;
    height: 45px;
    border: none;
    background: #ffffff00;
    font-size: 0px;
    margin: auto;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.video-slider .slick-next.slick-arrow {
    right: 0;
    left: initial;
    margin-right: -70px;
}
.video-slider .slick-prev.slick-arrow {
    left: 0;
    right: initial;
    margin-left: -30px;
}
.video-slider .slick-prev.slick-arrow::before {
    font: var(--fa-font-solid);
    content: "\f053";
}
.watch-video-tab h4{
    color: #121212;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px;
margin-bottom: 10px;
    margin-top: 15px;
}
.watch-video-tab p{
    color: #3C3C3C;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 29px;
}
.gallery .paediatrics h2{
    color: #0F0F0F;
    margin-bottom: 20px;
}
.gallery-slider{
    text-align: center;
    p{
        font-family: poppins;
        margin-top: 15px;
    }
}
.gallery-img{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.gallery-img a{
    position: absolute;
    inset: 0;
    background: rgba(18, 18, 18, 0.61);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transform: scale(1.5);
    opacity: 0;
}
.gallery-img:hover a{
    opacity: 1;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}

.gallery-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 0px;
    right: 0px;
    z-index: 2;
    width: 36px;
    height: 36px;
    background-color: #D9D9D9;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-slider .slick-prev.slick-arrow {
    left: -20px;
    right: initial;
}
.gallery-slider .slick-next.slick-arrow {
    right: -20px;
    left: initial;
}
.gallery-slider .slick-arrow:hover {
    background-color: #94729F;
}
.gallery-slider .slick-arrow::before {
    font-size: 14px !important;
    color: #000;
    width: auto;
    height: auto;
    position: relative;
}
.gallery-slider .slick-next.slick-arrow::before {
    font: var(--fa-font-solid);
    content: "\f054";
}
.gallery-slider .slick-arrow:hover::before {
    color: #fff;
}
.gallery-slider .slick-prev.slick-arrow::before {
    font: var(--fa-font-solid);
    content: "\f053";
}
.gallery-slider .slick-list{
    margin: 0 -10px;
}
.gallery-slider .slick-slide{
    margin: 0 10px;
}
.rear{
    background: #324687;
}

.gallery.rear .paediatrics h2 {
    color: #ffffff;
}
.gallery.rear .paediatrics h2::after{
    background-color: #fff;
}
.rear p{
    color: #FFF;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: normal;
line-height: 24px;
margin-top: 12px;
transition: all .5s;
}
.rear .item:hover p{
    color: #ed7427;
}
.rear .item:hover img,
.gallery .item:hover img{
    transform: scale(1.2);
}
img{
    transition: all .5s;
}
.preagnancy-faq ul.accordion-list li h3{
    border-radius: 3px;
    background: #94729F;
    color: #FFF;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 35px;
}
.preagnancy-faq ul.accordion-list li{
    padding: 0;
    border: 0;
    box-shadow: none;
}
.preagnancy-faq ul.accordion-list li div.answer {
    border-radius: 0 0 2px 2px;
    padding: 12px;
    background: #F4E9F8;
}
.preagnancy-faq ul.accordion-list li div.answer p{
    padding: 0;
    color: #524856;
}
.conclusion {
    background: #B38FBF;
    .list-of-service{
        padding: 0;
        background-color: transparent;
        border: 0;
        li{
            color: #fff;
        }
    }
}
.monitoring{
    .list-of-service{
        margin: 0;
    }
}
.conclusion p{
    color: #fff;
}
.conclusion h2{
    color: #fff;
}
.additional-reading .list-of-service{
    border: 0;
    padding: 0;
}
.additional-reading h2{
    color: #0F0F0F;
}
.w-100{
    width: 100%;
}
@media (max-width:992px){
.pregnancy-banner .inner-banner-title {
    text-align: left;
    padding-top: 4%;
} 
.pregnancy-banner .banner-content {
    width: 80%;
    text-align: left;
}
.tabs-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
}
@media (max-width:575px){
    .pregnancy-banner.inner-banner-style-2 img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        object-position: 88%;
    }   
    .pregnancy-banner .banner-content {
        width: 70%;
        text-align: left;
    }
    .pregnancy-banner .inner-banner-title h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .pregnancy-banner .banner-content p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .pregnancy h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .pregnancy p {
        font-size: 14px;
        line-height: 22px;
    }
    .pregnancy.section-gap {
        padding-top: 0;
    }
    .title {
        font-size: 18px;
        line-height: 30px;
    }
    .pregnancy .list-style li {
        font-size: 14px;
        line-height: 22px;
    }
    .at-title h5 {
        font-size: 16px;
    }
    .at-title {
        padding-bottom: 6px;
    }
    .pregnancy .widgets ul li a {
        font-size: 16px;
        line-height: 30px;
    }
    .tabs-area {
        gap: 6px;
    }
    .pregnancy .tab-content {
        padding: 15px;
    }
    .pregnancy .preagnancy-tab h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 0px;
    }
    .pregnancy .paediatrics ul li {
        font-size: 14px;
    }
    .highlight {
        padding: 20px 15px;
    }
    .watch-video-tab .tabs-area .tab {
        padding-inline: 25px;

    }
    .video-slider .slick-next.slick-arrow {
        right: 14px;
    }
    .video-slider .slick-prev.slick-arrow {
        left: 14px;
    }
    .play-btn span {
        width: 40px;
        height: 40px;
        padding: 10px;
        outline-offset: 3px;
    }
    .watch-video-tab h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .watch-video-tab p {
        font-size: 14px;
        line-height: 22px;
    }
    .gallery-slider .slick-slide {
        margin: 0px 5px;
    }
    .gallery-slider .slick-list {
        margin: 0px -5px;
    }
    .rear p {
        font-size: 14px;
        line-height: 20px;
    }
    .gallery-slider .slick-next.slick-arrow {
        right: -12px;
        left: initial;
    }
    .gallery-slider .slick-prev.slick-arrow {
        left: -12px;
        right: initial;
    }
    .preagnancy-faq .col-lg-10{
        padding: 0;
    }
    .preagnancy-faq ul.accordion-list li h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .preagnancy-faq ul.accordion-list li div.answer p {
        font-size: 14px;
    }
}
.pregnancy .widgets ul li.active a{
	color: #94729f;
}

.inner-banner-new {
    background: transparent;
}
.inner-banner-new {
    background: transparent;
}
.inner-banner-new .banner-img {
    background: transparent;
}
.inner-banner-new .middle-banner {
 position: absolute;
}

.counter2 {
    background-color: #f5f5f5;
    padding: 20px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 118px;
}

.counter h3 {
	font-size: 24px;
    font-weight: 600;
}

p.count-text {
    font-size: 13px;
    font-weight: normal;
	line-height:normal;
    margin-top: 5px;
    margin-bottom: 0;
	padding-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
@media only screen and (min-width: 767px) {
    .pabt-stry h2 {
        text-align: left;
    }
}
.mb-2 {
    margin-bottom: 2em;
}
.paediatrics .inner-new ul,.paediatrics .inner-new ol{margin-left: 15px;}
.paediatrics .inner-new ul li{
    position: relative;
    padding-left: 0;
    font-size: 16px;
    color: #0d1a44;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 24px;
    min-height: inherit;
    margin-bottom: 10px;
    list-style: disc;
}
.paediatrics .inner-new ol li{
    position: relative;
    padding-left: 0;
    font-size: 16px;
    color: #0d1a44;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 24px;
    min-height: inherit;
    margin-bottom: 10px;
}
.paediatrics .inner-new b{font-weight: 600;}
.paediatrics h2 b{font-weight: 600;border-bottom: solid 2px #324687;}
.paediatrics .inner-new ul li b::before{display:none;}
.paediatrics .inner-new ol li b::before{display:none;}
.paediatrics .inner-new strong{font-weight: 600;}
.card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom:1px;
    border:none;
}
.card-header:first-child {
    border-radius: 0;
}
.card-header {
    background-color: #f7f7f9;
    margin-bottom: 0;
    padding: 20px 1.25rem;
    border:none;
    
}
.card-header a i{
    float:left;
    font-size:25px;
    padding:5px 0;
    margin:0 25px 0 0px;
    color:#195C9D;
}
.card-header i{
    float:right;        
    font-size:30px;
    width:1%;
    margin-top:8px;
    margin-right:10px;
}
.card-header a{
    width:97%;
    float:left;
    color:#565656;
}
.card-header p{
    margin:0;
}

.card-header h3{
    margin:0 0 0px;
    font-size:20px;
    font-family: 'Slabo 27px', serif;
    font-weight:bold;
    color:#3fc199;
}
.card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 20px;
    color:#232323;
    box-shadow:inset 0px 4px 5px rgba(0,0,0,0.1);
    border-top:1px soild #000;
    border-radius:0;
}
.faq h5{
    margin: 0px;
    cursor: pointer;
}
.faq .card:hover {
    background-color: transparent!important;
}
.faq .card-header {
    background-color: rgb(123, 94, 136);
    margin-bottom: 0;
    padding: 13px 20px;
    border: none;
    color: #ffff;
    margin-bottom: 0;
}
.faq p {
    font-size: 16px;
    color: #0d1a44;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 10px;
	margin-top:0px;
}
.faq .card {
    margin: 0;
    padding: 0;
	margin-bottom: 10px;
}
.faq {
    padding: 0!important;
}
.faq .card-body {
    background: #cccccc2b;
}
.list-doctors .bldprf-tm-cnt {
    background-color: #f6f6f6;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 10px #aaa;
    padding: 15px 15px;
}
.list-doctors .bldprf-tm-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.paediatrics .list-doctors h4 {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 15px;
    font-weight: 600;
	margin-bottom: 5px !important;
	text-align: center;
}
.paediatrics .list-doctors p {
    font-size: 14px;
    color: #0d1a44;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0px !important;
    padding: 0px !important;
	text-align: center;
}
.paediatrics .list-doctors .bldprf-tm-pic {
        min-height: 255px;
    }
.paediatrics .list-doctors .bldprf-tm-pic img {
    height: 255px;
}
.about-person-details2 .slick-next.slick-arrow {
    right: -10px!important;
    left: initial;
}
.about-person-details2 .slick-prev.slick-arrow {
    left: -10px!important;
    right: initial;
}
.diagnostics .slick-next.slick-arrow {
    right: -10px!important;
    left: initial;
}
.diagnostics .slick-prev.slick-arrow {
    left: -10px!important;
    right: initial;
}
 .paediatrics .diagnostics .bldprf-tm-pic img{
    border: 0px solid #d8d7dd;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    position: absolute;
    object-position: top;
    left: 0;
    top: 0;
    object-fit: contain;
}
 .paediatrics .diagnostics .bldprf-tm-pic {
    min-height: 200px;
    position: relative;
    background-color: transparent;
    border-radius: 0px;
    overflow: hidden;
}
.paediatrics .diagnostics .bldprf-tm-bx {
    margin-bottom: 45px;
    box-shadow: none;
    overflow: hidden;
    border-radius: 0;
}
.paediatrics .bldprf-tm-cnt {
    background-color: #ffff;
    border-radius: 0px;
    box-shadow: none;
    padding: 15px 15px;
}
@media (max-width: 479px) {
    .paediatrics .list-doctors .bldprf-tm-pic {
        min-height: 300px;
    }
	.paediatrics .list-doctors .bldprf-tm-pic img {
       height: 300px;
}
	html ul.sub-menu-tab li {
	   min-height: 49px !important;
	}
	html .sub-menu-tab a {
		font-size: 14px;
	}	
}
ul.sub-menu-tab{margin:0px 0 30px 0!important;padding:0px!important; list-style:none!important;}
ul.sub-menu-tab li {
    margin: 0 1px 1px 0 !important;
    padding: 0px;
    list-style: none !important;
    line-height: normal !important;
    min-height: 56px!important;
    display: inline-block !important;
}
ul.sub-menu-tab li::marker {
   display:none!important;
}
.sub-menu-tab a {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-family: "Diavlo Light";
    padding: 12px 30px;
    letter-spacing: normal;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 0;
    background: #324687;
    /* background-size: 100% 100%; */
    border-radius: 35px;
    border: 0;
    box-shadow: 0px 3px 1px #93729f;
    text-transform: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sub-menu-tab a:hover {
  color: #fff;
  background-color: #93729f;
  border: 0;
  box-shadow: 0px 3px 1px #93729f;
}
scroll-margin-block-start: 110px;
  /*Adds margin to the top of the viewport*/
   scroll-margin-block-end: 110pxx;
  /*Adds margin to the bottom of the viewport*/

.faq_hd acc_trigger p{
  display:none!important;
}
.mrg22 {
    margin-bottom: 2em;
}
.inner-banner-new h1 span{
  color: rgb(237, 116, 39);
}
.secondary-btn:hover{
    background-color: #2d357e!important;
	box-shadow: 0px 4px 0px 0px rgba(159, 131, 171, 0.75)!important;
}

.health_packages .pack {
    background: #343394 !important;
    width: 31%;
    float: left;
    border-radius: 10px;
    padding: 20px;
    margin: 0 10px 20px 10px;
    min-height: 620px;
	position:relative;
}
.health_packages .pack h3 {
    color: #fff;
    border-bottom: solid 1px #ffffff9c;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.health_packages .pack p{
  line-height: 30px; color:#fff;
}
.pack-info{clear:both;}
.health_packages .price {
    display: flex;
    text-align: center;
}
.health_packages .price {
    border-top: solid 1px #ffffff9c;
    padding-top: 15px;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    bottom: -7px;
    margin-bottom: 10px;
    left: 0;
    background: #252468;
    padding-bottom: 15px;
}
.health_packages .price small{
    color:#fff;
}
.health_packages .price span{
    font-size: 28px; color: #fff;font-weight: 700;
}
.wdt1 {
    width: 50%;
}
.gmb {
    background: rgb(123, 94, 136);
    text-align: center;
    color: #fff;
    padding: 20px;
	margin-bottom: 20px;
	color: #fff; 
	font-size: 20px!important;
}
.gmb a{
   color: #fff; font-weight: 700!important;
}
p.gmb {
   color: #fff!important; 
}
.sidebarmain{
  position: sticky;
  top: 0;	
}
.mbl{display:none!important;}
.dest{display:block;}
.bannerSlide .slick-prev {
    position: absolute;
    bottom: 40px;
    left: 180px;
    transform: translate(10px, -50%);
    z-index: 1;
    font-size: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
}
.bannerSlide .slick-prev:before{
    position: absolute;
    top: 22px;
    left: 16px;
    font-size: 38px;
    color: #000;
    content: '<';
    line-height: 0;
    text-align: center;
}

.bannerSlide .slick-next {
    position: absolute;
    bottom: 40px;
    left: 260px;
    transform: translate(10px, -50%);
    z-index: 1;
    font-size: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
}
.bannerSlide .slick-next:hover{background: #94729f;}
.bannerSlide .slick-prev:hover{background: #94729f;}
.bannerSlide .slick-next:hover:before{color: #fff!important;}
.bannerSlide .slick-prev:hover:before{color: #fff!important;}
.bannerSlide .slick-next:before{
    position: absolute;
    top: 22px;
    left: 16px;
    font-size: 38px; 
    color: #000;
    content: '>';
    line-height: 0;
    text-align: center;
}
.inner-banner-new .middleTextBan {
   background: transparent!important;
}

.specialtys-area .btn{
 background-image:none!important;	 
 padding:12px 50px!important;	
}
.secondary-btn111{
    background-color: #ed7427!important;
    color: rgb(255, 255, 255)!important;
}
.membership-plan-details-box table :is(th,td) {
    text-align: center;
}
/* css testimonial */
.testimo-slide .slick-arrow {
    position: absolute;
    bottom: -73px;
    left: 0px;
    right: 0px;
    z-index: 2;
    width: 45px;
    height: 45px;
    border: none;
    background: #000000;
    font-size: 0px;
    margin: auto;
    border-radius: 50px;
    -webkit-transition: all 0.3sease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3sease-in-out;
}

.testimo-slide .slick-arrow::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px !important;
    color: #fff;
    z-index: 100;
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 20px;
    margin: auto;
    inset: 0;
    -webkit-transition: all 0.3sease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3sease-in-out;
}

.testimo-slide .slick-prev.slick-arrow {
  left: 50%;
  right: initial;
  margin-left: -53px;
}

.testimo-slide .slick-prev.slick-arrow::before {
  font: var(--fa-font-solid);
  content: "\f053";
}

.testimo-slide .slick-next.slick-arrow {
  right: 50%;
  left: initial;
  margin-right: -53px;
}

.testimo-slide .slick-next.slick-arrow::before {
  font: var(--fa-font-solid);
  content: "\f054";
}

.testimo-slide .slick-arrow:hover::before {
  color: #ffffff;
}

