@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body {
  margin: 0;
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.image-section img {
  margin-top: 1em;
}

.header-section {
  text-align: center;
}
.header-section h1 {
  font-size: 30px;
  font-weight: 600;
}
.header-section p {
  font-size: 18px;
  font-weight: 500;
}

.para-section {
  margin-bottom: 5em;
  text-align: center;
}
.para-section p {
  font-size: 16px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 2em;
}

p {
  font-size: 16px;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

.large-font {
  font-size: 18px;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.footer-font {
  text-align: center;
  margin-top: 3em;
}

.about h4 {
  font-size: 20px;
  font-weight: 600;
}

.link-text {
  color: rgb(91, 91, 246);
}

ul li, ol li {
  font-size: 16px;
  margin-bottom: 15px;
}
ul li span, ol li span {
  font-size: 16px;
  font-weight: 600;
}

.main-div {
  gap: 20px;
}
.main-div .first-section, .main-div .second-section {
  border-radius: 5px;
  padding: 20px;
  border: 2px solid #3278fa;
}
.main-div .first-section:hover, .main-div .second-section:hover {
  border: none;
  background: #3278fa;
  color: #fff;
}

.about-header {
  color: #3278fa;
}

.squre li {
  list-style: square;
}

.list-bold li {
  font-weight: 600;
}

.content h2 {
  font-size: 25px;
  font-weight: 600;
}

.privacy {
  background: #3278fa;
  padding: 100px 0;
  margin: 30px 0;
}
.privacy h1 {
  color: #fff;
  font-size: 40px;
}

.applicability ol li {
  list-style: lower-roman;
}

.practitioners h3 {
  margin-bottom: 30px;
}
.practitioners ul {
  list-style: none;
}
.practitioners ol {
  margin-left: 50px;
  list-style: lower-roman;
}
.practitioners .left-space {
  margin-left: 30px;
  margin-bottom: 20px;
}
.practitioners .squre-point {
  list-style: disc;
}

.rights .list-space-left {
  margin-left: 30px;
}
.rights .list-space-left ol {
  list-style: lower-roman;
}

.header-section header {
  font-size: 30px;
  font-weight: 600;
}

.copyrights {
  padding-bottom: 30px;
}

.footer {
  background: #3278fa;
  color: #fff;
  padding: 50px;
}
.footer h3 {
  font-size: 20px;
  font-weight: 600;
}
.footer p {
  font-size: 16px;
  font-weight: 500;
}
.footer .contact-section a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.techgentsia {
  background: #eaf1fe;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.techgentsia h3 {
  margin-top: 0;
}
.techgentsia h4 {
  font-size: 16px;
}

.header-section {
  background: rgba(0, 97, 255, 0.2117647059);
  padding: 50px 0;
}

.banner {
  background: url("../images/homeo-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  height: 350px;
  position: fixed;
  top: 0;
  z-index: 123;
}
.banner img {
  width: 250px;
  height: auto;
  margin-top: 20px;
  margin-left: 20px;
}
.banner .header {
  text-align: center;
  margin-top: 50px;
}
.banner .header h1 {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
}

.content-section {
  margin-top: 380px;
  padding-bottom: 20px;
}
.content-section div {
  margin-bottom: 40px;
}
.content-section div:last-child {
  margin-bottom: 0;
}
.content-section h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
.content-section p {
  font-size: 18px;
}
.content-section h4 {
  font-weight: 500;
  font-size: 18px;
}
.content-section.about {
  padding-bottom: 0;
}
.content-section.about .about-card-section {
  display: flex;
  gap: 20px;
}
.content-section.about .about-card-section .card {
  border-radius: 5px;
  padding: 20px;
  border: 2px solid #3278fa;
  margin-bottom: 0;
}
.content-section.about .about-card-section .card:hover {
  border: none;
  background: #3278fa;
  color: #fff;
}
.content-section.about .colum-section {
  display: flex;
  text-align: center;
  gap: 10px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.content-section.about .colum-section .colum-box {
  width: 20%;
  background: rgba(50, 120, 250, 0.1019607843);
  border-radius: 5px;
  padding: 20px 10px;
  margin-bottom: 0;
}
.content-section.about .colum-section .colum-box h3 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
}
.content-section.about .colum-section .colum-box p {
  margin-bottom: 0;
}
.content-section.about .colum-section .footer-section {
  text-align: left;
}
.content-section.medicine {
  padding-bottom: 0 !important;
}
.content-section .point-section h2 {
  margin-top: 50px;
}

.content ul li {
  font-size: 18px;
}

.profile-card-section {
  padding: 50px;
}
.profile-card-section .profile-card-area {
  display: flex;
  gap: 50px;
  align-items: start;
  justify-content: center;
  margin-bottom: 50px;
}
.profile-card-section .profile-card-area .profile_card {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 75px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 300px;
  padding: 30px;
  transition: all 0.3s;
  border: 1px solid #fff;
}
.profile-card-section .profile-card-area .profile_card img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.profile-card-section .profile-card-area .profile_card h2 {
  color: #1f1f1f;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
}
.profile-card-section .profile-card-area .profile_card h3 {
  color: #1f1f1f;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}
.profile-card-section .profile-card-area .profile_card p {
  color: #1f1f1f;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.profile-card-section .profile-card-area .profile_card a {
  color: #1f1f1f;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  margin-top: 15px;
}
.profile-card-section .profile-card-area .profile_card .phone {
  background: #3267cc;
  color: #fff;
  border: 1px solid #fff;
  width: 200px;
  height: 44px;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  cursor: pointer;
  font-size: 14px;
}
.profile-card-section .profile-card-area .profile_card:hover {
  background: #0e53d7;
  background: linear-gradient(180deg, rgba(14, 84, 215, 0.2039215686), rgb(255, 255, 255));
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.profile-card-section .email-area {
  text-align: center;
  border-radius: 15px;
  margin-top: 20px;
  padding: 10px 55px;
  width: 30%;
  margin: 0 auto;
  background: #edf1f9;
  border: 1px solid rgba(96, 96, 96, 0.0941176471);
}
.profile-card-section .email-area a {
  text-decoration: none;
  color: #606060;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.profile-card-section .email-area a span {
  font-size: 18px;
}/*# sourceMappingURL=main.css.map */