/********** Template CSS **********/

:root {
    --bg-primary: #2b577c;
    --bs-secondary: #61b7d6;
    --light: #61b7d6;

}


.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    color: #2b577c;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;


}

.btn-primary,
.btn-outline-secondary:hover {
    color: white;
    background-color: #2b577c;
}

.btn-square {
    width: 38px;
    height: 38px;
    background-color: #2b577c;
}

.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;
}

.btn1 {
    background-color: #2b577c;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin-right: 38px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #61b7d6;
}

.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;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        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;
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: white;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: larger;
}

.size {
    font-size: larger;
}

.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: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #2b577c;
}

.copyright a {
    color: whitesmoke;
    font-size: medium;
}

.copyright a:hover {
    color: rgba(153, 193, 216, 255);
}

.background {
    background-color: #61b7d6;
}

.back-to-top {
    background-color: #2b577c;
}


/****Feature Start*****/

.heading2 {

    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #2b577c;
}


/*** Section Header ***/
.section-header {
    position: relative;
    padding-top: 25px;
}

.section-header::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 4px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #2b577c;
}

.section-header::after {
    position: absolute;
    content: "";
    width: 95px;
    height: 3px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #61b7d6;
}

.section-header.text-start::before,
.section-header.text-start::after {
    left: 0;
    transform: translateX(0);
}


/*----------------Hero---------------*/

.hero {
    padding-bottom: 50px;
}

.hero.hero-normal {
    padding-bottom: 30px;
}

.hero.hero-normal .hero__categories {
    position: relative;
}

.hero.hero-normal .hero__categories ul {
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
    width: 100%;
    z-index: 9;
    background: #ffffff;
}

.hero.hero-normal .hero__search {
    margin-bottom: 0;
}

.hero__categories__all {

    position: relative;
    padding: 10px 25px 10px 40px;
    cursor: pointer;
    background-color: #61b7d6;
}


.hero__categories__all i {
    font-size: 28px;
    color: black;
    margin-right: 10px;
}

.hero__categories__all span {
    font-size: 28px;
    font-weight: 700;
    color: black;

}

.hero__categories__all:after {
    position: absolute;
    right: 18px;
    top: 9px;

    font-family: "ElegantIcons";
    font-size: 28px;

}

.hero__categories ul {
    border: 1px solid #ebebeb;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 12px;
}

.hero__categories ul li {
    list-style: none;
}

.hero__categories ul li a {
    font-size: 20px;
    color: #1c1c1c;
    line-height: 39px;
    display: block;
    font-weight: 400;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-bottom: 1px solid gray;
}

/*** Para ****/
.para1 {
    font-size: larger;
    line-height: 170%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/*** Para ****/

/****CT-Scan***/

img.animated.pulse {
    animation-duration: 5s;
}

/****CT-Scan***/

.star {
    color: #2b577c;
}

.list li {
    font-size: 20px;
    margin-bottom: 10px;
}

.list li i {
    font-size: smaller;
}

.zoomIn {
    animation-duration: 2s !important;
}

/*** Product  Hover***/
.product-item {
    transition: .1s;
    border-radius: 7px;
}

.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 33px rgb(195, 214, 224);
}

.product-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}

/*** Product  Hover***/



/***Certificate Css***/


.card1 {
    transition: 0.5s;
    cursor: pointer;
}

.card-title {
    font-size: 15px;
    transition: 1s;
    cursor: pointer;
}

.card-title i:hover {
    transform: scale(1.25) rotate(100deg);
    color: #18d4ca;

}

.card1:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.card-text {
    height: 80px;
}

.card1::before,
.card1::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}

.card1::before {
    transform-origin: left top;
}

.card1::after {
    transform-origin: right bottom;
}

.card1:hover::before,
.card1:hover::after,
.card1:focus::before,
.card1:focus::after {
    transform: scale3d(1, 1, 1);
}

/* contact section */
.contact_section .heading_container {
    margin-bottom: 25px;
}

.contact_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_section .detail-box {
    width: 250px;
}

.contact_section .detail-box p {
    margin-top: 5px;
}

.contact_section .contact-form h5 {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.contact_section .contact-form .top_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact_section .contact-form .top_input input {
    width: 48%;
}

.contact_section .contact-form input {
    width: 100%;
    margin: 10px 0;
    height: 45px;
    padding-left: 15px;
    border: none;
    outline: none;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.contact_section .contact-form input.message_input {
    height: 125px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
    color: #acabab;
}

.contact_section .contact-form input:-ms-input-placeholder {
    color: #acabab;
}

.contact_section .contact-form input::-ms-input-placeholder {
    color: #acabab;
}

.contact_section .contact-form input::placeholder {
    color: #acabab;
}

.contact_section .contact-form .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
}

.contact_section .contact-form .btn-box button {
    display: inline-block;
    background-color: #2b577c;
    color: #ffffff;
    padding: 10px 65px;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.contact_section .contact-form .btn-box button:hover {
    background-color: #61b7d6;
}

/* end contact section */

* {
    transition: .5s;
}

.h-100 {
    height: !important;
}

.align-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.column {
    margin-top: 3rem;
    padding-left: 3rem;

    &:hover {
        padding-left: 0;

        .card .txt {
            margin-left: 1rem;

            h1,
            p {
                color: rgba(255, 255, 255, 1);
                opacity: 1;
            }
        }

        a {
            color: rgba(255, 255, 255, 1);

            &:after {
                width: 10%;
            }
        }
    }
}

.card-2 {
    min-height: 170px;
    margin: 0;
    padding: 1.7rem 1.2rem;
    border: none;
    border-radius: 0;
    color: rgba(0, 0, 0, 1);
    letter-spacing: .05rem;
    font-family: 'Oswald', sans-serif;
    box-shadow: 0 0 21px rgba(0, 0, 0, .27);

    .txt {
        margin-left: -3rem;
        z-index: 1;


    }
}

.location {
    color: #61b7d6;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    transition: all ease-in-out 0.4s;
    background: #fff;
}

.services .icon-box .icon {
    margin-bottom: 10px;
}

.services .icon-box .icon i {
    color: #47b2e4;
    font-size: 36px;
    transition: 0.3s;
}

.services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
}

.services .icon-box h4 a {
    color: #37517e;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
    color: #47b2e4;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f3f5fa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h3 {
    font-size: 27px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2b577c;
}

.section-title h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 52px;
    height: 4px;
    background: #61b7d6;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*====Section-title=======*/
@media (max-width: 768px) {
    .section-title h4 {
        font-size: large;
    }
}

/*====Section-title=======*/

/*====Section-title=======*/
@media (max-width: 768px) {
    h2 {
        font-size: x-large;
    }
}

/*====Section-title=======*/