/* Fonts */
@font-face {
  font-family: "magnathead-bold";
  src: url("fonts/MagnatHead-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "magnathead-regular";
  src: url("fonts/MagnatHead-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "magnathead-medium";
  src: url("fonts/MagnatHead-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "magnathead-semibold";
  src: url("fonts/MagnatHead-SemiBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "pppangramsansrounded-medium";
  src: url("fonts/PPPangramSansRounded-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "pppangramsansrounded-semibold";
  src: url("fonts/PPPangramSansRounded-Semibold.woff2") format("woff2");
  font-display: swap;
}

:root {
  --para-font: "pppangramsansrounded-medium", "sans-serif";
  --banner-font: "magnathead-semibold", "sans-serif";
  --button-font: "pppangramsansrounded-semibold", "sans-serif";
  --heading-font: "magnathead-medium", "sans-serif";
  --head-regular: "magnathead-regular", "sans-serif";
  --blue-color: #12abdb;
  --pink-color: #ff577c;
}

html {
  margin: 0;
  padding: 0;
  margin-top: 0 !important;
}

body {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 40px !important;
  color: #2a2a2a;
  font-family: var(--banner-font) !important;
}

h2 {
  font-family: var(--banner-font) !important;
  font-size: 35px !important;
}
h3 {
  font-size: 30px !important;
}
h4 {
  font-size: 25px !important;
}

.wp-block-heading {
  color: #2a2a2a;
  margin: 25px 0 15px 0;
  font-family: var(--banner-font);
}

p,
a {
  line-height: 26px;
  font-size: 16px;
  font-family: var(--para-font) !important;
}

.wp-block-categories li a {
  color: rgb(76 74 74);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #12abdb;
}

.navbar-light .navbar-toggler {
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

.navbar-brand img {
  width: auto;
  height: 64px;
}

.navbar-nav {
  align-items: center;
}

.navbar {
  transition: background-color 0.3s ease-in-out;
  background-color: #ffedf0;
}

.nav-link {
  font-family: var(--para-font);
}

.navbar-light .navbar-nav .nav-link {
  color: black !important;
}

.navbar-nav .nav-link:hover {
  color: var(--pink-color) !important;
}

.navbar-nav .nav-link.active {
  color: var(--pink-color) !important;
}

.navbar.sticky {
  background-color: #ffedf0;
  box-shadow: 0px 0px 5px 2px rgba(255, 87, 124, 0.22);
}

.navbar.sticky .nav-link {
  color: black !important;
}

.nav-link button {
  background-color: var(--blue-color);
  color: white;
  border: 1px solid var(--blue-color);
  padding: 8px 20px 12px;
  border-radius: 10px;
}

.nav-link button:hover {
  background-color: transparent;
  color: var(--blue-color);
  border-radius: 0;
  transition: 1s;
}

.drop-down-icon {
  width: 12px;
  height: 7px;
}

.nav-link {
  font-size: 16px;
}

.nav-item {
  cursor: pointer;
}

.parent-menu,
.second-sub {
  background-color: var(--pink-color);
  margin-top: 24px;
  border: none;
}

.second-sub {
  margin-left: 200px;
  margin-top: 0;
}
.parent-menu li a,
.second-sub li a {
  color: black;
}

.parent-menu .dropdown-item:active,
.second-sub .dropdown-item:active {
  background-color: #e9ecef !important;
}

.second-sub {
  margin-left: 200px;
  margin-top: 0;
}

.footer-section {
  width: 100%;
  height: auto;
  background-image: url(../images/footer-section.webp);
  margin-top: 80px;
  /* padding-top: 150px; */
}

.footer-form h2 {
  margin-top: 15px;
}

.footer-form-right {
  padding-left: 150px;
}

.footer-form form {
  background-color: white;
  box-shadow: 0 0 15px 1px #ededed;
  padding: 30px 30px 45px;
  border-radius: 15px;
  z-index: 1;
  position: relative;
}

.footer-form .form-control,
.contact-section .form-control,
.home-form .form-control {
  border: none;
  background-color: #f7f7f7;
}

.footer-form input,
.contact-section input {
  height: 60px;
  padding: 0 25px 5px;
  border-radius: 10px;
}

.footer-form .form-control::placeholder,
.contact-section .form-control::placeholder {
  color: #cacaca;
}

.footer-form textarea,
.contact-section textarea {
  height: 150px;
  border-radius: 10px;
  padding: 10px 25px;
}

.footer-form button {
  color: white;
  padding: 7px 25px;
  border-radius: 10px;
  border: 1px solid var(--pink-color);
  background-color: var(--pink-color);
}

.footer-form button:hover {
  color: var(--pink-color);
  background-color: white;
  transition: 1s;
  border-radius: 0;
}

.footer-top {
  position: relative;
}

.footer-top::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 180px;
  background-image: url(../images/footer-form-before-main.webp);
  background-size: cover;
  bottom: 0;
  left: 0;
}

.footer-form-right {
  position: relative;
}

.footer-form-right::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 170px;
  background-image: url(../images/footer-form-before.webp);
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

.footer-form-right form {
  position: relative;
}

.footer-form-right form::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 90px;
  background-image: url(../images/footer-form-after.webp);
  background-size: cover;
  right: 20px;
  bottom: 0;
}

.footer-form-left img {
  width: 100%;
  height: auto;
}

.footer-bottom {
  width: 100%;
  height: auto;
  background-image: url(https://www.saispecialitycenter.com/blog/wp-content/uploads/2024/07/footer-bottom-bg.png);
  margin-top: 120px;
  padding: 100px 0 50px;
}

.footer-logo {
  text-align: center;
  border-bottom: 2px solid #5e5e5e;
}

.footer-logo img {
  width: auto;
  height: 90px;
}

.footer-logo p {
  width: 60%;
  color: white;
  margin: 30px auto;
}

.footer-body {
  margin-top: 40px;
}

.footer-body h5,
.footer-body a,
.footer-body td {
  color: white;
}

.footer-body h5 {
  font-family: var(--banner-font);
  margin-bottom: 20px;
  font-size: 25px;
}

.footer-body a {
  text-decoration: none;
  font-size: 18px;
  font-family: var(--para-font);
}

.footer-body ul li {
  list-style-type: none;
  margin-top: 10px;
  color: white;
  font-family: var(--para-font);
  line-height: 25px;
}

.footer-body ul {
  padding: 0;
}

.footer-body td {
  padding: 10px 0 0 0;
  font-size: 18px;
  font-family: var(--para-font);
}

.footer-body strong {
  font-size: 18px;
  font-family: var(--para-font);
}

.widgets {
  width: 60px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 999;
}

.widgets img {
  width: 60%;
  height: auto;
  margin-left: 20%;
}

.whatsapp {
  width: 60px;
  height: 60px;
  margin-top: 35px;
  background-color: green;
  border-radius: 30px;
  display: flex;
  text-align: center;
  align-items: center;
}

.contact-widget {
  width: 60px;
  height: 60px;
  background-color: #e6476a;
  border-radius: 30px;
  padding: 5px;
  display: flex;
  text-align: center;
  align-items: center;
  box-shadow: 0 0 2px 2px rgb(186, 152, 152);
}

.blog-header {
/*   box-shadow: 0 0 10px 5px #dfdfdfd9; */
  border-radius: 10px;
}

.blog-header img {
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #d8d8d8;
}

.blog-grid-section .features img {
  width: 100% !important;
  height: auto;
}

.blog-body {
  /*     border: 1px solid #D8D8D8; */
  border-top: none;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  margin-top: 0px;
  background-color: white;
}

.blog-item a {
  text-decoration: none !important;
}

.blog-item h2 {
  color: #303030;
  text-decoration: none;
  font-size: 25px !important;
  text-align: left !important;
  min-height: 65px;
}

.blog-item p {
}

.blog-item {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px #00000020;
}

a.read-btn {
  text-decoration: underline !important;
  color: var(--primarycolor) !important;
}

.meta,
.meta p,
.meta p a,
.meta span {
  color: var(--secontrycolor) !important;
  font-size: 14px;
}

.post-date:before {
  /* content: url(<?php echo site_url(); ?>/wp-content/uploads/2024/04/data.png); */
  vertical-align: middle;
  padding: 0px 5px 0px 0px;
}

.wp-block-search__label {
  display: none;
}

.wp-block-search__inside-wrapper {
  position: relative;
}

.search-div input {
  border: 2px solid var(--pink-color);
  padding: 15px 30px;
  border-radius: 100px;
  outline: 0;
  margin: 0;
  font-size: 16px;
  width: 100%;
  background-color: var(--white);
  background-image: none;
}

.search-div .wp-block-search__button {
  background: var(--pink-color);
  cursor: pointer !important;
  color: #fff;
  font-size: 18px;
  padding: 14px 20px;
  border: 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  border-radius: 100px;
  -webkit-animation: 2s linear infinite blink;
  -moz-animation: 2s linear infinite blink;
  position: absolute;
  right: 5px;
  top: 5px;
}

/* .about-section .container {
    display: flex;
    justify-content: space-between;
} */

.search-div {
  width: 50%;
}

.desktop-banner {
  width: 100%;
  height: auto;
}

.wp-block-search__label {
  display: none;
}

.wp-block-search__inside-wrapper {
  position: relative;
}

.wp-block-search__input {
  border: 1px solid #d7d7d7;
  padding: 15px 15px;
  border-radius: 5px;
  outline: 0;
  margin: 0;
  font-size: 16px;
  width: 100%;
  background-color: var(--white);
  background-image: none;
}

.wp-block-search__button {
  cursor: pointer !important;
  color: #fff;
  padding: 14px 20px;
  border: 0;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 100px;
  -webkit-animation: 2s linear infinite blink;
  -moz-animation: 2s linear infinite blink;
  position: absolute;
  top: 5px;
  background-image: url(https://www.saispecialitycenter.com/blog/wp-content/uploads/2024/07/search.png);
  background-color: transparent;
  font-size: 0px;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 40% 50%;
  background-size: auto;
  right: 15px;
}

.breadcrumbs {
  display: inline-flex;
  gap: 40px;
  padding: 0px;
  list-style: none;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs li,
.breadcrumbs li a {
  color: #464646;
  font-size: 18px;
}

.breadcrumbs li {
  position: relative;
}

.breadcrumbs li a:before {
  content: "";
  background-color: var(--primarycolor);
  width: 10px;
  height: 10px;
  position: absolute;
  left: -25px;
  top: 10px;
  border-radius: 100px;
}

.breadcrumbs li:first-child a:before {
  content: none;
}

.wp-block-categories {
  list-style: none;
  padding: 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}

.wp-block-categories li {
  text-decoration: none;
  border-bottom: 1px solid #d7d7d7;
  padding: 8px 15px;
  color: #646464;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.wp-block-categories li a {
  text-decoration: none;
}

.wp-block-latest-posts__post-title {
  font-size: 16px;
  text-decoration: none;
  color: #303030;
  font-weight: 600;
}

.wp-block-latest-posts__post-title:hover,
.catt-name:hover {
  color: var(--pink-color);
}

a:hover {
  color: var(--pink-color) !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  background-color: var(--white);
  box-shadow: 1px 1px 5px 0px #56565638;
  padding: 15px 10px;
  border-radius: 10px;
  margin: 0px 0px 15px;
}

.blog-list-grid {
  /*     display: grid; */
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.catt-name a {
  font-size: 16px;
  text-transform: capitalize;
  color: #fe2d7e;
}

.banner-cont {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  left: 16%;
}

.banner-cont h2 {
  color: black;
  font-family: var(--banner-font);
  font-size: 45px;
}

.search-list li {
  list-style: none;
}
.wp-block-categories {
  background-color: #fff;
}
.wp-block-categories li a {
  text-decoration: none;
  display: block;
  text-transform: capitalize;
  width: 100%;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding: .75rem 1rem; */
    margin-bottom: 1rem;
    list-style: none;
    /* background-color: #e9ecef; */
    border-radius: .25rem;
}
.breadcrumb li {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    padding: 0px !important;
}
.breadcrumb li a {
    font-family: var(--para-font);
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
.breadcrumb-item.breadcrumb-item a::after {
    display: inline-block;
    padding-right: .2rem;
    padding-left: .2rem;
    color: #000;
    content: "/";
}
.breadcrumb li .active {
    color: var(--pink-color);
    font-weight: 600;
    padding: 0px 0px;
    border-radius: 10px;
	line-height:30px;
}
.breadcrumb-item+.breadcrumb-item::before{
	content:none !important;
}

@media screen and (max-width: 768px) {
  br {
    display: none;
  }

  .navbar {
    box-shadow: 0px 0px 5px 2px rgba(255, 87, 124, 0.22);
  }

  .navbar-nav {
    align-items: start;
    border-top: 2px solid #12abdb;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url(../images/services/Hamburger.png);
  }

  .navbar-brand img {
    width: auto;
    height: 50px;
  }

  .parent-menu {
    margin-top: 0;
  }

  .second-sub {
    margin-left: 0;
    margin: 15px 0;
    height: 150px;
    overflow: auto;
    box-shadow: 0 0 10px 2px white;
  }
  .footer-section {
    background-color: #fff8f9;
    padding: 25px 0 0 0;
  }

  .footer-section h2,
  .testimonial-section h2 {
    text-align: center;
  }

  .contact-section button {
    margin: 0 37%;
  }

  .footer-section h3 {
    margin: 0 auto;
  }

  .footer-form-right {
    padding: 0;
  }

  .footer-bottom {
    background: none;
    background-color: #303030;
    margin-top: 40px;
    padding: 15px 0;
  }

  .footer-logo img {
    width: auto;
    height: 60px;
  }

  .footer-logo p {
    width: 100%;
    text-align: justify;
  }
}
.desktop-banner {
  display: block;
}
.mobile-banner {
  display: none !important;
}

.desktop-banner,
.mobile-banner {
  width: 100%;
  height: auto;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
a.read-btn ,
a.read-btn:hover {
    text-decoration: underline !important;
    color: var( --pink-color) !important;
}
.blog-item p , .post-date{
color:#444;
}
.post-dates{
color:#444 !important;
font-family: var(--para-font) !important;
}
.cat{
    color:#000;
}

@media screen and (max-width: 768px) {
    .breadcrumbs {
    gap: 0px 10px;
}
}
   
.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}