/*@import url('https://fonts.cdnfonts.com/css/clash-display');*/
h1,
h2,
h3,
h4 h4 {
  margin-top: 0px !important;
}

html {
  scroll-behavior: smooth;
}

.spinload {
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

@keyframes loading {
  from {
    max-width: 0;
  }
}

.spinload:before {
  content: attr(data-content);
  position: absolute;
  overflow: hidden;
  max-width: 4em;
  color: #F69420;
  animation: loading 5s linear;
}

.loader-design {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 123;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes round {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pagination {
  justify-content: center;
}

.pagination a {
  font-size: 14px;
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
}

.pagination a img {
  width: 13px;
}

.pagination .start {
  background-color: #F69420;
  color: white;
}

.spin {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 10px solid grey;
  border-top: 10px solid #F69420;
  border-bottom: 10px solid #F69420;
  animation: round 3s linear infinite;
}

.main-design-button {
  font-size: 16px;
  color: #021229 !important;
  background-color: #F69420;
  border: 1px solid #F69420;
  outline: none;
  max-height: 48px;
  text-decoration: none;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  padding: 12px 20px;
  transition: all 0.3s ease-out;
}

.main-design-button {
  transition: all 0.3s ease-out;
}

.main-design-button:hover {
  box-shadow: inset 30em 0 white;
  cursor: pointer;
  color: rgb(0, 0, 0);
  border-color: white;
}

.edit-design-button {
  font-size: 16px;
  color: #021229 !important;
  background-color: #F69420;
  border: 1px solid #F69420;
  outline: none;
  max-height: 48px;
  text-decoration: none;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  padding: 12px 20px;
  transition: all 0.3s ease-out;
  width: 100%;
}

.edit-design-button:hover {
  box-shadow: inset 30em 0 #4C6CDB;
  cursor: pointer;
  color: white !important;
  border-color: white;
}

.tab button path {
  fill: black;
}

button.tablinks.active path {
  fill: white !important;
}

.login-button-main {
  font-size: 16px;
  color: #021229;
  background-color: #F69420;
  border: 1px solid #F69420;
  outline: none;
  max-height: 48px;
  max-width: 160px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-out;
}

a.nav-link.login-button-main:hover {
  box-shadow: inset 12em 0 #4C6CDB;
  cursor: pointer;
  color: rgb(0, 0, 0);
  border-color: #4C6CDB;
  color: white !important;
}

.easy-step-para a:hover {
  box-shadow: inset 12em 0 white;
  cursor: pointer;
  color: rgb(0, 0, 0);
  border-color: white;
  color: white !important;
}

.view-all-sec .main-design-button:hover {
  box-shadow: inset 12em 0 #4C6CDB;
  cursor: pointer;
  color: rgb(0, 0, 0);
  border-color: #4C6CDB;
  color: white !important;
}

.trusted-heading a:hover {
  box-shadow: inset 12em 0 white;
  cursor: pointer;
  color: rgb(0, 0, 0);
  border-color: white !important;
  color: black !important;
}

.main-design-button-provider:hover {
  box-shadow: inset 12em 0 #4C6CDB;
  cursor: pointer;
  color: rgb(0, 0, 0);
  border-color: #4C6CDB !important;
  color: white !important;
}

.search-button-main {
  height: 55px;
  width: 100%;
  background-color: #4C6CDB;
  border: 1px solid #4C6CDB;
  border-radius: 0px;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Clash Display', sans-serif;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}

.search-button-main:hover {
  box-shadow: inset 90em 0 #F69420;
  cursor: pointer;
  color: rgb(0, 0, 0);
  border-color: #F69420 !important;
  color: black !important;
}

.navbar {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#button {
  display: inline-block;
  background-color: #F69420;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 80px;
  right: 50px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  display: none;
}

.go-top {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.go-top svg {
  max-width: 25px;
  width: 100%;
  transition: 0.3s;
  fill: #021229 !important;
}

.go-top:hover svg {
  filter: brightness(0) invert(1) !important;
}

#button:hover {
  cursor: pointer;
  background-color: #4C6CDB;
}

#button:active {
  background-color: #4C6CDB;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/*header*/
.header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}

.nav-item a {
  color: black;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand img {
  max-width: 120px;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 18px !important;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  color: #021229;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #021229;
}

.navbar-nav {
  margin-left: 20px;
}

.fixed-top {
  position: fixed;
  top: 0;
  background-color: white;
  /*box-shadow: 1px 1px 10px #C7D1D9;*/
  transition: 0.3s;
}

/*header*/

/*content-sec*/
.content-sec {
  background-image: url(../img/Hero.png);
  background-size: cover;
  height: 90vh;
}

.content-main {
  height: 100vh;
}

.content-detail {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}

.content-detail .main-form .form-floating label {
  padding-left: 41px !important;
}

.content-detail .main-form .form-floating input {
  padding-left: 38px !important;
}

.Find-care-sec .main-form .form-floating input {
  padding-left: 38px !important;
}

.Find-care-sec .main-form .form-floating label {
  padding-left: 41px !important;
}

.content-detail h1 {
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  color: #021229;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 56px;
}

.local-doctor {
  color: #4C6CDB;
}

.insurance {
  color: #F69420;
}

.main-form form {
  border: 1px solid #C7D1D9;
  background-color: white;
  width: 100%;
}

.form-floating {
  position: relative;
}

.main-form .form-floating input {
  width: 100%;
  border: none;
  background-color: transparent;
  height: 60px;
  font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #021229 !important;
  outline: none;
  box-shadow: none;
  padding-left: 10px !important;
  border-bottom: 1px solid #C7D1D9;
  border-radius: 0px;
}

.main-form .form-floating select {
  width: 100%;
  border: none;
  background-color: transparent;
  height: 65px;
  font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #021229;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #C7D1D9;
  border-radius: 0px;
}

.main-form .form-floating label {
  border: none;
  font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #021229;
  font-weight: 400;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  box-shadow: none !important;
}

#datepicker {
  padding-left: 10px;
  color: #021229 !important;
}

.search-icon {
  max-width: 18px;
  width: 100%;
  position: absolute;
  top: 23px;
  left: 11px;
}

.radio-checkbox label {
  font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #021229;
  font-weight: 400;
  cursor: pointer;
}

.radio-inputs {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 10px;
}

.radio-inputs-heading {
  width: 100%;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.form-check-input {
  border: 2px solid #42597A !important;
}

.form-check-input:checked[type=radio] {
  background-image: url(../img/dot.png);
}

.form-check-input {
  width: 15px !important;
  height: 15px !important;
  background-size: 60% 61%;
}

.form-check-input:checked {
  background-color: transparent !important;
  border: 2px solid #4C6CDB !important;
}

.button-search {
  border: 1px solid #C7D1D9 !important;
  padding: 10px;
}

@keyframes cursor {

  0%,
  100% {
    border-color: #212121;
  }
}

@keyframes text {
  0% {
    width: 0;
  }

  100% {
    width: 21.5ch;
  }
}


/*easy-steps*/
.easy-steps {
  padding: 90px 0px;
  background-color: #4C6CDB;
}

.easy-steps-heading h2 {
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 40px;
  margin-bottom: 0px;
}

.easy-steps-heading {
  margin-bottom: 88px;
}

.easy-steps-heading h2 span {
  color: #F69420;
}

.easy-step-para {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 88px;
}

.easy-step-para-child {
  max-width: 500px;
  width: 100%;
}

.easy-step-para-child p {
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}

.easy-step-para a {
  padding: 12px 20px !important;
  text-decoration: none;
  font-size:
    font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.easy-step-para a:hover {
  color: #021229 !important;
}

.specialities-box {
  background-color: white;
  box-shadow: 0px 24px 80px rgba(6, 24, 86, 0.08);
  padding: 20px;
  min-height: 330px;
}

.specialities-box a {
  position: absolute;
  bottom: 20px;
}

.specialities-box img {
  max-width: 75px;
  width: 100%;
  margin-bottom: 32px;
}

.specialities-box h3 {
  font-size: 24px;
  color: #021229;
  margin-bottom: 8px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.specialities-box p {
  font-size: 16px;
  color: #42597A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
}

.specialities-button {
  background-color: #F69420 !important;
  padding: 10px;
  text-decoration: none;
}

.main-design-button-provider {
  background-color: #1FC497 !important;
  border: 1px solid #1FC497 !important;
  color: #021229;
}

/*.main-design-button-provider:hover{
    color: #021229 !important;
    }*/
.main-design-button-Availability {
  background-color: #4C6CDB !important;
  border: 1px solid #4C6CDB !important;
  color: #FFFFFF !important;
}

.main-design-button-Availability:hover {
  box-shadow: inset 12em 0 #F69420;
  cursor: pointer;
  color: rgb(0, 0, 0);
  border-color: #F69420 !important;
  color: #021229 !important;
}

.special-button:hover {
  box-shadow: inset 12em 0 #4C6CDB;
  cursor: pointer;
  color: rgb(0, 0, 0);
  border-color: #4C6CDB;
  color: white !important;
}

/*easy-step-box*/
.easy-step-box {
  position: relative;
  bottom: 100px;
}

/*top doctors*/
.top-doctors {
  padding: 0px 0px 110px;
}

.top-docter-heading {
  text-align: center;
  margin-bottom: 80px;
}

.top-docter-heading h2 {
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  color: #021229;
  font-size: 40px;
}

.top-docter-heading h2 span {
  color: #4C6CDB !important;
}

.main-doctor-box {
  border: 1px solid #C7D1D9;
}

.doctor-box-profile {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #C7D1D9;
}

.doctor-box-profile img {
  max-width: 64px;
  width: 100%;
  margin-right: 20px;
}

.doctor-profile-heading h3 {
  font-size: 24px;
  margin-bottom: 0px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.doctor-profile-heading a {
  text-decoration: none;
}

.doctor-profile-heading p {
  color: #021229;
  font-size: 16px;
  margin-bottom: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
}

.rated-doctor {
  display: flex;
}

.rated-detail {
  width: 50%;
  text-align: center;
  padding: 20px;
}

.rated-detail img {
  max-width: 24px;
  width: 100%;
  margin-bottom: 8px;
}

.rated-detail h3 {
  color: #021229;
  font-size: 16px;
  margin-bottom: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
}

.rated-detail-border {
  border-right: 1px solid #C7D1D9;
  box-sizing: border-box;
}

.doctor-box-feedback {
  display: flex;
  background: #F6F6F7;
  padding: 16px;
  align-items: top;
}

.doctor-box-feedback img {
  max-width: 24px;
  min-height: 24px;
  height: 100%;
  width: 100%;
  margin-right: 20px;
}

.doctor-box-paragraph-note p {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}


/*Searched-Specialties*/
.Searched-Specialties {
  background-color: #F6F6F7;
  padding: 90px 0px;
}

.searched-specialities-heading {
  margin-bottom: 62px;
  transform: translateY(-50%);
  top: 50% !important;
  position: relative;
}

.searched-specialities-heading h2 {
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 40px;
  margin-bottom: 0px;
  color: #021229;
}

.searched-specialities-heading h2 span {
  color: #F69420;
}

.Searched-Specialties-img {
  text-align: center !important;
  padding: 32px;
  transition: 0.3s;
  cursor: pointer;
  border-right: 0px !important;
  overflow-x: hidden;
  min-height: 215px;
}

.specialities-part-design {
  border: 1px solid #C7D1D9;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
}

.hover-view {
  display: none;
  transition: 0.3s;
}

.Searched-Specialties-img svg {
  margin-bottom: 32px;
  transition: 0.3s;
}

.Searched-Specialties-img:hover svg {
  filter: brightness(0) invert(1) !important;
}

.doctor-row-design:last-child {
  border-right: 1px solid #C7D1D9 !important;
}

.Searched-Specialties-img img {
  max-width: 80px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 32px !important;
}

.Searched-Specialties-img h3 {
  font-size: 16px;
  color: #021229 margin-bottom:0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
}

.Searched-Specialties-img:hover {
  transform: scale(1.0);
  background-color: #4C6CDB;
  color: white;
  box-shadow: 0px 40px 120px rgba(40, 66, 158, 0.56);
  overflow: hidden !important;
  border: 1px solid #4C6CDB;
}


/*about-detail-img*/
.about-detail {
  padding: 90px 0px;
}

.about-detail-img img {
  width: 100%;
}

.about-detail-main {
  background-color: #4C6CDB;
  padding: 40px;
  height: 100%;
}

.about-detail-child {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}

.about-detail-child h3 {
  font-size: 40px;
  color: white;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 56px;
}

.about-detail-child ul {
  margin-bottom: 40px;
}

.about-detail-child li {
  font-size: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  color: white;
}

.pad-design-row-left {
  padding-left: 0px !important;
}

.pad-design-row-right {
  padding-right: 0px !important;
}

.about-detail-child a {
  padding: 10px;
}

.trusted-part-main {
  background-color: #F69420;
  padding: 56px 0px;
  display: none;
}

.trusted-heading {
  padding: 0px 30px;
}

.trusted-heading h2 {
  color: #021229;
  font-size: 40px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 56px;
}

.trusted-heading a {
  background-color: #4C6CDB !important;
  border: 1px solid #4C6CDB !important;
  color: white !important;
}

.logo-img img {
  max-width: 135px;
  width: 100%;
}

.logos-pad-design-row {
  margin-bottom: 45px;
}

/*footer*/
.footer {
  padding: 90px 0px 40px;
  background-color: #F6F6F7;
}

.footer-detail img {
  max-width: 153px;
  width: 100%;
  margin-bottom: 24px;
}

.footer-detail ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.footer-detail ul li {
  margin-bottom: 16px;
  list-style: none;
}

.footer-detail ul li a {
  font-size: 16px;
  color: #021229;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  transition: 0.3s;
}

.footer-detail ul li a:hover {
  color: #4C6CDB !important;
}

.footer-links h3 {
  font-size: 19px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  color: #021229;
  margin-bottom: 24px;
  line-height: 26px;
}

.footer-links ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.footer-links li {
  margin-bottom: 16px;
  list-style: none;
}

.footer-links li a {
  font-size: 16px;
  color: #021229;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links li a:hover {
  color: #4C6CDB;
}

.view-all-sec {
  margin-top: 56px;
  text-align: center;
}

.sub-footer {
  background-color: #021229;
  padding: 24px 0px;
}

.sub-footer-para p {
  margin-bottom: 0px;
  color: white;
  font-size: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
}

.sub-footer-para-ul-list {
  text-align: center;
}

.sub-footer-para-ul-list ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.sub-footer-para-ul-list ul li {
  list-style: none;
  margin-bottom: 0px;
  display: inline-block;
  margin-right: 10px;
}

.sub-footer-para-ul-list ul li a {
  color: white;
  font-size: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.sub-footer-para-ul-list .ul-icons i {
  font-size: 20px;
  color: white;
}

.ul-icons {
  text-align: right;
}


/*page 2*/

/*Find-care-sec*/
.Find-care-sec {
  padding: 150px 0px 90px;
}

. {
  padding: 20px;
  background: #F6F6F7;
}

.findcare-form form {
  background-color: white;
}

.findcare-cards-heading h1 {
  font-size: 40px;
  margin-bottom: 16px;
  color: 021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.find-carefindcare-form-cards {
  border: 1px solid #C7D1D9;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.card-ancher {
  text-decoration: none !important;
}

.month-date {
  font-weight: 600 !important;
}

.find-care-cards-profile {
  padding: 24px;
  width: 521px;
}

.find-care-cards {
  display: flex;
  border: 1px solid #C7D1D9;
  margin-bottom: 16px;
}

.find-care-cards-profile img {
  max-width: 64px;
  width: 100%;
  margin-bottom: 16px;
}

.find-care-cards-profile h2 {
  font-size: 24px;
  color: #021229;
  margin-bottom: 4px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.find-care-cards-profile h2:hover {
  color: #4C6CDB;
}

.find-care-cards-profile p {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
}

.find-care-cards-profile ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.find-care-cards-profile ul li {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 9px;
  display: inline-flex;
  list-style: none;
  align-items: top;
}

.find-care-cards-profile ul li img {
  max-width: 20px;
  margin-right: 10px;
  max-height: 20px;
  margin-top: 2px;
}

.find-care-timings {
  background: #F6F6F7;
  padding: 16px;
  width: 330px;
  text-align: center;
  color: #021229;
}

.find-care-timings .find-care-timing-detail:last-child {
  margin-bottom: 0px !important;
}

.find-care-timing-detail {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  margin-bottom: 8px;
}

.find-care-timing-detail .timing-design {
  /* max-width: 142px; */
  font-size: 14px;
  /* width: 100%; */
  height: 48px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C7D1D9;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  color: #021229;
  margin-right: 10px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.align-design {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.no-slot-available {
  font-size: 18px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
}

.no-slot-para {
  display: block !important;
  text-align: center;
}

.listing-vector {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 97%;
  margin-bottom: 17px;
}

.listing-vector ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.listing-vector ul li {
  display: initial;
}

.listing-vector ul li a {
  text-decoration: none;
}

.listing-vector ul li a img {
  max-width: 40px;
  width: 100%;
}

.date-pagination ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.date-pagination ul li {
  display: inline-flex;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  margin-right: 10px;
  font-size: 16px;
  cursor: pointer;
}

.listing-vector ul li img {
  max-width: 13px;
  width: 100%;
}

.appointment-type h3 {
  font-size: 14px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 12px !important;
  padding-left: 10px;
}

.map-sec {
  position: relative;
  top: 6px;
}


/*doctors-detail-main*/

.doctors-detail-main {
  padding: 150px 0px 90px;
}

.select-label-design {
  padding-left: 12px !important;
}

.select-appointment-type {
  border-bottom: 1px solid #C7D1D9 !important;
}

.select-radios-inputs {
  height: 35px !important;
}

.select-end-target select {
  border-bottom: none !important;
}

.select-date {
  max-width: 38% !important;
  width: 100%;
  border-right: 1px solid #C7D1D9;
}

.select-date ul {
  height: 336px;
  overflow-y: scroll;
}

.select-date-buttons {
  max-width: 75%;
  width: 100%;
  padding: 12px;
}

.find-care-timing-detail-end-design {
  margin-bottom: 0px !important;
}

.select-date-buttons .find-care-timing-detail {
  height: 336px;
  overflow-y: scroll;
}

.select-date-buttons .find-care-timing-detail .timing-design {
  max-width: 125px !important;
  width: 100% !important;
}

.select-date-buttons .find-care-timing-detail {
  transform: unset !important;
  top: 0;
}

.select-date-design-main {
  display: flex;
  justify-content: space-between;
}

.select-date ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.select-date ul li {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  height: 48px;
  list-style: none;
  padding-left: 13px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.select-date ul li small {
  margin-left: 5px;
  font-size: 12px;
}

.thankyou-tick-icon {
  color: #4C6CDB !important;
}

.strong-color-design {
  color: #F69420 !important;
}

.select-date .active-design {
  background-color: #4C6CDB;
  color: white;
}

.active-design-button {
  background-color: #4C6CDB !important;
  color: white !important;
}

.dashboard-time-slot-box {
  cursor: pointer !important;
}

.active-design-button h4 {
  color: white !important;
}

.active-design-button-duplicate {
  background-color: #94A0B1 !important;
  color: white !important;
}

.doctor-profile-design img {
  max-width: 100px;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 16px;
}

.doctor-profile-design {
  display: flex;
  align-items: flex-start;
}

.doctor-detail-para h2 {
  font-size: 24px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0px;
}

.doctor-detail-para p {
  font-size: 16px;
  color: #021229;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
}

.doctor-detail-para h6 {
  font-size: 16px;
  color: #42597A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
}

.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background-color: white;

}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  color: #42597A;
}

.tab button:hover {
  color: #4C6CDB !important;
}

.tab button.active {
  background-color: transparent !important;
  color: #4C6CDB !important;
  border-bottom: 2px solid #4C6CDB !important;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.doctor-about-para {
  padding-top: 32px;
  margin-bottom: 32px;
}

.doctor-about-para h2 {
  font-size: 20px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}

.doctor-about-para p {
  font-size: 16px;
  color: #42597A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
}

.star-box {
  background-color: #FEF7EB;
  border-radius: 0px;
  padding: 16px;
  max-width: 50%;
  width: 100%;
}

.star-box h2 {
  font-size: 24px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.star-box img {
  max-width: 50px;
  width: 100%;
  margin-bottom: 8px;
}

.star-box p {
  font-size: 16px;
  color: #42597A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0px;
}

.recent-reviews-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.recent-reviews-heading h3 {
  font-size: 20px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}

.recent-reviews-heading a {
  font-size: 14px;
  color: #42597A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #F69420;
}

.recent-reviews-views {
  display: flex;
  background-color: #F6F6F7;
  padding: 20px;
  border-radius: 10px;
}

.recent-reviews-views img {
  max-width: 30px;
  width: 100%;
  height: 30px;
  margin-right: 15px;
}

.testimonial-para {
  background-color: #F6F6F7 !important;
}

.recent-reviews-para p {
  font-size: 16px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0px;
  line-height: 24px;
}

.recent-reviews-para h6 {
  font-size: 14px;
  color: #42597A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
}

.star-box-main {
  display: flex;
  justify-content: space-between;
}

.recent-reviews-sec {
  max-width: 70%;
  width: 100%;
  border: 1px solid lightgray;
  padding: 20px;
}

.insurance-sec {
  margin-top: 32px;
  margin-bottom: 30px;
}

.insurance-heading {
  margin-bottom: 16px;
}

.insurance-heading h2 {
  font-size: 20px;
  color: #021229;
  margin-bottom: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.insurance-box {
  border: 1px solid #C7D1D9;
  padding: 24px;
  max-width: 49%;
  width: 100%;
  text-align: center;
}

.insurance-box img {
  max-width: 75px;
  width: 100%;
  margin-bottom: 15px;
  min-height: 75px !important;
  object-fit: cover;
}

.insurance-box h3 {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 0px;
}

.insurance-boxes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}


/*accordion-item*/
.accordion-item .accordion-button {
  background-color: transparent !important;
  color: #021229 !important;
  font-size: 16px !important;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  border: none !important;
  height: 56px;
}

.accordion-item {
  margin-bottom: 16px;
  border: 1px solid lightgray !important;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.accordion-body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
}


/*client-reviews-heading*/
.client-reviews-heading {
  margin-bottom: 16px;
  margin-top: 32px;
}

.client-reviews-heading h2 {
  color: #021229;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.client-feedback-para {
  border: 1px solid lightgray;
  padding: 20px;
  margin-bottom: 20px;
}

.client-feedback-para p {
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 8px;
}

.client-feedback-para h6 {
  color: #42597A;
  font-size: 14px;
  margin-bottom: 0px;
}

.feedback-rate-star {
  margin-bottom: 8px;
  color: #F4C36F;
  font-size: 21px;
}

/*education-history-heading*/
.education-history {
  margin-bottom: 32px;

}

.education-history-heading {
  margin-bottom: 16px;
  margin-top: 32px;
}

.education-history-heading h2 {
  color: #021229;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.education-table table tr th {
  font-size: 18px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  padding: 15px;
  border: 1px solid lightgray;
}

.education-table table tr td {
  padding: 15px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  border: 1px solid lightgray;
}

.multi-tabs-design {
  margin-top: 56px;
}

/*accordian-detail-heading*/
.accordian-detail-heading {
  margin-bottom: 16px;
}

.accordian-detail-heading h2 {
  color: #021229;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.view-all-box-design {
  width: 100%;
  padding: 20px;
  text-align: center;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}

.view-all-box-design h3 {
  color: #021229;
  font-size: 16px;
  margin-bottom: 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
}

.view-all-box-design p a {
  font-size: 16px;
  color: #021229;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.view-all-main-design {
  background-color: #F69420;
  border: 1px solid #F69420;
  max-width: 32%;
}

/*map-heading*/
.map-heading {
  margin-bottom: 30px;
  margin-top: 32px;
}

.map-heading h2 {
  font-size: 20px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.office-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border: 1px solid lightgray;
  padding: 20px;
  position: relative;
  bottom: 6px;
}

.office-detail h3 {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}

.office-detail p {
  font-size: 16px;
  color: #42597A;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
}

.office-detail h6 {
  color: #021229;
  font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
}

.office-detail h4 {
  color: #F69420;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

/*practice-detail-sec*/
.practice-detail-sec {
  padding: 130px 0px 0px;
}

.practise-detail-main {
  display: flex;
  align-items: top;
  margin-bottom: 32px;
}

.practise-img {
  margin-right: 15px;
}

.practise-img img {
  max-width: 100px;
  width: 100%;
}

.practise-heading h3 {
  font-size: 24px;
  color: #021229;
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.practise-heading p {
  font-size: 16px;
  color: #021229;
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
}

.practise-heading h6 {
  font-size: 16px;
  color: #42597A;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
}

.practice-content {
  margin-bottom: 32px;
}

.practice-content h3 {
  font-size: 20px;
  color: #021229;
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.practice-content p {
  color: #42597A font-size: 20px;
  color: #021229;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
}

.practice-content p a {
  color: #F69420;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.practice-content p a:hover {
  color: #F69420;
}

.view-all-button {
  color: #F69420;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.practice-list ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.practice-list ul li {
  font-size: 16px;
  color: #42597A;
  margin-bottom: 8px;
  list-style: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
}

.practice-list h3 {
  font-size: 20px;
  color: #021229;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.date-title {
  font-size: 12px;
  color: #42597A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  height: 25px;
  margin-bottom: 5px;
}

.dates-side {
  position: relative;
  top: 11px;
  left: 12px;
}

.form-heading-main h3 {
  font-size: 24px;
  color: #021229;
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.form-heading-main p {
  font-size: 16px;
  color: #42597A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 0px;
}

.form-heading-main {
  margin-bottom: 16px;
}

/*social-button-design*/
.login-form-sec {
  padding: 150px 0px 90px;
}

.social-buttons-main {
  padding: 24px;
  background-color: #F6F6F7;
}

.social-buttons-main h3 {
  font-size: 24px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 0px;
}

.social-buttons-main button {
  height: 56px !important;
  width: 100%;
  border: 1px solid #C7D1D9;
  margin-bottom: 16px;
  background-color: white !important;
}

.apple-button button {
  margin-bottom: 0px !important;
}

.social-button-design {
  color: #021229;
  font-size: 16px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.social-button-design:hover {
  color: #021229;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.remember-login p {
  color: #021229;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  text-align: center;
}

.remember-login p a {
  color: #4C6CDB !important;
}

.remember-login {
  margin-top: 16px;
}

.social-button-design img {
  max-width: 30px;
  margin-right: 15px;
}

.form-instruction {
  display: flex;
  padding: 10px 10px;
}

.form-instruction input {
  margin-right: 15px;
  height: 23px;
}

.form-instruction label {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
}

.form-instruction label a {
  text-decoration: none;
  color: #0C65DF;
}

.booking-float input {
  padding-left: 10px !important;
}

.add-data h6 {
  font-size: 14px;
  color: #4C6CDB;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 0px;
}

.add-data h6 a {
  color: #4C6CDB !important;
  text-decoration: none;
}

.form-textarea-design {
  min-height: 80px !important;
  border: none;
  border-bottom: 1px solid lightgray !important;
}

.form-textarea-label {
  padding-left: 10px !important;
  font-size: 14px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  color: #021229 !important;
  font-weight: 300 !important;
  padding-top: 0px !important;
}

/*final-book*/
.final-book input {
  padding-left: 10px !important;
}

.final-book label {
  padding-left: 10px !important;
}

.tahnkyou-design {
  margin-bottom: 32px;
  text-align: center;
}

.tahnkyou-design img {
  max-width: 80px;
  width: 80px;
}

.tahnkyou-design h3 {
  margin-bottom: 8px;
  margin-top: 0px;
  font-size: 40px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.tahnkyou-design p {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
}

.last-division {
  border-top: 0px !important;
}


/*appointment-doctores-sec*/
.appointment-doctores-sec {
  padding: 150px 90px;
}

.appointment-heading {
  margin-bottom: 32px !important;
  text-align: left !important;
}

.appointment-main-wrap {
  padding: 20px;
  background-color: #F6F6F7;
}

.appointment-main-wrap h5 {
  font-size: 32px;
  color: #021229;
  margin-bottom: 16px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.appointment-head-full-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C7D1D9;
  align-items: center;
}

.appointment-detail-button button {
  background-color: #4C6CDB !important;
  border: 1px solid #4C6CDB !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-right: 20px;
}


.appointment-detail-button button a {
  text-decoration: none;
  color: #FFFFFF;
}

.appointment-detail-button button a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.appointment-detail-button button:hover {
  background-color: #f69420 !important;
  border: 1px solid #f69420 !important;
}

.appointment-head-full-box .doctor-box-profile {
  border-bottom: 0px !important;
}

.appoint-row {
  margin-bottom: 20px;
}

.past-appoint {
  margin-bottom: 16px;
  background-color: white;
}


/*appoint-detail-heading*/
.appoint-detaiul-main {
  padding: 150px 0px 90px;
}

.appoint-detail-heading {
  text-align: center;
  margin-bottom: 32px;
}

.appoint-detail-heading h2 {
  font-size: 40px;
  color: #021229;
  margin-bottom: 8px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-top: 0px;
}

.appoint-detail-heading p {
  font-size: 14px;
  color: #021229;
  margin-bottom: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  margin-top: 0px;
}

.appoint-detail-heading p span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600 !important;
}

.cancel-appoint-design {
  background-color: #ED1C1C;
  border: 1px solid #ED1C1C;
  border-radius: 0px;
  font-size: 16px;
  color: #FFFFFF;
  width: 100%;
  text-decoration: none;
  padding: 18px;
  text-align: center;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.cancel-appoint-design:hover {
  color: white !important;
}

.cancel-appoint-popup h3 {
  font-size: 24px;
  color: #021229;
  margin-bottom: 4px;
  margin-top: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.cancel-appoint-popup p {
  font-size: 16px;
  color: #021229;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300 !important;
  margin-bottom: 24px;
}

.cancel-appoint-popup textarea {
  font-size: 14px !important;
  color: #42597A;
  border: 1px solid #C7D1D9;
  border-radius: 0px;
  min-height: 90px;
  margin-bottom: 24px;
}

.close-main-design {
  text-align: right;
  position: absolute;
  right: 17px;
  top: 4px;
  z-index: 12345;
}

.close-button {
  max-width: 40px;
  width: 100%;
  height: 40PX;
  padding: 0px !important;
  border: none !important;
  background-color: transparent;
}

.close-button i {
  font-size: 20px;
  color: #42597A;
}

.start-list-input img {
  max-width: 30px;
  width: 100%;
  margin-right: 10px;
}

.row-bottom-pad-design {
  margin-bottom: 32px;
}

/*reviews-star-part*/
.write-reviews-box {
  border: 1px solid #C7D1D9;
  padding: 20px;
}

.reviews-star-part {
  margin-bottom: 7px;
}

.reviews-star-part img {
  max-width: 25px;
  width: 100%;
  margin-right: 10px;
}

.reviews-paragraph {
  margin-bottom: 4px;
}

.reviews-paragraph p {
  font-size: 16px;
  color: #021229;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 400;
}

.review-date p {
  font-size: 14px;
  color: #42597A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 0px;
}

/*list-practise-content*/
.list-practise-content {
  padding: 170px 0px 120px;
}

.main-list-practise-detail {
  height: 100%;
}

.list-practise-detail {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}

.list-practise-detail h1 {
  font-size: 40px;
  color: #021229;
  margin-bottom: 8px;
  margin-top: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.list-practise-detail h1 span {
  color: #F69420;
}

.list-practise-detail p {
  font-size: 16px;
  color: #42597A;
  margin-bottom: 32px;
  margin-top: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
}

.main-list-practise-img {
  width: 100%;
}

.list-practise-content-img {
  position: relative;
  background-color: #EAEEFF;
  text-align: center;
  max-width: 85%;
  width: 100%;
  float: right;
  height: 490px;
}

.doctor-img {
  max-width: 400px;
  width: 100%;
  position: absolute;
  top: -70px;
  left: 17%;
  z-index: 1;
}

.testimonial-img {
  max-width: 350px;
  width: 100%;
  position: absolute;
  left: -90px;
  top: 25%;
}

.card-img {
  max-width: 540px;
  width: 100%;
  position: absolute;
  bottom: -17px;
  right: -21px;
  z-index: 2;
  filter: drop-shadow(0px 24px 80px rgba(6, 24, 86, 0.08));
}

/*provide-love-section*/
.provide-love-section {
  padding: 0px 0px 120px;
}

.provide-love-section {
  text-align: center;
}

.provide-love-section h2 {
  font-size: 40px;
  color: #021229;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.provide-love-section h2 span {
  color: #4C6CDB;
}

.provide-love-headng {
  margin-bottom: 32px;
}

.provide-love-box {
  min-height: unset !important;
  text-align: left;
  border: 1px solid #C7D1D9 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/*testimonia;l*/
.real-testimonial {
  padding: 120px 0px 120px;
  background-color: #EAEEFF;
}

.testimonial {
  padding: 0 15px;
}

.testimonial-head h2 {
  font-size: 40px;
  color: #021229;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.testimonial-head h2 span {
  color: #F69420;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  position: absolute;
  bottom: -20%;
  left: 0;
}

.owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  line-height: 50px;
  background: #94A0B1;
  opacity: 1;
  padding: 0;
  display: inline-block;
  margin: 0 10px;
  transition: 0.3s;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #4C6CDB;
}

.owl-buttons {
  display: flex;
}

.owl-prev:before,
.owl-next:before {
  content: "\f104";
  font-family: "fontawesome";
  font-size: 23px;
  font-weight: 700;
  color: #fff;
}

.owl-next:before {
  content: "\f105";
}

@media only screen and (max-width:767px) {
  .testimonial-bg {
    padding: 50px 40px;
  }

  .owl-theme .owl-controls {
    bottom: -22%;
  }
}

@media only screen and (max-width:480px) {
  .testimonial-bg:before {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 40px;
  }

  .testimonial-bg {
    padding: 30px 0px;
  }

  .owl-theme .owl-controls {
    bottom: -15%;
  }
}

@media only screen and (max-width:360px) {

  .testimonial .title,
  .testimonial .post {
    font-size: 16px;
  }

  .owl-theme .owl-controls {
    bottom: -12%;
  }
}

.owl-prev {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.owl-next {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.box-testimonial-title {
  background-color: white;
}

.border-remove-design {
  border-radius: 0px !important;
  border-collapse: none !important
}

/*waiting-for-sec*/
.waiting-for-sec {
  padding: 90px 0px;
  background-color: #4C6CDB;
}

.waitnig-head {
  text-align: center;
}

.waitnig-head h2 {
  font-size: 40px;
  color: white;
  margin-bottom: 16px;
  margin-top: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.waitnig-head p {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 48px;
}

/*vertical-tabs-setting*/
.vertical-tabs-setting {
  padding: 150px 0px 90px;
}

.forget-pas-design {
  font-size: 16px;
  color: #4C6CDB;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 8px;
  text-decoration: none;
}

.forget-pas-design:hover {
  color: #4C6CDB;
}

.phone-box {
  background-color: #F6F6F7;
  padding: 24px;
  margin-top: 20px;
}

.phone-box h2 {
  font-size: 24px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}

.phone-number-form {
  background-color: white;
}

.otp-inputs {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 32px;
}

.otp-inputs input {
  max-width: 60px;
  width: 100%;
  height: 100px;
  text-align: center;
  border: 1px solid #C7D1D9;
}

.otp-heading h3 {
  font-size: 16px;
  color: #021229;
  margin-bottom: 24px;
  margin-top: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.didnt-code {
  font-size: 16px;
  color: #42597A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  margin-top: 16px;
  margin-bottom: 0px;
  text-align: center;
}

.didnt-code a {
  color: #F69420;
  font-size: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.notifications-checkbox {
  border-bottom: 1px solid lightgray;
  padding: 16px;
  display: flex;
  align-items: baseline;
}

.notifications-checkbox label {
  cursor: pointer;
}

.notifications-checkbox label h4 {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 4px;
  margin-top: 0px;
}

.notifications-checkbox label p {
  font-size: 14px;
  color: #42597A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 0px;
}

.inline-check {
  margin-right: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
}

.inline-checkbox-design {
  margin-top: 10px;
}

.inline-checkbox-design label {
  margin-left: 15px;
}

.inline-checkbox-design label:first-child {
  margin-left: 0;
}

.privacy-details {
  margin-bottom: 24px;
}

.privacy-details h2 {
  font-size: 24px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0px;
}

.privacy-details p {
  color: #021229;
  font-size: 16px;
  margin-bottom: 26px;
  margin-top: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
}

.deactive-account {
  margin-top: 26px;
  background-color: transparent;
  border: 1px solid #C7D1D9;
  padding: 10px 20px;
  max-width: 200px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ED1C1C;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.vertical-tabs-setting .tab {
  float: left;
  border: 1px solid #C7D1D9;
  background-color: white;
  width: 100%;
  height: auto;
}

.vertical-tabs-setting .tab button {
  display: block;
  background-color: inherit;
  color: #021229;
  padding: 10px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
}

.vertical-tabs-setting .tab button:hover {
  background-color: #EAEEFF;
}

.vertical-tabs-setting .tab button.active {
  background-color: #EAEEFF !important;
  color: #4C6CDB !important;
  border-bottom: none !important;
}

.vertical-tabs-setting .tabcontent {
  float: left;
  width: 100%;
  padding: 0px;
}


/*contact-us-sec*/
.contact-us-sec {
  padding: 150px 0px 90px;
}

.contact-us-heading h1 {
  font-size: 40px;
  color: #021229;
  margin-bottom: 8px;
  margin-top: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.contact-us-heading p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  color: #42597A;
  font-size: 16px;
  margin-bottom: 32px;
  margin-top: 0px;
}

.login-popup-form {
  border-bottom: none !important;
}

.login-button-submit {
  margin-top: 15px;
}

.login-social-buttons {
  margin-top: 16px;
  background-color: transparent !important;
  padding: 0px !important;
}









.dropbtn {
  background-color: transparent;
  color: #021229;
  padding: 8px 18px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background-color: transparent !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 240px;
  filter: drop-shadow(0px 40px 120px rgba(6, 24, 86, 0.24));
  z-index: 12345;
  border-radius: 0px !important;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-size: 16px;
  color: #021229;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
}

.dropdown-content a img {
  max-width: 19px;
  width: 100%;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #EAEEFF;
  color: #021229 !important;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.arrow-dropdown {
  margin-left: 10px;
  position: relative;
  bottom: 2px;
}

.owl-next:before {
  content: "\f178" !important;
}

.owl-prev:before {
  content: "\f177" !important;
}

.left-deign-date input {
  padding-left: 10px !important;
}

.separate-textarea label {
  padding-top: 15px !important;
}

.separate-textarea label {
  display: flex;
  align-items: flex-start !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-body {
  padding-top: 0px !important;
}

.radio-checkbox label {
  padding-left: 0px !important;
}

.pad-design-form label {
  padding-left: 10px !important;
}

.main-form .pad-design-form input {
  padding-left: 10px !important;
}

.main-form .radio-checkbox label {
  padding-left: 0px !important;
}

.eye-img {
  max-width: 20px;
  width: 100%;
  position: absolute;
  right: 9px;
  top: 23px;
}

.inline-checkbox-design label {
  padding-left: 0px !important;
}

.not-edit-content {
  height: 65px;
  border-bottom: 1px solid #C7D1D9 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.not-edit-content label {
  border: none;
  font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #42597A;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.not-edit-content p {
  font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #021229;
  font-weight: 400;
  padding-left: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.not-edit-content a {
  font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #0C65DF;
  font-weight: 400;
  padding-left: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}


/*my-profile-detail*/
.main-dashboard-design {
  padding: 150px 0px 90px;
}

.my-profile-detail {
  border: 1px solid #C7D1D9;
  padding: 20px;
  line-height: 25px;
}

.my-profile-detail h6 {
  font-size: 14px;
  color: #021229;
  margin-bottom: 4px;
  margin-top: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
}

.my-profile-detail h3 {
  font-size: 24px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 0px;
}

.my-profile-detail p {
  font-size: 16px;
  color: #42597A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 0px;
}

.my-profile-detail ul {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 26px;
  margin-top: 24px;
}

.my-profile-detail ul li {
  list-style: none;
  margin-bottom: 16px;
  font-size: 14px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
}

.my-profile-detail ul li a {
  color: #021229 !important;
  text-decoration: none;
}

.my-profile-detail .main-design-button {
  width: 100%;
}

.my-profile-detail ul li img {
  max-width: 25px;
  width: 100%;
  margin-right: 10px;
}

.well-guid {
  background-color: #F6F6F7;
  padding: 20px;
}

.well-guid h2 {
  font-size: 32px;
  color: #021229;
  margin-bottom: 4px;
  margin-top: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.well-guid p {
  color: #42597A;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
}

.book-appoint-list {
  display: flex;
  background-color: white;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.book-appoint-list-icon-img {
  max-width: 70px;
  width: 100%;
  background-color: #EAEEFF;
  border-radius: 50%;
  padding: 10px;
  height: 70px;
  margin-right: 10px;
}

.book-head-detail {
  max-width: 400px;
  width: 100%;
}

.book-head-detail h3 {
  font-size: 16px;
  color: #021229;
  margin-bottom: 4px;
  margin-top: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.book-head-detail p {
  color: #42597A;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
}

.tick-button {
  background-color: #1FC497;
  border: 1px solid #1FC497;
  height: 100%;
  max-width: 30px;
  width: 100%;
  padding: 13px;
  height: 48px !important;
  min-height: 48px !important;
}

.edit-button {
  margin-left: 5px;
  border: none;
}

.book-edit-buttons .tick-button img {
  max-width: 20px !important;
  width: 100% !important;
}

.book-edit-buttons button {
  padding: 12px 20px !important;
}

.book-edit-buttons {
  width: 35%;
  text-align: right;
}

.book-appoint-list {
  border-bottom: 1px solid #C7D1D9;
}

.main-appoint-box {
  border: 1px solid #C7D1D9;
  margin-top: 16px;
}

.dashboard-events {
  margin-bottom: 24px;
}

.insurance-plan {
  background-color: #F6F6F7;
  padding: 20px;
  margin-top: 24px;
}

.insurance-plan h2 {
  font-size: 32px;
  color: #021229;
  margin-bottom: 4px;
  margin-top: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.insurance-plan p {
  color: #42597A;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
}

.insurance-plan-box {
  background-color: white;
  padding: 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C7D1D9;
}

.insurance-plan-box svg {
  max-width: 50px;
  width: 100%;
  margin-right: 15px;
}

.insurance-plan-box div {
  width: 100%;
}

.insurance-plan-box div h6 {
  font-size: 20px;
  color: #021229;
  margin-bottom: 4px;
  margin-top: 0px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  width: 70%;
}

.insurance-box-main {
  border: 1px solid #C7D1D9;
  border-bottom: none !important;
  margin-top: 16px;
}

.insurance-plan-box a img {
  max-width: 20px;
  width: 100%;
  float: right;
}

.last-visit-date {
  color: #42597A;
  font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
}

.last-visit-date img {
  max-width: 20px;
  width: 100%;
  margin-left: 15px;
}

.about-practice-img img {
  height: 100vh;
  width: 100%;
}

.about-practice-form {
  max-width: 570px;
  width: 100%;
}

.about-practice-heading {
  max-width: 570px;
  margin-bottom: 40px;
}

.about-practice-heading h1 {
  font-size: 40px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
}

.about-practice-main {
  height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-practice-navbar {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

.delete-insurance {
  font-size: 16px;
  color: #ED1C1C;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 16px !important;
}

.insurance-add-form {
  margin-top: 16px;
}

.insurance-phone-box {
  margin-top: 0px !important;
  margin-bottom: 24px;
}

.book-edit-buttons a {
  color: inherit !important;
  text-decoration: none;
}

.upload-photo-main {
  padding: 12px;
}

.upload-photo-main label {
  border: none;
  font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #021229;
  font-weight: 400;
  padding-left: 0px !important;
  margin-bottom: 12px;
}

/*upload-image*/
.upload-image {
  display: flex;
  justify-content: space-between;
}

.img-front {
  max-width: 47%;
  width: 100%;
  position: relative;
}

.img-front img {
  width: 100%;
}

.img-front input {
  padding-left: 0px !important;
}

.img-back {
  max-width: 47%;
  width: 100%;
  position: relative;
}

.img-back img {
  width: 100%;
}

.img-back input {
  padding-left: 0px !important;
}

/*custom input file attch*/
.custom-file-input {
  color: transparent;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: 'Upload Front Photo';
  color: white;
  display: inline-block;
  border: 1px solid #4C6CDB;
  border-radius: 0px;
  padding: 10px 16px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: none;
  font-size: 14px;
  background-color: #4C6CDB;
  max-width: 198px !important;
  width: 100%;
  text-align: center;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  outline: none;
}

.custom-file-input-two::before {
  content: 'Upload Back Photo';
  color: white;
  display: inline-block;
  border: 1px solid #4C6CDB;
  border-radius: 0px;
  padding: 10px 16px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: none;
  font-size: 14px;
  background-color: #4C6CDB;
  max-width: 198px !important;
  width: 100%;
  text-align: center;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  outline: none;
}

.custom-file-input-three::before {
  content: 'Upload Back Photo';
  color: #4C6CDB;
  display: inline-block;
  border: none !important;
  border-radius: 0px;
  padding: 10px 16px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: none;
  font-size: 14px;
  background-color: transparent !important;
  width: 100%;
  text-align: center;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  outline: none;
}

.custom-file-input-four::before {
  content: 'Upload front Photo';
  color: #4C6CDB;
  display: inline-block;
  border: none !important;
  border-radius: 0px;
  padding: 10px 16px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: none;
  font-size: 14px;
  background-color: transparent !important;
  width: 100%;
  text-align: center;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  outline: none;
}

.custom-file-input:hover::before {
  border-color: #4C6CDB;
}

.custom-file-input:active {
  outline: 0;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.not-select-image {
  max-width: 47%;
  width: 100%;
  position: relative;
  background-color: #EAEEFF;
  border: 1px solid #EAEEFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;

}

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

.not-select-image input {
  padding-left: 0px !important
}

.not-select-image img {
  max-width: 30px;
  width: 200%;
}

.not-select-image p {
  font-size: 14px;
  color: #ED1C1C;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/download.svg) !important;
}

.login-border-popup-design {
  border: none !important;
}

.login-border-popup-design .main-inputs-group {
  border: 1px solid lightgray !important;
}

.last-division input {
  border-bottom: none !important;
}

.last-division {
  position: relative;
}

.eye-icon-design {
  position: absolute;
  top: 23px;
  right: 15px;
  font-size: 20px !important;
  color: #42597A;
  max-width: 22px;
  width: 100%;

}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: lightgray !important;
}

.error {
  font-size: 14px !important;
}

.new-mmulti-select {
  padding-top: 5px !important;
}

.text-danger {
  color: #dc3545 !important;
  font-size: 14px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400 !important;
}

.error-login-text {
  padding-top: 15px;
}

.staf-search-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}

.staf-search {
  position: relative;
}

.main-form-heading {
  padding: 24px;
  background-color: #F6F6F7;
}

.main-form-heading h2 {
  font-size: 24px;
  color: #021229;
  margin-bottom: 16px;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
}

.findcare-form.main-form {
  padding: 24px;
  background-color: #F6F6F7;
}

.page-content-design {
  padding: 180px 0px 100px 0px;
}

.list-view-design {
  background-color: #4C6CDB;
  padding: 10px;
}

.list-view-design svg {
  fill: white !important;
  max-height: 20px;
  max-width: 20px;
}

.new-active-design {
  background-color: #4C6CDB;
}

.list-view-design {
  padding: 10px;
}

.map-view-design-new {
  background: #F6F6F7;
  padding: 10px;
}

.map-view-design-new svg {
  fill: white !important;
  max-height: 20px;
  max-width: 20px;
}

.map-view-design-new .new-active-design svg {
  fill: white !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  transition: 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #4C6CDB;
}

.datepicker table {
  width: 100%;
}

.datepicker-dropdown {
  min-width: 524px !important;
  /*  top: 518.102px !important;
  left: 192px !important;*/
  border-radius: 0px !important;
}

.signup-popup-date-calender {

  min-width: 464px !important;
  border-radius: 0px !important;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
  border: none !important;
  box-shadow: 0px 24px 80px rgba(6, 24, 86, 0.08) !important;
}

.datepicker-switch {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 16px;
}

.datepicker-switch:hover {
  background-color: none !important;
}

.datepicker-dropdown.datepicker-orient-top:before {
  display: none !important;
}

.datepicker td,
.datepicker th {
  height: 40px !important;
}

.day {
  font-size: 14px !important;
  color: #021229 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400 !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #4C6CDB !important;
  color: white !important;
  background-image: none !important;
  border-radius: 0px !important;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-image: none !important;
  color: #ED1C1C !important;
  background-color: transparent !important;
}

.datepicker table tr td.highlighted {
  background-color: transparent !important;
}

input#datepicker::placeholder {
  color: #021229 !important;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  border-radius: 0px !important;
}

.datepicker-days .prev {
  right: 8px;
  position: relative;
}

.datepicker-days .next {
  left: 8px;
  position: relative;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  display: none !important;
}

.findcare-form.main-form .form-floating>label {
  height: 60px !important;
}

.appont-form-float-design {
  border-bottom: 1px solid #C7D1D9;
}

.form-floating>.form-control {
  padding-bottom: 0px !important;
}

.add-data {
  margin-bottom: 10px !important;
}

.new-border-input-design input {
  border-bottom: 0px !important;
}

.align-design.row {
  --bs-gutter-x: 0px !important;
}

.align-design .centered {
  position: absolute;
  top: 50%;
}

.timing-design {
  cursor: pointer;
}

.active-design-button a {
  color: white !important;
}

.findcare-form-popup {
  padding: 0px !important;
}

.cancelled-border-design {
  border-left: 1px solid #C7D1D9 !important;
}

.divider {
  font-size: 12px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 800 !important;
  height: 25px !important;
  padding: 10px !important;
  align-items: center !important;
  cursor: pointer !important;
  justify-content: space-between !important;
  color: #7f7f7f !important;
  /* background-color: #f4f4f4 !important; */
  background-color: #ffffff !important;

}

.divider:hover {
  background-color: #f4f4f4 !important;
}

.searched-specialities-heading p {
  font-size: 16px;
  color: #021229;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  margin-bottom: 0px;
  margin-top: 20px;
}

.main-top-soeciality-design {
  /*display: flex;*/
  align-self: center;
}

.row-padding-design-style {
  padding: 0px;
  margin: 0px;
}

.colmn-pad-design-style {
  padding: 0px !important;
}

.custom-design-container {
  padding-left: 191px;
}

.main-searched-specialities-heading {
  height: 100%;
}

.click-me-names {
  position: absolute;
  left: 10%;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.65;
  color: black;
  top: 9px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.click-me-names:hover {
  color: black;
}

.click-me-mail {
  position: absolute;
  left: 6%;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.65;
  color: black;
  top: 9px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.click-me-mail:hover {
  color: black;
}

.pac-container {
  border: none !important;
  box-shadow: 0px 24px 80px rgba(6, 24, 86, 0.08) !important;
}

.pac-item {
  padding: 8px !important;
  border-top: none !important;
}

.pac-item:hover {
  background-color: #4c6cdb78 !important;
}

.checklist-popup-date-calender {
  min-width: 466px !important;
  border-radius: 0px !important;
}

.checklist-date-iinput {
  border-radius: 0px !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid lightgray !important;
}

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border: inherit !important;
  border: 1px solid lightgray !important;
  border-bottom: none !important;
}

.select2-selection__choice {
  background-color: #4C6CDB !important;
  color: white !important;
}

.select2-selection__choice span {
  color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white !important;
}

.privacy-not-found {
  text-align: center;
  padding: 40px 80px;
  border: 1px solid #C7D1D9;
}

.privacy-not-found img {
  max-width: 80px;
  width: 100%;
  margin-bottom: 24px;
}

.appoibtment-not-found-design {
  border: none !important;
}

.appoibtment-not-found-design p {
  font-size: 32px !important;
}

.privacy-not-found p {
  font-size: 40px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
}

.privacy-not-found h6 {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 0px;

}

.patient-not-found-design h2 {
  font-size: 32px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
}

.patient-not-found-design p {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
}




.new-doctor-design {
  display: flex;
}

.find-care-doctr-profile-img {
  max-width: 100px;
  margin-right: 15px;
  width: 100%;
  display: flex;
  align-items: center;
}

.new-doctor-design {
  padding: 24px 24px 0 24px !important;
}

.calender-dates {
  display: flex;
}

.dates-box-one:last-child {
  margin-right: 0px !important;
}

.dates-box-one {
  border: 1px solid lightgray;
  height: 61px;
  min-width: 110.6px;
  display: flex;
  padding: 8px;
  flex-direction: column;
  background-color: white;
  margin-right: 4px;
}

.dates-box-one h3 {
  font-size: 14px;
  color: black;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0px;
}

.dates-box-one p {
  font-size: 14px;
  color: black;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
  margin-top: 0px;
}

.border-deisgn-dates {
  /*  border-right: 0px;*/
}

.calender-new-dates-main {
  padding: 16px 16px 16px 16px;
  background-color: #F6F6F7;
}

.main-new-box-doctor-profile {
  border: 1px solid lightgray;
  margin-bottom: 16px;
}

.main-new-box-doctor-profile .find-care-doctr-profile-img img {
  max-width: 100% !important;
}

.calender-new-dates-main select {
  border: 1px solid lightgray !important;
  margin-bottom: 8px;
  border-radius: 0px !important;
}

.form-select:focus {
  box-shadow: none !important;
  outline: none;
}

.calender-times-div {
  /*   padding: 0 0 16px 16px;*/
}

.calender-times-padding-design {
  margin-top: 16px;
}

.calender-times {
  display: flex;
  padding: 4px 1px 4px 4px;
  /*  background-color: #4C6CDB;*/
  min-height: 119px !important;
  height: 108px !important;
  overflow: hidden;
}

.calender-times:last-child {
  margin-right: 0px !important;
}

.time-box-new {
  height: 48px;
  max-width: 98px;
  width: 100% !important;
  border: 1px solid lightgray;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}

.time-box-new-future-slots {
  min-width: 99.6% !important;
}

.time-box-new h4 {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
}

.calender-dates-active-box {
  background-color: #4C6CDB !important;
  border: 1px solid #4C6CDB !important;
}

.calender-dates-active-box h3 {
  color: white !important;
}

.calender-dates-active-box p {
  color: white !important;
}

.calender-times-active-box {
  /*background-color: #94A0B1 !important;*/
  border: 1px solid #94A0B1 !important;
}

.calender-times-active-box h4 {
  color: white !important;
}

.calender-dates-disable-box {
  background-color: #94a0b1 !important;
  border: #94a0b1 !important;
}

.calender-dates-disable-box h3 {
  color: white;
}

.calender-dates-disable-box p {
  color: white;
}

.postfixStyle {
  font-size: 14px !important;
  font-weight: 300 !important;
}

.activeStyleCustom {
  cursor: pointer;
}

/*scrolbar css*/
.find-care-timing-detail::-webkit-scrollbar {
  width: 4px !important;
}

.find-care-timing-detail::-webkit-scrollbar-thumb {
  background: gray !important;
}

.select-date ul::-webkit-scrollbar {
  width: 3px !important;
}

.select-date ul::-webkit-scrollbar-thumb {
  background: gray !important;
}









/*media query*/

@media screen and (max-width: 1392px) {
  .book-edit-buttons {
    width: 85% !important;
  }
}

@media screen and (max-width: 1200px) {
  .book-edit-buttons button {
    padding: 12px 20px !important;
  }

  .book-appoint-list {
    display: block !important;
  }

  .book-edit-buttons {
    width: 100%;
    text-align: left;
  }

  .book-appoint-list-icon-img {
    margin-bottom: 15px;
  }

  .book-head-detail {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .select-date {
    max-width: 38% !important;
  }

  .select-date-buttons .find-care-timing-detail .timing-design {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .select-date {
    max-width: 35%;
  }

  .select-date-buttons .find-care-timing-detail .timing-design {
    max-width: 100% !important;
  }

  /* .calender-dates{
    overflow-x: scroll;
    }*/
}

@media screen and (min-width: 1399px) {
  .select-date {
    max-width: 25% !important;
  }

  .select-date-buttons .find-care-timing-detail .timing-design {
    max-width: 92px !important;
  }

  /*  .calender-dates{
    overflow-x: scroll;
  }
  .calender-dates{
    overflow-x: revert !important;
    }*/
}

@media screen and (max-width: 1300px) {
  /*  .calender-dates{
    overflow-x: scroll;
    }*/
}

@media screen and (max-width: 992px) {
  .new-form-content-sec .content-detail {
    margin-top: 40px !important;
  }

  .navbar-brand {
    width: 89%;
  }

  .select-date {
    max-width: 33% !important;
  }

  .select-date-buttons .find-care-timing-detail .timing-design {
    max-width: 192px !important;
  }

  .datepicker-dropdown {
    min-width: 694px !important;
    border-radius: 0px !important;
  }

  .signup-popup-date-calender {
    min-width: 465px !important;
    border-radius: 0px !important;
  }

  .book-appoint-list {
    display: block !important;
  }

  .book-head-detail {
    margin-bottom: 15px;
  }

  .book-appoint-list-icon-img {
    margin-bottom: 15px;
  }

  .book-edit-buttons {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .star-box-design-new-chnage{
        max-width: 50% !important;
    text-align: center !important;
  }
  .calender-times{
    overflow-y: scroll !important;
  }
  .navbar-brand {
    width: auto !important;
  }

  .click-me-names {
    position: absolute;
    left: 20%;
  }

  .click-me-mail {
    position: absolute;
    left: 10%;
  }

  .privacy-not-found {
    text-align: center;
    padding: 40px 20px;
  }

  .select-date-buttons .find-care-timing-detail .timing-design {
    max-width: 100% !important;
  }

  .main-form-heading {
    margin-bottom: 80px;
  }

  .custom-design-container {
    padding-left: 0px !important;
  }

  .sidebar-icon {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse {
    background-color: white;
    z-index: 123;
    box-shadow: 1px 14px 20px #d3d3d352;
    padding: 20px;
  }

  /*  button:focus:not(:focus-visible) {
    box-shadow: none !important;
  }*/

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .navbar-nav {
    margin-left: 0px;
  }

  .login-button-main {
    text-align: center;
  }

  .content-detail h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .easy-steps-heading h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .easy-steps-heading {
    margin-bottom: 20px;
  }

  .easy-step-para {
    display: block;
  }

  .easy-step-para-child {
    margin-bottom: 30px;
  }

  .specialities-box {
    margin-bottom: 20px;
    position: relative;
  }

  .main-doctor-box {
    margin-bottom: 20px;
  }

  .specialities-part-design {
    margin-bottom: 20px;
  }

  .pad-design-row-left {
    padding-left: 12px !important;
  }

  .pad-design-row-right {
    padding-right: 12px !important;
  }

  .about-detail-child h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .main-list-practise-img {
    display: none;
  }

  .list-practise-detail h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .list-practise-content {
    padding: 130px 0px 80px;
  }

  .provide-love-section {
    padding-bottom: 80px !important;
  }

  .testimonial-head h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .testimonial {
    padding: 0px;
  }

  .provide-love-section h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .waitnig-head h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .Find-care-sec {
    padding: 150px 0px 90px;
  }

  .findcare-form {
    margin-bottom: 90px;
  }

  .findcare-cards-heading h1 {
    font-size: 35px;
  }

  .date-pagination {
    display: flex;
    align-items: center;
  }

  .find-care-cards {
    display: block;
  }

  .find-care-cards-profile {
    width: 100%;
  }

  .find-care-timings {
    width: 100%;
  }

  .find-care-timing-detail {
    transform: none !important;
    top: 0 !important;
    margin-bottom: 8px;
  }


  .multi-tabs-design .tab {
    display: flex;
    overflow-x: scroll;
  }

  .star-box-main {
    display: block;
  }

  .star-box {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .recent-reviews-sec {
    max-width: 100%;
    width: 100%;
  }

  .star-box-main {
    margin-bottom: 20px;
  }

  .doctors-detail-main {
    padding-bottom: 0px !important;
  }

  .office-detail {
    display: block;
    margin-bottom: 20px;
  }

  .insurance-boxes {
    display: block;
  }

  .insurance-box {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }

  .view-all-box-design {
    transform: none !important;
  }

  .doctor-profile-design {
    margin-bottom: 20px;
  }

  .findcare-form {
    margin-bottom: 20px;
  }

  .tahnkyou-design h3 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 20px;
  }

  .select-date {
    max-width: 23%;
  }

  .navbar-brand img {
    max-width: 140px;
    width: 100%;
  }

  .setting-detail {
    margin-top: 20px;
  }

  .upload-image {
    display: block !important;
  }

  .img-front {
    max-width: 100%;
    width: 1005;
    margin-bottom: 20px;
  }

  .img-back {
    max-width: 100%;
    width: 1005;
  }

  .not-select-image {
    max-width: 100%;
    width: 100%;
    padding: 40px 0px;
  }

  .contact-us-heading h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .book-appoint-list {
    display: block;
  }

  .book-edit-buttons {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }

  .book-appoint-list-icon-img {
    margin-bottom: 20px;
  }

  .appointment-doctores-sec {
    padding: 150px 0px 90px !important;
  }

  .appointment-head-full-box {
    display: block;
  }

  .appointment-detail-button {
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .sub-footer-para {
    text-align: center;
    margin-bottom: 20px;
  }

  .sub-footer-para-ul-list {
    text-align: center;
    margin-bottom: 20px;
  }

  .ul-icons {
    text-align: center;
  }

  .datepicker-dropdown {
    min-width: 694px !important;
    border-radius: 0px !important;
  }

  .signup-popup-date-calender {
    min-width: 465px !important;
    border-radius: 0px !important;
    left: 152px !important;
  }
  .appointment-main-wrap h5 {
    font-size: 24px !important;
  }
  .well-guid h2{
     font-size: 24px !important;
  }
  .insurance-plan h2{
    font-size: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .datepicker-dropdown {
    min-width: 514px !important;
    border-radius: 0px !important;
  }

  .signup-popup-date-calender {
    min-width: 463px !important;
    border-radius: 0px !important;
    left: 89px !important;
  }


}

@media screen and (max-width: 576px) {
  .top-docter-heading h2{
    font-size: 24px !important;
  }
  .appoibtment-not-found-design p{
    font-size: 24px !important;
  }
  .new-form-content-sec .content-detail {
    margin-top: 50px !important;
  }

  .select-date-buttons .find-care-timing-detail .timing-design {
    max-width: 100% !important;
  }

  .datepicker-dropdown {
    min-width: 89.2% !important;
    border-radius: 0px !important;
  }

  .book-edit-buttons button {
    max-width: 79%;
    width: 100%;
  }

  .appoibtment-not-found-design p {
    font-size: 22px !important;
  }

  .privacy-not-found p {
    font-size: 22px;
  }

  .rated-doctor {
    display: block;
  }

  .rated-detail {
    width: 100%;
    padding: 16px !important;
  }

  .rated-detail-border {
    border-right: none !important;
    border-bottom: 1px solid lightgray;
  }

  .new-bottom-border {
    border-bottom: 1px solid lightgray;
  }
}

@media screen and (max-width: 576px) {
  .datepicker-dropdown {
    min-width: 93.6% !important;
    border-radius: 0px !important;
  }
}

@media screen and (max-width: 400px) {
  .select-date {
    max-width: 30%;
  }

  .select-date-buttons {
    max-width: 74%;
    width: 100% !important;
  }
}

.select2-selection__choice {
  background-color: #4C6CDB !important;
  color: white !important;
}

.select2-selection__choice span {
  color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white !important;
}

.privacy-not-found {
  text-align: center;
  padding: 40px 80px;
  border: 1px solid #C7D1D9;
}

.privacy-not-found img {
  max-width: 80px;
  width: 100%;
  margin-bottom: 24px;
}

.appoibtment-not-found-design {
  border: none !important;
}

.appoibtment-not-found-design p {
  font-size: 32px !important;
}

.privacy-not-found p {
  font-size: 40px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
}

.privacy-not-found h6 {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 0px;

}

.patient-not-found-design h2 {
  font-size: 32px;
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
}

.patient-not-found-design p {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
}




.new-doctor-design {
  display: flex;
}

.find-care-doctr-profile-img {
  max-width: 100px;
  margin-right: 15px;
  width: 100%;
  display: flex;
  align-items: center;
}

.new-doctor-design {
  padding: 24px 24px 0 24px !important;
}

.calender-dates {
  display: flex;
  /*  overflow-x: scroll !important;*/
}

.dates-box-one:last-child {
  margin-right: 0px !important;
}

.dates-box-one {
  border: 1px solid lightgray;
  height: 61px;
  min-width: 110.6px;
  display: flex;
  padding: 8px;
  flex-direction: column;
  background-color: white;
  margin-right: 4px;
}

.dates-box-one h3 {
  font-size: 14px;
  color: black;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0px;
}

.dates-box-one p {
  font-size: 14px;
  color: black;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
  margin-top: 0px;
}

.border-deisgn-dates {
  /*  border-right: 0px;*/
}

.calender-new-dates-main {
  padding: 16px 16px 16px 16px;
  background-color: #F6F6F7;
}

.main-new-box-doctor-profile {
  border: 1px solid lightgray;
  margin-bottom: 16px;
}

.main-new-box-doctor-profile .find-care-doctr-profile-img img {
  max-width: 100% !important;
}

.calender-new-dates-main select {
  border: 1px solid lightgray !important;
  margin-bottom: 8px;
  border-radius: 0px !important;
}

.form-select:focus {
  box-shadow: none !important;
  outline: none;
}

.calender-times-div {
  padding: 0 16px 16px 16px;
}

.calender-times {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 1px 4px 4px;
  /*  background-color: #4C6CDB;*/
  /*  overflow-x: scroll;*/
}

.calender-times:last-child {
  margin-right: 0px !important;
}

.time-box-new {
  height: 48px;
  max-width: 98px !important;
  width: 100% !important;
  border: 1px solid lightgray;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}

.time-box-new-future-slots {
  min-width: 99.6% !important;
}

.time-box-new h4 {
  font-size: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
}

.calender-dates-active-box {
  background-color: #4C6CDB !important;
  border: 1px solid #4C6CDB !important;
}

.calender-dates-active-box h3 {
  color: white !important;
}

.calender-dates-active-box p {
  color: white !important;
}

.calender-times-active-box {
  background-color: #94A0B1 !important;
  border: 1px solid #94A0B1 !important;
}

.calender-times-active-box h4 {
  color: white !important;
}

.calender-dates-disable-box {
  background-color: #94a0b1 !important;
  border: #94a0b1 !important;
}

.calender-dates-disable-box h3 {
  color: white;
}

.calender-dates-disable-box h4 {
  color: white;
}

.calender-dates-disable-box p {
  color: white;
}

.calender-dates-disable-box a {
  color: white;
}

.postfixStyle {
  font-size: 14px !important;
  font-weight: 300 !important;
}

.activeStyleCustom {
  cursor: pointer;
}

/*scrolbar css*/
.find-care-timing-detail::-webkit-scrollbar {
  width: 4px !important;
}

.find-care-timing-detail::-webkit-scrollbar-thumb {
  background: gray !important;
}

.select-date ul::-webkit-scrollbar {
  width: 3px !important;
}

.select-date ul::-webkit-scrollbar-thumb {
  background: gray !important;
}

.summary-dates-main {
  padding-bottom: 0px !important;
}

.summary-dates-main {
  background-color: white !important;
  padding-bottom: 16px;
}

.summary-dates-main h3 {
  color: #021229;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 20px;
}

.summary-dates-main p {
  color: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
}

.no-appoitment-design-findcare-list {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.no-slots-new-design {
  min-height: 108px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-slots-new-design span {
  color: 16px;
  color: #021229;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400 !important;
}

.no-appoitment-design-findcare-list b {
  text-decoration: underline !important;
  font-weight: bold;
}

.arrows-dates-design {}

.arrows-dates-design ul {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
  display: flex;
}

.arrows-dates-design ul li {
  list-style: none;
  display: inline-block;
}

.arrows-dates-design ul li:nth-child(2) {
  display: none;
}

.findcare-form-dates-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  border-bottom: 1px solid lightgray;
}

.date-calender-img {
  margin-right: 10px;
  max-width: 20px;
  width: 100%;
}

.select-an-office-design {
  background-color: white !important;
}

.select-an-office-design select {
  margin-bottom: 0px !important;
  border-top: none !important;
}

.date-for-floating .month-date input {
  height: 25px !important;
  border-bottom: none !important;
  padding-left: 0px !important;
}

.slot-filter-heading {
  border: none;
  font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #021229;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-left: 0px !important;
}

.select-an-office-design {
  margin-bottom: 10px;
}

.main-form .form-floating select {
  border-left: none !important;
  border-right: none !important;
}

.arrows-dates-design ul li {
  margin: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-mmulti-select label {
  border: none;
  font-size: 14px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  color: #021229 !important;
  font-weight: 400 !important;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  background-color: white !important;
  margin-bottom: 0px !important;
  border: none !important;
}

span.select2-selection.select2-selection--multiple {
  border: none !important;
  background-color: white !important;
}

span.selection {
  background-color: white !important;
}

.login-popup-form .new-mmulti-select {
  padding-bottom: 5px !important;
  padding-top: 10px !important;
}
.login-popup-form .main-inputs-group{
  margin-bottom: 8px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #4C6CDB !important;
}

.main-form .multi-select-dropdown input {
  padding-left: 6px !important;
}

span.select2-dropdown.select2-dropdown--below {
  border-right: 0px !important;
  border-left: 0px !important;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  box-shadow: none !important;
  /*  border-bottom: 1px solid lightgray !important;*/
}

.main-inputs-group .login-new-division {
  border-bottom: 0px !important;
}

.time-slot-design-new {
  height: fit-content !important;
  width: 100%;
  flex-wrap: wrap;
  --auto-grid-min-size: 6rem;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
}

.show-more-design {
  background-color: transparent !important;
  border: 1px solid lightgray !important;
  height: 48px !important;
  border-radius: 0px !important;
  color: #F69420 !important;
  font-family: 'Clash Display', sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.show-more-design:focus {
  background-color: transparent !important;
  border: 1px solid lightgray !important;
  height: 48px !important;
  border-radius: 0px !important;
  border: 1px solid lightgray !important;
}

/*button:focus:not(:focus-visible){
  border:1px solid lightgray !important;
}*/
input#doctor-search-datepicker::placeholder {
  color: #021229 !important;
}

.date-for-floating .month-date input::placeholder {
  color: #021229 !important;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 1 !important;
  color: #42597A !important;
  font-weight: 600;
  font-size: 16px !important;
}

.other-tab-design {
  background-color: #F6F6F7 !important;
}

.new-change-map-view .other-tab-design {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-date-pagination-deisng img {
  max-width: 15px !important;
  width: 100% !important;
}

.first-checkbox-deisgn-form {
  padding-left: 19px !important;
}








@media screen and (max-width: 400px) {
  .content-detail {
    margin: 80px 0px !important;
  }
}

@media screen and (max-width: 576px) {
  .date-pagination {
    flex-direction: column;
    max-width: 35%;
  }

  .date-pagination label {
    width: 100%;
  }

  .date-mobile-design {
    font-size: 12px !important;
  }
}


input[type=checkbox] {
  accent-color: #4C6CDB !important;
  position: relative;
  top: 1px;
  transform: scale(1.1);
  outline: none;
  content: none;
}

.vegetables {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
}

.page {
  list-style: none;
  padding: 0;
}

.page li {
  margin-bottom: 10px;
}

.pagination-main {
  text-align: center;
  display: flex;
  align-items: center;
}

.pagination-main button {
  border: none !important;
  background-color: transparent !important;
  width: fit-content !important;
}

.pagination-main button img {
  max-width: 15px;
  width: 100%;
}

.pagination {
  border: 1px solid dimgray;
}

.right-sidebar .btn-danger.focus,
.btn-danger:focus {
  background-color: white !important;
  border: 1px solid white !important;
}

#forgot-model {
  text-decoration: none !important;
}

#forgot-model b {
  font-size: 16px;
  color: #4C6CDB;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  text-decoration: underline;
}

.close-popup-cross-img {
  max-width: 12px;
  width: 100%;
}

.img-active-deisng path {
  fill: #4C6CDB !important;
}

.due-design-check {
  max-width: 40px;
  width: 100%;
  background-color: #ED1C1C;
  position: absolute;
  top: 15px;
  left: 55px;
  border-radius: 20px;
  padding: 4px 8px;
}

.due-design-check h6 {
  color: white;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  margin: 0px !important;
  font-size: 12px;
}

.multigraph {
  width: 300px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px;

}

.multigraph:before {
  content: '';
  width: 300px;
  height: 150px;
  position: absolute;
  border: 30px solid rgba(0, 0, 0, 0.1);
  border-radius: 300px 300px 0 0;
  border-bottom: none;
}

.tooltip {
  width: 80px;
  height: 30px;
  background: lightgrey;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  color: #000;
  border: 1px solid #grey;
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin: -40px;
  transition: all 300ms ease-in-out;
  box-shadow: 0 0 5px grey;
  opacity: 0;
  transform: scale(.1);
}

.multigraph:hover .tooltip {
  bottom: 75%;
  opacity: .8;
  transform: scale(1);
}

.graph {
  width: 300px;
  height: 150px;
  position: absolute;
  overflow: hidden;

}

.graph:before,
.graph:after {
  width: 300px;
  height: 150px;
  position: absolute;
  top: 100%;
  border: 30px solid #000;
  content: '';
  border-radius: 0 0 300px 300px;
  border-top: none;
  animation: demo 3s;
  transform-origin: center top;
}

.graph:after {
  transform: rotate(150deg);
}

@keyframes demo {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(180deg)
  }
}

.checklist-header {
  max-width: 67%;
  width: 100%;
}

.checklist-bar {
  max-width: 33%;
  width: 100%;
}

.checklist-main-header {
  display: flex;
  align-items: center;
}

.semi-donut {
  --percentage: 0;
  --fill: #1FC497;
  width: 100%;
  height: 95px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  color: var(--fill);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;

  &:after {
    content: '';
    width: 100%;
    height: 300px;
    border: 23px solid;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    animation: fillAnimation 1s ease-in;
  }
}


// ===================Semi Donut Chart model-2========================

.semi-donut-model-2 {
  width: 300px;
  height: 150px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 150px 150px 0 0;
  overflow: hidden;
  color: var(--fill);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;

  &:before,
  &:after {
    content: '';
    width: 300px;
    height: 150px;
    border: 50px solid var(--fill);
    border-top: none;
    position: absolute;
    transform-origin: 50% 0% 0;
    border-radius: 0 0 300px 300px;
    box-sizing: border-box;
    left: 0;
    top: 100%;
  }

  &:before {
    border-color: rgba(0, 0, 0, .15);
    transform: rotate(180deg);
  }

  &:after {
    z-index: 3;
    animation: 1s fillGraphAnimation ease-in;
    transform: rotate(calc(1deg * (var(--percentage) * 1.8)));
  }

  &:hover {
    &:after {
      opacity: .8;
      cursor: pointer;
    }
  }
}

// ===================Multi Semi Donut Chart ========================

.multi-graph {
  width: 300px;
  height: 150px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;

  &:before {
    content: '';
    width: 300px;
    height: 150px;
    border: 50px solid rgba(0, 0, 0, .15);
    border-bottom: none;
    position: absolute;
    box-sizing: border-box;
    transform-origin: 50% 0%;
    border-radius: 300px 300px 0 0;
    left: 0;
    top: 0;
  }

  .graph {
    width: 300px;
    height: 150px;
    border: 50px solid var(--fill);
    border-top: none;
    position: absolute;
    transform-origin: 50% 0% 0;
    border-radius: 0 0 300px 300px;
    left: 0;
    top: 100%;
    z-index: 5;
    animation: 1s fillGraphAnimation ease-in;
    transform: rotate(calc(1deg * (var(--percentage) * 1.8)));
    box-sizing: border-box;
    cursor: pointer;

    &:after {
      // content: attr(data-name) ;
      content: attr(data-name) ' 'counter(varible) '%';
      counter-reset: varible var(--percentage);
      background: var(--fill);
      box-sizing: border-box;
      border-radius: 2px;
      color: #fff;
      font-weight: 200;
      font-size: 12px;
      height: 20px;
      padding: 3px 5px;
      top: 0px;
      position: absolute;
      left: 0;
      transform: rotate(calc(-1deg * var(--percentage) * 1.8)) translate(-30px, 0px);
      transition: 0.2s ease-in;
      transform-origin: 0 50% 0;
      opacity: 0;
    }

    &:hover {
      opacity: 0.8;

      &:after {
        opacity: 1;
        left: 30px;
      }
    }
  }
}



@keyframes fillAnimation {
  0% {
    transform: rotate(-45deg);
  }

  50% {
    transform: rotate(135deg);
  }
}

@keyframes fillGraphAnimation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }
}

.semi-donut h6 {
  color: #021229;
  font-size: 20px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-family: 'Clash Display', sans-serif;
  font-weight: 600;
  position: relative;
  bottom: 17px;
}

.deletInsurance {
  text-align: center;
  color: red;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 0 0 0;
}

.rating-main-wrapper {
  display: flex;
  justify-content: flex-end;
}

.new-design-star-box {
  display: flex;
}

.new-design-star-box img {
  max-width: 20%;
  width: 100%;
  height: 30px;
  margin-right: 10px;
}

.rating-detail-content {
  max-width: 80%;
  width: 100%;
}

.rating-detail-content h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #021229;
  margin-bottom: 8px !important;
  margin-top: 0px !important;
}

.rating-detail-content h2 small {
  font-size: 12px !important;
}

.bg-white.calender-dates-new-main {
  border: 1px solid lightgray;
}

.calender-dates div {
  border-top: none !important;
}

.calender-dates div:first-child {
  border-left: 0px !important;
}

.calender-dates div:last-child {
  border-right: 0px !important;
}
.red-error{
  max-width: 23px;
  width: 100%;
  position: absolute;
    top: 20px;
    right: 22px;
}
.error-format {
      width: auto !important;
    background-color: #ED1C1C;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    padding: 5px 10px;
    z-index: 1;
    margin-left: -60px;
    position: absolute;
    top: -34px;
    right: -109px;
    height: 37px;
    font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
}
.error-format::after {
 content: "";
    position: absolute;
    top: 100%;
    left: 43%;
    border-width: 10px;
    border-style: solid;
    border-color: #ED1C1C transparent transparent transparent;
}
.correct-format {
      width: auto !important;
    background-color: #1FC497;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    padding: 5px 10px;
    z-index: 1;
    margin-left: -60px;
    position: absolute;
    top: -34px;
    right: -109px;
    height: 37px;
    font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
}
.correct-format::after {
 content: "";
    position: absolute;
    top: 100%;
    left: 43%;
    border-width: 10px;
    border-style: solid;
    border-color: #1FC497 transparent transparent transparent;
}
.wrong-credential-error{
  background-color:#ED1C1C; 
  padding: 12px;
  display: flex;
  margin-bottom: 24px;
}
.whiteerror{
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.wrong-credential-error h6{
  font-size: 16px !important;
  color: #FFFFFF;
   font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  margin: 0px !important;
}
.green-error {
     color: #1FC497 !important;
}
.custom-error-pas-design{
  font-size: 14px !important;
  color: #021229 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 400 !important;
}
.text-parent-design img{
   margin-right: 7px !important;
   max-width: 15px !important;
   width: 100% !important;
}
.book-edit-buttons .new-design-tick-button{
    width: 51px !important;
    padding: 0px !important;
    height: 48px !important;
    border: none !important;
      background-color: #1FC497 !important;
  border: 1px solid #1FC497 !important;
}
.new-forget-float input{
   border-bottom: none !important;
}
.new-forget-float input:focus{
   border-bottom: none !important;
}
.not-found-error-design{
    background-color: #F6F6F7;
    padding: 12px 16px;
    display: flex;
    align-items: center;
}
.not-found-error-design img{
    max-width: 25px !important;
    width: 100% !important;
    margin-right: 10px;
    margin-bottom: 0px !important;
}
.not-found-error-design h4{
    font-size: 16px;
    color: #021229;
    margin: 0px !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
}



@media screen and (max-width: 992px){
.click-me-names {
    position: absolute;
    left: 14% !important;
  }

  .tabs-profile-links .tab {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .click-me-names {
    position: absolute;
    left: 24% !important;
  }
  #navbar_top{
    padding: 0px 10px;
  }
}

@media screen and (max-width: 415px) {
  .click-me-names {
    position: absolute;
    left: 27% !important;
  }
}
@media screen and (max-width: 403px){
.book-edit-buttons{
   width: 100% !important;
}
}
