/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
body {
    margin: 0;
    overflow-x: hidden;
  
}
body {
  font-family: 'Poppins'f;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins';
  font-weight: 600; /* Adjust the weight according to your preference */
}
span, .navbar li a{
  font-family: 'Poppins';
}
p, input, textarea, button {
  font-family: 'Poppins';
  font-size: 14px;
}
.step-des p{
  font-size: 12px;
}
.icon-box{
  font-size: 12px;
}
/* Example for the popup content */
.popup-content {
  font-family: 'Poppins';
  
}
#footer{
  font-family: 'Poppins';
}

.black{
    color: black;
}
.reddisgbrown{
    background-color: #083865;
}
.green{
    color: #11362D;
    margin: 0px;
}
.brown{
    background-color: #00529d;
  }
  .orange{
    background-color: #ffbd59;
  }
  a{
    text-decoration: none;
  }

  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }
  @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px !important;
    }
}
#header {
    /* height: 70px; */
    z-index: 997;
    transition: all 0.5s ease-in-out;
    background: #fff;
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 2px 4px 0px #0000000A;
    position: fixed;
    top: 0;
    width: 100%;
    /* background: #fff; */
    z-index: 20;
  }
  
  #header .logo h1 {
    font-size: 28px;
    margin: 0;
    line-height: 0;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  #header .logo h1 a,
  #header .logo h1 a:hover {
    color: #3c4133;
    text-decoration: none;
  }
  
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 75px;
    /* background: white; */
  }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 20px;
  background-color: #ebebeb;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  
}

.navbar a
{
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 10px 0 10px 30px; 
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: black;

  
 
}

.navbar a i,
.navbar a:focus i {
  font-size: 15px;
  line-height: 0;
  margin-left: 5px;
}

 .navbar a:hover,
.navbar ul .active>a,
.navbar ul .active:focus,
.navbar li:hover>a {
color: #613f0d !important;

} 

 /* .navbar .getstarted {
  background: #fff;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #ffbd59;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff !important;
  background: #ffbd59;
  width: 66%;
}  */
.navbar .getstarted,
.navbar .getstarted:focus {
  background: #183d76;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: white;
  width: 66%;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: white!important;
  background: #7e5e09;
  width: 66%;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
} 


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 40px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  width: 290px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffbd59;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  background-color: #ebebeb;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


.mobile-nav-toggle {
  color: #080808;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: white;
}
.box-left-icon{
  width: 15%;
  padding-right: 16px;
}
.box-left-icon img{
  width: 100%;
}
.box-left-icon1{
  width:35%;
  padding-right: 16px;
}
.box-left-icon1 img{
  width: 100%;
}
.about-container{
  padding-top: 6%;
}
.service-icon{
  width: 30%;
}
.service-icon img{
  width: 100%;
}
  @media (max-width: 991px) {
    .about-container-main{
      padding-top: 13% !important;
    }
    .getstarted{
      display: flex;
      justify-content: center;
    }
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
      color: #c9892c !important;
  }
    .navbar .dropdown:hover>ul {
      opacity: 1;
      top: 100%;
      visibility: visible;
      background-color: #00529d;
  }
    #header .logo img {
      padding: 0;
      margin: 0;
      max-height: 52px !important;
      /* background: white; */
  }
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
    .about-image {
        width: 100% !important;
    }
    .about-description {
        width: 100% !important;
    }
    h1{
      font-size: 20px;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(34, 36, 29, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #00529d;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #fbfbfb;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #ffbd59;
  }
  
   .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin-left: 30px;
    justify-content: center;
  } 
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #00529d;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #ffbd59;
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }



  .about-container-row{
    display: flex;
    overflow: hidden;
  }
  @keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@media (max-width: 1350px) {
  .footer-top {
      margin-left: 35px;
  }
}

.service-image{
  /* opacity: 0;
    transition: opacity 0.5s, transform 0.5s; */
    overflow: hidden;
}
@keyframes slideInLeft {
  0% {
      opacity: 0;
      transform: translateX(-100px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

.about-main-text h1,
.about-main-text p,.about-main-text1 h1,
.about-main-text1 p {
    /* opacity: 0;
    transition: opacity 0.5s, transform 0.5s; */
    overflow: hidden;
}
  .about-image{
    width: 50%;
  }
  .about-image img{
    width: 100%;
    height: 100%;
  }
  .about-description{
    width: 50%;
    display: grid;
    justify-items: center;
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden;
  }
  .about-main-text{
    text-align: center;
    padding: 0px 50px 0px 50px;
    color: white;
    overflow: hidden;
  }

.about-container1 {
    background-image: url('/assets/why.jpeg');
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
    color: white;
    padding: 50px 0px;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 -1px 0px 0 rgba(0, 0, 0, 0.19);
    /* opacity: 0;
    transition: opacity 0.5s, transform 0.5s; */
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeInCaption {
  0% {
      opacity: 0;
      transform: translateY(10px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}
.trust-container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.count-box {
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    width: 225px;
    height: 100%;
}

.trust-in-heading{
    text-align: center;
}
.trust-in-heading h1{
    margin: 0px;
    padding-bottom: 30px;
    font-size: 32px;
}
.count-box p{
    font-size: 16px;
 }
 .plus{
    margin-left: 5px;
 }
 @media (max-width: 600px) {
  .about-container {
    padding-top: 10%;
}
 }
 @media (max-width: 600px) {
  .about-container {
      padding-top: 18%;
  }
}

@media (max-width: 900px) {
 
  .phone-container {
    flex: 0 0 35%;
    display: grid;
    align-items: center;
    justify-items: center;
    margin-bottom: 0px;
  }
 .about-container1{
    padding: 30px 10px;
 }
 .trust-container-set{
    margin-bottom: 10px;
 }
 .count-box{
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    width: 180px;
    height: 100%;
}
 .count-box p{
    font-size: 12px;
 }
 .row {
    display: flex;
    flex-direction: column;
}
.col-lg-3 {
    flex: 0 0 auto;
    width: 95% !important;
}
#footer .footer-top {
    /* background: #1c1f18; */
    padding: 60px 20px 30px 20px !important;
}
.about-container2 {
    background-image: url(/assets/background1.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    padding: 30px 10px !important;
}
.about-main-text {
    text-align: center;
    padding: 20px 10px !important;
    color: white;
}
.about-main-text p {
  text-align: center !important;
}
}
.about-container2{
  background-color: azure;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
    color: white;
    padding: 50px 50px;
    /* opacity: 0;
    transition: opacity 0.5s, transform 0.5s; */
}
.credits a{
    color: black;
}
.why-heading{
  margin-bottom: 20px;
}
.partner-button{
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    color: white;
}
.about-main-text p{
  text-align: center;
}
.partner-img{
    border-radius: 20px;
}
  
/* .why-heading-main{
  width: 25px;
} */
.popup-form-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  width: 80%;
  max-width: 500px;
}
.about-description12 {
  width: 70%;
  margin: 0px 0px;
}
.close-button {
  position: absolute;
  top: 0px;
  right: 12px;
  font-size: 24px;
  cursor: pointer;
  color: black;
    font-weight: 700;
}
.about-main-text p{
  font-size: 16px;
}
.video-container-rev {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.video-box {
  position: relative;
  width: 300px; /* Adjust width as needed */
  height: 200px; /* Adjust height as needed */
  overflow: hidden;
}

.video {
  width: 100%;
  height: 100%;
  filter: blur(8px); /* Blur effect on the video */
  transform: scale(1); /* Base scale of the video */
  transition: transform 0.5s ease-in-out;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
}

.coming-soon {
  font-size: 24px;
  font-weight: bold;
  color: white;
  animation: zoom 2s infinite; /* Continuous zoom in/out animation */
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.media-set-main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.media-main {
  position: relative;
 
  overflow: hidden;
  background-color: #f0f0f0; /* Background color for fallback */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.media-img img {
  width: 100%;
  height: auto;
  filter: blur(8px); /* Blurring the image */
}

.media-head, .media-para {
  opacity: 0.6;
  filter: blur(2px); /* Blurring the text content */
}

.media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Dark overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.coming-soon {
  font-size: 24px;
  font-weight: bold;
  color: white;
  animation: zoom 2s infinite; /* Continuous zoom in/out animation */
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 0 0 30px 0;
    color: black;
    font-size: 14px;
    background-color: #ebebeb;
  }
  
  #footer .footer-top {
    background-color: #ebebeb;
    padding: 60px 0 30px 0;
  }
  
  #footer .footer-top .footer-info {
    margin-bottom: 30px;
    margin-right: 20px;
  }
  
  #footer .footer-top .footer-info h3 {
    font-size: 26px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 3px;
    color: #ffbd59;
  }
  
  #footer .footer-top .footer-info p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Poppins";
    color: black;
  }
  
  #footer .footer-top .social-links a {
    display: inline-block;
    background: #ffbd59;
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  #footer .footer-top .social-links a i {
    line-height: 0;
    font-size: 16px;
  }
  
  #footer .footer-top .social-links a:hover {
    background: #ffbd59;
    color: black;
    text-decoration: none;
  }
  
  #footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-top h4::before,
  #footer .footer-top h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
  }
  
  #footer .footer-top h4::before {
    right: 0;
    background: #3c4133;
  }
  
  #footer .footer-top h4::after {
    background: #ffbd59;
    width: 60px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 0 0 15px 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: black;
    transition: 0.3s;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    color: #613f0d;
  }
  
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact ul {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-contact ul li {
    padding: 0 0 15px 0;
  }
  
  #footer .footer-top .footer-contact ul a {
    color: black;
    transition: 0.3s;
  }
  
  #footer .footer-top .footer-contact ul a:hover {
    color: #613f0d
  }
  #footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-newsletter ul {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-newsletter ul li {
    padding: 0 0 15px 0;
  }
  
  #footer .footer-top .footer-newsletter ul a {
    color: black;
    transition: 0.3s;
  }
  
  #footer .footer-top .footer-newsletter ul a:hover {
    color: #613f0d
  }
  
  #footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
  }

  
  #footer .footer-top .footer-newsletter input[type=email] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
    border-radius: 4px 0 0 4px;
  }
  
  #footer .footer-top .footer-newsletter input[type=submit] {
    background: #ffbd59;
    border: 0;
    border-radius: 0 4px 4px 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: black;
    transition: 0.3s;
    cursor: pointer;
  }
  
  #footer .footer-top .footer-newsletter input[type=submit]:hover {
    color: #613f0d
  }
  
  #footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: black;
  }
  #footer .container{
    background-color: #ebebeb;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}
.row{
  display: flex;
  /* align-items: center; */
}
.footer-container{
    max-width: 1320px;
    /* --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0; */
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
.footer-logo{
    width: 20%;
    /* background: white; */
}
.footer-logo-img{
    width: 100%;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ffbd59;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: #ffbd59;
    color: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  .align-items-center1 {
    align-items: center !important;
    display: flex;
}
.justify-content-center1 {
    justify-content: center !important;
}
.whatsapp-container {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #25d366;
  color: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 1000;
}
.bi.bi-whatsapp{
  font-size: 20px;
  margin-bottom: 5px;
}
.whatsapp-icon {
  font-size: 30px;
  margin-bottom: 5px;
}
.whatsapp-text {
  font-size: 16px;
  font-weight: bold;
}
.whatsapp-link {
  color: inherit;
  text-decoration: none;
  /* display: flex; */

}
.whatsapp-text {
  font-size: 16px;
  font-weight: bold;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 5px 0px;
}
  .Register-main-head{
    padding: 25px;
    padding-top: 126px;
  }
  .Register-main-head h1{
    margin: 0px;
    
    color: white;
    text-align: center;
  }
  .Register-main-head p{
    color: white;
    text-align: center;
  }
  .trust-in-heading{
    padding-bottom: 30px;
  }
  .faq-section {
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
.question {
    cursor: pointer;
    /* background-color: #f0f0f0; */
    padding: 1em;
    /* border: 1px solid #ccc; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question .icon {
    transition: transform 0.3s ease;
}
.question.active .icon {
    transform: rotate(180deg);
}
.answer {
    display: none;
    padding: 0rem 1rem 1rem;
    /* border: 1px solid #ccc; */
    background-color: #fff;
}
.faq-main{
  padding: 20px;
    border: 1px solid;
    border-radius: 20px;
    margin: 50px;
}


.customer-review{
  padding: 50px;
}
.custom-heading{
  text-align: center;
  padding-bottom: 30px;
}
.video-container-rev{
  display: flex;
  justify-content: center;
  gap: 20px;
  overflow-x: auto;
}
.video-container1{
  display: none;
}
.medical-text{
  padding: 50px;
}
.medical-text p{
  text-align: center;
}

.location-set{
  padding: 50px;
  text-align: center;
  background-image: url(/assets/why.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* opacity: 0;
    transition: opacity 0.5s, transform 0.5s; */
}
.locatus h1{
  padding-bottom: 30px;
}
.location-container{
  display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.phone-container{
  flex: 0 0 25%;
  display: grid;
    align-items: center;
    justify-items: center;
    margin-bottom: 0px;
}
.phone-num{
  text-align: center;
}
.phone-name h2{
  margin-bottom: 0px;
}

.privacyhead{
  text-align: center;

}
.privacypolicy-set{
  padding: 50px;
}
.media-set{
  padding: 50px;
}
.media-set-main{
  display: flex;
  flex-wrap: nowrap;
}
.media-main{
  padding: 10px;
  border: 1px solid black;
  margin: 10px;
  border-radius: 20px;
}
@media (max-width:500px){
  .faq-main {
    padding: 20px;
    border: 1px solid;
    border-radius: 20px;
    margin: 10px;
}
.media-set-main{
  display: flex;
  flex-wrap: wrap;
}
.location-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.phone-container {
  flex: 0 0 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  margin-bottom: 10px;
}
.phone-name h2 {
  margin-bottom: 0px;
  font-size: 20px;
}
/* .Register-main-head {
  padding: 20px 10px !important;
} */
}

@media (max-width: 900px){
  .Register-main-head {
    padding: 25px;
    padding-top: 90px;
}
  .customer-review {
    padding: 30px 10px;
}
.medical-text{
  padding: 30px 10px;
}
.video-container-rev{
display: none;
}
.video-container1{
  display: flex;
  justify-content: center;
  gap: 20px;
  overflow-x: auto;
  flex-wrap: wrap;
}
.video-box {
  flex: 1 1 300px;
  max-width: 47% !important;
}
.location-set {
  padding: 30px 10px;
}
.privacypolicy-set{
  padding: 30px 10px;
}
.privcyContent p{
  font-size: 14px;
}
.media-set{
  padding: 30px 10px;
}
.media-img img{
  width: 100%;
}
}