
@font-face {
  font-family: "Inter ExtraBold script=latin rev=2";
  src: url("../fonts/Inter-ExtraBold.ttf");
  font-weight: 900;
}

@font-face {
  font-family: "Inter bold=latin rev=2";
  src: url(../fonts/Inter-Bold.ttf);
}

@font-face {
  font-family: "Inter Medium=latin rev=2";
  src: url(../fonts/Inter-Medium.ttf);
}

@font-face {
  font-family: "Inter regular=latin rev=2";
  src: url(../fonts/Inter-Regular.ttf);
}

@font-face {
  font-family: "Inter light-regular=latin rev=2";
  src: url(../fonts/Inter-Light.ttf);
}

html,
body {
  scroll-behavior: smooth;
  background: #fff !important;
}

body {
  overflow-x: hidden !important;
  font-weight: 400;
  color: #353535;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  outline: 0;
}

:hover {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

button:focus {
  outline: none;
  border: none;
}

p {
  font-family: "Inter light-regular=latin rev=2" !important;
  font-size: 16px;
  color: #5c5555;
  letter-spacing: 0;
  line-height: 24px;
}

a:hover {
  text-decoration: none;
}

/* banner-section */

.banner {
  background: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-bottom: 220px; */
  height: 100vh;
}

.custom-link .nav-link {
  font-size: 16px !important;
  color: #5c5555 !important;
  letter-spacing: 0;
  font-family: "Inter regular=latin rev=2";
  padding: 0px 20px !important;
}

.custom-link .nav-link.active {
  color: #8cd9fb !important;
}

.btn-sign-up {
  background: #f12c62;
  border-radius: 10px;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  padding: 9px 14px;
  font-family: "Inter Medium=latin rev=2";
}

.btn-sign-up:hover {
  color: #fff;
}
.btn-login {
  font-family: "Inter Medium=latin rev=2";
  margin-right: 20px;
}

.banner h1 {
  font-size: 50px;
  color: #313236;
  letter-spacing: 0;
  font-family: "Inter ExtraBold script=latin rev=2";
  line-height: 60px;
}

.input-section input {
  background: #ffffff;
   border: 1px solid #e5e5e5;
  border-radius: 10px;
  height: 50px;
  font-size: 12px;
  font-family: "Inter light-regular=latin rev=2";
}

.input-section {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: center;
  margin-top: 20px;
}

.btn-height {
  height: 50px;
  margin-left: 20px;
  line-height: 30px;
}
.navigation .nav-link {
  font-size: 15px;
  color: #353535;
  font-weight: 500;
}

.navigation .nav-link:hover {
  color: #2fa9c2;
}

.navigation{
  background-color: white;
  z-index: 9;
}
.navigation .nav-item {
  margin-left: 35px;
}

.mob-show {
  display: none;
}

/* counter css */

.counter-box {
  display: block;
  text-align: left;
  margin-right: 40px;
}

.counter {
  display: block;
  font-size: 34px;
  color: #313236;
  letter-spacing: 0;
  line-height: 60px;
  font-family: "Inter ExtraBold script=latin rev=2";
  margin-bottom: 10px;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff;
}

/*counter-csss  */

.banner-content {
  width: 50%;
  margin-top: 150px;
}

.banner-content-center {
  height: 100vh;
  display: flex;
  align-items: center;
  margin-top: 0px !important;
  position: relative;
}

/*banner-section  */

/* about */

.top-bottom {
  padding: 100px 0px;
  position: relative;
}

.about-section h2 {
  font-family: "Inter ExtraBold script=latin rev=2";
  font-size: 36px;
  color: #313236;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
}

.about-section p {
  font-size: 18px;
  color: #5c5555;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  font-style: italic;
}

/* about */

/* how works */



.how-section {
  background: #fff;
  border-radius: 10px;
}
.top-down-icon {
  position: relative;
  top: 50px;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  padding-top: 0;
  height: 100%;
  min-height: 275px;
}
.how-works {
  background: rgba(142, 218, 251, 0.3);
  padding-bottom: 150px;
}

.how-section h3 {
  font-size: 20px;
  color: #313236;
  letter-spacing: 0;
  text-align: center;
  font-family: "Inter bold=latin rev=2";
  margin-bottom: 20px;
}

.how-section p {
  font-size: 14px;
  color: #5c5555;
  letter-spacing: 0;
  line-height: 21px;
}

/*  */
.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
  height: 40px;
}
.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 50%;
  background-color: #f12c62;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f12c62;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

.main-glow {
  position: relative;
}

.icon-hover {
  position: absolute;
  top: 8px;
  left: 13px;
  z-index: 999;
  color: #fff;
  text-align: center;
  font-size: 14px;
}


/*  */
/* how works */

/* meet our */

.meet-our h2 {
  font-size: 50px;
  color: #313236;
  letter-spacing: 0;
  font-family: "Inter ExtraBold script=latin rev=2";
  line-height: 60px;
  margin-bottom: 0;
}

.meet-our p {
  color: #5c5555;
  line-height: 32px;
  margin-bottom: 0px;
  padding: 35px 0px;
}

.border-transparent {
  background: transparent;
  border: 1px solid #f12c62;
  color: #f12c62;
  display: inline-block;
}

.doctor-list {
  overflow: hidden;
  height: 550px;
}

.doctor-list .slick-carousel img {
  width: 250px;
  height: 280px;
  overflow: hidden;
  border-radius: 20px;
  object-fit: cover;
}

.meet-our {
  padding: 100px 0;
}

.list-name h2 {
  font-family: "Inter ExtraBold script=latin rev=2";
  font-size: 20px;
  color: #313236;
  letter-spacing: 0;
  padding-top: 20px;
}

.doctor-line {
  display: flex;
  justify-content: space-between;
}

.doctor-line .list-name:nth-child(2) {
  margin-top: 40px;
}

/*  */

.our-lastest {
  background: rgba(232, 247, 255, 0.59);
}

.our-content {
  font-family: "Inter ExtraBold script=latin rev=2";
  font-size: 36px;
  color: #313236;
  letter-spacing: 0;
  line-height: 60px;
  padding-bottom: 50px;
}

.blog-content h5 {
  font-size: 12px;
  color: #959595;
  letter-spacing: 0;
  font-family: "Inter light-regular=latin rev=2";
}

.blog-content h4 {
  font-size: 20px;
  color: #313236;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: capitalize;
  font-family: "Inter Medium=latin rev=2";
  margin-bottom: 0;
}

.blog-content p {
  font-size: 18px;
  color: #5c5555;
  letter-spacing: 0;
  line-height: 32px;
}

.blog-content a {
  color: #f12c62;
}

.blog-content img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.our-lastest-owl .owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  display: initial !important;
}

.our-lastest-owl span {
  display: none;
}

.our-lastest-owl .owl-nav {
  position: absolute;
  right: 3%;
  top: -40%;
  bottom: 0;
}

.our-lastest-owl .owl-prev::before {
  content: "";
  background: url("../img/prw.png") no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  background-position: center;
  border: 1px solid #eee;
  margin: 0 -30px;
  left: 0;
  border-radius: 2px;
}

.our-lastest-owl .owl-next::after {
  content: "";
  background: url("../img/next.png") no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  background-position: center;
  border-radius: 2px;
}

/*  */
.mobile-owl .owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  display: initial !important;
}

.mobile-owl span {
  display: none;
}

.mobile-owl .owl-nav {
  position: absolute;
  top: 25%;
  width: 100%;
}

.mobile-owl .owl-prev::before {
  content: "";
  background: url("../img/prw.png") no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  background-position: center;
  margin: 0 -30px;
  left: 0;
  border-radius: 5px;
  border: 1px solid #81dcf8 !important;
}

.mobile-owl .owl-next::after {
  content: "";
  background: url("../img/next.png") no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  background-position: center;
  border-radius: 2px;
  right: -2%;
}

/*  */

/* testimonials */

.testimonials-box {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
}

.testimonials-box p {
  font-size: 13px;
  color: #5c5555;
  letter-spacing: 0;
  line-height: 20px;
}

.testimonials-box h4 {
  font-size: 14px;
  color: #313236;
  letter-spacing: 0;
  line-height: 20px;
}

/* testimonials  */

/* footer  */

.footer-logo h5 {
  font-size: 14px;
  color: #313236;
  line-height: 22px;
  padding-top: 25px;
}

.footer-logo ul li {
  list-style: none;
}

.footer-logo h3 {
  font-size: 16px;
  color: #313236;
  line-height: 25px;
  font-family: "Inter bold=latin rev=2";
  margin-bottom: 20px;
}

.footer-logo li a {
  font-size: 14px;
  color: #313236;
  line-height: 30px;
}

.footer-logo input {
  background: #f4f4f4;
  border-radius: 10px;
  font-size: 13px;
  color: #8e8e8e;
  line-height: 20px;
  height: 45px;
  border: 0;
}

.footer-logo p {
  font-size: 14px;
  color: #313236;
  line-height: 22px;
  margin-top: 20px;
}
.footer-input {
  position: relative;
}

.footer-input i {
  position: absolute;
  right: 10px;
  top: 13px;
  color: #d5d5d5;
}

.hide-owl {
  display: none;
}

.moblie-div img {
  width: 250px;
  height: 280px;
  overflow: hidden;
  border-radius: 20px;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  object-position:top;
}

body .signup-input .search-section select {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	height: 50px !important;
	font-size: 12px;
	font-family: "Inter light-regular=latin rev=2";
  margin: 0px !important;
}

.form-row.icon-class.signup-input {
	padding-left: 5px;
}

/* footer  */

.custom-group {
  background: #fff;
  padding: 5px 0px;
  box-shadow: -4px 7px 35px -8px rgb(232, 230, 230);
  border-radius: 0px;
  border: 0;
  font-size: 14px;
  margin-top: 9px;
}

.Corporate-content h1 {
  font-family: "Inter bold=latin rev=2";
  color: #313236;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 50px;
  font-size: 32px;
}

.booking-btn a {
  background: #8cd9fb;
  border-radius: 10px;
  padding: 16px;
  color: #fff;
  float: right;
}
.bg-color {
  background: rgba(232, 247, 255, 0.59);
  border-radius: 10px;
  padding: 30px;
}

.blog-sec h4 {
  font-size: 24px;
  color: #313236;
  letter-spacing: 0;
  font-family: "Inter Medium=latin rev=2";
  margin: 24px 0 !important;
}

.blog-sec li {
  font-size: 16px;
  color: #5c5555;
  letter-spacing: 0;
  line-height: 28px;
}

.owl-carousel.owl-theme.owl-logo {
  display: block;
}

.owl-carousel.owl-theme.owl-logo img {
  width: 100px;
  margin: 0 auto;
}
.owl-logo .owl-nav {
  display: flex !important;
  justify-content: space-between !important;
  margin-top: 0;
  position: relative;
  top: -70px;
}

.owl-logo .owl-nav span {
  font-size: 42px;
  color: #959595;
  background: transparent;
}
.owl-logo .owl-nav.disabled span:hover {
  cursor: pointer;
}

.owl-logo .owl-nav.disabled .owl-prev span {
  position: relative;
  left: -30px;
}
.owl-logo .owl-nav.disabled .owl-next span {
  position: relative;
  right: -30px;
}
.about-section.text-center.text-change p {
  font-style: normal;
  font-size: 16px;
}

.view-all-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.footer-two {
  display: flex;
  justify-content: space-between;
}

/* .owl-next:hover {
	display: none !important;
}
.owl-prev:hover {
	display: none !important;
} */

.btn-sign-up.border-transparent.mx-auto:hover {
  color: #f12c62;
}

.select-inline {
  width: 440px;
}
.select-inline-660{
  width: 660px !important;
}

.top-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
}

.select-option {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 30px;
  width: 200px;
  margin-right: 40px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.select-option input {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}


.select-option:hover {
	background: #f12c62;
}

.select-option:hover i {
	color: #fff !important;
}

.select-option:hover h3 {
	color: #fff !important;
}

.select-option:hover a {
	color: #fff !important;
}

.select-option.selected-option {
	background: #f12c62;
}

.select-option.selected-option i {
	color: #fff !important;
}

.select-option.selected-option h3 {
	color: #fff !important;
}

.select-option.selected-option a {
	color: #fff !important;
}

.select-option.selected-option img {
  filter: brightness(0) invert(1) !important;
}

.select-option:hover img {
  filter: brightness(0) invert(1) !important;
}

.select-option i {
  color: #8cd9fb;
  font-size: 42px;
}

.select-option h3 {
  font-size: 20px;
  color: #313236;
  letter-spacing: 0;
  line-height: 28px;
  font-family: "Inter ExtraBold script=latin rev=2";
  padding-top: 35px;
}

.select-option a {
  font-size: 12px;
  color: #313236;
}

.btn-bg {
  background-color: #f12c62;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  cursor: pointer;
}

/* .btn-bg:hover {
  background-color: #d91c50;
} */

.next-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  margin-top: 40px;
}

.add-more-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  margin-top: 40px;
  height: 45px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border: unset;
  box-shadow: unset;
  background: #27afeb !important;
}

button.btn.btn-primary.add-more-btn .fa {
    font-weight: 400;
    margin-left: 10px;
    margin-top: 2px;
}

.lady-bg {
  background: url(../img/lady-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 184px;
}

.sign-up {
  background: url(../img/signup-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  height: 100% !important ;
}

/* .signup-input input {
  display: block;
  font-size: 14px;
} */

.name-filed {
  margin-bottom: 20px;
}

.custom-dropdown button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px;
  height: 50px;
  font-size: 14px;
  font-family: "Inter light-regular=latin rev=2";
  color: #333;
  background-color: transparent;
}
.custom-dropdown button:hover {
  background-color: transparent;
  color: #333;
}

.dropdown-menu.drop-menu-custom.show {
  width: 100%;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: -4px 7px 35px -8px rgba(245, 245, 245, 1);
  -moz-box-shadow: -4px 7px 35px -8px rgba(245, 245, 245, 1);
  box-shadow: -4px 7px 35px -8px rgb(232, 230, 230);
}

.dropdown.custom-dropdown img {
  width: 30px;
}

.custom-dropdown .dropdown-toggle::after {
  color: #d8d8d8;
  font-size: 20px;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: transparent;
  color: #333;
  border: 0px;
}

.dropdown.custom-dropdown .dropdown-item {
  padding: 0px 13px;
  margin-bottom: 10px;
}

.needs {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  justify-content: space-between;
  padding: 20px;
  display: inline-flex;
  overflow: hidden;
    position: relative;
    margin-right: 15px;
}

.needs:hover {
  background-color: #f12c62;
  color: #fff;
  cursor: pointer;
}

.needs:hover img {
  filter: brightness(0) invert(1);
}

.needs:hover h3 {
  color: #fff;
}

.needs h3 {
	font-size: 18px;
	color: #313236;
	letter-spacing: 0;
	margin-bottom: 0;
	font-weight: 600;
	margin-left: 15px;
	white-space: nowrap;
  min-width: 190px;
}

.main-needs {
  display: flex;
  justify-content: space-between;
}

.booking-content h1 {
	font-size: 50px;
	color: #313236;
	letter-spacing: 0;
	font-family: "Inter ExtraBold script=latin rev=2";
	line-height: 60px;
}

.booking-content label {
  margin-bottom: 20px;
}

.needs img {
  object-fit: contain;
  width: 22px;
}

.book-appointment {
  margin-top: 50px;
}

.blue-bg {
  background-color: #8cd9fb !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  cursor: pointer;
}

.btn-sign-up.dropdown-toggle.blue-bg {
  background-color: #8cd9fb !important;
}

.banner-b {
  background: url(../img/banner-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 180px;
}

.item-change {
  position: absolute;
  right: 0;
  left: 35%;
  bottom: 0px;
}

/* .item-change.left-hand {
  left: 25%;
} */
.item-change.left-hand {
  left: 0 !important;
  top: initial i !important;
}
.pick-date-icon {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 13px 15px;
}

/* .req-cm-form form input {
  border-radius: 35px;
  font-size: 12px;
  height: 45px;
  font-weight: lighter;
  padding-left: 21px;
  color: #353535;
  padding-top: 9px;
} */

.opacity-1 {
  opacity: 0;
}

.form-control.opacity-1 {
  width: 18px;
  height: 18px;
  position: relative;
  top: -37px;
  right: 0;
  z-index: 9999999;
  left: 504px;
}

/*  */

.payment {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  text-align: center;
  width: 220px;
  padding: 25px;
}

.payment:hover {
  border: 1px solid #e5e5e5;
}
.payment h3 {
  font-size: 14px;
  color: #5c5555;
  letter-spacing: -0.3px;
  text-align: center;
  line-height: 18px;
  font-family: "Inter Medium=latin rev=2";
}

.payment h2 {
  font-size: 32px;
  color: #8cd9fb;
  letter-spacing: -1px;
  line-height: 28px;
  font-family: "Inter ExtraBold script=latin rev=2";
  padding: 15px 0;
}

.payment p {
  font-size: 12px;
  color: #5c5555;
  line-height: 18px;
  margin-bottom: 0px;
  margin-bottom: 15px;
}

.payment-content {
  width: 80%;
  margin-top: 150px;
}

.payment img:hover {
  cursor: pointer;
}

.payment-main {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.done-content {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 25px;
}
.profile-content {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 25px;
}

.doctor-heading {
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
}

/* .doctor-heading {
  padding-left: 20px;
} */
.doctor-heading h3 {
  font-size: 20px;
  color: #313236;
  letter-spacing: 0;
  margin-bottom: 0;
}

.doctor-heading p {
  font-size: 14px;
  color: #5c5555;
  letter-spacing: 0;
  line-height: 28px;
}

.doctor-blog {
  display: flex;
  justify-content: space-between;
}

.doctor-blog i {
  color: #f0c32b;
}

.video-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.video-call {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video-flex h3 {
  font-size: 14px !important;
  color: #f12c62 !important;
  letter-spacing: 0 !important;
}

.video-flex h5 {
  font-size: 14px;
  color: #5c5555;
  letter-spacing: 0;
}

.video-call h4 {
  font-size: 16px;
  color: #313236;
  letter-spacing: 0;
}

.video-call h5 {
  font-size: 14px;
  color: #313236;
  letter-spacing: 0;
}

.video-call button {
  background: #16ae45;
  border-radius: 21px;
  font-size: 14px;
  color: #ffffff;
  border: 0;
  padding: 9px 17px;
}

.video-call button:hover {
  cursor: pointer;
}

.line-don {
  position: relative;
  width: 111%;
  left: -27px;
  margin: 20px 0;
}

.demo-text {
  position: relative;
  width: 72%;
  top: 90px;
}

.demo-text p {
	font-size: 14px;
	color: #5c5555;
	letter-spacing: 0;
	line-height: 24px;
	padding-bottom: 50px;
  margin-bottom: 0;
}

.proflie-content h2 {
  font-size: 24px;
  color: #313236;
  letter-spacing: 0;
}

.proflie-content p {
  font-size: 16px;
  color: #5c5555;
  letter-spacing: 0;
}

.proflie-content span {
  font-size: 16px;
  margin-left: 10px;
}

.call-video li {
  list-style: none;
  display: inline;
  margin: 0px 20px;
}

.call-icon-algin {
  display: flex;
  align-items: center;
}

.booking-content .nav-pills .nav-link {
  color: #333 !important;
}

.booking-content .nav-pills .nav-link.active {
  color: #fff !important;
  background-color: #f12c62 !important;
  border-radius: 50px !important;
}
.about-reviw p {
  font-size: 14px;
  color: #5c5555;
  letter-spacing: 0;
  line-height: 24px;
}

.border-imp {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.about-reviw {
  margin-top: 40px;
}

.border-bottom-imp {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-top: 30px;
}

.start-part i {
  color: #f0c32b;
}

.from-fill h3 {
  font-family: "Inter ExtraBold script=latin rev=2";
  font-size: 24px;
  color: #313236;
  letter-spacing: 0;
}

.from-fill p {
  font-size: 16px;
  color: #5c5555;
  letter-spacing: 0;
  line-height: 28px;
  font-family: "Inter regular=latin rev=2";
}

.Contact-content {
  /* display: flex; */
max-width: 390px;
  width: 100%;
  display: inline-flex;
}


.Contact-content img {
  object-fit: contain;
}

.Contact-content h3 {
  font-size: 15px;
  color: #5c5555;
  letter-spacing: -0.35px;
  font-family: "Inter bold=latin rev=2";
  text-transform: uppercase;
}

.Contact-content a {
  font-size: 18px;
  color: #313236;
  letter-spacing: -0.42px;
  font-family: "Inter bold=latin rev=2";
}

.call-content {
  padding-left: 20px;
}

.Contact-content {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 50px 30px;
  margin-bottom: 30px;
}

.Contact-content {
  float: right;
}

.upgarde h4 {
  color: #f12c62;
  font-size: 14px;
  font-family: "Inter Medium=latin rev=2";
}

.upgarde h6 {
  color: #8cd9fb;
  font-size: 14px;
  font-family: "Inter Medium=latin rev=2";
}

.upgarde {
  display: flex;
  justify-content: space-between;
}

.plan h3 {
  font-size: 20px;
  color: #313236;
  letter-spacing: 0;
}

.plan span {
  font-size: 13px;
  color: #313236;
  letter-spacing: 0;
}

.upgrade-main {
  width: 260px;
  background: rgba(140, 217, 251, 0.34);
  border-radius: 10px;
  padding: 20px;
  float: right;
}

.upcoming h3 {
  font-size: 28px;
  color: #313236;
  letter-spacing: 0;
  margin-bottom: 25px;
}

.upcoming .doctor-heading h3 {
  font-size: 20px !important;
  word-break: break-all;
}

.owl-carousel.owl-theme.doctor-owl {
  display: block;
}

.doctor-owl.owl-carousel .owl-item img {
  display: block;
  height: 200px !important;
  object-fit: cover;
  width: 150px !important;
  border-radius: 5px;
}

.blue-bg-btn button {
  background-color: #8cd9fb;
}

.some-a {
  padding-top: 70px !important;
}

.doctor-owl .owl-prev {
  display: none !important;
}

.doctor-owl .owl-next {
  display: none !important;
}

.doctor-owl.done-content .line-don {
  position: relative;
  width: 117%;
  left: -27px;
  margin: 20px 0;
}

/* S-css */
.tearm-con-content {
  margin-top: 80px;
  margin-bottom: 48px;
}
.tearm-con-content p {
  font-size: 18px;
}
.eos-head h2,
.call-left h4 {
  font-size: 24px;
  font-family: "Inter bold=latin rev=2" !important;
  margin-bottom: 15px;
}
.eos-content p {
  font-size: 18px;
  margin-bottom: 41px;
}
.call-left p {
  font-size: 18px;
  margin-bottom: 0px;
}
.call-main {
  width: 100%;
  background-color: #e8f7ff;
  padding: 51px;
  border-radius: 10px;
  margin-bottom: 100px;
}
.call-main-2 {
  width: 100%;
  padding: 51px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 2px solid #e8f7ff;
}
.call-main-3 {
  width: 100%;
  background-color: #fffaec;
  padding: 51px;
  border-radius: 10px;
  margin-bottom: 100px;
}
.call-right button {
  background-color: #8cd9fb;
  margin-top: 34px;
  font-size: 18px;
  padding: 14px 21px;
  border-color: #8cd9fb;
  border-radius: 7px;
  max-width: 200px;
  width: 100%;
}

.call-right .btn {
  background-color: #8cd9fb;
  font-size: 18px;
  padding: 14px 21px;
  border-color: #8cd9fb;
  border-radius: 7px;
  max-width: 200px;
  width: 100%;
}

.search-section {
  margin-bottom: 50px;
}
.blog-content-main {
  margin-top: 90px;
}
.blog-content-main .container {
  margin-bottom: 30px;
}

.blog-img {
  text-align: center;
  margin-bottom: 15px;
}

.blog-img img {
	object-fit: cover;
	border-radius: 15px;
	height: 280px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.right-inner-img {
	margin-top: 10px;
}

.blog-auth-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-auth span {
  color: #8cd9fb;
}
.blog-sec {
  margin-bottom: 30px;
}
.blog-content-right {
  padding: 21px 0px;
}
.blog-content-right h4 {
  font-size: 32px;
  font-family: "Inter ExtraBold script=latin rev=2" !important;
}
.blog-content-right p {
  font-size: 18px;
}
.blog-content-right p a {
  color: #8cd9fb;
}
.blog-auth-date {
  font-size: 14px;
  margin-top: 28px;
}
.appointment-main {
  margin: 10px 10px;
  padding: 70px 0px;
}
.appointment-head h4 {
  font-size: 36px;
  font-family: "Inter ExtraBold script=latin rev=2" !important;
}
.appointment-but button {
  background-color: transparent;
  color: #fed45f;
  border: 2px solid #fed45f;
  margin-top: 25px;
  margin-left: 30px;
  padding: 13px 33px;
  font-size: 18px;
  border-radius: 10px;
}
.appointment-but-2 button {
  background-color: #fed45f;
  color: white;
  border: 2px solid #fed45f;
  margin-top: 25px;
  margin-left: 30px;
  padding: 13px 33px;
  font-size: 18px;
  border-radius: 10px;
}
.appointment-but button:hover{
  color: white !important;
}
.content-1p p {
  font-size: 18px;
}
.content-1p {
  margin-bottom: 48px;
}
.content-1p h4 {
  font-size: 24px;
  font-family: "Inter bold=latin rev=2" !important;
}
.blogdetails-content-right h3 {
  font-size: 28px;
  font-family: "Inter bold=latin rev=2" !important;
}
.right-inner-img img {
	width: 100%;
	object-fit: contain;
	border-radius: 5px;
}
.date-span {
  font-size: 11px;
  color: #959595;
}
.right-inner-content p {
  font-size: 18px;
  font-family: "Inter bold=latin rev=2" !important;
  margin-bottom: 0px;
}
.right-inner-content p:last-child {
  font-size: 15px;
  font-family: "Inter regular=latin rev=2" !important;
}
.right-inner-content p a {
  color: #8cd9fb;
}
/* S-css end */
/* S-css media */
@media (max-device-width: 992px) {
}

@media (max-device-width: 768px) {
}
@media (max-device-width: 550px) {
  .call-main,
  .call-main-2 {
    margin-bottom: 0px;
    padding: 24px 20px;
  }
  .call-left h4 {
    font-size: 22px;
  }
  .call-left p {
    font-size: 17px;
  }
  .call-right button {
    margin-top: 10px;
  }
  .tearm-con-content {
    margin-top: 34px;
    margin-bottom: 46px;
  }
  .eos-content p,
  .tearm-con-content p {
    font-size: 17px;
  }
  .Corporate-content h1 {
    font-size: 27px;
  }



  .eos-head h2,
  .call-left h4 {
    font-size: 22px;
  }
  .call-right button {
    max-width: 157px;
  }
  .blog-content-main {
    margin-top: 20px;
  }
  .blog-content-right h4 {
    font-size: 24px;
  }
  .blog-content-right p {
    font-size: 17px;
  }
  .blog-content-main .container {
    margin-bottom: 10px;
  }
}

/* S-css media */

/*  */

.signup-input input {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  height: 50px;
  font-size: 12px;
  font-family: "Inter light-regular=latin rev=2";
}

/* s2 Css */
.left-hand img{
  width: 100%;
}

.time-img{
  position: absolute;
  right: 15px;
  top: 59px;
}

.nextbtn {
  display: flex;
  margin-top: 37px;
}

.nextbtn a:first-child{
  margin-right: 10px;
}

.icon-class {
  position: relative;
}

.left-img-sticky {
	position: absolute;
	top: 210px;
}

.light-img {
  position: absolute;
  right: 14px;
  top: 18px;
  width: 15px;
}

.bg-white.btn-text {
  font-size: 12px;
}

.btn-text2 {
  font-size: 12px;
}

.show>.btn-secondary.dropdown-toggle:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25) !important;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25) !important;
}

.item-change.left-img-sticky.black-doc {
	left: 180px;
	top: auto;
	bottom: 0px;
}

.new-data h3 {
  font-size: 22px;
  color: #313236;
  letter-spacing: 0;
  line-height: 30px;
  font-family: "Inter Medium=latin rev=2";
}

.right-inner-content.pt-4.new-data{
  margin-bottom: 30px;
}

/* s2 Css */

.wwt-banner {
	/* background: url(../img/wwt-banner-image.png); */
  background: url(../img/wwt-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 220px;
}

.covid-headline {
	font-size: 16px;
	color: #8CD9FB;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 10px;
	display: block;
}

.covid-headline .fa{
	font-size: 20px;
  position: relative;
  font-weight: bold;
  bottom: -1.2px;
}

.covid-headline:hover {
	color: #8CD9FB;
}

.max-w-430 {
  max-width: 430px !important;
}

.treat-box {
	width: 100%;
	float: left;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  min-height: 65px;
  margin-bottom: 30px;
}

.treat-box img {
	height: 20px;
	margin-right: 15px;
}

.treat-box h5 {
	font-size: 16px;
	color: #313236;
	line-height: 20px;
	margin-bottom: 0px !important;
	display: block;
}

section {
	width: 100%;
}

.treat-box:hover {
  background: #8cd9fb;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.treat-box:hover h5 {
  color: #fff;
}

.treat-box:hover img {
  filter: brightness(0) invert(1);
}

.service-p-text {
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 150% !important;
}

.service-wrp-box {
	background: #FFFFFF;
	box-shadow: 0px 8px 20px 5px rgba(0,0,0,0.05);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.ser-img-wrp img {
	height: 170px;
  width: 100%;
	object-fit: cover;
}

.ser-content-wrp {
	padding: 15px;
  text-align: left !important;
}

.ser-content-wrp a {
	font-size: 16px;
	color: #8CD9FB;
	letter-spacing: 0;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.ser-content-wrp p {
	font-size: 14px;
	color: #5C5555;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.line-height-150 {
  line-height: 150% !important;
}

.ui-menu.ui-widget.ui-widget-content {
  /* display: block !important; */
	list-style: none;
	background: #fff;
	border-radius: 0px 0px 10px 10px;
	padding: 15px;
	box-shadow: -4px 5px 21px 0px rgba(235,235,235,1);
  max-width: 460px;
  z-index: 999;
}

.ui-menu.ui-widget.ui-widget-content li {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #313236;
	border-bottom: 1px solid #fafafa;
	padding-bottom: 5px;
  cursor: pointer;
}

.list-name h2 a {
	color: #313236;
	text-transform: capitalize;
}

.input-section {
  position: relative;
}

.form-control:focus {
  box-shadow: unset;
  border-color: #76dbf9;
}

.desktop-closed-message-avatar {
	background: #f12c62 !important;
}

/* #botmanWidgetRoot div:first-child {
	background: transparent !important;
	color: #313236 !important;
} */

.static {
	height: 100%;
	background: unset;
  position: relative;
  z-index: 99;
}

header {
	position: relative !important;
	z-index: 9 !important;
}

.blue-rgb-bg {
	width: 100%;
	float: left;
	background: rgba(232, 247, 255, 0.59);
	height: 280px;
	position: absolute;
	top: 0;
	z-index: 0;
}

.blog-select-50 {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  height: 50px !important;
  font-size: 14px;
  font-family: "Inter light-regular=latin rev=2";
}

.blog-select-50 option {
  font-size: 14px;
}

.btn-sign-up.btn-search-small {
	max-width: 100px;
}

.blogdetails-right-inner {
	margin-bottom: 15px;
}

.btn-link {
	font-weight: 600;
	color: #8cd9fb !important;
	background-color: transparent !important;
}

.signup-input select {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  height: 50px !important;
  font-size: 12px;
  font-family: "Inter light-regular=latin rev=2";
}

.name-filed label {
	font-size: 14px;
	color: #313236;
	font-weight: 600;
}

.bb-nt-content h1 {
  font-size: 50px;
  color: #313236;
  letter-spacing: 0;
  font-family: "Inter ExtraBold script=latin rev=2";
  line-height: 60px;
}

.needs.needs-selected {
  background-color: #f12c62;
  color: #fff;
}

.needs.needs-selected img {
  filter: brightness(0) invert(1);
}

.needs.needs-selected h3 {
  color: #fff;
}

.app-confirm-page {
	min-height: 100vh;
}

.desktop-closed-message-avatar {
	background: #f12c62 !important;
}

.needs input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.needs.select-option:hover {
  background: #F12C62;
}
.needs.select-option:hover i {
  color: #fff !important;
}
.needs.select-option:hover h3 {
  color: #fff !important;
}
.needs.select-option:hover a {
  color: #fff !important;
}
.needs.select-option.selected-option {
  background: #f12c62;
}

.needs.select-option.selected-option i {
  color: #fff !important;
}

.needs.select-option.selected-option h3 {
  color: #fff !important;
}

.needs.select-option.selected-option a {
  color: #fff !important;
}

.needs.select-option.selected-option img {
  filter: brightness(0) invert(1) !important;
}


.menu-logo {
	height: 45px;
	object-fit: contain;
	max-width: 100%;
	position: relative;
	top: -3px;
}

#chatBotManFrame body, html {
	font-family: "Inter regular=latin rev=2" !important;
	background: #fff !important;
}


/* team section css start */

.team-section {
	padding: 50px 0px;
  width: 100%;
}

.team-heading h1 {
	font-family: "Inter bold=latin rev=2";
	color: #313236;
	letter-spacing: 0;
	margin-bottom: 10px;
	line-height: 50px;
	font-size: 32px;
}

.team-heading {
	margin-bottom: 15px;
}

.team-mem-img img {
	height: 250px;
	object-fit: cover;
	border-radius: 10px;
	width: 100%;
}

.team-mem-img {
  margin-bottom: 15px;
}

.team-mem-dt h5 {
	font-size: 18px;
	color: #313236;
	font-family: "Inter bold=latin rev=2";
	margin-bottom: 5px;
}

.team-mem-dt p {
  font-size: 16px;
  color: #8cd9fb;
  font-family: "Inter bold=latin rev=2" !important;
}

.team-member-wrp {
	text-align: center;
}

/* 27 may css */

.service-detail-link {
	font-size: 14px !important;
	color: #76DBF9 !important;
	margin-top: 8px;
	letter-spacing: 0.2px !important;
	font-family: "Inter bold=latin rev=2";
	text-transform: capitalize !important;
}

.service-detail-link:hover {
  background: #fff;
    cursor:pointer;
    color: #f12c62 !important;
}

/*.service-detail-link {
  background: #f12c62;
  border: 1px solid #f12c62;
  padding: 2px;
  border-radius: 4px;
  font-size: 12px;
  color: #f12c62;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.service-detail-link:hover {
  background: #fff;
  border: 1px solid #f12c62;
  color: #f12c62;
}
*/

.modal-content.service-details-modal {
  border-radius: 25px;
}

.modal-content.service-details-modal .modal-header {
  padding: 15px 20px;
}

.modal-content.service-details-modal .modal-body {
  padding: 25px 20px;
  padding-bottom: 30px;
}

.modal-content.service-details-modal .modal-title {
  font-size: 18px;
  color: #8CD9FB;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.modal-content.service-details-modal .modal-body p {
  font-size: 14px;
  color: #5C5555;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 5px;
}

.modal-content.service-details-modal span {
  color: #f12c62;
}

.name-filed input[type="radio"] {
  height: auto;
  position: absolute;
  left: 45%;
  width: 100%;
}



/* 2 June css start */

.why-choose-us-wrp {
	background: rgba(232, 247, 255, 0.59);
	padding: 100px 0px;
}

.why-chosse-img-wrp img {
	height: 500px;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.why-choose-content h1 {
	font-family: "Inter ExtraBold script=latin rev=2";
	font-size: 36px;
	color: #313236;
	letter-spacing: 0;
	margin-bottom: 50px;
}

.why-choose-content {
	height: 100%;
  padding-top: 80px;
  padding-right: 50px;
}

.why-choose-pt h4 {
	font-size: 20px;
	color: #313236;
	letter-spacing: 0;
	font-family: "Inter bold=latin rev=2";
	margin-bottom: 15px;
  height: 50px;
  display: flex;
  align-items: center;
}

.why-choose-pt p {
	font-size: 14px;
	color: #5c5555;
	letter-spacing: 0;
	text-align: left;
	line-height: 22px;
}



.owl-why-choose-us .owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  display: initial !important;
}

.owl-why-choose-us span {
  display: none;
}

.owl-why-choose-us .owl-nav {
	position: absolute;
	bottom: -25px;
	width: 100%;
	text-align: left !important;
	margin-left: 25px;
}

.owl-why-choose-us .owl-prev::before {
  content: "";
  background: url("../img/prw.png") no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  background-position: center;
  margin: 0 -30px;
  border-radius: 5px;
  border: 1px solid #81dcf8 !important;
}

.owl-why-choose-us .owl-next::after {
  content: "";
  background: url("../img/next.png") no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  background-position: center;
  border-radius: 2px;
}

.our-content img {
  border-radius: 10px;
}

.why-we-are-wrp {
	background: rgba(232, 247, 255, 0.59);
	padding: 100px 0px;
	margin-bottom: 100px;
}

.who-we-wrap-head {
	text-align: center;
	margin-bottom: 50px;
}

.who-we-wrap-head h1 {
	font-family: "Inter ExtraBold script=latin rev=2";
	font-size: 36px;
	color: #313236;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 5px;
}

.who-we-wrap-head h6 {
	font-size: 16px;
	color: #5c5555;
	letter-spacing: 0;
	text-align: center;
	line-height: 28px;
  font-family: "Inter light-regular=latin rev=2" !important;
}

.who-we-wrp-box {
	text-align: left;
	padding: 0px 5px;
}

.who-we-wrp-box h1 {
	font-size: 24px;
	color: #313236;
	letter-spacing: 0;
	font-family: "Inter bold=latin rev=2";
	margin-bottom: 15px;
}

.who-we-wrp-box p {
	font-size: 16px;
	color: #5c5555;
	letter-spacing: 0;
	line-height: 28px;
	font-family: "Inter light-regular=latin rev=2" !important;
  margin-bottom: 5px;
}

.who-we-wrp-box img {
	height: 375px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.Contact-content {
	max-width: 390px;
}

 /* 31 may css */

 .mh-select-wrp {
  position: relative !important;
}

.mh-select-wrp button {
 height: 50px !important;
 display: flex !important;
 align-items: center;
 justify-content: center;
 background: #ffffff;
 border: 1px solid #e5e5e5;
 border-radius: 10px;
}

.mh-select-wrp .filter-option-inner-inner {
 font-size: 14px;
 color: #353535;
}

.mh-select-wrp .dropdown-item span {
 font-size: 14px;
 color: #353535;
 margin-left: -10px;
}

.mh-select-wrp select {
 height: 50px !important;
 display: block !important;
}

.mh-select-wrp .filter-option {
 display: flex;
 align-items: center;
}

.mh-select-wrp .dropdown-menu {
 width: 100% !important;
 min-width: 100% !important;
}

.mh-select-wrp .bs-ok-default::after {
 border-width: 0 .15em .15em 0 !important;
 color: #eb3670 !important;
}

.dropdown-item.active, .dropdown-item:active {
 background-color: #8cd9fb;
}

.blue-rgb-bg {
 width: 100%;
 float: left;
 background: rgba(232, 247, 255, 0.59);
 min-height: 280px;
 position: absolute;
 top: 0;
 z-index: 0;
}

.static {
 height: 100%;
 background: unset;
 position: relative;
 z-index: 99;
}

/* 28 may css start */

.medical-history-selects {
	/* background: #ddf4fe;
	padding: 25px;
	border-radius: 10px; */
}

.medical-history-selects .form-check {
	margin-bottom: 5px;
	width: 45%;
}

.medical-history-selects label {
	margin-bottom: 0px;
  color: #353535;
  font-weight: 500;
  font-size: 16px;
}

.medical-history-selects .custom-control-label::before {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #8cd9fb;
}

.medical-history-selects .input-text-feild {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  height: 50px;
  font-size: 12px;
  font-family: "Inter light-regular=latin rev=2";
}

.medical-history-selects .form-control:focus {
  box-shadow: unset;
}

.item-change.bottom-0 {
	top: auto;
	bottom: -100px;
}

.medical-history-selects .custom-control.custom-checkbox {
	display: flex;
}

.medical-history-selects .custom-control.custom-radio.custom-control-inline {
	width: 45%;
	margin-bottom: 15px;
}

.add-more-btn button {
	background: transparent;
	color: #4ac8ff;
	font-size: 14px;
	padding: 0px;
	margin-top: 10px;
	border-radius: 0px;
	font-weight: 600;
  letter-spacing: 0.2px;
}

.soical_icon_footer li{
  display: inline-block;
  list-style: none;
}

.soical_icon_footer li a{
  font-size: 20px;
  color: #313236;
  padding-right: 15px;
}

.soical_icon_footer li a:hover{
  color: #f12c62;
}

.name-filed{
  overflow-x: hidden;
}
.square-insta{

}


@media screen and (min-device-width: 320px) and (max-device-width: 550px) {
  .select-inline.select-inline-660 {
    width: initial !important;
  }
  .soical_icon_footer{
    text-align: center;
  }

  .soical_icon_footer li a {
    margin: 0px 6px;
    padding-right: 0;
}

.medical-history-selects .form-check {
  width: 100% !important;
}
.medical-history-selects .custom-control.custom-radio.custom-control-inline {
  width: 100%;
}
/* 2 June css */
.why-choose-us-wrp {
  background: rgba(232, 247, 255, 0.59);
  padding: 60px 0px;
}

.why-choose-content h1 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.why-choose-content {
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
}

.why-choose-pt {
  text-align: center;
}

.why-choose-pt p {
  text-align: center;
  margin-bottom: 25px;
}

.owl-why-choose-us .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center !important;
  margin-left: 0px;
}

.why-chosse-img-wrp {
  padding-top: 55px;
}

.why-chosse-img-wrp img {
  height: auto;
}

.why-choose-pt h4 {

  justify-content: center;
}

.why-choose-pt h4 {
  height: auto;
}

.who-we-wrp-box {
  text-align: center;
  padding: 0px 5px;
  margin-bottom: 30px;
}

}


@media screen and (min-device-width: 551px) and (max-device-width: 992px) {

.why-choose-pt h4 {
  height: 80px;
}

.why-choose-content {
  padding-top: 20px;
  padding-right: 20px;
}

.why-choose-content h1 {
  margin-bottom: 30px;
}

}

/* subscribe page css */


.payment-upt-section {
  background: rgba(232, 247, 255, 0.59);
  padding: 50px;
  margin-top: 50px;
}

.payment-upt-section .nav .nav-link {
  background: transparent;
  color: #313236;
  text-align: left;
  font-size: 16px;
  margin-bottom: 5px;
  border-radius: 0px;
  display: flex;
  border-bottom: 0px solid #76DBF9;
  align-items: center;
  padding: 10px 0px;
  font-family: "Inter Regular=latin rev=2";
}

.payment-upt-section .nav .nav-link.active {
  background: transparent;
  color: #313236;
  font-family: "Inter ExtraBold script=latin rev=2";
}

.payment-plan-tab-content h3 {
  font-size: 24px;
  color: #5c5555;
  letter-spacing: -0.3px;
  line-height: 18px;
  font-family: "Inter Medium=latin rev=2";
  font-weight: 600;
}

.payment-plan-tab-content h1 {
  font-size: 42px;
  color: #8cd9fb;
  letter-spacing: -1px;
  line-height: 28px;
  font-family: "Inter ExtraBold script=latin rev=2";
  padding: 15px 0;
}

.payment-plan-tab-content h6 {
  font-size: 14px;
  color: #5c5555;
  line-height: 18px;
  margin-bottom: 0px;
  margin-bottom: 15px;
}

.payment-plan-tab-content ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 25px;
}

.payment-plan-tab-content ul li {

}

.payment-plan-tab-content ul li p {
  font-size: 14px;
  color: #5c5555;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
}

.payment-upt-section-parent {
  display: flex;
  justify-content: center;
  width: 100%;
}

.payment-upt-left {
  width: 150px;
  margin-right: 25px;
}

.payment-upt-right {
  width: calc(100% - 250px);
  border-left: 2px solid #76DBF9;
  padding-left: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.payment-content {
  margin-top: 100px !important;
  width: 100% !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {

  .payment-upt-section-parent {
    display: block;
    text-align: center;
  }

  .payment-upt-section .nav .nav-link {
    justify-content: center;
    text-align: center;
  }

  .payment-upt-left {
    width: 100%;
    margin-right: 0px;
    border-bottom: 2px solid #76DBF9;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }

  .payment-upt-right {
    width: 100%;
    border-left: unset;
    padding-left: 0;
  }

  .payment-plan-tab-content ul li p {
    text-align: center;
  }

}


.banner-content.banner-content-center.w-100.booking-content.done-part .btn-warning {
	background: #f12c62;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
  border-color:  #f12c62;
}

.banner-content.banner-content-center.w-100.booking-content.done-part .btn-warning:hover {
	background:  #f12c62;
	color: #fff;
}

.blue-bg:hover {
	background-color: #313236 !important;
}
.desktop-closed-message-avatar {
  background: transparent !important;
  box-shadow: unset !important;
    height: 80px !important;
  width: 200px !important;
}
.desktop-closed-message-avatar img {
  object-fit: contain !important;
}

.choose-file-input-sd {
	color: #333;
	font-weight: 500;
	width: 100%;
	overflow: hidden;
	padding: 0px 15px;
}

.choose-file-input-sd input {
	width: 100%;
	margin-bottom: 25px;
	padding: 15px;
	margin-top: 10px;
}

.input-section select {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	height: 50px !important;
	font-size: 12px;
	font-family: "Inter light-regular=latin rev=2";
}

/* .choose-file-input-sd-rel {
  position: relative;
}

.btn-choose-file {
	background: #fff;
	position: absolute;
	top: 6px;
	padding: 5px;
	font-size: 14px !important;
	left: 13px;
	width: 40%;
	margin-bottom: 0px;
} */

.form-horizontal .btn {
	background: #8cd9fb;
	border-color: #8cd9fb;
	font-size: 16px;
	padding: 15px 10px;
}

.form-row.icon-class.signup-input select {
	margin-right: 15px;
}

.app-btm-space {
  padding-bottom: 50px !important;
}

.doctor-heading img {
	height: 200px;
	object-fit: cover;
	border-radius: 5px;
}

.appointment-owl .owl-nav span {
	font-size: 30px;
	color: #fff;
	background: #f12c62;
	display: block;
	width: 50px;
	border-radius: 5px;
}

.owl-carousel.owl-theme.appointment-owl.owl-loaded.owl-drag .owl-nav {
	display: flex !important;
	align-items: center;
	justify-content: end;
}

.subscription-wrp {
padding:50px 0px;
  min-height: 50vh;
}

.sub-wrp-text h4 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
	padding-top: 5px;
}

.sub-wrp-text p strong {
	font-size: 14px;
}

.blog-search-wrp {
	display: flex;
	justify-content: space-between;
}

.blog-search-select {
	width: 20%;
}

.blog-search-select select {
	padding-left: 5px;
}

.doctor-blog h5 {
	display: flex;
}

.blog-search-select.search-blog-width {
	width: 36%;
	padding-right: 10px;
}
.stick {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
}
.black-anchor a {
  color: #333;
}

.pricingDetailsBox {
    background: #fff;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 10px;
    margin-top: 15px;
}

.pricingDetailsBox h1 {
    font-size: 26px;
    margin-bottom: 0px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 0px;
}

.pricingDetailsBox p {
    font-size: 16px;
    font-weight: 600 !important;
    margin-bottom: 0px;
}

.payment-plan-tab-content ul.ul1 li {
    margin-bottom: 15px !important;
}

.sub-wrp-text input {
    height: 45px;
    background: #fafafa;
    margin-bottom: 15px;
}
