/********** Template CSS **********/
:root {
    --primary: #009CFF;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: #666666;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    border-top: 2px solid #ededed;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1);
        padding: 0 !important;
        
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
        /* background-color: red !important; */
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}
.whats-image{
    width: 160px;
    height: 50px;
}
.full-rounded-circle {
    border-radius: 50%;
}
.social-icon{
    border: 1px solid #000000;
    color: #ffffff;
    background: #000000;
    font-size: 25px;
}
 .card-wrap{
    width: 305px;
 }
 @media (max-width: 1400px) and (min-width: 990px) {
    .card-wrap {
        width: 270px;
    }
}
/* hero section */
#hero-section {
    /* padding-top: 50px;
    padding-bottom: 50px; */
    /* background: 
        url('../img/heroimage.jpg') right center/50% no-repeat; */
         background-color: #1c3463;
}
#hero-section .text-wrap{
    margin-top: 3em;
    margin-bottom: 3em;
}
#hero-section .hero-sec-text {
    text-align: left;
}
@media (min-width: 990px) {
    #hero-section .hero-sec-text .inner-text-wrap{
        margin-left: 50px;
    }
}
#hero-section .hero-sec-text .inner-text-wrap{
    margin-left: 50px;
}
#hero-section .hero-sec-text p {
    font-size: 18px;
    color: #ffffff;
}

#hero-section .hero-sec-text ul {
    color: #ffffff;
}

#hero-section .hero-sec-text .title {
    font-size: 24px;
    color: #ffffff;
    margin-left: 20px;
}
#hero-section .hero-sec-text .title span{
    font-size: 18px;
    color: #ffffff;
}

#hero-section .hero-sec-text h1 {
    font-size: 70px;
    line-height: 1.6;
    color: #ffffff;
}

@media (max-width: 768px) {
    #hero-section .hero-sec-text h1 {
        font-size: 50px;
        line-height: 1.6;
        color: #ffffff;
    }
    #hero-section .hero-sec-text button {
        width: 150px !important;
        margin-top: 20px !important;
    }
    #hero-section .hero-sec-text p {
        font-size: 16px;
    }
    
}

#hero-section .hero-sec-text button {
    margin-top: 40px;
    width: 200px;
    height: 50px;
    border-radius: 1px;
    background-color: #009CFF;
    color: white;
}
#hero-section .hero-sec-img {
    padding-right: 0;

}
#hero-section .hero-sec-img img {
    clip-path: ellipse(90% 100% at right center);
    width: 100%;
    height: 100%;
}

@media (max-width: 500px) {
    /* #hero-section .hero-sec-text {
        text-align: center;
    } */

    #hero-section .hero-sec-img img {
        margin-top: 50px;
    }
}


/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** Education and Training ***/
#education-section .img-sec{
    height: 100%;
    min-height: 400px;
}

#education-section .img-sec img{
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.line{
    border: 1px solid #2d79d1;
    width: 100px;
    margin-bottom: 18px;
}
/*** quotes ***/
#quotes-section{
    padding-top: 4em;
    padding-bottom: 4em;
    background-image: url('../img/Layer-8.png');
    background-size: cover;
    background-position: center; /* Center the background image */
    background-repeat: no-repeat;
    box-shadow: 0px 4px 4px 0px #00000040,inset 0 0 0 1000px rgba(0,0,0,.5)
}
#quotes-section .quotes-text{
font-size: 40px;
color: #ffffff;
font-style: italic;
}

@media (max-width:990px) {
    #quotes-section .quotes-text{
        text-align: center;
        font-size: 20px !important;
        }
}

/* Treatment section */
#treatment-section{
    padding-top: 3em;
    padding-bottom: 3em;
    background-image: radial-gradient(circle, #4180b5 0%, #77cad5 100%);
    background-size: cover;
    background-position: center; /* Center the background image */
    background-repeat: no-repeat;
}
#treatment-section .text-wrap{
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

@media (max-width:990px) {
    #treatment-section .text-wrap{
        margin-bottom: 1px;
    }
}

#treatment-section button {
    margin-top: 40px;
    width: 150px;
    height: 50px;
    border-radius: 1px;
    background-color: #009CFF;
    color: white;
}
/* footer section */
#footer-section{
    background-color: #373737;
    padding-top: 30px;
    padding-bottom:30px;
    color: #ffffff;
}
#footer-section a{
    color: #ffffff;
    margin-right: 20px;
}
/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


/* @am */

.header-info .rounded-circle{
    background: #1C3462;
}
.rounded-circle {
    border-radius: 29% !important;
}
.text-primary {
    color: #fff !important;
}
.header-info  .fas, .header-info  .fa,  .header-info  .far {
    font-size: 22px;
}


@media (max-width: 990px) {
    .navbar.sticky-top {
        border-top: none !important;
        background: #ffffff;
       }
    .dropdown-menu{
        background-color: #000000 !important;
    }
    .navbar-collapse{
        height: 100vh;
        position: sticky;
    }
    .navbar-nav .nav-link::after {
        content: '+';
        float: right;
        transition: transform 0.3s ease-in-out;
    }
    
    .navbar-nav .nav-link.collapsed::after {
        content: '-';
        transform: rotate(45deg);
    }
    .dropdown-item{
        border-bottom: 1px solid;
        padding: 10px 5px 10px 5px;
    }
    .dropdown-menu a{
        color: #ffffff;
    }
    .nav-link{
        /* border-bottom: 1px solid; */
        padding: 10px 5px 10px 5px !important;
    }
    .mobile-size-logo{
        max-width: 200px !important;
        margin-left: 18px;
    }
    /* active-menu-color (mobile)*/
    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
        color: #ffffff !important;
        background: #000000 !important;
        
    }

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: #ffffff !important;
        background: #000000 !important;
    }

    /* .navbar-toggler[aria-expanded="true"] + .bg-lg-primary{
        background: #000000 !important;
    } */
    }
   /* toggler-icon */
    #toggler-icon {
        width: 30px;
        height: 30px;
        background-image: url('../img/icons8-hamburger-menu-50-black.png');
        background-size: cover;
        display: block;
      }
      
      .navbar-toggler[aria-expanded="true"] #toggler-icon {
        background-image: url('../img/icons8-multiply-cross-32.png') !important; 
        width: 30px; 
        height: 30px;
        display: block;
      }
      .navbar-toggler:focus {
        outline: none !important;
        box-shadow:none !important;
    }
    /* active-menu-color (desktop)*/
    @media (min-width: 990px) {
        .bg-lg-primary{
            background: #fff !important;
        }
        .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
            color: #000000 !important
        }
    
        .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
            color: #000000 !important
        }
    }
    .social-icon-mobile{
    text-align: center;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    }

    /* chiropody page */
    #chiropody-section .img-sec{
    max-width: 300px;
    }
    
    #chiropody-section img{
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border: 5px solid #ffffff;
    }
    #chiropody-section .img-sec .top-text{
    color: #008AFC;
    font-size: 15px;
    line-height: 2;
    }

    #chiropody-section .img-sec .bottom-text{
        color: #A8AA9F;
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
	}

    #chiropody-section .chiropody-image-wrap{
        text-align: -webkit-right;
    }

    /* Visit-Us Page */

    /* form section */
    #form-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    #form-section img {
        width: 100%;
        height: auto;
    }
    
    #form-section form {
        background-color: #F9F9F9;
        box-shadow: -15px 15px #333333;
    }
    
    #form-section form h3 {
        font-size: 48px;
        color: #1c3463;
    }
    
    #form-section form p {
        color: #1c3463;
    }
    
    #form-section form .field {
        border: 1px solid #B7B7B7;
        border-radius: 0px;
        height: 45px;
        padding-left: 20px;
        font-size: 20px;
        color: #ADADAD;
    }
    
    #form-section form textarea {
        height: 150px;
        padding-left: 20px;
        font-size: 20px;
        color: #ADADAD;
        border: 1px solid #B7B7B7;
    }
    
    #form-section form button {
        margin-top: 40px;
        width: 270px;
        height: 50px;
        border-radius: 1px;
        background-color: #1c3463;
        color: white;
        font-size: 16px;
    }
    
    #form-section form .bottom-text {
        font-size: 12px;
        color: #898989;
    }
    
    #form-section form .bottom-text a {
        font-size: 12px;
        color: #1c3463;
        text-decoration: underline;
    }
    #form-section .text-wrap{
        background: #F9F9F9;
        padding: 20px 19px 20px 20px;
        border-radius: 0px 94px;
        box-shadow: -15px 15px #333333;
    }
    #form-section .text-wrap h3{
        font-style: italic;
        color: #1c3463;
    }
    #form-section .text-wrap p{
        color: #A8AA9F;
        font-size: 14px;
    }

    #map-section  iframe{
    width: 100%;
    margin-bottom: -6px;
    }
	
#treatment-section a{
	color: #FFFFFF;
}