/* header css start */
header {
    display: flex;
    justify-content: center;
}
.navbar {
    width: 85%;
    background-color: #0e2248;
    margin: 0 auto;
    border-radius: 0 0 43px 43px;
    position: fixed;
    z-index: 10;
    transition: position 0.3s, top 0.3s;
    box-shadow: 0px 0px 6px 0px #00000040;
}
/* .header-full-width {
    background: #0000;
    width: 100%;
  } */
.header-bg-height {
    height: 88px;
    background: rgb(225, 238, 255);
}
.header-section {
    width: 100%;
    height: 100%;
    padding: 0px 30px 0px 10px;
    display: flex;
    justify-content: space-between;
}
.header-left {
    margin: auto 0px;
}
.header-right {
    margin: auto 0;
}
.navbar-toggler {
    color: #f58635 !important;
}
.navbar-toggler {
    box-shadow: 0 0 0 2px;
}
.navbar-toggler-icon {
    background-image: none !important;
    border-radius: 50%;
    background: #f58635;
    padding: 2px 8px;
}
.navbar ul li {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding: 5px 10px;
}
.nav-link {
    color: #fff !important;
}
.nav-link:hover,
.nav-link.active {
    color: #f58634 !important;
}
.enquire-btn-navlink:hover,
.enquire-btn-navlink:active {
    color: #fff !important;
}
.navbar .enquire-btn {
    border-radius: 30px;
    border: 2px solid #f58634;
    padding: 5px 15px;
    margin: 0px 20px;
    min-width: 155.53px;
    text-align: center;
}
.navbar .enquire-btn:hover,
.enquire-btn:active {
    border: 2px solid #00000000;
    background-color: #0a6dc2;
    color: #fff !important;
    font-size: 18px;
    transition: all ease 0.8s;
}
.header-form-search {
    position: relative;
    max-width: 211px;
}
.header-btn-search-icon {
    padding: 10px 12px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
}
.header-btn-search {
    padding: 10px 14px;
    border-radius: 50%;
    background-color: #f58634;
    border: none;
    position: absolute;
    top: -5px;
    right: -1px;
}
.header-form-input {
    border: none;
    height: 35px;
    border-radius: 20px;
    padding: 0px 15px;
}
.header-form-input:focus {
    outline: none;
}
.text-bg-dark {
    background-color: #0e2248 !important;
}
/* header css end */

/* banner slider css start */
.slider-section {
    padding: 50px 0px;
    width: 100%;
    margin: 0 auto;
    background: #e1eeff;
}
/* .carousel-control-prev-icon {
    background-image: url("/public/assets/images/slider-left-arrow.png");
    width: 10px;
    height: 14px;
  }
  .carousel-control-next-icon {
    background-image: url("/public/assets/images/slider-right-arrow.png");
    width: 10px;
    height: 14px;
  } */
.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    width: 110px;
}
.slider-left-arrow,
.slider-right-arrow {
    border-radius: 50%;
    border: 2px solid #112b5b;
    padding: 9px 12px;
}
.slider-left-arrow svg,
.slider-right-arrow svg {
    align-items: center;
    display: flex;
}
.slider-left-arrow:hover,
.slider-right-arrow:hover,
.slider-left-arrow:hover svg path,
.slider-right-arrow:hover svg path {
    background: #112b5b;
    fill: #fff;
}
/* .slider-left-arrow svg:hover path,
  .slider-right-arrow svg:hover path {
    fill: #fff;
  } */
.banner-content-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    color: #112b5b;
}
.banner-content-para {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #000000a3;
}
.banner-content-button {
    margin: 50px 0px;
}
.banner-image-sec {
    position: relative;
    width: 100%;
    height: 500px;
}
.banner-img-sqr {
    width: 300px;
    border-radius: 13px;
    position: relative;
    top: 0;
    left: 0;
}
.banner-img-rctgl {
    width: 450px;
    border-radius: 13px;
    position: absolute;
    left: 60px;
    top: 240px;
}
.banner-caption {
    height: 100%;
}
.banner-caption {
    display: flex;
    align-items: center;
    height: 100%;
}
/* banner slider css end */

/* our aboutus css start */
.our-servises {
    box-shadow: 0px 3.68px 3.68px 0px #00000040;
    background: #f9f9f9;
    border-radius: 131px;
    /* padding: 0px 15px; */
    margin-bottom: 20px;
}
.our-servises-brdr:not(:last-child) {
    border-right: 1px solid #9b9b9b;
}
.our-servises-box {
    display: flex;
    min-height: 100px;
    align-items: center;
    /* border-right: 1px solid #9b9b9b; */
    padding: 0 10px;
    justify-content: center;
}
.our-servises-box i {
    color: #112b5b;
    font-size: 30px;
}
.our-servises-box:hover i {
    color: #fff;
}
/* .our-servises-box-text:hover ~ .our-servises-box-text h4 {
    background: #000;
  } */
.our-servises-box:hover,
.our-servises-box:hover svg path,
.our-servises-box:hover .our-servises-box-text h4,
.our-servises-box:hover .our-servises-box-text p span {
    fill: #fff;
    color: #fff;
    background: #112b5b;
}
.our-servises-box:hover:first-child {
    border-radius: 131px;
}
.our-servises-box-text {
    margin-left: 10px;
}
.our-servises-box h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    color: #0e2248;
    margin-bottom: 0px;
}
.our-servises-box p {
    margin-bottom: 0px;
}
.our-servises-box span {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    color: #00000080;
}
/* .our-servises-box svg:hover {
    fill: #fff;
  }
  .our-servises-box svg:hover path {
    fill: #fff;
  } */

.our-aboutus-sec {
    padding: 40px 0px;
}
.our-aboutus {
    font-size: 28px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    color: #0e8ce5;
}
.our-aboutus h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    color: #000e44;
}
.aboutus-content {
    margin-top: 50px;
}
.aboutus-content-list {
    display: flex;
    margin-bottom: 15px;
}
.aboutus-content-list-icons {
    margin-right: 20px;
}
.aboutus-content-list i {
    border-radius: 50%;
    border: 2px solid #112b5b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #112b5b;
}
.aboutus-content-list i:nth-child(2) {
    padding-left: 15px;
}

.aboutus-content-list i:hover {
    border: 2px solid #0e8ce5;
    color: #0e8ce5;
}
/* .aboutus-content-list svg:hover path {
    fill: #0e8ce5;
} */
.aboutus-content h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #000;
}
.know-more-button {
    margin-left: 55px;
}
.image-section {
    position: relative;
    width: 100%;
    height: 500px;
}
.our-about-image-one {
    width: 373px;
    border-radius: 13px;
    position: relative;
    top: 0;
    left: 0;
}
.our-about-image-two {
    width: 250px;
    border-radius: 13px;
    position: absolute;
    left: 180px;
    top: 205px;
    box-shadow: -5px -5px 0px #fff;
}
/* our aboutus css end */

/* our division css start */
.our-division-sec {
    background: #c1d0e2;
    padding: 30px 0px;
}
.our-division {
    font-size: 28px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    color: #0e8ce5;
}
.our-division-list {
    margin: 20px 0px;
}
.our-division h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    color: #000e44;
}
.stay-happy-title h3 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 700;
    color: #000e44;
}
.foram-health-title h3 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
}
.forazion-title h3 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 700;
    color: #0e2248;
}
.our-division-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    color: #848e9f;
    height: 68px;
    margin-top: 25px;
}
.card-section {
}
.stay-happy-card {
    background: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.4);
}
.stay-happy-card img {
    width: auto;
    height: 60px;
}

/* .foram-health-care-card {
    background: #0e2248;
    text-align: center;
    padding: 30px 30px 50px 30px;
    border-radius: 0px 0px 5px 5px;
  } */

.forazion-card {
    background: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 5px;
}
.forazion-card img {
    padding: 2px 0px;
}
/* our division css end */

/* our presence css start */
.our-presence-sec {
    margin: 10px 0px;
}
.our-presence {
    font-size: 32px;
    font-weight: 600;
    line-height: 51px;
    text-align: center;
    color: #0e8ce5;
}
.our-presence-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    color: #0e2248 !important;
    min-height: 45px;
}
.our-presence-list ul {
    padding-left: 0px !important;
}
.our-presence-list ul li {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: start;
    color: #0e2248;
    text-transform: uppercase;
}
.our-presence-list ul li::before {
    content: url("/assets/images/our-presence-location-icon.png");
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.india-map {
    max-width: 410px;
    max-height: 448px;
    margin: auto;
    display: flex;
}
/* our presence css end */

/* our brand css start */
.carousel-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    background: #0e2248;
}
.carousel-items {
    display: flex;
    align-items: center;
}
.carousel-item {
    margin: 0 5px;
    transition: transform 0.3s;
    flex: 0 0 20%;
}
.carousel-img {
    width: 150px;
    height: 115px;
    cursor: pointer;
    border-radius: 10px;
    padding: 40px 10px;
}
.center {
    transform: scale(1.5);
    margin: 3.2rem;
    opacity: none;
    border-radius: 10px;
    border: 1px solid #f58634;
}
.opacity {
    opacity: 0.7;
}
.end {
    transform: scale(0.6);
    margin: -15px;
}
.carousel-btn {
    border-radius: 50%;
    background: #0000;
    border: 2px solid #fff;
    display: flex;
    padding: 10px 12.5px;
}
.carousel-btn:hover {
    background: #0a6dc2;
    border: 2px solid #0a6dc2;
}
/* our brand css end */

/* our blog css start */
.our-blog-sec {
    margin: auto;
    padding: 40px 20px;
}
.our-blog {
    font-size: 32px;
    font-weight: 600;
    line-height: 51px;
    text-align: left;
    color: #0e8ce5;
}
.our-blog-sec h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 65px;
    text-align: left;
    margin-bottom: 25px;
    color: #0e2248 !important;
}
.our-blog-sec .card {
    padding: 0px 0px 10px;
    border: #0000;
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.4);
}
.our-blog-sec .card-sec-column:not(:last-child) {
    margin-bottom: 25px;
}
.our-blog-sec .card img {
    width: auto;
    height: 300px;
}
.title-one-lines {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.footer-link-item {
    color: #fff;
    text-decoration: none;
}
.text-two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.our-blog-sec .card .card-body .card-text .text-body-secondary {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #0e2248d9;
}
.our-blog-sec .card .card-body .card-title {
    font-size: 29px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    color: #0e2248;
}
.our-blog-sec .card .card-body .card-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #000000a3;
}
.read-more-btn {
    border-radius: 25px;
    border: 1px solid #112b5b;
    padding: 10px 25px;
    color: #112b5b;
    background: #0000;
    font-size: 16px;
    font-weight: 600;
}
.read-more-btn:hover {
    color: #fff;
    background: #112b5b;
}
.read-more-btn-light {
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 10px 25px;
    color: #fff;
    background: #0000;
    font-size: 16px;
    font-weight: 600;
}
.read-more-btn-light:hover {
    color: #112b5b;
    background: #fff;
}
.read-more-btn-light span svg {
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    margin-left: 3px;
}
.read-more-btn span svg {
    background: #112b5b;
    border-radius: 50%;
    padding: 2px;
    margin-left: 3px;
}
.read-more-btn:hover span svg {
    background: #fff;
}
.read-more-btn:hover span svg path {
    fill: #112b5b;
}
.read-more-btn-light:hover span svg {
    background: #112b5b;
}
.read-more-btn-light:hover span svg path {
    fill: #fff;
}
/* our blog css end */

/* footer css start */
footer {
    background-color: #0e2248;
    padding: 80px 0px 30px;
    width: 100%;
}
.footer-sec {
    margin: auto;
    margin-bottom: 50px;
}
.footer-logo-sec {
    padding: 0px 20px;
}
.footer-logo-sec-img {
    width: 210px;
    height: auto;
}
.footer-logo-sec p {
    padding: 15px 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: justify;
    color: #fff;
}
.footer-readmore {
    font-size: 15px;
    color: #f28735;
    text-decoration: none;
    margin-left: 5px;
}
.footer-social-icons {
    display: flex;
}

.footer-social-icons i {
    color: #fff;
    display: flex;
    align-items: center;
}
.social-icons {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 10px;
    vertical-align: middle;
    margin-right: 10px;
}
.social-icons a {
    text-decoration: none !important;
}
.social-icon {
    width: 15px;
    height: 15px;
    vertical-align: sub;
}
.social-icons:hover {
    background-color: #f58635;
    border: 1px solid #f58635;
    transition: all ease 0.7s;
}
.footer-contact {
    padding: 0px 20px;
}
.footer-contact p {
    color: #fff;
}
.footer-contact-info {
    font-size: 25px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    color: #fff;
    padding-bottom: 10px;
}
.footer-contact-info-span {
    text-decoration: underline 2px solid #0e8ce5;
}
.contact-icon-text {
    display: flex;
    margin-bottom: 10px;
}
.contact-info-icons {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 10px 15px;
    margin-right: 20px;
    height: 47px;
    width: 47px;
}
.contact-info-icon {
    width: 15px;
    height: 18px;
}
.contact-info-icon i {
    color: #fff;
}
.contact-info-icons:hover {
    background-color: #f58635;
    border: 1px solid #f58635;
    transition: all ease 0.7s;
}
.para-align {
    margin: auto 0px;
    font-size: 13px;
    font-weight: 500;
}
.footer-quick-links {
    padding: 0px 20px;
}
.footer-quick-links-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    color: #fff;
    padding-bottom: 10px;
}
.footer-quick-links-list ul li::before {
    content: url("/assets/images/right-arrow.png");
    margin-right: 10px;
}
.footer-quick-links-list ul {
    padding-left: 0px !important;
}
.footer-quick-links-list ul li {
    text-decoration: none;
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
}
.footer-quick-links-list ul li:hover {
    color: #f58635;
}
.footer-nav-links {
    color: #fff;
    text-decoration: none;
}
.footer-nav-links:hover {
    color: #f58635;
}
.footer-view-map {
    padding: 0px 20px;
}
.footer-view-map-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    color: #fff;
    padding-bottom: 10px;
}
.footer-map {
    width: 274px;
    height: 224px;
    padding: 15px;
    border: 2px solid #0e8ce5;
    border-radius: 12px;
}
.google-map-styles {
    width: 270px;
    height: 190px;
    margin-left: -30px;
    border-radius: 12px;
}
.footer-copyrights {
    background-color: #fff;
}
.copyrights {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    margin: auto;
}
.privacy-policy {
    display: flex;
    justify-content: start;
}
.privacy-policy-link {
    display: flex;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    color: #5c5a5a;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}
.privacy-policy-link:hover {
    color: #f58635;
}
.below-copyright {
    height: 40px;
}
/* footer css end */
.page-not-found {
    height: 50vh;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* media queries start */
@media (max-width: 1499px) {
    .social-icons {
        margin-right: 8px;
    }
}
@media (max-width: 1400px) {
    .navbar ul li {
        font-size: 15px;
        padding: 5px 6px;
    }
    .social-icons {
        margin-right: 3px;
    }
    .footer-map {
        width: 244px;
    }
    .google-map-styles {
        width: 240px;
    }
    .footer-social-icons {
        gap: 5px;
    }
}
@media (max-width: 1200px) {
    .header-logo {
        width: 175px;
    }
    .navbar ul li {
        font-size: 14px;
        padding: 5px 5px;
    }
    .banner-image-sec {
        height: 424px;
    }
    .banner-img-sqr {
        max-width: 250px;
        height: auto;
    }
    .banner-img-rctgl {
        max-width: 350px;
        height: auto;
        position: absolute;
        left: 30px;
        top: 201px;
    }
    .our-blog-sec .card .card-body .card-title {
        font-size: 25px;
    }
}
@media (max-width: 1099px) {
    .navbar ul li {
        font-size: 12px;
        padding: 5px 0px;
    }
}
@media (max-width: 991px) {
    .navbar .enquire-btn {
        margin: 0px;
    }
    .header-form-search {
        max-width: 100%;
    }
    .header-form-input {
        width: 100%;
    }
    .navbar ul li {
        font-size: 16px;
    }
    .navbar .enquire-btn {
        margin: 15px 0px;
    }
    .banner-image-sec {
        height: 375px;
    }
    .banner-content-title {
        font-size: 32px;
        line-height: 45px;
    }
    .banner-img-sqr {
        max-width: 200px;
    }
    .banner-img-rctgl {
        max-width: 300px;
        top: 160px;
    }
    .image-section {
        height: 380px;
    }
    .our-servises {
        border-radius: 50px;
    }
    .our-servises-box {
        border-bottom: none;
    }
    .our-servises-brdr:nth-child(even) {
        border-right: none;
    }

    /* .our-servises-brdr {
      border-right: none;
    } */
    .our-servises-box-second {
        border-right: none;
    }
    .our-about-image-one {
        width: 250px;
        border-radius: 13px;
        position: relative;
        top: 0;
        left: 0;
    }
    .our-about-image-two {
        width: 200px;
        border-radius: 13px;
        position: absolute;
        left: 115px;
        top: 140px;
    }
    .aboutus-content h6 {
        font-size: 15px;
        line-height: 20px;
    }
    .aboutus-content-list {
        margin-bottom: 5px;
    }
    .stay-happy-card {
        margin-bottom: 12px;
    }
    .foram-health-care-card {
        padding: 30px;
        border-radius: 0px;
    }
    .forazion-card {
        border-radius: 5px;
    }
    .our-division-para {
        height: 100px;
    }
    .our-presence-title {
        font-size: 40px;
        line-height: 50px;
    }
    .our-blog-sec h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .footer-social-icons {
        gap: 10px;
    }
    .footer-logo-sec,
    .footer-contact,
    .footer-quick-links,
    .footer-view-map {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .navbar {
        width: 90%;
    }
    .banner-image-sec {
        height: 400px;
    }
    .our-servises-box {
        border-right: none;
        border-bottom: 1px solid #9b9b9b;
    }
    .our-servises-brdr:nth-child(odd) {
        border-right: none;
    }
    .our-servises-box {
        justify-content: left;
        padding-left: 20px;
    }
    footer {
        padding: 30px 0px;
    }
    .footer-map {
        margin-left: 15px;
    }
    .footer-view-map {
        margin-bottom: 0px;
    }
    .copyrights {
        font-size: 12px;
    }
    .privacy-policy-link {
        font-size: 12px;
        margin-left: 7px;
        margin-right: 7px;
    }
}
@media (max-width: 575px) {
    .navbar {
        width: 100%;
    }
    .slider-section {
        padding: 20px 0px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 70px;
    }
    .banner-image-sec {
        height: 350px;
    }
    .banner-content-title {
        font-size: 28px;
        line-height: 40px;
    }
    .banner-content-para {
        font-size: 15px;
        line-height: 25px;
    }
    .banner-content-button {
        margin: 25px 0px;
    }
    .carousel-container {
        padding: 20px;
    }
    .our-division-sec {
        padding: 20px 0px;
    }
    .our-division-list {
        margin: 20px 0px;
    }
    .india-map {
        max-width: 335px;
        max-height: 370px;
    }
    .our-presence-sec {
        margin: 15px 0px;
    }
    .our-presence {
        font-size: 25px;
        line-height: 40px;
    }
    .our-presence-title {
        font-size: 28px;
        line-height: 45px;
    }
    .our-presence-list ul li {
        font-size: 20px;
    }
    .our-blog-sec {
        padding: 20px 0px;
    }
    .our-blog {
        font-size: 25px;
        line-height: 45px;
    }
    .our-blog-sec h3 {
        font-size: 28px;
        line-height: 45px;
    }
    .our-blog-sec .card .card-body .card-title {
        font-size: 22px;
        line-height: 30px;
    }
    .footer-sec {
        margin-bottom: 30px;
    }
    .copyrights {
        text-align: center;
    }
    .privacy-policy {
        justify-content: center;
    }
}

.active-category,
.active-tag {
    color: orange !important;
    font-weight: bold !important; /* Optional: to make the active filter stand out */
}

.btn-clear-blog-filter {
    background-color: #0e2248;
    color: white;
    border: none;
    height: 40px;
    border-radius: 5px;
    font-weight: 600;
}

.search-btn-blog {
    cursor: pointer;
    border: 5px;
}

.page-link {
    color: #0e2248 !important;
}

.active > .page-link,
.page-link.active {
    color: white !important;
    background-color: #0e2248 !important;
    border-color: #0e2248 !important;
}

.blog-details-image-size {
    height: 370px !important;
    width: 856px !important;
}

.blog-list-image {
    width: 286px !important;
    height: 167px !important;
}

.blog-details-image {
    width: 406px !important;
    height: 205px !important;
}

.search-btn-blog-details {
    color: white !important;
    background-color: #0e2248 !important;
}

.blog-social-share {
    color: black;
}
