html {
    /* color: #222222; */
    font-size: 14px;
    line-height: 1.4;
}

.container {
    padding: 0px 100px;
}

@media (max-width: 992px) {
    .container {
        padding: 0px 30px; 
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0px 20px; 
    }
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dddddd;
    margin: 1em 0;
    padding: 0;
}

.dropdown-menu {
    --bs-dropdown-padding-y: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

body {
    /* user-select: none; */
    font-size: 14px;
    color: #555555;
    letter-spacing: 0.3px;
    font-family: "Source Sans Pro", sans-serif;
    background-color: #ffffff;
    
}

h1,
h1 a {
    font-size: 40px;
}

h2,
h2 a {
    font-size: 32px;
}

h3,
h3 a {
    font-size: 28px;
}

h4,
h4 a {
    font-size: 24px;
}

h4 {
    text-transform: uppercase;
}

h5,
h5 a {
    font-size: 20px;
}

h6,
h6 a {
    font-size: 16px;
}

h1,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    font-family: "Dosis", sans-serif;
    margin: 0;
}

a,
button,
li,
p {
    font-size: 15px;
    /* font-family: "Source Sans Pro", sans-serif; */
    /* margin: 0; */
    /* letter-spacing: 0.3px; */
    line-height: 25px;
}

/* ul {
  padding: 0;
  margin: 0;
} */

a:active,
a:focus,
a:hover,
button:focus,
button:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}


input:focus,
textarea:focus {
    outline: none;
}

.padding-fix {
    padding-left: 0;
    padding-right: 0;
}

.padding-fix-r {
    padding-right: 0;
}

.padding-fix-l {
    padding-left: 0;
}

.margin-fix {
    margin-left: 0;
    margin-right: 0;
}


/* preloader  */
:root {
    --border-width: 7px;
}

* {
    margin: 0;
    padding: 0;
}



.sec-loading {
    position: fixed; 
    top: 0;
    left: 0;
    height: 100%; 
    width: 100%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    text-align: center;
    color: #333;
    background-color: #ffffff; 
    z-index: 9999; 
}

.sec-loading .logo {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #0070ab;
}
.preloader-gif {
    width: 150px;
    height: auto;
}
.sec-loading .one {
    height: 80px;
    width: 80px;
    border: var(--border-width) solid #0070ab;
    transform: rotate(45deg);
    border-radius: 0 50% 50% 50%;
    position: relative;
    animation: move 0.5s linear infinite alternate-reverse;
}

.sec-loading .one::before {
    content: "";
    position: absolute;
    height: 55%;
    width: 55%;
    border-radius: 50%;
    border: var(--border-width) solid transparent;
    border-top-color: rgb(243, 7, 7);
    border-bottom-color: rgb(105, 255, 4);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes move {
    to {
        transform: translateY(15px) rotate(45deg);
    }
}


.hidden {
    display: none;
}


/* chat icon */
.whats-app {
    position: fixed;
    width: auto;
    height: 30px;
    bottom: 20px;
    right: 175px;
    background-color: #d6d6d6;
    color: #000000;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
    text-decoration: none;
}

.map {
    position: fixed;
    width: auto;
    height: 30px;
    bottom: 20px;
    right: 15px;
    background-color: #d6d6d6;
    color: #000000;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
    text-decoration: none;
}

.tel {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: 15px;
    background-color: #d6d6d6;
    color: #000000;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
    text-decoration: none;
}

.my-float {
    margin-right: 10px;
    font-size: 15px;
}

.whats-app img,
.map img {
    width: 20px;
    height: auto;
}

/* chat icon end */



/* Welcome section  Css  */
.custompad {
    padding: 200px 0;
}

.shedule-box {
    height: 400px;
    color: #ffffff;
    padding: 0px 20px 20px 20px;
    border-radius: 5px;
    border-top: #0070ab solid;
    border-bottom: #0070ab solid;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.noticeboard-box h6 {
    border-radius: 6px;
    text-align: center;
    background-color: #0177a7;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: -25px;
    width: 150px;
}

.noticeboard_image img {
    width: 100%;
    max-width: 250px;
    height: auto;
    /* border-radius: 5px; */
    border-bottom: #0177a7 dotted;
    margin-top: 10px;
}

.noticeboard_title img {
    width: 40px;
    height: auto;
    /* margin-top: 10px; */
    border-radius: 5px;
}

.welcome-box h4 {
    font-size: 25px;
    font-weight: 400;
    color: #111111;
}

.welcome-box p {
    color: #9b9999;
    line-height: 35px;
}

/* .welcome-box img {
    margin: 10px 0;
} */

.readmore-btn {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    border: 2px solid #0177a7;
    padding: 4px 10px 4px 10px;
    border-radius: 4px;
}

.readmore-btn:hover {
    /* text-decoration: underline; */
    background-color: #0177a7;
    color: #ffffff;
}

.noticeboard ul {
    padding-left: 0;
}

.noticeboard li {
    text-align: center;
    padding: 10px;
}

/* Optional: Add a more attractive hover effect */
.noticeboard-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

/* Welcome css end */

/* Quick link */
.service2-box {
    display: flex;
    justify-content: start;
    align-items: center;
    border: 1px solid rgb(45, 123, 226);
    border-radius: 4px;
    padding: 25px;
    width: 100%;
    /* background-color: #f9f9f9; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    transition: transform 0.2s, box-shadow 0.2s;
    justify-content: space-evenly;

}

.service2-box a {
    text-decoration: none;
    color: #000000;
}

.service2-box:hover {
    /* transform: translateY(-5px); */
    box-shadow: 2px 3px 14px 0px rgb(20 139 241 / 38%);
}

.box-icon {
    /* width: 50px; */
    /* height: 50px; */
    /* margin-right: 10px; */
    flex-shrink: 0;
}

.box-icon img {
    /* width: 60%; */
    height: auto;
    object-fit: cover;
}

/* .box-content {
    flex: 1;
} */

.box-content h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.box-content p {
    margin: 0;
    font-size: 0.9rem;
    color: #555;
}

.service2-top h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.service2-top img {
    width: 40px;
    height: auto;
}

a.external-link {
    color: #0070ab;
    text-decoration: none;
}

a.external-link:hover {
    text-decoration: underline;
}


@media (max-width: 768px) {
    .service2-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .box-icon {
        margin-bottom: 10px;
    }
}

/* Quick link end */

/* Treatment section */

.card {

    padding: 20px;
    background-color: #0177a7;
    text-align: center;
}

.card-body {
    color: #ffffff;
}

.card-title {
    font-weight: bold;
    /* border-bottom: 1px solid white; */
    font-size: 1.25rem;
    overflow: hidden;
}


/* .card-body a {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
} */

.card-body p {
    /* margin-top: 30px; */
    overflow: hidden;
}

@media (max-width: 767px) {
    .card-title {
        font-size: 1.1rem;
    }
}


/* Treatment section end */


/* Gallery CSS Start */
.gallery {
    /* background-color: #f7f7f7; */
    padding: 50px 0;
}



.gallery-card {
    border: none;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.gallery-card:hover {
    /* transform: translateY(-5px); */
    background-color: #0177a7;
    transition: transform 0.3s ease-in-out;
}

.gallery-card-img-container {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.gallery-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.gallery-card-img:hover {
    transform: scale(1.05);

}

.focus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.focus-icon-img {
    width: 50px;
    height: 50px;
    filter: invert(1);
}

.gallery-card-img-container:hover .focus-icon {
    opacity: 1;

}

.gallery-filter li {
    font-size: 1.1rem;
    margin: 0 15px;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 30px;
    background-color: #0177a7;
    color: #fff;
    transition: background-color 0.3s ease;
}

.gallery-filter li:hover {
    background-color: #0056b3;
}

.gallery-filter li.active {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .gallery h4 {
        font-size: 1.5rem;
    }
}

.modal-content {
    height: 600px;
    overflow: hidden;

}

.modal-body input,
.modal-body select {
    padding: 12px;
    border-bottom: 2px solid black;
    font-size: 15px;
    font-weight: bold;
}

.modal-content img {
    object-fit: contain;
    height: 380px;
    width: 100%;
}

/* galley end */

/* testimonial */
.testimonial {
    /* display: none; */
    padding: 50px 0px;
    background-color: #0177a7;
    color: #ffffff;
}


/* Blog start */
.blog-card {
    width: 350px;
    height: 230px;
    overflow: hidden;
    margin: 10px;
    border: 1px solid #0177a7;
    box-shadow: 2px 3px 14px 0px rgb(20 139 241 / 38%);
}

.blog-card a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.blog-card a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #0070ab;
}

.blog-card p {
    font-size: 14px;
    line-height: 23px;

}

.date {
    color: #fff;
    background-color: #0177a7;
    border-radius: 50%;
    padding: 5px;
    width: 60px;
    height: 60px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

/* Bolg End */


/* footer css  */


ul.list-unstyled li {
    line-height: 1.8;
    margin-bottom: 10px;
}

ul.list-unstyled li a,
ul.list-unstyled li p,
ul.list-unstyled li {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 8px;  */
    text-decoration: none;
    color: #6e6b6b;
}

/* ul.list-unstyled li a:hover {
    color: #0070ab;
} */


ul.list-unstyled li span {
    font-size: 14px;
    color: #74a0e2;
}


/* .form-control {
    border-radius: 50%;
} */


#languageSelector {
    border-radius: 5px;
}

.footer {
    background-color: #243238;
    padding: 80px 0px 0px 0px;
    color: #647d8c;
    font-size: 14px;
}

.footer h3 {
    font-weight: 300;
    color: white;
}

.footer-bottom {
    margin-bottom: 60px;
    font-size: 14px;
    /* border-bottom: 10px solid #333; */
}

.footer-copy {
    border-top: 1px solid #9b9999;
    padding: 100px;
    color: #6e6b6b;
}

.footer-icon .list-inline-item {

    border: 1px solid #9b9999;
    font-size: 15px;
    padding: 10px;
    color: #949090;
    margin: 5px;

}

.footer-icon .list-inline-item:hover {
    color: #0177a7;
    background-color: #333;
}

.newsletter input {
    width: 100%;
    height: 40px;
    border-radius: 25px;
    background: transparent;
    border: 1px solid #626262;
    padding: 8px
}

/* footer css  */


/* title section  */

.title {
    color: white;
    background-color: #0177a7;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title a {
    color: white;
    text-decoration: none;
}



.title-con {
    text-align: center;
    font-size: 14px;
}


/* about us */
.about {
    padding: 50px 0px;
}

.about p {
    font-size: 30px;
    width: auto;
    text-transform: uppercase;
    border-bottom: 2px #0070ab dotted;
}

.about-con {
    text-align: justify;
    padding-bottom: 100px;
    color: #949090;
    line-height: 30px;
}

.about img {
    width: 90%;
    border: 4px solid #9b9999;
}

/* page  */
.page-img {
    padding: 60px 0px 0px 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-con {
    color: #949090;
    padding-bottom: 60px;
}