
.privacy_logo {
  padding-top: 10px;
  height: 70px;
}

.privacy_logo img {
  max-height: 100%;
}
.container {
  max-width: 1140px;
  margin: auto;
  /* font-family: "Roboto", sans-serif; */
}
.privacy-head {
  margin-top: 40px;
}

.secondary-head h4 {
  color: #199094!important;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: left;
  margin: 30px 0 15px;
}
button:focus {outline:0;border: none;box-shadow: none!important;}
.secondary-head p {
  /* font-family: Roboto, sans-serif; */
  color: #425066;
  font-size: 1rem;
  text-align: left;
  font-weight: 400;
  line-height: 1.7;
  padding-top: 0;
  margin: 0;
}

.privacy-head h4 {
  color: #425066;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: left;
  margin: 0 0 15px;
}

.secondary-sub-head h4 {
  color: #425066;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: left;
  margin: 30px 0 15px;
}
.secondary-sub-head p {
  /* font-family: Roboto, sans-serif; */
  color: #425066;
  font-size: 1rem;
  text-align: left;
  font-weight: 600;
  /* line-height: 1.7; */
  padding-top: 0;
  margin: 0;
  margin-bottom: 5px;
}

.secondary-sub {
  margin-left: 30px;
}
.privacy-head p {
  /* font-family: Roboto, sans-serif; */
  color: #425066;
  font-size: 1rem;
  text-align: left;
  font-weight: 400;
  line-height: 1.7;
  padding-top: 0;
  margin: 0;
}

.secondary-sub-points ol li {
  /* font-family: Roboto, sans-serif; */
  color: #425066;
  font-size: 0.9rem;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 0;
  margin: 0;
  padding-bottom: 13px;
}

p.answer {
  padding-left: 17px;
  padding-top: 0px;
  font-weight: 400;
  padding-bottom: 15px;
}

span.ans {
  margin-right: 5px;
  font-weight: 500;
}

/* header {
    height: 86vh;
} */

.doctors-sub h4 {
  font-family: "Open Sans", sans-serif;
  color: #425066;
  font-size: 1rem;
  text-align: left;
  font-weight: 600;
  line-height: 1.7;
  padding-top: 0;
  margin: 0;
  margin-bottom: 8px;
  display: grid;
  grid-auto-columns: 43px 1fr;
}

.doctors-sub p {
  padding-left: 43px;
  display: flex;
  flex-wrap: wrap;
}
.doctors-sub p .normalspan {
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  background: #ffffff;
}
.content .normalspan {
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  background: #ffffff;
}

.notediv {
  border-top: 1px solid #cfcfcf;
  padding-top: 15px;
  margin-top: 10px;
  line-height: 1.7;
}

.notediv2 {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 15px;
}

.doctors-sub .qno {
  grid-column-start: 1;
  grid-column-end: 2;
  color: #425066;
  font-size: 14px;
  padding-top: 2px;
}

.howlong {
  box-sizing: border-box;
  grid-column-start: 2;
  grid-column-end: 3;
}

.greenspan {
  border: 1px solid #4caf50 !important;
  background: #ffffff !important;
  color: #3a9d3e !important;
}

.redspan {
  border: 1px solid #f44336 !important;
  background: #ffffff !important;
  color: #f44336 !important;
}

.orangespan {
  border: 1px solid #ff9800 !important;
  background: #ffffff !important;
  color: #db8300 !important;
}

.bluespan {
  border: 1px solid #03a9f4 !important;
  background: #ffffff !important;
  color: #03a9f4 !important;
}

.note {
  font-size: 15px;
  line-height: 1.4;
}

span.notespan {
  font-weight: 600;
  font-style: italic;
  margin-right: 5px;
}
.disclaimer {
  font-weight: 600;
  margin: 6px 0 0 0;
  border-top: 1px solid #cdcdcd;
  padding-top: 15px;
}
.red {
  color: red;
  font-weight: 600;
}
.blue {
  color: rgb(4, 104, 218);
  font-weight: 600;
}
.orange {
  color: orange;
  font-weight: 600;
}
.green {
  color: green;
  font-weight: 600;
}

.doctors-sub p .normalspan1 {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  background: #ffffff;
}

/* 
for video */

.video-container {
  width: 100%;
  padding: 10px;
  background: #e1e1e1;
  display: inline-block;
  margin-bottom: 20px;
}

.responsive-video {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.responsive-video iframe,
.responsive-video video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.blog_box {
  background: #f7f7f7;
  padding: 15px;
  display: flex;
  height: auto;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px solid #eff0f3;
}
.read_me span {
  border-bottom: 1px solid #028e91;
}
.ad_click {
  text-align: center;
  width: 100%;
  display: block;
  background: #930a00;
  color: #000;
  padding: 4px;
  font-size: 15px;
  animation-name: backgroundColorPalette;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@keyframes backgroundColorPalette {
  0% {
    background: #ee6055;
  }
  25% {
    background: #60d394;
  }
  50% {
    background: #aaf683;
  }
  75% {
    background: #ffd97d;
  }
  100% {
    background: #ff9b85;
  }
}

.blog_box_href:focus .blog_box {
  background: #d8f4eb;
}

.bloglist_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 15px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
}
span.blog_date {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 12px;
  background: #f7f7f7c4;
  padding: 1px 9px;
  border-radius: 50px;
  font-weight: 400;
}
.title_blog h4 {
  text-align: left;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 0;
  margin-left: 10px;
  width: 90%;
  font-family: Georgia;
  font-size: 18px;
  line-height: 24px;
}

span.num {
  background: #9e9e9e26;
  width: 30px;
  height: 30px;
  border-radius: 21px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 4px;
}
.read_me {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  font-family: "Crimson Pro", serif;
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
  color: #028e91;
}
span.Doctor_detail_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
}
span.Doctor_detail_wrap h4 {
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 1.3;
  margin-bottom: 0px;
}
span.title_blog {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
span.Doctor_detail_wrap h6 {
  font-size: 13px;
  text-align: left;
  color: #787878;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 400;
}

span.image_blog {
  height: 170px;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  display: block;
}

span.image_blog img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 3px;
}
span.image_blog_allied {
  /* height: 170px; */
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  display: block;
}

span.image_blog_allied img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
}

span.Doctor_wrap_image_allied {
  width: 32px;
  height: 32px;
  display: block;
}

.direction-link img {
height: 24px;
}

a.direction-link {
  font-size: 15px;
  font-weight: 500;
  color: #009688;
}


.direction-dr {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
  background: #f3f3f3;
  padding: 8px 6px;
  border-radius: 5px;
}
span.Doctor_wrap_image_allied img {
  max-height: 100%;
  border-radius: 50%;
  height: 32px;
}


.call-wrap{
  display: flex;
  flex-direction: column;
  background: #d5e4eb69;
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
}
.image-break {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.allied_ph {
  color: #0bafa4;
  font-weight: 600;
}

.text_detail_blog_head_image_wrap_ad {
  /* height: 170px; */
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

span.Doctor_wrap_image {
  width: 40px;
  height: 40px;
  display: block;
}
span.Doctor_wrap_image img {
  max-height: 100%;
  border-radius: 50%;
}
.Doctor_wrap {
  display: flex;
  align-items: center;
}
.text_detail_blog {
  border-top: 1px solid #e3edee;
  margin-top: 20px;
  padding-top: 10px;
}
p.text_detail_blog_text {
  font-size: 15px;
}
h4.text_detail_blog_head {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Crimson Pro", serif;
}

.text_detail_blog_head_image_wrap {
  height: 170px;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.text_detail_blog_head_image_wrap img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 3px;
}

.text_detail_blog_head_image_wrap_ad img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  /* border-radius: 3px; */
}

.text_detail_blog_head_image_wrap_ad p {
  margin-bottom: 0;
  font-size: 13px;
  text-align: center;
  background: #efefef;
}

#profile-description {
  width: auto;
  margin-top: 30px;
  position: relative;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 3px;
}

#profile-description b {
  margin-bottom: -18px;
  display: block;
}
#profile-description .text {
  width: auto;
  margin-bottom: 5px;
  color: #383737;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  display: block;
}
#profile-description .show-more {
  width: auto;
  color: #777;
  position: relative;
  font-size: 12px;
  padding-top: 5px;
  height: 20px;
  text-align: left;
  cursor: pointer;
}
#profile-description .show-more:hover {
  color: #1779dd;
}
#profile-description .show-more-height {
  height: 62px;
  overflow: hidden;
}


@media only screen and (min-device-width: 769px) {
  .notewarp {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ededed;
  }
}

@media only screen and (max-width: 769px) {
  .disp-none {
    display: none;
  }
}

.simple_head {
  /* font-family: Roboto, sans-serif; */
  color: #425066;
  font-size: 1rem;
  text-align: left;
  font-weight: 600;
  /* line-height: 1.7; */
  padding-top: 0;
  margin: 0;
  margin-bottom: 5px;
}

.terms .secondary-head li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}
.terms .secondary-head ol {
  margin-left: 0!important;
  padding-left: 20px;
}

.sub-head_b {
  /* font-family: Roboto, sans-serif; */
  color: #425066;
  font-size: 1rem;
  text-align: left;
  font-weight: 600;
  /* line-height: 1.7; */
  padding-top: 0;
  margin: 0;
  margin-bottom: 15px;
  display: block;
  margin-top: -10px;
}
.secondary-sub-points ul {
  list-style: none;
  padding-left: 24px;
}