@font-face {
  font-family: GothamBook;
  src: url(../fonts/GothamBook.ttf);
}

body {
  /* background-color: #d8d8d8; */
  padding: 0px !important;
  margin: 0px;
  box-sizing: border-box;
}

.card1 {
  position: absolute;
  bottom: -20px;
}

.wow {
  height: 100vh;
  /* background-image: url(/images/new_frame/bg-img5.png); */
  background-repeat: no-repeat;
  background-size: 100% 55%;
  background-size: contain;
  background-position: top;
  width: 450px;
  margin: auto;
  border: none;
}

.wow2 {
  border-radius: 20px;
}

.wow3 {
  border-radius: 15px;
}

.wow4 {
  border-radius: 20px;
  border-radius: 10px 9px 6px 7px;
  border-width: 6px 0px 0px 0px;
  margin-top: -50px;
  background-image: url(/images/new_frame/bg-img3.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#degree {
  /* background-image: url(/images/new_frame/name_bg.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.wow5 {
  border-width: 6px 0px 0px 0px;
  background-position: bottom;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
}

.topicname1 h3:first-child {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.topicname2 h3:first-child {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

#topic1,
#topic2,
.text-dark {
  font-family: "Poppins", sans-serif;
}

.fa {
  font-size: 20px;
}

.share-options {
  position: absolute;
  bottom: 9%;
  left: 19%;
  width: auto;
  height: auto;
  transform-origin: bottom left;
  transform: scale(0);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: rgba(15, 15, 15, 0.5);
  color: #fff;
  padding: 20px;
  font-family: "roboto";
  transition: 0.2s;
  transition-delay: 0s;
}

.share-options.active {
  transform: scale(1);
  transition-delay: 0s;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}

.close-btn:hover {
  color: #000000;
}

.title {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
  font-size: 20px;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
  width: fit-content;
  padding: 0 20px 3px 0;
}

.social-media {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
  width: 250px;
  height: 120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}

.social-media-btn {
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  line-height: 50px;
  font-size: 25px;
  cursor: pointer;
  margin: 0 5px;
  text-align: center;
}

.social-media-btn:nth-child(1) {
  background: #25d366;
}

.social-media-btn:nth-child(2) {
  background: #1da1f2;
}

.social-media-btn:nth-child(3) {
  background: #e4405f;
}

.social-media-btn:nth-child(4) {
  background: #1da1f2;
}

.social-media-btn:nth-child(5) {
  background: #1877f2;
}

.social-media-btn:nth-child(6) {
  background: #0a66c2;
}

.link-container {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
  width: 100%;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  overflow: hidden;
  padding: 0 10px;
}

.link {
  width: 80%;
  height: 70%;
  line-height: 40px;
  color: #000;
}

.copy-btn {
  position: absolute;
  right: 0;
  cursor: pointer;
  background: #000;
  color: #fff;
  border: none;
  height: 100%;
  width: 30%;
  text-transform: capitalize;
  font-size: 16px;
}

.share-options.active .title,
.share-options.active .social-media,
.share-options.active .link-container {
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.5s;
}

.copy-message {
  display: none;
  color: #000;
  background-color: #bba7a7;
  padding: 10px;
  border-radius: 5px;
  font-family: "roboto";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#phoneLink1,
#phoneLink2,
#emailLink,
#addressLink {
  text-decoration: none;
  color: #000000;
}

#lowBackPainIcon img,
#migraineIcon img,
#epilepsyIcon img,
#neuropathyIcon img{
  width: 50px;
}

/* Testimonial card */
.awards_card {
  position: relative;
  width: 70%;
}

.testimonial-card {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.video-thumbnail {
  /* position: relative;
  width: 100%;
  top: 165px; */
}

.youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  background-color: #000;
}

.address_link {
  text-align: left;
}

.video_card {
  display: flex;
}

.profileImage {
  /* position: absolute;
  top: 51%;
  left: 45%; */
}

#profile_url {
  border: 6px solid white;
  width: 200px;
  height: auto;
  border-radius: 50%;
}

@media (max-width: 767px) {
  /* Mobile layout */
  .d-md-flex {
    display: block !important;
  }
}

@media (min-width: 768px) {
  /* Desktop layout */
  .d-md-flex {
    display: flex !important;
  }
}

#poster_url2,
#poster_url1 {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

title {
  background-color: #000000;
}

.mainInfoDiv {
  display: flex;
  height: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 80px;
}

li i {
  float: left;
  text-align: center;
}

li #phone1,
#phone2,
#email,
#address {
  font-family: "Poppins", sans-serif;
}

.modal .show {
  padding-right: 0px !important;
}

.doc_address {
  font-family: "Poppins", sans-serif;
  position: relative;
  top: 50px;
}

.videoText {
  color: white;
}

#lowBackPain,
#migraine,
#epilepsy,
#neuropathy{
 font-size: 12px;
}


#lowBackPainIcon img,
#migraineIcon img,
#epilepsyIcon img,
#neuropathyIcon img{
  width: 40px;
}

@media screen and (max-width: 600px) {
  .wow {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 375px) {
  .video-thumbnail {
    top: 186px !important;
  }

  #lowBackPainIcon img,
  #migraineIcon img,
  #epilepsyIcon img,
  #neuropathyIcon img{
    width: 30px;
  }

  #lowBackPain,
  #migraine,
  #epilepsy,
  #neuropathy{
   font-size: 10px;
  }


  .mainInfoDiv {
    top: 80px;
  }

  .video-thumbnail img {
    width: 120px !important;
  }

  .videoMain{
    justify-content: space-evenly !important;
  }

  /* .profileImage {
    top: 44%;
    left: 30%;
  } */

  /* .doc_name {
    top: 63% !important;
    left: 2% !important;
  }

  .doc_address {
    top: 69% !important;
    left: 2% !important;
  } */
}

.videoMain{
  display: flex;
  justify-content: center;
  height: 300px;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 376px) and (max-width: 475px) {

  #lowBackPain,
  #migraine,
  #epilepsy,
  #neuropathy{
   font-size: 10px;
  }


  #lowBackPainIcon img,
  #migraineIcon img,
  #epilepsyIcon img,
  #neuropathyIcon img{
    width: 40px;
  }

  .video-thumbnail {
    top: 173px !important;
  }

  .mainInfoDiv {
    top: 80px;
  }

  .video-thumbnail img {
    width: 140px !important;
  }

  .videoMain{
    justify-content: space-evenly !important;
  }

  /* .profileImage {
    top: 44%;
    left: 33%;
  }

  .doc_name {
    top: 63% !important;
    left: 12% !important;
  }

  .doc_address {
    top: 69% !important;
    left: 10% !important;
  } */
}

#main_first,
#main_second {
  padding: 10px;
  margin: auto;
}

.doc_name {
  font-family: "Poppins", sans-serif;
  position: relative;
  top: 45px;
  width: 350px;
}

.docDegree {
  font-family: "Poppins", sans-serif;
  color: black;
  /* position: absolute;
  top: 78%;
  left: 42%; */
}

.side_border {
  border-image-slice: 1;
  border-width: 2px 2px 0px 2px;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: #000;
  padding: 15px;
  border-radius: 10px;
  opacity: 0.5;
  color: #fff;
}

.loader .spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #fff;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

  100% {
    transform: rotate(360deg);
  }
}
.side_border li {
  display: flex;
  gap: 10px;
  padding: 0px;
  align-items: center;
  margin: 0px;
}
.side_border img {
  width: 100px;
}
.d-fotter {
  display: flex;
  font-size: 12px;
  justify-content: center;
  gap: 4px;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.d-fotter samp {
  font-family: "Poppins", sans-serif;
  align-self: flex-end;
  font-size: 12px;
  font-weight: 600;
}
.video_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.video_title img {
  width: 65%;
}
.video_title h3 {
  margin: 0px;
}
.main_div {
  background-size: cover;
}

.video-thumbnail img {
  width: 70%;
}
