/********** Template CSS **********/
/* :root {
    --primary: #32C36C;
    --light: #F6F7F8;
    --dark: #1A2A36;
} */

/* .fw-medium {
    font-weight: 500 !important;
} */

/* .fw-bold {
    font-weight: 700 !important;
} */

/* .fw-black {
    font-weight: 900 !important;
} */

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #57a7b3;
    color: #fff;
    text-align: center;
    line-height: 48px;
    width: 48px;
    height: 48px;
    font-size: 16px;
    border: none;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.3s ease;
}

#back-to-top:hover {
    background-color: #57a7b3;
}

#scroll-percentage {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    top: -50px;
    right: 0px;
    height: 48px;
    width: 48px;
    padding: 0;
    background: #57a7b3;
    position: absolute;
    font-size: 15px;
    color: #fff;
}

.page-nav {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

.background-img img {
    width: 100%;
    height: 150px;
    display: block;
    background: #57a7b3;
}

.overlay-text {
    position: absolute;
    top: 30%;
    text-align: center;
    z-index: 2;
}

.overlay-text h2 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.overlay-text ul li {
    display: inline-block;
    font-size: 18px;
    margin-top: 10px;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #57a7b3 !important;
}

/*** 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,
.btn.btn-outline-primary:hover {
    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.sticky-top {
    transition: .5s;
} */

/* .navbar .navbar-brand,
.navbar a.btn {
    width: 270px;
    height: 75px;
} */

/* .navbar .navbar-nav .nav-link {
    padding: 0px 10px;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    outline: none;
    border-bottom: 2px solid #006cd2;
} */
/* #registration-box .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #006cd2;
    border-color: #dee2e6 #dee2e6 #fff;
} */
/* #registration-box ul{
    padding-left: 40px;
    
} */
/* #registration-box  .nav-link {
    
    font-weight: bold;
    color: #f15104;
} */
/* #registration-box div#accordionInvestor {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
} */
/* #registration-box thead, #registration-box tbody, #registration-box tfoot, #registration-box tr, #registration-box td, #registration-box th {
    border-color: #1d3e5e;
} */

/* .navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
        border-bottom: 2px solid #ffe0d6;
        color: #ffe0d6 !important;
} */
/* .dropdown-item:hover,
.dropdown-item.active {
        background-color: #E91E63;
        color: #fff;
} */
/* .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
} */

/* @media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
    .header-carousel .owl-carousel-item {
       min-height: 1260px;
   }
    .navbar .navbar-brand, .navbar a.btn {
        width: 45%;
    }
    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
        color: #ff710f !important;
    border: none; }
    .display-3 {
        font-size: 27px;
    }    
    
} */

/* @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        width: 300px;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
} */


/*** Header ***/
/* .owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
} */

/* @media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        justify-content: center;
        position: relative;
        min-height: 1200px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
    }
} */

/* .header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */

/* .header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 55px;
    height: 55px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
} */

/* .header-carousel .owl-dots .owl-dot.active {
    width: 55px;
    height: 55px;
} */

/* .header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
} */

/* .header-carousel .owl-dots .owl-dot video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
} */
/* .page-header {
    position: relative;
    background: #E91E63;
    background-size: cover;
} */


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

/* #banner .owl-nav.disabled {
    display: none;
} */

/*** About ***/
/* @media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
} */

/* @media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
} */

/* @media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
} */


/*** Service ***/
/* .service-item {
    padding: 7px;
   background-color: #fff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
} */

/* .service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
} */

/* .service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
} */


/*** Feature ***/
/* @media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
} */

/* @media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
} */

/* @media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
} */


/*** Project Portfolio ***/
/* #portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .1s;
    border-bottom: 3px solid #143f5b;
} */

/* #portfolio-flters li:hover,
#portfolio-flters li.active {
    color: #ff580b;
    border-color: #ff6610;
} */

/* .portfolio-img {
    position: relative;
} */

/* .portfolio-img::before, .portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: rgb(0, 0, 0, 0.6);
    transition: .20s;
    z-index: 2;
} */

/* .portfolio-img::before {
    left: 50%;
} */

/* .portfolio-img::after {
    right: 50%;
} */

/* .portfolio-item:hover .portfolio-img::before {
    width: 100%;
    left: 0;
} */

/* .portfolio-item:hover .portfolio-img::after {
    width: 100%;
    right: 0;
} */

/* .portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .10s;
} */

/* .portfolio-item:hover .portfolio-btn {
    opacity: 2;
    transition-delay: .10s;
} */


/*** Quote ***/
/* @media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
} */

/* @media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
} */

/* @media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
} */


/*** Footer ***/
/* .footer {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),  url(../img/wp2395146.jpg) center center no-repeat;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
} */
/* .footeraddresstitle {
    text-transform: uppercase;
    color: #E91E63;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
} */
/* .footeraddress {
    margin-bottom: 5px;
} */
/* .footeremail {
    margin-bottom: 5px;
} */
/* .footerphone {
    margin-bottom: 5px;
} */
/* .footer .btn.btn-social {
    margin-right: 5px;
    color: #E91E63;
    border: 2px solid #E91E63;
    border-radius: 38px;
    transition: .3s;
} */
/* .bottomfooter {
    background-color: #0b3c6f;
    padding: 10px;
    color: #fff;
} */
/* .footer .btn.btn-social:hover {
    color: #fff !important;
    border-color: #0d3c72;
    background-color: #E91E63;
} */

/* .footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    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;
    margin-right: 10px;
} */

/* .footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
} */

/* .footer .copyright {
   border: none;
    padding: 25px 0;
} */
/* .footerlink {
    color: #fff;
    display: grid;
} */
/* .logofootr {
    gap: 20px;
    display: flex;
} */
/* .logofooterbox {
    width: 100px;
    height: 100px;
} */
/* .logofootr img.hospitallogo {
    width: 90px;
    height: 90px;
} */
/* .logofootr .textfooterbox {
    font-size: 18px;
    font-weight: 600;
} */
/* .drnamefooter{
    color: #fff;
    font-size: 20px;
} */
/* .drphone{
    color: #fff;
    font-size: 20px;
} */
/* .footeraddresstitle a{
    font-size: 18px;
} */