#details {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0 0;
}

#details .grid-item {
  color: #fff;
  box-shadow: 0 0 10px #00000080;
  padding: 52px 27px 27px;
  float: left;
  width: 31%;
  margin: 20px;
  display: inline;
  padding-top: 0;
  border-radius: 10px;
}

#details .grid-item.talks {
  width: 56%;
}

#details .grid-item:first-child {
  margin-left: 0;
}

#details .grid-item:nth-child(3) {
  margin-right: 0;
}

#detail .grid-sizer {
  width: 33%;
}

#details .span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

#details .span-1 {
  grid-column-end: span 1;
  grid-row-end: span 2;
}

#details .iconArea {
  position: relative;
  top: -50px;
}

#details .iconArea span {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #034ea1;
  border-radius: 100%;
  font-size: 40px;
}

#details .iconArea span:before {
  font-size: 30px;
}

#details .grid-item .detailArea h2 {
  font-family: MontserratBold;
  font-size: 16px;
  line-height: 20px;
  color: #034ea1;
  padding-bottom: 10px;
}

#details .grid-item .detailArea ul {
  padding-left: 20px;
}

#details .grid-item .detailArea li {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 26px;
  color: #121212;
  padding-bottom: 20px;
  list-style-type: circle;
}

#pageBanner.doctorProfilePage .banCont {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 20px #00000080;
}

#pageBanner .banCont .docDetails {
  padding: 30px 85px;
}

#pageBanner .banCont .docDetails h1 {
  font-family: MontserratBold;
  font-size: 32px;
  line-height: 39px;
  color: #034ea1;
  padding-bottom: 10px;
}

#pageBanner .banCont .docDetails p {
  font-family: Montserrat;
  font-size: 17px;
  line-height: 20px;
  color: #240f39;
  text-transform: uppercase;
}

#pageBanner .banCont .docDetails .professionalDetails p {
  text-transform: capitalize;
}

#pageBanner .banCont .docDetails .personalDetails {
  padding-bottom: 25px;
}

#pageBanner .banCont .docDetails h4 {
  font-family: MontserratBold;
  font-size: 17px;
  line-height: 28px;
  color: #034ea1;
  text-transform: capitalize;
  padding-bottom: 5px;
}

#pageBanner .banCont .docImg {
  position: relative;
}

#pageBanner .banCont .docImg .location {
  position: absolute;
  top: 0;
  right: 10%;
  background-color: #034ea1;
  padding: 7px 16px;
}

#pageBanner .banCont .docImg .location p {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}

#pageBanner .banCont .docImg img {
  border-radius: 10px;
}

#pageBanner .banCont .docDetails button {
  background-color: #034ea1;
  font-family: Montserrat;
  line-height: 24px;
  color: #fff;
  border: 0;
  margin-top: 20px;
  padding: 0;
}

#pageBanner .banCont .docDetails button:hover {
  background-color: #034ea1;
}

#pageBanner .banCont .docDetails button a {
  display: block;
  padding: 9px 23px;
  font-size: 20px;
}

label.new-asd.radio-inline {
  left: 2em;
}

span.backtodatetime.decas {
  width: auto;
}
.tab-content, .tab-content *:not(h4) {
  font-size: 12px !important;
  line-height: 21px !important;
}
@media only screen and (max-width: 767px) {
  #details {
    padding: 20px 0;
  }
  #details .row {
    margin-right: 0;
    margin-left: 0;
  }
  #details .grid-item,
  #details .grid-item.talks {
    width: 100%;
    margin: 0 0 20px;
  }
  #details .iconArea span {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
  #details .award .iconArea,
  #details .iconArea,
  #details .membership .iconArea,
  #details .talks .iconArea {
    top: -16%;
  }
  #details .talks .iconArea {
    top: -4%;
  }
  #details .talks {
    top: 0;
  }
  #details .grid-item {
    padding: 15px;
  }
  #details .grid-item .detailArea li {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  #details .award .iconArea,
  #details .membership .iconArea {
    top: -10%;
  }
  #pageBanner.doctorProfilePage {
    padding: 20px 0;
  }
  #pageBanner .banCont .docDetails {
    padding: 20px;
  }
  #pageBanner .banCont .docDetails h1 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 5px;
  }
  #pageBanner .banCont .docDetails p {
    font-size: 14px;
  }
  #pageBanner .banCont .docDetails .personalDetails {
    padding-bottom: 10px;
  }
  #pageBanner .banCont .docDetails h4 {
    font-size: 16px;
  }
  #pageBanner .banCont .mobImg img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  #pageBanner .banCont .docDetails button a {
    padding: 5px 15px;
    font-size: 15px;
  }
  #details .iconArea {
    position: static;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #pageBanner.doctorProfilePage {
    background-position: left;
  }
  #details .grid-item,
  #details .grid-item.talks {
    width: 100%;
    margin: 0 0 80px;
  }
  #details .talks {
    top: 0;
  }
  #details .award .iconArea,
  #details .membership .iconArea {
    top: -22%;
  }
  #details .talks .iconArea {
    top: -11%;
  }
  #details .grid-item .detailArea li {
    font-size: 15px;
    padding-bottom: 18px;
  }
  #pageBanner .banCont .docDetails {
    padding: 30px 50px;
  }
  #pageBanner .banCont .docDetails h1 {
    font-size: 20px;
    padding-bottom: 5px;
  }
  #pageBanner .banCont .docDetails p {
    font-size: 14px;
  }
  #pageBanner .banCont .docDetails .personalDetails {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #details .grid-item {
    margin: 38px;
    padding: 52px 15px 15px;
  }
  #details .grid-item .detailArea li {
    font-size: 15px;
    padding-bottom: 20px;
  }
  #details .talks .iconArea {
    top: -11%;
  }
  #pageBanner .banCont .docDetails h1 {
    font-size: 26px;
    padding-bottom: 0;
  }
  #pageBanner .banCont .docDetails p {
    font-size: 16px;
  }
  #pageBanner .banCont .docDetails {
    padding: 25px 85px;
  }
}

span.apply-error {
  font-size: 10px !important;
}

.price-book-btn {
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 0 10px !important;
}

.form-group.patient-manipal-back {
  display: block;
  margin: 10px 0;
}

.price-book-btn p {
  color: #090909 !important;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 10px;
  padding: 15px 0 10px;
}

h3#old_mobile_no_vc894 {
  color: #034ea1;
  padding: 5px 0;
}

.otp-appointment-vc span {
  font-size: 12px !important;
  font-weight: 500;
  color: #024e9f;
  margin: 5px;
  left: 5px !important;
}

input#otp_got_vc3 {
  width: 100% !important;
}

.timeleft {
  font-size: 12px;
}

span#otp_check_vc3 {
  width: fit-content;
  padding: 5px;
  position: static;
  font-size: 12px !important;
}

p.otp-mobile {
  font-weight: 500;
  text-align: center;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-left: 10px;
}

.width-booking-form {
  width: 100%;
  padding: 5px;
}

p.registaryion-details {
  text-align: center;
}

h3#old_mobile_no_vc894 {
  color: #034ea1;
}

.checkbox-refund {
  display: inline-flex;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 5px;
}

.checkbox-refund label {
  font-size: 12px;
}

.checkbox-refund span {
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
}

input#opd3 {
  margin: 0;
}

.form-group {
  margin-bottom: 20px !important;
  margin-right: 5px;
}

input,
input::-webkit-input-placeholder {
  font-size: 12px !important;
  color: #000 !important;
}

span.close.closeModal {
  margin: -35px -30px !important;
}

textarea#address_vc894 {
  width: 100%;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

span.back-reg-step1 {
  padding-left: 12px;
}

.form-group.new-user-manipal {
  text-align: center;
}

.scroll-form {
  height: 275px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-form1 {
  height: 380px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-form2 {
  height: 340px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.all_patient_details {
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
}

p.registaryion-details {
  font-size: 16px !important;
}

.notofication-details-bar {
  padding-left: 25px;
}

.notofication-details-bar p {
  line-height: 12px !important;
}

span.backtodatetime {
  margin-bottom: 5px;
}

.st1-data {
  width: 25px !important;
  height: 26px !important;
  padding-top: 5px !important;
  margin: 2px !important;
}

hr {
  margin-top: 12px;
  margin-bottom: 12px;
}

.nd2-data,
.rd3-data {
  margin: 4px !important;
}

.pending-fill {
  margin: 0 !important;
}

.fill-details,
.filled-details {
  margin: 0 !important;
}

p.new-user-declaration {
  font-size: 12px;
  line-height: 14px;
}

p.consent {
  font-size: 12px;
}

p.hereby-decleartion {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 0;
}

.payment-description-wrap {
  padding: 15px 10px !important;
}

.payment-form td:nth-child(1) {
  width: 35%;
  border: none;
  padding: 8px 0;
}

.payment-form td:nth-child(2) {
  width: 65%;
  color: #034ea1;
  border: none;
  border-left: 1px solid #a4c8ef;
}

p.control-data {
  font-size: 12px !important;
  font-weight: 500;
  line-height: 12px;
}

.heading-para {
  font-weight: 600;
  padding: 0 5px 5px;
}

.overview-padding {
  padding: 10% 0;
}
#clicked_value font {
  font-size: 9px;
}
@media screen and (max-width: 1200px) {
  .fixed-form {
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 99;
    right: 15px;
  }
  .section-heading {
    padding: 10px 5px;
  }
  .section1-paragraph {
    font-size: 10px;
    font-weight: 600;
  }
  select.form-control.mutli-doc-select {
    font-size: 10px;
    font-weight: 600;
  }
  input#videoc894 {
    display: contents;
  }
  input#opd894 {
    display: contents;
  }
  .videoc {
    padding: 5px 2px !important;
  }
  input[type="radio"]:checked ~ label {
    padding: 8px;
  }
  p.hereby-decleartion {
    overflow-y: scroll;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .fixed-form {
    position: static;
    width: 100%;
    display: block;
  }
  .section2 {
    overflow: hidden;
  }
  .opd-video {
    justify-content: space-evenly !important;
    display: flex;
    padding: 10px;
  }
  .opd-video .opd {
    font-weight: 400 !important;
    font-size: 12px !important;
    padding: 8px 7px !important;
    cursor: pointer;
  }
  .videoc {
    font-size: 12px !important;
    padding: 8px 12px !important;
  }
  #navbar-new .bookNow {
    width: 30% !important;
  }
  p.heading-para {
    font-size: 16px !important;
    margin-bottom: 10px;
  }
  p.registaryion-details {
    font-size: 18px !important;
  }
  .section1-paragraph {
    font-size: 16px !important;
  }
  select.form-control.mutli-doc-select {
    width: 40% !important;
    font-size: 16px;
  }
  .section2-headpara {
    font-size: 14px !important;
  }
  .width-booking-form h4 {
    font-size: 24px;
  }
  .form-group {
    font-size: 16px;
  }
  .form-group span {
    font-size: 16px;
  }
  span.backtodatetime {
    font-size: 14px;
  }
  .new-user-manipal p {
    font-size: 16px !important;
    padding: 5px 10px;
  }
  .fill-details,
  .filled-details {
    width: 25% !important;
  }
  .pending-fill {
    width: 25% !important;
  }
  .nd2-data,
  .rd3-data,
  .st1-data {
    width: 30px !important;
    height: 30px !important;
    padding-top: 10px !important;
    margin: auto !important;
  }
  textarea#address_vc894 {
    height: 28px;
  }
  .index-bar {
    z-index: 102 !important;
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 450px) {
  .banner-appointment {
    min-height: 1450px !important;
  }
}

@media screen and (max-width: 500px) {
  .backtodatetime {
    font-size: 10px !important;
  }
  .booknowSection {
    margin-top: 25px;
  }
  .banner-appointment {
    min-height: auto !important;
  }
  .doc-description-tabs {
    top: -1em !important;
  }
  .section2 {
    height: auto;
  }
  .section-heading {
    padding: 10px 5px !important;
  }
  p.heading-para {
    font-size: 12px !important;
    margin-bottom: 0;
  }
  .price-book-btn p {
    font-size: 10px !important;
  }
  span#main-price-hv894 {
    font-size: 10px;
  }
  .section1-paragraph {
    font-size: 12px !important;
  }
  select.form-control.mutli-doc-select {
    width: 60% !important;
    font-size: 10px !important;
    margin-top: 2px;
  }
  .padding-top-10 {
    padding-top: 0 !important;
    font-size: 10px !important;
  }
  .opd-video {
    justify-content: space-between !important;
    padding: 10px 0;
  }
  .opd-video label.opd,
  label.videoc {
    width: 46%;
    padding: 8px 2px !important;
    line-height: 12px !important;
    font-size: 8px !important;
    text-align: center;
  }
  .prime {
    font-size: 8px !important;
    padding: 8px 2px !important;
    width: 46%;
    text-align: center;
    margin: auto;
  }
  .width-booking-form h4 {
    font-size: 18px;
    margin: 0;
  }
  .form-group {
    font-size: 14px;
    margin: 0;
  }
  .form-group span {
    font-size: 14px;
  }
  span.backtodatetime {
    float: left;
  }
  .new-user-manipal p {
    padding: 0 0;
  }
  .notofication-details-bar {
    padding-left: 0;
  }
  .fill-details,
  .filled-details {
    width: 25% !important;
  }
  .pending-fill {
    width: 25% !important;
  }
  .nd2-data,
  .rd3-data,
  .st1-data {
    width: 20px !important;
    height: 20px !important;
    padding-top: 5px !important;
    margin: 5px !important;
  }
  span.back-reg-step1 {
    padding-left: 12px;
    width: 32%;
    float: left;
  }
  p.new-user-declaration {
    font-size: 8px !important;
    line-height: 10px !important;
    height: 50px;
    overflow-y: scroll;
  }
  span.back-reg-step1,
  span.back-reg-step2,
  span.backtodatetime,
  span.backtouhid,
  span.new-user-next1 {
    top: 22px;
    float: left;
  }
  span.back-reg-step1,
  span.backtodatetime,
  span.backtouhid,
  span.new-user-next1 {
    top: 10px !important;
    float: left;
  }
  span.apply-error {
    position: relative;
    padding: 18px 0 !important;
    text-align: left;
    float: left;
    height: 36px;
  }
  div#navbar-new .section2 {
    padding: 9px;
    margin-bottom: 20px;
  }
  .price-book-btn {
    width: 100% !important;
    position: relative;
    bottom: 0;
  }
  .price-book-btn-hospital {
    margin-top: 5px;
  }
  button#new_user_register_me_vc894 {
    width: 50% !important;
  }
  #navbar-new .bookNow {
    width: 58% !important;
    float: right;
    margin: 0 !important;
    padding: 8px 5px !important;
  }
  p.unit-name-reg {
    display: contents;
  }
  p.new-user-declaration {
    font-size: 10px !important;
    line-height: 10px !important;
    height: 50px;
  }
  .new-user-manipal-next1 span {
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .apply.apply-error.relation_added {
    margin: 2px !important;
  }
  p.consent {
    font-size: 12px;
    margin-top: 2px;
  }
  p.hereby-decleartion {
    overflow-y: scroll;
    height: 50px;
  }
  #navbar-new .bookNow {
    font-size: 12px;
    padding: 10px !important;
    margin: 0 0 0 !important;
  }
  .width-booking-form {
    margin-bottom: 0;
  }
  span#patientNoVcError894 {
    margin-bottom: 30px;
  }
  p.control-data {
    font-size: 10px !important;
    font-weight: 500;
    line-height: 12px;
  }
  .checkbox-inline,
  .radio-inline {
    padding-left: 25px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    margin: 3px;
  }
}

@media screen and (max-width: 320px) {
  .opd-video label.opd,
  label.videoc {
    width: 49%;
    padding: 8px 4px !important;
    line-height: 12px !important;
    font-size: 8px !important;
    text-align: center;
  }
}

.req-call-bck h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #034ea1;
  text-align: center;
  margin-bottom: 30px;
}

.two-clm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.call-bck-input input {
  border: 2px solid #034ea1;
  font-size: 16px;
  border-radius: 5px;
  /* height:42px; */
  color: #000;
}

.call-bck-input select {
  border: 2px solid #034ea1;
  font-size: 16px;
  border-radius: 5px;
  /* height:42px; */
  color: #000;
  width: 100%;
}

.call-bck-btn {
  width: 100%;
  /* display:flex; */
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.call-bck-btn span {
  line-height: 16px;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #00b7ac;
  text-transform: capitalize;
  opacity: 1;
  cursor: pointer;
  margin-top: 0;
}

.call-bck-btn i {
  font-size: 12px !important;
  margin-right: 10px;
}

.call-bck-btn button {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 43px;
  border-radius: 5px;
  border: 0;
  font-weight: 400;
}

.confirm-cll-bck {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirm-cll-bck p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #034ea1;
}

.call-bck-thank {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.call-bck-thank-cont {
  text-align: center;
  width: 100%;
}

.call-bck-thank-cont img {
  margin-bottom: 30px;
}

.call-bck-thank-cont h1 {
  font-size: 40px;
  color: #034ea1;
  margin-bottom: 15px;
  font-family: Montserrat;
}

.call-bck-thank-cont p {
  font-size: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-family: Montserrat;
}

.call-bck-thank-cont span.line {
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.3;
  margin: 15px 0;
  display: block;
}

.call-bck-thank-cont a {
  background: linear-gradient(90deg, #034ea1 0%, #00b7ac 100%);
  font-size: 12px;
  color: #ffffff;
  font-family: Montserrat;
  padding: 10px 43px;
}

.container3 .req-call-bck {
  padding: 5px !important;
}

.req-call-bck h3 {
  margin-bottom: 7px;
}

.container3 .req-call-bck .call-bck-input input {
  height: 30px !important;
}

.call-bck-input select {
  height: 30px !important;
  font-size: 12px;
}

/* .container3 .req-call-bck .call-bck-input .form-group{
    margin-bottom: 10px !important;
} */

.container3 .req-call-bck .call-bck-btn button {
  font-size: 11px !important;
  text-align: center !important;
  padding: 10px 15px !important;
}

.container3 .req-call-bck .call-bck-btn span {
  font-size: 11px !important;
}

@media screen and (max-width: 499px) {
  .two-clm {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .call-bck-input .form-group {
    margin-bottom: 0;
  }
  .two-clm {
    margin-bottom: 10px;
  }
  .call-bck-thank-cont h1 {
    font-size: 25px;
  }
  .call-bck-thank-cont p {
    font-size: 14px;
  }
  .call-bck-thank-cont img {
    width: 85px;
  }
}

/* Request call back css starts*/

div#navbar-new .section2 {
  padding: 9px;
  padding-top: 2px !important;
}

.req-call-bck h3 {
  line-height: 20px !important;
}

/* Request call back css ends*/

/* blog page css start */

#blog .blogArea .blogs {
  margin-bottom: 10px;
  height: auto;
  padding: 5px !important;
}
.img-dimensions {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#blog .blogArea .blogDet {
  padding: 10px !important;
}
#blog .blogArea .blogDet h3 {
  color: #034ea1 !important;
  height: 32px;
  overflow-y: auto;
  margin-bottom: 6px;
  line-height: 16px;
}
#blog .blogArea .blogDet h3 {
  font-family: MontserratSB;
  font-size: 13px;
  line-height: 16px !important;
  color: #fff;
}
.margin-btm {
  margin-bottom: 10px;
}
.blogdate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 5px;
  left: 0;
  right: 0;
}
.blogs-time{
  display: flex !important;
}
.blog-doc-detail,
.blogread {
  display: flex;
  align-items: baseline;
}
#blog .blogArea .blogDet p {
  font-size: 10px;
  line-height: 16px;
  color: black !important;
}
#blog .blogArea .blogsBox {
  box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
}
#blog .blogTxt {
  padding-bottom: 0px;
}
#blog .blogTxt h2 {
  padding-bottom: 25px;
}
#blog .blogArea .blogDet p {
  margin: 0px;
}
.blog-border {
  position: absolute;
  height: 100%;
  width: 5px;
  background: linear-gradient(180deg, #034ea1 0%, #00b7ac 100%);
  right: 0;
  top: 0;
}
.blogDet img {
  width: 33px;
  height: 33px;
  display: block;
  margin: 5px auto 5px;
  border-radius: 50%;
}
.blogDet h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  height: 10;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogDet h4,
.blogread i {
  font-size: 10px !important;
}
@media only screen and (max-width: 767px) {
  #blog .blogArea .blogsBox .blogImg,
  #blogContent .blogsBox {
    height: unset !important;
  }
  .blogDet h4 {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  #blog .blogArea .blogsBox,
  #blogContent .blogsBox {
    height: auto !important;
  }
  .blogdate {
    bottom: 0px;
  }
  #blog .blogArea .blogsBox {
    display: block !important;
  }
  .blogdate {
    bottom: 3px !important;
  }
}
/* blog page css end */
p.pic_box {
  min-height: 23px;
  padding-top: 3px;
  padding-bottom: 2px;
  border-radius: 15px 15px 0px 0px;
  width: 90% !important;
}
.doc-bottom-details p {
  border-radius: 0 0 15px 15px !important;
  width: 95% !important;
  background: #034fa1 !important;
  font-size: 10px;
  padding: 5px 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 22px;
}
.next_avail {
  background: linear-gradient(90deg, #034ea1 0%, #00b7ac 100%);
  color: #fff;
  width: auto !important;
  margin: unset;
  padding: 8px 30px;
  border-radius: 3px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
}
.next_avail_new {
  border: 2px solid #034ea1;
  color: #034ea1 !important;
  width: auto !important;
  margin: unset !important;
  background: none !important;
  padding: 8px 30px !important;
  border-radius: 3px !important;
  margin-top: 5px !important;
  cursor: pointer;
  text-align: center;
}

.req-call-bck-btns {
  display: flex;
  justify-content: center;
}
.next_avail_new:hover {
  background: #034ea1;
  color: #fff;
}

p.download_pdf {
  height: auto;
  position: relative;
  margin-top: -3.1em;
  z-index: 999;
  width: 35%;
  padding: 5px;
  float: right;
  margin-right: 28px;
}
.border-main {
  background: linear-gradient(90deg, #034ea1 -29.1%, #00b7ac 121.6%);
  height: 10px;
}
#owl-doctor-video,
#owl-testimonial-doc {
  position: relative;
}
#owl-doctor-video .owl-stage-outer,
#owl-testimonial-doc .owl-stage-outer {
  overflow: hidden;
  border: 1px;
  width: 100%;
  margin: auto;
}
.testimonial-doc-wrap-overall {
  background: linear-gradient(90deg, #034ea1 -29.1%, #00b7ac 121.6%);
  padding: 1px 0px 40px;
}
#owl-doctor-video p,
#owl-testimonial-doc p {
  line-height: 19px;
  color: #fff;
  text-align: left;
  font-size: 13px;
  font-family: Montserrat;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 0;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#owl-doctor-video .owl-stage,
#owl-testimonial-doc .owl-stage {
  display: flex;
}
#owl-doctor-video button.owl-prev,
#owl-testimonial-doc button.owl-prev {
  top: 41%;
  position: absolute;
  border-radius: 50px;
  width: 30px;
  background: #fff;
  left: -37px;
}
#owl-doctor-video button.owl-next,
#owl-testimonial-doc button.owl-next {
  right: -37px;
  position: absolute;
  top: 41%;
  border-radius: 50px;
  width: 30px;
  background: white;
  border: none;
  z-index: 1001;
}
#owl-doctor-video button.owl-next:focus,
#owl-testimonial-doc button.owl-next:focus {
  background-color: white !important;
}

@media screen and (max-width: 992px) {
  #owl-doctor-video button.owl-next,
  #owl-testimonial-doc button.owl-next {
    right: 0;
  }
  #owl-doctor-video button.owl-prev,
  #owl-testimonial-doc button.owl-prev {
    left: 0;
  }
}
.item-wrap {
  position: relative;
}
.item-wrap-img {
  position: absolute;
  top: 108px;
  left: 45%;
  width: 46px;
  box-shadow: none !important;
}
#owl-doctor-video button.owl-prev span,
#owl-testimonial-doc button.owl-prev span,
#owl-doctor-video button.owl-next span,
#owl-testimonial-doc button.owl-next span {
  color: #034ea1;
  font-size: 25px;
}
.owl-stage {
  margin: 0 auto;
}
button.owl-next.disabled {
  pointer-events: none;
  opacity: 0;
}
button.owl-prev.disabled {
  pointer-events: none;
  opacity: 0;
}
.thumb-image-holder {
  padding: 10px;
  background: transparent;
}
#faq h2 {
  font-family: MontserratBold;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
}
#faq h2 {
  font-size: 30px;
  padding-bottom: 20px;
}
#faq {
  background: url(../images/spec/faq-bg.svg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 80px;
}
#faq .panel-default > .panel-heading h4 {
  font-family: MontserratBold;
  font-size: 18px;
  line-height: 22px;
  color: #034ea1;
}
.panel-body #faq .faqSlider .sliderCont {
  padding-right: 20px;
}
#faq .faqSlider .sliderCont .slidBox {
  background-color: #fff;
  border-radius: 6px;
  padding: 25px 30px;
  height: 343px;
}
#faq .panel-body p {
  font-size: 16px;
  line-height: 25px;
  color: #12121280;
}
#faq .panel-body {
  padding: 20px 40px;
}
#faq .faqSlider .sliderCont a {
  background-color: transparent;
  border: 1px solid #034ea1;
  border-radius: 6px;
  font-family: MontserratSB;
  font-size: 12px;
  line-height: 15px;
  margin-top: 38px;
  padding: 12px 29px;
  position: absolute;
  width: 200px;
  bottom: 25px;
}
#faq .faqSlider .sliderCont:nth-child(odd) a {
  border: 1px solid #034ea1;
}
#faq .faqSlider .sliderCont:nth-child(even) a {
  border: 1px solid #034ea1;
}
#faq .faqSlider .slick-list {
  padding: 0 20% 0 0;
}
#faq .slick-next,
#faq .slick-prev {
  top: -16%;
  border: 1px solid #fff;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
#faq .slick-next {
  right: 23%;
}
#faq .slick-prev {
  left: 69%;
}
.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}
.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}
#faq .slick-next.slick-disabled:before,
#faq .slick-prev.slick-disabled:before {
  opacity: 1;
}
#faq h2 {
  padding-bottom: 35px;
}
#faq .panel-default > .panel-heading {
  background-color: #fff;
  padding: 20px 40px;
}
#faq .panel-heading .accordion-toggle h4:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  color: #034ea1;
}

#faq .panel-heading .accordion-toggle.collapsed h4:after {
  content: "\e080";
}

@media only screen and (max-width: 767px) {
  .img-doc-appont p {
    position: absolute;
    top: 0px;
    background-color: #024e9f;
    left: 0px;
    padding: 5px 10px;
    font-weight: 300;
    text-align: center !important;
    width: 100% !important;
    border-radius: 0px 0px 0px 0px !important;
  }
  #faq .faqSlider .sliderCont .slidBox {
    padding: 20px;
    margin-bottom: 10px;
  }
  #faq {
    padding: 20px 0 !important;
  }
  #faq h2 {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 10px;
  }
  #faq .slick-next,
  #faq .slick-prev {
    height: 25px;
    width: 25px;
    top: -8%;
  }
  #faq .slick-next {
    right: 10%;
  }
  #faq .faqSlider .sliderCont h2 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  #faq .faqSlider .sliderCont p {
    font-size: 14px;
  }
  #faq .faqSlider .sliderCont a {
    padding: 10px 20px;
    margin-top: 15px;
  }
  #faq .faqSlider .sliderCont .slidBox {
    height: 400px;
  }
  #faq .faqSlider .sliderCont a {
    width: 30%;
  }

  #faq .panel-body,
  #faq .panel-default > .panel-heading {
    padding: 20px;
  }
  #faq .panel-default > .panel-heading h4 {
    font-size: 14px;
  }
  .doc-description-tabs .nav > li > a {
    padding: 10px 3px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #faq .faqSlider .sliderCont p {
    font-size: 14px;
    line-height: 24px;
  }
  #faq {
    padding: 30px 0;
  }
  #faq h2 {
    font-size: 20px;
    line-height: 30px;
  }
  #faq .faqSlider .sliderCont .slidBox {
    padding: 25px;
  }
  #faq .faqSlider .sliderCont h2 {
    padding-bottom: 20px;
  }
  #faq .faqSlider .sliderCont a {
    margin-top: 15px;
  }
  #faq .slick-next {
    right: 17%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #faq h2 {
    font-size: 22px;
    line-height: 36px;
  }
  #faq {
    padding: 50px 0;
  }
  #faq .faqSlider .sliderCont h2 {
    padding-bottom: 10px;
  }
  #faq .faqSlider .sliderCont .slidBox {
    max-height: 430px;
    padding: 15px;
  }
  #faq .faqSlider .sliderCont p {
    font-size: 14px;
  }
  #faq .slick-next {
    right: 20%;
  }
  #faq .panel-heading .accordion-toggle h4:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    color: #034ea1;
  }
}
.opd-video {
  justify-content: center;
  display: flex !important;
  flex-wrap: wrap;
}
.opd-video button {
  margin-right: 10px;
}
.opd-video .opd {
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  margin: 0;
  height: 34px;
}
.price-book-btn {
  display: flex;
  justify-content: space-between;
  width: 80%;
  align-items: center;
  margin: auto;
}
.price-book-btn p {
  color: #c61c1a !important;
  font-size: 12px !important;
  font-weight: 500;
  background: #f4f4f4;
  padding: 6px;
  line-height: 16px;
  border-radius: 5px;
}
@media (max-width: 499px) {
  .price-book-btn p {
    margin-bottom: 10px;
  }
  .pl-15 {
    padding-left: 0 !important;
  }
}
.opd-video .opd {
  font-size: 10px;
  letter-spacing: 0.29px;
  background-color: #00b7ac;
  border-radius: 8px;
  color: #ffffff;
}
.doc-listing-booking .section2-headpara {
  margin: 15px 0 !important;
}
.price-book-btn-hospital {
  width: 100%;
}
.otp-appointment-vc input {
  border: none !important;
  border-bottom: 1px solid #333 !important;
  background: none !important;
  width: 100% !important;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 0px;
}
p.otp-mobile {
  font-size: 12px !important;
  font-weight: 600;
  color: #024e9f !important;
  padding-top: 20px !important;
}
.timeleft {
  font-weight: 400;
  color: #024e9f !important;
  margin-top: 5px;
}
.otp-appointment-vc span {
  font-size: 10px !important;
  font-weight: 500;
  color: #024e9f;
  margin-left: 20px;
  left: 23px !important;
}
.backtouhid,
.backtouotp,
.backtopatientdeatils,
.back-reg-step1,
.back-reg-step2 {
  margin-left: 0 !important;
  font-size: 12px;
  color: #707070 !important;
  cursor: pointer;
}
.backtouhid:hover,
.backtouotp:hover,
.backtopatientdeatils:hover,
.back-reg-step1:hover,
.back-reg-step2:hover {
  color: #034ea1 !important;
}
.backtouhid i,
.back-reg-step1 i,
.back-reg-step2 i {
  margin-right: 3px;
}
.mtb-margin {
  margin-top: 6px;
  margin-bottom: 15px;
}
.ml-18 {
  margin-left: 18px;
}
.payment-heading p {
  font-size: 10px;
  font-weight: 600;
  color: #323232 !important;
}
.payment-val p {
  font-size: 10px;
  font-weight: 500;
  color: #9e0c34 !important;
}
.payment-description-wrap {
  padding: 16px 16px;
  background-color: #e4eefa;
}
.heckbox-refund label {
  font-weight: 400;
}
.checkbox-refund span {
  color: #61b3e7 !important;
}
.checkbox-refund {
  margin-top: 12px;
}
.re-reg-popup h3 {
  color: #bf385b;
  font-size: 16px;
  font-weight: 500;
  text-align: center !important;
  margin: 30px;
}
.re-reg-popup p {
  color: #000000;
  font-size: 11px;
  font-weight: 400;
  text-align: center !important;
  margin: 34px;
}
.re-reg-popup .modal-content {
  border: 2px solid #034e9f;
}
.doc-listing-booking input,
.doc-listing-booking select,
.doc-listing-booking textarea {
  border: 1px solid #b9c6e0;
  background: #f3f3f3 0% 0% no-repeat padding-box;
}
.doc-listing-appointment textarea {
  color: #000000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.register-re-reg {
  display: flex;
  justify-content: center;
}
.new-user-manipal p {
  color: #000;
  font-size: 11px !important;
  line-height: 10px;
}
.new-user-manipal-next1 {
  background-color: #e4eefa;
  padding: 20px;
}
p.registaryion-details {
  color: #0a0a0a !important;
  font-size: 15px !important;
  font-weight: bold;
  margin: 10px 0px;
}
p.unit-name-reg {
  font-size: 14px !important;
  color: #181818 !important;
  margin-bottom: 10px;
}
.new-user-manipal-next1 h5 {
  font-size: 13px;
  color: #000000;
  margin-top: 0 !important;
}
p.new-user-declaration {
  color: #000000;
  font-size: 11px;
  margin-left: 3px !important;
}
p.consent {
  padding-top: 5px;
  color: #616060 !important;
}
p.hereby-decleartion {
  color: #000000;
  font-weight: 600;
  margin-left: 3px;
}
.notofication-details-bar {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.notofication-details-bar hr {
  border: 1px solid #00b7ac;
  width: inherit;
}
.fill-details,
.filled-details {
  margin: auto;
  text-align: center;
  width: 30%;
}
.nd2-data,
.rd3-data {
  border: 1px solid #00b7ac !important;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  margin: auto;
}
.st1-data {
  background: #00b7ac;
  border-radius: 100%;
  width: 35px;
  color: #ffffff !important;
  height: 35px;
  text-align: center !important;
  align-items: center;
  padding-top: 8px;
  margin: auto;
}
.pending-fill {
  margin: auto;
  text-align: center;
  width: 40%;
}
.main-box {
  display: inline-block;
  border-bottom: 0px solid #ccc;
  border-radius: 16px;
  margin-bottom: 10px;
  padding-right: 30px;
}
@media screen and (max-width: 500px) {
  .payment-heading p,
  .payment-val p {
    line-height: 10px !important;
  }
  .search-wrap-banner {
    position: absolute;
    top: 32%;
    width: 100%;
  }
  .doc-listing-appointment .radio-btn-vc ul li label {
    font-size: 11px !important;
  }
  .doc-listing-appointment .radio-btn-vc ul li {
    width: 24%;
  }
  .price-vc {
    display: inherit;
    width: 95%;
  }
  .price-book-btn {
    width: 100%;
    display: inline;
  }
}
.doc-listing-appointment select {
  color: #555 !important;
}
.doc-profile-appoint span {
  color: #707070;
}

span.apply-error {
  padding-top: 1px;
  padding-bottom: 13px;
}
.doc-listing-booking .form-group span {
  color: #707070;
}
.checkbox-refund label {
  font-weight: 400;
}
.checkbox-refund span {
  color: #61b3e7 !important;
  letter-spacing: 1.2px;
}
.opd-video .opd {
  font-weight: 400 !important;
  font-size: 10px !important;
  padding: 8px 7px !important;
  cursor: pointer;
}
.form-control::placeholder {
  color: #9fa5ac;
  font-size: 16px;
}
.step-vc-1-booking {
  padding: 9px 67px !important;
  width: initial !important;
  margin: 12px -5px 22px 18px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
}
#result .form-group {
  margin-bottom: 20px;
  position: relative;
}
span.apply-error {
  position: relative;
  padding: 3px !important;
  text-align: left;
  float: left;
  height: 20px;
}
.check-error {
  float: none !important;
}
.close {
  font-size: 28px;
  position: absolute;
  right: 11px;
  color: #000 !important;
  top: 15px;
}
.personal-details-new-reg span.apply-error {
  position: absolute !important;
  padding: 4px 0 !important;
}
.backtodatetime {
  margin-left: 0 !important;
  font-size: 13px !important;
  color: #707070 !important;
  cursor: pointer;
  font-weight: 300 !important;
}
.backtodatetime:hover {
  color: #034ea1 !important;
}
select:invalid,
select option[value="0"] {
  color: #9fa5ac;
}
.doc-listing-booking textarea::placeholder {
  color: #9fa5ac;
  font-size: 16px;

  font-family: "Montserrat", sans-serif;
}

.checkbox-refund span {
  font-weight: 500;
}
span.close.closeModal {
  margin-top: -39px;
}
span#select_date_date {
  text-decoration: underline;
  font-size: 12px;
  color: #034ea1;
  cursor: pointer;
}
span.not_avail {
  margin-top: 30px;
  position: relative;
  float: none;
  width: 100%;
  font-size: 12px;
  color: #240f39;
  font-weight: 500;
  text-align: left;
}
.item_vc span {
  font-size: 10px !important;
  text-align: center;
  font-family: "Montserrat";
}
.active_class {
  border-bottom: 2px solid #00b7ac;
  text-align: center;
}
.item_vc {
  text-align: center;
  cursor: pointer;
}
.radio-btn-doc-listing {
  width: 100%;
  margin: 0px auto 23px;
  text-align: left !important;
}
#navbar-new .bookNow {
  margin: 4px 15px 4px;
  font-size: 13px;
  padding: 7px 50px !important;
  display: inline-block;
  width: 55%;
  color: #fff;
}
span.close.closeModal {
  margin-top: -7em;
}
span.backtodatetime {
  left: 0%;
  display: inline-block;
  font-size: 10px !important;
}
.price-book-btn {
  width: 100% !important;
}
.checkbox-refund span {
  font-size: 10px;
}
.form-control {
  color: #000000;
  font-size: 12px;
  height: 28px;
}
.form-group {
  margin-bottom: 10px;
}
.width-booking-form {
  margin-top: 5px;
}

.width-booking-form h4 {
  margin-bottom: 5px;
}
input,
input::-webkit-input-placeholder {
  font-size: 12px;
}
.filled-details .fill-details p {
  line-height: 10px;
}
p.cons_charges {
  font-size: 10px !important;
}
.payment-heading p {
  line-height: 26px;
}
.doc-profile-appoint span {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  color: #240f39;
  text-transform: capitalize;
  opacity: 1;
  cursor: pointer;
}
.checkbox-refund span {
  font-weight: 500;
}
.checkbox-refund span {
  color: #61b3e7 !important;
  letter-spacing: 1.2px;
}
.modal {
  z-index: 999;
}
.doc-profile-appoint span {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  color: #240f39;
  text-transform: capitalize;
  opacity: 1;
  cursor: pointer;
}
.backtouhid:hover,
.backtouotp:hover,
.backtopatientdeatils:hover,
.back-reg-step1:hover,
.back-reg-step2:hover {
  color: #034ea1 !important;
}
.doc-profile-appoint span {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  color: #240f39;
  text-transform: capitalize;
  opacity: 1;
  cursor: pointer;
}
span.backtoconfirm {
  text-align: left;
  display: block;
  position: relative;
  left: 3px;
  cursor: pointer;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  width: 30%;
  top: 11px;
}
.button-booking-listing {
  width: 170px !important;
}
.doc-description-tabs li img {
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 15px;
  width: 23px;
}
button.close {
  z-index: 999;
}
.space-div {
  padding: 6px 16px;
}
.banner-appointment {
  height: 400px;
}
@media screen and (max-width: 500px) {
  .radio-btn {
    text-align: center;
    height: 149px !important;
    overflow-y: scroll;
  }
  .doctor-list-layout .owl-next {
    right: -211px !important;
  }

  .banner-appointment {
    height: auto;
  }

  span.apply-error {
    position: relative;
    padding: 3px !important;
    text-align: left;
  }
  span.close.closeModal {
    margin: -35px -6px !important;
  }
  .modal-body {
    position: relative;
    padding: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .doctor-list-layout .owl-next {
    right: -260px !important;
  }
}
@media screen and (max-width: 320px) {
  .doctor-list-layout .owl-next {
    right: -211px !important;
  }
}
.spec-error {
  color: red;
  font-size: 12px;
  margin-left: 52%;
}
#doc-profile-error {
  z-index: 101;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.add-margin {
  margin-top: 10px;
  height: 35px;
  margin-right: 10px;
}
.margin-tp {
  margin-top: 0px !important;
}
.margin-btm {
  margin-bottom: 0px !important;
}
.opd-color {
  border: 0px solid rgb(2, 89, 188);
}
.mrg-right {
  margin-right: 5px;
}
.set-opacity {
  opacity: 0;
}
.set-border-trans {
  border: 2px solid transparent;
}
.set-width-100 {
  width: 100% !important;
}
.set-display-none {
  display: none;
}
.mrg-top-11 {
  margin-top: 11px;
}
.ft-size-11 {
  font-size: 14px;
}
.mrg-btm-6 {
  margin-bottom: 6px;
}
.ft-left {
  float: left;
}
.add-pd-10 {
  padding: 10px 0px;
}
.add-position-rel {
  position: relative !important;
}
.add-mrg-3 {
  margin-right: 3px;
}
.add-pd-850 {
  padding: 8px 50px !important;
}
.set-wid-ini {
  width: initial;
}
.ft-size-12 {
  font-size: 12px !important;
}
.ln-ht-20 {
  line-height: 20px !important;
}
.color-f {
  color: #fff !important;
}
.ft-size-10 {
  font-size: 10px !important;
}
.basic-color {
  color: #0a0a0a !important;
}
.align-center {
  text-align: center;
}
.add-br {
  border: 1px solid #9e0c34;
}
.add-br-rd {
  border-radius: 100%;
}
.other-color {
  color: #b1b1b1 !important;
}
.mrg-tp14 {
  margin-top: -14px !important;
}
.mrg-left0 {
  margin-left: 0;
}
.bg-color {
  background-color: #2b9d37 !important;
}
.bg-image {
  background-image: none !important;
}
.mrg-94 {
  margin: -9px 4px !important;
}
.ln-ht0 {
  line-height: 0px;
}
.padding-zero {
  padding: 0px !important;
}
.pad-left-15 {
  padding-left: 15px;
}
.ln-ht-21 {
  line-height: 21px;
}
.mrg0 {
  margin: 0;
}
.mrg-77 {
  line-height: 0px;
}
.mrg-10 {
  margin-top: 10px;
}
.ft-size-14 {
  font-size: 14px;
}
.mg-btm-6 {
  margin-bottom: 6px;
}
.mrg-tp-20 {
  margin-top: 20px;
}
.min-ht {
  min-height: 0px;
}
.br-none {
  border: none;
}
.book-color {
  color: #b7274c !important;
}
.ft-wt-700 {
  font-weight: 700;
}
.set-dp-flx {
  display: flex;
}
.set-position-obs {
  position: absolute;
}
.rt-17 {
  right: 17px;
}
.modal-color {
  color: #0c0c0c;
}
.set-op {
  opacity: 1;
}
.addz-ind {
  z-index: 9999;
}
.mrg-btm-10 {
  margin-bottom: 10px !important;
}
.ft-size-24 {
  font-size: 24px;
}
.ft-size-25 {
  font-size: 25px;
}
.tel-color {
  color: #b7274c !important;
}
.set-wid-17 {
  width: 17px;
}
.set-wid-20 {
  width: 20px;
}
.set-height-100 {
  height: 100%;
}
.align-left {
  text-align: left;
}
.css-sprite-download-icon11 {
  background: url("../images/css-sprite-combined.png") -5px -25px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.css-sprite-opd-btn-icon1 {
  background: url("assets/images/css-sprite-combined.png") -10px -90px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.css-sprite-vc-btn-icon1 {
  background: url("assets/images/css-sprite-combined.png") -6px -105px;
  width: 19px;
  height: 11px;
  display: inline-block;
}

.doc-description-tabs > .nav-pills > li.active a span {
  color: #034ea1 !important;
}
.add-br {
  border: 1px solid #00b7ac;
}
.testimonial-doc-profile {
  padding-bottom: 0 !important;
  margin-bottom: -2px;
}
.main-testi {
  padding: 70px 0;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-position: top 5% left 1%, bottom 5% right 1%;
  background: linear-gradient(90deg, #034ea1 -29.1%, #00b7ac 121.6%);
  width: 100%;
}
.not_avail > p,
.not_avail > p > a {
  font-size: 12px;
  color: #240f39;
  font-weight: 500;
}
.overview-para span,
a,
p {
  line-height: 21px;
  letter-spacing: 0.17px;
  color: #121212;
  font-size: 12px;
  font-weight: 300;
}
.overview-para a {
  text-decoration: underline;
}

.overview-para li::before {
  content: none !important;
}
.t-p li a,
.t-p p a,
.overview-para li p a,
.overview-para p a,
.overview-para p li a {
  color: #034ea1;
  font-weight: 600;
}
.img-doc-appont img {
  width: 95%;
}
.table-qualification p {
  height: 35px;
  overflow-y: auto;
  padding-right: 5px;
  -webkit-line-clamp: unset !important;
}
.doc-bottom-details {
  position: absolute;
  bottom: 0px;
  background-color: #034fa1;
  border-radius: 0 0 15px 15px;
  width: 95% !important;
}
.table-qualification tr {
  vertical-align: text-top;
  display: grid;
}
.doc-details-p {
  padding-bottom: 8px;
  max-height: 35px;
}
.table-qualification td{
  padding: 0px;
}
.doc-profile-appoint h3 {
  color: #034e9f;
}
.width-booking-form span.resend-otp {
  margin-top: 25px !important;
}
@media screen and (max-width: 500px) {
  .padding-25 {
    padding: 10px 10px 10px 10px;
  }
  .img-doc-appont {
    padding-right: initial !important;
    margin-top: 0px;
  }
  .img-doc-appont img {
    width: 100%;
  }
  .doc-bottom-details {
    width: 100% !important;
    border-radius: 0px;
  }
  .doc-profile-appoint h3,
  .docListCont .doc-profile-appoint h3 {
    font-size: 14px;
  }
  .doc-details-p {
    display: inline-block !important;
    padding: 0px 8px 8px 10px;
  }
  button.btn_back {
    font-size: 9px;
    width: 18%;
    padding: 1px;
  }
}
.img-doc-appont {
  padding-right: 15px !important;
  margin-right: 0px;
}
@media screen and (max-width: 500px) {
  .img-doc-appont {
    padding-right: 0px !important;
    margin-right: 0px;
  }
  .width-booking-form span.resend-otp {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  button.btn_back {
    right: -2px;
  }
  .opd-video label,
  .opd-video .opd {
    margin-bottom: 20px;
  }
  .overview-para p {
    text-align: unset !important;
  }
  .doc-profile-appoint p {
    padding-left: 10px;
    display: inline-block;
  }
}
.keyword-button-div a {
  line-height: 27px !important;
  letter-spacing: unset !important;
}
.doc-p-h1 h1 {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #240f39;
  text-transform: capitalize;
  font-family: Montserrat !important;
  opacity: 1;
  font-weight: normal;
  height: 40px;
  overflow-y: auto;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .doc-p-h1 h1 {
    padding-left: 10px;
  }
  .scroll-form .form-group{
    margin-bottom: 5px !important;
}
}
/* new index section  */
.index-bar-parent {
  position: relative;
}
.index-bar {
  position: fixed;
  background-color: #fff;
  top: 115px;
  z-index: 99;
}
.inner-content {
  display: flex;
}
.index-content {
  display: flex;
  align-items: center;
}
.review-sec h3 {
  color: #024e9f;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
.raing-star {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.raing-star span {
  color: #d9d9d9;
  padding-left: 2px;
}
.checked {
  color: #fddd66 !important;
}
.raing-star p {
  padding-left: 5px;
}
.raing-star-inprofile {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.raing-star-inprofile span {
  color: #d9d9d9;
  padding-left: 2px;
  font-family: fontAwesome;
}
.raing-star-inprofile p {
  padding-left: 5px;
}
.rated-profile {
  display: flex;
}
.rated-profile img {
  width: 90px !important;
  height: 90px;
  padding: 10px;
}
.review-stars {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.review-stars p {
  color: #838383;
  padding-left: 5px;
}
.review-stars span {
  color: #d9d9d9;
  padding-left: 2px;
}
.rated-profile-details h5 {
  margin: 5px 0px;
}
.total-rate-count {
  margin: 4px 0px;
  color: #838383;
}
.review-para-text a {
  color: #024e9f;
  text-decoration: underline;
}
.like-write-review {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.write-review a {
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
}
.like-btn a {
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
}
.reviewplusbanner {
  /* display: flex; */
  /* align-items: center;
    justify-content: space-between; */
  margin-bottom: 15px;
}
.review-next-banner img {
  margin: 5px 30px !important;
  padding: 15px;
}
.rated-profile-details {
  padding: 10px 20px;
}
.review-next-banner {
  border-left: 3px solid #00b7ac;
  margin-left: 20px;
}
.review-next-banner-2 {
  margin: 0 auto;
}
.review-next-banner-2 img {
  margin: 0 auto;
  display: block;
}
.review-main {
  padding: 25px 5px 5px 5px;
  /* display: flex; */
}
.review-para-text {
  padding-bottom: 10px;
  height: 150px;
  width: 100%;
  overflow-y: scroll;
}
.new-modal-rev {
  padding: 15px;
}
.review-para-text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.new-modal-rev h4 {
  color: #000;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}
.g-review {
  display: flex;
  align-items: center;
}
.g-review img {
  border-radius: 50%;
  padding: 10px;
  width: 60px;
  height: 60px;
}
.profile-name-post {
  display: flex;
  flex-direction: column;
}
.reviewer-name {
  font-size: 16px;
  font-weight: 600;
  font-family: "MontserratSB";
}
#full-stars-example-two {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
  text-align: center;
}
#full-stars-example-two .rating-group {
  display: inline-flex;
}
#full-stars-example-two .rating__icon {
  pointer-events: none;
}
#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
  display: none;
}
#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 1em;
  font-size: 2.5rem;
  background-color: #fff;
  border: none;
}
#full-stars-example-two .rating__icon--star {
  color: orange;
}
#full-stars-example-two
  .rating__input:checked
  ~ .rating__label
  .rating__icon--star {
  color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example-two
  .rating__input:hover
  ~ .rating__label
  .rating__icon--star {
  color: #ddd;
}
#profilereview {
  width: 100%;
  padding: 10px;
}
.pure-button {
  background-color: #fff;
  border: 1px solid #d2d8dd;
  border-radius: 5px;
  padding: 5px;
  color: #034fa1;
}

/* Navigation */

.inner-content nav {
  height: auto;
  width: max-content;
  position: fixed;
  background: #fff;
  border-radius: 0px 0px 8px 8px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 13px 15px 5px rgba(0, 0, 0, 0.1);
}

.inner-content nav ul {
  padding: 1px 10px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.inner-content nav ul li {
  display: inline-block;
  margin: 0 4px;
}
.inner-content nav ul li a {
  padding: 3px 0;
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
}
.inner-content nav ul li a:hover {
  color: #34495e;
}
.inner-content a.active {
  border-bottom: 2px solid #ecf0f1;
}
.index-content img {
  padding: 3px 6px;
}
.index-content {
  outline: none;
  border: none;
  background: none;
}
.view-review {
  cursor: pointer;
  text-decoration: underline;
}
.review-count {
  text-decoration: underline;
}
.doc-profile-appoint {
  margin-top: 80px !important;
}
.booknowSection {
  margin-top: 80px !important;
}
.doc-description-tabs {
  margin-top: 25px;
}
.fixed-form {
  z-index: 10;
}
.index-li .active {
  color: #024e9f;
}
.index-li img {
  filter: grayscale(100%) brightness(70%) contrast(70%);
}
.index-li .active img {
  filter: none;
}
.write-review {
  padding: 5px;
}
#rating-profile-carousel {
  padding: 10px 15px;
}
#rating-profile-carousel .owl-nav button span{
  font-size: 30px;
  color: #ffffff;
  line-height: 22px;
}
#rating-profile-carousel .owl-nav {
}
#rating-profile-carousel .owl-nav button {
  background-color: #034fa1;
  border-radius: 50%;
}
#rating-profile-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  margin-left: -5px;
  top: 30%;
}
#rating-profile-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  margin-right: -27px;
  top: 30%;
}
.item-wrap-img {
  width: initial !important;
}
#new-review {
  padding: 20px 0px;
}
#rating-profile-carousel .owl-dots .owl-dot.active span,
#rating-profile-carousel .owl-dots .owl-dot:hover span {
  background: #034fa1;
}
.review-sec {
  margin-top: 10px;
}
#author-text {
  text-align: inherit;
  padding: 0px 10px;
  margin: 0px 5px;
}
.booknowSection button.owl-prev {
  top: -55px;
  left: -160px;
}
.booknowSection button.owl-next {
  top: -55px;
  right: -158px;
}
/* new head styles */
.doc-profile-appoint h1 {
  color: #034e9f !important;
  margin-top: 8px;
  font-size: 18px;
  min-height: 35px;
  margin-left: 0;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  opacity: 1;
  line-height: 40px;
  letter-spacing: 0.23px;
}
h2.doc-details-p{
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #240f39;
  text-transform: capitalize;
  font-family: Montserrat !important;
  opacity: 1;
  font-weight: normal;
  height: 40px;
  overflow-y: auto;
  width: 100%;
}
.table-qualification h3, .table-qualification h5  {
  white-space: nowrap;
  margin: 0 !important;
  color: #034fa1;
  font-size: 12px;
  font-weight: bolder !important;
  text-align: left;
  text-transform: uppercase;
  opacity: 1;
}
.qualification-text {
  position: relative;
  bottom: 10px;
}
.panel-body ul{
  color:#034fa1;
}
@media screen and (max-width: 499px) {
  h2.doc-details-p{
   padding-left: 10px;
  }
}
/* new head styles end */
@media (min-width: 1024px) and (max-width: 1200px) {
  .booknowSection button.owl-prev {
    top: -55px;
    left: -128px;
  }
  .booknowSection button.owl-next {
    top: -55px;
    right: -128px;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  #rating-profile-carousel .owl-nav .owl-prev {
    margin-left: -30px;
  }
  #rating-profile-carousel .owl-nav .owl-next {
    margin-right: -30px;
  }
  .review-stars {
    flex-wrap: wrap;
  }
  .review-main {
    padding: 5px 5px;
  }
  .rated-profile img {
    width: 60px !important;
    height: 60px;
  }
  .write-review a {
    padding: 8px 8px;
    font-size: 10px;
  }
  .write-review {
    padding: 0px 0px;
    margin-top: 0px;
  }
  #rating-profile-carousel .owl-nav .owl-next .owl-prev {
    top: 38%;
  }
  #rating-profile-carousel .owl-nav button span {
    font-size: 35px;
    padding: 2px 8px;
  }
  .index-bar {
    top: 103px;
  }
  .inner-content nav ul {
    padding: 0px 6px;
  }
  .inner-content nav ul li {
    margin: 0 1px;
  }
  .index-content {
    flex-direction: column;
    font-size: 8px;
    padding: 0px 0px;
    line-height: 20px;
  }
  .index-content img {
    padding: 0px 5px;
  }
  .hm-book-btn-container {
    top: 190px;
  }
  .review-next-banner {
    border: none;
    margin-left: 0px;
  }
  .like-write-review {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 2px;
  }
  .like-btn a {
    padding: 8px 8px;
    font-size: 10px;
  }
  .review-next-banner img {
    margin: 10px auto !important;
    padding: 0px;
    margin-top: 30px !important;
  }
  .rated-profile-details {
    padding: 5px 10px;
  }
  #rating-profile-carousel {
    padding: 5px 15px;
  }
  .mob-padding {
    padding: 0px 4px !important;
  }
  .review-next-banner-2 img {
    width: 100%;
  }
}
@media (min-width: 375px) and (max-width: 500px) {
  .index-bar {
    top: 106px;
  }
  .index-content img {
    padding: 3px 6px;
  }
  .hm-book-btn-container {
    top: 190px;
  }
}
@media (min-width: 555px) and (max-width: 769px) {
  .index-bar {
    position: fixed;
    background-color: #fff;
    top: 143px;
    z-index: 99;
  }
  .doc-profile-appoint {
    margin-top: 120px !important;
  }
  .hm-book-btn-container {
    top: 195px;
  }
  .reviewplusbanner {
    margin-top: 40px;
  }
}
.read-time{
  width: unset !important;
  height: unset !important;
  margin: auto 2px !important;
}
.form-control {
  padding: 6px 12px 2px;
}
.overview-para span, a {
  font-size: 14px;
  line-height: 27px;
  text-align: left;
  padding: 8px 0;
  text-decoration: none;
}
@media (min-width:375px) and (max-width:500px)   { 
  .index-bar {
      top: 103px;
  }
  .index-content img {
      padding: 3px 6px;
  }
  .hm-book-btn-container{
      top: 190px;
  }
}
@media (min-width:555px) and (max-width:769px)   { 
.index-bar {
  position: fixed;
  background-color: #fff;
  top: 143px;
  z-index: 99;
  }
  .doc-profile-appoint {
      margin-top: 120px !important;
  }
  .hm-book-btn-container {
      top: 195px;
  }
  .reviewplusbanner {
      margin-top: 40px;
  }
}
.read-time{
  width: unset !important;
  height: unset !important;
  margin: auto 2px !important;
}
@media  (min-width:500px) and (max-width:768px) {
  .booknowSection button.owl-next {
      top: -65px;
      right: -265px;
  }
  .booknowSection button.owl-prev {
      top: -65px;
      left: -265px;
  }
}
@media  (min-width:376px) and (max-width:425px) {
  .booknowSection button.owl-next {
      top: -65px;
      right: -160px;
  }
  .booknowSection button.owl-prev {
      top: -65px;
      left: -160px;
  }
}

@media  (min-width:321px) and (max-width:375px) {
  .booknowSection button.owl-next {
      top: -65px;
      right: -135px;
  }
  .booknowSection button.owl-prev {
      top: -65px;
      left: -135px;
  }
}

@media screen and (max-width:320px) {
  .booknowSection button.owl-next {
      top: -65px;
      right: -112px !important;
  }
  .booknowSection button.owl-prev {
      top: -65px;
      left: -112px;
  }
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: unset;
}
#blog .blogArea .blogsBox, #blog .blogArea .blogsBox:hover{
  box-shadow: 0px 0px 6px rgb(0 0 0 / 15%);
}
@media screen and (min-width: 720px) and (max-width: 820px) {
  .doc-description-tabs {
      margin-bottom: 60px;
  }
  .index-bar {
      top: 115px;
  }
}
/* text to speech css start */
.speech-section{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin: 10px 20px 0px;
  background: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.17);
  flex-wrap: wrap;
  position: relative;
}
.listen p{
  color: rgba(3, 78, 161, 1);
  font-style: italic;
  font-size: 14px;
  text-decoration: underline;
  font-family: 'MontserratBold';
  text-underline-offset: 5px;
}
.speech-section p{
  margin-bottom: 0;
}
.audio-play{
  position: relative;
  height: 33px;
  display:flex;
  align-items:center;
}
#loading-text{
  color: rgba(3, 78, 161, 1);
  margin-right: 35px;
}
.dot-spin {
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  box-shadow: 0 -18px 0 0 #00b7ac, 13px -13px 0 0 #00b7ac, 18px 0 0 0 #00b7ac, 13px 13px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -13px 13px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -13px -13px 0 0 rgba(152, 128, 255, 0);
  animation: dot-spin 1.5s infinite linear;
}

@keyframes dot-spin {
  0%, 100% {
    box-shadow: 0 -18px 0 0 #00b7ac, 13px -13px 0 0 #00b7ac, 18px 0 0 0 #00b7ac, 13px 13px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -13px 13px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -13px -13px 0 -5px rgba(152, 128, 255, 0);
  }
  12.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 13px -13px 0 0 #00b7ac, 18px 0 0 0 #00b7ac, 13px 13px 0 0 #00b7ac, 0 18px 0 -5px rgba(152, 128, 255, 0), -13px 13px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -13px -13px 0 -5px rgba(152, 128, 255, 0);
  }
  25% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 13px -13px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #00b7ac, 13px 13px 0 0 #00b7ac, 0 18px 0 0 #00b7ac, -13px 13px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -13px -13px 0 -5px rgba(152, 128, 255, 0);
  }
  37.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 13px -13px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 13px 13px 0 0 #00b7ac, 0 18px 0 0 #00b7ac, -13px 13px 0 0 #00b7ac, -18px 0 0 -5px rgba(152, 128, 255, 0), -13px -13px 0 -5px rgba(152, 128, 255, 0);
  }
  50% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 13px -13px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 13px 13px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #00b7ac, -13px 13px 0 0 #00b7ac, -18px 0 0 0 #00b7ac, -13px -13px 0 -5px rgba(152, 128, 255, 0);
  }
  62.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 13px -13px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 13px 13px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -13px 13px 0 0 #00b7ac, -18px 0 0 0 #00b7ac, -13px -13px 0 0 #00b7ac;
  }
  75% {
    box-shadow: 0 -18px 0 0 #00b7ac, 13px -13px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 13px 13px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -13px 13px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #00b7ac, -13px -13px 0 0 #00b7ac;
  }
  87.5% {
    box-shadow: 0 -18px 0 0 #00b7ac, 13px -13px 0 0 #00b7ac, 18px 0 0 -5px rgba(152, 128, 255, 0), 13px 13px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -13px 13px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -13px -13px 0 0 #00b7ac;
  }
}
.audio-play audio{
  height: 33px !important;
}
.audio-play button{
  outline: none;
  border: none;
  padding: 0;
  position: absolute;
  z-index: 9;
  border-radius: 50%;
  top: 0;
  left: 0px;
}
.audio-display{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 499px) {
.speech-section {
    justify-content: space-around;
    padding: 8px 5px;
    margin: 10px 5px 0px;
}
.speech-section > :nth-child(1) {
    order: -1;
    flex: 0 0 100%;
}
.speech-section p {
    margin-bottom: 10px;
    text-align: center;
}

}
@media (max-width: 375px) {
  .audio-play audio{
      width: 250px;
  }
}
@media (max-width: 320px) {
  .audio-play audio{
      width: 200px;
  }
}
/* text to speech css end */