* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Exo 2", sans-serif;
}
p {
    margin-bottom:5px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.top_list {
  display: flex;
  align-items: center;
  gap: 4px;
}

.top_list ul {
  display: flex;
  flex: 1;
  gap: 30px;
}

.top_list ul li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
}

.top_bar {
  /* border-bottom: 1px solid #eee; */
  background: #6d2265;
  padding: 3px 0;
  position: relative;
}

.top_bar::after {
    content: "";
    width: 24%;
    left: -4%;
    height: 100%;
    background: url(../images/bg_white.png);
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}

.top_list select.form-select {
  flex: 1;
  width: 150px;
  max-width: 150px;
  border: unset;
  border-radius: 0;
  background-color: unset;
  filter: invert(1);
}

.top_list select.form-select .top_list select.form-select:focus {
  border: unset;
  box-shadow: unset;
}

.top_list button.btn img {
  filter: invert(1);
}

.logo_img a {
  display: block;
}

.logo_img a img {
    min-width: 150px;
    width: 150px;
}

.main_nav >ul {
  display: flex;
  gap: 30px;    position: static;
  align-items: center;
}

.main_menu {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 55px;
}

.main_nav {
  margin-left: auto;
}

.main_navigation {
  border-bottom: 0px solid #ccc;
  /* padding: 4px 0; */
  background-color: #ffffff;
  position: sticky;
  top: 45px;
  z-index: 10;
}

.main_nav >ul >li a {
color: #6d2265;
    font-weight: 500;
    position: relative;
    font-size: 15px;
    padding: 20px 5px;
}

.main_nav ul li a.list_dropdown {
  background: url(../images/arrow.svg) no-repeat 99% 27px / 11px auto;
  padding-right: 20px;
}

.main_nav ul.submenu {
  /* grid-template-columns: repeat(4, 1fr); */
  position: absolute;
  gap: 0px;
  left: -33%;
  right: 0;
  width: 1000px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000026;
  /* border-radius: 0 0 8px 8px; */
  top: 48px;
  display: none;
  border: 1px solid #d6d6d6;
}

.main_nav li {
  position: static;
}

.main_nav ul li a span {
  display: block;    width: 26px;
    height: 26px;
    overflow: hidden;
}

.main_nav ul li a span img {
  max-width: 26px;
  width: 26px;
}

.main_nav ul.submenu li a {
    display: flex
;
    gap: 6px;
    align-items: center;
    position: relative;
        font-size: 14px;
    padding: 3px 20px 3px 5px;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.main_nav ul.submenu li a::after {
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  width: 8px;
  height: 5px;
  display: block;
  transform: rotate(-90deg);
  background-size: 8px;
  position: absolute;
  right:4%;
  top: 48%;
}

.main_nav ul.submenu li a:hover {
  background-color: #6d226550;
}
.main_nav ul.submenu li:hover ul.submenu{display: block;}
.main_nav li.menu_open ul.submenu {
  display: block;
}
.main_nav >li ul.submenu ul{display: grid;  gap: 0px;   grid-template-columns: repeat(4, 1fr);}

.top_list button.btn.btn_filter img {
  filter: invert(0);
}
.main_nav >li ul.submenu ul li:nth-child(2n), .main_nav >li ul.submenu ul li:nth-child(2n) {
    background: #FAFAFA;
}
.main_nav >li ul.submenu ul li {
    /* background: #FAFAFA; */
    padding:10px 10px;
}
.footer_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 26px;
}

.footer_logo img {
  max-width: 70%;
  margin-bottom: 20px;
}

footer.footer_box {
  background: #6d2265;
  border-top: 5px solid #6d2265;
}

ul.list-unstyled li a {
  color: #ffffff;
  font-size: 13px;
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #ffffff1a;
}

.footer_address p {
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.6;
}

.footer_colum h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.footer_colum h3:after {
  content: "";
  position: absolute;
  width: 20%;
  background: #fff;
  height: 2px;
  bottom: -10px;
  left: 0;
}

.copy_text p {
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

ul.list-unstyled li:last-child a {
  border: unset;
}

.copy_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copy_flex .privacy_link ul {
  display: flex;
  gap: 20px;
}

.copy_flex .privacy_link ul a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.top_list select.form-select:focus {
  box-shadow: unset;
  outline: unset;
}

ul.social_block {
  display: flex;
  gap: 16px;
}

ul.social_block li a {
  color: #fff;
  font-size: 32px;
}

.book_btn button.btn {
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;padding: 0px 10px;
}

div#oppointment .modal-dialog {
  max-width: 600px;
  margin: 0 auto;
}

.modal_body_form {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    column-gap: 10px;
}

.modal-relative {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.modal-relative h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  color: #6d2265;
}
.modal-body.body_content .form-group.mb-4 {
    margin-bottom: 10px !important;
}
.submit_button button.btn.btn-secondary {
  width: 100%;
  background: #6d2265;
}

.submit_button {
  text-align: center;
  margin: 15px 0 10px 0;
}

.form-group.message_box {
  grid-column: 1 / 3;
}
.modal-body.body_content .form-group.mb-4 label {
    margin-bottom: 5px;
}
.modal-body.body_content {
  padding: 20px;
}

.banner_one {
  position: absolute;
  left: 10%;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
  max-width: 40%;
  padding: 0;
}

.banner_one h2 {
  font-weight: bold;
  color: #6d2265;
  font-size: 2rem;
}

.banner_one p {
    color: #6c6c6c;
    font-size: 18px;
    margin: 15px 0 20px 0;    line-height: 30px;
}

.view_more button.btn {
    background: #6d2265;
    color: #fff;
    width: 125px;
    height: 40px;
    border-radius: 4px;
    font-size: 15px;
}

.banner_one p span {
  display: block;
}
 

.carousel-caption.d-none.d-md-block.banner_two.banner_one {
  right: 10%;
  left: unset;
  text-align: left;
}

.primary-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.border-top-10-radius {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.card-style04 .card-icon {
     width: 55px;
    height: 55px;
    background-color: #e52124;
    border: 5px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    padding: 0 20px;
    line-height: 1.3;
    position: absolute;
    top: -25px;
    right: 15px;
    transition: 0.5s;
    font-size: 1.5rem;
}

.card-body {
  flex: 1 1 auto;
  position: relative;
}

.card-style04 .card-image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(0deg, rgba(0, 40, 86, 0.5) 0%, transparent 73%);
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bg-light {
  background-color: #f8f9fa;
}

.card_facilities {
  position: relative;
}

.card_facilities h3 a {
  color: #6d2265;
  font-weight: bold;
}

.card_facilities p {
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.card_facilities .card-body {
  padding: 22px;
}

.card-style04:hover .card-image:after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.card-style04:hover .card-icon {
  background-color: #34c5a1;
  color: #fff;
}

.card-image {
  position: relative;
}

.sm-title {
  position: relative;
  color: #34c5a1;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 1;
}

.sm-title:before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #34c5a1;
  position: absolute;
  left: 0;
  top: 2px;
}

.section_heading {
  text-align: center;
  margin-bottom:20px;
}

.section_heading h2 {
  font-weight: bold;
  font-size: 28px;
  color: #35363a;
}

.section_heading h2 span {
  color: #6d2265;
}

.tab-content {
  border: 1px solid #eee;
}

.tab-content .tab-pane {
  padding: 20px;
}

.tab-content .tab-pane h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.tab-content .tab-pane p {
font-size: 14px;
    color: #555;
    margin: 8px 0;
}

.nav-tabs li button,
.nav-tabs li {
  border-radius: 0 !important;
}

.abt_box li button {
  padding: 10px 0;
  width: 160px;
  color: #000;
}

.abt_box li button.nav-link.active {
  border-bottom: 0;
  background: #6d2265;
  color: #fff;
}

.round_box {
  position: relative;
  z-index: 9;
}

.fea.icon-lg {
    stroke-width: 1;
    height: 30px;
    width: 30px;
}

.bg-soft-primary {
  color: #01c4c6;
}

.bg-soft-muted {
  color: #94a3b8;
}

.section-title .title {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.5px;
    color: #65205d;
}

.round_box svg.fea.icon-lg.mb-3.text-primary {
  color: #6d2265 !important;    margin-bottom: 5px !important;
}

section.achieved_box .bg-primary.rounded {
  background: #6d2265 !important;
}

.round_box h3 {
  margin-bottom: 5px !important;
  font-weight: bold;
  color: #651f5d !important;
}

.section-title h6.text-primary.text-uppercase {
  color: #34c5a1 !important;
}

.section-title {
  max-width: 80%;
}

.appoinment_btn a.btn.theme-btn {
    border: 2px solid #641f5c;
    color: #641f5c;
    margin-right: 12px;
    width: fit-content;
    height: 40px;
    border-radius: 4px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
}

.appoinment_btn {
  margin-top: 20px;
  display: flex;
}

.appoinment_btn a.btn.theme-btn.active {
  background: #641f5c;
  color: #fff;
}

.doctor_search button {
  background: #6d2265;
  color: #fff;
}

.page-header {
  position: relative;
  background: url(../images/page-header.jpg);
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 2.5rem 0 5rem 0;
  border: 0;
  /* background-attachment: fixed; */
}

.page_press.page-header {
  background: url(../images/brdcrm_bg.jpg);
}

.page-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(38, 69, 109, 0.7);
  z-index: 1;
}

.page-header h1 {
position: relative;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    z-index: 2;
    font-size: 25px;
}

.breadcrumb-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.page-header {
  padding: 5rem 0 7.5rem 0;
}

.breadcrumb {
  background-color: transparent;
  padding: 0.625rem 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.breadcrumb li+li:before {
  content: "/";
  position: absolute;
  left: -3px;
}

.breadcrumb .active {
  color: rgba(255, 255, 255, 0.65);
}

.breadcrumb li {
  padding: 0.5rem 0.625rem;
  position: relative;
}

.breadcrumb li,
.breadcrumb li a {
  color: #fff;
}

/* list css start here */

.views-doctor-listing .wrapper .wrapper {
  display: flex;
  gap: 10px;
}

.views-row {
    display: flex
;
    flex-wrap: wrap;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 4px;
    width: 92%;
    margin: 10px auto;
}

.doctor_profile {
  padding: 22px 20px 30px;
  width: 100%;
  box-shadow: none;
  position: relative;
  border: 0px solid #e7e7e7;
}

.views-doctor-listing .doctor_profile .wrapper {
  padding: 0;
}

.views-doctor-listing .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  justify-content: space-between;
}

.views-doctor-listing .doctor_image {
    width: 69px;
    height: 69px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #DFE2F2;
}
.views-doctor-listing .doctor_profile .wrapper .right-pane {
    width: 70%;
}
.doctor_profile_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.views-doctor-listing .doctor_imp_info ul {
  font-weight: 500;
  justify-content: flex-start;
}

.views-doctor-listing .doctor_imp_info li {
  padding: 5px 0;
  border: none;
  text-align: left;
  width: 50%;
}

.views-doctor-listing .doctor_imp_info img {
  width: 14px;
  height: 14px;
}

.doctor_imp_info span {
  text-align: left;
  display: inline-block;
}

.doctor_imp_info b {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.views-doctor-listing .doctor_imp_info li {
  padding: 5px 0;
  border: none;
  text-align: left;
  width: 50%;
  display: flex;
  gap: 6px;
}

.doctor_imp_info li.rupee img {
margin-right: 4px;
    width: 15px;
    height: 18px;
}

.views-doctor-listing .doctor_imp_info ul {
  font-weight: 500;
  justify-content: flex-start;
}

.doctor_imp_info ul {
  display: flex;
  justify-content: space-around;
  color: #6f6f6f;
  font-size: 12px;
  flex-wrap: wrap;
}

.views-doctor-listing .wrapper {
  gap: 25px;
}

.views-doctor-listing .doctor_name {
 font-size: 16px;
    margin-bottom: 2px;
    font-weight: 700;
    text-transform: capitalize;
}

.views-doctor-listing .doctor_designation {
  font-size: 14px;
  font-weight: 700;
}

.doctor_designation {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.views-doctor-listing .doctor_specialities {
  display: block;
}

.views-doctor-listing .doctor_specialities li {
  font-size: 10px;
  margin-bottom: 8px;
}

.doctor_specialities li {
  background: #f8f7ff;
  border: 1px solid #ebe9f8;
  border-radius: 4px;
  font-size: 12px;
  color: #818181;
  font-weight: 700;
  padding: 0 6px;
  margin-bottom: 5px;
}

.views-doctor-listing .doctor_image img {
  border-radius: 6px;
}

.views-doctor-listing .book_appointment {
  width: 100%;
  align-self: flex-end;
  display: flex;
}

.views-doctor-listing .book_appointment .button.white {
  background: #fff;
  color: #000;
  border-radius: 0 0 0 4px;
}

.views-doctor-listing .book_appointment .button {
  width: 100%;
  border-radius: 0 0 4px;
  font-size: 14px;
  padding: 12px 7px;
  background: #6d2265;
  color: #fff;
  border: 1px solid #eee;
  text-align: center;
  line-height: normal;
  font-weight: 500;
  text-transform: capitalize;
}

section.specialist_box .special_tabs ul li button.active {
  width: 200px;
  border: unset !important;
  background: #6d2265 !important;
  background-color: #6d2265 !important;
  color: #fff !important;
}

section.specialist_box .special_tabs ul li button {
  width: 200px;
  color: #000;
  border: 1px solid #eee;
}

.special_tabs .tab-content {
  border: unset;
}

.book_btn {
  display: flex;
  gap: 16px;
}

button.btn.btn_filter {
  padding: unset;
  margin-right: 8px;
}

.max-width-75 {
  max-width: 75%;
  flex: 0 0 75%;
  width: 75%;
}

.max-width-25 {
  max-width: 25%;
  flex: 0 0 25%;
  width: 25%;
}

div#specialities {
  padding: unset;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.special_tabs .max-width-25 button {
  border-bottom: 1px solid #eee;
  border-radius: 0;
  text-align: left;
  font-size: 15px;
  color: #555;
  border-right: 1px solid #eee;
}

.special_tabs .max-width-25 button.active {
  background: #6d2265;
  color: #fff;
  background-color: #6d2265;
}

.special_tabs .max-width-25 button:hover {
  background: #6d2265;
  color: #fff;
  background-color: #6d2265;
}

.special_tabs .max-width-75 h3 {
  margin: unset;
  font-size: 20px;
  font-weight: bold;
  color: #6d2265;
}

.special_tabs .max-width-75 .tabinner_box p {
  margin: 10px 0;
}

.button_flex button.btn {
  background: #6d2265;
  color: #fff;
}

.button_flex {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.button_flex button.btn {
  background: #6d2265;
  color: #fff;
  font-size: 14px;
  display: flex;
  gap: 6px;
  align-items: center;
  text-transform: uppercase;
}

.border-lg-right {
  border-right: 1px solid #dedede;
}

.font-5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #6d2265;
}

.iconbox-3 .iconbox-icon {
  margin-bottom: 1.25rem;
  font-size:35px;
  text-align: center;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  color: #6d2265;
}

.iconbox-3 {
  position: relative;
  padding: 1.875rem;
  -webkit-transition: 350msease all;
  transition: 350msease all;
}

.choose_us .border-bottom.border-lg-bottom-0 {
  border-bottom: 0 !important;
}

.iconbox-3:hover {
  background-color: #fff;
}

.our_philosophy h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #6d2265;
}

.lead_ul p.lead {
  margin: 0;
}

ul.list-styled.lead_ul li {
  margin-bottom: 4px;
  list-style: disc;
}

ul.list-styled.lead_ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.pb-80 {
  padding-bottom: 2rem !important;
}

.contact_us_bg h2 {
  font-weight: bold;
  color: #6d2265;
}

.contact_us_bg .form-control {
  border-color: #dedede;
  border-width: 1px;
  color: #81838a;
  box-shadow: none;
  border-radius: 0.125rem;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.contact_us_bg .form-group {
  margin-bottom: 1rem;
  position: relative;
}

.contact_us_bg select.form-control,
.contact_us_bg textarea.form-control {
  border-radius: 0.125rem;
}

.contact_us_bg .view_more button {
  border: unset;
  width: max-content;
}

.contact_map iframe {
  width: 100%;
}

.p-40 {
  padding: 2.5rem;
}

.icon-outline-primary {
  color: #6d2265;
  border-color: #6d2265;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-4x {
  height: 4.688rem;
  width: 4.688rem;
  border-width: 2px;
  font-size: 2.1rem;
  line-height: 5rem;
  margin: 0 auto 20px;
}

.address_box h4.heading.font-bold.mb-10 {
  font-weight: bold;
  color: #6d2265;
}

.department-box-1 {
position: relative;
    overflow: hidden;
    padding: 1.875rem;
    text-align: center;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
    border: 1px solid #6d226529;
}

.services_box h4.heading.font-bold {
      font-weight: 700;
    font-size: 19px;
    color: #6d2265;
}

.department-box-1 p.heading.h6.font-semi-bold.text-primary {
  color: #484848 !important;
}

.department-box-1 a.link-secondary.font-2 {
  font-size: 14px;
  background: #6d2265;
  color: #fff;
  width: 160px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  margin: 15px auto 0px;
  text-transform: uppercase;
}

.department-box-1 .dep-icon {
    display: inline-block;
    font-size: 35px;
    border: 2px solid #6d22653b;
    background: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    color: #6d2265;
    margin-bottom: 1.25rem;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.details_box h3 {
  font-weight: bold;
  color: #6d2265;    
    font-size: 25px;
}

.overview_box h5,
.treat_ment h5 {
  font-weight: bold;
  color: #6d2265;
  margin-bottom: 10px;
}

.angle_list li a {
    color: #3c3c3c;
    display: flex
;
    gap: 10px;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.accordion_bg_box .accordion-item {
  margin-bottom: 20px;
}

button.btn.icon_btn {
  padding: unset;
  line-height: normal;
}

.footer_logo a {
  display: block;
}

/* footer css start here */
#hs_footer {
  background: #6d2265;
  border-top: 2px solid #571b51;
}

#hs_footer .hs_footer_content .hs_footer_menu {
  width: 100%;
  float: left;
  display: none;
}

#hs_footer .hs_footer_content .hs_footer_menu ul {
  list-style: none;
  padding-left: 0px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

#hs_footer .hs_footer_content .hs_footer_menu ul li {
  width: 16.66666666666667%;
}

#hs_footer .hs_footer_content .hs_footer_menu ul li a {
  padding: 15px 0px;
  width: 100%;
  text-align: center;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  color: inherit;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.3);
}

.hs_footer_about_us {
  width: 100%;
  float: left;
  padding: 10px 0px;
  position: relative;
}

.hs_margin_60 {
  margin-bottom: 60px;
}

.hs_footer_link ul li {
  margin-bottom: 5px;
}

.hs_footer_link ul {
  list-style: none;
  padding-left: 0px;
}

.hs_footer_link ul li a {
  color: #fff;
  font-size: 14px;
}

#hs_footer .hs_footer_content .hs_footer_menu ul li a {
  padding: 15px 0px;
  width: 100%;
  text-align: center;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.3);
}

.hs_twitter_widget ul li a p {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 10px 20px 20px;
  position: relative;
}

.hs_twitter_widget ul li a {
  color: #fff;
  width: calc(100% - 50px);
  float: left;
}

.hs_twitter_widget ul li i {
  font-size: 25px;
  float: left;
  width: 50px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
}

.hs_twitter_widget ul li {
  width: 100%;
}

#hs_footer .hs_footer_content h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

#hs_footer .hs_footer_content h4::before {
  border-color: #fff;
}

.hs_heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 65px;
  border-bottom: 2px solid #7f9aa0;
}

.hs_about_us p {
  padding: 10px 20px;
  border-left: 1px solid #893780;
  color: #fff;
}

.hs_contact_detail p {
  color: #fff;
}

.hs_footer_about_us:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  margin-left: 15px;
  height: 1px;
  border-bottom: 1px solid #893780;
}

.hs_heading {
  color: #00ac7a;
  margin: 30px auto;
  padding-bottom: 15px;
  position: relative;
  font-size: 24px;
}

.hs_twitter_widget ul li a p:after {
  border-right: 10px solid rgba(0, 0, 0, 0.2);
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  top: 5px;
  left: -10px;
  content: "";
  position: absolute;
}

.hs_social ul {
  list-style: none;
  padding-left: 0px;
  margin: 5px auto;
}

.hs_social ul li {
  float: left;
  margin-right: 15px;
}

.hs_social ul li a {
  display: block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 2rem;
}

.copyright {
    padding: 0px 0px 10px;
    background: #6d2265;
    border-top: 0px solid #9f9f9f;
}

/* footer css end here */

.hs_footer_block {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.foot_address p {
  margin: 20px 0 0 0;
}

.hs_footer_block .hs_footer_link.footer_three {
  max-width: 20%;
  flex: 0 0 auto;
  width: 20%;
}

.hs_footer_link ul li a {
    color: #f0f0f0;
    border-bottom: 1px solid #893780;
    display: block;
    padding: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.hs_footer_link ul li:last-child a {
  border: 0;
}

.main_nav ul.submenu li a:hover {
background-color: #F4D7D0;
    color: #221E20;
}

/* .main_nav ul.submenu li a:hover:after {
  filter: invert(1);
} */

.menu_body ul li a {
  color: #ffffff;
  display: block;
  padding: 10px 1rem;
  border-bottom: 1px solid #864f80;
  /* text-transform: uppercase; */
}

.offcanvas-body.menu_body {
  padding: unset;
  background: #6d2265;
}

div#offcanvasRight .offcanvas-header {
  border-bottom: 1px solid #ddd;
  background: #6d2265;
  color: #fff;
}

div#offcanvasRight .offcanvas-header button.btn-close.text-reset {
  filter: invert(1);
}

div#offcanvasRight .offcanvas-header h5#offcanvasRightLabel {
  margin: 0;
}

.menu_body ul li:last-child a {
  border: unset;
}

.menu_body ul li a:hover {
  background: #fff;
  color: #6d2265;
}

button:focus {
  outline: unset;
  box-shadow: unset;
}

.footer_map iframe {
  width: 100%;
  height: 480px;
}

.profile_text h3 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.5px;
  color: #65205d;
}

.profile_text ul li {
  font-weight: 600;
  color: #65205d;
  padding: 5px 0;
  font-size:14px;
}

.profile_text ul li span {
  color: #35363a;
}

.profile_text ul {
  margin: 10px 0;
}

.req_button.view_more button.btn {
    width: 170px;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
}

.profile_img {
border: 1px solid #eee;
    padding: 0px;
    border-radius: 100px;
    overflow: hidden;
}
/* 
.abt_box {
  border: 1px solid #cbcbcb;
  padding: 20px;
  height: 100%;
  background: #fff;
} */

.abt_box h3 {
  color: #65205d;
  font-weight: bold;
  margin-bottom: 10px;font-size: 18px;
}

.lead {
  font-size: 14px;
}

.abt_box p.lead {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.col-md-4.col-12 .abt_box {
    border: 0px solid #cbcbcb;
    height: 100%;
    box-shadow: 0px 2px 13px #00000029;
    border-radius: 4px;
    padding: 20px;
}

.book_details {
  max-width: 70%;
  margin: 0 auto;
}

.book_details .modal_body_form {
  padding: 2rem;
  border: 1px solid #fff;
  background: #fff;
}

.book_details .modal_body_form .req_button.view_more {
  grid-column: 1 / 3;
}

.book_details .modal_body_form .req_button.view_more button {
     margin: auto;
    width: 145px;
}

.blog_images {
  position: relative;
}

.blog_images .blog_post p.post-date-day {
  margin: 0;
}

.blog_images .blog_post p.post-date-day span {
  display: block;
}

.blog_images .blog_post {
  background: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.blog_images .blog_post p.post-date-day {
  margin: 0;
  color: #6d2265;
  font-weight: bold;
}

.blog_text p {
  font-weight: normal;display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog_text h3 a {
color: #6d2265;
    font-size: 18px;
    font-weight: 600;
    margin: 16px 0px 0px;
    display: block;
    line-height: 26px;
}
.blog_text h2 {
    display: none;
}
a.view_more_btn {
    color: #6d2265;
    text-align: left;
    display: inline-block;
    font-weight: 600;
    border: 1px solid #6d226526;
    text-align: center;
    padding: 7px 15px;
    border-radius: 5px;
    margin-top: 5px;
    background: #6d22650a;
    font-size: 13px;
}

.blog_list {
    border: 0px solid #eee;
    padding: 0px;
    margin-bottom: 0px;
    background: #f9f6f9 !important;border-radius: 10px;
    overflow: hidden;
}

.blog_images>a {
  position: relative;
  display: block;
}

.blog_images>a:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.7s ease;
}

.blog_images>a:hover:after {
  opacity: 1;
}

.blog_images img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.meta-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0;
  gap: 20px;
}

.blog-meta {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.meta-list a {
  color: #6d2265;
  font-weight: bold;
}

.blog_details_text h2 {
  font-size: 22px;
  font-weight: 600;
  color: #6d2265;
  margin-bottom: 10px;
}

.blog_details_text h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.meta-list li {
     font-size: 13px;
    font-weight: 400;
}

.blog_bg img.img-fluid {
  width: 100%;
}

.category_list h3 {
  color: #6d2265;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
}

ul.cat_box li a {
  color: #2c2c2c;
  display: flex;
  padding: 6px;
  border-bottom: 1px solid #ccc;
  align-items: center;
  justify-content: space-between;    font-size: 14px;
    letter-spacing: 0.5px;
}

ul.cat_box li a:hover {
  background: #6d2265;
  color: #fff;
}
.category_list.mt-5 {
    margin-top: 22px !important;
}
.widget-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.widget-list li {
  margin: 0.188rem;
  overflow: hidden;
}

.widget-list li a {
  color: #1a1a1a;
  background-color: #f7f7f7;
  padding: 0.5rem 0.75rem;
  display: inline-block;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  font-size: 14px;
}

.widget-list li a:hover {
  background: #505050 !important;
  color: #fff;
}

ul.widget-list.recent_blog li a {
  background: unset;
  border-bottom: 1px solid #ccc;
}

.heading_tabs li .nav-link.active {
  background: #6d2265;
}

.heading_tabs li .nav-link {
  color: #000;
}

.contact_us_bg .form-group label {
  margin-bottom: 6px;
  font-weight: 600;
  color: #6d2265;
}

.email_num {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.logo_img {
  position: relative;
  top: -20px;
}

.header_sticky {
  position: sticky;
  top: 0;
  z-index: 99;    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.abt_contact_text h3 {
  font-weight: bold;
  margin: 0;
  color: #6d2265;
  font-size: 1.5rem;
}

.elite_contact_logo img {
  max-width: 120px;
}

.elite_contact_logo {
  width: 140px;
  min-width: 150px;
  height: 90px;
  background: #fff;
  box-shadow: 0px 3px 16px #00000029;
  border: 2px solid #eaeaea;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elite_main_box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact_border {
  box-shadow: 0px 3px 16px #00000029;
  border-radius: 10px;
}

.elite_main_box.elite_grid_box {
  flex-direction: column;
  text-align: left;
  justify-content: start;
  align-items: flex-start;
}

.contact_address {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.contact_address p {
  margin: 0;
}

.contact_address i {
  border: 1px solid #ebebeb;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #6d2265;
  min-width: 40px;
}

.query_wrap ul li a {
  display: block;
  color: #6d2265;
}

.query_wrap ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.query_wrap {
  width: 100%;
}

.contact_address.query_form {
  align-items: flex-start;
}

.query_wrap ul li a:hover {
  text-decoration: underline;
}

.top_links h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  position: relative;
}

.top_links ul li a {
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
}

.top_links {
  margin-bottom: 20px;
}

.top_links ul {
  display: flex;
  margin: 20px 0 40px 0;
  justify-content: start;
}

.top_links ul li:last-child a::after {
  content: none;
}

.top_links {
  margin-bottom: 20px;
  border-top: 1px solid #893780;
  padding-top: 20px;
}

.footer_logo_img {
  text-align: left;
}

.footer_social_link ul li a {
  border: unset;
}

.footer_social_link ul {
  display: flex;
  justify-content: space-between;
}

.hs_footer_link ul li a i {
  margin-right: 4px;
}

.subscribe_box p {
  margin: 0;
  color: #fff;
}
.top_links ul li a { 
    padding-right: 20px;
}
.subscribe_box .form-group {
  display: flex;
  margin-top: 10px;
  border: 1px solid #fff;
}

.subscribe_box .form-group input {
  border-radius: unset;
  background: unset;
  border: unset;
  color: #fff;
}

.subscribe_box .form-group input::placeholder {
  color: #fff;
}

.subscribe_box .form-group button.btn {
  background: #fff;
  border-radius: 0;
  color: #6d2265;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.top_links h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 40px;
  border-bottom: 2px solid #fff;
  top: 30px;
}

.social_link ul {
  display: flex;
  gap: 20px;
}

.social_link ul li a {
  border: unset;
}

div#offcanvasRight {
  max-width: 80%;
}

.toggle_btn {
  display: none;
}

.faq-sec-wrapper .accordion-button {
  color: #ffffff;
  background-color: #6d2265;
  box-shadow: inset 0 -1px 0 rgb(109 34 101 / 35%);
}

.faq-sec-wrapper .accordion-button::after {
  filter: invert(1);
}

.main_nav ul.submenu li:nth-child(2n) {
  background: #f6f6f6;
}

.ortho_column a {
color: #000;
    border: 0px solid #6d2265;
    padding: 25px;
    display: block;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
}
.ortho_column h3 {
    font-size: 18px;
    font-weight: 700;
    color: #6d2265;
}
.ortho_column a:hover h3{color:#fff;}
.ortho_box_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.ortho_column p.know-more {
  margin: 0;
  text-align: end;
  color: #6d2265;
}

.ortho_column a:hover {
  background: #6d2265;
  color: #fff;
}

.ortho_column a:hover p.know-more {
  color: #fff;border: 1px solid #fff;
}

.heading_box h3 {
font-weight: bold;
    font-size: 28px;
    color: #35363a;
}

.heading_box h4 {
font-weight: bold;
    font-size: 28px;
    color: #35363a;
}

a.get_checkup {
border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 4px;
    margin-right: 0px;
}

.package_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.package_box {
  box-shadow: 0 6px 12px #0000001A;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}

.package_box h3 {
  font-size: 18px;
  font-weight: bold;
  color: #6d2265;
  margin: 0;
}

.place_flex {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  border-bottom: 1px solid #eee;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}

.btn_box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.btn_box button.btn {
    border: 2px solid #6d2265;
    color: #6d2265;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.btn_box button.btn.active {
  background: #6d2265;
  color: #fff;
}
.btn_box button.btn:hover{background: #000;color:#fff;border-color:#000}

.place_flex h6 {
  margin: 0;    font-size: 14px;

}

.package_box ul li {
     padding: 0px 0;
    font-size: 14px;
    line-height: 24px;
    list-style: circle;
    margin-left: 18px;
}

.package_box ul {
  margin-bottom: 20px;
}

.place_flex h6 i.fas {
  color: #6d2265;
}

.patient_box {
  position: relative;
  margin-bottom: 30px;
}

.patient_box h4 {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-decoration: none;
  z-index: 9;
}

.patient_box a {
  display: block;
}

.patient_box a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #00000099;
}

.patient_box h4 {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-decoration: none;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: max-content;
  width: 100%;
  text-align: center;
  margin: 0;
}

ul.tickmark li i {
  color: #6d2265;
  margin-right: 8px;
}

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

.ortho_column p.know-more {
  margin: 0;
  text-align: end;
  color: #6d2265;
  border: 1px solid #6d2265;
  padding: 4px 10px;
  width: fit-content;
  margin-left: 0px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.ortho_column p.know-more i {
  position: relative;
  top: 1px;
}

.banner_btn button,
.banner_btn a {
  background: #6d2265;
  color: #fff;
  position: relative;
  z-index: 9;
  border: 1px solid #6d2265;
}

.banner_btn button:hover,
.banner_btn a:hover {
  border: 1px solid #6d2265;
  color: #6d2265;
  background: unset;
}

.banner_btn {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.heading_tabs.second_box {
  border: 1px solid #eee;
  padding: 30px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}

.heading_tabs.second_box .form-group.view_more button {
  padding: 0 30px;
}

.box_cont a img {
    min-width: 60px;
    width: 60px;
    max-width: 60px;
    margin: 0 auto;
}

.box_cont a {
       border: 0px solid #ccc;
    display: block;
    text-align: center;
    padding: 20px 3px;
    color: #6d2265;
    width: 138px !important;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px #00000014;
    border-radius: 8px;
    margin: 10px 0px;
}

.box_cont a p {
   margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.contact_info_box .contact_border .query_wrap ul {
  grid-template-columns: repeat(2, 1fr);
}

div#blog_owl .blog_list {
  background: #fff;
}

/* div#blog_owl button {
  position: absolute;
  top: 50%;
  background: #6d2265;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
}
div#blog_owl button span{
  color: #fff;
}

div#blog_owl button.owl-prev {
  left: 0;
}

div#blog_owl button.owl-next {
  right: 0;
} */

.box_check_inner a {
  display: flex;
  width: 100%;
  border: 1px solid #6d22654d;
  margin-bottom: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 4px;
}

.box_check_inner img {
  width: 100%;
  height: 40px;
}

.box_check_inner a p {
    margin: 0;
    color: #6d2265;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.check_upbox h3 {
  font-weight: bold;
  margin-bottom: 30px;
  color: #6d2265;
  border-bottom: 1px solid #6d2265;
  padding-bottom: 20px;
}

.views-doctor-listing .doctor_imp_info li i {
  margin-top: 4px;
}

ul#doctor_slide .owl-nav.disabled,
#cardio_owl .owl-nav.disabled,
div#blog_owl .owl-nav.disabled,
#patient_owl .owl-nav.disabled {
  display: block;
}



ul#doctor_slide .owl-nav.disabled button,
#cardio_owl .owl-nav.disabled button,
div#blog_owl .owl-nav.disabled button,
div#patient_owl .owl-nav.disabled button {
  position: absolute;
  top: 40%;
  background: #6d2265;
  width: 30px;
  height: 30px;
  color: #fff;
}

ul#doctor_slide .owl-nav.disabled button.owl-prev,
#cardio_owl .owl-nav.disabled button.owl-prev,
div#blog_owl .owl-nav.disabled button.owl-prev,
div#patient_owl .owl-nav.disabled button.owl-prev {
  left: -15px;
}

ul#doctor_slide .owl-nav.disabled button.owl-next,
#cardio_owl .owl-nav.disabled button.owl-next,
div#blog_owl .owl-nav.disabled button.owl-next,
div#patient_owl .owl-nav.disabled button.owl-next {
  right: -15px;
}

.available_location img {
      width: auto !important;
    height: 155px;
    object-fit: cover;
    margin: auto;
}

.available_location h4 {
    margin: 10px 0 10px 0;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
    padding: 0px 15px;
}

.available_location p {
       font-size: 14px;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
    padding: 0px 15px;
    height: 65px;
    display: block;
}

.available_location {
  border: 0px solid #eee;
    padding: 0px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.doctor_brand_box {
    width: 100%;
}
.boot_btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.boot_btn a {
display: block;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 11px 1px;
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 14px;
}

.boot_btn a.active {
  background: #6d2265;
  color: #ffff;
  border: 1px solid #6d2265;
}

div#patient_owl .patient_img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 7px;
  max-width: 100px;
}

.patinet_box {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
}

.patient_details {
  margin-top: 10px;
}

.patient_details address {
  font-style: italic;
  font-weight: 600;
}
.doctor_brand_box .boot_btn a {
    font-size: 13px;
    border: 1px solid #F4D7D0;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-transform: capitalize;
}
.box_cont {
  background: #fff;
}
.video_list {
  display: flex;
  gap: 6px;
}

.video_content p {
  margin: 0;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video_list {
  display: flex;
  gap: 6px;
  border: 1px solid #d9d9d9;
  padding: 8px;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 10px;
}
.video_img {
  min-width: 25%;
}
.video_content .title {
  font-weight: bold;
  color: #6d2265;
  font-size: 12px;
}
.video_slide_right {
  max-height: 500px;
  overflow-y: auto;
}
.video_box a {
  color: #6d2265;
  font-size: 16px;
}
.video_box h3 {
  font-size: 16px;
  margin: 15px 15px;
  font-weight: 500;
  color: #111;
  line-height: 24px;
}
.video_box {
border: 0px solid #eee;
    padding: 0px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
}
.play_btn {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 49px;
  background: #6d2265;
  border-radius: 50%;
  box-shadow: 0px 0px 16px #C9CFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_img_box {
  position: relative;
}

.play_btn:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #ffffff;
  top: 13px;
  left: 18px;
}
.video_img_box img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.book_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.book_box a {
  display: flex;
  justify-content: space-between;
  color: #000;
  padding: 20px;
  gap: 10px;
  align-items: center;
  border-radius: 6px;
}
.app_box h3 {
  font-size:18px;
  font-weight: bold;
}
.app_box p {
  margin: 0;    font-size: 15px;
}
.app_icon i {
  font-size: 22px;
  color: #6d2265;
}
.book_box a:first-child {
  background: #ffc1071c;
}
.book_box a:nth-child(2) {
  background: #0a58ca1c;
}

.book_box a:nth-child(3) {
  background: #6d226512;
}

.book_box a:last-child {
  background: #dc354526;
}
.patient_box_wrap .patinet_box {
    border: 0px solid #eee;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 12px;
    width: 97%;
    margin: 10px auto;
}
.vision_text h2 {
  font-weight: bold;
}
.vision_box img {
  max-width: 100px;
  margin: 0 auto 10px;
}
.vision_box {
  border: 1px solid #ccc;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
.vision_box h3 {
  font-weight: bold;
  color: #333;
}
.director_list img {
  width: 100%;
}

.director_list {
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 16px;
  border-radius: 4px;
  background: #fff;
}
.director_list h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0px 0 0;
}
.director_list a{
  color: #6d2265;
  text-decoration: underline;
}
.director_list p {
  margin-bottom: 10px;
}
.patient_box_flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #eee;
  padding: 30px;
  margin-bottom: 24px;
}
.patient_text_flex h3 {
  font-size: 22px;
  font-weight: 600;
}
.patient_text_flex ul li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.patient_text_flex ul li:last-child{
  border-bottom: 0;
}
.explore_content p {
  margin: 0;
}
.exp_img img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
}
.exp_img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
}

.explore_img:hover .exp_img:before{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 80%), linear-gradient(130deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 80%);
}

.exp_img{
  position: relative;
}
.explore_img {
  position: relative;
}
.explore_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.explore_text h3 {
  color: #fff;
  font-weight: 600;
}
.explore_text button.btn {
  margin-top: auto;
  background: #fff;
  width: max-content;
  padding: 10px 30px;
}
.exp_max p {
  color: #fff;
}
.explore_img {
  position: relative;
  margin-bottom: 30px;
}

.appointment button.btn {
  background: #6d2265;
  color: #fff;
  width: fit-content;
  height: 40px;
  border-radius: 4px;font-size: 14px;
}
.appointment h3 {
  margin: unset;
  color: #65205d;
  font-weight: bold;
  font-size: 20px;
}
.appointment {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.year_box {
  max-width: 40%;
  margin: 40px auto 0;
  display: block;
}
.year_box .owl-item .item h4 {
  margin: unset;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.year_box .owl-nav button, .month_box .owl-nav button {
    width: 24px;
    border: 1px solid #000 !important;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 50%;
    top: -20px;
    position: absolute;
    background: #fff !important;
}
button.owl-prev.disabled {
    color: #ccc !important;
    border-color: #ccc !important;
}
.year_box .owl-nav button.owl-next, .month_box .owl-nav button.owl-next {
  right: 0;
  position: absolute;
  left: unset;
}


.year_box .owl-nav button.owl-prev, .month_box .owl-nav button.owl-prev{
  position: absolute;
}

.year_box .owl-nav {
  position: relative;
  top: 0;
}
.days_flex {
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    background: #6d22651a;
    color: #191919;
    border: 1px solid #fcd5d0;
}

.days_flex span{
    font-weight: 500;
    letter-spacing: 0.5px;
}
.days_flex {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
 padding: 8px 5px;
    border-radius: 4px;
}
.month_box {
    max-width: 90%;
    margin: 10px auto;
}
div#month_year button.owl-prev {
    position: absolute;
    left: -33px;
    top: 18px;
}

div#month_year button.owl-next{
  top: 18px;
    right: -33px;
}
.slots_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.slots_box_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.slots_box_wrap h3 {
  margin: unset;
  font-size: 18px;
  font-weight: bold;
}
.slots_box span {
  background: #eee;
  border: 1px solid #EBE9F8;
  border-radius: 54px;
  padding: 2px 16px 3px;
  font-weight: 500;
}


.slots_wrapper_box{
    padding: 20px;
    border: none;
    border-radius: 12px;
    box-shadow: 0px 2px 11px #00000019;
    margin: 13px 0;

}
ul.time-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

ul.time-list li.active {
  background: #6d2265;
  color: #fff;
}

ul.time-list li {
    margin: 0 10px 12px;
    padding: 8px;
    border-radius: 4px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede;
    background: #fff;
    color: #000000;
    cursor: pointer;
    font-weight: 500;
}
.book_oppointment button.btn {
    background: #6d2265;
    width: 100%;
    color: #fff;
    margin: 5px 0px 10px;
    height: 44px;
    font-size: 14px;
    line-height: 16px;
    border: none;
}
.book_oppointment {
  margin: 0 10px;
}
.form-group.address_box_wrap {
  grid-column: 1 / 3;
}

.max-scrollable .modal_body_form {
  max-height: 60vh;
  overflow-y: auto;
}
.carousel-control-next, .carousel-control-prev { 
    width: 40px;
    height: 40px;
    top: 45%;background: #000 !important;
    opacity: 1;}
    .carousel-control-next-icon, .carousel-control-prev-icon { 
    width: 20px;}
    .carousel-control-prev {
    left: 25px;
}
.carousel-control-next {
    right: 25px;
}
.card_facilities .card-body h3.h5.mb-3 {
    margin-bottom: 8px !important;font-size: 18px;
}
.app_icon {
    background: #fff;
    width: 45px;
    height: 45px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    max-width: 45px;
    min-width: 45px;
    box-shadow: 0px 0px 5px 1px #ccc;
}
.nav-tabs .nav-link { 
    font-size: 14px;
    letter-spacing: 0.5px;
}
.nav-tabs .nav-link { 
    border: 1px solid #e5e5e5; 
    font-size: 14px;
    letter-spacing: 0.5px;
    background: #f7f4f4;margin-right: 2px;
    border-radius: 10px 10px 0px 0px !important;
}
.abt_box li button.nav-link.active {
    border-bottom: 1px solid #6d2265;
    background: #6d2265;
    color: #fff;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.tab-content .tab-pane { 
    padding: 25px 25px;
    background: #f9f9f9;
    border-radius: 0px 0px 10px 10px;
}
.tab-content .tab-pane h2 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #6d2265;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.abt_image {
    border-radius: 10px;
    overflow: hidden;
}
h6.counter-head.text-muted.fw-medium.mb-0 {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.p-4.rounded.bg-white.shadow-lg.round_box {
    padding: 20px !important;
}
section.py-5.patient_box_wrap {
    background: #f8f9fa;
}
.blog_text {
    padding: 10px 24px 20px;
}
div#blog_owl .owl-dots {
    display: none;
}
.accordion-body p {
    font-weight: 300;
}
button.accordion-button.collapsed {
    background: #ffffff;
    box-shadow: none;
    border: 0px solid #dddddd;
    overflow: hidden;
    color: #101010;
}
.accordion_bg_box .accordion-item {
margin-bottom: 7px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
}
.faq-sec-wrapper .accordion-button.collapsed::after {
    filter: none;
}
.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125);
}
ul#speciality-list li ul li:nth-child(2n) {
    background: #f6f6f6;
}
.main_nav >li ul.submenu ul li:nth-child(-n+4), .main_nav >li ul.submenu ul li:nth-child(-n+4) {
    padding-top: 15px;
}
ul#speciality-list li ul li:nth-child(-n+4), ul#speciality-list li ul li:nth-child(-n+4) {
    padding-top:0px;
}
.main_nav li:hover ul#speciality-list{display: block;}
ul#speciality-list ul {
    grid-template-columns: repeat(4, 1fr);
    display: grid
;
    gap: 0px;
}
ul#speciality-list ul li{margin: 5px 10px 10px 15px;}
.hs_footer_link.footer_one a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.hs_footer_link ul li a {
    color: #f0f0f0;
    border-bottom: 1px solid #893780;
    display: block;
    padding: 4px 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hs_heading { 
    margin: 30px auto 15px;}
    h5.heading.font-5.font-bold {
    font-size: 18px;
}
section.our_philosophy.py-5.bg-light ul li {
    list-style: circle;
    margin-left: 18px;
}
.check_upbox h3 { 
    font-size: 25px;
}
div#cardio_owl .owl-nav {
    text-align: center;
}
div#cardio_owl .owl-dots {
    display: none;
}
.accordion-body { 
    font-size: 14px;
    letter-spacing: 0.5px;
}
.doctor_list.views-row-wrapper.views-doctor-listing .views-row {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    width: 100%;
    margin: 14px;
    box-shadow: 0px 2px 12px #00000029;
    display: flex
;
    flex-wrap: wrap;
    border-radius: 4px;
    border: none;
}
.views-doctor-listing .doctor_specialities li b {
    font-weight: 600;
    letter-spacing: 0.5px;
}
.book_details .modal_body_form label {
    margin-bottom: 2px;
    font-size: 14px;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #6d2265;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.time-list li {
    padding: 10px 15px;
    margin: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s ease;
}

.time-list li.active {
    background-color: #f8d7da; /* light red */
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.time-list li.booked {
text-decoration: line-through;
    pointer-events: none;
    background: #dedede;
    color: #9693a6;
    border: 1px solid #dedede;
    cursor: not-allowed;
}
/*doctor css start*/
.doctor_profile {
    position: relative;
    padding: 0px;
    /* box-shadow: 0px 1px 0px #00000021; */
}
.doctor_profile .wrapper {
    display: flex
;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.left-pane-main, .right-pane-main, .doctor_details, #slot-booking, #request_callback 
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(50% - 24px);
    align-items: flex-start;
}
.doctor_image {
    width: 141px;
    height: 141px;
    margin-right: 38px;
}
.doctor_image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #DFE2F2;
    display: inline-block;
}
.doctor_profile .right-pane {
    width: calc(100% - 179px);
}
.doctor_profile_wrapper {
    display: flex
;
    justify-content: space-between;
    width: 100%;
}
.doctor_profile_data {
    position: relative;
}
.doctor_name {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px;color: #6d2265;
}
.doctor_designation {
    color: #9b4992;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}
.doctor_specialities {
    display: inline-block;
}
.doctor_specialities li {
    background: #F8F7FF;
    border: 1px solid #EBE9F8;
    border-radius: 4px;
    font-size: 13px;
    color: #818181;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}
.doctor_specialities li b {
    color: #313131;
}
.right-pane-main .doctor_imp_info {
    position: relative;
}
.doctor_imp_info {
    background: #F8F7FF;
    border-top: 1px solid #EBE9F8;
    border-bottom: 1px solid #EBE9F8;
    min-width: 388px;
    margin-left: 25px;
}
.doctor_imp_info ul {
    display: flex
;
    justify-content: space-around;
    color: #6F6F6F;
    font-size: 12px;
    flex-wrap: wrap;
}
.doctor_imp_info li {
    padding: 11px 19px;
    width: 100%;
    border: 1px solid #EBE9F8;
    display: flex
;
    align-items: flex-start;
}
.doctor_imp_info li img {
    margin-right: 7px;
}
.doctor_imp_info span {
    text-align: left;
    display: inline-block;    padding-left: 10px;
}
.doctor_imp_info b {
    color: #6d2265;
    display: block;
    font: bold 14px / 14px "Montserrat", sans-serif;
}
.doctor_imp_info li.rupee img {
    margin-right: 4px;
    width: 12px;
}
.doctor_imp_info li.rupee b {
    line-height: 18px;
    font-size: 15px;
}
.social_share_wrapper {
     position: relative;
    margin-left: auto;
    border: 1px solid #eee;
    padding: 6px;
    border-radius: 50px;
}
.social_share_wrapper > a img {
    border-radius: 50%;
}
.social_share_tooltip {
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    box-shadow: 0px 2px 6px #50505029;
    border-radius: 8px;
    padding: 10px 9px 9px 14px;
    width: 281px;
}
.social_share_tooltip a {
    display: inline-flex
;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #d7d7d7;
    border-radius: 50px;
    justify-content: center;
    color: #6d2265;
    border: 1px solid #6d22654f;
}
.doctor_imp_info li svg {
    color: #141414;
}
a.svg-icon {
    color: #090808;
}
.views-doctor-listing .wrapper .doctor_profile {
    position: relative;    box-shadow: 0px 1px 0px #00000021;
    padding: 20px;}
    a.w-120.max-width-none-md-down.btn-with-icon-xl.btn-with-icon.btn-with-icon-shade.mb-10.align-left-on-sm {
width: 200px;
    background: #6d2265;
    padding: 10px 20px;
    margin: 25px 8px 15px 0px;
    border-radius: 4px;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 1;
}
.doctor_list.views-row-wrapper.views-doctor-listing .doctor_imp_info {
    min-width: auto;
    margin: 0px;
    border: none;
    background: #fff0;
}
.icon-sivg svg {
    width: 70px;
    height: 70px;
}
.icon-sivg {
    width: 125px;
    height: 125px;
    border: 1px solid #ffffff6e;
    position: relative;
    z-index: 1;
    display: flex
;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background: #6d226559;
    float: right;
}
.delex-about-timers .abt_box {
    box-shadow: 0px 0px 6px 1px #ccc;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.doctor_list.views-row-wrapper.views-doctor-listing ul#doctor_slide .views-row { 
    width: 92%;
    margin: 14px;  
    margin: 12px auto;
}
div#cardio_owl .box_cont {
    background: #fff0;
    padding: 3px;
}
.heading_tabs li .nav-link {
    color: #000;
    background: #eee;
    margin-right: 5px;
}
.query_wrap li {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
}
.query_wrap ul li a {
    display: block;
    color: #6d2265;
    font-weight: 700;
}
.modal_body_form { 
    font-size: 13px;
}
.modal_body_form label {
    margin-bottom: 7px;
}
/*doctor css end*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media (min-width: 1024px) {
  .main_nav ul.submenu { 
        left: 14%;
        right: 0;
        width: 86%;
    }
}