@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
#bannerimage {
  background-image: url("../images/bgimages/banner2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 32em;
}
@media only screen and (max-width: 560px){
  #bannerimage{
    height: 630px !important ;
  }
}

@media only screen and (max-width: 600px) {
  body {
    background-color: rgb(253, 255, 255);
  }
}

@media only screen and (max-width: 600px) {
  #bannerimage {
    width: 100%;
    height: 200px;
  }
}

/* elements  */
.container-full-header {
  max-width: 1760px;
  margin: auto;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .container-full-header {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-full-header {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .container-full-header {
    padding: 0 15px;
  }
}

#submitbtn {
  background-color: #a2248f;
  color: white;
  border: 2px solid #ffffff;
}

#submitbtn:hover {
  background-color: white;
  color: #a2248f;
  border: 2px solid #4f4f4f;
}

.move-down {
  margin-top: 20px;
}

#navbar {
  background-color: #a2248f;
}

.logo {
  margin-left: 50px;
}

#banner-tittle1 {
  font-size: 50px;
  color: #000000;
}

#banner-tittle2 {
  font-size: 30px;
  color: #000000;
}


#path {
  transition: stroke-dashoffset 10ms linear 0s;
  stroke-dasharray: 307.919, 307.919;
  stroke-dashoffset: 307.919;
}

#Testimonials {
  font-size: 64px;
  color: #a2248f;

}

.text-center {
  color: #a2248f;
  font-size: 40px;
}

#heading1 {
  margin-top: 50px;
  margin-bottom: 50px;
}

#heading2 {
  margin-top: -150px;
  margin-bottom: 10px;
}

#heading3 {
  color: #a2248f;
  text-align: center;
  font-size: 40px;
}

#abtuspara {
  font-size: 17px;
  width: 100%;
  color: rgb(73, 73, 73);
  line-height: 1.5;
}

#form_text {
  text-align: justify;
  line-height:1.5;
  letter-spacing: 0.5px;
  color:#6c757d;
  font-size: 10px;
  /* padding:4.0px 4.0px; */

}


#main,#form_text{
  margin-top: 10px;
}

iframe {
  width: 80em;
  height: 400px;
  border: none;
  border-radius: 8px;
}

#companylink:hover {
  color: #a2248f;
}

.whatsapp {
  position: fixed;
  top: 80%;
  left: 94.6%;
}

.whatsapp {
  animation: blink 1.5s linear infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

a[data-title]::after {
  content: attr(data-title);
  background-color: rgb(0, 228, 30);
  color: rgb(255, 255, 255);
  font-size: 1.2em;
  position: absolute;
  padding: 1px 5px 2px 5px;
  top: -30px;
  left: -50%;
  white-space: nowrap;
  box-shadow: 1px 1px 4px #242424;
  opacity: 0;
  z-index: 9999999;
  visibility: hidden;
  border-radius: 10px;
}

a[data-title]:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.1s ease 0.3s;
}

#footertext {
  font-size: 35px;
  background-color: rgba(255, 255, 255, 0.827);
  border-radius: 10px;
}

#form_card {
  height: 300px;
}

#thumbnail-main {
  border-radius: 15px 15px 15px 15px;
  width: 600px;
  height: 450px;
  margin-left: 70px;
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(206, 4, 162);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(24, 43, 92);
}

.bottom-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  border-radius: 15px;
  display: none;
}

.headings {
  background-image: url(../images/blog/jointpain5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 290px;
}

@media (max-width: 729px) {
  .headings {
    background-image: url(../images/blog/jointpain5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
  }
}

.text-heading {
  color: white;
}

/* <!-- media query --> */
@media screen and (max-width: 560px) {
  #bannerimage {
    height: 45em;
  }

  .whatsapp {
    display: none;
  }

  #heading4 {
    display: block;
  }

  #heading2 {
    margin-top: -100px;
  }

  .bottom-footer {
    display: block;
    background-color: #000080;
    height: 35px;
    align-items: center;
    justify-content: center;
    z-index: 111;
  }

  iframe {
    width: 100%;
    margin-left: -10px;


  }
}

.header-wrapper-1 .logo {
  padding: 6px 0 !important;
}

.take-consultent-area-form form input {
  border-radius: 0px;
  margin-bottom: 8px;

}

.take-consultent-area-form textarea {
  font-size: 16px !important;
  font-weight: 400;
  padding-left: 0px;

}

.take-consultent-area-form {
  padding: 16px !important;
}

.title-area-center .title {
  margin-top: 0px;
  margin-bottom: -10px;
}

@media (max-width: 991px) {
  .resp-marg {
    margin-top: 30px;
  }
}

.rts-counter-area .title {
  margin-top: 80px;
}

.map-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.map-frame {
  width: 100%;
  max-width: 100%;
}

.map-frame embed {
  width: 100%;
  height: 400px;
  /* Adjust height as needed */
  border: 0;
}

.headings h1 {
  padding-top: 100px;
  font-family: "Rubik", sans-serif;
  font-size: 50px;
  font-weight: 500;
  color: white;
  
}

@media (max-width: 729px) {
    .headings h1 {
      padding-top: 40px;
      font-family: "Rubik", sans-serif;
      font-size: 30px;
      font-weight: 500;
      color: white;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* Aspect ratio 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  display: block;
  position: relative;
}

.video-container {
  width: 100%;
  height: 200px;
  /* Adjust as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.2s ease-in-out;
  background-image: url('https://img.youtube.com/vi/1dS6b74v3dc/hqdefault.jpg');
}

#video1 {
  background-image: url('https://img.youtube.com/vi/1dS6b74v3dc/hqdefault.jpg');
}

#video2 {
  background-image: url('https://img.youtube.com/vi/1RckHh49w5A/hqdefault.jpg');
}

#video3 {
  background-image: url('https://img.youtube.com/vi/_0nC6_qqBq4/hqdefault.jpg');
}

#video4 {
  background-image: url('https://img.youtube.com/vi/FtTbzcv88oE/hqdefault.jpg');
}

#video5 {
  background-image: url('https://img.youtube.com/vi/6UwVpiuvZ74/hqdefault.jpg');
}

#video6 {
  background-image: url('https://img.youtube.com/vi/Hfe4q8WgOKc/hqdefault.jpg');
}


.video-container:hover {
  transform: scale(1.05);
}

.play-icon {
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  /*  transition: opacity 0.3s ease-in-out; */
}

.video-wrapper:hover .play-icon {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .mt_sm--30 {
    margin-top: -30px !important;
    }
}

@media only screen and (min-width: 992px) {
  .mt_sm--30 {
    

    justify-content: center !important ;
  }
} 

#title {
  font-size: 23px;
  
}
@media only screen and (max-width: 506px) {
  .take-consultent-area-form {
    height:480px !important ;
  }
}



@media only screen and (min-width: 768px) and (max-width: 1165px) {
  #form3 {
    height: 650px !important;  
   
  }
}

#form3,input {
  height: 650px;
}
#form3{
  padding-top:10px;
}

.take-consultent-area-form,
input {
  height: 550px;
}
@media only screen and (min-width: 768px){
.take-consultent-area-form{
  height: 450px !important ;
  margin-top: -30px !important ;

}
}
@media only screen and (max-width: 768px){
  .take-consultent-area-form{
   
    margin-top: 15px !important ;
  
  }
  }

@media only screen and (min-width: 506px){
  .take-consultent-area-form{
    height: 430px !important ;
  

   
  }
}
@media only screen and (max-width: 506px){
  .take-consultent-area-form{
   height: 430px !important ;
   margin-top: 80px !important;
   
   
  }
}


@media only screen and (min-width: 992px){ 
  .take-consultent-area-form {
    height: 440px !important ;
    margin-top: -100px;
}
}
@media only screen and (max-width: 992px){ 
  .take-consultent-area-form {
    height: 440px !important ;
    margin-top: -40px;
}
}


@media only screen and (min-width: 992px){ 
  #Whoweare{
    margin-top: -20px !important ;
 }
}
@media only screen and (max-width: 436px){ 
  #Whoweare{
    letter-spacing: 1px  !important;
    font-size: 30px !important;

 }
}

@media only screen and (min-width: 1200px) {
  .take-consultent-area-form {
    height: 440px !important ;
    width: 340px !important ;
    margin-top: 25px !important;

 }
}

    
@media only screen and (max-width: 1046px) {
  #title {
    font-size: 24px !important ;
   }
}

@media only screen and (min-width: 1200px){ 
  #Whoweare{
    margin-top: -15px !important ;

 }
}

#ccomment {
  height: 80px;
  letter-spacing: 0px;
  padding-left:15px ;
}

.color-red {
  text-align: justify;
  text-justify: 1px;
  text-indent: 10px;
  line-height: 0.7;
  word-spacing: 10px;
  white-space: nowrap;
}

#form_text {
  word-spacing: -1px !important;
  font-size: 13px !important;
}

.color-red ,a{
  font-size: 14.20px !important ;
}

.rts-about-area rts-section-gapBottom {
  gap: 100px;
}

#consult {
  width: 200px;
  height: 60px;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
}

#facility2 {
  font-family: "Syne", sans-serif;
  color: #403f3f;
}

.single-service-area .title {
  font-family: "Rubik", sans-serif;
  color: #403f3f;

}

#facility,h5 {
  font-family: "Rubik", sans-serif;
  color: #403f3f;
}

#Consultbtn {
  background-color: #a2248f;
  color: white;
  border: 2px solid #ffffff;
  width: 200px;
  height: 50px;
  border-radius: 40px;

}

#Consultbtn:hover {
  background-color: white;
  color: #a2248f;
  border: 2px solid #4f4f4f;
}

.row {
  align-items: center;
}
#list{
  font-size: 50px;
}

#sidebar{
  margin-top: -1090px;
}
.clog-list-area, h3 {
  font-family: "Rubik", sans-serif !important;
}

@media only screen and (max-width: 768px){
  #thumbnail-main {
    margin-left: 10px !important ;
    width: 100% !important ;
    height: 300px !important;
    padding-right: 70px !important;
    padding-left: 20px !important ;
   
  }
}


#treatment{
  margin-top: -80px;
}
.rts-footer-area{
  height: 350px;
}
#facility{
  margin-top: -60px;
}
@media only screen and (max-width: 768px){
  #facility {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 768px){
  .rts-footer-area {
    height: 700px !important;
  }
}
.check {
  font-size: 5px !important ;
}

.title25{
  justify-content: center;
 text-align: justify;
 
}

#inner-content-area {
  padding: 40px 50px;
  border: 1px solid rgba(97, 94, 252, 0.2);
  border-radius: 0 0 10px 10px;
}
#para1{
  color: blue;
  font-size: 25px;
}
#para2{
  color: blue;
}
#para3{
  color: blue;
}
#para4{
  color: blue;
}
@media only screen and (max-width: 768px){
  #sidebar{
    margin-top: -1050px !important ;
  }
}
@media only screen and (max-width: 992px){ 
  #sidebar {
    margin-top: -1030px !important ;
  }
}

.footer-wrapper-style-between {
  display: flex;
  align-items: flex-start;
  justify-content: space-around!important;
  gap: 5px !important;
  padding-top: 50px;
  border-top: 1px solid #201F57;
  padding-bottom: 8px; 
  line-height: 0.5;
}

#impact{
  font-family: "Syne", sans-serif; 
  color: #403f3f;
}
#facili{
  font-family: "Syne", sans-serif; 
  color: #403f3f;
}
#area{
  font-family: "Syne", sans-serif; 
  color: #403f3f;
}
#checkb{
  padding-left: -30px;
}
#page{
  font-size: 30px;
  text-align: center;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
}
#page2{
  font-size: 17px;
  text-align: center;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
}

#foot{
  font-family: "Rubik", sans-serif !important;
}

.title-wrapper-left{
  text-align: center;
  
}
@media only screen and (max-width: 575px) {
  .side-bar {
      width: 200px;
}
}
.menu-btn{
  background-color: #000080;
}
.progress-wrap::before{
  background-color:#000080 ;
}
.side-bar button i{
  background:#000080 ;
}
.copyright-area {
  background: #851e75;
  padding-top: 20px;
  padding-bottom: 35px;
}
.nav-bottom,li,a {
  line-height: 1.4; 
}
#Privacy,h6{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
}
#Terms{
  color: white;
}
#Priva{
  color: white;
}
#Conditi{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
}
#Poli{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
}
@media only screen and (min-width: 500px) {
  .menu-btn {
    background-color:#000080 ;
   }
}






  








