@media screen and (max-width: 1024px) {
  .doc-pageBanner-main .searchFilter {
    width: 100%;
  }
  .provider-details .provider-calendar-heading {
    flex-direction: column;
    align-items: start;
  }
  .provider-details .provider-profile {
    width: 100%;
  }
  .provider-details .provider-actions {
    width: 100%;
    max-width: 100%;
  }
  .provider-details .provider-slot-list {
    grid-template-columns: repeat(7, 1fr);
  }
  .provider-details .provider-hero-top {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .provider-details .provider-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .provider-details .provider-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .provider-details .provider-stat {
    padding: 8px 0;
  }
  .provider-details .provider-info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .provider-details .provider-reviews {
    grid-template-columns: 1fr;
  }
  .provider-details .provider-rating-summary {
    border-right: 0;
    border-bottom: 1px solid #E8EAED;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }
  .provider-details .provider-review-list {
    height: auto;
  }
  .provider-details .rating-score {
    flex: 0 0 auto;
  }
  .provider-details .rating-bars {
    min-width: 200px;
    flex: 1;
  }
  .value-props-section .value-props {
    padding: 25px 10px;
  }
  .value-props-section .value-prop-item {
    gap: 12px;
    padding: 10px 20px;
  }
  .value-props-section .value-prop-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
  .value-props-section .value-prop-icon img {
    width: 27px;
    height: 27px;
  }
  .value-props-section .value-prop-title {
    font-size: 24px;
  }
  .value-props-section .value-prop-content p {
    font-size: 11px;
  }
  .cities-section {
    padding: 60px 0;
  }
  .cities-section .cities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 35px;
  }
  .cities-section .city-title {
    min-height: 62px;
  }
  .blogDetails-content-left {
    padding-right: 30px;
  }
  .blog-catagory {
    flex-direction: column;
    align-items: start;
  }
  .hero-svg {
    position: absolute;
    right: -8%;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
  }
  .healthSpecials-inner-box {
    grid-template-columns: repeat(3, 1fr);
  }
  .articles-inner-text h2 {
    font-size: 22px;
  }
  .mainBanner-main {
    padding: 0;
    padding-bottom: 50px;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
  .findFacility-main-box h4 {
    font-size: 16px;
  }
  .navbar-toggler {
    display: block;
    margin-left: auto;
    background: #F5CB20;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .headerNavbar-navUl {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: -120%;
    transition: 0.5s;
    z-index: 11;
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    flex-direction: column;
    align-items: start;
    padding: 20px;
    gap: 20px;
  }
  .headerNavbar-navUl.active {
    left: 0;
  }
  .innerNav-logo {
    display: flex;
    align-items: start;
    height: auto;
    width: 100%;
    position: relative;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .innerNav-logo img {
    height: 40px;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
    background: #F5CB20;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .headerNavbar-navUl li.nav-item {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 15px;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
  .headerLogo img {
    height: 40px;
  }
  .head-navLink {
    padding: 0;
  }
  .mainBanner-img .banner-extra-img1 {
    left: -30%;
  }
  .searchFilter {
    width: 100%;
  }
  .blog-text h6 {
    font-size: 12px;
  }
  .blog-text h2 {
    font-size: 18px;
  }
  .way-section-text {
    padding: 30px;
  }
  .way-img img {
    width: 100%;
  }
  .header-main {
    padding: 20px 0;
  }
  .breadcrumb-bar {
    background-position: center;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 820px) {
  .contactUs-left {
    flex-direction: row;
  }
  .findFacility-main-boxImg {
    height: 60px;
    width: 60px;
  }
  .findFacility-main-boxImg img {
    height: 30px;
  }
  .mainBanner-img {
    width: 60%;
    margin: auto;
    margin-top: 50px;
  }
  .header-main {
    padding: 20px 0;
  }
  .steps-box h4 {
    font-size: 16px;
  }
  .steps-box .steps-boxImg img {
    height: 120px;
  }
  .mainBanner-text {
    margin-top: 50px;
  }
  .listPractice-img {
    margin: auto;
    width: 60%;
  }
  .secTop {
    order: 1;
  }
  .secBottom {
    order: 2;
  }
  .listPractice-inner .row {
    row-gap: 30px;
  }
  .way-img img {
    display: none;
  }
  .way-shapes-img {
    opacity: 0.3;
  }
  .about-img-info {
    display: none;
  }
  .about-section {
    padding: 30px 0;
    margin: 30px 0;
  }
  .noRiskSec-inner {
    width: 80%;
  }
  .foot-searchFilter-text h2 {
    font-size: 22px;
  }
  .foot-searchFilter-inner .row {
    row-gap: 20px;
  }
  .modal-body .row {
    row-gap: 30px;
  }
}
@media screen and (max-width: 520px) {
  .healthSpecials-empty {
    min-height: 210px;
    padding: 30px 18px;
  }
  .healthSpecials-empty-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
  }
  .healthSpecials-empty h3 {
    font-size: 17px;
  }
  .healthSpecials-empty p {
    font-size: 13px;
  }
  .provider-details {
    padding: 12px 10px;
  }
  .provider-details .provider-tab-list label {
    font-size: 12px;
    padding: 10px;
    flex: 1;
    min-height: stretch;
    gap: 8px;
    white-space: normal;
    text-align: center;
    flex-direction: column;
  }
  .provider-details .provider-tab-list {
    justify-content: center;
  }
  .provider-details .provider-tags {
    justify-content: center;
  }
  .provider-details .provider-slot-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .provider-details .provider-hero {
    padding: 16px;
  }
  .provider-details .provider-profile {
    flex-direction: column;
    text-align: center;
  }
  .provider-details .provider-profile-content h1 {
    font-size: 18px;
  }
  .provider-details .provider-actions {
    justify-content: center;
  }
  .provider-details .provider-btn {
    font-size: 12px;
    padding: 0 14px;
    height: 34px;
  }
  .provider-details .provider-stats {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
  .provider-details .provider-stat strong {
    font-size: 20px;
  }
  .provider-details .provider-stat span {
    font-size: 12px;
  }
  .provider-details .provider-section-body {
    padding: 14px;
  }
  .provider-details .provider-section-header {
    padding: 10px 14px;
  }
  .provider-details .provider-section-header h2 {
    font-size: 14px;
  }
  .provider-details .provider-review-list {
    padding: 0 14px;
  }
  .provider-details .review-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .provider-details .provider-rating-summary {
    padding: 14px;
  }
  .provider-details .rating-score strong {
    font-size: 32px;
  }
  .provider-details .provider-insurance {
    padding: 12px 14px 16px;
  }
  .provider-details .provider-tag {
    font-size: 12px;
    min-height: 20px;
    padding: 1px 10px;
    justify-content: center;
  }
  .provider-details .provider-description {
    padding-bottom: 12px;
    border-bottom: 1px solid #E8EAED;
  }
  .doctorsGrid-form {
    padding: 30px 20px;
  }
  .searchFilter {
    width: 100%;
    flex-direction: column;
    gap: 0;
    height: auto;
    padding: 12px;
    border: 1px solid #dcdcdc;
  }
  .searchFilter .search-input::after {
    display: none;
  }
  .searchFilter .search-input {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
  }
  .searchFilter .location-input,
  .searchFilter .insurance-input {
    flex: auto;
    width: 100%;
  }
  .searchFilter .location-input {
    border-bottom: 1px solid #dcdcdc;
  }
  .searchFilter .insurance-input {
    border-bottom: 1px solid #dcdcdc;
  }
  .searchFilter .search-input::after,
  .searchFilter .location-input::after,
  .searchFilter .insurance-input::after {
    display: none;
  }
  .searchFilter .fillBtn {
    width: 100%;
    height: auto;
    flex: auto;
    padding: 10px;
    margin-top: 10px;
  }
  .insuranceModal .modal-content {
    width: 90%;
    margin: auto;
  }
  .insuranceModal .modal-body {
    padding: 20px;
    padding-top: 0;
  }
  .insuranceModal .modal-header {
    padding: 10px;
  }
  .header-main {
    padding: 0;
  }
  .insurance-sec-main .insurance-sec-inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .provider-card-main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ctaSec-inner {
    padding: 20px;
  }
  .value-props-section {
    padding: 20px 0;
  }
  .value-props-section .value-props {
    grid-template-columns: 1fr;
    padding: 15px 20px;
    border-radius: 14px;
  }
  .value-props-section .value-prop-item {
    justify-content: flex-start;
    min-height: 100px;
    padding: 18px 10px;
  }
  .value-props-section .value-prop-item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .value-props-section .value-prop-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
  .value-props-section .value-prop-title {
    font-size: 25px;
  }
  .value-props-section .value-prop-content p {
    max-width: 100%;
    font-size: 12px;
  }
  .cities-section {
    padding: 45px 0;
  }
  .cities-section .cities-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .cities-section .cities-column {
    width: 100%;
  }
  .cities-section .city-title {
    min-height: 58px;
    font-size: 14px;
  }
  .cities-section .city-content {
    padding: 0 0 15px 0;
  }
  .cities-section .city-content a {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .blogDetails-inner {
    margin-top: -20px;
  }
  .blogDetails-author-main {
    flex-direction: column;
  }
  .blogDetails-title a {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
  .blogDetails-title {
    padding-bottom: 0;
  }
  .blogDetailsContent-box h2 {
    font-size: 22px;
  }
  .blogDetailsContent-box a {
    font-size: 12px;
  }
  .blogDetailsContent-box p {
    font-size: 14px;
  }
  .blogDetails-content-left p {
    font-size: 14px;
  }
  .blogDetails-title h1 {
    font-size: 22px;
  }
  .blogDetails-title p {
    font-size: 14px;
  }
  .blogDetails-content {
    padding: 20px;
  }
  .blog-title h1,
  .blog-title h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .healthSpecials-inner-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-box .steps-boxImg img {
    height: 30vh;
  }
  .steps-box h4 {
    font-size: 22px;
  }
  .contactUs-left {
    flex-direction: column;
  }
  .headerNavbar {
    padding: 10px 0;
  }
  .secTitle h2 {
    font-size: 20px;
  }
  .mainBanner-img {
    width: 80%;
  }
  .mainBanner-img .banner-extra-img1 {
    height: 12%;
    left: -50px;
  }
  .mainBanner-img .banner-extra-img {
    height: 24%;
  }
  .listPractice-img {
    margin: auto;
    width: 80%;
  }
  .foot-searchFilter-inner .searchFilter {
    padding: 10px;
  }
  .listPractice-inner {
    padding: 20px;
  }
  .listPractice-text h6 {
    font-size: 16px;
  }
  .listPractice-text h2 {
    font-size: 28px;
  }
  .listPractice-text ul li {
    font-size: 16px;
  }
  .mainBanner-text h2 {
    font-size: 42px;
  }
  .pageInp .searchInp {
    width: 100%;
  }
  .noRiskSec-inner {
    width: 100%;
    padding: 22px;
  }
  .noRiskSecInner-title h2 {
    font-size: 20px;
  }
  .noRiskSecInner-box .noRiskSecInner-boxText h3 {
    font-size: 16px;
  }
  .noRiskSecInner-box .noRiskSecInner-boxText p {
    font-size: 12px;
  }
  .gridFilter-main {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .headerNavbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}

/*# sourceMappingURL=responsive.css.map */
