* {
    box-sizing: border-box;
}

:root {
    --primary-color: #008ec2;
    --secondary-color: #f18233;
    --red-color: #e03045;
    --green-color: #9da430;
    --white-color: #fff;
}

body {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    font-family: 'Roboto';
    color: #414141;
    overflow-x: hidden !important;
}

/* Fonts */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ExtraBold.eot');
    src: url('../fonts/Roboto-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-ExtraBold.woff2') format('woff2'),
        url('../fonts/Roboto-ExtraBold.woff') format('woff'),
        url('../fonts/Roboto-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ExtraLight.eot');
    src: url('../fonts/Roboto-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-ExtraLight.woff2') format('woff2'),
        url('../fonts/Roboto-ExtraLight.woff') format('woff'),
        url('../fonts/Roboto-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-SemiBold.eot');
    src: url('../fonts/Roboto-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('../fonts/Roboto-SemiBold.woff') format('woff'),
        url('../fonts/Roboto-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* End */

img.landing-logo {
    width: 24%;
}

.nav-logo {
    width: 60%;
}

.nav-logo-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

header {
    background: #fff;
    padding: 20px 0px;
    z-index: 999;
}

/* Hero CSS */
section.hero-section {
    background: url(../img/header-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0px;
}

ul.whats-part-us li {
    padding-left: 10px;
    width: 75%;
    margin-bottom: 12px;
}

.whats-us-part h4 {
    padding: 4px 12px;
    display: inline-block;
    font-weight: 400;
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    color: #fff;
    box-shadow: 0px 0px 1px #000;
    font-size: 20px;
    margin-bottom: 10px;
}

ul.whats-part-us {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.whats-us-part ul li::marker {
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
}

.hero-title h1 {
    color: var(--primary-color);
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    padding: 50px 0px 8px;
}

.hero-title span {
    font-weight: 400;
    color: #fff;
}

.whats-us-part {
    margin-top: 20px;
    color: #fff;
}

.expert-form {
    background-color: #eaf7ff;
    border-radius: 10px;
    color: var(--primary-color);
    padding: 25px 20px;
    text-align: center;
}

h2.form-title {
    font-weight: 400;
    font-size: 28px;
}

p.form-description {
    font-size: 15px;
}

input.expert-input {
    border-radius: 50px;
    margin-bottom: 10px;
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
}

.expert-call-btn:hover {
    border: 1px solid var(--secondary-color);
    background-color: #fff;
    color: var(--secondary-color);
}

.expert-call-btn i {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.expert-call-btn {
    background: var(--secondary-color);
    color: #fff;
    border-radius: 50px;
    border: 0px;
    padding: 12px 20px;
    font-weight: 500;
    transition: .3s all;
    border: 1px solid var(--secondary-color);
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
}

.expert-submit-btn {
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    border: 0px;
    padding: 10px;
    width: 100%;
    font-weight: 500;
    transition: .3s all;
    border: 1px solid var(--primary-color);
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
}

p.designation {
    margin: 0px;
    font-size: 18px;
}

p.degree {
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
}

h4.experience {
    font-size: 16px;
    margin-top: 10px;
}

a.expert-submit-btn {
    padding: 4px 12px;
    display: inline-block;
    width: max-content;
    border-radius: 5px;
    font-weight: 400;
    margin: auto;
    color: #fff;
}

.expert-submit-btn:hover {
    border: 1px solid var(--primary-color);
    background-color: #fff;
    color: var(--primary-color);
}

/* Counter New */
.counter-item-new {
    display: flex;
    align-items: center;
    background-color: #ededed;
    border-radius: 15px;
    box-shadow: 3px 2px 5px #7c7c7c;
    padding: 7px 10px;
    gap: 15px;
    width: 100%;
    margin: 10px 0px;
}

.icon-count img {
    width: 100%;
    height: auto;
}

.icon-count {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
}

.info-count-new h4.info-counter-no {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 34px;
    margin: 0px;
}

span.counter-label {
    text-transform: uppercase;
    font-size: 14px;
}

.info-count-new {
    text-align: center;
    width: calc(100% - 65px);
}

section.count-new {
    background: #eaf7ff;
    padding: 25px 0px;
}

/* Counter */
.counter-facts {
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.counter-item {
    padding: 25px 0px;
    background: var(--secondary-color);
    transition: .3s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.counter-item-list {
    margin: 0px;
    font-size: 38px;
    font-weight: 800;
}

p.counter-info {
    margin: 0px 0px 0px 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.border-line {
    position: relative;
}

.border-line::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: #fff;
}

.border-line::after {
    position: absolute;
    content: '';
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: #fff;
}

.best-maternity-section {
    background-color: #fff;
    overflow-x: hidden !important;
}

/* About Us CSS */
section {
    padding: 50px 0px;
}

h2.section-title {
    margin-bottom: 22px;
    color: var(--primary-color);
}

section.about-us {
    background: #f7f7f7;
}

p.section-description {
    font-size: 18px;
    text-align: justify;
    line-height: 32px;
}

section.about-us p.section-description:last-child {
    margin-bottom: 0px;
}

section.our-specialities {
    background: #eaf7ff;
}

.specialities-card {
    background: var(--primary-color);
    padding: 15px 8px;
    margin-bottom: 22px;
    transition: .3s all;
    box-shadow: 2px 2px 6px #0000005d;
    border-radius: 20px;
}

.specialities-card:hover {
    box-shadow: 0px 0px 10px #00000057;
    transform: scale(1.03);
}

h4.specialities-title {
    font-size: 16px;
    margin: 0px;
    color: #fff;
    font-weight: 400;
}

.specialities-card p {
    color: #fff;
    margin: 0px;
}

.specialities-card img {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.bgBlueDark {
    background-color: #008fc5 !important;
}

.btn:hover {
    color: #212529;
}

button:hover {
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
}

.doctor-profile a.expert-submit-btn {
    background: var(--secondary-color);
}

.expert-submit-btn:hover {
    border: 1px solid #fff;
    background-color: transparent !important;
    color: #fff;
}

.doctor-profile .expert-submit-btn:hover {
    border: 1px solid #fff;
    background-color: transparent !important;
    color: #fff;
}

.blue-card {
    background: var(--primary-color);
}

.orange-card {
    background: var(--secondary-color);
}

.red-card {
    background-color: var(--red-color);
}

.green-card {
    background-color: var(--green-color);
}

.services-card {
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.card-heading {
    display: flex;
    align-items: center;
    padding: 12px 0px;
    text-align: left;
}

.card-heading img {
    width: 40px;
    height: 40px;
}

.card-heading h4 {
    color: white;
    font-size: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.card-heading h4 span.small {
    font-weight: 500;
    font-size: 12px;
    display: block;
}

.card-btn a {
    background: #fff;
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 3px;
    border-radius: 5px;
    transition: .3s all;
}

.blue-card .card-btn a {
    color: var(--primary-color);
}

.orange-card .card-btn a {
    color: var(--secondary-color);
}

.red-card .card-btn a {
    color: var(--red-color);
}

.green-card .card-btn a {
    color: var(--green-color);
}

.card-btn a:hover {
    transform: translateY(-5px);
    border: 1px solid #fff;
    color: #fff;
}

.blue-card .card-btn a:hover {
    background-color: var(--primary-color);
}

.orange-card .card-btn a:hover {
    background-color: var(--secondary-color);
}

.red-card .card-btn a:hover {
    background-color: var(--red-color);
}

.green-card .card-btn a:hover {
    background-color: var(--green-color);
}

/* Top Gynae */
.text-justify {
    text-align: justify;
}

section.doctor-section {
    background: #eaf7ff;
}

/* Maternity */
.maternity-section {
    background: url(../img/Banner-3-01.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0;
    position: relative;
    overflow: hidden;
}

img.running-man {
    width: 70%;
}

.image-flex img {
    position: relative;
    bottom: -16px;
}

.download-form {
    background-color: transparent;
}

.download-form {
    text-align: left;
}

.download-form {
    text-align: left;
}

.download-form input.expert-input {
    border-radius: 7px;
}

input.download-btn {
    padding: 4px 12px;
    display: inline;
    width: max-content;
    border-radius: 5px;
    font-weight: 400;
    background: linear-gradient(#f18233, #d16214);
    text-transform: uppercase;
}

input.download-btn:hover {
    border: 1px solid var(--secondary-color);
    background: #fff;
    color: var(--secondary-color) !important;
}

.download-form h2.form-title {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
}

input.download-btn:hover {
    color: #fff;
}

.doctor-profile {
    margin-bottom: 10px;
}

/* Why Choose Sarvodaya */
section.why-choose {
    background: #fff;
    padding: 50px 0px;
}

ul.why-choose-amenities-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.why-choose-amenities-list li {
    position: relative;
    margin-bottom: 5px;
}

ul.why-choose-amenities-list li img.bg-shape {
    width: 100%;
}

.amenities-info {
    display: flex;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0px;
    padding: 0px 20px 10px;
}

h4.amenities-name {
    margin: 0px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
}

.width25 img {
    width: 100px;
    margin-left: -4px;
}

.width25 {
    width: 25%;
}

.width75 {
    width: 75%;
}

.why-choose-title h2 {
    font-size: 2rem;
    font-weight: 400;
    color: #58595b;
}

.why-choose-title h2 span.bold-primary {
    display: block;
    font-weight: 500;
    color: var(--primary-color);
}

ul.why-choose-list li {
    position: relative;
    margin-bottom: 10px;
    padding: 5px 0px;
    color: #fff;
    list-style: circle;
}

.why-choose-shape-img img {
    width: 100%;
}

ul.why-choose-list {}

.facilities-list img {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
    border: 4px solid #fff;
    border-radius: 50%;
}

.facilities-list {
    text-align: center;
    transition: .3s all;
    padding: 0px 5px;
    border-radius: 10px;
}

.facilities-list:hover {
    box-shadow: 2px 3px 11px #ddd;
    transform: scale(1.1);
}

.facilities-list h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #585a5d;
}

.facilities-list p {
    font-size: 14px;
    font-weight: 400;
    color: #58595b;
}

/* Shield of */
.shielf-of {
    margin-top: -150px;
}

.shielf-of .shield-row {
    background-color: var(--primary-color);
    padding: 20px;
}

/* Our Doctors */
.doctor-picture img {
    width: 100%;
}

.doctor-picture {
    overflow: hidden;
    box-shadow: 0px 10px 8px -7px #a2a2a2;
    border: 1px solid #dbdbdb;
}

/* Doctor Profile */
.doctor-profile {
    background: var(--primary-color);
    color: #fff;
    padding: 20px;
    position: relative;
    min-height: 475px;
}

.doctor-profile img {
    width: 100%;
    border-radius: 10px;
}

.doctor-profile {
    display: block;
    align-items: center;
    width: 100%;
    text-align: center;
    border-radius: 20px;
}

.doctor-img {
    width: 270px;
    margin: auto;
    margin-bottom: 20px;
    height: 270px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    margin-top: -150px;
}

.doctor-profile {
    margin-top: 100px;
}

h4.dr-name {
    font-size: 32px;
}

.doctor-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.doctor-info {
    width: 100%;
    padding: 0px 15px;
}

h4.doctor-name {
    color: var(--primary-color);
    margin-bottom: 0px;
    font-size: 18px;
}

p.doctor-specifications {
    color: #58595b;
    font-size: 10px;
    margin-bottom: 10px;
}

p.doctor-experience {
    color: #58595b;
    font-size: 14px;
    flex-grow: 1;
}

p.doctor-experience span {
    font-weight: 500;
}

.btn-center {
    text-align: center;
}

a.doctor-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 6px 10px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

.doctor-cards {
    background: #f1f1f1;
}

.slide {
    padding: 8px;
}

.our-doctors {
    background: url(../img/our-doctor-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 150px;
}

section.why-choose {
    padding: 50px 0px;
    background: radial-gradient(#268da9, #1e5999);
}

section.knee-replacement .knee-content h2.section-title {
    font-weight: 800;
    font-size: 3rem;
    font-style: italic;
}

section.knee-replacement .knee-content p {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    font-weight: 300;
}

button.slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0px;
    background: var(--primary-color);
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

button.slick-prev {
    left: -50px;
}

button.slick-next {
    right: -50px;
}

/* Testimonial */
.testimonial-cards {
    background: #ededed;
    padding: 25px;
    border: 1px solid #b9b9b9;
}

h5.testimonial-title {
    font-size: 16px;
    margin: 10px 0px;
    flex-grow: 1;
}

.testimonial-info {
    min-height: 90px;
    display: flex;
    flex-direction: column;
}

.testimonial-btn a {
    color: var(--white-color);
    text-decoration: none;
    background: var(--primary-color);
    padding: 5px 8px;
    font-size: 14px;
    transition: .3s all;
    border: 1px solid var(--primary-color);
}

.testimonial-btn a:hover {
    color: var(--primary-color);
    background-color: var(--white-color);
}

section.our-testimonial {
    background: #eaf4fe;
    padding: 50px 100px;
}

/* Find Us */
section.find-us {
    background: #fff;
    padding: 50px 100px;
}

.find-us-card {
    background: #ededed;
    transition: .3s all;
}

.find-us-card:hover .find-us-header img {
    transform: scale(1.1);
}

.find-us-header {
    overflow: hidden;
}

.find-us-header img {
    width: 100%;
    object-fit: cover;
    transition: .3s all;
}

.find-us-body {
    border: 1px solid #b9b9b9;
    padding: 30px 18px 20px;
}

.find-us-card a {
    color: inherit;
    text-decoration: none;
}

.find-us-card a:hover {
    color: #58595b;
}

h4.find-us-title {
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

p.find-us-address {
    font-size: 16px;
}

.ratings {
    display: flex;
    align-items: center;
}

.ratings img {
    width: 28px;
    margin-right: 6px;
}

.ratings span {
    color: #000;
    margin-right: 6px;
}

.ratings i {
    color: #ff9e01;
    font-size: 12px;
    margin-right: 2px;
}

/* Need Help */
section.need-help {
    background: var(--primary-color);
    text-align: center;
    color: var(--white-color);
}

h4.need-help-title {
    margin-bottom: 1.8rem !important;
}

a.call-expert-btn {
    display: block;
    width: 100%;
    background: var(--white-color);
    padding: 10px;
    text-decoration: none;
    border-radius: 50px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-weight: 500;
    transition: .3s all;
    text-transform: capitalize;
}

a.call-expert-btn:hover {
    border: 1px solid var(--white-color);
    color: var(--white-color);
    background: var(--primary-color);
}

a.call-expert-btn span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    margin-right: 7px;
}

a.call-expert-btn:hover span {
    border: 2px solid var(--white-color);
}

a.request-call-btn {
    display: block;
    width: 100%;
    background: var(--secondary-color);
    padding: 10px;
    text-decoration: none;
    border-radius: 50px;
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
    font-weight: 500;
    transition: .3s all;
    text-transform: capitalize;
    height: 51.33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.request-call-btn:hover {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background: var(--white-color);
}

.content-section p {
    color: #585a5d;
    font-size: 16px;
}

/* FAQs */
.accordion-item {
    color: #59595b;
    background-color: #eaf4fe;
    border: 1px solid #59595b;
}

button.accordion-button {
    font-weight: 600;
    color: #59595b;
}

.accordion-button {
    background-color: #eaf4fe;
}

.accordion-item {
    color: #58595b;
    background-color: #fff;
    border-bottom: 1px solid #58595b;
}

.accordion-button:not(.collapsed) {
    background-color: #ececec;
}

button.accordion-button {
    background: transparent;
}

button.accordion-button:focus {
    box-shadow: none;
}

/* Copyright */
footer {
    text-align: center;
    padding: 20px;
    background-color: var(--primary-color);
}

p.copy-p {
    margin: 0px;
    font-size: 14px;
    color: #fff;
}

section.count-new {
    background: var(--secondary-color);
    padding: 25px 0px;
}

@media (min-width: 1600px) {
    section.hero-section {
        padding: 110px 0px;
    }
}

@media (max-width: 1400px) {
    span.counter-label {
        font-size: 13px;
    }
}

@media(min-width: 992px) and (max-width: 1240px) {
    .info-count-new h4.info-counter-no {
        font-size: 26px;
    }

    span.counter-label {
        font-size: 10px;
    }

    .counter-item-new {
        border-radius: 12px;
        box-shadow: 3px 2px 5px #7c7c7c;
        padding: 6px 5px;
        gap: 8px;
    }

    .icon-count {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 820px) {
    .counter-item-new {
        margin: 6px 0px;
        padding: 7px 2px;
        gap: 5px;
    }

    .services-card {
        margin-bottom: 15px;
    }

    .card-heading img {
        width: 60px;
        height: 60px;
    }

    ul.why-choose-list li {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .width25 img {
        width: 100%;
        margin-left: 7px;
    }

    h4.amenities-name {
        font-size: 28px;
        padding-top: 15px;
    }

    .testimonial-btn a {
        font-size: 12px;
    }

    .our-doctors,
    section.our-testimonial,
    section.find-us {
        padding: 50px 50px;
    }
}

.mobile-form {
    display: none;
}

.desktop-form {
    display: block;
}

h5.experts-in {
    color: #fff;
}

ul.note-list {
    color: #fff;
    padding-left: 1rem;
    font-weight: 300;
}

ul.note-list li strong {
    font-weight: 700;
}

.robo-img {
    width: 70%;
}

@media (max-width: 767px) {
    .whats-us-part h4 {
        padding: 4px 12px;
        display: inline-block;
        font-weight: 400;
        border: 1px solid var(--secondary-color);
        background: var(--secondary-color);
        color: #fff;
        box-shadow: 0px 0px 1px #000;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .doctor-profile {
        min-height: auto;
    }

    .specialities-card {
        text-align: center;
    }

    ul.whats-part-us {
        grid-template-columns: repeat(1, 1fr);
        font-size: 14px;
        text-align: left;
    }

    ul.whats-part-us li {
        width: 100%;
    }

    h2.form-title {
        font-weight: 400;
        font-size: 22px;
    }

    .expert-submit-btn {
        padding: 5px;
    }

    ul.why-choose-list {
        padding: 0px;
        width: 100%;
    }

    .facilities-list h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .doctor-profile {
        display: block;
        text-align: center;
        margin-top: 0;
    }

    a.expert-submit-btn {
        margin: auto;
    }

    section.hero-section {
        padding: 20px 0px;
    }

    .doctor-img {
        width: 180px;
        height: 180px;
        margin: auto;
    }

    .doctor-info {
        width: 100%;
        padding: 15px 0px;
    }

    .info-count-new h4.info-counter-no {
        font-size: 22px;
    }

    span.counter-label {
        font-size: 12px;
    }

    section.knee-replacement .knee-content h2.section-title {
        font-size: 2rem;
    }

    section.why-choose {
        padding: 25px 20px;
    }

    img.running-man {
        display: none;
    }

    .nav-contact {
        width: 60%;
        text-align: right;
    }

    .expert-call-btn {
        padding: 8px 8px;
        font-size: 12px;
    }

    .expert-call-btn i {
        margin-right: 2px;
        width: 23px;
        height: 23px;
        font-size: 10px;
    }

    img.landing-logo {
        width: 90%;
    }

    .nav-logo {
        width: 40%;
    }

    .border-line::before {
        position: absolute;
        content: '';
        left: 50%;
        top: 0%;
        transform: translateX(-50%);
        width: 50%;
        height: 1px;
        background-color: #fff;
    }

    .border-line::after {
        position: absolute;
        content: '';
        left: 50%;
        top: auto;
        bottom: 0%;
        transform: translateX(-50%);
        width: 50%;
        height: 1px;
        background-color: #fff;
    }

    .specialities-card img {
        height: 95px;
    }

    h4.specialities-title {
        font-size: 18px;
        margin: 0px;
        height: 44px;
    }

    .services-card {
        margin-bottom: 15px;
    }

    .why-choose-title h2 {
        font-size: 2.2rem;
    }

    .card-heading img {
        width: 60px;
        height: 60px;
    }

    .our-doctors,
    section.our-testimonial {
        padding: 50px 20px;
    }

    button.slick-next {
        right: -20px;
    }

    button.slick-prev {
        left: -20px;
    }

    .find-us-card {
        margin-bottom: 20px;
    }

    a.call-expert-btn {
        margin-bottom: 15px;
    }

    h2.section-title {
        font-size: 24px;
    }

    .width25 img {
        width: 100%;
        margin-left: 7px;
    }

    h4.amenities-name {
        font-size: 28px;
        padding-top: 15px;
    }

    section.find-us {
        background: #fff;
        padding: 50px 25px;
    }

    h4.dr-name {
        font-size: 25px;
    }

    p.designation {
        margin: 0px;
        font-size: 16px;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .hero-title h1 {
        font-size: 24px;
        margin-bottom: 0px;
        text-shadow: 1px 3px 18px black;
        text-align: center !important;
        padding-top: 0;
    }

    .hero-title {
        text-align: justify;
    }

    .whats-us-part {
        margin-top: 10px;
        color: #fff;
        text-align: center;
    }

    .hero-title h1 span {
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
    }

}

@media (max-width: 600px) {
    .amenities-info {
        padding: 7px 20px 10px;
    }

    h4.amenities-name {
        font-size: 20px;
        padding-top: 10px;
    }

    img.landing-logo {
        width: 90%;
    }

    .specialities-card img {
        height: 55px;
    }

    h4.specialities-title {
        font-size: 16px;
        margin: 0px;
        height: auto;
    }

    .services-card {
        margin-bottom: 15px;
    }

    .why-choose-title h2 {
        font-size: 1.6rem;
    }

    .card-heading img {
        width: 60px;
        height: 60px;
    }

    .our-doctors,
    section.our-testimonial {
        padding: 50px 20px;
    }

    button.slick-next {
        right: -20px;
    }

    button.slick-prev {
        left: -20px;
    }

    .find-us-card {
        margin-bottom: 20px;
    }

    a.call-expert-btn {
        margin-bottom: 15px;
    }
}

@media (max-width: 440px) {
    .counter-item-new {
        padding: 5px 4px;
        gap: 0px;
        margin: 5px 0px;
    }

    span.counter-label {
        font-size: 11px;
    }

    .info-count-new {
        text-align: center;
        width: calc(100% - 45px);
    }

    .icon-count {
        width: 45px;
        height: 45px;
        margin-right: 3px;
    }

    .info-count-new h4.info-counter-no {
        font-size: 28px;
    }
}

@media (max-width: 375px) {
    span.counter-label {
        font-size: 9px;
    }

    .info-count-new h4.info-counter-no {
        font-size: 22px;
    }
}