﻿body {
    font-family: 'Montserrat', sans-serif;
    background-color: white;
    position: relative;
    height: unset;
    padding-bottom: 4%;
}

    body:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }

    body.offcanvas-menu:before {
        opacity: 1;
        z-index: 1002;
        visibility: visible;
    }

p {
    color: #111C24;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.card .card-body .col a {
    color: #1e9bd8 !important;
}

a {
    text-decoration: none;
    color: #1e9bd8;
}

    a:hover {
        text-decoration: none !important;
        color: #1e9bd8;
    }

.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.site-navbar-wrap {
    position: relative;
    z-index: 99;
    width: 100%;
    left: 0;
}

    .site-navbar-wrap a {
        color: black;
        /*        display: block;
        font-size: 1.2rem;
        text-decoration: none;
        color: #000;
        display: block;
        text-align: center;
        letter-spacing: 0;
        line-height: 27px;
        font-weight: 500;*/
    }

    .site-navbar-wrap .site-navbar-top {
        font-size: 0.8rem;
    }

.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
}

    .site-navbar .site-logo {
        font-weight: 200;
        line-height: 0;
        top: -15px;
        position: relative;
    }

        .site-navbar .site-logo a {
            font-weight: 200;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
        }

    .site-navbar .site-navigation .site-menu {
        margin-bottom: 0;
    }

        .site-navbar .site-navigation .site-menu a {
            text-decoration: none !important;
            display: inline-block;
            font-weight: 500;
        }

        .site-navbar .site-navigation .site-menu > li {
            display: inline-block;
            padding: 10px 5px;
        }

            .site-navbar .site-navigation .site-menu > li > a {
                padding: 20px 10px;
                color: #414141;
                font-size: 16px;
                font-weight: bold;
                text-decoration: none !important;
            }

                .site-navbar .site-navigation .site-menu > li > a.active {
                    color: #243668;
                }

                .site-navbar .site-navigation .site-menu > li > a:hover {
                    color: #243668;
                }

            .site-navbar .site-navigation .site-menu > li:last-child {
                padding-right: 0;
            }

                .site-navbar .site-navigation .site-menu > li:last-child > a {
                    padding-right: 0;
                }

        .site-navbar .site-navigation .site-menu .has-children {
            position: relative;
        }

            .site-navbar .site-navigation .site-menu .has-children > a {
                position: relative;
                padding-right: 20px;
            }

                .site-navbar .site-navigation .site-menu .has-children > a:before {
                    position: absolute;
                    content: "\e313";
                    font-size: 16px;
                    top: 50%;
                    right: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-family: 'icomoon';
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown {
                visibility: hidden;
                opacity: 0;
                top: 100%;
                position: absolute;
                text-align: left;
                -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
                box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
                padding: 0px 0;
                margin-top: 20px;
                margin-left: 0px;
                background: #fff;
                -webkit-transition: 0.2s 0s;
                -o-transition: 0.2s 0s;
                transition: 0.2s 0s;
                border-radius: 4px;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                    position: absolute;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                        bottom: 100%;
                        left: 20%;
                        border: solid transparent;
                        content: " ";
                        height: 0;
                        width: 0;
                        position: absolute;
                        pointer-events: none;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                        border-color: rgba(136, 183, 213, 0);
                        border-bottom-color: #fff;
                        border-width: 10px;
                        margin-left: -10px;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                    font-size: 14px;
                    text-transform: none;
                    letter-spacing: normal;
                    -webkit-transition: 0s all;
                    -o-transition: 0s all;
                    transition: 0s all;
                    color: #343a40;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
                        color: #007bff;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
                    color: #fff !important;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    min-width: 200px;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
                        border-top-left-radius: 4px;
                        border-top-right-radius: 4px;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
                        border-bottom-left-radius: 4px;
                        border-bottom-right-radius: 4px;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                        padding: 9px 20px;
                        display: block;
                    }

                        .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                            background: #ebeef0;
                            color: #212529;
                        }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                        content: "\e315";
                        right: 20px;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                        left: 100%;
                        top: 0;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
                        background: #ebeef0;
                        color: #212529;
                    }

            .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
                color: #243668
            }

            .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
                cursor: pointer;
            }

                .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                    -webkit-transition-delay: 0s;
                    -o-transition-delay: 0s;
                    transition-delay: 0s;
                    margin-top: 0px;
                    visibility: visible;
                    opacity: 1;
                }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
            font-size: 30px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 0px;
            line-height: 1;
            cursor: pointer;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
                color: #dee2e6;
            }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
                max-width: 70px;
            }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
                text-decoration: none;
            }

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529;
    }

        .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
            color: #007bff;
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li.active > a {
            color: #007bff;
        }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #f8f9fa;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: "icomoon";
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

        .site-mobile-menu .site-nav-wrap > li > a {
            padding-left: 20px;
            font-size: 20px;
        }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding-left: 40px;
                    font-size: 16px;
                }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }



.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
    background-color: white;
}

    .sticky-wrapper + .site-blocks-cover {
        margin-top: 96px;
    }

    .sticky-wrapper .site-navbar {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

        .sticky-wrapper .site-navbar ul li.active a {
            color: #fff;
        }

    .sticky-wrapper.is-sticky .site-navbar {
        background-color: white;
    }

        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
            display: inline-block;
            padding: 10px 5px;
        }

            .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
                padding-right: 0;
            }

                .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
                    padding-right: 0;
                }

            .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
                padding-right: 20px;
            }

            .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
                padding: 20px 10px;
                color: #414141;
                font-size: 16px;
                font-weight: bold;
                text-decoration: none !important;
            }

                .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
                    color: #243668 !important;
                }

                .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
                    color: #243668 !important;
                }

            .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
                color: #243668
            }

.footer-section {
    background: #C3D040;
    position: absolute;
    width: 100%;
    padding-top: 10%;
}

.footer-cta {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    display: inline-block;
}

    .cta-text h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: white;
        font-size: 15px;
    }

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo img {
        max-width: 200px;
    }

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}


.footer-widget ul {
    padding: 0px !important;
}

    .footer-widget ul li {
        display: inline-block;
        float: left;
        width: 100%;
        margin-bottom: 12px;
    }

        .footer-widget ul li a:hover {
            color: white;
        }

        .footer-widget ul li a {
            color: white;
            font-weight: 300;
            font-size: 12px;
        }

.subscribe-form {
    position: relative;
    overflow: hidden;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
        color: #fff;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #ff5e14;
        padding: 13px 20px;
        border: 1px solid #ff5e14;
        top: 0;
    }

        .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }

.copyright-area {
    background: #C3D040;
    padding: 25px 0;
}

.copyright-text {
    display: flex;
    place-content: space-between;
}

    .copyright-text p {
        margin: 0;
        font-size: 12px;
        color: white;
    }

.single-cta img {
    width: 80%;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: #ff5e14;
    }

    .footer-menu li a {
        font-size: 14px;
        color: #878787;
    }

.container {
    padding: 0;
}

.site-navbar.site-navbar-target.js-sticky-header {
    padding: 1% 2.5%;
    background-color: #00AEEF;
}

.appointment {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2% 0 0 0;
}

    .appointment .content {
        background: #d9f3fd;
        padding: 40px;
        width: 100%;
        text-align: center;
    }

        .appointment .content header h1 {
            font-size: 24px;
            font-weight: bold;
            text-align: left;
            color: #00aeef;
            margin-top: 0;
        }

        .appointment .content p {
            font-size: 16px;
            text-align: left;
            color: grey;
            margin-top: 0;
        }

        .appointment .content section {
            color: var(--p-color);
            font-size: 15px;
        }

        .appointment .content footer {
            padding: var(--padding-15);
        }

            .appointment .content footer input {
                border: unset;
                background-color: white;
                padding: 20px;
                font-size: 13px;
                border-radius: var(--radius-50);
                width: 90%;
                text-align: left;
                float: left;
            }

            .appointment .content footer button {
                background-color: #00aeef;
                color: #fff;
                border: unset;
                width: 10%;
                border-radius: var(--radius-50);
                /* padding: var(--padding-15); */
                /* margin-left: 10px; */
                cursor: pointer;
                /* height: 100%; */
                /* background-size: 100%; */
                padding: 3px;
                font-size: 36px;
                margin: 0;
            }

            .appointment .content footer input:focus, .wrapper .content footer button:focus {
                outline: none;
            }

.site-navbar-wrap .wrapper {
    display: none !important;
}


.menu ul li:hover a {
    background: #0c1746;
    color: white;
}

    .menu ul li:hover a:hover {
        color: white;
    }

.menu ul li:hover > ul {
    visibility: visible;
    position: relative;
    left: 0;
}

.menu a {
    display: block;
    background: #00AEEF;
    padding: 15px;
    color: white;
    text-decoration: none;
    text-align: center;
}

    .menu a:hover {
        background: #0c1746;
        color: white;
    }

.menu .sub-menu li > a {
    background: #0c1746;
    color: white;
}

.menu .sub-menu > a:after {
    content: "+";
    padding-left: 5px;
}

.about-us-container {
    margin-bottom: 10%;
}

.navbar-nav .nav-link {
    display: block;
    text-decoration: none;
    color: white;
    padding: 13px 20px 13px 20px;
    display: block;
    text-align: center;
    letter-spacing: 0;
    line-height: 27px;
    font-size: 15px;
    font-weight: 500;
}

.dropdown-toggle::after {
    display: none;
}
/*.nav-link:focus, .nav-link:hover {
    color: white !important;
}
.page-item.active .page-link {
    background-color: #1e9bd8 !important;
}*/
.dropdown:hover ul.dropdown-menu {
    display: block;
    margin: 0;
}

.dropdown:hover > a {
    color: white !important;
}



.site-navbar-wrap {
}


.dropdown-menu {
    border-top: 4px solid #1e9bd8;
}



.dropdown-toggle::after {
    display: none !important;
}

.dropdown:hover {
}

    .dropdown:hover .nav-link {
        color: white !important;
    }



.what-we-do {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 2.5% 0;
    justify-content: space-evenly;
    text-align: left;
}

    .what-we-do .def-link {
        width: 23.5%;
        padding: 1%;
        margin: 1% 0;
        display: flex;
        background-color: #ebeef2;
        flex-direction: column;
        justify-content: space-evenly;
    }

        .what-we-do .def-link header img {
            width: 35% !important;
            padding: 5%;
        }


        .what-we-do .def-link section h4 {
            font-size: 14pt;
            margin-top: 0;
            color: #002060;
            font-weight: bold;
            padding: 0px 5% 10px;
        }

        .what-we-do .def-link section p {
            margin-top: 12px;
            font-size: 12pt;
            color: grey;
            padding: 0px 5% 10px;
        }

.ctaHomeButton {
    padding: 10px 20px;
    background-color: #1e9bd8;
    color: white;
    display: block;
    margin: auto;
    font-weight: bold;
    font-size: 14px;
}

    .ctaHomeButton:after {
        content: "";
        margin: 0.3em 0.5em;
        display: block;
        border: 7px solid transparent;
        border-left: 8px solid white;
        border-right: 0 none;
        float: right;
    }

/*.carousel-slider-wrapper-2 {
    display: none;
}*/

.carousel-inner > .carousel-item {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}

.column-program-1 {
    width: 60%;
    padding-right: 3%;
}

.column-program-2 {
    width: 35%;
}

    .column-program-2 img {
        width: 100%;
        align-self: center;
    }


/* Clear floats after the columns */
.row-program {
    display: flex;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 5%;
}

.bottom-space {
    margin-bottom: 5%;
}

.single-cta {
    width: 9.3%;
    padding: 5px;
    height: 30px;
}

    .single-cta img {
        width: 80%;
        vertical-align: bottom !important;
    }


.contactContainer {
    width: 30%;
    margin: auto;
    padding: 5% 0;
}

.cookie-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 1rem 2rem;
    background: black;
    opacity: 0.9;
    transition: all .75s cubic-bezier(.19,1,.22,1);
    z-index: 999;
}

.cookie-container {
    width: 60%;
    margin: auto;
    color: white;
}

.innerCookie {
    color: white;
    font-size: 14px;
}

.cookie-box--hide {
    opacity: 0;
    bottom: -100%;
}

.cookie-button {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
}


.home-container {
    height: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.spacer-h, .spacer-xh {
    width: 100%;
    padding-top: 6rem;
}

.spacer-xxs {
    width: 100%;
    padding-top: .5rem;
}

.spacer-xs {
    width: 100%;
    padding-top: 1rem;
}

.home-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

    .home-grid .home-title {
        grid-area: 1 / 1 / 2 / 12;
        align-self: center;
    }

        .home-grid .home-title h2 {
            transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
            opacity: 1;
            transform-style: preserve-3d;
            font-size: 2.5rem;
            line-height: 1;
            letter-spacing: -.5px;
            text-transform: capitalize;
            margin-top: 0;
            margin-bottom: 0;
        }

    .home-grid .home-subtitle {
        grid-area: 2 / 1 / 3 / 9;
        align-self: center;
    }

        .home-grid .home-subtitle p {
            transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
            opacity: 1;
            transform-style: preserve-3d;
            font-size: 1.15rem;
            line-height: 1.35;
            padding-top: 2.5%;
        }

.product-layout {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

    .product-layout div {
        grid-area: span 1 / span 1 / span 1 / span 1;
        flex-flow: column;
        justify-content: space-between;
        display: flex;
    }

.benefit-layout {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

    .benefit-layout div {
        grid-area: span 1 / span 1 / span 1 / span 1;
        flex-flow: column;
        justify-content: space-between;
        display: flex;
    }

.blog-layout {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

    .blog-layout div {
        grid-area: span 1 / span 1 / span 1 / span 1;
        flex-flow: column;
        justify-content: space-between;
        display: flex;
    }

.news-layout {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

    .news-layout div {
        grid-area: span 1 / span 1 / span 1 / span 1;
        flex-flow: column;
        justify-content: space-between;
        display: flex;
    }

.product-image-container {
    aspect-ratio: 3 / 2;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

    .product-image-container img {
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        max-width: 100%;
        display: inline-block;
    }

.benefit-image-container {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    text-align: center;
    align-items: center;
}

    .benefit-image-container img {
        margin-bottom:5%;
        inset: 0;
        width: 40% !important;
    }

.blog-image-container {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    text-align: center;
    align-items: center;
}

    .blog-image-container img {
        margin-bottom: 5%;
        inset: 0;
    }

.single-blog-button {
    border-radius: 10px;
    border: 1px solid;
    padding: 6px 41px;
    padding-left: 5px;
    padding-right: 80px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-self: flex-end;
    width: 60%;
}

    .single-blog-button:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border: 2px solid;
        border-color: #1e9bd8;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-left: 0;
        border-bottom: 0;
        margin-top: 10px;
        right: 20px;
    }

.single-product-header {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 26px;
    color: #000000;
}

.single-benefit-header {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
    text-align:center;
}

.single-blog-header {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
    text-align: left;
}

.single-blog-header p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
    text-align: left;
}


.news-image-container {
    aspect-ratio: 3 / 2;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

    .news-image-container img {
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        max-width: 100%;
        display: inline-block;
    }

.single-news-header {
    font-size: 1.75rem;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
    color: #212529;
}

.brands-section {
    background-color: #1e9bd8;
    color: #f6f8fd;
    overflow: hidden;
}

.brands-flags {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    padding-top: 10%;
}

.flag-text {
    color: white;
    font-size: 14px;
}

.is-flag {
    width: 10%;
}


.rating {
    width: 320px;
    min-height: 450px;
    padding:2% 2%;
    border-radius: 12px;
    background: #fff;
    opacity: 0.3;
    transform: scale3d(0.8, 0.8, 1);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-in-out;
}

.rating-rate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}


.rating-user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    margin-bottom: 26px;
}

.rating-user--avatar {
    width: 60px;
    border-radius: 50px;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.06);
}

.rating-user--name {
    font-size: 16px;
    color: #374151;
    font-weight: 600;
}

.rating-user--position {
    font-size: 12px;
    color: #00aeef;
}

.rating-rate .quate {
    width: 20px;
    margin-bottom: 12px;
}

.rating-rate .rating-message {
    width: 100%;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 12px;
}

.rating-rate .rating-star {
    display: flex;
}

    .rating-rate .rating-star .feather-icon {
        stroke: none;
        fill: #00aeef;
    }

.rating-carousel {
    padding: 20px 0 10px;
}

    .rating-carousel .carousel-cell {
        width: 320px;
        margin-right: 16px;
    }

    .rating-carousel .flickity-page-dots {
        bottom: -20px;
    }

    .rating-carousel .carousel-cell.is-selected .rating {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

.post-carousel {
    padding: 20px 0 10px;
}

    .post-carousel .carousel-cell {
        width: 320px;
        margin-right: 16px;
    }

    .post-carousel .flickity-page-dots {
        bottom: -20px;
    }

    .post-carousel .carousel-cell.is-selected .rating {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

.section_home_clients {
    margin: 2.5% 0;
}


.product-container {
    padding: 2% 0;
    display: flex;
    flex-direction: row;
}


.surdurulebilirlik-container {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    padding: 0 10px;
}

    .surdurulebilirlik-container img {
        width: 100% !important;
        object-fit: cover;
    }

    .surdurulebilirlik-container .surdurulebilirlik-left-panel {
        padding: 2% 0;
        width: 65%;
        display: flex;
        flex-direction: column;
    }

    .surdurulebilirlik-container .surdurulebilirlik-right-panel {
        width: 35%;
        padding: 2% 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

.product-container div {
    display: flex;
    flex-direction: column;
}

    .product-container div a {
        width: 35%;
        padding: 10px 40px;
        text-align: center;
        background-color: rgba(0, 158, 226, .4);
        color: white !important;
        border-radius: 10px;
        margin-top: 4%;
        cursor: pointer;
    }



.product-container img {
    width: 30% !important;
    object-fit: cover;
}


.news-container {
    height: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.ourNews-container {
    padding: 2% 0;
    margin-bottom: 10%;
}

    .ourNews-container div {
        display: block;
    }



    .ourNews-container img {
        width: 40% !important;
        object-fit: cover;
        float: left;
        padding: 1%;
    }


    .ourNews-container .def-content {
        padding: 0;
    }

.news-container {
    height: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.hizmetlerimiz-container {
    padding: 3% 0;
    display: flex;
    flex-direction: row;
    gap: 5%;
}


    .hizmetlerimiz-container div {
        display: flex;
        flex-direction: column;
    }

        .hizmetlerimiz-container div a {
            /* width: 35%;
            padding: 10px 40px;
            text-align: center;
            background-color: rgba(0, 158, 226, .4);
            color: white !important;
            border-radius: 10px;
            margin-top: 4%;
            cursor: pointer;*/
        }

textarea#message {
    min-height: 200px;
}

#register-Contact {
    width: 100%;
    padding: 10px 40px;
    text-align: center;
    background-color: rgba(0, 158, 226, 1);
    color: white !important;
    border-radius: 10px;
    margin-top: 4%;
    cursor: pointer;
}

#register-HizliTeklif {
    width: 100%;
    padding: 10px 40px;
    text-align: center;
    background-color: rgba(0, 158, 226, 1);
    color: white !important;
    border-radius: 10px;
    margin-top: 4%;
    cursor: pointer;
}


.hizmetlerimiz-container img {
    width: 30% !important;
    object-fit: cover;
}



.inner-product-image-container {
    text-align: center;
    background-color: #009EE2;
    padding: 5%;
    min-height: 250px;
}

    .inner-product-image-container img {
        width: 50% !important;
        align-self: center;
    }


.inner-news-image-container {
    text-align: center;
    background-color: #1F1F41;
    padding: 5%;
    min-height: 275px;
}

    .inner-news-image-container img {
        width: 100% !important;
        align-self: center;
    }

.single-inner-product-header {
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
    color: white;
}

.single-inner-news-header {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
    color: white;
    text-align: left;
    padding: 0 0 10px 0;
}


.inner-product-text {
    min-height: 50px;
    background-color: #245388;
    color: white;
    padding: 5%;
}

.inner-news-text {
    min-height: 50px;
    background-color: #1C1E31;
    color: white;
    padding: 5%;
}


.branches-container {
    grid-auto-columns: 1fr;
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.branch {
    display: none;
    border: 1px solid #d3daef;
    background-color: #f6f8fd;
    border-radius: 4px;
    height: 100%;
    padding: 1.5rem 1.5rem 2rem;
    position: relative;
}

    .branch.show {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
    }

    .branch a {
        color: black;
        font-weight: bold;
    }

        .branch a:hover {
            color: black !important;
            font-weight: bold;
        }

    .branch .wrap .heading-style-xxs {
        color: #5e6e9d;
        text-transform: uppercase;
        font-size: .75rem;
        line-height: 1.4;
    }

.h1-def-title {
    padding: 1rem 3rem;
    padding-top: 2rem;
    font-size: 28px;
    font-weight: bold;
    color: #009EE2;
}

.def-title {
    padding: 1rem 3rem;
    font-size: 24px;
    font-weight: 400;
}

.contact-button {
    width: 100%;
    padding: 10px 40px;
    text-align: center;
    background-color: rgba(0, 158, 226, .4);
    color: white !important;
    border-radius: 10px;
    margin-top: 4%;
    cursor: pointer;
}

.bupa-grid-container {
    display: grid;
    gap: 2.5px;
    grid-template-columns: auto auto auto;
}

    .bupa-grid-container > div {
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        font-size: 30px;
        padding-right: 5px;
    }

        .bupa-grid-container > div img {
            margin-top: 8px;
            vertical-align: middle;
            width: 100%;
            height: 98%;
        }


    .bupa-grid-container .item1 {
        grid-column: 1 / 3;
        grid-row: 1;
    }

.aboutUs-grid-container {
    display: grid;
    gap: 2.5px;
    grid-template-columns: auto auto auto;
}

    .aboutUs-grid-container > div {
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        font-size: 30px;
        padding-right: 5px;
    }

        .aboutUs-grid-container > div img {
            margin-top: 8px;
            vertical-align: middle;
            width: 100%;
            height: 98%;
        }


    .aboutUs-grid-container .item1 {
        grid-column: 1 / 3;
        grid-row: 1;
    }

.brandImage {
    background-color: white;
    border-radius: 10px;
}

.container_market {
    text-align: center;
}

#fixedbutton {
    width: 7.5%;
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 99999;
}




@media screen and (max-width: 720px) {

    .hizli-teklif-al-container {
        display: none !important;
    }

    .hizmetlerimiz-container .def-content {
        padding: 5% 0;
    }

    .branch.show {
        width: 100% !important;
    }

    .branches-container {
        grid-auto-columns: 1fr;
        display: grid;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        width: auto;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .news-container {
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .news-layout {
        display: grid;
        grid-auto-columns: 1fr;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        width: 100%;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .surdurulebilirlik-container {
        display: flex;
        flex-direction: column;
        padding: 0 5%;
    }


        .surdurulebilirlik-container .surdurulebilirlik-left-panel {
            width: 100%;
        }

            .surdurulebilirlik-container .surdurulebilirlik-left-panel .def-content {
                padding: 0;
            }


        .surdurulebilirlik-container .surdurulebilirlik-right-panel {
            width: 100%;
        }

    .home-container {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 2rem;
    }

    .hizmetlerimiz-container {
        padding: 3% 3%;
        flex-direction: column;
    }

        .hizmetlerimiz-container:first {
            flex-direction: column-reverse;
        }

        .hizmetlerimiz-container img {
            width: 100% !important;
        }

        .hizmetlerimiz-container div a {
            width: 100%;
            margin: auto;
            margin-top: 3%;
        }


    .home-grid {
        display: block;
    }

        .home-grid .home-title h2 {
            line-height: 1.2;
        }

    .spacer-h, .spacer-xh {
        padding-top: 2rem;
    }



    .site-navbar.site-navbar-target.js-sticky-header {
        display: none;
    }

    .m-menu__checkbox {
        display: none;
    }

    label.m-menu__toggle {
        cursor: pointer;
        margin-bottom: 0;
    }

    .product-container img {
        display: none !important;
    }

    .product-layout {
        grid-template-columns: 1fr;
    }

    .benefit-layout {
        grid-template-columns: 1fr;
    }

    .section_home_clients {
        margin: 10% 0;
    }

    .brands-flags {
        flex-wrap: wrap;
    }

    .is-flag {
        width: 29%;
    }

    .spacer-xs {
        padding-top: 0.4rem;
    }


    .m-menu {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 450px;
        width: calc(100vw - 30px);
        height: 100%;
        -moz-transform: translate3d(-450px, 0, 0);
        -o-transform: translate3d(-450px, 0, 0);
        -ms-transform: translate3d(-450px, 0, 0);
        -webkit-transform: translate3d(-450px, 0, 0);
        transform: translate3d(-450px, 0, 0);
        -moz-transition: transform 0.35s;
        -o-transition: transform 0.35s;
        -webkit-transition: transform 0.35s;
        transition: transform 0.35s;
        z-index: 99999;
        overflow: hidden;
        background-color: #fff;
    }

    .m-menu__overlay {
        background-color: rgba(103, 103, 103, 0.5);
        position: fixed;
        top: 0;
        width: 100%;
        bottom: 0;
        z-index: 1;
        display: none;
    }

    .m-menu__header {
        padding: 0 16px;
        height: 50px;
        text-align: right;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: space-around;
        -webkit-align-items: center;
        align-items: center;
        border-bottom: 1px solid #e8e8e8;
    }

        .m-menu__header span {
            font-size: 1.2rem;
            font-weight: bold;
            text-align: center;
            width: 100%;
        }

    .m-menu .m-menu {
        -moz-transform: translate3d(480px, 0, 0);
        -o-transform: translate3d(480px, 0, 0);
        -ms-transform: translate3d(480px, 0, 0);
        -webkit-transform: translate3d(480px, 0, 0);
        transform: translate3d(480px, 0, 0);
    }

    .m-menu ul {
        height: 100%;
    }


        .m-menu ul li {
            list-style: none;
        }

            .m-menu ul li a {
                display: block;
                text-align: left;
                padding: 0 15px;
                line-height: 47px;
                text-decoration: none;
                color: #333;
                cursor: pointer;
                font-size: 1rem;
                border-bottom: 1px solid #e8e8e8;
                position: relative;
            }

            .m-menu ul li label {
                display: block;
                text-align: left;
                padding: 0 15px;
                line-height: 47px;
                text-decoration: none;
                color: #333;
                cursor: pointer;
                font-size: 1rem;
                position: relative;
            }

                .m-menu ul li label.a-label__chevron::after {
                    content: "";
                    position: absolute;
                    display: inline-block;
                    height: 10px;
                    width: 10px;
                    border-color: #333;
                    border-style: solid;
                    border-width: 1px 1px 0 0;
                    -moz-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    top: 50%;
                    margin-top: -5px;
                    right: 16px;
                }

            .m-menu ul li .-invisible {
                border-bottom: 0;
            }

    .m-menu .m-menu label.m-menu__toggle {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        border-bottom: 0;
        padding: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .m-menu__checkbox:checked ~ .m-menu__overlay {
        display: block;
    }

    .m-menu__checkbox:checked ~ .m-menu {
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .site-navbar-wrap .wrapper {
        display: flex !important;
    }

    .sticky-wrapper {
        display: none !important;
    }

    .appointment .content {
        margin-right: 20px !important;
        margin-left: 20px !important;
        padding: var(--padding-15);
    }

        .appointment .content footer input {
            width: 200px;
            margin-bottom: 10px;
        }

    h1.my-0.site-logo {
        width: 100%;
    }

    .footer-widget ul {
        display: none;
        padding-left: 5% !important;
    }

        .footer-widget ul.active {
            display: block;
        }

    .footer-widget {
        width: 100%;
    }

    .footer-content .row div {
        padding-bottom: 2%;
        float: left;
    }

    .footer-widget-heading {
        width: 100%;
    }

        .footer-widget-heading h3:after {
            content: "";
            margin: 0 0.5em;
            display: inline-block;
            border: 7px solid transparent;
            border-top: 8px solid white;
            border-bottom: 0 none;
            float: right;
        }

        .footer-widget-heading.active h3:after {
            content: "";
            margin: 0 0.5em;
            display: inline-block;
            border: 7px solid transparent;
            border-bottom: 8px solid white;
            border-top: 0 none;
            float: right;
        }
}

.service-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 2.5% 0 2.5% 0;
    background-color: #f0f0f0;
    align-items: center;
}

.service-detail-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 2.5% 0;
    align-items: center;
    background-color: #f0f0f0;
    place-content: space-evenly;
    padding: 1.5%;
}

.doctor-detail-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 2.5% 0;
    align-items: center;
    background-color: #f0f0f0;
    place-content: space-between;
    padding: 1.5%;
    width: 50%;
    margin: auto;
}

.nav-link-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1% 1% 0 2%;
}

.service-container a.def-link {
    width: 20%;
    padding: 7.5px;
}

.service-detail-container .def-link {
    width: 30%;
    background-color: white;
    margin: 1.5%;
    box-shadow: 10px 10px 10px lightgrey;
    border-radius: 10px 10px 0 0;
}


    .service-detail-container .def-link section {
        padding: 7.5%;
    }

.doctor-detail-container a.def-link {
    width: 20%;
    padding: 7.5px;
}

.doctor-detail-container .def-link {
    width: 30%;
    padding: 2.5%;
    background-color: white;
    margin: 1.5%;
    box-shadow: 10px 10px 10px lightgrey;
}

.def-link .content {
    text-align: center;
}

.section-2-bottom {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00aeef;
}

    .section-2-bottom .content {
        padding: 40px;
        width: 100%;
        max-width: 65%;
        min-width: 200px;
        border-radius: 10px;
        text-align: center;
    }

        .section-2-bottom .content header h1 {
            font-size: 230%;
            margin-top: 0;
        }

.service-detail-container .def-link .content header img {
    width: 40%;
}

.service-detail-container .def-link header img {
    width: 40%;
    border-radius: 10px 10px 0 0;
}

.doctor-detail-container .def-link .content header img {
    width: 40%;
}

.section-2-bottom .content h2 {
    font-size: 30px;
    margin-top: 0;
    color: white;
}


.service-detail-container .def-link .content h4 {
    font-size: 24px;
    margin-top: 0;
    color: #00aeef;
    font-weight: bold;
}

.service-detail-container .def-link h4 {
    font-size: 22px;
    margin-top: 0;
    color: #0c1746;
    font-weight: bold;
    text-align: center;
    margin-top: 5%;
}

.service-detail-container .def-link section p {
    font-size: 16px;
    margin-top: 0;
    color: grey;
    text-align: center;
}


.doctor-detail-container .def-link .content h4 {
    font-size: 24px;
    margin-top: 20px;
    color: #00aeef;
    font-weight: bold;
}

.section-2-bottom .content p {
    font-size: 16px;
    margin-top: 0;
    color: white;
}

    .section-2-bottom .content p a {
        font-size: 18px;
        margin-top: 0;
        color: white;
        text-decoration: underline !important;
    }

.section-2-bottom .content section {
    color: var(--p-color);
    font-size: 15px;
}


@media screen and (max-width: 720px) {
    .section-2-bottom .content {
        margin-right: 20px !important;
        margin-left: 20px !important;
        padding: var(--padding-15);
    }
}

.def-content p {
    color: #414141;
}


.def-content h2 {
    padding-bottom: 2.5%;
}

.language-selector__container {
    float: right;
    padding-left: 5px;
}


    .language-selector__container select {
        background-color: transparent;
        border: none;
        /* border-radius: 5px; */
        box-sizing: border-box;
        color: black;
        display: block;
        /* font-family: SourceSansPro, Helvetica, Arial, sans-serif; */
        /* font-size: 14px; */
        font-weight: 600;
        /* min-width: 80px; */
        /* padding: 0 20px 0 16px; */
        /* position: absolute; */
        /* outline: none;*/
    }

        .language-selector__container select option {
            color: black;
        }

    .language-selector__container label {
        position: relative;
    }

.carousel-slider-wrapper {
    width: 100%;
    margin: 2.5% auto;
    position: relative;
    padding: 2.5% 7.5% 7.5% 7.5%;
    background-color: grey;
}

.carousel-slider-wrapper-2 {
    margin: 10% auto;
    position: relative;
}

.slider-scroller-wrap {
    overflow: hidden;
}

.slider-scroller {
    font-size: 0;
    white-space: nowrap;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
}

.slider-scroller-inner {
    /* transition: .2s ease-out; */
}

.slider-scroller-inner {
    display: flex;
    width: 100%;
    position: relative;
}

    .slider-scroller-inner .item {
        display: inline-block;
        vertical-align: top;
        padding: 5px;
        box-sizing: border-box;
        /* border: 1px solid; */
        cursor: grab;
        text-align: center;
        flex: 0 0 33.33%;
    }

    .slider-scroller-inner .item-2 {
        display: inline-block;
        vertical-align: top;
        padding: 5px;
        box-sizing: border-box;
        text-align: center;
        flex: 0 0 33.33%;
    }

    .slider-scroller-inner .item img {
        max-width: 100%;
    }

    .slider-scroller-inner .item-2 img {
        border: 1px solid #d1d1d2;
        border-radius: 10px;
    }


button.prev {
    left: -40px;
    font-size: 50px;
    font-weight: bold;
    border: none;
    /* box-shadow: 1px 2px 3px #666666; */
    background: transparent;
    color: #1e9bd8;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    height: 70px;
    z-index: 1;
}

button.next {
    right: -40px;
    font-size: 50px;
    font-weight: bold;
    border: none;
    /* box-shadow: 1px 2px 3px #666666; */
    background: transparent;
    color: #1e9bd8;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    height: 70px;
    z-index: 1;
}

button.flickity-button.flickity-prev-next-button.next {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #fff;
}

.flickity-button:focus {
    box-shadow: none;
}

.flickity-button:hover {
    background: none;
    cursor: pointer;
}


.bottom-carousel-title {
    text-align: center;
    padding: 2% 0px 3%;
    color: white;
    font-weight: bold;
}

.bottom-carousel-title2 {
    text-align: center;
    padding: 2% 0px 3%;
    color: #00aeef;
    font-weight: bold;
}

span.icon-search2 {
    color: white;
}

span.icon-question {
    color: white;
}

.service-load-more {
    width: 100%;
    text-align: center;
}

    .service-load-more button {
        border: none;
        padding: 10px 20px;
        background-color: #00aeef;
        border-radius: 20px;
        color: white;
        margin: 5%;
    }



/**************************       Full Width Samples                     **********************************/

.carousel.slide {
    width: 99.5vw;
    position: relative;
    left: calc(-50vw + 50%);
}

.homepageBottom {
    width: 99.5vw;
    position: relative;
    left: calc(-50vw + 50%);
}

    .homepageBottom .content {
        width: 40%;
    }

.innerPage {
    width: 99.5vw;
    position: relative;
    left: calc(-50vw + 50%);
}

.innerPageGrey {
    width: 99.5vw;
    position: relative;
    left: calc(-50vw + 50%);
    background-color: #f0f0f0;
}


.pckMain {
    display: flex;
    flex-direction: column;
}

.pckRow {
    flex-direction: row;
    display: flex;
    place-content: space-between;
    margin-bottom: 5%;
}

.pckColumn {
    width: 33%;
    display: flex;
    flex-direction: column;
}

    .pckColumn img {
        width: 90%
    }

    .pckColumn h3 {
        color: #15b0f0;
        font-size: 26px;
        font-weight: bold;
        padding-bottom: 5%;
    }

    .pckColumn a {
        color: white;
        background-color: #96bf31;
        border-radius: 10px;
        padding: 10px;
        /* bottom: 0; */
        /* position: absolute; */
        /* display: flex; */
        /* margin-top: auto; */
        /* align-items: flex-end; */
        margin-top: auto;
        width: 70%;
    }



.contMain {
    display: flex;
    flex-direction: row;
}

.contRow {
    border-bottom: none;
    padding: 20px;
}

    .contRow h3 {
        font-size: 26px;
        font-weight: bold;
        color: #1e9bd8;
    }

    .contRow a {
        font-size: 12px;
        border-radius: 10px;
        background-color: #d9f3fd;
        padding: 10px 10px;
        font-weight: bold;
        color: #1e9bd8 !important;
    }

.homeTitle {
    font-weight: bold;
}

.contRow div {
    display: flex;
    place-content: start;
    margin-right: 10px;
    width: 100%;
    gap: 30px;
}

.contRow span {
    float: left;
    margin: 5px 10px;
}

.contColumn {
    flex-direction: column;
    display: flex;
    place-content: space-between;
    border: 1px solid #b3b3b3;
}
/*
    .contColumn:first-child {
        border-bottom: 1px solid #b3b3b3;
    }*/

.accordion {
    padding: 0 10px;
}

.accordion-item {
    border: none;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

    .accordion button:hover,
    .accordion button:focus {
        cursor: pointer;
        color: #03b5d2;
    }

        .accordion button:hover::after,
        .accordion button:focus::after {
            cursor: pointer;
            color: #03b5d2;
        }

    .accordion button .accordion-title {
        padding: 1em 1.5em 1em 0;
    }

    .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 0;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }

        .accordion button .icon::before {
            display: block;
            position: absolute;
            content: '';
            top: 9px;
            left: 5px;
            width: 10px;
            height: 2px;
            background: currentColor;
        }

        .accordion button .icon::after {
            display: block;
            position: absolute;
            content: '';
            top: 5px;
            left: 9px;
            width: 2px;
            height: 10px;
            background: currentColor;
        }

    .accordion button[aria-expanded='true'] {
        color: #03b5d2;
    }

        .accordion button[aria-expanded='true'] .icon::after {
            width: 0;
        }

        .accordion button[aria-expanded='true'] + .accordion-content {
            opacity: 1;
            max-height: 10em;
            transition: all 200ms linear;
            will-change: opacity, max-height;
        }

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

    .accordion .accordion-content p {
        font-size: 1rem;
        font-weight: 400;
        margin: 2em 0;
        color: #111C24;
    }

.ctaButton {
    padding: 10px 20px;
    background-color: #1e9bd8;
    color: white;
    border-radius: 5px;
}

.product-container img {
    padding: 1%;
}

@media screen and (max-width: 720px) {
    .def-content {
        padding: 5% 5% 2% 5%;
    }

    .contRow div {
        flex-direction: column;
    }

    h2, .h2 {
        font-size: 1.5rem;
    }

    .single-cta {
        height: unset !important;
    }

    .row-program {
        display: flex;
        width: 100%;
        padding: 0 5%;
        flex-direction: column-reverse;
    }

        .row-program:nth-child(3) {
            display: flex;
            width: 100%;
            padding: 0 5%;
            flex-direction: column;
        }

            .row-program:nth-child(3) .column-program-1 {
                margin: 5% 0 !important;
            }

    .column-program-1 {
        width: 100% !important;
        padding-right: 0% !important;
        margin: 5% 0 !important;
    }

    .column-program-2 {
        width: 100% !important;
        padding-right: 0% !important;
    }

    .what-we-do .def-link {
        width: 100% !important;
        padding: 1%;
        margin: 1% 0;
        display: flex;
        background-color: #ebeef2;
        flex-direction: column;
        justify-content: space-evenly;
    }

        .what-we-do .def-link header img {
            width: 35% !important;
            padding: 5%;
        }


        .what-we-do .def-link section h4 {
            font-size: 14pt;
            margin-top: 0;
            color: #002060;
            font-weight: bold;
            padding: 0px 5% 10px;
        }

        .what-we-do .def-link section p {
            margin-top: 12px;
            font-size: 12pt;
            color: grey;
            padding: 0px 5% 10px;
        }

    .footerRow {
        text-align: center;
        gap: 20px;
    }

    .carousel-slider-wrapper-2 {
        margin: 0 !important;
        position: relative;
    }

    .footerRow div {
        width: 40%;
        margin: auto;
    }

        .footerRow div:first-child {
            width: 100%;
        }


            .footerRow div:first-child div div {
                width: 100%;
            }

    .homepageCard .card {
        width: 100% !important;
    }

    .card-container {
        flex-direction: column !important;
    }

    body {
        padding-bottom: 45%;
    }

    .site-navbar .container .row .col-2 {
        display: none;
    }

    .site-navbar .container .row .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .site-navbar .container .row .col-7 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .site-navigation .container div a {
        color: black !important;
    }

    .site-navbar-top .container {
        padding: 0 10px;
    }

    .appointment {
        flex-direction: column;
    }

        .appointment .content {
            flex: 0 0 100%;
            max-width: 100%;
            padding: 20px !important;
        }

            .appointment .content footer button {
                width: 15%;
            }

            .appointment .content footer input {
                width: 85%;
            }

        .appointment .col-4 {
            flex: 0 0 100%;
            max-width: 100%;
        }

    .service-container {
        margin: 0;
    }

        .service-container .nav-link-container h4 {
            margin-bottom: 0;
            font-size: 18px;
        }

        .service-container .nav-link-container a {
            font-size: 12px;
        }

            .service-container .nav-link-container a span {
                font-size: 25px !important;
            }

    .nav-link-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 1% 1% 0 5%;
    }

    .service-container a.def-link {
        width: 50%;
        padding: 7.5px;
    }

    .section-2-bottom {
        padding: 50px 20px;
    }

        .section-2-bottom .content header img {
            width: 60% !important;
        }

        .section-2-bottom .content {
            max-width: 85%;
        }

    .homepageBottom .content {
        width: 85%;
    }

    .homepageBottom {
        width: 100%;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .copyright-text {
        flex-direction: column;
    }

    .service-detail-container .def-link {
        width: 100%;
    }

    .pckMain {
        padding: 0 20px;
    }

    .pckRow {
        flex-direction: column;
        text-align: center;
    }

    .pckColumn {
        width: 100%;
        margin-bottom: 10%;
    }

        .pckColumn img {
            width: 100%;
        }

        .pckColumn a {
            margin: auto;
            width: 100%;
        }

    .doctor-detail-container {
        width: 100%;
    }

        .doctor-detail-container .def-link {
            width: 100%;
        }

    .contMain {
        flex-direction: column;
    }

    .contColumn {
        width: 100% !important;
    }

    .slider-scroller-inner .item {
        flex: 0 0 100%;
    }

    button.next {
        right: 2.5px;
    }

    button.prev {
        left: 2.5px;
    }

    .slider-scroller-inner .item-2 {
        flex: 0 0 100%;
    }

        .slider-scroller-inner .item-2 img {
            border: 1px solid #d1d1d2;
            border-radius: 10px;
        }


    .navbar-nav {
        display: none;
    }

    div#navbarSupportedContent {
        display: block;
    }
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    right: 3px;
    top: 40%;
}

.dropdown-submenu:hover .dropdown-menu,
.dropdown-submenu:focus .dropdown-menu {
    padding-top: 13px;
    display: block;
    margin-top: -4px;
    margin-left: -1px;
    /* margin-bottom: 10px; */
    top: 0px;
    left: 100%;
    min-height: 102%;
    position: absolute;
}

/*.dropdown-menu {
    min-height: 420px !important;
    background-color: #f1f4f6;
}
*/
.add-to-dropdown-div {
    background-color: white;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: white;
}

#bootstrap-edits .add-to-ul {
    position: relative;
    width: 100%;
    top: 0;
}

#bootstrap-edits .add-to-dropdown-div {
    min-height: 100%;
}

ul.navbar-nav.mr-auto {
    flex-direction: row;
    justify-content: space-between;
}

.dropdown-item {
    padding: 17px 50px 17px 30px;
    text-align: left;
    line-height: 16px;
    letter-spacing: 0;
}

    .dropdown-item:hover {
        background-color: #1e9bd8;
        color: white;
    }

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
    /*   min-height: 300px;*/
}

.dropdown-submenu {
    background-color: white;
    padding: 5px 0;
}

.homepageInfo {
    text-align: center;
    margin: 5% 0;
}

    .homepageInfo h1 {
        color: #000000;
    }

    .homepageInfo span {
        color: #00AEEF;
    }

    .homepageInfo p {
        width: 70%;
        margin: auto;
        padding-top: 2%;
        color: #0c1746;
    }

/*.card-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 10%;
}

.homepageCard .card {
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
    flex-direction: column;
    width: 45%;
    margin: auto;
}

.card .card-body .col p {
    padding: 15px;
}

.card .card-body .col a {
    display: block;
    padding: 20px;
}



.card {
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
}

.card-body {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
}


.card-img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-size: cover;
    width: 100%;
}

.img-tint {
    width: 350px;
    height: 370px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
}

.card-title {
    padding: 1rem;
    padding-top: 20px;
    margin: 0;
}

    .card-title > h4 {
        font-size: 1.3rem;
        font-weight: 500;
        color: #0c1746;
        text-align: center;
        font-weight: bold;
    }

    .card-title > p {
        color: gray;
        font-size: 0.85rem;
        font-weight: 400;
        padding-top: 5px;
    }

.card-content {
    padding: 8px 1rem;
}

    .card-content > p {
        color: #111C24 font-size: 0.9rem;
        font-weight: 400;
        text-align: center;
        color: #0c1746;
    }

.card-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 3px 1rem;
}*/

.footer-left {
    display: flex;
    flex: 1;
    justify-content: space-between;
    place-content: center;
}

    .footer-left > button {
        background: none;
        border: none;
        border-radius: 3px;
        box-sizing: border-box;
        color: #00AEEF;
        cursor: pointer;
        font-size: 0.9rem;
        font-weight: bold;
        padding: 0.6rem 0.7rem;
    }

.menu {
    width: 99.5vw;
    position: relative;
    left: calc(-50vw + 50%);
    background: #00AEEF;
}

    .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }


@media (max-width: 40em) {
    .menu ul li {
        width: 100%;
    }
}

.menu ul li > ul {
    display: flex;
    visibility: hidden;
    position: absolute;
    left: -99999;
    flex-direction: column;
}

    .menu ul li > ul li {
        width: 100%;
        position: relative;
    }

@media (min-width: 40em) {
    .menu ul li > ul li > ul {
        position: absolute !important;
        top: 0;
        left: 100% !important;
    }
}


.platformSection {
    background-color: rgb(195,208,64,0.1);
}

.blueSection {
    background-color: #4DABE9;
    text-align:center;
    color:white;
    margin-bottom:5%;

}

.blueSection h3{
  padding:2%;
  font-weight:700;
}

.platformContainer {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-top: 3%;
}

.platformLeftSection {
    width: 33%;
    padding:5% 0;
}

.platformLeftSection img{
    width: 100%;
}

.platformRightSection {
    align-self: center;
    width: 66%;
    display: flex;
    flex-direction: column
}

    .platformRightSection h3 {
        font-size: 32px;
        font-weight: 700;
        color: #4DABE9;
    }
    .platformRightSection p {
        font-size: 22px;
        font-weight: 400;
        color: #3E3E3E;
    }
    .platformRightSection a {
        background-color: #4DABE9;
        color:white;
        border-radius:15px;
        padding:20px 20px;
        width:50%;
        text-align:center;
        font-weight:700;
    }

.haklar-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 40px;
    background-color: #f9fafb;
}

.hak-karti {
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    width: 250px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

    .hak-karti:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .hak-karti h3 {
        font-size: 18px;
        color: #111827;
        margin-bottom: 12px;
    }

    .hak-karti p {
        font-size: 14px;
        color: #4b5563;
        line-height: 1.6;
    }
.blogParent {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 5%;
    gap: 20px;
}
.blogPost {
    width: 32%;
    float: left;
}
    .blogPost .row {
        flex-direction: column;
    }
        .blogPost .row .col-auto {
            width: 100%;
        }
.blogColumn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blogText {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
}
.blogButton {
    padding: 10px;
    border: 1px solid #00aeef;
    color: #00aeef;
    width: 70%;
    border-radius: 5px;
    float: right;
    margin-left: auto;
}
.blogImage {
    border: none;
    width: 100% !important;
}

.faq-wrapper {
    max-width: 700px;
    margin: auto;
    margin-top: 2.5%;
    margin-bottom: 10%;
}

.faq-info-box {
    background-color: #cce4f6;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 24px;
}

    .faq-info-box h3 {
        margin-top: 0;
        font-size: 18px;
        color: #084c72;
    }

    .faq-info-box p {
        font-size: 14px;
        color: #333;
        margin-top: 8px;
    }

.accordion-item {
    border: 1px solid #e5e7eb !important;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    background-color: #fff;
}

.accordion-button {
    background-color: white !important ;
    border: none;
    width: 100%;
    text-align: left;
    padding: 16px !important;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    margin-top: 0;
    font-size: 18px;
    color: #084c72;
}

    .accordion-button::after {
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 20px;
        transition: transform 0.2s;
    }

    .accordion-button.active::after {
        content: '-';
    }

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 16px;
    background-color: #f9fafb;
}

    .accordion-content p {
        margin: 12px 0;
        font-size: 14px;
        color: #4b5563;
    }


.accordion-button:not(.collapsed) {
     color: black; 
     font-size:16px;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion button[aria-expanded='true'] {
    color: #00AEEF !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;

}

.accordion-button::after {
     background-image: none;
}

.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #00AEEF;
}
.accordion .accordion-content {
    opacity: 1;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: 5% auto;
}

.logo-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

    .logo-card:hover {
        transform: scale(1.03);
    }

    .logo-card img {
        max-width: 100%;
        max-height: 60px;
        object-fit: contain;
    }


#form-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 720px) {
    .section-2-bottom .content {
        margin-right: 20px !important;
        margin-left: 20px !important;
        padding: var(--padding-15);
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 120px;
        height: 28px;
    }
}


.site-navbar .site-logo a{
    display: flex;
}

.site-navbar .site-logo a img {
    flex-basis: fit-content;
}