.contact-bar {
  padding: 15px 30px;
  padding-right: 75px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: rgba(78, 74, 74, 0.4235294118);
  border-bottom: 1px solid rgba(78, 74, 74, 0.4235294118);
  max-width: 1900px;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .contact-bar {
    width: 100%;
  }
}
.contact-bar .address {
  font-weight: 600;
  color: rgba(78, 74, 74, 0.4235294118);
  gap: 10px;
  flex: 1 1 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contact-bar .address {
    flex: 1 1 auto;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-bar .address {
    font-weight: 600;
    font-size: 0.53rem;
  }
}
.contact-bar .contact-details {
  gap: 15px;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .contact-bar .contact-details {
    flex: 1 1 auto;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-bar .contact-details {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .contact-bar .contact-details {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .contact-bar .contact-details {
    justify-content: flex-start;
  }
}
.contact-bar .contact-details .contact-item {
  gap: 5px;
}
@media only screen and (max-width: 575px) {
  .contact-bar .contact-details .contact-item {
    font-size: 0.7rem;
  }
}
.contact-bar img {
  width: 20px;
  height: 20px;
}

.navbar {
  align-items: center;
  justify-content: space-between;
  margin-top: 3px;
}
.navbar .navbar-logo {
  align-items: center;
  padding: 0px 30px;
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-logo {
    width: 30%;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-logo {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-logo {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .navbar .navbar-logo {
    width: 70%;
  }
}
.navbar .navbar-logo img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-logo img {
    width: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-logo img {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-logo img {
    width: 15%;
  }
}
@media only screen and (max-width: 575px) {
  .navbar .navbar-logo img {
    width: 20%;
  }
}
@media only screen and (max-width: 479.98px) {
  .navbar .navbar-logo img {
    width: 25%;
  }
}
.navbar .navbar-logo span {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  color: #273c75;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-logo span {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-logo span {
    font-size: 1.2rem;
  }
}
.navbar .menu-toggle {
  display: none;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #273c75;
}
@media only screen and (max-width: 991px) {
  .navbar .menu-toggle {
    display: block;
    text-align: end;
    width: 45%;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .menu-toggle {
    width: 10%;
  }
}
@media only screen and (max-width: 575px) {
  .navbar .menu-toggle {
    width: 2%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 479.98px) {
  .navbar .menu-toggle {
    width: 5%;
    font-size: 12px;
    margin-left: -12px;
  }
}
.navbar .navbar-menu {
  flex: 1;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-menu {
    display: none;
  }
}
.navbar .navbar-menu a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  padding: 5px;
  color: rgba(66, 175, 162, 0.8705882353);
  font-weight: 600;
  margin: 2px;
}
.navbar .navbar-menu a:hover {
  border-top: 7px solid #5570bb;
  color: rgba(5, 98, 87, 0.871);
}
.navbar .navbar-menu .hr_line {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-menu .hr_line {
    color: white;
    margin: 10px;
    width: 70%;
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-menu {
    width: 45%;
  }
  .navbar .navbar-menu.open {
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    background-color: #273c75;
  }
  .navbar .navbar-menu.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-contact {
    width: 15%;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-contact {
    flex: 1;
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-contact {
    flex: 1;
    width: 15%;
  }
}
.navbar .navbar-contact .contact-button {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #fff;
  background-color: rgba(66, 175, 162, 0.8705882353);
  padding: 12px 15px;
  border-radius: 10px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-contact .contact-button {
    padding: 1.8vh 1.5vh;
    margin-left: -25px;
  }
}
@media only screen and (max-width: 575px) {
  .navbar .navbar-contact .contact-button {
    font-size: 0.8rem;
    margin-left: -18px;
  }
}
.navbar .navbar-contact .contact-button:hover {
  background-color: #273c75;
}

.hero-section {
  margin: 0px;
  background: linear-gradient(to right, #e6f7ff, #ffffff);
}
@media only screen and (max-width: 991px) {
  .hero-section {
    width: 100%;
  }
}
.hero-section .hero-content {
  padding: 10px;
  margin: 0px 30px;
}
@media only screen and (max-width: 1199px) {
  .hero-section .hero-content {
    width: 100%;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .hero-content {
    margin: auto;
  }
}
.hero-section .hero-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #273c75;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .hero-section .hero-content h3 {
    font-size: large;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .hero-content h3 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .hero-section .hero-content h3 {
    font-size: 1rem;
    text-align: center;
  }
}
.hero-section .hero-content p {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #273c75;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .hero-section .hero-content p {
    font-size: 0.5rem;
  }
}
.hero-section .hero-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: rgba(66, 175, 162, 0.8705882353);
}
@media only screen and (max-width: 1199px) {
  .hero-section .hero-content h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .hero-content h2 {
    font-size: 2rem;
    font-weight: 800;
  }
}
@media only screen and (max-width: 479.98px) {
  .hero-section .hero-content h2 {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
  }
}
.hero-section .hero-content .h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #273c75;
  margin-left: 5px;
}
@media only screen and (max-width: 1199px) {
  .hero-section .hero-content .h3 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-content .h3 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .hero-content .h3 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .hero-section .hero-content .h3 {
    font-size: 0.9rem;
    text-align: center;
  }
}
.hero-section .hero-content p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #444;
  margin-top: 10px;
}
.hero-section .since-icon h2 {
  color: rgb(255, 133, 133);
  margin-top: 20px;
}
.hero-section .appointment-section {
  padding: 6px;
  margin-top: 50px;
  background-color: #c4e7f5;
  border-radius: 5px;
}
@media only screen and (max-width: 1199px) {
  .hero-section .appointment-section {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .appointment-section {
    width: 75%;
    margin-left: 65px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .appointment-section {
    width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .appointment-section {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
  }
}
.hero-section .appointment-section .appointment-content {
  margin-top: 28px;
}
@media only screen and (max-width: 1199px) {
  .hero-section .appointment-section .appointment-content {
    width: 65%;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .appointment-section .appointment-content {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .appointment-section .appointment-content {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .appointment-section .appointment-content {
    width: 65%;
  }
}
.hero-section .appointment-section .appointment-content .icon-calendar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .hero-section .appointment-section .appointment-content .icon-calendar {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .appointment-section .appointment-content .icon-calendar {
    width: 35px;
    height: 35px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .appointment-section .appointment-content .icon-calendar {
    width: 35px;
    height: 35px;
    margin-top: -12px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .appointment-section .appointment-content .icon-calendar {
    width: 30px;
    height: 30px;
    margin-top: -12px;
    margin-bottom: 8px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 479.98px) {
  .hero-section .appointment-section .appointment-content .icon-calendar {
    width: 40px;
    height: 40px;
    margin-top: -12px;
    margin-bottom: 10px;
    margin-left: 70px;
  }
}
.hero-section .appointment-section .appointment-content .appointment-text {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  color: rgba(66, 175, 162, 0.8705882353);
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .hero-section .appointment-section .appointment-content .appointment-text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .appointment-section .appointment-content .appointment-text {
    font-size: 1.18rem;
    padding-bottom: 2px;
    margin-top: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .appointment-section .appointment-content .appointment-text {
    font-size: 1.1rem;
    margin-top: -12px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .appointment-section .appointment-content .appointment-text {
    font-size: 1rem;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 479.98px) {
  .hero-section .appointment-section .appointment-content .appointment-text {
    font-size: 1.2rem;
    margin-left: 25px;
  }
}
.hero-section .appointment-section .btn-primary {
  background-color: #5570bb;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 1199px) {
  .hero-section .appointment-section .btn-primary {
    width: 35%;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .appointment-section .btn-primary {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .appointment-section .btn-primary {
    width: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .appointment-section .btn-primary {
    width: 35%;
  }
}
.hero-section .appointment-section .btn-primary button {
  background-color: #5570bb;
  color: #ffffff;
  padding: 5px;
  margin: 5px;
  border: none;
  border-radius: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 1199px) {
  .hero-section .appointment-section .btn-primary button {
    font-size: medium;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .appointment-section .btn-primary button {
    font-size: medium;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .appointment-section .btn-primary button {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .hero-section .appointment-section .btn-primary button {
    font-size: 0.8rem;
    margin-top: 30px;
  }
}
.hero-section .appointment-section .btn-primary button:hover {
  background-color: rgba(66, 175, 162, 0.8705882353);
}
.hero-section .hero-image {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-image {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section .hero-image {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section .hero-image {
    max-width: 40%;
  }
}
.hero-section .hero-image img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-image img {
    display: none;
  }
}

.bod hr {
  margin-top: 20px;
  color: #ccc;
}

.footer {
  background-color: #ffffff;
  padding: 20px 30px;
  margin-top: 20px;
  background: url("../images/footerbg.png") no-repeat center center/cover;
}
.footer .footer-top {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .footer .footer-top {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top {
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer-top .footer-about {
  margin-left: 20px;
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .footer .footer-top .footer-about {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top .footer-about {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.footer .footer-top .footer-about h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #273c75;
  margin-bottom: 10px;
}
.footer .footer-top .footer-about p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #282828;
  line-height: 1.75;
  margin-bottom: 20px;
}
.footer .footer-top .footer-about .email-input {
  width: 90%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  color: #333;
}
.footer .footer-top .footer-about .email-input:focus {
  outline: none;
  border-color: rgba(66, 175, 162, 0.8705882353);
}
.footer .footer-top .footer-links {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .footer .footer-top .footer-links {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top .footer-links {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer-top .footer-links .links-group {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .footer .footer-top .footer-links .links-group {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top .footer-links .links-group {
    width: 100%;
    text-align: center;
  }
}
.footer .footer-top .footer-links .links-group h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: rgba(66, 175, 162, 0.8705882353);
  margin-bottom: 10px;
}
.footer .footer-top .footer-links .links-group ul {
  list-style: none;
  padding: 0;
}
.footer .footer-top .footer-links .links-group ul li {
  margin-bottom: 8px;
}
.footer .footer-top .footer-links .links-group ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #666;
  text-decoration: none;
}
.footer .footer-top .footer-links .links-group ul li a:hover {
  color: #273c75;
}
.footer .footer-top .footer-right {
  gap: 30px;
  width: 30%;
}
@media only screen and (max-width: 1199px) {
  .footer .footer-top .footer-right {
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .footer-top .footer-right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top .footer-right {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer-top .footer-right .footer-contact {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .footer .footer-top .footer-right .footer-contact {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top .footer-right .footer-contact {
    width: 100%;
    text-align: center;
  }
}
.footer .footer-top .footer-right .footer-contact h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #273c75;
  margin-bottom: 10px;
}
.footer .footer-top .footer-right .footer-contact p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #666;
  margin-bottom: 5px;
  line-height: 1.7;
}
.footer .footer-top .footer-right .footer-contact .web {
  font-size: 15px;
}
.footer .footer-top .footer-right .footer-contact .contact {
  font-weight: 600;
  font-size: 1.3rem;
}
.footer .footer-top .footer-right .footer-contact .social-icons {
  display: grid;
  margin-left: 15px;
}
@media only screen and (max-width: 1199px) {
  .footer .footer-top .footer-right .footer-contact .social-icons {
    display: block;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .footer-top .footer-right .footer-contact .social-icons {
    display: grid;
    margin-left: 15px;
  }
}
.footer .footer-top .footer-right .footer-contact .social-icons a {
  margin: 5px 2px 2px 20px;
}
.footer .footer-top .footer-right .footer-contact .social-icons a img {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  background-color: #273c75;
  text-align: center;
  padding: 10px;
  border-radius: 2px;
}
@media only screen and (max-width: 991px) {
  .footer-bottom {
    width: 104%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    width: 100%;
  }
}
@media only screen and (max-width: 479.98px) {
  .footer-bottom {
    width: 100%;
  }
}
.footer-bottom p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  margin: 0;
}

.about-section {
  background: #fff;
  padding: 0px 20px;
  background-image: url("../images/background.png");
  background-size: cover;
}
.about-section .container-pic img {
  width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .about-section .container-pic img {
    margin-top: -100px;
    width: 100%;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .about-section .container-pic img {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-section .container-pic {
    height: 390px;
    margin-top: 145px;
  }
}
@media only screen and (max-width: 575px) {
  .about-section .container-pic {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-section .container-pic {
    width: 100%;
  }
}
.about-section .container {
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .about-section .container {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .about-section .container {
    width: 100%;
    margin-top: -230px;
  }
}
@media only screen and (max-width: 479.98px) {
  .about-section .container {
    width: 100%;
    margin-top: -250px;
    text-align: center;
  }
}
@media only screen and (max-width: 359.98px) {
  .about-section .container {
    width: 100%;
    margin-top: -305px;
    text-align: center;
  }
}
.about-section .container .tag {
  display: inline-block;
  background: #2c3e50;
  color: #fff;
  padding: 8px 15px;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 30px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.about-section .container h1 {
  font-size: 2rem;
  color: #2c3e50;
  font-weight: bold;
  margin: 10px 0;
  font-family: "Poppins", sans-serif;
}
.about-section .container h1 #exp {
  font-style: italic;
}
.about-section .container h1 #ivp {
  color: rgba(66, 175, 162, 0.8705882353);
}
.about-section .container p {
  font-size: 1rem;
  color: #555;
  text-align: justify;
  line-height: 1.6;
  padding-right: 25px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 575px) {
  .about-section .container p {
    padding: 0%;
  }
}
@media only screen and (max-width: 991px) {
  .about-section .container p {
    width: 100%;
  }
}

.mission-vision-section {
  gap: 20px;
  padding: 40px;
  background-color: #f9f9f9;
}
.mission-vision-section .content {
  padding-right: 30px 20px;
}
.mission-vision-section .content .mission-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #273c75;
  margin-bottom: 15px;
  font-family: poppins;
}
.mission-vision-section .content .description {
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: Lato, Sans-serif;
  font-size: 1rem;
  color: #444;
  margin-top: 6px;
  text-align: justify;
}
.mission-vision-section .content .vision {
  margin-top: 40px;
}
.mission-vision-section .images {
  margin-left: 50px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .mission-vision-section .images {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .mission-vision-section .images {
    display: none;
  }
}
.mission-vision-section .images .image {
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.mission-vision-section .images .image.image1 {
  width: 85%;
  height: 80%;
  justify-items: flex-end;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .mission-vision-section .images .image.image1 {
    height: 50%;
    top: 4rem;
  }
}
.mission-vision-section .images .image.image2 {
  width: 45%;
  position: absolute;
  top: 10rem;
  left: -55px;
}
@media only screen and (max-width: 991px) {
  .mission-vision-section .images .image.image2 {
    width: 55%;
    top: 11rem;
  }
}

.values-container {
  padding: 40px;
  gap: 40px;
  /* Value Item Styling */
}
@media only screen and (max-width: 1199px) {
  .values-container {
    padding: 0%;
    margin-top: 30px;
  }
}
.values-container .value-item {
  background-color: #fff;
  border: 1px solid rgba(66, 175, 162, 0.8705882353);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 27%;
}
@media only screen and (max-width: 767px) {
  .values-container .value-item {
    width: 85%;
    flex-direction: column;
  }
}
.values-container .value-item img {
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 767px) {
  .values-container .value-item img {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 479.98px) {
  .values-container .value-item img {
    width: 35px;
    height: 35px;
  }
}
.values-container .value-item h3 {
  font-size: 18px;
  color: #273c75;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .values-container .value-item h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .values-container .value-item h3 {
    font-size: 15px;
  }
}
.values-container .value-item p {
  font-size: 14px;
  color: #282828;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .values-container .value-item p {
    font-size: 10px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 479.98px) {
  .values-container .value-item p {
    font-size: 10px;
    line-height: 1.4;
  }
}

.offer-section {
  background-color: #ffffff;
  text-align: left;
  margin-left: 20px;
}
.offer-section .container {
  margin: 0 auto;
}
.offer-section .offer-title {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(66, 175, 162, 0.8705882353);
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .offer-section .offer-title {
    text-align: center;
  }
}
.offer-section .offer-description {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #282828;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.75;
}
.offer-section .offer-list {
  list-style: none;
  padding: 0;
  line-height: 2;
}
.offer-section .offer-list li {
  display: flex;
  align-items: center;
}
.offer-section .offer-list li img {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.offer-section .offer-list li strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #282828;
  margin-right: 5px;
}
.offer-section .offer-list li span,
.offer-section .offer-list li p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #333;
}

.products-section {
  padding: 50px 0;
  background-color: #f9f9f9;
}
.products-section .section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #5570bb;
  margin-bottom: 10px;
}
.products-section .section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #7f8c8d;
  margin-bottom: 40px;
}
.products-section .product-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.products-section .product-cards .product-card {
  margin: 15px 0 15px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  max-width: 250px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.products-section .product-cards .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.products-section .product-cards .product-card .product-image {
  padding: 10px;
  margin-bottom: 15px;
  max-width: 100%;
  height: 75%;
}
.products-section .product-cards .product-card .product-image img {
  width: 100%;
  border-radius: 10px;
}
.products-section .product-cards .product-card .product-content {
  background-color: #f0efef;
  height: 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
}
.products-section .product-cards .product-card .product-name {
  font-size: 1.2rem;
  font-weight: 500;
  color: #34495e;
  margin: 0 3px;
}
.products-section .product-cards .product-card .product-button {
  background-color: #2c3e50;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background-color 0.3s;
}
.products-section .product-cards .product-card .product-button:hover {
  background-color: #1abc9c;
}

.trusted-care-section {
  padding: 30px 20px;
  background-color: #ffffff;
}
.trusted-care-section .container {
  text-align: center;
}
.trusted-care-section .section-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #273c75;
  background-color: #273c75;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.trusted-care-section .features-grid {
  gap: 30px;
  justify-content: center;
}
.trusted-care-section .features-grid .feature-card {
  border: 1px solid rgba(66, 175, 162, 0.8705882353);
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.trusted-care-section .features-grid .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}
.trusted-care-section .features-grid .feature-card .feature-image {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
.trusted-care-section .features-grid .feature-card .feature-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 10px;
}
.trusted-care-section .features-grid .feature-card .feature-description {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(78, 74, 74, 0.4235294118);
  line-height: 1.75;
}

.external-links-section {
  padding: 30px;
}
.external-links-section .container {
  padding: 25px;
  text-align: center;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.external-links-section .section-title {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #273c75;
  margin-bottom: 40px;
}
.external-links-section .links-grid {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}
.external-links-section .links-grid .link-card {
  width: 200px;
  text-align: center;
}
.external-links-section .links-grid .link-card .icon-wrapper {
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #273c75;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff, #273c75 100%);
}
.external-links-section .links-grid .link-card .link-icon {
  width: 150px;
  height: 150px;
}
.external-links-section .links-grid .link-card .link-title {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #444;
  margin-top: 10px;
}

.testimonials-banner {
  background: url("../images/testimonial-bg.webp") no-repeat center/cover;
  padding: 40px 20px;
}
.testimonials-banner .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.testimonials-banner .testimonials-title {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #273c75;
  margin: 0;
  margin-top: 35px;
  margin-bottom: 30px;
}
.testimonials-banner .testimonials-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  color: #282828;
  margin-top: 10px;
}

.testimonials {
  padding: 30px 20px;
  background-color: #f9f9f9;
}
.testimonials .container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.testimonials .testimonial-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 450px;
  text-align: left;
  border: 2px solid #787575;
}
.testimonials .testimonial-card .testimonial-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  position: relative;
}
.testimonials .testimonial-card .testimonial-text .quote-icon {
  font-size: 1.5rem;
  color: #3366cc;
}
.testimonials .testimonial-card .testimonial-text:first-of-type {
  margin-right: 10px;
}

.contact-section {
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .contact-section {
    width: 80%;
    padding: 5px 0;
  }
}
.contact-section .contact-row {
  background: url(../images/contactbg.jpg) no-repeat center center/cover;
  color: #273c75;
  padding: 50px 10%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-row {
    width: 100%;
    padding: 40px;
  }
}
.contact-section .contact-row .section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1f3266;
  margin-bottom: 10px;
}
.contact-section .contact-row .section-subtitle {
  font-size: 0.9rem;
  color: rgba(8, 8, 8, 0.8705882353);
  max-width: 1000px;
  margin: 0 auto 20px;
}
.contact-section .contact-cards {
  position: relative;
  top: -2.5rem;
  background-color: #f8f8f8;
  margin: 0 62px;
  border: 1px solid #eee;
  box-shadow: 0px 2px 30px #ccc;
  padding: 5px 0px 1px 0px;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .contact-section .contact-cards {
    width: 88%;
    margin-left: 0 80px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-cards {
    width: 95%;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-cards {
    width: 85%;
    margin-left: 30px;
  }
}
.contact-section .contact-cards .card-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-cards .card-grid {
    width: 98%;
    margin-left: 5px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-cards .card-grid {
    width: 100%;
    margin-left: 5px;
    justify-content: center;
  }
}
.contact-section .contact-card:last-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-card:last-child {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-section .contact-card:last-child {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-section .contact-card:last-child {
    padding-left: 0px;
  }
}
.contact-section .contact-card {
  background: #f8f8f8;
  padding: 10px;
  flex: 1;
  border-right: 1px solid #aaa;
  min-width: 250px;
  max-width: 350px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-card {
    max-width: 250px;
    min-width: 200px;
    padding: 2px;
    margin-left: 10px;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-card {
    border-right: none;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-section .contact-card {
    border-right: none;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-section .contact-card {
    border-right: none;
    padding-left: 0px;
  }
}
.contact-section .contact-card .contact-icon {
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.contact-section .contact-card .contact-icon img {
  width: 32px;
  height: 32px;
}
.contact-section .contact-card .contact-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #273c75;
  margin-bottom: 10px;
  border-bottom: 2px solid #273c75;
  display: inline-block;
  padding-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-card .contact-title {
    font-size: 1rem;
  }
}
.contact-section .contact-card .contact-info {
  font-size: 1rem;
  color: #000;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-card .contact-info {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-card .contact-info {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-section .contact-card .contact-info {
    font-size: 0.9rem;
  }
}

.contactus-section {
  font-family: Poppins;
  padding: 40px 20px;
  background-color: #f8f8f8;
}
.contactus-section .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .contactus-section .container {
    flex-direction: column;
  }
}
.contactus-section .container .form-container {
  width: 45%;
  padding: 20px;
  background-color: offwhite;
  border: 1px solid grey;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .contactus-section .container .form-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contactus-section .container .form-container h2 {
  font-size: 24px;
  color: #273c75;
  margin-bottom: 10px;
}
.contactus-section .container .form-container p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: black;
}
.contactus-section .container .form-container .form-group {
  margin-bottom: 20px;
}
.contactus-section .container .form-container .form-group label {
  display: block;
  font-size: 14px;
  color: #282828;
  margin-bottom: 5px;
}
.contactus-section .container .form-container .form-group input,
.contactus-section .container .form-container .form-group textarea {
  width: 95%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 14px;
  color: #282828;
}
.contactus-section .container .form-container button {
  display: inline-block;
  background-color: rgba(66, 175, 162, 0.8705882353);
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.contactus-section .container .form-container button:hover {
  background-color: #273c75;
}
.contactus-section .container .info-container {
  width: 45%;
  padding: 20px;
  border: 1px solid gray;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .contactus-section .container .info-container {
    width: 100%;
    margin-bottom: 20px;
  }
}

.testimonial-box {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.testimonial-box .testimonials-heading {
  padding: 20px;
  margin: 5px 30px;
}
@media only screen and (max-width: 575px) {
  .testimonial-box .testimonials-heading {
    margin: auto;
  }
}
.testimonial-box .testimonials-title {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #273c75;
}
.testimonial-box .test-box {
  padding-bottom: 20px;
  gap: 2rem;
}
.testimonial-box .test-box .testimonial-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border: 2px solid #787575;
}
.testimonial-box .test-box .testimonial-card .testimonial-text {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  color: #333;
  text-align: justify;
  line-height: 1.5;
  position: relative;
}
.testimonial-box .test-box .testimonial-card .testimonial-text .quote-icon {
  font-size: 1.2rem;
  color: #3366cc;
}
.testimonial-box .test-box .testimonial-card .testimonial-text:first-of-type {
  margin-right: 10px;
}

.certifications-section {
  background: linear-gradient(to right, #f2f4f5, #ffffff);
  text-align: center;
  padding: 20px;
}
.certifications-section h2 {
  font-size: 2rem;
  color: #273c75;
}
.certifications-section .certifications-container {
  justify-content: center;
  margin: 40px 20px 30px 15px;
}
.certifications-section .certifications-container .certificate-card {
  padding: 4px;
  transition: transform 0.3s ease;
}
.certifications-section .certifications-container .certificate-card img {
  width: 80%;
  box-shadow: 0px 4px 8px rgba(63, 61, 61, 0.4);
  border-radius: 0px 25px;
}
.certifications-section .certifications-container .certificate-card:hover {
  transform: translateY(-10px);
}

.blog-section {
  text-align: center;
  padding: 20px;
}
.blog-section h2 {
  font-size: 2rem;
  color: #273c75;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.blog-section h4 {
  margin: 15px;
  font-family: "Poppins", sans-serif;
  color: rgba(78, 74, 74, 0.4235294118);
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .blog-section h4 {
    margin: 5px;
    margin-bottom: 15px;
    font-size: smaller;
  }
}

.blog-grid {
  justify-content: center;
  gap: 30px;
}
.blog-grid .blog-card {
  border: 2px solid rgba(66, 175, 162, 0.8705882353);
  border-radius: 0px 0px 10px 10px;
  text-align: center;
}
.blog-grid .blog-image {
  width: 100%;
}
.blog-grid .blog-description {
  text-align: justify;
  margin: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.5;
}

.healthcare {
  background-color: #f9f8f8;
}
@media only screen and (max-width: 767px) {
  .healthcare {
    justify-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .healthcare {
    justify-items: center;
  }
}
.healthcare .health-heading {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.32rem;
  font-weight: 500;
  background-color: rgba(66, 175, 162, 0.8705882353);
  color: #ffffff;
  padding: 0.5rem;
  border-radius: 0px 0px 10px 10px;
  margin: 40px 300px 10px 300px;
}
@media only screen and (max-width: 1199px) {
  .healthcare .health-heading {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .healthcare .health-heading {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .healthcare .health-heading {
    width: 100%;
  }
}
.healthcare .healthcare-section .container {
  margin: 30px;
  gap: 25px;
}
.healthcare .healthcare-section .container .healthcare-content {
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .healthcare .healthcare-section .container .healthcare-content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .healthcare .healthcare-section .container .healthcare-content {
    width: 100%;
  }
}
.healthcare .healthcare-section .container .healthcare-content .section-description {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #282828;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: justify;
  opacity: 0.85;
}
.healthcare .healthcare-section .container .healthcare-content .features-list {
  list-style: none;
  padding: 0;
}
.healthcare .healthcare-section .container .healthcare-content .features-list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 2px;
}
.healthcare .healthcare-section .container .healthcare-content .features-list li .icon {
  color: #273c75;
  font-size: 1.5rem;
  margin-right: 10px;
}
.healthcare .healthcare-section .container .healthcare-content .features-list li strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #282828;
}
.healthcare .healthcare-section .container .healthcare-content .features-list li span,
.healthcare .healthcare-section .container .healthcare-content .features-list li p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.75;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .healthcare .healthcare-section .container .healthcare-content .features-list li span,
  .healthcare .healthcare-section .container .healthcare-content .features-list li p {
    text-align: justify;
  }
}
.healthcare .healthcare-section .container .healthcare-image {
  max-width: 35%;
  padding-right: 3rem;
}
.healthcare .healthcare-section .container .healthcare-image img {
  max-width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .healthcare .healthcare-section .container .healthcare-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .healthcare .healthcare-section .container .healthcare-image img {
    display: none;
  }
}

/* Section 1: What We Offer */
.offer-container {
  background-color: rgba(66, 175, 162, 0.8705882353); /* Green background */
  padding: 10px 20px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  align-items: flex-start;
}

.offer-text {
  color: white; /* White text color */
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.what_we_offer {
  gap: 7px;
  margin: 30px auto;
}

/* Section 2: Veterinary Pharmaceuticals */
.veterinary-container {
  width: 31%;
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 20px 10px;
}
@media only screen and (max-width: 1199px) {
  .veterinary-container {
    width: 40%;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .veterinary-container {
    width: 75%;
    margin: 20px 0;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .veterinary-container {
    width: 100%;
    margin: 20px;
  }
}

.image-container {
  width: 100%;
}

.image-container img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-container {
  padding: 20px;
  width: 100%;
}

.title {
  text-align: center;
  color: #ffffff;
  background-color: #2c3e50;
  padding: 11px;
  margin: -20px;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.description {
  color: #4f4f4f; /* Dark gray for text */
  font-size: 0.93rem;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  margin: 30px auto auto;
}

.what_we_offer_2 {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
}

.director-section {
  padding: 2rem;
  background-color: #f9f9f9;
}
.director-section .content-wrapper {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.director-section .content-wrapper .left-content {
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .director-section .content-wrapper .left-content {
    width: 100%;
    flex: none;
    margin-top: -30px;
  }
}
.director-section .content-wrapper .left-content .director-image {
  background-color: rgba(66, 175, 162, 0.8705882353);
  height: 320px;
  width: 330px;
  border-radius: 15px;
  margin-top: 7rem;
  margin-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .director-section .content-wrapper .left-content .director-image {
    height: 320px;
    width: 530px;
    margin-left: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .director-section .content-wrapper .left-content .director-image {
    height: 320px;
    width: 530px;
    margin-left: 18%;
  }
}
@media only screen and (max-width: 767px) {
  .director-section .content-wrapper .left-content .director-image {
    height: 320px;
    width: 430px;
    margin-left: 15%;
  }
}
@media only screen and (max-width: 575px) {
  .director-section .content-wrapper .left-content .director-image {
    height: 220px;
    width: 240px;
    margin-left: 15%;
  }
}
@media only screen and (max-width: 479.98px) {
  .director-section .content-wrapper .left-content .director-image {
    height: 220px;
    width: 200px;
    margin-left: 10%;
  }
}
.director-section .content-wrapper .left-content .director-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.director-section .content-wrapper .left-content .experience-badge {
  position: absolute;
  bottom: 60px;
  left: 16rem;
  width: 150px;
  height: 100px;
  background-color: #002b7a;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
  .director-section .content-wrapper .left-content .experience-badge {
    left: 70%;
    bottom: -35px;
  }
}
@media only screen and (max-width: 991px) {
  .director-section .content-wrapper .left-content .experience-badge {
    left: 76%;
    bottom: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .director-section .content-wrapper .left-content .experience-badge {
    left: 65%;
    bottom: -35px;
  }
}
@media only screen and (max-width: 575px) {
  .director-section .content-wrapper .left-content .experience-badge {
    left: 50%;
    bottom: -25px;
  }
}
@media only screen and (max-width: 479.98px) {
  .director-section .content-wrapper .left-content .experience-badge {
    left: 35%;
    bottom: -25px;
  }
}
.director-section .content-wrapper .left-content p {
  margin: 0px;
}
.director-section .content-wrapper .right-content {
  flex: 2;
  padding: 2rem;
  text-align: justify;
  margin-left: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
}
@media only screen and (max-width: 575px) {
  .director-section .content-wrapper .right-content {
    margin-left: 0px;
  }
}
.director-section .content-wrapper .right-content h2 {
  color: #002b7a;
  margin-bottom: 1rem;
  font-size: 2rem;
}
@media only screen and (max-width: 575px) {
  .director-section .content-wrapper .right-content h2 {
    text-align: center;
    font-size: 1.8rem;
  }
}
.director-section .content-wrapper .right-content p {
  color: #5f5f5f;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.9;
}
@media only screen and (max-width: 575px) {
  .director-section .content-wrapper .right-content p {
    font-size: 0.98rem;
  }
}
.director-section .content-wrapper .right-content .signature {
  margin-top: 1.5rem;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  opacity: 0.8;
}
.director-section .content-wrapper .right-content .read-more-btn {
  margin-top: 1rem;
  background-color: rgba(66, 175, 162, 0.8705882353);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}
.director-section .content-wrapper .right-content .read-more-btn:hover {
  background-color: #218838;
}

.certifications-section {
  background: linear-gradient(to right, #f2f4f5, #ffffff);
  padding: 20px;
}
.certifications-section h2 {
  font-size: 2rem;
  color: #273c75;
}
.certifications-section .certifications-container {
  margin: 40px 20px 30px 15px;
}
@media only screen and (max-width: 575px) {
  .certifications-section .certifications-container {
    margin: 10px auto;
  }
}
.certifications-section .certifications-container .certificate-card {
  padding: 4px;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .certifications-section .certifications-container .certificate-card {
    margin-bottom: 15px;
  }
}
.certifications-section .certifications-container .certificate-card img {
  width: 80%;
  box-shadow: 0px 4px 8px rgba(63, 61, 61, 0.4);
  border-radius: 0px 25px;
  border: 2px solid lightblue;
}
.certifications-section .certifications-container .certificate-card:hover {
  transform: translateY(-10px);
}

.product-home {
  margin-top: 20px;
}
.product-home .prod-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #5570bb;
  margin-bottom: 10px;
}
.product-home .custom-line {
  width: 80px; /* Adjust the width as needed */
  height: 3px; /* Adjust the thickness */
  background-color: #ff6600; /* Set the orange color */
  margin: 1rem auto; /* Center the line and add spacing */
}
.product-home .product-slider {
  display: flex;
  align-items: center;
  gap: 3.4rem;
  margin: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .product-home .product-slider {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .product-home .product-slider {
    gap: 1rem;
  }
}
.product-home .product-slider .slider-container {
  display: flex;
  overflow-x: scroll;
  overflow: hidden;
  scroll-behavior: smooth;
  gap: 25px;
}
.product-home .product-slider .slider-container .product-card {
  min-width: 180px;
  max-width: 220px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  justify-items: center;
  margin-bottom: 20px;
}
.product-home .product-slider .slider-container .product-card .prod-image {
  height: 68%;
  padding: 20px;
  align-content: center;
}
.product-home .product-slider .slider-container .product-card .prod-image img {
  max-width: 100%;
  border-radius: 10px;
}
.product-home .product-slider .slider-container .product-card .prod-content {
  height: 30%;
  background: #ecebeb;
  margin: auto;
  border-radius: 0 0 10px 10px;
}
.product-home .product-slider .slider-container .product-card .prod-content h3 {
  font-size: 1rem;
  color: rgba(66, 175, 162, 0.8705882353);
  margin: 10px 0px 5px 0px;
  padding: 0px 15px;
  line-height: 1.5;
}
.product-home .product-slider .slider-container .product-card .prod-content span {
  background: #ecebeb;
}
.product-home .product-slider .slider-control {
  background: lightblue;
  color: rgba(66, 175, 162, 0.8705882353);
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 3px;
}
.product-home .product-slider .slider-control:hover {
  background: rgb(63.1428571429, 88.2142857143, 157.8571428571);
}

.product-container {
  margin-top: 1rem;
  margin: 50px auto;
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 479.98px) {
  .product-container {
    display: block;
    justify-items: anchor-center;
    justify-content: space-evenly;
  }
}
.product-container .product-image {
  width: 35%;
}
@media only screen and (max-width: 991px) {
  .product-container .product-image {
    width: 38%;
  }
}
@media only screen and (max-width: 479.98px) {
  .product-container .product-image {
    width: 90%;
  }
}
.product-container .product-image img {
  width: 100%;
  padding: 80px 0;
  border-radius: 5px;
}
@media only screen and (max-width: 479.98px) {
  .product-container .product-image img {
    padding: 0px;
  }
}
.product-container .product-heading {
  margin-left: 10px;
  width: 60%;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}
@media only screen and (max-width: 479.98px) {
  .product-container .product-heading {
    width: 90%;
  }
}
.product-container .product-heading h1 {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 10px;
}
.product-container .product-heading .product-description {
  font-size: 0.88rem;
  color: #747373;
  font-weight: 600;
  line-height: 1.5;
}
.product-container .product-heading .custom-line {
  width: 540px;
  height: 1px;
  background-color: rgba(155, 152, 152, 0.231372549);
  margin: 10px 0;
}
@media only screen and (max-width: 991px) {
  .product-container .product-heading .custom-line {
    width: 430px;
  }
}
@media only screen and (max-width: 479.98px) {
  .product-container .product-heading .custom-line {
    width: 280px;
  }
}
.product-container .product-heading .product-indication {
  font-size: 1.3rem;
  margin-top: 10px;
  color: rgba(69, 70, 69, 0.968627451);
  margin-bottom: 10px;
}
.product-container .product-heading .product-indication li {
  font-size: 15px;
  color: #4e4e4e;
  line-height: 1.8;
}
.product-container .product-heading .product-indication p {
  font-size: 15px;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  line-height: 2;
}
.product-container .product-heading .product-indication span {
  font-size: 12px;
  color: #747373;
}
.product-container .bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 18rem;
}
@media only screen and (max-width: 991px) {
  .product-container .bottom {
    gap: 10rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .product-container .bottom {
    gap: 0px;
  }
}
.product-container .social-icons {
  margin-top: 15px;
}
.product-container .social-icons a {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 0;
  border-radius: 20%;
  text-decoration: none;
  transition: 0.3s;
}
.product-container .social-icons a:hover {
  background-color: #bbc5bc;
}
.product-container .social-icons img {
  width: 90%;
}
.product-container .back {
  margin-top: 25px;
  justify-content: flex-end;
}
.product-container .back button {
  color: white;
  background-color: rgba(66, 175, 162, 0.8705882353);
  border: 1px solid lightblue;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}

.w100 {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .w100 {
    width: 100%;
  }
}

.w95 {
  width: 95%;
}
@media only screen and (max-width: 1199px) {
  .w95 {
    width: 100%;
  }
}

.w90 {
  width: 90%;
}
@media only screen and (max-width: 1199px) {
  .w90 {
    width: 100%;
  }
}

.w85 {
  width: 85%;
}
@media only screen and (max-width: 1199px) {
  .w85 {
    width: 100%;
  }
}

.w80 {
  width: 80%;
}
@media only screen and (max-width: 1199px) {
  .w80 {
    width: 95%;
  }
}

.w75 {
  width: 75%;
}
@media only screen and (max-width: 1199px) {
  .w75 {
    width: 100%;
  }
}

.w70 {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .w70 {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .w70 {
    width: 100%;
  }
}

.w65 {
  width: 65%;
}

.w60 {
  width: 60%;
}

.w55 {
  width: 55%;
}
@media only screen and (max-width: 991px) {
  .w55 {
    width: 100%;
  }
}

.w50 {
  width: 50%;
}

.w45 {
  width: 45%;
}

.w40 {
  width: 40%;
}

.w35 {
  width: 35%;
}

.w30 {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .w30 {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .w30 {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .w30 {
    width: 100%;
  }
}

.w25 {
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .w25 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .w25 {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .w25 {
    width: 100%;
  }
}

.w20 {
  width: 20%;
}
@media only screen and (max-width: 991px) {
  .w20 {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .w20 {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .w20 {
    width: 100%;
  }
}

.w15 {
  width: 15%;
}
@media only screen and (max-width: 1199px) {
  .w15 {
    width: 100%;
  }
}

.w10 {
  width: 10%;
}
@media only screen and (max-width: 1199px) {
  .w10 {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: right;
}

.child {
  flex: 1;
}

.no-flex {
  flex: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.center {
  text-align: center;
}

.align_center {
  align-items: center;
}

.justify_between {
  justify-content: space-between;
}

.justify_center {
  justify-content: center;
}

.justify_right {
  justify-content: flex-end;
}/*# sourceMappingURL=style.css.map */