/* ---------- sliding text style editing start ---------- */
.sliding-text-container {
    overflow: hidden;
    margin-top: 170px;
}

.sliding-text a {
    text-decoration: none;
}

.sliding-text {
    white-space: nowrap;
    animation: slideRightToLeft 20s linear infinite;
}

.sliding-text:hover {
    animation-play-state: paused;
}

@keyframes slideRightToLeft {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* ---------- sliding text style editing end ---------- */




/* ---------- css image animation editing start ---------- */

.Advance-Slider {
    width: 100%;
}


.Advance-Slider .img-fill {
    position: relative;
    height: 500px;
}

.Advance-Slider .img-fill img {
    height: 500px;
    width: 100%;
    /* object-fit: cover; */
    /* animation: myMove 10s linear infinite; */
}

.Advance-Slider .item {
    height: 500px;
    overflow: hidden;
    outline: none;
}


.Advance-Slider .img-fill:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #151515;
    opacity: 0.5;
}

.Advance-Slider .item.slick-active {
    animation: Slick-FastSwipeIn 1s both;
}

.Advance-Slider .item .contain-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.Advance-Slider .item .contain-wrapper .dots-contain {
    display: none;
}

.Advance-Slider .item h3 {
    margin: 0px;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    text-transform: capitalize;
}

.Advance-Slider .item {
    color: #fff;
}

.Advance-Slider .item h5 {
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0 0;
    margin: 0;
    text-transform: capitalize;
}

.Advance-Slider .item .contain-wrapper .info {
    max-width: 1200px;
}


.Advance-Slider .item h3 {
    animation: fadeOutRight 1s both;
}

.Advance-Slider .item.slick-active h3 {
    animation: fadeInDown 1s both 1s;
}

.Advance-Slider .item h5 {
    animation: fadeOutLeft 1s both;
}

.Advance-Slider .item.slick-active h5 {
    animation: fadeInLeft 1s both 1.5s;
}


@keyframes myMove {
    from {
        transform: scale(1.0, 1.0);
        transform-origin: 50% 50%;
    }

    to {
        transform: scale(1.8, 1.9);
        transform-origin: 50% 0%;
    }
}



/* CSS */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-50px);
    }
}



/* ---------- css image animation editing end ---------- */








/* ---------- section_top code start ---------- */
.section_top {
    background-color: var(--primary-background-color);
    
}

.section_top_bg_color {
    padding-top: 120px !important;
    z-index: 10;
    position: relative;
}

.container_section_top {
    width: calc(100vw - 25vw);
    margin: auto;
}

.card_box {
    border-radius: 15px;
}

.card_box_color1 {
    border: 1px solid var(--header-box-color-1);
    background-color: var(--header-box-color-1);
}

.card_box:hover {
    border: 1px solid var(--header-box-hover-color);
    background-color: var(--header-box-hover-color);
    transition: all ease-in-out 0.3s;
}

.card_box:hover .card_icon_box {
    border: 5px solid var(--header-box-hover-color);
    transition: all ease-in-out 0.3s;
}

.card_box_color2 {
    border: 1px solid var(--header-box-color-2);
    background-color: var(--header-box-color-2);
}

.card_box_color3 {
    border: 1px solid var(--header-box-color-3);
    background-color: var(--header-box-color-3);
}

.card_box_color4 {
    border: 1px solid var(--header-box-color-4);
    background-color: var(--header-box-color-4);
}

.container_section_top a {
    text-decoration: none;
}

.card_text {
    color: rgb(214, 214, 214);
}

.container_section_top a i {
    font-size: 40px;
}

.border_color1 {
    border: 5px solid var(--header-box-color-1);
}

.border_color2 {
    border: 5px solid var(--header-box-color-2);
}

.border_color3 {
    border: 5px solid var(--header-box-color-3);
}

.border_color4 {
    border: 5px solid var(--header-box-color-4);
}

.card_icon_box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin: -25% auto 0 auto;
}

.card_text {
    text-align: center;
    margin: 50px 0;
}

/* ---------- section_top code end ---------- */



/* ########## home_section_1 style code start ########## */
.home_section_1 {
    padding: 50px 0;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--primary-background-color);
}
.home_section_content_box{
    /* border: 1px solid red; */
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.home_section_1 p {
    font-size: var(--text-size);
    padding: 1px 0;
    margin: 0;
    color: var(--primary-text-color);
}

.home_section_1 h2 {
    font-size: 30px;
    color: var(--primary-text-color);
}
/* update */
.home_section_1 h4 {
    font-size: 25px;
    color: var(--primary-text-color);
}

.home_section_1 a {
    margin: 10px 0;
    padding: 5 20px;
    color: var(--primary-text-color);
}

.home_section_button .home_section_btn {
    text-decoration: none;
    color: var(--button-text-color);
    font-weight: bold;
    background-color: var(--button-bg-color);
    margin-top: 20px;
    display: inline-block;
    border-radius: 30px;
    padding: 12px 30px;
}

.home_section_button .home_section_btn:hover {
    color: var(--button-text-color);
    background-color: var(--button-hover-color);
    transition: all ease-in-out 0.3s;
}

#video-container iframe {
    height: 300px !important;    /*update part */
    /* height: 355px !important; */
    width: 100%;
}
.notice_board{
    border: 1px solid rgb(211, 211, 211);
    height: 300px;
    overflow-y: scroll;
    padding: 10px;  
    border-radius: 10px;
}
.notice_board::-webkit-scrollbar{
    display: none;
}
.notice_left_content h5{
    font-size: 14px !important;
}
.notice_left_content p{
    font-size: 14px !important;
}
.notice_section{
    display: flex;
    justify-content: space-between;
}
.notice_section{
    background-color: var(--notice-bg-color);
    padding: 5px 10px;
    margin: 10px 0;
    color: var(--notice-text-color);
    border-radius: 15px;
}
.notice_right_content a{
    background-color: var(--button-bg-color) !important;
    color: var(--button-text-color) !important;
    border: none;
    font-size: 14px !important;
}
.notice_right_content a:hover{
    background-color: var(--button-hover-color) !important;
    color: var(--button-text-color) !important;
}


/* --------- notice_image_animation start ---------- */

.notice_new_animation {
    font-weight: bold;
    display: inline-block;
}
@keyframes multicolorAnimation {
    0% {
        color: red;
    }
    25% {
        color: rgba(255, 0, 0, 0.879);
    }
    50% {
        color: rgb(255, 0, 0);
    }
    75% {
        color: rgb(255, 0, 0);
    }
    100% {
        color: purple;
    }
}




.notice_image_animation{
    animation: blink 2s infinite;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
/* ########## home_section_1 style code end ########## */




/* ---------- About_us_section editing start ---------- */
.about_img_box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.about-section {
    background-color: var(--secondary-background-color);
    padding-bottom: 50px;
}
.about-section .text{
    height: 300px;
    overflow-y: hidden;
}

.about-section h1,
.about-section .text {
    color: var(--secondary-text-color);
}

.about_img_main {
    border: 30px solid var(--primary-background-color);
    height: 100%;
    width: 50%;
    position: relative;
}

.about_image_ {
    border: 10px solid var(--primary-background-color);
    position: absolute;
    left: 110px;
    top: 27px;
    border-radius: 30px;
    height: 389px;
}

.inner-column {
    height: 500px;
}

.read_more_button {
    text-decoration: none;
    padding: 20px 40px;
    margin-top: 50px;
    display: inline-block;
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    border-radius: 5px;
}

.read_more_button:hover {
    color: var(--button-text-color);
    background-color: var(--button-hover-color);
}

.about-section hr {
    width: 100px;
    height: 5px;
    background-color: var(--primary-background-color);
}

.about-section:hover .fa-user-md {
    color: var(--primary-background-color);
}

.about-section:hover .fa-long-arrow-alt-left {
    transform: translateX(-10px);
    transition: all ease-in-out 0.5s;
}

.about-section:hover .fa-long-arrow-alt-right {
    transform: translateX(10px);
    transition: all ease-in-out 0.5s;
}

/* ---------- About_us_section editing end ---------- */



/* ########## our_features style code start ########## */
.our_features {
    background-color: var(--primary-background-color);
}

.section_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.section_heading .shape_left {
    position: relative;
    left: -10px;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--section-heading-icon-color);
}

.section_heading .shape_left::before,
.section_heading .shape_left::after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--section-heading-icon-color);
}

.section_heading .shape_left::before {
    top: 6px;
    right: 3px;
    width: 70px;
}

.section_heading .shape_left::after {
    top: 11px;
    right: 3px;
    width: 55px;
}

.section_heading .shape_right {
    position: relative;
    right: -10px;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--section-heading-icon-color);
}

.section_heading .shape_right::before,
.section_heading .shape_right::after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--section-heading-icon-color);
}

.section_heading .shape_right::before {
    top: 6px;
    left: 3px;
    width: 70px;
}

.section_heading .shape_right::after {
    top: 11px;
    left: 3px;
    width: 55px;
}


.feature_box_main {
    display: flex;
    gap: 10px;
    width: 100%;
}

.feature_text_box {
    width: 77%;
    color: var(--primary-text-color);
}

.feature_box_main .feature_icon_box {
    width: 80px !important;
    height: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.icon_box_color_1 {
    background-color: var(--header-box-color-1);
}

.icon_box_color_2 {
    background-color: var(--header-box-color-2);
}

.icon_box_color_3 {
    background-color: var(--header-box-color-3);
}

.icon_box_color_4 {
    background-color: var(--header-box-color-4);
}

.icon_box_color_1 {
    background-color: var(--header-box-color-1);
}

.icon_box_color_2 {
    background-color: var(--header-box-color-2);
}

.icon_box_color_3 {
    background-color: var(--header-box-color-3);
}

.feature_box_main .feature_icon_box i {
    width: 80%;
    height: 80%;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: white;
}

/* ########## our_features style code end ########## */






/* ########## background_attachment style code end ########## */
.background_attachment {
    background-image: var(--body-background-image);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
}
.need_contact_btn{
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    border: none;
    padding: 10px 20px;
}
.need_contact_btn:hover{
    background-color: var(--button-hover-color);
    color: var(--button-text-color);
}
.back_contact_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 2px solid rgb(255, 255, 255);
}

/* ########## background_attachment style code end ########## */






/* ########## our_courses_section style code start ########## */
.our_courses_section{
    padding-bottom: 60px;
    background-color: var(--secondary-background-color);
}
.main_course_box {
    padding: 5px;
    /* background-color: var(--primary-background-color); */
    background-color: var(--content-bg-color);
    border-radius: 10px !important;
    color: var(--content-text-color);
    display: flex;
    flex-direction: column;
}

.main_course_box img {
    border-radius: 10px !important;
    height: 180px;
    width: 100%;
}
.description{
    /* border: 1px solid red; */
    height: 190px;
    overflow: hidden;
}
.course_content_box {
    padding: 5px;
}

.read_more_course_button {
    margin-top: auto;
    padding: 5px;
}

.read_more_course_button a {
    width: 100%;
    display: inline-block;
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
}


/* ########## our_courses_section style code end ########## */



/* ---------- experience_section editing start ---------- */
.experience_section {
    background-color: var(--secondary-background-color);
    padding: 30px 0;
    /* background-image: url('../../uploads/home/cr5.jpg'); */
    background:var(--body-background-image);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.exprience_box_content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--primary-text-color);
}

.exprience_box_count {
    background-color: var(--primary-background-color);
    color: var(--primary-text-color);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

.exprience_box_count p {
    font-size: 25px;
}

.exprience_box_count:hover {
    transform: translateY(-10px);
    transition: all ease-in-out 0.5S;
}

.exprience_box_count:hover i {
    transition: all ease-in-out 0.5S;
}

.exprience_box_count i {
    margin-bottom: 20px;
    font-size: 50px;
}

.experience_section-btn {
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    border: none;
    padding: 10px 30px;
}

.experience_section-btn:hover {
    background-color: var(--button-hover-color);
    color: var(--button-text-color);
}

.margin_top_ {
    margin: 10px 0;
}

/* ---------- experience_section editing end ---------- */




/* ---------- experienced_doctor_section editing start ---------- */
.experienced_doctor_section {
    padding-bottom: 60px;
    background-color: var(--secondary-background-color);
}
.slide-arrow {
    background-color: var(--secondary-background-color);
}

/* .frame {
    overflow: hidden;
    margin: 10px;
    height: 300px;
} */
.doctors_box{
    background-color: var(--content-bg-color);
    color: var(--content-text-color);
}

.frame img {
    object-fit: cover;
    object-position: 40% 50%;
    transition: transform 0.8s;
}

.staff_social_media {
    display: flex;
    justify-content: space-around;
}

.staff_social_media i {
    font-size: 30px;
}

.frame img:hover {
    transform: rotate(4deg) scale(1.1);
}



.card-img-top {
    /* height: 100%; */
    height: 250px;
    width: 100%;
}

.experienced_doctor_section:hover .fa-user-md {
    color: var(--base-color);
}

.experienced_doctor_section:hover .fa-long-arrow-alt-left {
    transform: translateX(-10px);
    transition: all ease-in-out 0.5s;
}

.experienced_doctor_section:hover .fa-long-arrow-alt-right {
    transform: translateX(10px);
    transition: all ease-in-out 0.5s;
}

.slick_carousel .doctors_box {
    margin: 0 10px;
}

.slick_carousel .doctors_box .card {
    height: 520px !important;
    overflow-y: scroll;
}

.slick_carousel .doctors_box .card::-webkit-scrollbar {
    display: none;
}

.slick-slide {
    height: auto;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.prev-arrow {
    left: -40px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid #113463;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.next-arrow {
    right: -40px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid #113463;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.book_now_btn {
    width: 100%;
    background-color: var(--button-bg-color);
   color: var(--button-text-color);
    border: none;
}

.book_now_btn:hover {
    background-color: var(--button-hover-color);
   color: var(--button-text-color);
}

.card {
    padding: 5px;
}
.teacher_text_description{
    height: 150px;
    overflow: scroll;
}
.teacher_text_description::-webkit-scrollbar{
    display: none;
}
/* ---------- experienced_doctor_section editing end ---------- */



/* ########## our_gallery_section style code start ########## */
.our_gallery_section{
    background-color: var(--primary-background-color);
    padding-bottom: 40px;
}
.section {
    color: var(--primary-text-color);
}

.section .top-side {
    text-align: center;
}

.section.portfolio .filters {
    text-align: center;
}

.section.portfolio .filters ul {
    padding-left: 0 !important;
}

.section.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 0 30px;
    cursor: pointer;
    position: relative;
}

.active {
    color: white;
    background-color: var(--button-bg-color);
}

.section.portfolio .filters-content {
    margin-top: 30px;
}

.section.portfolio .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}

.section.portfolio .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}

.section.portfolio .filters-content .item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}

.section.portfolio .filters-content .item .p-inner {
    padding: 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.section.portfolio .filters-content .item .p-inner h5 {
    font-size: 15px;
}

.section.portfolio .filters-content .item .p-inner .cat {
    font-size: 13px;
}

.section.portfolio .filters-content .item img {
    width: 100%;
}
.filtered_image{
    width: 100%;
    height: 250px;
}



#imageModal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

#imageModal .modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

#imageModal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

#imageModal .close:hover,
#imageModal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* ########## our_gallery_section style code end ########## */







/* ########## our_event_section style code start ########## */
.our_events{
    background-color: var(--secondary-background-color);
}


.section .top-side {
    text-align: center;
}

.section.events .filters-event {
    text-align: center;
}

.section.events .filters-event ul {
    padding-left: 0 !important;
}

.section.events .filters-event ul li {
    list-style: none;
    display: inline-block;
    padding: 0 30px;
    cursor: pointer;
    position: relative;
    color: var(--secondary-text-color);
}

.activee {
    color: white;
    background-color: var(--button-bg-color);
}

.section.events .filters-content-event {
    margin-top: 30px;
    color: var(--content-text-color);
    /* background-color: var(--content-bg-color); */
}

.section.events .filters-content-event .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}

.section.events .filters-content-event .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}

.section.events .filters-content-event .item {
    /* text-align: center; */
    cursor: pointer;
    margin-bottom: 30px;
    background-color: var(--content-bg-color);
    color: var(--content-text-color);
    position: relative;
    padding: 10px;
    border-radius: 10px;
}
.section.events .filters-content-event .item p{
    margin-bottom: 0 !important;
}
.event_date{
    position: absolute;
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    display: inline-block;
    top: 20px;
    left: 20px;
    padding: 20px;
    border-radius: 10px;
}
.event_read_more_btn{
    width: 100%;
}
.event_read_more_btn a{
    width: 100%;
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    border: none;
}
#loadMoreBtn{
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    border: none;
}
#loadMoreBtn:hover{
    background-color: var(--button-hover-color);
    color: var(--button-text-color);
}
.event_read_more_btn a:hover{
    background-color: var(--button-hover-color);
    color: var(--button-text-color);
}
.section.events .filters-content-event .item img {
    width: 100%;
    height: 250px;
}
.filtered_image{
    width: 100%;
    height: 240px;
}

/* ########## our_event_section style code end ########## */





/* ---------- fixed_button_right editing start ---------- */
.fixed_button_right {
    position: fixed;
    right: -57px;
    top: 300px;
    z-index: 200;
    transform: rotate(90deg);
    padding: 10px 25px;
    background-color: var(--button-bg-color);
    letter-spacing: 2px;
    border: none;
    color: var(--button-text-color);
}

.fixed_button_right:hover {
    color: var(--button-text-color);
    background-color: var(--button-hover-color);
    transition: all ease-in-out 0.3s;
}

/* ---------- fixed_button_right editing end ---------- */













/* css media query */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .sliding-text-container {
        overflow: hidden;
        margin-top: 193px;
    }
    .section_top{
        display: none;
    }
    .image-container img {
        height: 300px;
    }
    .home_section_button .home_section_btn {
        font-size: 14px;
        padding: 8px;
    }

    #video-container iframe {
        height: 200px !important;
        width: 100%;
        margin-top: 20px;
        /* border: 1px solid red; */
    }

    .about-section {
        padding: 5px;
    }
     .about-section .text{
        height: 70%;
        overflow-y: hidden;
    }

    .inner-column {
        height: 800px;
    }

    .about_img_main {
        border: none;
        height: 100%;
        width: 100%;
        position: unset;
    }

    .about_image_ {
        position: unset;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .feature_box_main .feature_icon_box {
        width: 60px !important;
        height: 60px !important;
    }

    .section.portfolio .filters ul li {
        padding: 0px 0px;
        display: block;
    }

    .section.portfolio .filters ul li:after {
        content: "";
        display: block;
        width: 100%;
        margin: 0 auto !important;
        position: absolute;
        height: 2px;
        /* background: #333; */
        transition: width 350ms ease-out;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}