@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');

/* .new_doctor .cover-image{
    max-height:166px ;
	min-height: 166px;
} */
/* ======================= 27-may-2024================================ */
.doctor-suresh-mbbs {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.dermatologist-inner {
  width: calc(100% / 4 - 17px) !important;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e6e6f5;
  border-radius: 3px;
  box-shadow: none;
  margin-block-end: 0;
  width: 100%;
}

.dermatologist-inner .card {
  border: 0;
  border-radius: 0;
  margin-block-end: 0;
}

.dermatologist-inner img {
  max-height: 166px !important;
  min-height: 166px;
}

.dermatologist-inner .card {
  margin: 0;
}

.item-card2-img img {
  object-fit: cover;
  object-position: top;
  max-height: 200px;  
  min-height: 200px;
}



/* ================== Top Rated List ============================= */

.cstm-item-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

/* ======================= 27-may-2024================================ */
/* ======================= @media Css Start================================ */

@media (max-width:991px) {
  .dermatologist-inner {
    width: calc(100% / 3 - 17px) !important;
  }
}

@media (max-width:767px) {
  .dermatologist-inner {
    width: calc(100% / 2 - 17px) !important;
  }

  .doctors-list-custom {
    margin-top: 50px;
  }

  /* 31-may-2024 Start*/
  .directorist-main .directorist-col-left {
    width: 100%;
  }

  .directorist-main .directorist-col-right {
    width: 100%;
  }

  .review {
    width: calc(33.33% - 10px) !important;
  }

}


@media (max-width:639px) {
  /* .dermatologist-inner {
    width: 100% !important;
  } */

  .dermatologist-inner img {
    max-height: 100% !important;
    min-height: 100%;
  }

  /* 31-may-2024  Start*/
  .review {
    width: calc(50% - 10px) !important;
  }
}

@media (max-width:479px) {

  /* 31-may-2024  Start*/
  .review {
    width: 100% !important;
  }
}

/* ======================= @media Css End================================ */



body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background-color: #f5f5f6;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}


.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.blue-banner-top {
  min-height: 250px;
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.theme-listing-details-card__module {
  margin-bottom: 30px;
  padding: 30px 30px 20px 30px;
  box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05);
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.theme-listing-details-card {
  margin-top: -180px;
}

.go-back-btn a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  display: inline-block;
}

.go-back-btn a:hover {
  color: #15c4d7;
}

.go-back-btn {
  margin-bottom: 40px;
  position: relative;
  z-index: 999;
}

.theme-listing-details-card__module .theme-listing-details-card__left {
  width: 80%;
}

.theme-listing-details-card__module .theme-listing-details-card__right {
  width: 20%;
}

.theme-listing-about-details {
  display: flex;
  flex-wrap: wrap;
}

.theme-listing-about-details .theme-listing-about-details__img {
  width: 20%;
  box-sizing: border-box;
}

.theme-listing-about-details .theme-listing-about-details__title {
  width: 80%;
  padding-left: 30px;
  box-sizing: border-box;
}

.theme-listing-about-details__img img {
  width: 170px;
  max-width: 100%;
  height: 170px;
  max-height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.about-details__claim a {
  background-color: #15c4d7;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 9px 12px;
  line-height: normal;
}

.about-details__claim {
  margin-top: 3px;
}

.about-details__title h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #000;
}

.theme-listing-about-details__separator * {
  color: #9299b8;
  font-size: 15px;
  font-weight: 400;
}

.theme-listing-about-details__separator span:not(:last-child)::after {
  content: ", ";
  color: #9299b8;
  margin-right: 6px;
}

.rating-wrappers {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
}

.directorist-rated-stars {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 3px 0;
}

.directorist-rated-stars .avg-rating {
  color: #000;
  margin-right: 6px;
  font-size: 15px;
  line-height: 16px;
  margin-top: 0;
  font-weight: 600;
}

.theme-rating i {
  color: #fa8b0c;
  font-size: 12px;
}

.number-of-review a {
  font-size: 13px;
  color: #adb3ce;
  font-weight: 400;
  margin: 3px;
  text-decoration: none;
  pointer-events: none;
}

.directorist-listing-card-checkbox {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 6px;
  color: #adb3ce;
}

.directorist-listing-card-checkbox i {
  color: #53ca2a;
  margin-right: 5px;
}

.directorist-single-listing-action {
  text-align: right;
}

.directorist-single-listing-action .listing-details-btn>a {
  padding: 10px 15px;
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  max-width: 150px;
  text-align: center;
  margin-bottom: 10px;
  box-sizing: border-box;
  margin-left: auto;
  text-transform: capitalize;
}

.directorist-single-listing-action .listing-details-btn>a:hover {
  color: #fff !important;
  background-color: var(--primary-9);
}

.directorist-main {
  display: flex;
  flex-wrap: wrap;
}

.directorist-main .directorist-col-left {
  width: 60%;
  box-sizing: border-box;
  padding-right: 15px;
}

.directorist-main .directorist-col-right {
  width: 40%;
  box-sizing: border-box;
  padding-left: 15px;
}

.directorist-single-wrapper {
  box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05);
  margin-bottom: 25px;
  border-radius: 4px;
  background-color: #fff;
}

.directorist-card__header {
  padding: 20px 30px;
  border-bottom: 1px solid #f2f2f2;
}

.directorist-card__body {
  padding: 23px 30px;
}

.directorist-card__header--title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: normal;
}

.directorist-card__body p {
  font-size: 15px;
  font-weight: 400;
  color: #666d92;
  line-height: 1.66667;
}

.directorist-card__body ul {
  list-style: none;
  display: inline-block;
  width: 100%;
}

.directorist-card__body ul li {
  float: left;
  width: 50%;
  font-size: 15px;
  text-transform: capitalize;
  color: #666d92;
  line-height: 2;
  position: relative;
  padding-left: 18px;
  box-sizing: border-box;
}

.directorist-card__body ul li::before {
  content: "";
  position: absolute;
  background-color: #15c4d7;
  width: 6px;
  height: 6px;
  border-radius: 50rem;
  font-size: 16px;
  top: 50%;
  left: 4px;
  transform: translate(-50%, -50%);
}

.directorist-card__body ul.full li {
  width: 100%;
  float: none;
}

.directorist-card__header--title i {
  margin-right: 10px;
}

.sider-bar-widget {
  box-shadow: 0 3px 5px rgba(141, 145, 162, 0.05);
  border-radius: 6px;
  margin-bottom: 25px;
  background-color: #fff;
}

.sider-bar-widget .widget-title {
  padding: 20px 25px;
  border-bottom: 1px solid #f2f2f2;
}

.sider-bar-widget .widget-title h4 {
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 600;
  color: #000;
}

.widget-content-main {
  padding: 20px 30px;
}

.directorist-open-hours ul {
  list-style: none;
}

.directorist-open-hours ul li {
  display: flex;
  justify-content: space-between;
}

.directorist-open-hours ul li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.day,
.time {
  font-size: 13px;
  line-height: 2;
  font-weight: 400;
  color: #666d92;
}

.green {
  color: #53ca2e;
}

.red {
  color: #f51957;
}

.sider-bar-widget ul {
  list-style: none;
}

.widget_categories ul li {
  color: #a7a6a6;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.widget_categories ul li a {
  color: #666d92;
  text-decoration: none;
  font-size: 15px;
}

.tagcloud a {
  padding: 6px 15px;
  display: inline-block;
  margin: 2.5px;
  border-radius: 3px;
  line-height: normal;
  border: 1px solid #e3e6ef;
  color: #202428;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.tagcloud {
  font-size: 0;
}

.tagcloud a:hover {
  background-color: #1136f1;
  color: #fff;
  border-color: #1136f1;
}

.search-from form input.search-field,
.search-from form select {
  color: rgba(145, 146, 163, 0.7);
  width: 100%;
  border: 1px solid #e3e6ef;
  padding: 8px 15px;
  border-radius: 4px;
  outline: none;
  height: 46px;
  font-size: 14px;
  margin-bottom: 15px;
  box-sizing: border-box;
  background-color: #fff;
}

.search-from form input.search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(145, 146, 163, 0.7);
}

.search-from form input.search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(145, 146, 163, 0.7);
}

.search-from form input.search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(145, 146, 163, 0.7);
}

.search-from form input.search-field:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(145, 146, 163, 0.7);
}

.search-from form input.search-submit {
  background-color: #1136f1;
  border: 0 none;
  color: #fff;
  padding: 7px 20px;
  border-radius: 5px;
  margin-top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  line-height: 1.75;
  font-weight: normal;
}

.search-from form input.search-submit:hover {
  background-color: #15c4d7;
}


/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 15px;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */


  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 10em;
  max-width: 10em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #000;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #000;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #000;
}

[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #000;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #000;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}


[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}



.directorist-social-share-links {
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  right: 0;
  top: calc(100% + 30px);
  background: #ffffff;
  border-radius: 6px;
  width: 180px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  list-style-type: none;
  padding: 10px 0;
  margin: 0;
}

.directorist-social-share-links li a {
  padding: 8px 20px;
  display: block;
  text-align: left;
  color: #666d92;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.directorist-social-share-links li a i {
  width: 21px;
  font-size: 12px;
}

.listing-details-btn.share:hover .directorist-social-share-links {
  opacity: 1;
  visibility: visible;
  top: 42px;
}

.listing-details-btn.share {
  position: relative;
}

.directorist-single-listing-action .listing-details-btn>a:hover {
  color: #1345f0;
}

.directorist-social-share-links li a:hover {
  background-color: #1347ef0f;
  color: #1347ef;
}

.search-from.doctor-app form input.search-submit {
  width: 100%;
  margin-top: 0;
}

.search-from form input[type="date"] {
  border: 1px solid #e3e6ef;
  width: 100%;
  transition: 0.3s;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  padding: 0px 15px;
  box-sizing: border-box;
  height: 46px;
  margin-bottom: 15px;
  border-radius: 4px;
  outline: none;
}


/* ================ 31-may-2024 ================= */
.directorist-rated-stars ul.theme-rating {
  display: flex;
}

.directorist-rated-stars ul.theme-rating li {
  margin-right: 5px;
}

.search-from .social-icon2 {
  padding: 10px 8px;
  border-radius: 5px;
}

.review-section {
  justify-content: flex-start !important;
}



/* ================ @Media Css  ================= */


@media (max-width:991px) {
  .theme-listing-about-details .theme-listing-about-details__title {
    width: 70%;
  }

  .theme-listing-about-details .theme-listing-about-details__img {
    width: 30%;
  }
}

@media (max-width:767px) {

  .directorist-main .directorist-col-left {
    width: 100%;
  }

  .directorist-main .directorist-col-right {
    width: 100%;
  }

  .review {
    width: calc(33.33% - 10px);
  }

  .directorist-main .directorist-col-right {
    padding-left: 0px;
  }

}


@media (max-width:639px) {
  .review {
    width: calc(50% - 10px);
  }
}

@media (max-width:575px) {

  .theme-listing-about-details .theme-listing-about-details__img {
    width: 100%;
  }

  .theme-listing-about-details .theme-listing-about-details__img {
    width: 100%;
  }

  .theme-listing-details-card__module .theme-listing-details-card__right {
    width: 100%;
    margin-top: 30px;
  }

  .directorist-single-listing-action .listing-details-btn>a {

    margin-left: 0;
  }

  .theme-listing-about-details .theme-listing-about-details__title {
    width: 100%;
    padding-left: 0;
  }

  /* ===================== 29-July-2024 =================*/
  .listing-details-btn.share {
    width: 100%;
  }

  /* ===================== 29-July-2024 =================*/
}


@media (max-width:479px) {
  .review {
    width: 100%;
  }
}

@media (max-width:350px) {
  .directorist-rated-stars ul.theme-rating li {
    margin-right: 3px;
  }
}


.rounded {
  width: 100px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border-radius: .25rem !important;
}

.thum-real-wedss .selected {
  border: 2px solid #1354ec !important;
}

.modal-thumbnails.thum-real-wedss {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
}

.thum-real-wedss img {
  height: 70px !important;
  width: 70px !important;
  margin: 10px 7px !important;
}

.right-icons-mdl .modal-navigation.left {
  transform: translateY(-50PX);
}

.modal-navigation.left {
  left: 10px;
}

.right-icons-mdl i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 3.5px rgba(0, 0, 0, 0.19));
  background-color: #ffffff;
}

.modal-navigation {
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  z-index: 1051;
  color: #fff;
}

.right-icons-mdl i:before {
  color: #000;
  font-size: 15px;
}



.left-icons-mdl .modal-navigation.right {
  transform: translateY(-50PX);
}

.modal-navigation.right {
  right: 10px;
}

.left-icons-mdl i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 3.5px rgba(0, 0, 0, 0.19));
  background-color: #ffffff;
}

.modal-navigation {
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  z-index: 1051;
  color: #fff;
}

.left-icons-mdl i:before {
  color: #000;
  font-size: 15px;
}


.left-icons-closed .modal-close {
  top: -20px;
  right: -15px;
}

.left-icons-closed i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 3.5px rgba(0, 0, 0, 0.19));
  background-color: #ffffff;
}

.modal-close {
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  z-index: 1051;
}

.left-icons-closed i:before {
  color: #000;
  font-size: 21px;
}


.ranger-modal-bars img {
  width: 100%;
  max-height: 410px;
  height: 410px;
  object-fit: contain;
  object-position: top;
}


/* Video */
.doctor-video-main {
  padding: 100px 0 50px 0;
}

.doctor-video-inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.doctor-video {
  width: calc(100%/4 - 20px);
}

/* ================ 31-may-2024 ================= */



/* ================ 03-june-2024 ================= */

/* ====== Contact Us Page Css Start Here====== */
.contact-us-bg {
  padding: 100px 0;
  background: linear-gradient(rgb(0, 140, 139, 0.8), rgb(0, 140, 139, 0.8)), url('../images/contact-img-one.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 30%;
  margin-top: 53px;
}

.inner-contact-us {
  text-align: center;
}

.inner-contact-us h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 40px;
}

.inner-contact-us ul {
  padding: 0;
  margin: 0;

}

.inner-contact-us ul li {
  display: inline-block;
  color: #fff;
}

.inner-contact-us ul li a {
  color: #fff;
}

/* free-support-contact-bg  */
.free-support-contact-bg {
  padding: 48px 0;

}

.inner-free-support-contact {
  gap: 20px;
  display: flex;
  /* justify-content: flex-start; */
  justify-content: center;
  flex-wrap: wrap;

}

.free-support {
  padding: 24px;
  width: calc(100%/4 - 20px);
  border: 1px solid #e6e6f5;
  border-radius: 3px;
}

.free-support ul li {
  color: #008c8b;
  font-size: 16px;
  margin-bottom: 12px;
}

.free-support ul li i {
  font-size: 16px;
  text-align: center;
  padding: 10px 10px;
  border-radius: 50%;
  background-color: #e8ecf9;
  border: 1px solid transparent;
  color: #008c8b;
}

.free-support h6 {
  font-size: 16px;
  margin: 0 0 5px 0;

}

/* .free-support h6, .free-support h6 *{
  text-decoration: none !important;
  outline: none !important;
  text-decoration: none !important;
  -webkit-text-decoration: none!important;
  display: inline-block !important;
  text-decoration-thickness: 0 !important;
} */

.free-support p {
  font-size: 15px;
  margin: 0;
}

/* ====== Contact Us Form Start Here====== */
.contact-form-bg {
  padding: 0 0 48px 0;
}

.inner-contact-form {
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #e6e6f5;
  border-radius: 3px;
  width: 100%;

}

.form-header {
  border-block-end: 1px solid #e6e6f5;
  padding: 15px 15px 15px 25px;
}

.form-space-inner {
  padding: 24px;
}

.form-header h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;

}

.form-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}

.inner-form-group {
  width: calc(100%/2 - 5px);
}

.first-bottom-margin {
  margin-bottom: 30px;
}

.sent-message-new {
  margin-top: 30px;
  text-align: center;
}

.sent-message-new a {
  color: #ffffff;
  background-color: #008c8b;
  font-size: 13px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #008c8b;
}

.sent-message-new a:hover {
  color: #008c8b;
  background-color: #fff;
}


/* @media Css Start Here */
@media (max-width:991px) {
  .free-support {
    width: calc(100%/3 - 20px);
  }

  .contact-us-bg {
    margin-top: 90px;
  }
}


@media (max-width:767px) {
  .free-support {
    width: calc(100%/2 - 20px);
  }
}


@media (max-width:639px) {
  .free-support {
    width: 100%;
  }

  .inner-form-group {
    width: 100%;
    margin-bottom: 10px;
  }

  .sent-message-new {
    text-align: center;
  }

  .first-bottom-margin {
    margin-bottom: 0;
  }
}

@media (max-width:575px) {
  .contact-us-bg {
    padding: 50px 0;
  }

  .inner-contact-us h1 {
    font-size: 33px;
  }

  .free-support-contact-bg {
    padding: 30px 0;
  }
}

/* ====== Contact Us Page Css End Here====== */


/* ====== Blog Page Css Start Here====== */
.blog-list-bg {
  padding: 100px 0;
  background: linear-gradient(rgb(0, 140, 139, 0.8), rgb(0, 140, 139, 0.8)), url('../images/blog-img-one.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 53px;
}

.inner-blog-list {
  text-align: center;
}

.inner-blog-list h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 40px;
}

.inner-blog-list ul {
  padding: 0;
  margin: 0;

}

.inner-blog-list ul li {
  display: inline-block;
  color: #fff;
}

.inner-blog-list ul li a {
  color: #fff;
}

.inner-itaque-earum-hospital {
  position: relative;
  display: flex;
  border-radius: 2px;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid #e6e6f5;
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 24px auto;
  align-items: center;
  flex-wrap: wrap;
}

.inner-itaque-earum-hospital:last-child {
  margin-bottom: 0 !important;
}

.itaque-earum-left {
  width: 40%;
}

.itaque-earum-right {
  width: 60%;
}

.itaque-earum-left img {
  height: 100% !important;
  object-fit: cover;
}

.itaque-earum-hospital-bg {
  padding: 24px 0;
}

.itaque-earum-card-text span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff !important;
}

.pagination-custom {
  display: flex;
  justify-content: center;
}

.subscribe-newsletter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;

}

.subscribe-newsletter h3 {
  text-align: start !important;
}

.subscribe-newsletter p {
  text-align: start !important;
}

.bg-info {
  background-color: #00d6e6 !important;
}

.itaque-earum-hospital-bg img.cover-image {
  max-height: 235px;
  padding: 8px;
}

.item7-card-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-cstm-date {
  margin-left: auto;
}

.blog-cstm-title {
  margin-top: 15px;
}

.blog-details-img {
  max-height: 340px;
}

.sent-btn-contact {
  color: #ffffff;
  background-color: #008c8b;
  font-size: 13px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #008c8b;
  cursor: pointer;
}

.sent-btn-contact:hover {
  color: #fff;
  background-color: var(--primary-9);
  border-color: var(--primary-9);
}

/* ====== Blog Page Css End Here====== */

/* Blog Page @media Css */

@media (max-width:991px) {
  .inner-itaque-earum-hospital {
    max-width: 100%;
  }

  .subscribe-newsletter h3 {
    font-size: 21px;
  }

  .blog-list-bg {
    margin-top: 90px;
  }
}

@media (max-width:767px) {
  .itaque-earum-right {
    width: 100%;
  }

  .itaque-earum-left {
    width: 100% !important;
    position: relative;
  }

  .itaque-earum-hospital-bg .card-body .item7-card-desc {
    margin-top: 0;
  }
}

@media (max-width:575px) {
  .blog-list-bg {
    padding: 50px 0;
  }

  .inner-blog-list h1 {
    font-size: 33px;
  }

  .itaque-earum-hospital-bg {
    padding: 30px 0;
  }

  .subscribe-newsletter h3 {
    font-size: 19px;
  }
}


/* pricing-bg Start Here */
.pricing-bg {
  padding: 100px 0 100px 0;
}

.inner-pricing-plan {
  padding: 48px 0;
}

.inner-pricing-plan h4 {
  font-size: 33px;
  color: #000;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
}

.pricingTable10 .pricingTable-header {
  padding: 40px 0;
  background: #008c8b;
  position: relative;
  transition: all .3s ease 0s;
  text-align: center;

}

.pricingTable10:hover .pricingTable-header {
  background: #4d4d4d
}

.pricingTable10 .pricingTable-header:after,
.pricingTable10 .pricingTable-header:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d9d9d8;
  position: absolute;
  bottom: 12px
}

.pricingTable10 .pricingTable-header:before {
  left: 40px
}

.pricingTable10 .pricingTable-header:after {
  right: 41px
}

.pricingTable10 .heading {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
}

.pricingTable10 .price-value {
  display: inline-block;
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  transition: all .3s ease 0s;
}

.pricingTable10:hover .price-value {
  color: #fff
}

.pricingTable10 .currency {
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 6px;
  left: -19px
}

.pricingTable10 .month {
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: -10px;
  right: -49px;
  text-transform: uppercase;
}

.pricingTable10 {
  border: 1px solid #ccc;
  background: #fff;
}

.pricingTable10 .pricing-content {
  padding-top: 50px;
  position: relative;
}

.pricingTable10 .pricing-content:after,
.pricingTable10 .pricing-content:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #7c7c7c;
  position: absolute;
  top: 12px
}

.pricingTable10 .pricing-content:before {
  left: 39px
}

.pricingTable10 .pricing-content:after {
  right: 40px
}

.pricingTable10 .pricing-content ul {
  padding: 0 20px;
  margin: 0;
  list-style: none
}

.pricingTable10 .pricing-content ul:after,
.pricingTable10 .pricing-content ul:before {
  content: "";
  width: 8px;
  height: 46px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #818282 50%, #727373 50%);
  position: absolute;
  top: -22px;
  z-index: 1;
  box-shadow: 0 0 5px #707070;
  transition: all .3s ease 0s
}

.pricingTable10:hover .pricing-content ul:after,
.pricingTable10:hover .pricing-content ul:before {
  background: linear-gradient(to bottom, #4d71dd 50%, #008c8b 50%)
}

.pricingTable10 .pricing-content ul:before {
  left: 43px
}

.pricingTable10 .pricing-content ul:after {
  right: 44px
}

.pricingTable10 .pricing-content ul li {
  font-size: 15px;
  font-weight: 600;
  color: #777473;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d8;
  text-align: center;
}

.pricingTable10 .pricing-content ul li:last-child {
  border-bottom: none
}

.pricingTable10 .read {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #008c8b;
  border: 1px solid #008c8b;
  padding: 8px 25px;
  margin: 30px 0;
  transition: all .3s ease 0s;
  border-radius: 5px;
}

.pricingTable10 .read:hover {
  text-decoration: none
}

.pricingTable10:hover .read {
  background: #fff;
  color: #008c8b;
}

.custom-pricing-cards {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.pricingTable10 {
  width: calc(100%/4 - 20px);
}

.sign-up-btn {
  text-align: center;
}

/* pricing-bg End Here */



@media (max-width:991px) {
  .pricingTable10 .price-value {
    font-size: 35px;
  }

  .pricingTable10 {
    width: calc(100%/3 - 20px);
  }
}

@media (max-width:767px) {
  .pricingTable10 {
    width: calc(100%/2 - 20px);
  }
}

@media (max-width:639px) {
  .pricingTable10 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width:575px) {
  .pricing-bg {
    padding: 50px 0 50px 0;
  }

  .inner-pricing-plan {
    padding: 30px 0;
  }
}


/* ============= Home Page ================== */
.new_doctor .card {
  min-height: 330px;
}

.power-ribbon-top-left .new-icon-main {
  inset-inline-end: -6px;
  top: -27px;
  transform: rotate(-4deg);
}

.owl-carousel .owl-item img .cover-image {
  min-height: 166px;
  max-height: 166px;
}


@media (max-width: 992px) {
  .select2-container .select2-selection--single {
    height: 100% !important;
  }

  .name-doctor-custom {
    width: 100%;
  }

}


@media (max-width: 991px) {
  section.nearest-medical-facility-bg {
    margin-top: 55px;
  }
}

section.nearest-medical-facility-bg {
  margin-top: 53px;
}

/* ================ 03-june-2024 ================= */


/* ================ 14-june-2024 ================= */
@media (max-width: 767px) {
  .card-body .item7-card-desc {
    margin-top: 20px;
  }
}

/* ================ 14-june-2024 ================= */


/* ================ 20-june-2024 ================= */
.modal-open button.btn-close {
  padding: 0;
  border: 0;
  cursor: pointer;
}

.modal-open .form-control {
  margin-bottom: 15px;
}

.modal-open button.btn-close::after {
  width: 3px;
  height: 15px;
  background-color: #000;
  content: "";
  position: absolute;
  top: 27px;
  right: 21px;
  transform: rotate(-45deg);
}

.modal-open button.btn-close::before {
  width: 3px;
  height: 15px;
  background-color: #000;
  content: "";
  position: absolute;
  top: 27px;
  right: 21px;
  transform: rotate(45deg);
}

.modal-open .modal-header {
  position: relative;
}

/* ================ 20-june-2024 ================= */

/* ================ 21-june-2024 ================= */
.testimonial-form .full-width-group {
  width: 100%;
}

.testimonial-form .sent-message-new {
  margin-top: 0;
}


.testimonial-form .form-header {
  padding: 10px 16px 11px 14px;
}

/* Footer Section Start Here */
.custom-footer-space {
  padding: 60px 0 0 0;
}

.Copyright-footer {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #29334c69;
  color: #000;
}

.inner-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.about-footer {
  width: calc(100%/4 - 30px);
}

.about-footer h4 {
  color: #000;
  font-size: 26px;
  margin-bottom: 20px;
}

.about-footer p {
  font-size: 13px;
  color: #000;
}

.about-footer ul li {
  display: block;
  margin-top: 10px;
}

.about-footer ul li a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #000;
}

.about-footer ul li a:hover {
  color: #008c8b;
  transition: 0.3s ease-in-out;
}

.about-footer .social-icon i {
  color: #000;
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
}

.about-footer .social-icon i:hover {
  color: #000;
}

.about-footer-one p {
  max-width: 180px;
  margin: 0;
}

/* Footer Section End Here */

/* @media css */
@media (max-width:767px) {
  .about-footer {
    width: calc(100%/2 - 30px);
  }

  .testimonial-form {
    margin-top: 30px;
  }

  .testimonial-form .form-group {
    display: block;
  }

  .testimonial-form .inner-form-group {
    width: 100%;
    margin-bottom: 15px;
  }

  .custom-footer-space {
    padding: 50px 0 0 0;
  }

  .inner-footer {
    gap: 20px;
  }

  /* ================ 02-July-2024 ================= */
  section#Categories-section .row>div {
    width: calc(100%/3) !important;
    padding: 0 1px;
  }

  #Categories-section .cat-desc h5 {
    font-size: 12px;
  }

  #Categories-section .cat-item .cat-icon {
    width: 55px;
    height: 55px;
    padding: 14px;
  }

  #Categories-section .card-body {
    padding: 12px 6px;
    height: 100%;
    max-height: 160px;
    min-height: 160px;
  }

  #Categories-section .card {
    margin-block-end: 1px;
  }

  /* ================ 02-July-2024 ================= */
}

@media (max-width:639px) {
  .custom-footer-space {
    padding: 30px 0 0 0;
  }

  .about-footer h4 {
    font-size: 22px;
    margin-bottom: 14px;
  }
}

/* ================ 21-june-2024 ================= */


/* ================ 03-July-2024 ================= */
.card-body+.card-body {
  border-block-start: 1px solid #e6e6f5;
}

.custom-sider-bar-widget .card-body {
  padding: 0;
  height: auto;
}

.custom-sider-bar-widget .item-user-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;

}

.custom-sider-bar-widget .item-user .item-user-icons a {
  width: 40px;
  height: 40px;
  /* position: absolute; */
}

.custom-sider-bar-widget .fa-facebook-f {
  margin: 7px 0 0 0;
}

.custom-sider-bar-widget .item-user-icons i {
  padding: 16px !important;
  border-radius: 50%;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-sider-bar-widget .card-bottom,
.card-footer {
  padding: 0;
  background: 0 0;
}

.custom-sider-bar-widget .card-footer {
  margin-top: 36px;
  padding: 20px 0 0 0;
}

.new-custom-card-footer .text-start a {
  padding: 5px 10px !important;
}

.profile-top-bar-main {
  padding-bottom: 20px;
}

.profile-top-bar-main .profile-top-bar-btn a {
  padding: 10px 25px;
  background-color: #008c8b;
  border-radius: 5px;
  color: #fff;
}

/*
.profile-top-bar-main .profile-top-bar-heading {
  margin-left: 166px;
}
*/
.custom-sider-bar-widget .card-body h6 a {
  word-break: break-all;
  line-height: 20px;
}

@media (max-width:767px) {
  .profile-top-bar-main .profile-top-bar-heading {
    margin: 0 auto;
  }
}

@media (max-width:420px) {
  .profile-top-bar-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
}

/* ================ 03-July-2024 ================= */


/* ================ 04-July-2024 ================= */
.inner-new-nearest-medical-facility {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nearest-medical-facility-left {
  width: 60%;
  position: relative;
  /* background-image: url("/doctor/front/images/banner-medical-facility1.svg"); */
  background-repeat: no-repeat;
  background-size: cover;

}

section.new-nearest-medical-facility-bg {
  position: relative;
  top: 52px;
  margin-bottom: 50px;
}

/* .new-nearest-medical-facility-content {
  position: absolute;
  top: 0;
  z-index: 3;
  height: 100%;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 0;
  min-width: 88%;
  padding: 15px;
  max-width: 1140px;
  text-align: left;
} */
.new-nearest-medical-facility-content {
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
  max-width: 710px;
  padding: 15px;
}

.new-nearest-medical-facility-content p,
.new-nearest-medical-facility-content h1 {
  width: 100%;
  text-align: left;
  padding-right: 40px;
}

.new-nearest-medical-facility-content .item-search-tabs .tab-content {
  background: #fff;
  padding: 0;
  margin: 1px 0px 0 0;
  border-radius: 2px;
  border-radius: 10px;
}

.btn-orange {
  color: #fff;
  background-color: #e67605;
  border-color: #e67605;
  border-radius: 10px;
}

.nearest-medical-facility-left img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.new-nearest-medical-facility-content form {
  width: 100%;
}

.nearest-medical-facility-right {
  width: 40%;
  position: relative;
}

.nearest-medical-facility-right img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.instant-video-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: #fff;
  padding: 9px 20px 9px 10px;
  border-radius: 40px;

}

.instant-video-btn a {
  color: #000;

}

.new-nearest-medical-facility-content h1 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;

}

.new-nearest-medical-facility-content h1 span {
  color: #000000;
}

.new-nearest-medical-facility-content p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  max-width: 620px;
  margin-left: 0;
  margin-right: auto;
  line-height: 30px;
}

.new-nearest-medical-facility-content .item-search-tabs .form-control {
  border: none;

}

.nearest-medical-facility-left:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #008c8b;
  position: absolute;
  z-index: 2;
  opacity: 0.8;
}

/* .index-search-select .select2.select2-container .select2-selection--single {
  border: none !important;
} */
.new-nearest-medical-facility-content .item-search-tabs .form-control {
  border: none;
  height: 100% !important;
  padding: 10px;
}

.index-search-select .select2 span {
  height: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  padding-inline-start: 8px;
  padding-inline-end: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  font-size: 15px;
  color: #232323;
}

.new-form-border-right input::placeholder {
  font-size: 15px;
  color: #232323;
}

.search-background button.btn.btn-block.btn-orange.fs-14 {
  padding: 10px 0;
  font-size: 15px;
  margin: 5px;
}

.new-nearest-medical-facility-content .select2-container--default .select2-selection--single .select2-selection__arrow b,
.new-nearest-medical-facility-content .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #c8cde3 transparent transparent transparent;
  border: solid #000 !important;
  border-width: 0px 0px 2px 2px !important;
  height: 0;
  inset-inline-start: 50%;
  margin-inline-start: -12px;
  margin-block-start: -2px;
  position: absolute;
  top: 42%;
  width: 0;
  padding: 3px;
  transform: rotate(-45deg);
}

.new-nearest-medical-facility-content .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(135deg);
  top: 50%;
}

.new-nearest-medical-facility-content .select2-container .select2-selection--single .select2-selection__rendered {
  padding-inline-start: 20px;
}

.instant-video-btn .video-img-right {
  width: 41px;
  height: 40px;
  object-fit: cover;
  margin-right: 5px;
}




/* ================ Admin Dashboard css Start ================= */
.new-admin-dashboard-bg center h1 {
  font-size: 46px !important;
  margin-bottom: 20px;
}

/* ================ Admin Dashboard css End  ================= */

/* ================ 05-July-2024  ================= */
section#Categories-section {
  background-color: #fff;
  padding: 48px 10px;
}

.position-relative {
  margin-top: 0;
}

/* ================ 05-July-2024   ================= */


/* ================ 08-July-2024   ================= */
.blog-banner-custom {
  position: relative;
  padding-top: 30px;
}

.gallery.custom-gallery-images .item7-card-img img {
  min-height: 196px;
  max-height: 196px;
  object-fit: cover;
  object-position: top;
}

.custom-uploaded-bg {
  margin-top: 48px;
}

/* .close-edit-icon-btn {
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 1;
} */
.close-edit-icon-btn a {
  background-color: #008c8b;
  padding: 5px 25px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
}

.close-edit-icon-btn a:hover {
  background-color: #008c8be6;
}

.blog-banner-custom button {
  position: absolute;
  bottom: top;
  top: 40px;
  left: auto;
}

.blog-title-heading-custom h4 {
  margin-bottom: 0 !important;
}

.blog-list .item7-card-img {
  height: auto !important;
}

.blog-title-heading-custom {
  align-items: center;
  justify-content: space-between;
}

.custom-uploaded-bg h2 {
  margin-bottom: 30px;
}

.custom-gallery-images .pagination {
  justify-content: center;
  padding: 0 0 20px 0;
}

.custom-main-heading-bg h1 {
  padding-top: 30px;
}

/* Daily Video Start */
.gallery.custom-gallery-pagination .pagination {
  justify-content: center;
  padding: 10px 0 20px 0;
}

.custom-latest-videos .gallery {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
}

.gallery.custom-gallery-pagination iframe {
  width: 100%;
  height: auto;
  margin-top: 0;
  object-fit: cover;
}

.custom-gallery-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin: 50px !important;
}

.custom-gallery-inner-main {
  width: calc(100%/3 - 20px);
}

.gallery.custom-gallery-pagination a.close-icon {
  font-size: 20px;
  background-color: #ff0000;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 15px 0;
  display: inline-block;
}

.custom-daily-video-bg {
  padding: 30px 0 0 0;
}

.gallery.custom-gallery-pagination {
  max-width: 100%;
  margin: 0 auto;
}

.user-blog-bg .gallery.custom-gallery-pagination {
  max-width: 100%;
  margin: 0 auto;
}

.custom-user-videos-three-bg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  padding-bottom: 10px;
}

.custom-user-videos-three-bg iframe {
  width: calc(100%/3 - 10px);
  height: 156px;
}

.custom-media-inner-image-bg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 10px;
}

.custom-media-inner-image-bg a {
  width: calc(100%/3 - 20px);
}

.custom-media-inner-image-bg img.rounded {
  max-width: 100% !important;
  height: 157px !important;
  width: 100%;
  object-position: top;
}

/* Daily Video End */

/* Background Banner Image Start */
.custom-banner-image-inner {
  margin-bottom: 50px;
  margin-top: 20px;
}

.custom-banner-image-inner img {
  height: 250px;
  max-width: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

/* Background Banner Image End */


/* Background Banner Image End */
.close-media-icon-custom .images-m i {
  color: #ccc;
  font-size: 18px;
  padding: 5px 7px;
  background-color: #008c8b;
  border-radius: 50%;
  border: none;
  position: absolute;
  right: 6px;
  top: 10px;
}

.close-media-icon-custom .delete-icon {
  border: none;
  background-color: transparent;
  width: 100%;
}

.close-media-icon-custom iframe {
  width: 100%;
}

.close-media-icon-custom .image-gallery-videos .images-m {
  min-height: 157px;
}

.close-media-icon-custom .image-gallery-inner {
  gap: 20px;
}

.image-gallery-images,
.image-gallery-videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px !IMPORTANT;
}

.close-media-icon-custom .image-gallery-videos .images-m {
  position: relative;
  width: calc(100%/2 - 10px);
  margin-bottom: 6px;
}

.close-media-icon-custom .image-gallery-left .images-m {
  margin-bottom: 8px;
}

.close-media-icon-custom .image-gallery-left,
.close-media-icon-custom .image-gallery-right {
  width: calc(100%/2 - 11px);
}

.close-media-icon-custom .images-m img,
.close-media-icon-custom .images-m video {
  max-height: 155px;
  min-height: 155px;
  object-fit: cover;
  margin: 0 auto;
  max-width: 100%;
  object-position: top;
}

.user-blog-bg {
  margin-top: 30px;
}

.close-media-icon-custom .image-gallery-images,
.image-gallery-videos {
  gap: 10px;
}

/* Background Banner Image End */

.margin-botom-custom {
  margin-bottom: 15px;
}

.fixed-font-size-heading {
  font-size: 1.8rem;
}

.margin-top-fixed-custom {
  margin-top: 15px;
}

/* ================ 08-July-2024   ================= */


/* ================ 09-July-2024   ================= */
.item-search-tabs .form-control {
  height: 100%;
}

.custom-add-image-video-bg .custom-addimage-btn {
  margin-top: 35px;
}

.custom-add-image-video-bg .margin-top-fixed-custom {
  margin-top: 30px;
}

.select2.select2-container {
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.custom-flex-form-bg h6 {
  display: flex;
  align-items: baseline;
}

.custom-successfully-registred {
  text-align: center;
}

/* Video Call availability Start */
.custom-video-call-availab-btn {
  display: flex;
  justify-content: end;
}

.custom-video-call-availab-btn .new-delete-btn {
  margin-left: 15px;
}

/* Video Call availability End */


/* Edit Video Call Time Start */
.custom-day-of-week-form {
  justify-content: center;
  margin-bottom: 50px;
}

/* Edit Video Call Time End */
/* ================ 09-July-2024   ================= */


/* ================ 10-July-2024   ================= */
.custom-star-rating-bg {
  flex-direction: column;
}

/* ================ 10-July-2024   ================= */



/* ================ 11-July-2024   ================= */
.item-card .item-card-desc img {
  max-height: 154px;
  object-fit: cover;
  min-height: 154px;
  object-position: top;
}

/* ================ 11-July-2024   ================= */

/* ================ @media css Start Here  ================= */


@media (max-width:991px) {
  .new-nearest-medical-facility-content {
    padding: 50px 20px;

  }

  .blog-banner-custom h1 {
    font-size: 36px;
  }

  .blog-banner-custom button {
    top: 25px;
  }

  .custom-user-videos-three-bg iframe {
    width: calc(100%/2 - 5px);
  }

  .custom-gallery-inner-main {
    width: calc(100%/2 - 20px);
  }
}

@media (max-width:767px) {
  .nearest-medical-facility-left {
    width: 100%;
  }

  .nearest-medical-facility-right {
    width: 100%;
  }

  .new-nearest-medical-facility-content {
    padding: 30px 20px;
    max-width: 470px;
    margin: 0 auto;
  }

  .new-nearest-medical-facility-content h1 {
    font-size: 22px;
  }

  .new-nearest-medical-facility-content p,
  .new-nearest-medical-facility-content h1 {
    width: 100%;

    padding-right: 0;
  }

  .new-nearest-medical-facility-content p {
    font-size: 16px;
    max-width: 100%;
    line-height: 25px;
  }

  .instant-video-btn {
    left: 30px;
    right: auto;
  }

  /* .custom-daily-video-bg h1 {
  font-size: 36px;
} */
  .custom-banner-image-inner img {
    max-width: 100%;
    width: 100%;
  }

  .close-media-icon-custom .image-gallery-inner {
    display: block;
  }

  .close-media-icon-custom .image-gallery-left,
  .close-media-icon-custom .image-gallery-right {
    width: 100%;
    padding: 0;
  }

  .image-gallery-right h2 {
    margin-top: 20px;
  }


  /* ================ 09-July-2024   ================= */
  .custom-add-image-video-bg .custom-addimage-btn {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .custom-add-image-video-bg .margin-top-fixed-custom {
    margin-top: 15px;
  }

  /* ================ 09-July-2024   ================= */
  .custom-gallery-inner-main {
    width: 100%;
  }

  /* ================ 31-July-2024   ================= */
  .custom-owl-carousel-icons2-slider {
    padding: 0 4px;
  }

  .custom-owl-carousel-icons2-slider button.owl-prev {
    left: 20px;
  }

  .custom-owl-carousel-icons2-slider button.owl-next {
    right: 20px;
  }

  /* ================ 31-July-2024   ================= */
}




@media (max-width:639px) {
  .position-relative {
    margin-top: 0;
  }

  .custom-uploaded-bg {
    margin-top: 10px;
  }

  .custom-banner-image-inner {
    margin-bottom: 30px;
    margin-top: 5px;
  }

  .close-media-icon-custom .images-m img,
  .close-media-icon-custom .images-m video {
    max-height: 170px;
    min-height: 170px;
  }

  .custom-user-videos-three-bg iframe {
    width: 100%;
  }

  .custom-latest-videos .gallery {
    padding-bottom: 0;
  }



  /* ================ 09-July-2024   ================= */
  .custom-video-call-availab-btn {
    justify-content: center;
    margin-bottom: 20px;
  }

  .custom-day-of-week-form button.btn.btn-primary.w-25.mt-3 {
    width: auto !important;
  }

  /* ================ 09-July-2024   ================= */
  .custom-gallery-main {
    margin: 30px !important;
  }

  section#Categories-section {
    padding: 30px 10px;
  }

}

@media (max-width:575px) {
  .blog-banner-custom h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .gallery.custom-gallery-pagination iframe {
    height: auto;
  }


  /* .custom-daily-video-bg h1 {
  font-size: 26px;
} */

  /* ================ 09-July-2024   ================= */
  .video-call-availability-bg h1 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-left: 82px;
    margin-right: 30px;
  }

  /* ================ 09-July-2024   ================= */
  /* ================ 10-Aug-2024   ================= */
  .new-nearest-medical-facility-content {
    max-width: 400px;
  }
}

@media (max-width:479px) {
  .close-media-icon-custom .image-gallery-videos .images-m {
    width: 100%;
  }

  .close-media-icon-custom .image-gallery-images .images-m {
    width: 100%;
    margin-bottom: 10px;
  }

  .close-media-icon-custom .image-gallery-videos .images-m {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width:420px) {
  .close-edit-icon-btn a {
    padding: 5px 16px;
  }

  .blog-title-heading-custom h4 {
    font-size: 14px;
  }
}


/* ================ 04-July-2024 ================= */



/* ================ 04-July-2024 ================= */


/* ================ QA Sheet Points Start ================= */
.top-bar .top-bar-left .socials li {
  padding: 14px;
}

.horizontalMenu>.horizontalMenu-list>li>a:first-child {
  padding: 9px 15px 9px 0;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
  height: 44vh;
  overflow: auto;
}

.new-nearest-medical-facility-content .select2-container .select2-selection--single .select2-selection__rendered {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  width: 100% !important;
  display: inline-block;
  position: relative !important;
  top: 8px !important;
}

.bg-card-light .card-body {
  min-height: 200px;
}

.new_doctor .card {
  min-height: 0;
}

.owl-controls.clickable {
  margin-bottom: 10px;
}

.review h3.title {
  color: #fff;
}

.owl-nav button::after {
  content: "";
  width: 0;
  height: 0;
  border: solid;
  border-width: 0px 0px 2px 2px;
  position: absolute;
  padding: 5px;
  transform: rotate(45deg);
  top: 18px;
  left: 20px;
}

.owl-carousel .owl-nav button.owl-next:after {
  transform: rotate(-135deg);
  top: 18px;
  left: 16px;
}

.testimonial-owl-carousel .owl-nav span {
  font-size: 0;
}

.items-blog-tab-heading .items-blog-tab-menu li a:hover {
  background: var(--primary-bg-color);
  color: #fff;
  transition: 0.3s ease-in-out;
}

.search-background,
.search1 {
  border-radius: 10px;
}

.header-main .top-bar-right .custom {
  align-items: center;
}

.index-search-select .select2 span {
  border-radius: 10px !important;
}

.new-nearest-medical-facility-content .item-search-tabs .form-control {
  border-radius: 10px;
}

.list-mane-fliled-new {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.list-mane-fliled-new .form-control {
  border-radius: 10px !IMPORTANT;
  height: 40px;
}

.list-mane-fliled-new .form-control::placeholder {
  color: #232323 !important;
}

.itaque-earum-right a.btn.btn-primary.btn-sm.mt-4 {
  padding: 10px 15px;
}

.first-bottom-margin {
  margin-bottom: 16px;
}

/* 12-07-2024 */
.review-content-btn a {
  color: #008c8b;
}

.review-content-btn p.review-text {
  margin-bottom: 0;
}

.review-form-section button {
  background-color: #008c8b;
  color: #fff;
  height: 40px;
  border: #008c8b;
  border-radius: 3px;
}

.review-form-section button:hover {
  background-color: var(--primary-9);
}

.review-form-section {
  margin-bottom: 50px;
}

.review-section {
  margin-bottom: 0 !important;
}

.side-menu a {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.custom-edit-blog-bg {
  margin-bottom: 30px;
}

.user-name-head {
  pointer-events: none;
}

.custom-uploaded-bg {
  margin-bottom: 48px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:disabled {
  background: #2be6a7 !important;
  border-color: #2be6a7 !important;
  transition: 0.3s ease-in-out;
}

.heading-main-cstm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heading-head {
  flex: 1;
  text-align: center;
}

.custom-chose-a-file-fiels input {
  padding: 5px 14px;
}

.city-links-footer a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #29334c;
}

.city-links-footer i {
  margin-right: 10px;
}

.city-links-footer {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.city-links-footer button {
  background-color: transparent;
  border: oldlace;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  padding-right: 10px;
}

.city-links-footer button:hover {
  color: #000;
}

.image-gallery-left h2,
.image-gallery-right h2 {
  margin-bottom: 20px;
  height: 40px;
}

.filed-new-form-control {
  padding: 9px 6px;
  height: 40px;
  line-height: 1;
}

.side-menu i {
  margin-right: 10px;
}

section .signin .content .form .inputBox input {
  padding: 25px 10px 10px 7.5px !important;
}

.gallery p {
  font-family: unset;
  font-style: normal;
  font-size: 14px;
  padding: 10px 20px 0;
  /* text-align: start; */
  margin: 0;
}

.halfstart i {
  background: -webkit-linear-gradient(to right, #f5ca1c 50%, #83829c 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background: linear-gradient(to right, #f5ca1c 50%, #83829c 50%);
  background-clip: text;
  text-fill-color: transparent;
}

.desktoplogo img {
  width: 100%;
  height: 55px;
  object-fit: cover;
}

header.header-search .container .row {
  align-items: center;
}

/* 12-07-2024 */

/*================================= @media css Start Here================== */



@media (max-width:1024px) {

  /* 12-07-2024 */
  .main-heading {
    padding: 80px 0 0 0 !important;
  }

  /* 12-07-2024 */
}


@media (max-width:991px) {

  .new-nearest-medical-facility-content .select2-container .select2-selection--single .select2-selection__rendered {
    top: 0 !important;
  }

  .search-background button.btn.btn-block.btn-orange.fs-14 {
    margin: 0;
  }

  section.new-nearest-medical-facility-bg {
    top: 0;
    margin-top: 90px;
  }

  .horizontal-header .smllogo {
    margin-block-start: 0;
  }

  .horizontal-header {
    height: auto;
    padding: 20px 0;
  }

  .new-nearest-medical-facility-content .select2-container .select2-selection--single .select2-selection__rendered {
    padding-inline-start: 10px;
  }

  .banner-2.sptb-2 {
    padding-block-start: 7rem;
  }

  /* .sptb .row > div {
  width: calc(100%/3) !important;
} */
  .side-menu {
    height: auto;
    width: 100%;
  }

  .items-blog-tab-heading.row>div {
    padding-left: 0;
    padding-right: 0;
  }

  .items-blog-tab-heading .items-blog-tab-menu li a {
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .offset-custom-button {
    margin-inline-start: 34.666667%;
  }
}

@media (max-width:767px) {

  .owl-item .review {
    margin: 0 auto;
  }

  /* .sptb .row > div {
  width: calc(100%/3) !important;
  padding: 0 1px;

}
.card.md-xl-0 {
    margin-bottom: 2px;
} */

  /* 12-07-2024 */


  .custom-card-body-main-bg .card-body {
    padding: 0;
  }

  .image-gallery-main {
    margin: 20px 20px 40px 20px !important;
  }

  .custom-Total-awards-bg .inner-custom-Total-awards>div {
    width: calc(100%/2);
  }

  .inner-custom-Total-awards {
    align-items: center;
  }

  .inner-custom-Total-awards .counter-status.status-1 {
    margin-block-start: 0;
  }

  .custom-register-bg .row>div,
  .custom-new-login-bg .row>div {
    padding: 0 !important;
  }

  .custom-register-bg,
  .custom-new-login-bg {
    padding: 0 16px;
  }

  /* 12-07-2024 */
}


@media (max-width:639px) {
  .dermatologist-inner img {
    max-height: 100% !important;
    min-height: auto;
  }

  .blog-details-bg h2.font-weight-semibold {
    font-size: 26px;
  }

  .inner-itaque-earum-hospital a.blog-cstm-date {
    margin: 10px 0;
    display: inline-block;
  }

  .contact-us-bg {
    background-position: center;
  }



  /* 12-07-2024 */


  .review-form-section {
    margin-bottom: 30px;
  }

  .custom-uploaded-bg {
    margin-bottom: 30px;
  }

  .media-preview {
    width: 100%;
    height: auto;
  }

  /* 12-07-2024 */



}


@media (max-width:575px) {

  .about-details__title h2 {
    margin-top: 15px;
  }

  .directorist-listing-card-checkbox {
    font-size: 14px;

  }



  /* 12-07-2024 */
  .unique-dropdown {
    position: static !important;
    display: inline-block;
    margin-right: 10px;
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .image-gallery-main {
    margin: 20px 0 30px 0 !important;
  }

  /* 12-07-2024 */
}



@media (max-width:480px) {

  .banner-2.sptb-2 {
    padding-block-start: 6rem !important;
    padding-block-end: 6rem !important;
  }

  .item-card .item-card-desc .item-card-text span.badge {
    top: 70%;

  }

  .item-card .item-card-desc .item-card-text h4 {
    font-size: 18px;
  }

  #Categories-section .card-body {
    padding: 12px 4px;
  }

  .blog-details-bg h2.font-weight-semibold {
    font-size: 20px;
  }
}



/* @media css End Here */
/* ================ QA Sheet Points End  ================= */



/* ================ 04-July-2024 ================= */

.mobile-menu {
  position: absolute;
  top: 186px;
  left: -100%;
  width: 80%;
  height: auto;
  background-color: #fff;
  color: #000;
  transition: left 0.3s ease-in-out;
  z-index: 999;
}

.mobile-menu.show {
  left: 0;
  /* Move into view */
}

#mobile-catg-drop-item {
  display: none;
}

#horizontal-navtoggle2 {
  display: none;
}


@media (min-width:991px) {
  #mobile-menu {
    display: none;
  }


}




@media (max-width:991px) {
  #mobile-menu {
    display: none;
  }

  #mobile-menu.show {
    display: block;
  }

  .header-main #mobile-menu {
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 192px;
  }

  .fixed-mobile-menu .horizontal-header #horizontal-navtoggle2 {
    padding: 8px 0;
  }

  .horizontal-header .animated-arrow i {
    font-size: 25px;
  }

  .header-main #mobile-menu ul>li>a,
  .header-main #mobile-menu ul>a {
    padding: 7px 20px;
    display: block;
    border-bottom: 1px solid #ccc;
  }

  .header-main #mobile-menu ul>li #mobile-catg-drop-item {
    padding-left: 20px;
    padding-right: 20px;
    height: 200px;
    overflow: auto;
  }

  .header-main #mobile-menu ul>li #mobile-catg-drop-item li a {
    padding: 5px 15px;
  }

  .header-main #mobile-menu ul>li>a#mobile-catg-drop span.fe {
    margin-left: auto;
    font-size: 20px;
  }

  .header-main #mobile-menu ul>li>a#mobile-catg-drop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .blog-banner-custom {
    margin-top: 100px !important;
  }

}

/* 15-july-2024 */

.custom-video-url {
  margin-bottom: 14px;
}

.custom-media-inner-image-bg-main {
  gap: 20px;
}

.custom-add-image-video-bg .margin-top-fixed-custom {
  margin-top: 36px;
}

.custom-media-inner-image-bg-main a {
  width: calc(100%/3 - 14px);
}

.unique-dropdown-content label {
  align-items: baseline !important;
}

.custom-blog-heading-content h4 {
  max-width: 400px;
}

.custom-owl-carousel-icons2-slider button span {
  font-size: 0;
}

.custom-owl-carousel-icons2-slider .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.custom-items-blog-tab-menu-main li a {
  display: inline-block !important;
}

.custom-items-blog-tab-menu-main {
  gap: 20px;
}

.custom-my-review-main-bg p {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.custom-check-status-bg {
  padding-top: 26px;
  margin: 0 0 50px 0 !important;
}

.custom-check-status-bg h2,
.custom-check-status-bg p {
  text-align: center;
}

.custom-check-status-bg .plan-details {
  padding: 30px;
}

.custom-check-status-bg .plan-details h2,
.custom-check-status-bg .plan-details p {
  text-align: start;
}

.plan-already-purchased-contant {
  margin-top: 30px;
}

.plan-already-purchased-contant p {
  text-align: start;
  margin-bottom: 5px;
}

.custom_heading-font-size {
  font-size: 36px;
}


/* ======================== New Page Design  Start====================================== */

/* ========================New Page Design End====================================== */


/* ========================@Mddia Css Start====================================== */
@media (max-width:1024px) {
  .custom-blog-heading-content h4 {
    max-width: 370px;
  }
}





@media (max-width:991px) {
  .custom-add-video-and-image-bg {
    padding-top: 50px;
  }

  .custom-add-video-and-image-bg h2 {
    font-size: 36px;
  }

  .custom-user-videos-three-bg-main iframe {
    width: calc(100%/3 - 10px) !important;
  }

  .ranger-modal-bars img {
    max-height: 100%;
    height: 100%;
  }

  .custom-account-settings-bg-main .account-settings .user-profile {
    padding: 15px 0 0 0 !important;
    margin: 0;
  }

  .custom-account-settings-bg-main .account-settings .user-profile .user-avatar {
    margin: 0 !important;
  }

  .custom-blog-heading-content h4 {
    max-width: 270px;
  }

  .side-menu {
    height: auto !important;
  }

  .custom_heading-font-size {
    font-size: 36px;
  }

  .plan-already-heading {
    padding-top: 20px;
  }

  /* .custom-items-blog-tab-menu-main li {
  margin-block-end: 40px !important;
} */
}





@media (max-width:767px) {
  .custom-user-videos-three-bg-main iframe {
    width: calc(100%/3 - 10px) !important;
  }

  .custom-blog-heading-content h4 {
    max-width: 100%;
  }

  .custom-items-blog-tab-menu-main li {
    margin-block-end: 0 !important;
    width: calc(100%/2 - 10px);
  }

  .custom-items-blog-tab-menu-main {
    gap: 20px;
  }

}



@media (max-width:639px) {
  .custom-media-inner-image-bg a {
    width: calc(100%/2 - 10px);
  }

  .custom-user-videos-three-bg-main iframe {
    width: calc(100%/2 - 8px) !important;
  }
}




@media (max-width:575px) {
  .custom-add-video-and-image-bg h2 {
    font-size: 26px;
  }

  .custom_heading-font-size {
    font-size: 26px;
  }
}







/* ======================== New Page Design  Start====================================== */
.custom_fixed-padding {
  padding: 50px 0;
}

.custom_fixed-margin {
  margin-top: 50px;
}

.custom_fixed_margin-top {
  margin-top: 30px;
}

.custom-justify-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.custom-justify-start {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.custom-justify-end {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.custom-justify-space-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.custom-justify-align-items-start {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

/*  */
.instant-video-calls-bg {
  padding: 70px 0 70px 0;
  background-color: #c9d8ff;
  margin-top: 52px;
}

.instant-video-calls-banner h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}

.instant-video-calls-banner-content {
  width: 40%;
}

.instant-video-calls-banner-image {
  width: 60%;
}

.doctors-are-onlines-left ul li img {
  height: 42px;
  width: 42px;
  object-fit: cover;
  border-radius: 50%;
  outline: 3px solid #fff;
}

.doctors-are-onlines-right .pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-animation: pulse 1.2s infinite;
  animation: pulse 1.2s infinite;
  -webkit-box-shadow: 0 0 0 0 rgba(170, 224, 0, .6);
  box-shadow: 0 0 0 0 rgba(170, 224, 0, .6);
  background-color: #aae000;
  margin-left: 4px
}

button.footer-links-state:hover {
  color: #008c8b;
}

i.fas.fa-grip-lines-vertical {
  color: #000;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(170, 224, 0, .6);
    box-shadow: 0 0 0 0 rgba(170, 224, 0, .6)
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(170, 224, 0, 0);
    box-shadow: 0 0 0 10px rgba(170, 224, 0, 0)
  }

  to {
    -webkit-box-shadow: 0 0 0 0 rgba(170, 224, 0, 0);
    box-shadow: 0 0 0 0 rgba(170, 224, 0, 0)
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(170, 224, 0, .6);
    box-shadow: 0 0 0 0 rgba(170, 224, 0, .6)
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(170, 224, 0, 0);
    box-shadow: 0 0 0 10px rgba(170, 224, 0, 0)
  }

  to {
    -webkit-box-shadow: 0 0 0 0 rgba(170, 224, 0, 0);
    box-shadow: 0 0 0 0 rgba(170, 224, 0, 0)
  }
}


.btn-consult-now {
  margin-top: 24px;
}

.consult-now-btn-all {
  color: #ffffff;
  background-color: #008c8b;
  font-size: 13px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #008c8b;
  cursor: pointer;
  display: inline-block;
}

.consult-now-btn-all:hover {
  color: #fff;
  background-color: var(--primary-9);
  border-color: var(--primary-9);
}

.verified-doctors-award {
  margin-top: 48px;
}

.verified-doctors-award ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.verified-doctors-award p {
  margin: 0;
  padding-left: 4px;
  padding-right: 10px;
}

.verified-doctors-award ul li i {
  margin: 0 5px 0 0;
}

.verified-doctors-award ul li:first-child i {
  margin-left: 0;
}

.instant-video-calls-banner-image img {
  /* margin-top: 50px; */
  width: 100%;
  text-align: right;
}

/* ========================New Page Design End====================================== */




/* ======================== 25+ Specialities Section  Statr HEre====================================== */

.speciality-cards-all-button {
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  padding: 11px 17px;
  text-align: center;
  color: #2d2d32;
  border: 1px solid #979797;
  display: inline-block;
  text-transform: capitalize;
}

.speciality-cards-all-button:hover {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}

.define-heading-h-two {
  font-size: 30px;
  margin-bottom: 12px;
}

.define-para-heading {
  font-size: 14px;
  line-height: 1.29;
  color: #787887;
  margin-bottom: 12px;
}

.specialities-slider-bg {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: flex-start;
}

.inner-specialities-section {
  margin-bottom: 10px;
}

.inner-slider-images {
  margin: 3px 2px 6px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(45, 45, 51, .08);
  box-shadow: 0 3px 6px 0 rgba(45, 45, 51, .08);
  border-radius: 4px;
  padding: 20px;
  width: calc(100%/5 - 30px);
  margin: 0 15px;
}

.inner-slider-images img {
  width: 100%;
  max-width: 98px;
}

.inner-slider-images {
  text-align: center;
}

.consult-now-btn {
  display: block;
  font-size: 14px;
  margin-top: 9px;
  font-weight: 700;
  margin-bottom: 0;
  color: #008c8b;
}

a.consult-now-btn i {
  margin-left: 5px;
}

.inner-slider-images h4 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.inner-slider-images p {
  font-size: 16px;
  color: #787887;
  margin: 0;
}

.inner-slider-images i {
  font-size: 12px;
  margin-left: 5px;
}

/* 16-july-2024 */
.common-health-main-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.inner-common-health {
  -webkit-box-shadow: 0 3px 6px 0 rgba(45, 45, 51, .08);
  box-shadow: 0 3px 6px 0 rgba(45, 45, 51, .08);
  border-radius: 8px;
  border: 1px solid #f0f0f5;
  width: calc(100%/4 - 30px);
  margin: 0 15px;
}

.inner-common-health img {
  border-radius: 8px 8px 0 0;
}

.cough-cold-content {
  padding: 12px 16px 16px;
}

.cough-cold-content h4 {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 700;
  color: #414146;
}

.cough-cold-content p {
  color: #787887;
  font-size: 16px;
  margin-bottom: 16px;
}

.cough-cold-content a {
  margin-top: 12px;
}

.doctors-are-onlines-right p {
  margin: 0 5px 0 10px;
}

/* 15-july-2024 */



/* 16-july-2024 */
/* ========================25+ Specialities Section End====================================== */



/* ======================== Offers Section End====================================== */

.content-offer {
  background: #96d3bf;
  padding: 20px;
}

.download-the-app {
  margin-left: -15px;
  margin-right: -15px;
}

.content-offer {
  width: 100%;
  margin: 0 15px;
  border-radius: 5px;
  position: relative;
}

.offer-image img {
  max-width: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.content-offer .badge {
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 2px;
  background-color: #fff;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #2e6f5a;
}

.content-offer h4 {
  font-size: 24px;
  margin: 14px 0 8px 0;
  color: #1e1e28;
  font-weight: 600;
  max-width: 310px;
}

.content-offer p {
  font-size: 20px;
  color: #1e1e28;
  margin: 0;
  display: flex;
  align-items: center;
}

.content-offer p.cta i {
  color: white;
  background-color: #1e1e28;
  border-radius: 50%;
  font-size: 10px;
  padding: 5px 7px;
  margin-left: 10px;
}

.content-offer-yellow {
  background: #c9d8ff;
}

/* ======================== Offers Section End====================================== */



/* ======================== Benefits of Online Consultation Section Start====================================== */
.benefits-online-consulatation-bg {
  margin-bottom: 50px;
}

.benefits-online-consulatation-three {
  border-radius: 4px;
  border: 1px solid #f0f0f5;
  background-color: #fff;

}

.inner-consulatation {
  padding: 30px;
  width: calc(100%/3);
}

.inner-consulatation h3 {
  font-size: 20px;
  margin-bottom: 14px;
  color: #414146;
  position: relative;
  margin-left: 25px;

}

.inner-consulatation h3::before {
  content: "";
  width: 14px;
  height: 0px;
  border: solid #414146;
  border-width: 0px 0px 2px 2px;
  padding: 2.5px;
  position: absolute;
  left: -21px;
  transform: rotate(-50deg);
  top: 6px;
}

.inner-consulatation p {
  color: #787887;
  font-size: 16px;
  line-height: 20px;
  margin: 0;

}

.banner-main-heading-fixed {
  font-size: 46px !important;
  margin-bottom: 20px;
}

.margin-video-url-new {
  margin-bottom: 14px;
}

.custom-check-status-bg .plan-details a {
  color: #fff;
  background-color: var(--primary-9);
  border-color: var(--primary-9);
  padding: 8px 17px;
  margin-top: 15px;
  display: inline-block;
  border-radius: 3px;
}

.custom-check-status-bg .plan-details a:hover {
  color: #fff;
  background-color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}

.custom-new-categories-bg .item-card span.badge.bg-pill.bg-primary.w-15 {
  width: 30px !important;
}

.listing-details-btn.share i {
  margin-right: 10px;
}

.header-search li.support-header a {
  display: flex;
  align-items: center;
}

.custom-home-testi {
  background-image: none;
  background-color: #f5f5f6;
}

.custom-home-testi:before {
  background: none;
}

.custom-home-testi .contact-form-bg {
  padding: 0;
}

.custom-home-testi form .form-group textarea[cols] {
  height: 80px !important;
}

.custom-home-testi .form-space-inner {
  padding: 15px 0;
}

c .form-group .form-group {
  gap: 0;
  margin-bottom: 10px;
}

.custom-home-testi .first-bottom-margin {
  margin-bottom: 0;
}

.custom-home-testi .item .review p {
  margin: 0;
}

.footer-bg {
  background-color: #f5f5f5 !important;
  border-top: 1px solid #29334c69;
}

.location-maps-icon {
  margin-right: 14px !important;
}

.cstm-review-content-btn p {
  text-align: start !important;
}

.custom-my-review-main-bg p {
  margin-top: 0;
}

.city-links-footer button:hover {
  background-color: none !important;
}

.custom-demo-buy-now-page-bg .pay-now-back-row-bg>div {
  width: calc(100%/2);
}

.custom-demo-buy-now-page-bg {
  margin-bottom: 48px !important;
}

.custom-page-content-bg {
  margin-bottom: 48px !important;
}

.edit-blog-back-margin {
  margin-bottom: 0;
}

/* 18-July-2024 */

.blog-details-bg .item7-card-desc h2 {
  pointer-events: none;
}

.blog-details-bg-new .card {
  margin-bottom: 0;
}

.custom-availability-container-bg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.custom-availability-container-bg .dynamic-field {
  width: calc(100%/2 - 20px);
  margin-bottom: -10px;
}

.custom-apply-same-tome-bg {
  justify-content: flex-start;
  align-items: baseline;
}

.new-availability-fields-main .remove-day {
  display: inline-block !important;
  margin-bottom: 16px !important;
}

.custom-add-on-service-main-bg {
  max-width: 200px;
}

.custom-add-on-service-main-bg .list-group-item-service {
  background-color: #fff;
  border: 1px solid #e6e6f5;
  padding: 10px 0;
}

.custom-add-on-service-main-bg .addon-service-inner {
  border-top: 1px solid #e6e6f5;
  padding: 10px;
}

.custom-add-on-service-main-bg .addon-service-main {
  padding: 10px 0 0 0;
}

.switch-btn-content-cstm {
  display: flex;
  align-items: center;
}

.switch-btn-content-cstm span {
  margin-right: 10px;
}

/* NEw-Collaction Page */
section.consult-with-a-doctor-bg {
  margin-top: 52px;
  padding-top: 30px;
}

.inner-consult-with-a-doctor {
  background-color: white;
  position: relative;
  border-radius: 2px;
  max-width: 970px;
  box-shadow: 0 2px 4px 0 rgba(177, 177, 177, 0.5);
  padding: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.speciality-doctor .tag-label-doctor a {
  padding: 15px 30px;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #1136f1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #29334c;
}

.speciality-doctor .tag-label-doctor a i {
  color: #008c8b;
  font-size: 16px;
  margin-right: 14px;
}

.name-fild-section {
  margin-top: 10px;
}

.name-fild-section p {
  margin: 0;
}

.name-placeholder-fild input {
  width: 100%;
  font-size: 14px;
  border: solid 1px #e0e0e5;
  padding: 10px;
  border-radius: 2px;
}

.consult-with-a-doctor-bg .form-group {
  display: block;
}

.consult-with-a-doctor-bg .inner-form-group {
  width: 100%;
}

.doctor-woth-form-left {
  width: 60%;
}

.doctor-woth-form-left {
  width: 40%;
}

.doctor-woth-form-right::before {
  display: block;
  content: '';
  position: absolute;
  background-color: #e0e0e5;
  top: 46px;
  width: 1px;
  bottom: 0;
  right: 42%;
  height: 480px;
}

.doctor-woth-form-right {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.doctor-woth-form-right h4 {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 18px;
  margin-top: 10px;
}

.close-icon-new-fotm {
  position: absolute;
  top: 20px;
  right: 20px;
}

.close-icon-new-fotm i {
  font-size: 24px;
  color: #737373;
}

.speciality-doctor {
  margin-bottom: 20px;
}

.doctor-woth-form-left h3 {
  font-size: 24px;
  text-align: left;
  color: #2d2d32;
  margin-top: 0;
  font-weight: 600;
}

/* 18-July-2024 */

/* 23-July-2024 */
.btn-black-home {
  background-color: #000;
  background-color: #000;
  border: 1px solid #000;
  outline: none !important;
}

.btn-black-home:hover {
  background-color: #000;
  border: 1px solid #000;
}

.btn-black-home:not(:disabled):not(.disabled):active {
  background-color: #000;
  border: 1px solid #000;
}

.testimonial-white-bg {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 0px #00000012;
  padding: 0 14px 30px 14px;
  margin-top: 70px;
  max-height: 230px;
  min-height: 230px;
}

.custom-home-testi .review p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-white-bg .owl-controls {
  margin-top: -56px;
}

.custom-home-testi .testimonial-owl-carousel {
  position: relative;
}

.custom-home-testi .owl-carousel .owl-nav.disabled {
  display: block;
  position: absolute;
  top: -6px;
  right: -10px;
}

.custom-home-testi .owl-carousel .owl-nav button.owl-prev {
  opacity: 7;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  left: -120px;
}

.custom-home-testi .owl-carousel .owl-nav button.owl-next {
  opacity: 7;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  right: 0;
}

.custom-home-testi .owl-nav button::after {
  content: "";
  width: 0;
  height: 0;
  border: 0;
  border-width: 0;
  position: absolute;
  padding: 5px;
  transform: rotate(0);
  top: 0;
  left: 0;
  /* background: url(); */
  background-image: url("https://www.emergencydoctors.in/front/images/test-slider-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 90%;
}

.custom-home-testi .owl-carousel .owl-nav button.owl-next:after {
  transform: rotate(180deg);
  top: -9px;
  left: 0;
}

.custom-home-testi .owl-carousel .owl-nav button.owl-next:after {
  transform: rotate(180deg);
  top: 0px;
  left: 0;
}

.custom-home-testi .owl-nav button {

  background: none !important;
  border: none !important;
  z-index: 99;
  box-shadow: none !important;
}

.custom-home-testi .owl-carousel:hover .owl-nav button {
  background: none !important;
}

.custom-home-testi .contact-form-bg .form-header h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  font-weight: 700;
}

.custom-home-testi .inner-contact-form {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.custom-home-testi .form-control {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  height: 39px;
  background-color: transparent;
  background-clip: none;
  border: none;
  border-radius: none;
  transition: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.custom-home-testi .form-control::placeholder {
  color: #000;
}

.custom-home-testi .inner-form-group {
  width: calc(100%/2 - 10px);
}

.custom-home-testi .form-group {
  gap: 10px;
}

.custom-home-testi .form-header {
  border-block-end: 0;
  padding: 0;
}

.custom-home-testi .testimonial-form .sent-message-new {
  width: 100%;
}

.custom-home-testi .testimonial-form .sent-btn-contact {
  background-color: #008c8b;
  border: 1px solid #008c8b;
  width: 100%;
}

.custom-home-testi .testimonial-form .sent-btn-contact:hover {
  color: #fff;
  background-color: var(--primary-9);
  border-color: var(--primary-9);
}

.custom-home-testi .owl-nav {
  display: block;
  position: absolute;
  top: -8px;
  rotate: 0;
  right: 0;
}

.custom-home-testi .contact-form-bg {
  padding: 0;
  border-left: 1px solid #00000042;
  padding-left: 30px;
  margin-left: 20px;
}

.custom-home-testi .owl-item.active {
  margin-right: 20px !important;
}

.header-search .hor-support {
  width: 100% !important;
}

.custom-home-testi .owl-carousel .owl-item img {
  display: block;
  border: 2px solid #fff;
}

.image-gallery-videos {
  margin-top: -7px !important;
}

/* 23-July-2024 */


/* 24-July-2024 */
.custom-list-banner-flex {
  justify-content: space-between !important;
  align-items: center !important;
}

/* 24-July-2024 */



/* 29-July-2024 */
.image-gallery-videos-doctor {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  gap: 15px !important;
}

.doctor-videos-custom {
  width: calc(100%/2 - 8px) !important;
}

.image-gallery-videos-doctor iframe {
  width: 100% !important;
  height: 156px;
}

/* 29-July-2024 */


/* 30-July-2024 */

.otp-verify-page .doctor-woth-form-left {
  width: 50%;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
}

.custom-check-status-bg .plan-details h2 {
  font-size: 20px;
}

.image-gallery-videos iframe {
  width: 100% !important;
  height: 154px;
}

.main-card-body-intro h2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.main-card-body-intro .form-group {
  gap: 0;
}

.main-card-body-intro .form-group {
  margin-bottom: 0;
  margin-top: 10px;
}

.close-media-icon-custom {
  padding-top: 20px;
}

/* 30-July-2024 */

/* 31-July-2024 */
.items-gallery .tab-content {
  padding: 8px;
}

.container,
.container-fluid {
  padding-inline-end: 20px;
  padding-inline-start: 20px;
}

.custom-page-content-bg .side-menu a {
  padding: 15px 0 !important;
  display: flex;
  align-items: baseline;
}

.custom-page-content-bg .side-menu {
  width: 100% !important;
}

#rc-imageselect,
.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  width: 100%;
}

.login-main-form-bg {
  width: 100%;
  max-width: 800px;
}

.header-search .support-header p {
  text-transform: capitalize !important;
}

/* 31-July-2024 */


/* 05-aug-2024 */
.itaque-earum-right .font-weight-semibold {
  max-width: 390px;
}

.blog-details-bg .item7-card-desc h2 {
  max-width: 800px;
}

.custom-admin-sidebar {
  height: 70vh !important;
  overflow: auto !important;
  overflow-x: hidden !important;
}

/* 05-aug-2024 */


/* 18-sep-2024 */
section.why-choose-us-bg {
  margin: 60px 0;
}

.trained-why-choose-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.inner-trained-why-choose-main img {
  width: 100%;
  z-index: 9;
  border-radius: 8px !important;
  background-color: rgb(222, 222, 222);
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.inner-trained-why-choose-main {
  width: calc(100%/3 - 20px);
  background-color: rgb(255 255 255);
  border-radius: 4px;
}

.why_head {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-align: left;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.inner-trained-why-choose-main ul li {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
}

.inner-trained-why-choose-main ul li+li {
  margin-top: 15px;
}

.why-choose-heading {
  padding: 10px 20px 20px;
}

.inner-trained-why-choose-main ul li::after {
  content: "";
  width: 13px;
  height: 0px;
  border: solid #008c8b;
  position: absolute;
  border-width: 0px 0px 2px 2px;
  left: 0;
  top: 6px;
  padding: 2px;
  transform: rotate(-45deg);
}

.doctor-categories-icon-bg .bg-card-light.bg-primary-card:hover {
  background: none !important;
}

.doctor-categories-icon-bg .bg-card-light:hover .cat-desc {
  color: #212529;
}

.doctor-categories-icon-bg .cat-item .cat-icon {
  width: 125px;
  height: 125px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e6e6f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.doctor-categories-icon-bg .cat-item .cat-icon img {
  width: 125px;
  height: 125px;
  min-width: 125px;
  object-fit: cover;
  border-radius: 100%;
}

.doctor-categories-icon-bg .bg-card-light {
  background: #f7faff;
  text-align: center;
  transition: 0.4s;
  transform: scale(1);
  width: 100%;
  border-radius: 10px;
  max-width: 157.5px;
  margin: 0 auto;
}

.doctor-categories-icon-bg .bg-card-light:hover {
  box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2) !important;
  -webkit-box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2) !important;
}

.doctor-categories-icon-bg .cat-item .cat-desc {
  margin-block-start: 20px;
}

.inner-doctor-categories-icon {
  gap: 16px;
  max-width: 1050px;
  justify-content: center;
}

.inner-doctor-categories-icon {
  gap: 0;
  max-width: 1050px;
  justify-content: center;
  row-gap: 44px;
  margin: 0 auto;
}

.inner-doctor-categories-icon>div {
  padding: 0;
  margin-bottom: 14px;
}

.doctor-categories-icon-bg .inner-doctor-categories-icon .bg-light {
  background: transparent !important;
}

.doctor-categories-icon-bg .bg-card-light .card-body {
  min-height: auto;
  padding: 14px !important;
}





.doctor-categories-icon-bg .bg-card-light .card-body>a {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* 18-sep-2024 */



/* 24-sep-2024 */
section.appointment-success-bg {
  margin-top: 100px;
  margin-bottom: 60px;
}

.appointment-fixed-width {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  border-radius: 10px;
}

.inner-appointment-success {
  padding: 20px;
  background-color: #008c8b;
  border-radius: 10px 10px 0 0;
}

.inner-appointment-success h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #fff;
}

.inner-appointment-success h3 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.inner-appointment-id-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.appointment-id-data-rigth {
  width: calc(80% - 10px);
  text-align: start;
}

.appointment-id-data-left {
  width: calc(20% - 10px);
  text-align: start;
}

.here-details-main {
  text-align: start;
  margin: 20px 0;
}

.download-btn a {
  padding: 6px 20px;
  background-color: #008c8b;
  border: 1px solid #008c8b;
  color: #fff;
  border-radius: 5px;
  margin-top: 14px;
  display: inline-block;
}

.download-btn a:hover {
  color: #008c8b;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}

.appointment-body-main {
  padding: 0 30px 30px 30px;
}

.download-button-content p {
  margin: 0;
  color: #008c8b;
}

.download-button-content {
  margin-top: 20px;
}

/* Appointments*/
.my-appointmentsbg-common {
  margin: 50px 0;
}

.inner-my-appointments-main-three {
  flex-wrap: wrap;
  gap: 10px;
}

.my-appointments-left,
.my-appointments-center,
.my-appointments-right {
  width: calc(100%/3 - 20px);
}

.my-appointments-left {

  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;

}

.my-appointments-right {
  text-align: right;
}

.my-appointments-left h2 {
  margin: 0;
}

.my-appointmentsbg-common .filter-container input {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 4px;
}

.my-appointmentsbg-common div.dt-container .dt-search input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  background-color: #fff;
  margin-left: 10px;
  margin-top: 10px;
}

.appointment-setting-btn {
  margin-top: 6px;
}

.my-appointmentsbg-common .dt-paging {
  text-align: center;
}

.my-appointmentsbg-common #example_info {
  margin-top: 10px;
}

.my-appointmentsbg-common .dataTable {
  margin-top: 20px;
}

/* .my-appointment-search-bg .dt-paging-button.current{
  background-color: #008c8b !important;
  color: #fff !important;
  border: transparent ;
} */
.my-appointment-search-bg {
  position: relative;
}

.start-end-date-appointment-main {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  right: 20px;
  top: 48px;
  z-index: 1;
}

/* Appointments */


/* New Appointments */
.accept-appointments-main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.accept-appointments-main label {
  max-width: max-content;
  margin: 0;
}

.accept-appointments-main input {
  max-width: 20px;
  margin-left: 10px;
  height: 20px;
}

.top-heading-button-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.appoinments-top-heading-main {
  margin-top: 20px;
}

.accept-new-appointments-bg-main {
  margin-bottom: 50px;
}

.start-date-appointment label,
.end-date-appointment label {
  margin: 0 8px 0 0;
}

.appoinments-top-heading-main h1 {
  font-weight: 500;
}

/* New Appointments */
/* 24-sep-2024 */


/* 25-sep-2024 */
.col-md-12.consultation-fee-main-bg {
  max-width: 300px;
  margin: 0 auto;
}

.inner-consultation-fee-main {
  justify-content: center;
}

.inner-consultation-fee-main input {
  text-align: center;
}

.my-appointments-center h2 {
  margin: 0;
  text-align: center;
}

/* modal Start */
.complete-appointment-modal-bg .modal-body form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.complete-appointment-modal-bg .modal-body {
  text-align: center;
}

.appointment-id-content {
  text-align: center;
  margin: 10px 0 0 0;
}

.complete-appointment-modal-bg .modal-body form input {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 4px;
}

.complete-appointment-modal-bg .modal-body form .modal-footer {
  margin-top: 20px;
  display: block;
}

.complete-appointment-modal-bg .modal-content .modal-header {
  justify-content: center;
}

.complete-appointment-modal-bg .modal-footer span#resend-msg {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

/* .modal-header-bg-main .modal-open button.btn-close {
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: #008c8b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 0;
  position: absolute;
  top: 0;
}
 .modal-header-bg-main .modal-open button.btn-close {

  background-color: #008c8b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: -13px;
  top: -14px;
}
 .modal-header-bg-main .modal-open button.btn-close::before {
  width: 3px;
  height: 20px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 10px;
  right: 19px;
  transform: rotate(45deg);
}
 .modal-header-bg-main .modal-open button.btn-close::after {
  width: 3px;
  height: 20px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 10px;
  right: 19px;
  transform: rotate(-45deg);
} */
/* modal End */
/* 25-sep-2024 */

.directorist-main-new .directorist-col-left {
  width: 100%;
  box-sizing: border-box;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 0;
}

.directorist-single-wrapper-new {
  box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05);
  margin-bottom: 25px;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
}




/*========01--october-2024=========*/

.profile-page-content .card-header.profile-top-bar-main {
  justify-content: space-between;
  flex-wrap: wrap;
}

.profile-page-content .profile-top-bar a.btn-btn-success {
  padding: 10px 25px;
  background-color: #008c8b;
  border-radius: 5px;
  color: #fff;
}

.profile-page-content .card-header.profile-top-bar-main {
  padding-left: 0;
  padding-right: 0;
}

.profile-page-content .custom-card-body-main-bg .card-body {
  padding-left: 0;
  padding-right: 0;
}

.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
  padding: 32px 0px !important;
}

.wallet-balance-bal {
  margin: 10px 0px;
}

.wallet-main {
  display: block;
  text-align: center;
}

/*========01--october-2024=========*/


/*========03--october-2024=========*/
.wallet-Add-Balance-bg-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.wallet-balance-main .wallet-balance-bal {
  font-size: 18px;
  font-weight: 600;
}

.bank-details-bg-main-top .heading-head h1 {
  padding-right: 100px;
}

.wallet-page-table-common thead {
  background-color: #008c8b;
}

.wallet-page-table-common thead tr th {
  color: #fff !important;
}

.withdraw-money-bg-main h1 {
  margin: 0 !important;
}

.rupes-fixed-input-fild {
  position: relative;
}

.rupes-fixed-tag {
  position: absolute;
  left: 0;
  top: 1px;
  padding: 8px;
  background: #008c8b;
  color: #fff;
  border-radius: 2px 0 0 2px;
}

.zoom-modal-bg-main-section span.close {
  position: absolute;
  top: 94px;
  right: 337px;
  color: #008c8b;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  opacity: 1;
}

.zoomable-pointer-ctm {
  cursor: pointer;
}

.approved-payment-div {
  border-bottom: 3px solid #a1a5af;
  margin-bottom: 32px;
}

.approved-payment-div:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.modal-dialog-bg-main .rupes-fixed-input-fild .form-control {
  margin-left: 30px !important;
}

.withdraw-full-width-btn {
  width: 100%;
}

.modal-dialog-bg-main div#errormsg {
  text-align: center;
}

.wallet-page-table-common tr.even {
  background-color: #d7d7d7;
}

/*========03--october-2024=========*/


/*========04--october-2024=========*/
.add-details-button {
  padding: 10px 40px;
}

.bank-details-bg-main .form-control::-webkit-file-upload-button {
  height: 50px;
}

.wallet-page-table-common {
  max-width: 100%;
  display: block;
  overflow: auto;
}

/*========04--october-2024=========*/


/*========07--october-2024=========*/
.consult-with-specialists-bg {
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.consult-with-specialists-bg a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0 20px;
}

.consult-with-specialists-bg a span {
  padding: 4px 10px !important;
  background-color: #008c8b !important;
  color: #ffffff !important;
  border-radius: 4px !important;
}

.consult-with-specialists-bg h4 {
  color: #000000 !important;
}

.consult-with-specialists-bg p {
  color: #000000 !important
}

.consult-with-specialists-bg .offer-image img {
  max-width: 150px !important;
}

.consult-with-specialists-content .offer-image img {
  position: static !important;
}

.social-icon a i:hover {
  color: #008c8b !important;
  transition: 0.3s ease-in-out;
}

/*========07--october-2024=========*/


/*========06--jan-2025=========*/

/*========06--jan-2025=========*/


/*====================== @media Css Start========================== */

@media (max-width:1299px) {
  .my-appointmentsbg-common .dataTable {
    max-width: 100%;
    display: block;
    overflow: auto;
  }
}

@media (max-width:1060px) {

  /* 18-July-2024 */
  .custom-add-on-service-main-bg {
    padding-right: 16px;
  }

  .custom-page-content-bg .side-menu a {
    font-size: 14px !important;
  }

  .my-appointments-center h2 {
    font-size: 20px;
  }

  /* 18-July-2024 */
}



@media (max-width:991px) {
  .inner-consulatation {
    padding: 20px 10px;
  }

  .verified-doctors-award {
    margin-top: 20px;
  }

  .instant-video-calls-banner-image {
    width: 50%;
  }

  .instant-video-calls-banner-content {
    width: 50%;
  }

  .inner-slider-images {
    width: calc(100%/3 - 30px);
  }

  .specialities-slider-bg {
    row-gap: 30px;
  }

  .instant-video-calls-bg {
    margin-top: 90px;
  }

  .custom-new-categories-bg .row>div {
    width: calc(100%/4);
  }

  .content-offer h4 {

    max-width: 250px;
  }

  .custom-register-bg,
  .custom-new-login-bg {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fixed-mobile-menu {
    top: 90px !important;

  }

  .custom-check-status-bg {
    padding-top: 44px;
  }

  .custom-demo-buy-now-page-bg .demo-buy-now-bg {
    padding: 20px 0 0 0;
  }

  /* 18-July-2024 */
  .custom-owl-carousel-icons2-slider .item-card2-img img {
    max-height: 240px;
    min-height: 240px;
    object-position: 0 12%;
  }

  .custom-add-on-service-main-bg {
    max-width: 100%;
    padding-right: 0;
  }

  .custom-account-settings-bg-main .active-plan-class-main {
    max-width: 250px;
  }

  section.consult-with-a-doctor-bg {
    margin-top: 90px;
  }

  /* 18-July-2024 */


  /* 31-July-2024 */

  .custom-new-categories-bg {
    padding: 0 5px;
  }

  /* 31-July-2024 */


  /* 05-aug-2024 */
  .blog-details-bg .item7-card-desc h2 {
    max-width: 560px;
  }

  .itaque-earum-right .font-weight-semibold {
    max-width: 266px;
  }

  .profile-top-bar-heading {
    display: none;
  }

  /* 05-aug-2024 */
  /* 13-aug-2024 */
  .inner-free-support-contact .free-support a {
    font-size: 14px;
  }

  .free-support h6 {
    font-size: 14px;
  }

  /* 13-aug-2024 */


  /* 24-sep-2024 */
  section.appointment-success-bg {
    padding-top: 30px;
  }

  .my-appointmentsbg-main .blog-banner-custom {
    margin-top: 0 !important;
  }

  /* 24-sep-2024 */


  /* 25-sep-2024 */
  .start-end-date-appointment-main {
    right: auto;
    top: 110px;
  }

  .my-appointmentsbg-common .dataTable {
    margin-top: 80px;
  }

  /* 25-sep-2024 */

  /* 26-sep-2024 */
  .my-appointments-left {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    text-align: start;
  }

  /* 26-sep-2024 */
}


@media (max-width:767px) {
  .inner-consulatation {
    width: calc(100%/2);
  }

  .instant-video-calls-banner-image {
    width: 100%;
    margin-top: 30px;
  }

  .instant-video-calls-banner-content {
    width: 100%;
  }

  .instant-video-calls-bg {
    padding: 50px 0;
  }

  .content-offer h4 {
    font-size: 20px;
    max-width: 180px;
  }

  .inner-common-health {
    width: calc(100%/2 - 30px);
  }

  .inner-slider-images {
    width: calc(100%/2 - 30px);
  }

  .custom-new-categories-bg .row>div {
    width: calc(100%/2);
    padding: 10px;
    margin: 0;
  }

  .custom-new-categories-bg .card {
    margin-block-end: 0;
  }

  a.blog-cstm-date {
    margin: 6px 0;
    display: inline-block;
  }

  .directorist-main .directorist-col-left {
    padding-right: 0px;
  }

  /* 18-July-2024 */
  .custom-top-category-home-bg .item-card2-img img {
    object-fit: cover;
    object-position: 0 10%;
    max-height: 240px !important;
    min-height: 240px;
  }

  .custom-home-testi .review {
    width: 100% !important;
  }

  .doctor-woth-form-left {
    width: 100%;
  }

  .doctor-woth-form-right::before {
    display: none;
  }

  .doctor-woth-form-right {
    margin-top: 30px;
  }

  .inner-consult-with-a-doctor {
    max-width: 100%;
    padding: 20px;
  }

  /* 18-July-2024 */

  /* 23-July-2024 */
  .custom-home-testi .inner-form-group {
    width: 100%;
  }

  .custom-home-testi .contact-form-bg {
    padding: 0;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }

  /* 23-July-2024 */


  /* 30-July-2024 */
  .otp-verify-page .doctor-woth-form-left {
    width: 100%;
  }

  .custom-add-image-video-bg .form-control {
    height: 41px;
    padding: 5px 10px 11px 10px;
  }

  .custom-new-categories-bg {
    padding: 0 10px 40px 11px;
  }

  .custom-home-testi {
    padding: 0 8px;
  }

  .test-container-padd {
    padding: 0 6px !IMPORTANT;
  }

  .nearest-medical-facility-right img {
    width: 100%;
    /* / object-fit: contain; / */
    height: auto;
  }

  /* 30-July-2024 */

  /* 31-July-2024 */
  .custom-top-category-home-bg .items-gallery .items-blog-tab-heading {
    padding: 0;
    margin-bottom: 20px;
  }

  /* .g-recaptcha-bubble-arrow, .g-recaptcha-bubble-arrow ~ div {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
} */
  /* 31-July-2024 */


  /* 05-aug-2024 */
  .itaque-earum-right .font-weight-semibold {
    max-width: 100%;
  }

  .blog-details-bg .item7-card-desc h2 {
    max-width: 100%;
  }

  /* 05-aug-2024 */


  /* 27-aug-2024 */
  .custom-top-category-home-bg ul.nav.items-blog-tab-menu.custom-items-blog-tab-menu-main {
    height: 60px;
    overflow: auto;
    padding: 10px;
  }

  .custom-top-category-home-bg .cstm-item-main-scroll {
    height: 470px;
    overflow: auto;
  }

  /*27-aug-2024 */


  /*18-sep-2024 */
  .inner-trained-why-choose-main {
    width: 100%;

  }

  /*18-sep-2024 */


  /* 24-sep-2024 */
  .appointment-fixed-width {
    max-width: 550px;
  }

  .appointment-id-data-left {
    width: calc(30% - 10px);
  }

  .appointment-id-data-rigth {
    width: calc(70% - 10px);
  }

  .inner-appointment-success h1 {
    font-size: 26px;
  }

  .inner-appointment-success h3 {
    font-size: 14px;
  }

  .heading-btn.my-appointments-right {
    width: 100%;
    text-align: left;
  }

  .my-appointments-center {
    width: 100%;
  }

  /* .heading-btn.my-appointments-left {
  width: 25%;
} */
  .my-appointments-center h2 {
    font-size: 22px;
  }

  /* .start-date-appointment, .end-date-appointment {
  width: 100%;
} */
  /* 24-sep-2024 */


  /* 25-sep-2024 */
  .my-appointmentsbg-common .filter-container input {
    width: 100%;
  }

  .my-appointmentsbg-common div.dt-container .dt-search input {
    margin-left: 0;
    margin-top: -4px;
    width: 100%;
    margin-bottom: 15px;
  }

  .my-appointment-search-bg .dt-search {
    margin: 4px 0;
  }

  .my-appointment-search-bg .dt-search label {
    margin: 0 0 4px 0;
  }

  /* 25-sep-2024 */


  /* 26-sep-2024 */
  .heading-btn.my-appointments-left {
    width: 100%;
    display: inline-block;
  }

  .my-appointments-left a {
    margin-bottom: 4px;
  }

  .my-appointments-right {
    text-align: start;
    width: 100%;
  }

  /* 26-sep-2024 */



}



@media screen and (max-width: 640px) {
  .my-appointment-search-bg div.dt-buttons {
    text-align: start;
  }
}

@media (max-width:639px) {
  .inner-consulatation {
    width: 100%;
    padding: 15px 0;
  }

  .instant-video-calls-bg {
    padding: 30px 0;
  }

  .instant-video-calls-banner h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .custom_fixed-margin {
    margin-top: 30px;
  }

  .define-heading-h-two {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .inner-specialities-section {
    display: block;
  }

  .specialities-left-content {
    margin-bottom: 30px;
  }

  .inner-common-health-concerns {
    display: block;
  }

  .common-health-concerns-left {
    margin-bottom: 30px;
  }

  .benefits-online-consulatation-three {
    border-radius: 4px;
    border: 1px solid #f0f0f5;
    background-color: #fff;
    padding: 20px;
  }

  .inner-consulatation h3 {
    font-size: 18px;
  }

  .inner-common-health {
    width: 100%;
  }

  .common-health-main-slider {
    gap: 30px;
  }

  .download-the-app {
    gap: 30px;
  }

  .content-offer {
    width: 100%;
  }

  .inner-slider-images {
    width: 100%;
  }

  .specialities-slider-bg {
    gap: 30px;
  }

  .inner-consulatation h3::before {
    top: 4px;
  }

  .custom-demo-buy-now-page-bg {
    margin-bottom: 30px !important;
  }

  .custom-page-content-bg {
    margin-bottom: 30px !important;
  }

  /* 18-July-2024 */
  .custom-top-category-home-bg .item-card2-img img {
    object-position: 0 4%;
    max-height: 300px !important;
    min-height: 300px;
  }

  .doctor-woth-form-left h3 {
    font-size: 20px;
  }

  .doctor-woth-form-right {
    margin-top: 10px;
  }

  /* 18-July-2024 */


  /* 23-July-2024 */
  .header-search .hor-support {
    width: 100% !important;
  }

  /*23-July-2024 */


  /*30-July-2024 */
  .close-media-icon-custom {
    padding-top: 10px;
  }

  /*30-July-2024 */


  /*05-aug-2024 */
  .custom-card-body-main-bg .card-header h2 {
    font-size: 22px;
  }

  .main-card-body-intro h2 {
    font-size: 22px;
  }

  /*05-aug-2024 */


  /*27-aug-2024 */
  .custom-top-category-home-bg .item-card2-img img {
    max-height: 150px !important;
    min-height: 150px;
  }

  /*27-aug-2024 */


  /*24-sep-2024 */
  section.appointment-success-bg {
    padding-top: 20px;
  }

  /*24-sep-2024 */
  /*25-sep-2024 */
  .start-end-date-appointment-main {
    flex-direction: column;
  }

  .my-appointmentsbg-common .dataTable {
    margin-top: 140px;
  }

  /*25-sep-2024 */
}

/* 28-08-2024 */
.testimonial-white-bg .review {
  padding-top: 20px;
}

section.offers-bg.custom_fixed-margin.home-page-banner-new {
  margin-top: 0;
  overflow: hidden;
}

section.offers-bg.custom_fixed-margin.home-page-banner-new .content-offer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #008c8b;
}

section.offers-bg.custom_fixed-margin.home-page-banner-new .offer-image img {
  max-width: 100px;
  position: absolute;
  bottom: 0;
  right: 115px;
}

section.offers-bg.custom_fixed-margin.home-page-banner-new .content-offer h4 {
  font-size: 24px;
  margin: 14px 0 8px 0;
  color: #ffffff;
  font-weight: 600;
  max-width: 400px;
}

.counter-home-section {
  background-color: #008c8b;
}

section.offers-bg.custom_fixed-margin.home-page-banner-new .content-offer p {
  font-size: 20px;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
}

section.offers-bg.custom_fixed-margin.home-page-banner-new .content-offer p.cta i {
  color: #ffffff;
  background-color: #008c8b;
  border-radius: 50%;
  font-size: 10px;
  padding: 5px 7px;
  margin-left: 10px;
}

section.offers-bg.custom_fixed-margin.home-page-banner-new .content-offer .badge {
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 2px;
  background-color: #fff;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #008c8b;
}

@media (max-width:599px) {

  .custom-owl-carousel-icons2-slider .item-card2-img img {
    max-height: 350px;
    min-height: 350px;
    object-position: 0 20%;
  }

  /*23-July-2024 */
  /* .call-icon-phone {
    line-height: 29px !important;
    width: 36px !important;
    height: 29px !important;
  } */

  /*23-July-2024 */
  /*23-July-2024 */
  /*23-July-2024 */
}



@media (max-width:575px) {
  .directorist-single-listing-action {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 5px;
  }

  .theme-listing-about-details__img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .theme-listing-details-card__module .theme-listing-details-card__left {
    width: 100%;
  }

  .custom-new-categories-bg .item-card .item-card-desc .item-card-text h4 {
    font-size: 16px;
  }

  .custom-add-video-and-image-bg .back-btn-custom {
    margin-right: 10px !important;
  }

  .custom-items-blog-tab-menu-main {
    gap: 5px;
  }

  /* .items-blog-tab-heading .items-blog-tab-menu li {
    width: calc(100%/3 - 5px) !important;
  } */


  .items-blog-tab-heading .items-blog-tab-menu li a {
    margin: 0;
    width: 100%;
  }

  .header-main .top-bar-right .custom li span {
    display: none;
  }

  /* 18-July-2024 */

  .custom-availability-container-bg .dynamic-field {
    width: 100%;
    margin-bottom: -10px;
  }

  /* 18-July-2024 */


  /* 05-aug-2024 */
  .custom-account-settings-bg-main .active-plan-class-main {
    max-width: 100%;
  }

  .listing-details-btn {
    width: 100% !important;
  }

  .directorist-single-listing-action .listing-details-btn>a {
    max-width: 100%;
  }

  /* 05-aug-2024 */


  /* 24-sep-2024 */
  .appointment-id-data-left {
    width: calc(40% - 10px);
  }

  .appointment-id-data-rigth {
    width: calc(60% - 10px);
  }

  .appointment-body-main {
    padding: 0 20px 20px 20px;
  }

  .appointment-id-data-left h5 {
    font-size: 14px;
  }

  .appointment-id-data-rigth p {
    font-size: 14px;
  }

  .appoinments-top-heading-main center h1 {
    margin-bottom: 0 !important;
    font-size: 22px;
  }

  /* 24-sep-2024 */

  /* 26-sep-2024 */
  .modal-header-bg-main h3 {
    font-size: 18px;
  }

  .modal-footer button {
    margin-bottom: 6px;
  }

  .modal-open button.btn-close {
    top: -20px;
    position: relative;
    right: -46px;
  }

  /* 26-sep-2024 */


  /* 04-oct-2024 */
  .custom-our-wallet-main {
    flex-direction: column;
    gap: 10px;
  }

  .custom-our-wallet-main h1 {
    margin-bottom: 0;
  }

  .bank-details-bg-main-top .heading-head h1 {
    padding-right: 0;
  }

  .bank-details-bg-main-topbtn {
    margin-top: 50px !important;
  }

  .modal-dialog-bg-main button.btn-close::before {
    right: 55px;
  }

  .modal-dialog-bg-main button.btn-close::after {
    right: 55px;
  }

  .modal-dialog-bg-main .modal-header h3 {
    margin-right: 30px;
    font-size: 18px;
    line-height: normal;
  }

  .fixed-font-size-heading {
    font-size: 24px;
  }

  /* 04-oct-2024 */
}

@media (max-width: 576px) {
  .section-title h2 {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 568px) {
  .items-blog-tab-heading .items-blog-tab-menu li {
    width: calc(100%/2 - 10px);
  }

  .custom-items-blog-tab-menu-main {
    gap: 20px;
  }

  .custom-items-blog-tab-menu-main li {
    margin-block-end: 0 !important;
    width: calc(100%/2 - 10px);
  }
}

@media (max-width:499px) {

  /* 18-July-2024 */
  /* .custom-owl-carousel-icons2-slider .item-card2-img img {
    max-height: 250px;
    min-height: 250px;
    width: 100%;
  } */

  /* .custom-top-category-home-bg .item-card2-img img {
    object-position: 0 4%;
    max-height: 250px !important;
    min-height: 250px;
  } */

  /* 18-July-2024 */


  /* 23-July-2024 */
  /* .call-icon-phone {
    width: 40px !important;
    font-size: 10px !important;
    height: 24px !important;
    line-height: 22px !important;
  } */

  /* 23-July-2024 */


  /* 31-July-2024 */
  /* .items-blog-tab-heading .items-blog-tab-menu li {
    width: calc(100%/2 - 5px) !important;
  } */
  /* 31-July-2024 */


  /* 27-Aug-2024 */
  .cstm-item-main-scroll .card-body {
    padding: 14px;
  }

  .cstm-item-main-scroll .dermatologist-inner .card-body h4 {
    font-size: 16px;
  }

  .cstm-item-main-scroll .dermatologist-inner .card-body .rating-stars a {
    font-size: 12px;
  }

  .custom-top-category-home-bg .cstm-item-main-scroll {
    gap: 10px;
  }

  .cstm-item-main-scroll .dermatologist-inner {
    width: calc(100% / 2 - 5px) !important;
  }

  /* 27-Aug-2024 */
}

@media (max-width:420px) {

  /* 24-sep-2024 */
  .inner-appointment-success h1 {
    font-size: 20px;
  }

  .inner-appointment-success {
    padding: 14px;
  }

  .appointment-id-data-rigth {
    width: calc(50% - 10px);
  }

  .appointment-id-data-left {
    width: calc(50% - 10px);
  }

  .here-details-main h5,
  .here-details-main h5 {
    font-size: 14px;
  }

  /* 24-sep-2024 */


  /* 07-oct-2024 */
  .consult-with-specialists-bg a {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .consult-with-specialists-content h4 {
    margin: 0 auto !important;
    text-align: center;
    padding: 10px 0;
  }

  /* 07-oct-2024 */
}

@media (max-width:379px) {

  .doctors-are-onlines-left ul li img {
    height: 30px;
    width: 30px;
  }

  /* 18-July-2024 */
  .custom-owl-carousel-icons2-slider .item-card2-img img {
    max-height: 200px;
    min-height: 200px;
  }

  .custom-top-category-home-bg .item-card2-img img {
    object-position: 0 0;
    max-height: 200px !important;
    min-height: 200px;
  }

  /* 18-July-2024 */


  /* 30-July-2024 */
  /* #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    width: 100%;
  } */
  .otp-verify-page .doctor-woth-form-left {
    padding: 14px;
  }

  /* 30-July-2024 */


  /* 31-July-2024 */
  .custom-home-testi h2 {
    font-size: 26px;
  }

  .custom-home-testi .owl-carousel .owl-nav button.owl-prev {
    left: -100px;
  }

  /* 31-July-2024 */


  /* 27-Aug-2024 */
  .custom-top-category-home-bg .item-card2-img img {
    max-height: 100px !important;
    min-height: 100px;
  }

  /* 27-Aug-2024 */
}

/* ======================== Benefits of Online Consultation Section End====================================== */

/* 16-july-2024 */

.free-support h6,
.free-support h6 * {
  text-decoration: none !important;
}

@media (max-width:1279px) {

  section.offers-bg.custom_fixed-margin.home-page-banner-new .offer-image img {
    right: 20px;
  }
}

@media (max-width:991px) {
  section.offers-bg.custom_fixed-margin.home-page-banner-new .content-offer {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
  }

  section.offers-bg.custom_fixed-margin.home-page-banner-new .content-offer h4 {
    max-width: 250px;
  }

  section.offers-bg.custom_fixed-margin.home-page-banner-new .offer-image img {
    right: 0;
  }

  section.sptb.TopDoctor.custom-top-category-home-bg {
    padding-bottom: 0;
  }
}

@media (max-width:767px) {

  section.offers-bg.custom_fixed-margin.home-page-banner-new .container,
  .container-fluid {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
  }

  section.offers-bg.custom_fixed-margin.home-page-banner-new .content-offer {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
  }

  section.offers-bg.custom_fixed-margin.home-page-banner-new .content-offer h4 {
    max-width: 180px !important;
    font-size: 20px !important;
  }

  section.offers-bg.custom_fixed-margin.home-page-banner-new .offer-image img {
    right: 0;
  }

  section.sptb.TopDoctor.custom-top-category-home-bg {
    padding-bottom: 0;
  }
}

.image-container {
  cursor: pointer;
}

.zoom-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.zoom-modal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.zoom-modal .close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}