/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #202647;
}

    a:hover, a:focus {
        color: #107cbe;
        text-decoration: none;
    }

button {
    outline: 0 !important;
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #6b6b84;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

    p:last-child {
        margin-bottom: 0;
    }

i {
    line-height: normal;
}

.d-table {
    width: 100%;
    height: 100%;
}

.text-limit-2-row {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}

.text-limit-3-row {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
}

.text-limit-4-row {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
}

.school-search {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    height: auto;
}

.topslider-slider {
    position: relative;
}

    .topslider-slider.owl-theme .owl-nav {
        margin-top: 0;
    }

        .topslider-slider.owl-theme .owl-nav .owl-prev, .topslider-slider.owl-theme .owl-nav .owl-next {
            position: absolute;
            left: 10px;
            top: 40%;
            margin: 0;
            outline: 0;
            width: 50px;
            height: 50px;
            line-height: 51px;
            background-color: transparent;
            border-style: solid;
            border-color: #107cbe;
            color: #107cbe;
            border-radius: 50%;
            z-index: 9999;
        }

            .topslider-slider.owl-theme .owl-nav .owl-prev:hover, .topslider-slider.owl-theme .owl-nav .owl-prev:focus, .topslider-slider.owl-theme .owl-nav .owl-next:hover, .topslider-slider.owl-theme .owl-nav .owl-next:focus {
                background-color: #107cbe;
                color: #ffffff;
                border-color: #107cbe;
                box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
            }

            .topslider-slider.owl-theme .owl-nav .owl-prev i, .topslider-slider.owl-theme .owl-nav .owl-next i {
                font-size: 40px;
                position: relative;
                top: 2px;
            }

        .topslider-slider.owl-theme .owl-nav .owl-next {
            left: auto;
            right: 10px;
        }

.hometintuchocbong-slider.owl-theme .owl-nav {
    margin-top: 0;
}

    .hometintuchocbong-slider.owl-theme .owl-nav .owl-prev, .hometintuchocbong-slider.owl-theme .owl-nav .owl-next {
        position: absolute;
        left: -55px;
        top: 40%;
        margin: 0;
        outline: 0;
        width: 50px;
        height: 50px;
        line-height: 51px;
        background-color: transparent;
        border-style: solid;
        border-color: #107cbe;
        color: #107cbe;
        border-radius: 50%;
        z-index: 9999;
    }

        .hometintuchocbong-slider.owl-theme .owl-nav .owl-prev:hover, .hometintuchocbong-slider.owl-theme .owl-nav .owl-prev:focus, .hometintuchocbong-slider.owl-theme .owl-nav .owl-next:hover, .hometintuchocbong-slider.owl-theme .owl-nav .owl-next:focus {
            background-color: #107cbe;
            color: #ffffff;
            border-color: #107cbe;
            box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
        }

        .hometintuchocbong-slider.owl-theme .owl-nav .owl-prev i, .hometintuchocbong-slider.owl-theme .owl-nav .owl-next i {
            font-size: 40px;
            position: relative;
            top: 2px;
        }

    .hometintuchocbong-slider.owl-theme .owl-nav .owl-next {
        left: auto;
        right: -55px;
    }

@media (max-width: 767px) {
    .hometintuchocbong-slider.owl-theme .owl-nav .owl-prev, .hometintuchocbong-slider.owl-theme .owl-nav .owl-next {
        position: absolute;
        left: 0px;
        height: 28px;
        width: 30px;
        border-radius: 0;
        line-height: 23px;
        background-color: transparent;
        border: solid 1px #107cbe;
    }

        .hometintuchocbong-slider.owl-theme .owl-nav .owl-prev i, .hometintuchocbong-slider.owl-theme .owl-nav .owl-next i {
            font-size: 25px;
            position: relative;
            top: 2px;
        }

    .hometintuchocbong-slider.owl-theme .owl-nav .owl-next {
        left: auto;
        right: 0px;
    }
}

.home-anhhoatdong {
    margin-bottom: 50px;
    position: relative
}

    .home-anhhoatdong img {
        position: relative;
        border-radius: 10px;
        box-shadow: 1px 4px 9px 6px #b7b7b7;
        border: solid 1px #fff;
    }

    .home-anhhoatdong h3 {
        position: absolute;
        bottom: 0px;
        background: #00000042;
        color: #fff;
        font-size: 20px;
        padding: 15px 0px;
        border-radius: 0px 0px 10px 10px;
    }

.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-20 {
    padding-bottom: 20px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #202647;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

    .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
        margin-bottom: 0;
    }

/*================================================
Default btn CSS
=================================================*/
.default-btn {
    display: inline-block;
    padding: 18px 35px;
    background-color: #107cbe;
    color: #ffffff;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
}

    .default-btn:hover {
        background-color: #0473b9;
        color: #ffffff;
    }

/*================================================
Section Title CSS
=================================================*/
.section-title {
    text-align: center;
    margin-bottom: 10px;
}

    .section-title h2 {
        font-size: 35px;
        margin-bottom: 0;
    }

    .section-title .bar {
        height: 5px;
        width: 100px;
        background: #107cbe;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        margin: 20px auto 20px;
    }

        .section-title .bar::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 100%;
            width: 5px;
            background: #ffffff;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: MOVE-BG;
            animation-name: MOVE-BG;
        }

    .section-title p {
        max-width: 750px;
        margin: auto;
    }

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(85px);
        transform: translateX(85px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(85px);
        transform: translateX(85px);
    }
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #107cbe;
}

    .preloader .spinner {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #ffffff;
        margin: 0 auto;
        -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
        animation: sk-rotateplane 1.2s infinite ease-in-out;
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -50px;
    }

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/*================================================
Top Bar Area CSS
=================================================*/
.top-bar-area {
    padding-top: 12px;
    padding-bottom: 12px;
}

    .top-bar-area.bg-color {
        background-color: #0090cc;
    }

        .top-bar-area.bg-color .top-bar-information li {
            color: #fff;
        }

            .top-bar-area.bg-color .top-bar-information li i.bx-time-five {
                color: #fff;
                position: relative;
                margin: 0px 5px 0px 10px;
            }

            .top-bar-area.bg-color .top-bar-information li a {
                color: #fff;
            }

            .top-bar-area.bg-color .top-bar-information li i {
                color: #107cbe;
            }

        .top-bar-area.bg-color .top-bar-optional li .languages-list .nice-select {
            color: #107cbe;
        }

            .top-bar-area.bg-color .top-bar-optional li .languages-list .nice-select::after {
                border-color: #ffffff;
            }

    .top-bar-area.bg-black {
        background-color: #202647;
    }

        .top-bar-area.bg-black .top-bar-information li {
            color: #ffffff;
            position: relative;
        }

            .top-bar-area.bg-black .top-bar-information li::before {
                position: absolute;
                right: -10px;
                top: 2px;
                width: 1px;
                content: '';
                height: 15px;
                background-color: #0473b9;
            }

            .top-bar-area.bg-black .top-bar-information li:last-child::before {
                display: none;
            }

            .top-bar-area.bg-black .top-bar-information li a {
                color: #ffffff;
            }

            .top-bar-area.bg-black .top-bar-information li i {
                color: #0473b9;
            }

        .top-bar-area.bg-black .top-bar-optional li a i {
            color: #0473b9;
        }

            .top-bar-area.bg-black .top-bar-optional li a i:hover {
                color: #ffffff;
            }

        .top-bar-area.bg-black .top-bar-optional li .languages-list .nice-select {
            color: #ffffff;
        }

            .top-bar-area.bg-black .top-bar-optional li .languages-list .nice-select::after {
                border-color: #ffffff;
            }

    .top-bar-area.bg-000000 {
        background-color: #202647;
    }

        .top-bar-area.bg-000000 .top-bar-information li {
            color: #ffffff;
            position: relative;
        }

            .top-bar-area.bg-000000 .top-bar-information li::before {
                position: absolute;
                right: -10px;
                top: 2px;
                width: 1px;
                content: '';
                height: 15px;
                background-color: #107cbe;
            }

            .top-bar-area.bg-000000 .top-bar-information li:last-child::before {
                display: none;
            }

            .top-bar-area.bg-000000 .top-bar-information li a {
                color: #ffffff;
            }

            .top-bar-area.bg-000000 .top-bar-information li i {
                color: #107cbe;
            }

        .top-bar-area.bg-000000 .top-bar-optional li a i {
            color: #107cbe;
        }

            .top-bar-area.bg-000000 .top-bar-optional li a i:hover {
                color: #ffffff;
            }

        .top-bar-area.bg-000000 .top-bar-optional li .languages-list .nice-select {
            color: #ffffff;
        }

            .top-bar-area.bg-000000 .top-bar-optional li .languages-list .nice-select::after {
                border-color: #ffffff;
            }

.top-bar-information {
    padding-left: 0;
    margin-bottom: 0;
}

    .top-bar-information li {
        font-size: 14px;
        color: #202647;
        font-weight: 500;
        list-style-type: none;
        display: inline-block;
        position: relative;
        margin-right: 0px;
        padding-left: 0px;
    }

        .top-bar-information li:last-child {
            margin-right: 0;
        }

        .top-bar-information li i {
            position: absolute;
            left: 0;
            top: 2px;
            color: #107cbe;
        }

.top-bar-optional {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
    position:relative;
}
    .top-bar-optional .homeboxtimkiem {
        position: absolute;
        top: 42px;
        width: 100%;
        right: 0px;
        box-shadow: 1px 1px 4px 0px #004c92;
    }
        .top-bar-optional .homeboxtimkiem .form-group label {
            z-index: 1;
            display: block;
            margin-bottom: 0;
            position: absolute;
            right: 7px;
            color: #107cbe;
            font-size: 22px;
            top: 20px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }
        .top-bar-optional .homeboxtimkiem li i {
            color: #107cbe;
        }



.top-bar-optional li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

        .top-bar-optional li:last-child {
            margin-right: 0;
        }

        .top-bar-optional li.ngongu a {
            font-size: 13px;
            color: #fff;
            padding-left: 10px;
        }

        .top-bar-optional li a i {
            display: inline-block;
            height: 30px;
            width: 30px;
            line-height: 30px;
            background-color: #ffffff;
            color: #107cbe;
            -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
            box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
            text-align: center;
            font-size: 19px;
            border-radius: 50px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

            .top-bar-optional li a i:hover {
                background-color: #107cbe;
                color: #ffffff;
                -webkit-transform: translateY(-2px);
                transform: translateY(-2px);
            }

.
.top-bar-optional li .languages-list .nice-select {
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: initial;
    color: #202647;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
    top: 2px;
}

.top-bar-optional li .languages-list .nice-select::after {
    border-color: #202647;
    height: 8px;
    width: 8px;
    right: 4px;
    margin-top: -5px;
}

.top-bar-optional li .languages-list .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 0;
    width: 150px;
    height: 200px;
    overflow-y: scroll;
    margin-top: 18px;
    margin-bottom: 0;
}

    .top-bar-optional li .languages-list .nice-select .list .option {
        line-height: 40px;
        min-height: 40px;
        color: #6b6b84;
        padding-left: 15px;
        padding-top: 5px;
        padding-right: 15px;
        display: block;
        margin-right: 0;
    }

        .top-bar-optional li .languages-list .nice-select .list .option.selected {
            background-color: #107cbe !important;
            color: #ffffff;
            font-weight: normal;
        }

    .top-bar-optional li .languages-list .nice-select .list::-webkit-scrollbar {
        display: none;
    }

.top-bar-logo {
    padding: 10px;
    border-bottom: solid 1px #006eb8;
}
    .top-bar-logo .logo img {
        height:60px;
    }
    .top-bar-logo .header-contact-info {
        list-style-type: none;
        float: right;
        padding: 0px;
        margin: 0px;
    }

        .top-bar-logo .header-contact-info li {
            font-size: 14px;
            font-family: "Poppins", sans-serif;
            float: left;
            padding-right: 20px;
            border-right: dashed 1px #006eb8;
            margin-left: 20px;
        }

            .top-bar-logo .header-contact-info li:last-child {
                padding-right: 0px;
                border-right: 0px;
            }

            .top-bar-logo .header-contact-info li i.ngoaicung {
                font-size: 15px;
                color: #0090cc;
                padding: 2px;
                border: solid 1px #107dbe;
                border-radius: 50%;
                font-weight: 600;
            }

            .top-bar-logo .header-contact-info li a {
                font-weight: 600;
                font-size: 20px;
            }

            .top-bar-logo .header-contact-info li span {
                display: block;
                font-weight: 500;
                color: #107dbe;
                font-size: 20px;
                letter-spacing: 0px;
            }

                .top-bar-logo .header-contact-info li span.small {
                    display: block;
                    font-weight: 400;
                    color: #202647;
                    font-size: 11px;
                    letter-spacing: 0px;
                }
/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
    display: none;
}

.main-navbar {
    padding: 0px 0;
    border-bottom: solid 1px #0090cc52;
    box-shadow: 0px 3px 5px 1px #0090cc29;
    margin-bottom: 15px;
}

    .main-navbar .navbar {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        padding: 0;
    }

        .main-navbar .navbar ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
        }

        .main-navbar .navbar .navbar-nav .nav-item {
            position: relative;
            margin-left: 12px;
            margin-right: 12px;
        }

            .main-navbar .navbar .navbar-nav .nav-item a {
                color: #202647;
                font-size: 16px;
                font-weight: 500;
                padding-left: 0;
                padding-right: 0;
                padding-top: 10px;
                padding-bottom: 10px;
                position: relative;
            }

                .main-navbar .navbar .navbar-nav .nav-item a::before {
                    content: "";
                    position: absolute;
                    bottom: 2px;
                    right: 0;
                    width: 0;
                    height: 2px;
                    background-color: #107cbe;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                .main-navbar .navbar .navbar-nav .nav-item a i {
                    font-size: 18px;
                    position: relative;
                    top: 2px;
                    display: inline-block;
                    margin-left: -5px;
                    margin-right: -5px;
                }

                .main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
                    color: #107cbe;
                }

                    .main-navbar .navbar .navbar-nav .nav-item a:hover::before, .main-navbar .navbar .navbar-nav .nav-item a:focus::before, .main-navbar .navbar .navbar-nav .nav-item a.active::before {
                        width: 100%;
                        right: auto;
                        left: 0;
                    }

            .main-navbar .navbar .navbar-nav .nav-item:last-child {
                margin-right: 0;
            }

            .main-navbar .navbar .navbar-nav .nav-item:first-child {
                margin-left: 0;
            }

            .main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
                color: #107cbe;
            }

            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
                border: none;
                top:42px;
                left: 0;
                z-index: 99;
                opacity: 0;
                width: 350px;
                display: block;
                border-radius: 0;
                padding: 10px 0;
                position: absolute;
                visibility: hidden;
                -webkit-transform: translateY(5px);
                transform: translateY(5px);
                background: #ffffff;
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
            }

                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
                    margin: 0;
                }

                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
                        padding: 5px 20px;
                        position: relative;
                        display: block;
                        color: #202647;
                        font-size: 15px;
                        font-weight: 500;
                        border-bottom: dashed 1px #efefef;
                    }

                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
                            margin: 0;
                            position: absolute;
                            top: 50%;
                            font-size: 20px;
                            -webkit-transform: translateY(-50%);
                            transform: translateY(-50%);
                            right: 15px;
                        }

                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                            color: #107cbe;
                        }

                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
                                display: none;
                            }

                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                        top: 0;
                        opacity: 0;
                        left: 100%;
                        visibility: hidden;
                        -webkit-transform: translateY(5px);
                        transform: translateY(5px);
                    }

                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                            color: #202647;
                        }

                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                                color: #107cbe;
                            }

                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active::before {
                                    display: none;
                                }

                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
                            top: 0;
                            opacity: 0;
                            left: 235px;
                            visibility: hidden;
                        }

                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                color: #202647;
                            }

                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                    color: #107cbe;
                                }

                                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active::before {
                                        display: none;
                                    }

                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                top: 0;
                                opacity: 0;
                                left: -235px;
                                visibility: hidden;
                            }

                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                    color: #202647;
                                }

                                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                        color: #107cbe;
                                    }

                                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active::before {
                                            display: none;
                                        }

                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                    top: 0;
                                    opacity: 0;
                                    left: 235px;
                                    visibility: hidden;
                                }

                                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                        color: #202647;
                                    }

                                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                            color: #107cbe;
                                        }

                                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active::before {
                                                display: none;
                                            }

                                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                        top: 0;
                                        opacity: 0;
                                        left: -235px;
                                        visibility: hidden;
                                    }

                                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                            color: #202647;
                                        }

                                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                color: #107cbe;
                                            }

                                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active::before {
                                                    display: none;
                                                }

                                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                            top: 0;
                                            opacity: 0;
                                            left: 235px;
                                            visibility: hidden;
                                        }

                                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                                color: #202647;
                                            }

                                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                    color: #107cbe;
                                                }

                                                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active::before {
                                                        display: none;
                                                    }

                                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                            color: #107cbe;
                                        }

                                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a::before {
                                                display: none;
                                            }

                                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                            opacity: 1;
                                            visibility: visible;
                                        }

                                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                        color: #107cbe;
                                    }

                                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a::before {
                                            display: none;
                                        }

                                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                        opacity: 1;
                                        visibility: visible;
                                    }

                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                    color: #107cbe;
                                }

                                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a::before {
                                        display: none;
                                    }

                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                    opacity: 1;
                                    visibility: visible;
                                }

                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                color: #107cbe;
                            }

                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a::before {
                                    display: none;
                                }

                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                opacity: 1;
                                visibility: visible;
                            }

                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
                            color: #107cbe;
                        }

                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a::before {
                                display: none;
                            }

                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                            opacity: 1;
                            visibility: visible;
                        }

                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
                        color: #107cbe;
                    }

                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a::before {
                            display: none;
                        }

                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                        opacity: 1;
                        visibility: visible;
                        -webkit-transform: translateY(0);
                        transform: translateY(0);
                    }

            .main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

        .main-navbar .navbar .others-options .option-item .hotline {
            font-size: 16px;
            font-weight: 500;
            color: #202647;
        }

            .main-navbar .navbar .others-options .option-item .hotline a {
                color: #202647;
            }

                .main-navbar .navbar .others-options .option-item .hotline a:hover {
                    color: #107cbe;
                }

        .main-navbar .navbar .others-options .option-item .default-btn {
            padding: 12px 25px;
            background-color: #107cbe;
        }

            .main-navbar .navbar .others-options .option-item .default-btn:hover {
                background-color: #0473b9;
            }

        .main-navbar .navbar .others-options .cart-wrapper-btn {
            margin-left: 20px;
            font-size: 25px;
            line-height: 1;
            color: #107cbe;
            position: relative;
            top: 5px;
        }

            .main-navbar .navbar .others-options .cart-wrapper-btn i {
                line-height: 1;
            }

            .main-navbar .navbar .others-options .cart-wrapper-btn span {
                position: absolute;
                right: -10px;
                top: -5px;
                width: 20px;
                height: 20px;
                background-color: #202647;
                color: #ffffff;
                line-height: 20.5px;
                text-align: center;
                border-radius: 30px;
                font-size: 10px;
                font-weight: 500;
            }

.others-options .search-box {
    margin-left: 0px;
    cursor: pointer;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1;
    color: #107cbe;
    position: relative;
}

#slidesxuyentrang {
    padding: 0px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

    #slidesxuyentrang li.item {
        list-style-type: none;
    }

.others-options .search-box i {
    line-height: 1;
}

.others-options .search-box:hover {
    color: #0473b9;
}

.others-options .search-box .form-group label {
    z-index: 1;
    display: block;
    margin-bottom: 0;
    position: absolute;
    left: 7px;
    color: #107cbe;
    font-size: 22px;
    top: 13%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.others-options .search-box .form-group .form-control {
    display: block;
    padding: 7px 10px 7px 45px;
    width: 100%;
    border: solid 3px #0090cc;
    background-color: #ffffff;
    border-right: 1px solid #eeeeee;
    height: 30px;
    border-radius: 10px;
    color: #202647;
    font-size: 15px;
}
.others-options .search-box .form-group .form-control:hover {
	border: solid 3px #af0c11;
    box-shadow: 0px 0px 7px white;
}
.home-sukien:before {
        display: table;
        content: " ";
    }

    .home-sukien .item {
        float: left;
        display: inline;
        width: 48%;
        position: relative;
        border: 1px solid #0090cc;
        border-radius: 6px;
        overflow: hidden;
        margin: 0px 1%;
        padding: 0px;
    }

        .home-sukien .item:before {
            
        }


        .home-sukien .item .date-b {
            float: left;
            display: inline;
            width: 150px;
            text-align: center;
            border-right: 1px #0090cc solid;
            background: #d7eff9;
            padding: 20px 0px;
        }

            .home-sukien .item .date-b h5 {
                float: left;
                display: inline;
                width: 100%;
                color: #b11116;
                font-size: 71px;
                margin-top: -17px;
                border-bottom: solid 1px #0090cc;
            }

            .home-sukien .item .date-b p {
                float: left;
                display: inline;
                width: 100%;
                font-size: 17px;
                color: #b11116;
                margin-top: -7px;
            }

        .home-sukien .item .img {
            float: right;
            display: inline;
            width: 213px;
        }

        .home-sukien .item .info {
            width: calc(100% - 150px);
            padding: 10px;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }


            .home-sukien .item .info h3 {
                float: left;
                display: inline;
                width: 100%;
                color: #000000;
                font-size: 18px;
                text-transform: uppercase;
                font-family: roboto;
            }

            .home-sukien .item .info .time-address {
                float: left;
                display: inline;
                width: 100%;
                margin-top: 10px;
                font-size: 14px;
            }

                .home-sukien .item .info .time-address .time {
                    float: left;
                    display: inline;
                    width: 140px;
                }

                .home-sukien .item .info .time-address .address {
                    padding-left: 150px;
                    position: relative;
                }

            .home-sukien .item .info .desc-txt {
                float: left;
                display: inline;
                width: 100%;
                margin-top: 15px;
                font-size: 16px;
                color: #666666;
                line-height: 20px;
            }
.relative-color .main-navbar {
    background-color: #107cbe;
    padding: 10px 0;
}

    .relative-color .main-navbar .navbar .navbar-nav .nav-item a {
        color: #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .relative-color .main-navbar .navbar .navbar-nav .nav-item a::before {
            background-color: #ffffff;
        }

        .relative-color .main-navbar .navbar .navbar-nav .nav-item a:hover, .relative-color .main-navbar .navbar .navbar-nav .nav-item a:focus, .relative-color .main-navbar .navbar .navbar-nav .nav-item a.active {
            color: #ffffff;
        }

    .relative-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
        top: 60px;
    }

    .relative-color .main-navbar .navbar .others-options .option-item .hotline {
        color: #ffffff;
    }

        .relative-color .main-navbar .navbar .others-options .option-item .hotline a {
            color: #ffffff;
        }

            .relative-color .main-navbar .navbar .others-options .option-item .hotline a:hover {
                color: #ffffff;
            }

.navbar-optional-color .main-navbar .navbar .navbar-nav .nav-item a {
    color: #202647;
}

    .navbar-optional-color .main-navbar .navbar .navbar-nav .nav-item a::before {
        background-color: #0473b9;
    }

    .navbar-optional-color .main-navbar .navbar .navbar-nav .nav-item a:hover, .navbar-optional-color .main-navbar .navbar .navbar-nav .nav-item a:focus, .navbar-optional-color .main-navbar .navbar .navbar-nav .nav-item a.active {
        color: #0473b9;
    }

.navbar-optional-color .main-navbar .navbar .navbar-nav .nav-item:hover a, .navbar-optional-color .main-navbar .navbar .navbar-nav .nav-item.active a {
    color: #0473b9;
}

.navbar-optional-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #202647;
}

    .navbar-optional-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-optional-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-optional-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
        color: #0473b9;
    }

.navbar-optional-color .main-navbar .navbar .others-options .option-item .default-btn {
    background-color: #0473b9;
}

    .navbar-optional-color .main-navbar .navbar .others-options .option-item .default-btn:hover {
        background-color: #107cbe;
    }

.navbar-optional-color .main-navbar .navbar .others-options .cart-wrapper-btn {
    color: #0473b9;
}

.navbar-optional-color .main-navbar .navbar .others-options .search-box {
    color: #0473b9;
}

    .navbar-optional-color .main-navbar .navbar .others-options .search-box:hover {
        color: #107cbe;
    }

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.others-option-for-responsive {
    display: none;
}

    .others-option-for-responsive .dot-menu {
        padding: 0 10px;
        height: 30px;
        cursor: pointer;
        z-index: 9991;
        position: absolute;
        right: 60px;
        top: -28px;
    }

        .others-option-for-responsive .dot-menu .inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 35px;
            width: 35px;
            border: 1px solid #0090cc;
            border-radius: 50%;
            padding: 6px;
            box-shadow: 2px 2px 6px 0px #909090;
            color: red;
            font-size: 20px;
        }

            .others-option-for-responsive .dot-menu .inner .circle {
                height: 5px;
                width: 5px;
                border-radius: 100%;
                margin: 0 2px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                background-color: #202647;
            }

        .others-option-for-responsive .dot-menu:hover .inner .circle {
            background-color: #107cbe;
        }

    .others-option-for-responsive .container {
        position: relative;
    }

        .others-option-for-responsive .container .container {
            position: absolute;
            right: 0;
            top: 50px;
            max-width: 260px;
            background-color: #ffffff;
            -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
            margin-left: auto;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            z-index: 2;
            padding-left: 15px;
            padding-right: 15px;
        }

            .others-option-for-responsive .container .container.active {
                opacity: 1;
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }

    .others-option-for-responsive .option-inner .others-options .option-item .hotline {
        font-size: 16px;
        font-weight: 500;
        color: #202647;
    }

        .others-option-for-responsive .option-inner .others-options .option-item .hotline a {
            color: #202647;
        }

            .others-option-for-responsive .option-inner .others-options .option-item .hotline a:hover {
                color: #107cbe;
            }

    .others-option-for-responsive .option-inner .others-options .option-item .default-btn {
        padding: 12px 25px;
        background-color: #28a5f5;
    }

        .others-option-for-responsive .option-inner .others-options .option-item .default-btn:hover {
            background-color: #107cbe;
        }

    .others-option-for-responsive .option-inner .others-options .cart-wrapper-btn {
        margin-left: 20px;
        font-size: 25px;
        line-height: 1;
        color: #0473b9;
        position: relative;
        top: 5px;
    }

        .others-option-for-responsive .option-inner .others-options .cart-wrapper-btn i {
            line-height: 1;
        }

        .others-option-for-responsive .option-inner .others-options .cart-wrapper-btn span {
            position: absolute;
            right: -10px;
            top: -5px;
            width: 20px;
            height: 20px;
            background-color: #202647;
            color: #ffffff;
            line-height: 20.5px;
            text-align: center;
            border-radius: 30px;
            font-size: 10px;
            font-weight: 500;
        }

    .others-option-for-responsive .option-inner .others-options .search-box {
        margin-left: 25px;
        cursor: pointer;
        font-size: 25px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        line-height: 1;
        color: #0473b9;
        position: relative;
        top: 5px;
    }

        .others-option-for-responsive .option-inner .others-options .search-box i {
            line-height: 1;
        }

        .others-option-for-responsive .option-inner .others-options .search-box:hover {
            color: #107cbe;
        }

    .others-option-for-responsive .header-contact-info {
        list-style-type: none;
        float: right;
        padding: 0px;
        margin: 0px;
    }

        .others-option-for-responsive .header-contact-info li {
            font-size: 14px;
            font-family: "Poppins", sans-serif;
            float: left;
            border-bottom: dashed 1px #006eb8;
            text-align: center;
            width: 100%;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

            .others-option-for-responsive .header-contact-info li:last-child {
                padding-bottom: 0px;
                border-bottom: 0px;
                margin-bottom: 0px;
            }

            .others-option-for-responsive .header-contact-info li i.ngoaicung {
                font-size: 25px;
                color: #0090cc;
                padding: 5px;
                border: solid 2px #107dbe;
                border-radius: 50%;
                font-weight: 600;
            }

            .others-option-for-responsive .header-contact-info li a {
                font-weight: 600;
                font-size: 30px;
            }

            .others-option-for-responsive .header-contact-info li span {
                display: block;
                font-weight: 500;
                color: #107dbe;
                font-size: 20px;
                letter-spacing: 2px;
            }

                .others-option-for-responsive .header-contact-info li span.small {
                    display: block;
                    font-weight: 400;
                    color: #202647;
                    font-size: 11px;
                    letter-spacing: 0px;
                }

section.callaction {
    background: #fff;
    padding: 22px 0 22px 0;
    border-top: solid 13px #ac1816;
}

    section.callaction .dcm {
        background: url(https://capstonevietnam.com/static/CapstoneV2/img/carrer.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.callaction .dcm2 {
        background: url(https://capstonevietnam.com/static/CapstoneV2/img/dcm.png) no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.callaction .dhc {
        background: url(https://capstonevietnam.com/static/CapstoneV2/img/duhoccacap.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.callaction .dhc2 {
        background: url(https://capstonevietnam.com/static/CapstoneV2/img/dhc.png) no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.callaction .dha {
        background: url(https://capstonevietnam.com/static/CapstoneV2/img/sanhocbong.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.callaction .dha2 {
        background: url(https://capstonevietnam.com/static/CapstoneV2/img/dha.png) no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.callaction .dhu {
        background: url(https://capstonevietnam.com/static/CapstoneV2/img/visa.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.callaction .dhu2 {
        background: url(https://capstonevietnam.com/static/CapstoneV2/img/dhu.png) no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.callaction .dhcn {
        background: url(https://capstonevietnam.com/static/CapstoneV2/img/dinhcu.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.callaction .dhcn2 {
        background: url(https://capstonevietnam.com/static/CapstoneV2/img/dhcn.png) no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.callaction .dhhe {
        background: url(https://capstonevietnam.com/static/CapstoneV2/img/trienlam.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.callaction .eb52 {
        background: url(https://capstonevietnam.com/static/CapstoneV2/img/dhhe.png) no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.callaction .eb5 {
        background: url(https://capstonevietnam.com/static/CapstoneV2/img/trienlam.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.callaction .dhu2 a h1,
    section.callaction .dcm2 a h1,
    section.callaction .dhc2 a h1,
    section.callaction .dha2 a h1,
    section.callaction .dhcn2 a h1,
    section.callaction .eb52 a h1 {
        bottom: 40%;
        background: #00000057;
    }

    section.callaction .whychoose {
        text-align: center;
    }

        section.callaction .whychoose .img-responsive {
            margin: 0 auto;
        }

    section.callaction .whychoosetitle {
        text-align: center;
        color: #094687;
        padding: 0px;
        margin: 0px;
    }

        section.callaction .whychoosetitle h1 {
            color: #094687;
        }

    section.callaction .red {
        background: #ac1816;
    }

        section.callaction .red:hover {
            background: #134788;
        }

            section.callaction .red:hover a:hover {
                text-decoration: none !important;
            }

        section.callaction .red a:hover h1, section.callaction .red a:hover h3 {
            text-decoration: none;
        }

    section.callaction .red1 {
        background: #ac1816;
    }

        section.callaction .red1:hover {
            background: #134788;
        }

            section.callaction .red1:hover a:hover {
                text-decoration: none !important;
            }

        section.callaction .red1 a:hover h1, section.callaction .red1 a:hover h3 {
            text-decoration: none;
        }

    section.callaction .mg-0 {
        margin: 0px;
        padding: 0px;
    }

    section.callaction .mg-5 {
        margin: 0px 8px;
    }

    section.callaction .mgr-5 {
        margin-right: 16px;
    }

    section.callaction .mgl-5 {
        margin-left: 16px;
    }

.cta-text {
    text-align: center;
    color: #fff;
    padding: 155px 0px 0px 0px;
    font-weight: bold;
}

    .cta-text a:hover h1, .cta-text a:hover h3 {
        text-decoration: none !important;
    }

section.callaction .cta-text {
    min-height: 254px;
}

    section.callaction .cta-text h1 {
        line-height: 23px;
        font-size: 19px;
        text-transform: uppercase;
        text-shadow: 2px 2px 0px #434343;
        color: #fff;
        padding: 15px 0px;
        margin: 0 auto;
        border: 0px;
        width: 100%;
        font-weight: 600;
        min-height: 51px;
        bottom: 0px;
    }

        section.callaction .cta-text h1 span {
            font-size: 16px;
            display: block;
            font-weight: 400;
        }

section.callaction .dcm.cta-text h1,
section.callaction .dha.cta-text h1,
section.callaction .dhcn.cta-text h1 {
    background: #00000029;
}

section.callaction .dhc.cta-text h1,
section.callaction .dhu.cta-text h1,
section.callaction .dhhe.cta-text h1,
section.callaction .eb5.cta-text h1 {
    background: #00000029;
}

@media only screen and (max-width: 1199px) {
    .main-responsive-nav {
        display: block;
    }

        .main-responsive-nav .main-responsive-menu {
            position: relative;
        }

            .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
                font-size: 15px;
            }

                .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
                    color: #107cbe;
                }

                .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
                    display: none;
                }

                .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
                    font-size: 14px;
                }

            .main-responsive-nav .main-responsive-menu.mean-container .others-options {
                display: none !important;
            }

            .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
                overflow-y: scroll;
                height: 360px;
                -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
                background-color: #ffffff;
            }

        .main-responsive-nav .mean-container a.meanmenu-reveal {
            color: #202647;
        }

            .main-responsive-nav .mean-container a.meanmenu-reveal span {
                background: #0090cc;
                position: relative;
            }

                .main-responsive-nav .mean-container a.meanmenu-reveal span:nth-child(2) {
                    top: 20px;
                }

                .main-responsive-nav .mean-container a.meanmenu-reveal span:nth-child(3) {
                    top: 30px;
                }

        .main-responsive-nav .logo {
            position: absolute;
            z-index: 99999;
        }

            .main-responsive-nav .logo img {
                max-width: 200px !important;
            }

    .navbar-area {
        background-color: #ffffff;
        padding-top: 5px;
        padding-bottom: 15px;
        border-bottom: solid 1px #006e9c;
        margin-bottom: 0px;
        height: 55px;
    }

    .main-navbar {
        display: none;
    }

    .others-option-for-responsive {
        display: block;
    }
}

/*================================================
Search Overlay CSS
=================================================*/
.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

    .search-overlay .search-overlay-layer {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

        .search-overlay .search-overlay-layer:nth-child(1) {
            left: 0;
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }

        .search-overlay .search-overlay-layer:nth-child(2) {
            left: 0;
            background-color: rgba(0, 0, 0, 0.4);
            -webkit-transition: all 0.3s ease-in-out 0.3s;
            transition: all 0.3s ease-in-out 0.3s;
        }

        .search-overlay .search-overlay-layer:nth-child(3) {
            left: 0;
            background-color: rgba(0, 0, 0, 0.7);
            -webkit-transition: all 0.9s ease-in-out 0.6s;
            transition: all 0.9s ease-in-out 0.6s;
        }

    .search-overlay .search-overlay-close {
        position: absolute;
        top: 40px;
        right: 40px;
        width: 50px;
        z-index: 2;
        text-align: center;
        cursor: pointer;
        padding: 10px;
        -webkit-transition: all 0.9s ease-in-out 1.5s;
        transition: all 0.9s ease-in-out 1.5s;
        opacity: 0;
        visibility: hidden;
    }

        .search-overlay .search-overlay-close .search-overlay-close-line {
            width: 100%;
            height: 3px;
            float: left;
            margin-bottom: 5px;
            background-color: #ffffff;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
                margin-top: -7px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .search-overlay .search-overlay-close:hover .search-overlay-close-line {
            background: #107cbe;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .search-overlay .search-overlay-form {
        -webkit-transition: all 0.9s ease-in-out 1.4s;
        transition: all 0.9s ease-in-out 1.4s;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        z-index: 2;
        max-width: 1000px;
        width: 1000px;
    }

        .search-overlay .search-overlay-form .queries-btn {
            margin-top: 10px;
            text-align: center;
        }

            .search-overlay .search-overlay-form .queries-btn .default-btn {
                border: none;
                padding: 5px;
                width: 100%;
                cursor: pointer;
            }

        .search-overlay .search-overlay-form div {
            position: relative;
        }

            .search-overlay .search-overlay-form div .input-search {
                display: block;
                width: 100%;
                height: 55px;
                border: none;
                border-radius: 30px;
                padding-left: 20px;
                color: #202647;
                font-size: 16px;
                outline: 0;
            }

            .search-overlay .search-overlay-form div button {
                position: absolute;
                right: 5px;
                top: 5px;
                width: 45px;
                color: #ffffff;
                height: 45px;
                border-radius: 50%;
                background-color: #107cbe;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                border: none;
                font-size: 20px;
                line-height: 45px;
                cursor: pointer;
            }

                .search-overlay .search-overlay-form div button:hover {
                    background-color: #202647;
                    color: #ffffff;
                }

    .search-overlay.search-overlay-active.search-overlay {
        opacity: 1;
        visibility: visible;
    }

        .search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .search-overlay.search-overlay-active.search-overlay .search-overlay-close {
            opacity: 1;
            visibility: visible;
        }

        .search-overlay.search-overlay-active.search-overlay .search-overlay-form {
            opacity: 1;
            visibility: visible;
        }

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-banner-item {
    background-image: url(/static/CapstoneV2/img/main-banner/banner-bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

    .main-banner-item::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background-color: #000000;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        opacity: .50;
    }

    .main-banner-item.item-two {
        background-image: url(/static/CapstoneV2/img/main-banner/banner-bg-2.jpg);
        height: unset;
        padding-top: 15px;
    }

        .main-banner-item.item-two .container-fluid {
            max-width: 1920px;
            margin: auto;
        }

        .main-banner-item.item-two::before {
            display: none;
        }

        .main-banner-item.item-two .main-banner-content {
            text-align: left;
        }

            .main-banner-item.item-two .main-banner-content h1 {
                font-size: 50px;
                color: #202647;
                margin-bottom: 25px;
                line-height: 1.4;
                font-weight: bold;
            }

            .main-banner-item.item-two .main-banner-content p {
                color: #202647;
                font-size: 16px;
            }

        .main-banner-item.item-two .main-banner-search-form {
            background-color: #e0eefa;
            max-width: unset;
        }

            .main-banner-item.item-two .main-banner-search-form div .form-group label {
                color: #1d39da;
            }

            .main-banner-item.item-two .main-banner-search-form div button {
                background-color: #1d39da;
                color: #ffffff;
            }

                .main-banner-item.item-two .main-banner-search-form div button:hover {
                    background-color: #107cbe;
                }

        .main-banner-item.item-two .main-banner-inner {
            max-width: 630px;
            margin-left: auto;
        }

    .main-banner-item.item-three {
        background-image: url(/static/CapstoneV2/img/main-banner/banner-bg-3.jpg);
    }

        .main-banner-item.item-three::before {
            background-color: #ffffff;
            opacity: .50;
        }

        .main-banner-item.item-three .main-banner-content {
            text-align: left;
            max-width: 730px;
        }

            .main-banner-item.item-three .main-banner-content h1 {
                font-size: 50px;
                color: #202647;
                line-height: 1.5;
                font-weight: bold;
            }

            .main-banner-item.item-three .main-banner-content p {
                font-size: 18px;
                color: #202647;
            }

            .main-banner-item.item-three .main-banner-content .banner-btn {
                margin-top: 30px;
            }

                .main-banner-item.item-three .main-banner-content .banner-btn .default-btn {
                    background-color: #0473b9;
                }

                    .main-banner-item.item-three .main-banner-content .banner-btn .default-btn:hover {
                        background-color: #107cbe;
                    }

    .main-banner-item.item-four {
        background-image: url(/static/CapstoneV2/img/main-banner/banner-bg-4.jpg);
    }

        .main-banner-item.item-four .main-banner-content {
            text-align: left;
        }

            .main-banner-item.item-four .main-banner-content h1 {
                margin-bottom: 20px;
                line-height: 1.4;
                font-size: 60px;
                font-weight: bold;
            }

            .main-banner-item.item-four .main-banner-content p {
                font-size: 16px;
            }

            .main-banner-item.item-four .main-banner-content .banner-btn {
                margin-top: 30px;
            }

.main-banner-content {
    text-align: center;
}

    .main-banner-content h1 {
        font-size: 50px;
        color: #ffffff;
        margin-bottom: 15px;
        font-weight: bold;
        text-shadow: 3px 1px 4px #000000;
    }

    .main-banner-content p {
        font-size: 20px;
        margin-bottom: 0;
        color: #ffffff;
        font-weight: 500;
    }

.main-banner-search-form {
    background-color: #dde3e8;
    border-radius: 10px;
    padding: 15px 20px;
    max-width: 1000px;
    margin: 30px auto 0;
}

    .main-banner-search-form div {
        position: relative;
    }

        .main-banner-search-form div .col-lg-5 {
            padding-right: 5px;
        }

        .main-banner-search-form div .col-lg-7 {
            padding-left: 5px;
        }

        .main-banner-search-form div .form-group {
            margin-bottom: 0;
            position: relative;
        }

            .main-banner-search-form div .form-group label {
                z-index: 1;
                display: block;
                margin-bottom: 0;
                position: absolute;
                left: 15px;
                color: #107cbe;
                font-size: 22px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

                .main-banner-search-form div .form-group label a {
                    display: block;
                    color: #107cbe;
                }

            .main-banner-search-form div .form-group .form-control {
                display: block;
                padding: 10px 10px 10px 45px;
                width: 100%;
                border: none;
                background-color: #ffffff;
                border-right: 1px solid #eeeeee;
                height: 55px;
                border-radius: 10px;
                color: #202647;
                font-size: 15px;
                float: none;
            }

                .main-banner-search-form div .form-group .form-control::-webkit-input-placeholder {
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    color: #6b6b84;
                }

                .main-banner-search-form div .form-group .form-control:-ms-input-placeholder {
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    color: #6b6b84;
                }

                .main-banner-search-form div .form-group .form-control::-ms-input-placeholder {
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    color: #6b6b84;
                }

                .main-banner-search-form div .form-group .form-control::placeholder {
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    color: #6b6b84;
                }

                .main-banner-search-form div .form-group .form-control:focus {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                    .main-banner-search-form div .form-group .form-control:focus::-webkit-input-placeholder {
                        color: transparent;
                    }

                    .main-banner-search-form div .form-group .form-control:focus:-ms-input-placeholder {
                        color: transparent;
                    }

                    .main-banner-search-form div .form-group .form-control:focus::-ms-input-placeholder {
                        color: transparent;
                    }

                    .main-banner-search-form div .form-group .form-control:focus::placeholder {
                        color: transparent;
                    }

        .main-banner-search-form div button {
            border: none;
            background-color: #107cbe;
            color: #ffffff;
            height: 35px;
            width: 35px;
            position: absolute;
            right: 20px;
            padding: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            top: 10px;
            font-size: 20px;
            cursor: pointer;
            border-radius: 30px;
        }

            .main-banner-search-form div button i {
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .main-banner-search-form div button:hover, .main-banner-search-form div button:focus {
                background-color: #0473b9;
                color: #ffffff;
            }

.main-banner-image {
    position: relative;
    text-align: center;
}

    .main-banner-image .image-shape-1 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        -webkit-animation: moveBounce 15s linear infinite;
        animation: moveBounce 15s linear infinite;
    }

    .main-banner-image .image-shape-2 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        -webkit-animation: moveLeftBounce 15s linear infinite;
        animation: moveLeftBounce 15s linear infinite;
    }

.main-banner-shape .shape-1 {
    position: absolute;
    top: -100px;
    left: -45px;
    z-index: 1;
    -webkit-animation: moveBounce 15s linear infinite;
    animation: moveBounce 15s linear infinite;
}

    .main-banner-shape .shape-1 img {
        -webkit-transform: rotate(65deg);
        transform: rotate(65deg);
    }

.main-banner-shape .shape-2 {
    position: absolute;
    bottom: -100px;
    left: -45px;
    z-index: 1;
    -webkit-animation: moveBounce 15s linear infinite;
    animation: moveBounce 15s linear infinite;
}

.banner-all-footer {
}

    .banner-all-footer .owl-item .owl-lazy {
        opacity: 1
    }

..banner-all-footer .owl-item {
    text-align: center;
}

.banner-form {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 10px;
}

    .banner-form h3 {
        font-size: 30px;
        margin-bottom: 35px;
        text-align: center;
    }

    .banner-form form .form-group {
        margin-bottom: 15px;
    }

        .banner-form form .form-group .form-control {
            height: 60px;
            padding: 0 15px 0 15px;
            line-height: initial;
            color: #202647;
            background-color: transparent;
            border-color: #eeeeee;
            border-radius: 0;
            -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 15px;
            font-weight: 400;
            width: 100%;
        }

            .banner-form form .form-group .form-control:focus {
                border-color: #107cbe;
                background-color: transparent;
                outline: 0;
            }

        .banner-form form .form-group textarea.form-control {
            height: 120px;
            padding-top: 15px;
        }

    .banner-form form .nice-select {
        height: 60px;
        width: 100%;
        line-height: 60px;
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
        background-color: transparent;
        border-color: #eeeeee;
        color: #6b6b84;
        border-radius: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-bottom: 15px;
    }

        .banner-form form .nice-select:focus {
            border-color: #107cbe;
            background-color: transparent;
        }

        .banner-form form .nice-select .list {
            background-color: #ffffff;
            -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
            box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
            border-radius: 0;
            margin-top: 0;
            margin-bottom: 0;
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .banner-form form .nice-select .list .option {
                -webkit-transition: 0.5s;
                transition: 0.5s;
                color: #202647;
                padding-left: 20px;
                padding-right: 20px;
                font-size: 14px;
            }

                .banner-form form .nice-select .list .option:hover {
                    background-color: #107cbe !important;
                    color: #ffffff;
                }

                .banner-form form .nice-select .list .option.selected {
                    background-color: transparent;
                    font-weight: 600;
                }

        .banner-form form .nice-select::after {
            height: 8px;
            width: 8px;
            border-color: #107cbe;
            right: 15px;
        }

    .banner-form form .banner-btn {
        text-align: center;
    }

        .banner-form form .banner-btn .default-btn {
            border: none;
            width: 100%;
            font-size: 15px;
            padding: 15px;
            cursor: pointer;
        }

    .banner-form form .form-check {
        margin-bottom: 20px;
        font-weight: 400;
        color: #6b6b84;
        font-size: 15px;
    }

        .banner-form form .form-check a {
            color: #107cbe;
        }

/*================================================
Categories Area CSS
=================================================*/
.categories-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.categories-item {
    text-align: center;
}

    .categories-item .icon {
        background-color: #9ad6fc;
        border-radius: 50%;
        display: inline-block;
        height: 130px;
        width: 130px;
        line-height: 160px;
        margin-bottom: 20px;
    }

        .categories-item .icon i {
            display: inline-block;
            height: 100px;
            width: 100px;
            line-height: 100px;
            background-color: #ffffff;
            color: #0473b9;
            text-align: center;
            border-radius: 50%;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 55px;
        }

            .categories-item .icon i:hover {
                background-color: #107cbe;
                color: #ffffff;
            }

    .categories-item h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

        .categories-item h3 a {
            color: #202647;
        }

.categories-item-box {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    margin: 5px;
    padding: 25px;
}

    .categories-item-box .icon {
        margin-bottom: 20px;
    }

        .categories-item-box .icon i {
            display: inline-block;
            height: 100px;
            width: 100px;
            line-height: 100px;
            background-color: transparent;
            border: 1px dashed #209eec;
            color: #0473b9;
            text-align: center;
            border-radius: 50%;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 55px;
        }

            .categories-item-box .icon i:hover {
                background-color: #107cbe;
                color: #ffffff;
                border: 1px dashed #107cbe;
            }

    .categories-item-box h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

        .categories-item-box h3 a {
            color: #202647;
        }

.categories-slider.owl-theme .owl-nav {
    margin-top: 0;
}

    .categories-slider.owl-theme .owl-nav .owl-prev, .categories-slider.owl-theme .owl-nav .owl-next {
        position: absolute;
        left: -50px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        outline: 0;
        width: 50px;
        height: 50px;
        line-height: 51px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        background-color: transparent;
        border-style: solid;
        border-color: #107cbe;
        color: #107cbe;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
    }

        .categories-slider.owl-theme .owl-nav .owl-prev:hover, .categories-slider.owl-theme .owl-nav .owl-prev:focus, .categories-slider.owl-theme .owl-nav .owl-next:hover, .categories-slider.owl-theme .owl-nav .owl-next:focus {
            background-color: #107cbe;
            color: #ffffff;
            border-color: #107cbe;
            -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
        }

        .categories-slider.owl-theme .owl-nav .owl-prev i, .categories-slider.owl-theme .owl-nav .owl-next i {
            font-size: 40px;
            position: relative;
            top: 2px;
        }

    .categories-slider.owl-theme .owl-nav .owl-next {
        left: auto;
        right: -50px;
    }

.categories-slider.owl-theme:hover .owl-nav .owl-prev, .categories-slider.owl-theme:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
    left: -70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.categories-slider.owl-theme:hover .owl-nav .owl-next {
    left: auto;
    right: -70px;
}

.categories-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/*================================================
About Area CSS
=================================================*/
.about-area .container-fluid {
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
}

.about-image {
    position: relative;
    text-align: right;
    padding-bottom: 200px;
    padding-right: 30px;
}

    .about-image img {
        border-radius: 10px;
    }

        .about-image img:nth-child(2) {
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 1;
            border-radius: 0;
        }

.about-shape .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.about-shape .shape-2 {
    position: absolute;
    bottom: -115px;
    right: 30px;
    z-index: -1;
    max-width: 275px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.about-content {
    max-width: 645px;
}

    .about-content h3 {
        font-size: 38px;
        margin-bottom: 0;
    }

    .about-content .bar {
        height: 5px;
        width: 100px;
        background: #107cbe;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        margin: 25px auto 20px 0;
    }

        .about-content .bar::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 100%;
            width: 5px;
            background: #ffffff;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: MOVE-BG;
            animation-name: MOVE-BG;
        }

    .about-content p {
        margin-bottom: 0;
    }

    .about-content .about-list {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 25px;
    }

        .about-content .about-list li {
            list-style-type: none;
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 500;
            color: #202647;
            position: relative;
            padding-left: 38px;
            padding-top: 2px;
        }

            .about-content .about-list li:last-child {
                margin-bottom: 0;
            }

            .about-content .about-list li i {
                display: inline-block;
                height: 30px;
                width: 30px;
                line-height: 30px;
                background-color: #dafafc;
                color: #107cbe;
                text-align: center;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                border-radius: 30px;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .about-content .about-list li:hover i {
                background-color: #107cbe;
                color: #ffffff;
            }

    .about-content .about-btn {
        margin-top: 30px;
    }

/*================================================
Doctor Area CSS
=================================================*/
.doctor-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .doctor-area.bg-shape {
        position: relative;
    }

        .doctor-area.bg-shape::before {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            top: 0;
            background-image: url(/static/CapstoneV2/img/doctor-bg.jpg);
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            width: 100%;
            height: 30%;
            z-index: -1;
        }

    .doctor-area .section-title {
        text-align: left;
    }

        .doctor-area .section-title .bar {
            margin: 20px auto 20px 0;
        }

        .doctor-area .section-title p {
            margin: 0 auto 0 0;
        }

    .doctor-area .specialist-btn {
        text-align: right;
    }

    .doctor-area .container-fluid {
        max-width: 1920px;
        margin: auto;
    }

.single-doctor {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 20px 20px 30px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .single-doctor .doctor-image {
        position: relative;
        border: 1px solid #eeeeee;
        overflow: hidden;
    }

        .single-doctor .doctor-image img {
            -webkit-transition: 0.5s;
            transition: 0.5s;
            -webkit-transform: rotate(2deg) scale(1.2);
            transform: rotate(2deg) scale(1.2);
            margin-top: 45px;
        }

        .single-doctor .doctor-image a i {
            display: inline-block;
            height: 60px;
            width: 60px;
            line-height: 60px;
            background-color: #e8f1fa;
            color: #107cbe;
            font-size: 30px;
            text-align: center;
            border-radius: 50px;
            position: absolute;
            top: 5px;
            right: 5px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

            .single-doctor .doctor-image a i:hover {
                background-color: #107cbe;
                color: #ffffff;
            }

    .single-doctor .doctor-content {
        margin-top: 20px;
        position: relative;
    }

        .single-doctor .doctor-content h3 {
            font-size: 22px;
            margin-bottom: 5px;
        }

            .single-doctor .doctor-content h3 a {
                color: #202647;
            }

        .single-doctor .doctor-content .designation {
            font-size: 14px;
            color: #202647;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .single-doctor .doctor-content .department-btn {
            display: inline-block;
            padding: 8px 20px;
            background-color: #107cbe;
            color: #ffffff;
            border-radius: 10px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-weight: 500;
            font-size: 14px;
            position: absolute;
            right: 0;
            top: 0;
        }

            .single-doctor .doctor-content .department-btn:hover {
                background-color: #0473b9;
                color: #ffffff;
            }

        .single-doctor .doctor-content .rating {
            padding-left: 0;
            margin-bottom: 0;
        }

            .single-doctor .doctor-content .rating li {
                list-style-type: none;
                display: inline-block;
            }

                .single-doctor .doctor-content .rating li i {
                    font-size: 15px;
                    color: #f9c23e;
                }

        .single-doctor .doctor-content .information-list {
            padding-left: 0;
            margin-top: 15px;
            margin-bottom: 25px;
        }

            .single-doctor .doctor-content .information-list li {
                list-style-type: none;
                font-size: 14px;
                color: #202647;
                font-weight: 500;
                margin-bottom: 12px;
                position: relative;
                padding-left: 22px;
            }

                .single-doctor .doctor-content .information-list li:last-child {
                    margin-bottom: 0;
                }

                .single-doctor .doctor-content .information-list li i {
                    font-size: 16px;
                    color: #107cbe;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

        .single-doctor .doctor-content .doctor-btn .default-btn {
            padding: 10px 25px;
            font-size: 15px;
            background-color: #34bed8;
            margin-right: 10px;
        }

            .single-doctor .doctor-content .doctor-btn .default-btn:hover {
                background-color: #107cbe;
            }

        .single-doctor .doctor-content .doctor-btn .optional-btn {
            display: inline-block;
            padding: 10px 25px;
            background-color: #107cbe;
            color: #ffffff;
            border-radius: 10px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-weight: 500;
            font-size: 15px;
        }

            .single-doctor .doctor-content .doctor-btn .optional-btn:hover {
                background-color: #0473b9;
                color: #ffffff;
            }

    .single-doctor:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .single-doctor:hover .doctor-image img {
            -webkit-transform: rotate(2deg) scale(1.3);
            transform: rotate(2deg) scale(1.3);
        }

.doctor-inner-box {
    max-width: 1280px;
    margin: auto;
}

.doctor-slider {
    left: calc((100% - 1280px) / 2);
    position: relative;
}

    .doctor-slider .single-doctor {
        border: 1px solid #eeeeee;
    }

        .doctor-slider .single-doctor .doctor-image img {
            height: 100%;
            -webkit-transform: rotate(2deg) scale(1.2);
            transform: rotate(2deg) scale(1.2);
        }

        .doctor-slider .single-doctor:hover {
            -webkit-transform: unset;
            transform: unset;
        }

            .doctor-slider .single-doctor:hover .doctor-image img {
                -webkit-transform: rotate(2deg) scale(1.3);
                transform: rotate(2deg) scale(1.3);
            }

.doctor-shape .shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.doctor-shape .shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/*================================================
Queries Area CSS
=================================================*/
.queries-area {
    overflow: hidden;
}

    .queries-area .container-fluid {
        max-width: 1920px;
        margin: auto;
    }

.queries-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 50px 40px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    position: relative;
}

.loading {
    position: absolute;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

.queries-form .content {
    margin-bottom: 30px;
}

    .queries-form .content h3 {
        font-size: 32px;
        margin-bottom: 0;
        line-height: 1.4;
    }

.queries-form div .form-group {
    position: relative;
    margin-bottom: 15px;
}

    .queries-form div .form-group select.form-group {
        padding: 10px 10px 10px 15px;
        color: #202647;
        background-color: #f2f9fc;
        border: 1px solid #f2f9fc;
        font-size: 14px;
        font-weight: 400;
        height: 45px;
        font-family: "Poppins", sans-serif;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 5px;
        width: 100%;
    }

        .queries-form div .form-group select.form-group:focus {
            border: solid 1px #107cbe;
        }

    .queries-form div .form-group .form-control {
        padding: 10px 10px 10px 45px;
        color: #202647;
        background-color: #f2f9fc;
        border: 1px solid #f2f9fc;
        font-size: 14px;
        font-weight: 400;
        height: 45px;
        font-family: "Poppins", sans-serif;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 5px;
    }

        .queries-form div .form-group .form-control::-webkit-input-placeholder {
            -webkit-transition: 0.5s;
            transition: 0.5s;
            color: #6b6b84;
        }

        .queries-form div .form-group .form-control:-ms-input-placeholder {
            -webkit-transition: 0.5s;
            transition: 0.5s;
            color: #6b6b84;
        }

        .queries-form div .form-group .form-control::-ms-input-placeholder {
            -webkit-transition: 0.5s;
            transition: 0.5s;
            color: #6b6b84;
        }

        .queries-form div .form-group .form-control::placeholder {
            -webkit-transition: 0.5s;
            transition: 0.5s;
            color: #6b6b84;
        }

        .queries-form div .form-group .form-control:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: transparent;
            border: 1px solid #107cbe;
        }

            .queries-form div .form-group .form-control:focus::-webkit-input-placeholder {
                color: transparent;
            }

            .queries-form div .form-group .form-control:focus:-ms-input-placeholder {
                color: transparent;
            }

            .queries-form div .form-group .form-control:focus::-ms-input-placeholder {
                color: transparent;
            }

            .queries-form div .form-group .form-control:focus::placeholder {
                color: transparent;
            }

    .queries-form div .form-group textarea.form-control {
        height: 150px;
        padding: 15px 0 0 15px;
    }

    .queries-form div .form-group label {
        z-index: 1;
        display: block;
        margin-bottom: 0;
        position: absolute;
        left: 15px;
        color: #107cbe;
        font-size: 22px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .queries-form div .form-group label a {
            display: block;
            color: #107cbe;
        }

.queries-form div .nice-select {
    height: 45px;
    width: 100%;
    line-height: 43px;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #f2f9fc;
    border: 1px solid #f2f9fc;
    color: #6b6b84;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 15px;
}

    .queries-form div .nice-select:focus {
        background-color: transparent;
        border: 1px solid #107cbe;
    }

    .queries-form div .nice-select .list {
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
        box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .queries-form div .nice-select .list .option {
            -webkit-transition: 0.5s;
            transition: 0.5s;
            color: #202647;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 14px;
        }

            .queries-form div .nice-select .list .option:hover {
                background-color: #107cbe !important;
                color: #ffffff;
            }

            .queries-form div .nice-select .list .option.selected {
                background-color: transparent;
                font-weight: 600;
            }

    .queries-form div .nice-select::after {
        height: 8px;
        width: 8px;
        border-color: #107cbe;
        right: 15px;
    }

.queries-form div .queries-btn {
    margin-top: 5px;
}

    .queries-form div .queries-btn .default-btn {
        border: none;
        padding: 15px;
        width: 100%;
        cursor: pointer;
    }

.queries-form div .form-check {
    margin-bottom: 10px;
    font-weight: 400;
    color: #6b6b84;
    font-size: 15px;
}

    .queries-form div .form-check a {
        color: #107cbe;
    }

.queries-form.queries-form-width {
    max-width: 630px;
}

.queries-image {
    position: relative;
    text-align: center;
}

    .queries-image .queries-shape .shape-1 {
        position: absolute;
        bottom: -50px;
        z-index: -1;
        -webkit-animation: moveLeftBounce 3s linear infinite;
        animation: moveLeftBounce 3s linear infinite;
    }

    .queries-image .queries-shape .shape-2 {
        position: absolute;
        bottom: 0;
        z-index: -1;
        -webkit-animation: moveBounce 20s linear infinite;
        animation: moveBounce 20s linear infinite;
    }

    .queries-image .queries-shape .shape-3 {
        position: absolute;
        bottom: -85px;
        z-index: -1;
        -webkit-animation: moveLeftBounce 3s linear infinite;
        animation: moveLeftBounce 3s linear infinite;
        max-width: 800px;
        left: 0;
        right: 0;
        margin: auto;
    }

/*================================================
Overview Area CSS
=================================================*/
.overview-content h3 {
    font-size: 38px;
    margin-bottom: 0;
}

.overview-content .bar {
    height: 5px;
    width: 100px;
    background: #107cbe;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px auto 20px 0;
}

    .overview-content .bar::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        width: 5px;
        background: #ffffff;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: MOVE-BG;
        animation-name: MOVE-BG;
    }

.overview-content p {
    margin-bottom: 0;
}

.overview-content .overview-btn {
    margin-top: 25px;
}

.more-video-home {
    margin: 10px 0px;
}

    .more-video-home li {
        list-style-type: none;
        display: inline;
    }

.overview-image {
    position: relative;
}

    .overview-image .video-btn {
        display: inline-block;
        width: 75px;
        height: 75px;
        line-height: 75px;
        background-color: #107cbe;
        border-radius: 50%;
        color: #ffffff;
        position: absolute;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 30px;
    }

        .overview-image .video-btn::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            border: 2px solid #ffffff;
            -webkit-animation: ripple 1s linear infinite;
            animation: ripple 1s linear infinite;
        }

        .overview-image .video-btn:hover {
            background-color: #ffffff;
        }

            .overview-image .video-btn:hover i {
                color: #107cbe;
            }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

/*================================================
Client Area CSS
=================================================*/
.client-area {
    background-color: #f1f9fd;
    overflow: hidden;
}

    .client-area.bg-ffffff {
        background-color: #ffffff;
    }

        .client-area.bg-ffffff .client-inner-box {
            -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
        }

.client-inner-box {
    background-color: #ffffff;
    padding: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .client-inner-box .title {
        margin-bottom: 30px;
        text-align: center;
    }

        .client-inner-box .title h3 {
            font-size: 25px;
            margin-bottom: 0;
        }

.client-item {
    text-align: center;
}

    .client-item p {
        font-size: 18px;
        font-style: italic;
        margin-bottom: 0;
    }

    .client-item .client-info {
        margin-top: 25px;
    }

        .client-item .client-info img {
            display: inline-block;
            height: 80px;
            width: 80px;
            border-radius: 50%;
            margin-bottom: 15px;
        }

        .client-item .client-info h3 {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .client-item .client-info span {
            font-size: 14px;
            font-weight: 500;
            color: #107cbe;
        }

.client-slider.owl-theme .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -ms-grid;
    display: grid;
}

    .client-slider.owl-theme .owl-dots .owl-dot span {
        width: 20px;
        height: 20px;
        background-color: transparent;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 50%;
        margin: 5px 5px;
        border: 1px solid #107cbe;
        position: relative;
    }

        .client-slider.owl-theme .owl-dots .owl-dot span::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background-color: #107cbe;
            border-radius: 50%;
            margin: 4px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

    .client-slider.owl-theme .owl-dots .owl-dot:hover span::before, .client-slider.owl-theme .owl-dots .owl-dot.active span::before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.client-slider.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.client-image {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    text-align: center;
}

    .client-image .client-shape {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        -webkit-animation: moveBounce 10s linear infinite;
        animation: moveBounce 10s linear infinite;
    }

/*================================================
Blog Area CSS
=================================================*/
.single-blog {
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	border: solid 1px #ddd;
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
}

    .single-blog .blog-image {
        overflow: hidden;
        position: relative;
		min-height:243px;
    }

        .single-blog .blog-image img {
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .single-blog .blog-image span {
            position: absolute;
            bottom: 20px;
            left: 20px;
            background-color: #107cbe;
            font-size: 15px;
            font-weight: 500;
            color: #ffffff;
            padding: 10px 25px;
        }

    .single-blog .blog-content {
        padding: 30px 15px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);min-height: 280px;
    }

        .single-blog .blog-content h3 {
            margin-bottom: 12px;
            font-size: 20px;
            line-height: 1.4;
        }

            .single-blog .blog-content h3 a {
                color: #202647;
            }

        .single-blog .blog-content p {
            margin-bottom: 12px;
        }

        .single-blog .blog-content .blog-btn {
            font-size: 15px;
            color: #107cbe;
            font-weight: 500;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .single-blog:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .single-blog:hover .blog-image img {
            -webkit-transform: rotate(2deg) scale(1.2);
            transform: rotate(2deg) scale(1.2);
        }

        .single-blog:hover .blog-content h3 a {
            color: #107cbe;
        }

        .single-blog:hover .blog-content .blog-btn {
            letter-spacing: 1px;
        }

.list-page {
    text-align: center;
}

.phantrang {
}

    .phantrang ul {
        margin: 0px;
        padding: 0px;
    }

        .phantrang ul li {
            display: inline-flex;
        }

            .phantrang ul li a {
                width: 35px;
                height: 35px;
                margin: 0 5px;
                display: inline-block;
                background-color: #ffffff;
                line-height: 35px;
                color: #202647;
                -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
                box-shadow: 0 2px 10px 0 #d8dde6;
                font-size: 14px;
                font-weight: bold;
                border-radius: 50px;
                text-align: center;
            }

                .phantrang ul li a.active,
                .phantrang ul li a:hover {
                    background: #107cbe;
                    color: #ffffff;
                    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
                    box-shadow: 0 2px 10px 0 #d8dde6;
                }

.danhsachtruong {
    margin: 20px 0px;
    background: #edf5f9;
    padding: 10px;
}

    .danhsachtruong .nice-select {
        width: 100%;
    }
/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
    background-color: #107cbe;
}

    .fun-facts-area .solieuhienthi ul {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0px;
        display: table;
        table-layout: fixed;
    }

        .fun-facts-area .solieuhienthi ul li {
            display: table-cell;
            height: 45px !important;
            position: relative;
            line-height: 45px !important;
            text-align: center;
            color: #f1f1f1;
            border: 1px solid transparent;
            z-index: 900;
        }

            .fun-facts-area .solieuhienthi ul li i {
                font-size: 55px;
                border-radius: 50%;
                border: solid 1px #fff;
                padding: 14px;
                background: #202647;
                color: #ffffff;
            }

.treo_more_action {
    position: fixed;
    bottom: 83px;
    right: 18px;
    z-index: 1000;
}

    .treo_more_action .header-contact-info {
        position: absolute;
        left: -300px;
        top: 10px;
        width: 260px;
        margin-left: auto;
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        /* -webkit-transform: scaleX(0); */
        transform: scaleX(0);
        z-index: 2;
        padding: 5px 15px;
        border-radius: 0px 20px 0px 20px;
    }

        .treo_more_action .header-contact-info.active {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        .treo_more_action .header-contact-info li {
            width: 260px;
            height: 71px;
            padding: 5px 15px;
            border: none;
            box-shadow: none;
            border-bottom: dashed 1px #2b3d74;
        }

            .treo_more_action .header-contact-info li span {
                font-size: 12px;
            }

            .treo_more_action .header-contact-info li a {
                width: 100%;
                font-size: 27px;
                height: auto;
                font-weight: 600;
                color: red;
            }

    .treo_more_action ul {
        padding: 0px;
        margin: 0px;
        display: table;
        flex-direction: row-reverse;
    }

        .treo_more_action ul li {
            width: 48px;
            height: 48px;
            background: #fff;
            border-radius: 50px;
            box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
            margin-bottom: 10px;
            margin-right: 0px;
            border: solid 1px #2b3d74;
        }

            .treo_more_action ul li img {
                width: 100%;
            }

        .treo_more_action ul li {
            position: relative;
            z-index: 1000;
            list-style-type: none;
        }

            .treo_more_action ul li a {
                display: flex;
                width: 48px;
                height: 48px;
                z-index: 1000;
                justify-content: center;
                align-items: center;
            }

                .treo_more_action ul li a img {
                    -webkit-animation: rotate-in-2-cw .6s cubic-bezier(.25,.46,.45,.94) infinite alternate both;
                    animation: rotate-in-2-cw .6s cubic-bezier(.25,.46,.45,.94) infinite alternate both;
                }

                .treo_more_action ul li a::before {
                    content: "";
                    animation: pulsate 1s ease-out;
                    animation-iteration-count: infinite;
                    opacity: 0.0;
                    border-radius: 50%;
                    position: absolute;
                    text-align: center;
                    margin: auto;
                    z-index: 999;
                }

.fchat {
    float: left;
    width: 100%;
    height: 270px;
    overflow: hidden;
    display: none;
    background-color: #fff;
    box-shadow: 6px 6px 6px 10px rgba(0,0,0,0.2);
}

    .fchat .fb-page {
        margin-top: -5px;
        float: left;
    }

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
        border: 0px solid #3A9819;
    }

    50% {
        opacity: 0.5;
        border: 16px solid #3A9819;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
        border: 24px solid #3A9819;
    }
}

@-webkit-keyframes rotate-in-2-cw {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotate-in-2-cw {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}


@media (max-width: 767px) {
    .treo_more_action {
        display: none !important
    }

    .fun-facts-area .solieuhienthi ul li {
        text-align: center;
        display: block;
        color: #fff;
        padding: 10px 10px;
        width: 50% !important;
        float: left;
        margin-bottom: 6px;
        height: auto !important;
    }
	.home-sukien .item {
    float: none;
    display: inline;
    width: 98%;
    position: relative;
    
    border-radius: 6px;
    overflow: hidden;
    padding: 0px;
	}
	.home-sukien .item .date-b {width:80px}
	.home-sukien .item .info {
    width: calc(100% - 80px);
	}
	.home-sukien .item .info h3 {
    font-size: 14px;
	}
	.home-sukien .item .info .desc-txt p{
    font-size: 13px;
    line-height: 18px;
}
}

.single-fun-fact {
    margin-bottom: 30px;
    text-align: center;
}

    .single-fun-fact h3 {
        line-height: 1;
        font-size: 60px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #ffffff;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .single-fun-fact p {
        font-weight: 500;
        color: #ffffff;
        font-size: 15px;
    }

/*================================================
Newsletter Area CSS
=================================================*/
.newsletter-area {
    background-color: #eaf6fc;
}

    .newsletter-area.bg-color {
        background-color: #f3f7fb;
    }

        .newsletter-area.bg-color .newsletter-form button {
            background: -webkit-gradient(linear, left top, left bottom, from(#0090cc), color-stop(#0080d8), color-stop(#006de1), color-stop(#0056e3), to(#1f35db));
            background: linear-gradient(to bottom, #0090cc, #0080d8, #006de1, #0056e3, #1f35db);
        }

.newsletter-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.newsletter-content p {
    margin-bottom: 0;
}

.newsletter-form {
    position: relative;
}

    .newsletter-form .input-newsletter {
        display: block;
        width: 100%;
        background-color: #ffffff;
        border: none;
        height: 70px;
        padding: 15px 15px 14px;
        border-radius: 5px;
        outline: 0;
        color: #202647;
        font-family: "Poppins", sans-serif;
    }

        .newsletter-form .input-newsletter::-webkit-input-placeholder {
            color: #6b6b84;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .newsletter-form .input-newsletter:-ms-input-placeholder {
            color: #6b6b84;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .newsletter-form .input-newsletter::-ms-input-placeholder {
            color: #6b6b84;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .newsletter-form .input-newsletter::placeholder {
            color: #6b6b84;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
            color: transparent;
        }

        .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
            color: transparent;
        }

        .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
            color: transparent;
        }

        .newsletter-form .input-newsletter:focus::placeholder {
            color: transparent;
        }

    .newsletter-form button {
        position: absolute;
        right: 4px;
        top: 4px;
        background-color: #107cbe;
        color: #ffffff;
        border: none;
        height: 62px;
        padding: 0 30px;
        border-radius: 5px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        line-height: 50px;
        text-transform: capitalize;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
    }

        .newsletter-form button:hover {
            background-color: #202647;
            color: #ffffff;
        }

    .newsletter-form #validator-newsletter {
        color: red;
        position: relative;
        top: 8px;
        font-size: 15px;
        font-weight: 400;
    }

/*================================================
Healthcare Area CSS
=================================================*/
.healthcare-area {
    background: -webkit-gradient(linear, left top, left bottom, from(#018ecc), color-stop(#007ed8), color-stop(#006ce0), color-stop(#0055e2), to(#1f35db));
    background: linear-gradient(to bottom, #018ecc, #007ed8, #006ce0, #0055e2, #1f35db);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.healthcare-content h3 {
    font-size: 35px;
    margin-bottom: 18px;
    color: #ffffff;
}

.healthcare-content p {
    color: #ffffff;
    margin-bottom: 0;
}

.healthcare-content .healthcare-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px;
}

    .healthcare-content .healthcare-list li {
        list-style-type: none;
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        position: relative;
        padding-left: 38px;
        padding-top: 2px;
    }

        .healthcare-content .healthcare-list li:last-child {
            margin-bottom: 0;
        }

        .healthcare-content .healthcare-list li i {
            display: inline-block;
            height: 30px;
            width: 30px;
            line-height: 30px;
            background-color: #dafafc;
            color: #107cbe;
            text-align: center;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            border-radius: 30px;
            margin-right: 5px;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .healthcare-content .healthcare-list li:hover i {
            background-color: #107cbe;
            color: #ffffff;
        }

.healthcare-content .healthcare-btn {
    margin-top: 35px;
}

    .healthcare-content .healthcare-btn .default-btn {
        background-color: #ffffff;
        color: #107cbe;
        padding: 12px 25px;
    }

        .healthcare-content .healthcare-btn .default-btn:hover {
            background-color: #107cbe;
            color: #ffffff;
        }

.healthcare-image {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

    .healthcare-image img {
        border-radius: 0px 0px 0px 100px;
    }

    .healthcare-image::before {
        position: absolute;
        content: "";
        height: 90%;
        width: 95%;
        background-color: #b5bef2;
        right: -20px;
        bottom: -20px;
        z-index: -1;
        border-radius: 0px 0px 0px 100px;
    }

    .healthcare-image .image-shape-1 {
        position: absolute;
        bottom: -100px;
        left: -60px;
        z-index: -1;
        -webkit-animation: moveBounce 10s linear infinite;
        animation: moveBounce 10s linear infinite;
    }

.healthcare-shape .shape-1 {
    position: absolute;
    left: -10px;
    top: -80px;
    z-index: -1;
    max-width: 320px;
    -webkit-animation: moveBounce 15s linear infinite;
    animation: moveBounce 15s linear infinite;
}

.healthcare-shape .shape-2 {
    position: absolute;
    right: -50px;
    top: -50px;
    z-index: -1;
    -webkit-animation: moveLeftBounce 10s linear infinite;
    animation: moveLeftBounce 10s linear infinite;
}

/*================================================
Specialist Area CSS
=================================================*/
.specialist-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .specialist-area .container-fluid {
        max-width: 1920px;
        margin: auto;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }

        .specialist-area .container-fluid .row .col-lg-6 {
            padding-left: 0;
            padding-right: 0;
        }

.specialist-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#018ecc), color-stop(#007ed8), color-stop(#006ce0), color-stop(#0055e2), to(#1f35db));
    background: linear-gradient(to bottom, #018ecc, #007ed8, #006ce0, #0055e2, #1f35db);
    padding: 100px 25px 100px 0;
    position: relative;
    z-index: 1;
}

    .specialist-inner .specialist-content {
        max-width: 615px;
        margin-left: auto;
    }

        .specialist-inner .specialist-content .title {
            margin-bottom: 35px;
        }

            .specialist-inner .specialist-content .title h3 {
                font-size: 38px;
                margin-bottom: 25px;
                color: #ffffff;
            }

            .specialist-inner .specialist-content .title h4 {
                font-size: 25px;
                margin-bottom: 10px;
                color: #ffffff;
            }

            .specialist-inner .specialist-content .title span {
                font-size: 20px;
                font-weight: 500;
                color: #ffffff;
            }

        .specialist-inner .specialist-content p {
            color: #ffffff;
            margin-bottom: 20px;
        }

        .specialist-inner .specialist-content span {
            color: #ffffff;
            font-size: 16px;
            font-weight: 500;
        }

        .specialist-inner .specialist-content .specialist-info {
            padding-left: 0;
            margin-bottom: 0;
            margin-top: 25px;
        }

            .specialist-inner .specialist-content .specialist-info li {
                list-style-type: none;
                display: inline-block;
            }

                .specialist-inner .specialist-content .specialist-info li span {
                    color: #ffffff;
                    font-size: 18px;
                    font-weight: 500;
                    margin-right: 5px;
                }

                .specialist-inner .specialist-content .specialist-info li a {
                    margin-right: 10px;
                }

                    .specialist-inner .specialist-content .specialist-info li a:last-child {
                        margin-right: 0;
                    }

                    .specialist-inner .specialist-content .specialist-info li a i {
                        display: inline-block;
                        height: 35px;
                        width: 35px;
                        line-height: 35px;
                        background-color: #ffffff;
                        color: #107cbe;
                        -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
                        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
                        text-align: center;
                        font-size: 18px;
                        border-radius: 50px;
                        -webkit-transition: 0.5s;
                        transition: 0.5s;
                    }

                        .specialist-inner .specialist-content .specialist-info li a i:hover {
                            background-color: #107cbe;
                            color: #ffffff;
                            -webkit-transform: translateY(-2px);
                            transform: translateY(-2px);
                        }

        .specialist-inner .specialist-content .specialist-btn {
            margin-top: 35px;
        }

            .specialist-inner .specialist-content .specialist-btn .default-btn {
                background-color: #ffffff;
                color: #107cbe;
            }

                .specialist-inner .specialist-content .specialist-btn .default-btn:hover {
                    background-color: #107cbe;
                    color: #ffffff;
                }

    .specialist-inner .specialist-shape {
        position: absolute;
        top: 0;
        left: -50%;
        opacity: 20%;
        z-index: -1;
    }

    .specialist-inner.two .specialist-content .specialist-btn .default-btn {
        color: #0473b9;
    }

        .specialist-inner.two .specialist-content .specialist-btn .default-btn:hover {
            color: #ffffff;
        }

    .specialist-inner.two .specialist-content .specialist-info li a i {
        color: #0473b9;
    }

        .specialist-inner.two .specialist-content .specialist-info li a i:hover {
            color: #ffffff;
        }

.specialist-image {
    background-image: url(/static/CapstoneV2/img/specialist/specialist.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

    .specialist-image.two {
        background-image: url(/static/CapstoneV2/img/specialist/specialist-2.jpg);
    }

/*================================================
Team Area CSS
=================================================*/
.team-card {
    position: relative;
    margin-bottom: 0px;
    border: solid 1px #efefef;min-height: 457px;
}

    .team-card span.icontitle {
        position: absolute;
        top: 9px;
        right: 10px;
        background: whitesmoke;
        padding: 3px 10px;
        font-size: 12px;
        border-radius: 10px;
        box-shadow: 2px 2px #c7c7c7;
    }

    .team-card img {
        position: relative;
        margin-bottom: 0px;
        border-radius: 5px 5px 0 0;
    }

    .team-card .content {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        padding: 15px 10px;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0 0 5px 5px;
        border-top: 0px;
    }

        .team-card .content p {
            font-size: 13px;
            margin: 0px;
        }

        .team-card .content h3 {
            margin-bottom: 10px;
        }

            .team-card .content h3 a {
                font-size: 17px;
                color: #202647;
            }

        .team-card .content span {
            color: #107cbe;
            display: inline-block;
        }

        .team-card .content .social-link {
            padding: 0;
            margin: 15px 0 -50px 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            opacity: 0;
            visibility: hidden;
        }

            .team-card .content .social-link li {
                list-style-type: none;
                display: inline-block;
                margin: 0 5px;
            }

                .team-card .content .social-link li i {
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    text-align: center;
                    color: #ffffff;
                    background-color: #107cbe;
                    border-radius: 50%;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                    .team-card .content .social-link li i:hover {
                        background-color: #107cbe;
                    }

    .team-card:hover .content .social-link {
        opacity: 1;
        visibility: visible;
        margin: 15px 0 0 0;
    }

/*================================================
Process Area CSS
=================================================*/
.single-process {
    margin-bottom: 30px;
}

    .single-process .process-list {
        padding-left: 0;
        margin-bottom: 0;
    }

        .single-process .process-list li {
            list-style-type: none;
            font-size: 20px;
            font-weight: 600;
            background-color: #f1f9fd;
            color: #202647;
            padding: 22px 15px;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            border-radius: 5px;
        }

            .single-process .process-list li::before {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                height: 100%;
                width: 0;
                background-color: #0473b9;
                z-index: -1;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                border-radius: 5px;
            }

            .single-process .process-list li:last-child {
                margin-bottom: 0;
            }

            .single-process .process-list li i {
                margin-right: 5px;
                color: #0473b9;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .single-process .process-list li:hover {
                color: #ffffff;
            }

                .single-process .process-list li:hover::before {
                    width: 100%;
                }

                .single-process .process-list li:hover i {
                    color: #ffffff;
                }

    .single-process .process-form {
        text-align: center;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        padding: 25px 20px;
        border-radius: 5px;
    }

        .single-process .process-form h3 {
            font-size: 22px;
            margin-bottom: 20px;
        }

        .single-process .process-form form .form-group {
            margin-bottom: 15px;
        }

            .single-process .process-form form .form-group .form-control {
                padding: 10px 10px 10px 10px;
                color: #202647;
                background-color: transparent;
                border: 1px solid #eeeeee;
                font-size: 14px;
                font-weight: 400;
                height: 45px;
                font-family: "Poppins", sans-serif;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                border-radius: 5px;
            }

                .single-process .process-form form .form-group .form-control::-webkit-input-placeholder {
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    color: #6b6b84;
                }

                .single-process .process-form form .form-group .form-control:-ms-input-placeholder {
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    color: #6b6b84;
                }

                .single-process .process-form form .form-group .form-control::-ms-input-placeholder {
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    color: #6b6b84;
                }

                .single-process .process-form form .form-group .form-control::placeholder {
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    color: #6b6b84;
                }

                .single-process .process-form form .form-group .form-control:focus {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    background-color: transparent;
                    border: 1px solid #107cbe;
                }

                    .single-process .process-form form .form-group .form-control:focus::-webkit-input-placeholder {
                        color: transparent;
                    }

                    .single-process .process-form form .form-group .form-control:focus:-ms-input-placeholder {
                        color: transparent;
                    }

                    .single-process .process-form form .form-group .form-control:focus::-ms-input-placeholder {
                        color: transparent;
                    }

                    .single-process .process-form form .form-group .form-control:focus::placeholder {
                        color: transparent;
                    }

        .single-process .process-form form .nice-select {
            height: 45px;
            width: 100%;
            line-height: 45px;
            font-size: 14px;
            padding-left: 12px;
            padding-right: 12px;
            background-color: transparent;
            border: 1px solid #eeeeee;
            color: #6b6b84;
            border-radius: 5px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            margin-bottom: 1rem;
        }

            .single-process .process-form form .nice-select:focus {
                background-color: transparent;
                border: 1px solid #107cbe;
            }

            .single-process .process-form form .nice-select .list {
                background-color: #ffffff;
                -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
                box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
                border-radius: 0;
                margin-top: 0;
                margin-bottom: 0;
                width: 100%;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .single-process .process-form form .nice-select .list .option {
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    color: #202647;
                    padding-left: 20px;
                    padding-right: 20px;
                    font-size: 14px;
                }

                    .single-process .process-form form .nice-select .list .option:hover {
                        background-color: #107cbe !important;
                        color: #ffffff;
                    }

                    .single-process .process-form form .nice-select .list .option.selected {
                        background-color: transparent;
                        font-weight: 600;
                    }

            .single-process .process-form form .nice-select::after {
                height: 8px;
                width: 8px;
                border-color: #107cbe;
                right: 15px;
            }

        .single-process .process-form form .process-btn .default-btn {
            padding: 10px 25px;
            display: block;
            width: 100%;
            cursor: pointer;
            border: none;
            font-size: 15px;
            background-color: #0473b9;
            border-radius: 5px;
        }

            .single-process .process-form form .process-btn .default-btn:hover {
                background-color: #107cbe;
            }

/*================================================
Consult Area CSS
=================================================*/
.consult-area {
    background-color: #047daf;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.consult-image {
    text-align: center;
}

.consult-content h3 {
    color: #ffffff;
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.consult-content p {
    color: #ffffff;
    margin-bottom: 0;
}

.consult-content .consult-inner-content {
    position: relative;
    padding-left: 85px;
    margin-top: 30px;
}

    .consult-content .consult-inner-content .icon {
        position: absolute;
        left: 0;
        top: 0;
    }

        .consult-content .consult-inner-content .icon i {
            display: inline-block;
            background-color: #b5e2fa;
            color: #0473b9;
            height: 65px;
            width: 65px;
            line-height: 65px;
            text-align: center;
            font-size: 35px;
            border-radius: 50px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .consult-content .consult-inner-content h4 {
        font-size: 25px;
        margin-bottom: 12px;
        color: #ffffff;
    }

    .consult-content .consult-inner-content p {
        font-size: 15px;
    }

    .consult-content .consult-inner-content:hover .icon i {
        background-color: #107cbe;
        color: #ffffff;
    }

.consult-shape {
    position: absolute;
    top: -100px;
    left: -110px;
    z-index: -1;
    -webkit-animation: moveBounce 10s linear infinite;
    animation: moveBounce 10s linear infinite;
}

/*================================================
Live Area CSS
=================================================*/
.live-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .live-area .container-fluid {
        max-width: 1920px;
        margin: auto;
    }

.live-image {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .live-image .shape {
        position: absolute;
        bottom: 0;
        z-index: -1;
        -webkit-animation: moveLeftBounce 5s linear infinite;
        animation: moveLeftBounce 5s linear infinite;
    }

.live-inner-box {
    padding-left: 20px;
    max-width: 615px;
}

    .live-inner-box .title {
        margin-bottom: 30px;
    }

        .live-inner-box .title h3 {
            font-size: 38px;
            line-height: 1.4;
        }

    .live-inner-box .live-content {
        text-align: center;
        margin-bottom: 30px;
    }

        .live-inner-box .live-content .icon {
            background-color: #ffffff;
            -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
            box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
            padding: 50px 30px 30px;
            border-radius: 20px;
            position: relative;
            z-index: 1;
            margin-bottom: 20px;
        }

            .live-inner-box .live-content .icon::before {
                position: absolute;
                content: "";
                height: 150px;
                width: 150px;
                background-color: #edf7fb;
                right: 45px;
                top: 30px;
                z-index: -1;
                border-radius: 50%;
            }

            .live-inner-box .live-content .icon i {
                font-size: 130px;
                color: #0473b9;
            }

        .live-inner-box .live-content h4 {
            font-size: 22px;
            margin-bottom: 0;
            font-weight: 600;
            line-height: 1.4;
        }

.live-shape {
    position: absolute;
    top: 10%;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    right: 0;
    z-index: -1;
    -webkit-animation: moveLeftBounce 5s linear infinite;
    animation: moveLeftBounce 5s linear infinite;
}

/*================================================
Testimonial Area CSS
=================================================*/
.testimonial-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-image {
    background-image: url(/static/CapstoneV2/img/testimonial.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.testimonial-inner-box {
    padding: 50px 30px 10px;
}

    .testimonial-inner-box .title {
        margin-bottom: 30px;
        text-align: center;
    }

        .testimonial-inner-box .title h3 {
            font-size: 38px;
            margin-bottom: 0;
        }

.testimonial-item {
    text-align: center;
}

    .testimonial-item .icon {
        margin-bottom: 20px;
    }

        .testimonial-item .icon i {
            display: inline-block;
            height: 65px;
            width: 65px;
            line-height: 65px;
            background-color: #e1f1fc;
            color: #0473b9;
            font-size: 35px;
            border-radius: 50px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

            .testimonial-item .icon i:hover {
                background-color: #107cbe;
                color: #ffffff;
            }

    .testimonial-item p {
        font-size: 18px;
        font-style: italic;
        margin-bottom: 0;
    }

    .testimonial-item .testimonial-info {
        margin-top: 25px;
    }

        .testimonial-item .testimonial-info img {
            display: inline-block;
            height: 80px;
            width: 80px;
            border-radius: 50%;
            margin-bottom: 15px;
        }

        .testimonial-item .testimonial-info h3 {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .testimonial-item .testimonial-info span {
            font-size: 14px;
            font-weight: 500;
            color: #107cbe;
        }

.testimonial-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-animation: moveBounce 15s linear infinite;
    animation: moveBounce 15s linear infinite;
}

/*================================================
Services Area CSS
=================================================*/
.single-services {
    margin-bottom: 30px;
}

    .single-services .services-image {
        overflow: hidden;
    }

        .single-services .services-image img {
            border-radius: 5px 5px 0 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .single-services .services-content {
        text-align: center;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        padding: 30px 20px;
        position: relative;
        z-index: 1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
    }

        .single-services .services-content h3 {
            font-size: 25px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            margin-bottom: 15px;
        }

        .single-services .services-content p {
            -webkit-transition: 0.5s;
            transition: 0.5s;
            margin-bottom: 15px;
        }

        .single-services .services-content .read-more-btn {
            display: inline-block;
            color: #107cbe;
            font-weight: 500;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .single-services .services-content::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0%;
            background-color: #107cbe;
            z-index: -1;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            border-radius: 0 0 5px 5px;
        }

    .single-services:hover .services-content::before {
        height: 100%;
    }

    .single-services:hover .services-content h3 a {
        color: #ffffff;
    }

    .single-services:hover .services-content p {
        color: #ffffff;
    }

    .single-services:hover .services-content .read-more-btn {
        color: #ffffff;
    }

    .single-services:hover .services-image img {
        -webkit-transform: rotate(2deg) scale(1.2);
        transform: rotate(2deg) scale(1.2);
    }

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
    background-color: #fafafa;
}

.tab .tabs_item {
    display: none;
}

    .tab .tabs_item:first-child {
        display: block;
    }

.pricing-list-tab .tabs {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 40px;
}

    .pricing-list-tab .tabs li {
        display: inline-block;
    }

        .pricing-list-tab .tabs li a {
            display: block;
            background-color: #f2f2f2;
            color: #202647;
            padding: 10px 30px 10px 35px;
            position: relative;
            border-radius: 5px;
            margin-left: -1px;
            margin-right: -1px;
            font-size: 16px;
            font-weight: 400;
        }

        .pricing-list-tab .tabs li.current a {
            color: #ffffff;
            background-color: #202647;
        }

        .pricing-list-tab .tabs li:nth-child(1) a {
            border-radius: 30px 0 0 30px;
        }

        .pricing-list-tab .tabs li:nth-child(2) a {
            border-radius: 0 30px 30px 0;
        }

.single-pricing-table {
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 35px 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .single-pricing-table .pricing-header h3 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .single-pricing-table .price {
        font-size: 50px;
        color: #107cbe;
        margin-top: 20px;
        margin-bottom: 25px;
        line-height: 1;
    }

    .single-pricing-table .pricing-features {
        padding-left: 0;
        margin-bottom: 0;
    }

        .single-pricing-table .pricing-features li {
            list-style-type: none;
            margin-bottom: 15px;
            font-size: 16px;
            font-weight: 400;
        }

            .single-pricing-table .pricing-features li:last-child {
                margin-bottom: 0;
            }

            .single-pricing-table .pricing-features li i {
                color: #107cbe;
                margin-right: 5px;
                font-size: 15px;
            }

            .single-pricing-table .pricing-features li.color-gray {
                color: #b4b4b4;
            }

    .single-pricing-table .pricing-btn {
        margin-top: 25px;
    }

        .single-pricing-table .pricing-btn .default-btn {
            padding: 12px 35px;
            border-radius: 5px;
            font-size: 15px;
        }

    .single-pricing-table:hover {
        border: 1px solid #107cbe;
    }

/*================================================
Page Banner CSS
=================================================*/
.page-banner-area {
    position: relative;
    z-index: 1;
    background-image: url(/static/CapstoneV2/img/page-banner/page-banner-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
}

    .page-banner-area::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background-color: #000000;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        opacity: .70;
    }

    .page-banner-area.item-bg1 {
        background-image: url(/static/CapstoneV2/img/page-banner/page-banner-2.jpg);
    }

    .page-banner-area.item-bg2 {
        background-image: url(/static/CapstoneV2/img/page-banner/page-banner-3.jpg);
    }

    .page-banner-area.item-bg3 {
        background-image: url(/static/CapstoneV2/img/page-banner/page-banner-4.jpg);
    }

    .page-banner-area.item-bg4 {
        background-image: url(/static/CapstoneV2/img/page-banner/page-banner-5.jpg);
    }

.page-banner-content {
    text-align: center;
}

    .page-banner-content h2 {
        color: #ffffff;
        margin-bottom: 20px;
        font-size: 42px;
    }

    .page-banner-content ul {
        text-align: center;
        padding-left: 0;
        margin-bottom: 0;
    }

        .page-banner-content ul li {
            display: inline-block;
            list-style-type: none;
            margin-left: 15px;
            font-weight: 600;
            color: #107cbe;
            position: relative;
        }

            .page-banner-content ul li::before {
                content: '';
                position: absolute;
                left: -10px;
                top: 6px;
                height: 12px;
                width: 1px;
                background: #107cbe;
            }

            .page-banner-content ul li:first-child {
                margin-left: 0;
            }

                .page-banner-content ul li:first-child::before {
                    display: none;
                }

            .page-banner-content ul li a {
                display: block;
                color: #ffffff;
            }

.page-banner-area-two {
    background-color: #e4e3e3;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-banner-content-two h2 {
    color: #202647;
    margin-bottom: 12px;
    font-size: 35px;
}

.page-banner-content-two ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .page-banner-content-two ul li {
        display: inline-block;
        list-style-type: none;
        margin-left: 15px;
        font-weight: 600;
        color: #107cbe;
        position: relative;
        font-size: 15px;
    }

        .page-banner-content-two ul li::before {
            content: '';
            position: absolute;
            left: -10px;
            top: 6px;
            height: 12px;
            width: 1px;
            background: #107cbe;
        }

        .page-banner-content-two ul li:first-child {
            margin-left: 0;
        }

            .page-banner-content-two ul li:first-child::before {
                display: none;
            }

        .page-banner-content-two ul li a {
            display: block;
            color: #202647;
        }

/*================================================
Gallery Area CSS
=================================================*/
.single-gallery-box {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

    .single-gallery-box::before {
        width: 100%;
        content: '';
        position: absolute;
        height: 100%;
        background-color: #000000;
        left: 0;
        top: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }

    .single-gallery-box .gallery-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        font-size: 35px;
        color: #ffffff;
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
    }

    .single-gallery-box:hover::before {
        opacity: .30;
        visibility: visible;
    }

    .single-gallery-box:hover .gallery-btn {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

/*================================================
My Account Area CSS
=================================================*/
.login-form {
    padding: 35px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    max-width: 650px;
    margin: auto;
}

    .login-form h2 {
        margin-bottom: 30px;
        font-size: 25px;
        border-bottom: 1px solid #dedddf;
        padding-bottom: 15px;
        font-weight: 600;
        position: relative;
    }

        .login-form h2::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            border-bottom: 1px solid #107cbe;
            height: 100%;
            width: 100px;
        }

    .login-form form .form-group {
        margin-bottom: 25px;
    }

        .login-form form .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #6b6b84;
            font-weight: 500;
            font-size: 16px;
        }

        .login-form form .form-group .form-control {
            height: 60px;
            padding: 0 0 0 15px;
            line-height: initial;
            color: #202647;
            background-color: transparent;
            border: 1px solid #eeeeee;
            border-radius: 0;
            -webkit-box-shadow: unset;
            box-shadow: unset;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 15px;
            font-weight: 400;
        }

            .login-form form .form-group .form-control:focus {
                border: 1px solid #107cbe;
                background-color: transparent;
            }

                .login-form form .form-group .form-control:focus::-webkit-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .login-form form .form-group .form-control:focus:-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .login-form form .form-group .form-control:focus::-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .login-form form .form-group .form-control:focus::placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

    .login-form form .lost-your-password {
        text-align: right;
    }

        .login-form form .lost-your-password a {
            display: inline-block;
            position: relative;
            font-weight: 500;
            font-size: 15px;
            color: #6b6b84;
        }

            .login-form form .lost-your-password a::before {
                width: 100%;
                height: 1px;
                position: absolute;
                left: 0;
                bottom: 0;
                content: '';
                -webkit-transition: 0.5s;
                transition: 0.5s;
                background-color: #eeeeee;
            }

            .login-form form .lost-your-password a::after {
                width: 0;
                height: 1px;
                position: absolute;
                left: 0;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                bottom: 0;
                content: '';
                background-color: #107cbe;
            }

            .login-form form .lost-your-password a:hover::before {
                width: 0;
            }

            .login-form form .lost-your-password a:hover::after {
                width: 100%;
            }

    .login-form form button {
        border: none;
        margin-top: 25px;
        padding: 15px 30px;
        width: 100%;
        border-radius: 5px;
        cursor: pointer;
        background-color: #107cbe;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .login-form form button:hover {
            background-color: #0473b9;
        }

    .login-form.mb-30 {
        margin-bottom: 30px;
    }

.register-form {
    padding: 35px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    max-width: 1000px;
    margin: auto;
}

    .register-form h2 {
        margin-bottom: 30px;
        font-size: 25px;
        border-bottom: 1px solid #dedddf;
        padding-bottom: 15px;
        font-weight: 600;
        position: relative;
    }

        .register-form h2::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            border-bottom: 1px solid #107cbe;
            height: 100%;
            width: 100px;
        }

    .register-form .form-group {
        margin-bottom: 10px;
    }

        .register-form .form-group:before {
            display: table;
            content: " ";
        }

        .register-form .form-group:after {
            clear: both;
        }

        .register-form .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #6b6b84;
            font-weight: 500;
            font-size: 16px;
            text-align: right;
            padding-top: 10px;
        }

        .register-form .form-group .form-check-label td {
        }

        .register-form .form-group .form-check-label label {
            display: inline-block;
            padding: 0px 0px 0px 10px;
            margin: 0px;
        }

        .register-form .form-group .failure {
            background: red;
            width: 100%;
            font-size: 14px;
            padding: 5px 2px;
            border-radius: 10px 0px;
            color: #fff;
        }

        .register-form .form-group .form-control {
            height: 40px;
            padding: 0 0 0 15px;
            line-height: initial;
            color: #202647;
            background-color: transparent;
            border: 1px solid #eeeeee;
            border-radius: 0;
            -webkit-box-shadow: unset;
            box-shadow: unset;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 15px;
            font-weight: 400;
        }

        .register-form .form-group textarea.form-control {
            height: auto;
            padding: 15px;
        }

        .register-form .form-group .nice-select {
            height: 40px;
            border-radius: 0px;
            width: 100%;
        }

        .register-form .form-group .form-control:focus {
            border: 1px solid #107cbe;
            background-color: transparent;
        }

            .register-form .form-group .form-control:focus::-webkit-input-placeholder {
                color: transparent;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .register-form .form-group .form-control:focus:-ms-input-placeholder {
                color: transparent;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .register-form .form-group .form-control:focus::-ms-input-placeholder {
                color: transparent;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .register-form .form-group .form-control:focus::placeholder {
                color: transparent;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

    .register-form .description {
        font-style: italic;
        font-size: 12.5px;
        /* margin-top: -10px; */
        /* margin-bottom: 15px; */
        line-height: 16px;
    }

    .register-form button {
        border: none;
        padding: 15px 30px;
        width: 100%;
        border-radius: 5px;
        cursor: pointer;
        background-color: #107cbe;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .register-form button:hover {
            background-color: #0473b9;
        }

/*================================================
Change Password Area CSS
=================================================*/
.change-password-form {
    padding: 35px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    max-width: 650px;
    margin: auto;
}

    .change-password-form h2 {
        margin-bottom: 30px;
        font-size: 25px;
        border-bottom: 1px solid #dedddf;
        padding-bottom: 15px;
        font-weight: 600;
        position: relative;
    }

        .change-password-form h2::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            border-bottom: 1px solid #107cbe;
            height: 100%;
            width: 100px;
        }

    .change-password-form form .form-group {
        margin-bottom: 25px;
    }

        .change-password-form form .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #6b6b84;
            font-weight: 500;
            font-size: 16px;
        }

        .change-password-form form .form-group .form-control {
            height: 60px;
            padding: 0 0 0 15px;
            line-height: initial;
            color: #202647;
            background-color: transparent;
            border: 1px solid #eeeeee;
            border-radius: 0;
            -webkit-box-shadow: unset;
            box-shadow: unset;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 15px;
            font-weight: 400;
        }

            .change-password-form form .form-group .form-control:focus {
                border: 1px solid #107cbe;
                background-color: transparent;
            }

                .change-password-form form .form-group .form-control:focus::-webkit-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .change-password-form form .form-group .form-control:focus:-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .change-password-form form .form-group .form-control:focus::-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .change-password-form form .form-group .form-control:focus::placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

    .change-password-form form button {
        border: none;
        padding: 15px 30px;
        width: 100%;
        border-radius: 5px;
        cursor: pointer;
        background-color: #107cbe;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .change-password-form form button:hover {
            background-color: #0473b9;
        }

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .faq-accordion .accordion .accordion-item {
        display: block;
        background: #ffffff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        margin-bottom: 10px;
    }

        .faq-accordion .accordion .accordion-item:last-child {
            margin-bottom: 0;
        }

    .faq-accordion .accordion .accordion-title {
        padding: 20px 40px 20px 20px;
        color: #202647;
        position: relative;
        display: block;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 500;
    }

        .faq-accordion .accordion .accordion-title i {
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #202647;
            font-size: 20px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .faq-accordion .accordion .accordion-title.active i::before {
            content: "\eaed";
            color: #107cbe;
        }

    .faq-accordion .accordion .accordion-content {
        display: none;
        position: relative;
        padding: 18px 20px;
        border-top: 1px solid #107cbe;
        color: #6b6b84;
        font-size: 15px;
        font-weight: 400;
    }

        .faq-accordion .accordion .accordion-content.show {
            display: block;
        }

.faq-contact-image {
    background-image: url(/static/CapstoneV2/img/faq-contact.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 750px;
}

    .error-content h3 {
        font-size: 38px;
        margin-top: 45px;
        margin-bottom: 20px;
    }

    .error-content p {
        max-width: 520px;
        margin: 0 auto 25px;
        font-size: 15px;
    }

    .error-content .default-btn {
        display: inline-block;
        padding: 15px 30px;
        border-radius: 30px;
        background-color: #107cbe;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .error-content .default-btn:hover {
            background-color: #0473b9;
        }

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .terms-of-service-accordion .accordion .accordion-item {
        display: block;
        background: #ffffff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        margin-bottom: 10px;
    }

        .terms-of-service-accordion .accordion .accordion-item:last-child {
            margin-bottom: 0;
        }

    .terms-of-service-accordion .accordion .accordion-title {
        padding: 20px 40px 20px 20px;
        color: #202647;
        position: relative;
        display: block;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 500;
    }

        .terms-of-service-accordion .accordion .accordion-title i {
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #202647;
            font-size: 20px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .terms-of-service-accordion .accordion .accordion-title.active i::before {
            content: "\eaed";
            color: #107cbe;
        }

    .terms-of-service-accordion .accordion .accordion-content {
        display: none;
        position: relative;
        padding: 18px 20px;
        border-top: 1px solid #107cbe;
        color: #6b6b84;
        font-size: 15px;
        font-weight: 400;
    }

        .terms-of-service-accordion .accordion .accordion-content.show {
            display: block;
        }

/*================================================
Privacy policy Area CSS
=================================================*/
.privacy-policy-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .privacy-policy-accordion .accordion .accordion-item {
        display: block;
        background: #ffffff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        margin-bottom: 10px;
    }

        .privacy-policy-accordion .accordion .accordion-item:last-child {
            margin-bottom: 0;
        }

    .privacy-policy-accordion .accordion .accordion-title {
        padding: 20px 40px 20px 20px;
        color: #202647;
        position: relative;
        display: block;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 500;
    }

        .privacy-policy-accordion .accordion .accordion-title i {
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #202647;
            font-size: 20px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .privacy-policy-accordion .accordion .accordion-title.active i::before {
            content: "\eaed";
            color: #107cbe;
        }

    .privacy-policy-accordion .accordion .accordion-content {
        display: none;
        position: relative;
        padding: 18px 20px;
        border-top: 1px solid #107cbe;
        color: #6b6b84;
        font-size: 15px;
        font-weight: 400;
    }

        .privacy-policy-accordion .accordion .accordion-content.show {
            display: block;
        }

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
    height: 100vh;
    background-image: url(/static/CapstoneV2/img/coming-soon-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-content {
    max-width: 750px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 45px 30px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    margin: auto;
}

    .coming-soon-content .logo {
        display: inline-block;
    }

    .coming-soon-content h2 {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .coming-soon-content #timer {
        margin-top: 45px;
    }

        .coming-soon-content #timer div {
            background-color: #333333;
            color: #ffffff;
            width: 130px;
            height: 130px;
            border-radius: 50%;
            font-size: 40px;
            font-weight: bold;
            margin-left: 5px;
            margin-right: 5px;
        }

            .coming-soon-content #timer div span {
                display: block;
                margin-top: -2px;
                font-size: 15px;
                font-weight: 500;
            }

    .coming-soon-content .newsletter-form {
        position: relative;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 45px;
    }

        .coming-soon-content .newsletter-form .form-group {
            margin-bottom: 25px;
            width: 100%;
            position: relative;
        }

            .coming-soon-content .newsletter-form .form-group .label-title {
                margin-bottom: 0;
                position: absolute;
                display: block;
                left: 0;
                top: 0;
                pointer-events: none;
                width: 100%;
                height: 100%;
                color: #202647;
            }

                .coming-soon-content .newsletter-form .form-group .label-title i {
                    position: absolute;
                    left: 0;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-size: 22px;
                }

            .coming-soon-content .newsletter-form .form-group .input-newsletter {
                border-radius: 0;
                border: none;
                border-bottom: 2px solid #eeeeee;
                padding: 4px 0 0 32px;
                color: #202647;
                height: 45px;
                display: block;
                width: 100%;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                font-size: 15px;
                font-weight: 400;
            }

                .coming-soon-content .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
                    color: #6b6b84;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .coming-soon-content .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
                    color: #6b6b84;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .coming-soon-content .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
                    color: #6b6b84;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
                    color: #6b6b84;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .coming-soon-content .newsletter-form .form-group .input-newsletter:focus {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    outline: 0;
                }

                    .coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-webkit-input-placeholder {
                        color: transparent;
                    }

                    .coming-soon-content .newsletter-form .form-group .input-newsletter:focus:-ms-input-placeholder {
                        color: transparent;
                    }

                    .coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-ms-input-placeholder {
                        color: transparent;
                    }

                    .coming-soon-content .newsletter-form .form-group .input-newsletter:focus::placeholder {
                        color: transparent;
                    }

        .coming-soon-content .newsletter-form .default-btn {
            border: none;
            position: relative;
            right: 0;
            top: 0;
            padding: 15px 45px;
            border-radius: 5px;
            height: unset;
            line-height: unset;
        }

        .coming-soon-content .newsletter-form .validation-danger {
            margin-top: 5px;
            color: red;
        }

        .coming-soon-content .newsletter-form .validation-success {
            margin-top: 15px;
        }

        .coming-soon-content .newsletter-form p {
            margin-top: 25px;
            margin-bottom: 0;
            font-size: 15px;
        }

/*================================================
Contact Info Area CSS
=================================================*/
.contact-info-box {
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
}

    .contact-info-box .icon {
        margin-bottom: 22px;
    }

        .contact-info-box .icon i {
            display: inline-block;
            width: 70px;
            height: 70px;
            line-height: 70px;
            background: #f5f5f5;
            border-radius: 50%;
            font-size: 35px;
            color: #107cbe;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .contact-info-box h3 {
        margin-bottom: 12px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 20px;
    }

    .contact-info-box p {
        margin-bottom: 2px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .contact-info-box p a {
            display: inline-block;
            color: #6b6b84;
        }

            .contact-info-box p a:hover {
                color: #107cbe;
            }

        .contact-info-box p:last-child {
            margin-bottom: 0;
        }

    .contact-info-box:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

        .contact-info-box:hover .icon i {
            background: #107cbe;
            color: #ffffff;
        }

/*================================================
Contact Area CSS
=================================================*/
.contact-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 35px;
}

    .contact-form .title {
        margin-bottom: 30px;
    }

        .contact-form .title span {
            font-size: 16px;
            font-weight: 500;
            color: #107cbe;
        }

        .contact-form .title h3 {
            font-size: 30px;
            margin-bottom: 0;
            margin-top: 12px;
        }

    .contact-form .form-group {
        margin-bottom: 15px;
    }

        .contact-form .form-group .form-control {
            display: block;
            width: 100%;
            height: 60px;
            outline: 0;
            background-color: transparent;
            border: 1px solid #eeeeee;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 15px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-family: "Poppins", sans-serif;
        }

            .contact-form .form-group .form-control::-webkit-input-placeholder {
                color: #6b6b84;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .contact-form .form-group .form-control:-ms-input-placeholder {
                color: #6b6b84;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .contact-form .form-group .form-control::-ms-input-placeholder {
                color: #6b6b84;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .contact-form .form-group .form-control::placeholder {
                color: #6b6b84;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .contact-form .form-group .form-control:focus {
                outline: 0;
                background-color: #ffffff;
                border-color: #107cbe;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .contact-form .form-group .form-control:focus::-webkit-input-placeholder {
                    color: transparent;
                }

                .contact-form .form-group .form-control:focus:-ms-input-placeholder {
                    color: transparent;
                }

                .contact-form .form-group .form-control:focus::-ms-input-placeholder {
                    color: transparent;
                }

                .contact-form .form-group .form-control:focus::placeholder {
                    color: transparent;
                }

        .contact-form .form-group textarea.form-control {
            height: auto;
            padding: 15px;
        }

        .contact-form .form-group .help-block.with-errors ul {
            color: red;
            margin-bottom: 0;
            margin-top: 10px;
        }

            .contact-form .form-group .help-block.with-errors ul li {
                font-size: 14px;
            }

    .contact-form .form-check {
        margin-bottom: 10px;
        font-weight: 400;
        color: #6b6b84;
        font-size: 15px;
    }

        .contact-form .form-check a {
            color: #107cbe;
        }

    .contact-form #msgSubmit {
        margin: 0;
        font-size: 1.3rem;
    }

        .contact-form #msgSubmit.text-danger, .contact-form #msgSubmit.text-success {
            margin-top: 20px;
            font-size: 20px;
        }

    .contact-form .default-btn {
        border: none;
        margin-top: 10px;
        padding: 12px 25px;
        width: 100%;
        border-radius: 5px;
    }

.contact-map iframe {
    border: none;
    width: 100%;
    height: 650px;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
    text-align: center;
}

    .pagination-area .page-numbers {
        width: 35px;
        height: 35px;
        margin: 0 5px;
        display: inline-block;
        background-color: #ffffff;
        line-height: 35px;
        color: #202647;
        -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
        box-shadow: 0 2px 10px 0 #d8dde6;
        font-size: 14px;
        font-weight: bold;
        border-radius: 50px;
        text-align: center;
    }

        .pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
            background: #107cbe;
            color: #ffffff;
            -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
            box-shadow: 0 2px 10px 0 #d8dde6;
        }

        .pagination-area .page-numbers i {
            position: relative;
            top: 1px;
        }

/*================================================
Service details Area CSS
=================================================*/
.service-details-image {
    margin-bottom: 30px;
}

.service-details-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-details-content p {
    font-size: 15px;
    margin-bottom: 20px;
}

.service-details-content .service-details-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    background: #f4f5fe;
    padding: 35px 30px 30px;
    border-radius: 10px;
}

    .service-details-content .service-details-info .single-info-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 15px;
        padding-right: 15px;
    }

        .service-details-content .service-details-info .single-info-box h4 {
            margin-bottom: 14px;
            font-size: 22px;
            font-weight: 600;
        }

        .service-details-content .service-details-info .single-info-box span {
            display: block;
            color: #6b6b84;
            font-size: 16px;
        }

        .service-details-content .service-details-info .single-info-box .social {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }

            .service-details-content .service-details-info .single-info-box .social li {
                display: inline-block;
                margin-right: 5px;
            }

                .service-details-content .service-details-info .single-info-box .social li a {
                    background-color: #ffffff;
                    color: #6b6b84;
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    text-align: center;
                    border-radius: 30px;
                    line-height: 32px;
                }

                    .service-details-content .service-details-info .single-info-box .social li a:hover {
                        color: #ffffff;
                        background: #107cbe;
                        -webkit-transform: translateY(-2px);
                        transform: translateY(-2px);
                    }

                .service-details-content .service-details-info .single-info-box .social li:last-child {
                    margin-right: 0;
                }

        .service-details-content .service-details-info .single-info-box .default-btn {
            display: inline-block;
            padding: 12px 30px;
            color: #ffffff;
            text-transform: capitalize;
            background-color: #107cbe;
            border: 1px solid #107cbe;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 500;
        }

            .service-details-content .service-details-info .single-info-box .default-btn:hover {
                background-color: #ffffff;
                color: #107cbe;
            }

        .service-details-content .service-details-info .single-info-box:first-child {
            padding-left: 0;
        }

        .service-details-content .service-details-info .single-info-box:last-child {
            text-align: right;
            padding-right: 0;
            margin-top: 10px;
        }

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
    margin-top: 25px;
}

.blog-details-desc h1 {
    padding-left: 20px;
    border-left: solid 3px #0090cc;
    font-size: 29px;
}

.blog-details-desc .article-content p {
    font-size: 15px;
    margin-bottom: 20px;
}

.blog-details-desc .article-content h3 {
    font-size: 25px;
    margin-top: 12px;
    margin-bottom: 20px;
}

    .blog-details-desc .article-content h3 a {
        color: #202647;
    }

.blog-details-desc .article-content .details-content h3 {
    font-size: 25px;
    margin-top: 12px;
    margin-bottom: 20px;
}

    .blog-details-desc .article-content .details-content h3 a {
        color: #202647;
    }

.blog-details-desc .article-content .details-content p {
    font-size: 15px;
}

.blog-details-desc .article-content .features-list {
    padding-left: 0;
    margin-bottom: 20px;
}

    .blog-details-desc .article-content .features-list li {
        list-style-type: none;
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 16px;
    }

        .blog-details-desc .article-content .features-list li:last-child {
            margin-bottom: 0;
        }

        .blog-details-desc .article-content .features-list li i {
            color: #107cbe;
            margin-right: 5px;
        }

.blog-details-desc .article-content .details-image img {
    margin-bottom: 20px;
}

.blog-details-desc p {
    color: #444;
}

.blog-details-desc table tr td {
    border: solid 1px #ccc;
    padding: 5px;
    font-size: 16px;
}

.blog-details-desc ul {
}

    .blog-details-desc ul li {
    }

.blog-details-desc figure {
    width: auto;
    background: #f7f7f7;
    border: solid 1px #ececec;
    margin: 0px auto;
    text-align: center;
    display: table;
    margin-bottom: 20px;
}

    .blog-details-desc figure figcaption {
    }

.news-details .post-tag {
    margin: 20px 0px;
    background: #f7f6f6;
    padding: 10px;
}

    .news-details .post-tag ul {
        margin: 0px;
        padding: 0px;
        display: table;
    }

        .news-details .post-tag ul li {
            float: left;
            list-style-type: none;
            margin: 0px 5px;
        }

            .news-details .post-tag ul li a {
                background: #0090cccc;
                border-radius: 10px;
                padding: 3px 5px;
                font-size: 13px;
                color: #fff;
            }

.news-details .top-releated {
    background: #f1fbfd;
    border-radius: 50px 0px 50px 0px;
    padding: 20px 30px;
    border: solid 1px #c5f5ff;
    box-shadow: 1px 3px 7px 0px #f1fbfd;
    margin: 20px 0px;
}

    .news-details .top-releated li {
    }

        .news-details .top-releated li a {
            font-size: 14px;
        }

.news-details .bottom-article {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 5px 0px
}

    .news-details .bottom-article ul.meta-post {
        margin: 0px;
        padding: 0px;
        display: table;
    }

        .news-details .bottom-article ul.meta-post li {
            float: left;
            list-style-type: none;
            margin: 0px 5px;
        }

blockquote, .blockquote {
    background-color: #f4f4f4;
    padding: 30px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border-left: 1px solid #107cbe;
}

    blockquote .icon, .blockquote .icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 30px;
        z-index: -1;
    }

        blockquote .icon i, .blockquote .icon i {
            font-size: 30px;
            color: #107cbe;
        }

    blockquote p, .blockquote p {
        color: #202647;
        margin-bottom: 0;
        font-size: 18px !important;
        font-weight: 500;
        padding-left: 50px;
    }

.comments-area {
    margin-top: 30px;
}

    .comments-area .comments-title {
        margin-bottom: 30px;
        font-size: 25px;
        position: relative;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 15px;
    }

        .comments-area .comments-title::before {
            content: '';
            position: absolute;
            left: 0;
            width: 100px;
            height: 1px;
            bottom: -1px;
            background: #107cbe;
        }

    .comments-area ol, .comments-area ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .comments-area .comment-list {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .comments-area .children {
        margin-left: 30px;
    }

    .comments-area .comment-body {
        color: #202647;
        margin-bottom: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        padding: 30px 30px 30px 100px;
    }

        .comments-area .comment-body .reply {
            margin-top: 10px;
        }

            .comments-area .comment-body .reply a {
                display: inline-block;
                padding: 5px 20px;
                font-size: 14px;
                font-weight: 400;
                color: #6b6b84;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                border: 1px solid #e1e1e1;
                border-radius: 30px;
            }

                .comments-area .comment-body .reply a:hover {
                    color: #ffffff;
                    background-color: #107cbe;
                    border: 1px solid #107cbe;
                }

    .comments-area .comment-author {
        font-size: 18px;
        margin-bottom: 8px;
        position: relative;
        z-index: 2;
    }

        .comments-area .comment-author .avatar {
            height: 50px;
            left: -65px;
            position: absolute;
            width: 50px;
            border-radius: 50px;
        }

        .comments-area .comment-author .fn {
            font-weight: 600;
        }

    .comments-area .comment-metadata {
        color: #6b6b84;
        margin-bottom: 10px;
        font-size: 14px;
    }

        .comments-area .comment-metadata a {
            display: inline-block;
            color: #6b6b84;
        }

            .comments-area .comment-metadata a:hover {
                color: #0473b9;
            }

    .comments-area .comment-respond {
        margin-top: 30px;
        background-color: #f4f4f4;
        padding: 30px;
    }

        .comments-area .comment-respond .comment-reply-title {
            margin-bottom: 0;
            font-size: 25px;
            position: relative;
            border-bottom: 1px solid #eeeeee;
            padding-bottom: 15px;
            margin-bottom: 30px;
        }

            .comments-area .comment-respond .comment-reply-title::before {
                content: '';
                position: absolute;
                left: 0;
                width: 100px;
                height: 1px;
                bottom: -1px;
                background: #107cbe;
            }

        .comments-area .comment-respond .comment-form {
            overflow: hidden;
        }

        .comments-area .comment-respond .comment-form-comment {
            float: left;
            width: 100%;
        }

        .comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
            display: inline-block;
            width: 100%;
            background-color: #ffffff;
            border: none;
            padding: 0 0 0 15px;
            height: 50px;
            outline: 0;
            border-radius: 2px;
            color: #202647;
            border: 1px solid #ffffff;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

            .comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
                border: 1px solid #107cbe;
            }

            .comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
                color: #6b6b84;
            }

            .comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
                color: #6b6b84;
            }

            .comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
                color: #6b6b84;
            }

            .comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
                color: #6b6b84;
            }

        .comments-area .comment-respond textarea {
            height: auto !important;
            padding-top: 15px;
        }

        .comments-area .comment-respond .comment-form-author {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

        .comments-area .comment-respond .comment-form-email {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

        .comments-area .comment-respond .comment-form-url {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

        .comments-area .comment-respond .comment-form-cookies-consent {
            width: 100%;
            float: left;
            position: relative;
            padding-left: 20px;
            margin-top: 15px;
            margin-bottom: 20px;
        }

            .comments-area .comment-respond .comment-form-cookies-consent input {
                position: absolute;
                left: 0;
                top: 7.5px;
            }

            .comments-area .comment-respond .comment-form-cookies-consent label {
                display: inline-block;
                margin: 0;
                color: #6b6b84;
            }

        .comments-area .comment-respond .form-submit {
            float: left;
            width: 100%;
        }

            .comments-area .comment-respond .form-submit input {
                background: #107cbe;
                border: none;
                color: #ffffff;
                padding: 10px 30px 10px;
                display: inline-block;
                cursor: pointer;
                text-transform: capitalize;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                border-radius: 0;
                font-weight: 500;
                font-size: 15px;
            }

                .comments-area .comment-respond .form-submit input:hover {
                    background-color: #0473b9;
                }

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
    margin-bottom: 30px;
}

    .widget-area .widget:last-child {
        margin-bottom: 0;
    }

    .widget-area .widget .widget-title {
        margin-bottom: 25px;
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #eeeeee;
        font-size: 22px;
    }

        .widget-area .widget .widget-title::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 1px;
            bottom: -1px;
            background: #107cbe;
        }

.widget-area .widget_search {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 25px;
}

    .widget-area .widget_search form {
        position: relative;
    }

        .widget-area .widget_search form label {
            display: block;
            margin-bottom: 0;
        }

        .widget-area .widget_search form .screen-reader-text {
            display: none;
        }

        .widget-area .widget_search form .search-field {
            background-color: transparent;
            height: 50px;
            padding: 8px 15px;
            border: 1px solid #eeeeee;
            width: 100%;
            display: block;
            outline: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            border-radius: 5px;
        }

            .widget-area .widget_search form .search-field:focus {
                border-color: #107cbe;
            }

        .widget-area .widget_search form button {
            border: none;
            background-color: #eeeeee;
            color: #107cbe;
            height: 40px;
            width: 40px;
            position: absolute;
            right: 5px;
            padding: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            top: 5px;
            font-size: 20px;
            border-radius: 5px;
            cursor: pointer;
        }

            .widget-area .widget_search form button i {
                position: absolute;
                left: 0;
                right: 0;
                top: 52%;
                -webkit-transform: translateY(-52%);
                transform: translateY(-52%);
            }

            .widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
                background-color: #107cbe;
                color: #ffffff;
            }

.widget-area .widget_categories {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 25px;
}

    .widget-area .widget_categories ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .widget-area .widget_categories ul li {
            margin-bottom: 15px;
            color: #202647;
            font-size: 15px;
            font-weight: 500;
            position: relative;
            padding-left: 14px;
        }

            .widget-area .widget_categories ul li::before {
                background: #107cbe;
                height: 8px;
                width: 8px;
                content: '';
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                position: absolute;
                border-radius: 30px;
            }

            .widget-area .widget_categories ul li:last-child {
                margin-bottom: 0;
            }

            .widget-area .widget_categories ul li a {
                color: #202647;
                display: inline-block;
                position: relative;
                width: 100%;
            }

                .widget-area .widget_categories ul li a:hover {
                    color: #107cbe;
                }

                .widget-area .widget_categories ul li a i {
                    font-size: 20px;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

.widget-area .widget_mediva_posts_thumb {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 25px;
}

    .widget-area .widget_mediva_posts_thumb .item {
        overflow: hidden;
        margin-bottom: 15px;
    }

        .widget-area .widget_mediva_posts_thumb .item:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget_mediva_posts_thumb .item .thumb {
            float: left;
            height: 80px;
            overflow: hidden;
            display: block;
            position: relative;
            width: 80px;
            margin-right: 15px;
            z-index: 1;
        }

            .widget-area .widget_mediva_posts_thumb .item .thumb .fullimage {
                width: 80px;
                height: 80px;
                display: inline-block;
                border-radius: 5px;
                background-size: cover !important;
                background-repeat: no-repeat;
                background-position: center center !important;
            }

                .widget-area .widget_mediva_posts_thumb .item .thumb .fullimage.bg1 {
                    background-image: url(/static/CapstoneV2/img/blog/blog-1.jpg);
                }

                .widget-area .widget_mediva_posts_thumb .item .thumb .fullimage.bg2 {
                    background-image: url(/static/CapstoneV2/img/blog/blog-2.jpg);
                }

                .widget-area .widget_mediva_posts_thumb .item .thumb .fullimage.bg3 {
                    background-image: url(/static/CapstoneV2/img/blog/blog-3.jpg);
                }

                .widget-area .widget_mediva_posts_thumb .item .thumb .fullimage.bg4 {
                    background-image: url(/static/CapstoneV2/img/blog/blog-4.jpg);
                }

                .widget-area .widget_mediva_posts_thumb .item .thumb .fullimage.bg5 {
                    background-image: url(/static/CapstoneV2/img/blog/blog-5.jpg);
                }

                .widget-area .widget_mediva_posts_thumb .item .thumb .fullimage.bg6 {
                    background-image: url(/static/CapstoneV2/img/blog/blog-6.jpg);
                }

        .widget-area .widget_mediva_posts_thumb .item .info {
            overflow: hidden;
            margin-top: 5px;
        }

            .widget-area .widget_mediva_posts_thumb .item .info span {
                display: block;
                color: #6b6b84;
                margin-top: -2px;
                margin-bottom: 5px;
                font-size: 14px;
            }

            .widget-area .widget_mediva_posts_thumb .item .info .title {
                margin-bottom: 0;
                line-height: 1.4;
                font-size: 15px;
                font-weight: normal
            }

                .widget-area .widget_mediva_posts_thumb .item .info .title a {
                    display: inline-block;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                    .widget-area .widget_mediva_posts_thumb .item .info .title a:hover {
                        color: #107cbe;
                    }

.widget-area .widget_tag_cloud {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 25px;
}

    .widget-area .widget_tag_cloud .widget-title {
        margin-bottom: 18px;
    }

.widget-area .tagcloud a {
    background: #f5f5f5;
    display: inline-block;
    color: #202647;
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px !important;
    margin-top: 8px;
    margin-right: 5px;
}

    .widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
        color: #ffffff;
        background-color: #107cbe;
    }

.widget-area .widget_popular_products {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 25px;
}

    .widget-area .widget_popular_products .widget-title {
        margin-bottom: 30px;
    }

    .widget-area .widget_popular_products .item {
        overflow: hidden;
        margin-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 20px;
    }

        .widget-area .widget_popular_products .item:last-child {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

        .widget-area .widget_popular_products .item .thumb {
            float: left;
            height: 110px;
            overflow: hidden;
            display: block;
            position: relative;
            width: 110px;
            margin-right: 15px;
            z-index: 1;
        }

            .widget-area .widget_popular_products .item .thumb .fullimage {
                width: 110px;
                height: 110px;
                display: inline-block;
                border-radius: 2px;
                background-size: cover !important;
                background-repeat: no-repeat;
                background-position: center center !important;
            }

                .widget-area .widget_popular_products .item .thumb .fullimage.bg1 {
                    background-image: url(/static/CapstoneV2/img/shop/shop-1.jpg);
                }

                .widget-area .widget_popular_products .item .thumb .fullimage.bg2 {
                    background-image: url(/static/CapstoneV2/img/shop/shop-2.jpg);
                }

                .widget-area .widget_popular_products .item .thumb .fullimage.bg3 {
                    background-image: url(/static/CapstoneV2/img/shop/shop-3.jpg);
                }

        .widget-area .widget_popular_products .item .info {
            overflow: hidden;
            margin-top: 5px;
        }

            .widget-area .widget_popular_products .item .info span {
                display: block;
                color: #6b6b84;
                text-transform: uppercase;
                margin-top: -5px;
                margin-bottom: 6px;
                font-weight: 500;
            }

            .widget-area .widget_popular_products .item .info .title {
                margin-bottom: 0;
                line-height: 1.4;
                font-weight: 500;
                font-size: 18px;
            }

                .widget-area .widget_popular_products .item .info .title a {
                    display: inline-block;
                }

                    .widget-area .widget_popular_products .item .info .title a:hover {
                        color: #107cbe;
                    }

            .widget-area .widget_popular_products .item .info .rating {
                margin-top: 8px;
            }

                .widget-area .widget_popular_products .item .info .rating i {
                    color: #f6b500;
                    display: inline-block;
                    margin-right: -2px;
                }

/*================================================
Products Area CSS
=================================================*/
.mediva-grid-sorting {
    margin-bottom: 40px;
}

    .mediva-grid-sorting .result-count p .count {
        font-weight: 700;
        color: #202647;
    }

    .mediva-grid-sorting .ordering {
        text-align: right;
    }

        .mediva-grid-sorting .ordering label {
            display: inline-block;
            margin-bottom: 0;
            color: #107cbe;
            margin-right: 5px;
            font-weight: 600;
        }

        .mediva-grid-sorting .ordering .nice-select {
            display: inline-block;
            float: unset;
            width: 215px;
            background: #f8f8f8;
            border-color: #eeeeee;
            color: #202647;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            padding: 0 0 0 12px;
            height: 45px;
            line-height: 45px;
            font-size: 15px;
            font-weight: 500;
        }

            .mediva-grid-sorting .ordering .nice-select .list {
                background-color: #ffffff;
                border-radius: 5px;
                -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
                list-style-type: none;
                border: none;
                width: 100%;
                margin-top: 0;
                margin-bottom: 0;
                padding-left: 0;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .mediva-grid-sorting .ordering .nice-select .list .option {
                    line-height: 38px;
                    min-height: 38px;
                    color: #202647;
                    position: relative;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    padding-left: 15px;
                    padding-right: 25px;
                    font-size: 15px;
                    font-weight: 500;
                }

                    .mediva-grid-sorting .ordering .nice-select .list .option:hover {
                        background-color: #107cbe;
                        color: #ffffff;
                    }

            .mediva-grid-sorting .ordering .nice-select:after {
                border-color: #202647;
                height: 8px;
                width: 8px;
                margin-top: -5px;
            }

            .mediva-grid-sorting .ordering .nice-select:hover {
                border-color: #107cbe;
                background-color: transparent;
            }

.single-products-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .single-products-box .products-image {
        text-align: center;
        position: relative;
        overflow: hidden;
    }

        .single-products-box .products-image a {
            position: relative;
            display: block;
        }

            .single-products-box .products-image a img {
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

    .single-products-box .products-content {
        margin-top: 20px;
        position: relative;
    }

        .single-products-box .products-content h3 {
            margin-bottom: 0;
            font-size: 25px;
        }

            .single-products-box .products-content h3 a {
                display: inline-block;
                color: #202647;
            }

                .single-products-box .products-content h3 a:hover {
                    color: #107cbe;
                }

        .single-products-box .products-content .price {
            margin-top: 15px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-weight: 600;
            color: #107cbe;
        }

            .single-products-box .products-content .price .old-price {
                text-decoration: line-through;
                color: #999999;
                font-weight: 500;
            }

        .single-products-box .products-content .star-rating {
            position: absolute;
            right: 0;
            bottom: 0;
            color: #f49f0b;
        }

            .single-products-box .products-content .star-rating i {
                display: inline-block;
                margin-left: -2px;
            }

        .single-products-box .products-content .add-to-cart {
            position: absolute;
            left: 0;
            bottom: 0;
            text-transform: capitalize;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            display: inline-block;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateX(20px);
            transform: translateX(20px);
            font-weight: 600;
            font-size: 15px;
        }

            .single-products-box .products-content .add-to-cart:hover {
                color: #107cbe;
            }

    .single-products-box:hover .products-content .price {
        opacity: 0;
        visibility: hidden;
    }

    .single-products-box:hover .products-content .add-to-cart {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .single-products-box:hover .products-image a img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
    margin-bottom: 0;
}

    .cart-table table thead tr th {
        border-bottom-width: 0px;
        vertical-align: middle;
        padding: 25px 0 25px;
        border: none;
        white-space: nowrap;
        font-weight: bold;
        font-size: 20px;
    }

    .cart-table table tbody tr td {
        vertical-align: middle;
        color: .6s;
        white-space: nowrap;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        border-color: #eaedff;
        border-left: none;
        border-right: none;
    }

        .cart-table table tbody tr td.product-thumbnail a {
            display: block;
        }

            .cart-table table tbody tr td.product-thumbnail a img {
                width: 100px;
                height: 100px;
                border: 1px solid #eeeeee;
            }

        .cart-table table tbody tr td.product-name a {
            color: #666666;
            font-weight: 500;
            display: inline-block;
            text-decoration: none;
        }

            .cart-table table tbody tr td.product-name a:hover {
                color: #107cbe;
            }

        .cart-table table tbody tr td.product-subtotal .remove {
            color: #107cbe;
            float: right;
            position: relative;
            top: -1px;
        }

        .cart-table table tbody tr td.product-quantity .input-counter {
            max-width: 130px;
            min-width: 130px;
            text-align: center;
            display: inline-block;
            position: relative;
        }

            .cart-table table tbody tr td.product-quantity .input-counter span {
                position: absolute;
                top: 0;
                background-color: transparent;
                cursor: pointer;
                color: #d0d0d0;
                width: 40px;
                height: 100%;
                line-height: 48px;
                -webkit-transition: .6s;
                transition: .6s;
            }

                .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
                    left: 0;
                }

                .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
                    right: 0;
                }

                .cart-table table tbody tr td.product-quantity .input-counter span:hover {
                    color: #107cbe;
                }

            .cart-table table tbody tr td.product-quantity .input-counter input {
                height: 45px;
                color: #107cbe;
                outline: 0;
                display: block;
                border: none;
                background-color: #f8f8f8;
                text-align: center;
                width: 100%;
                outline: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                font-weight: 600;
            }

                .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
                    color: #107cbe;
                }

                .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
                    color: #107cbe;
                }

                .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
                    color: #107cbe;
                }

                .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
                    color: #107cbe;
                }

        .cart-table table tbody tr td.product-subtotal {
            overflow: hidden;
        }

.cart-buttons {
    margin-top: 30px;
    text-align: right;
}

    .cart-buttons .shopping-coupon-code {
        position: relative;
        max-width: 530px;
    }

        .cart-buttons .shopping-coupon-code .form-control {
            height: 50px;
            color: #202647;
            -webkit-box-shadow: unset;
            box-shadow: unset;
            border: 1px solid #f5f5f5;
            background-color: #f5f5f5;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            border-radius: 5px;
            padding: 1px 0 0 15px;
            font-size: 15px;
            font-weight: 500;
        }

            .cart-buttons .shopping-coupon-code .form-control::-webkit-input-placeholder {
                -webkit-transition: 0.5s;
                transition: 0.5s;
                color: #6b6b84;
            }

            .cart-buttons .shopping-coupon-code .form-control:-ms-input-placeholder {
                -webkit-transition: 0.5s;
                transition: 0.5s;
                color: #6b6b84;
            }

            .cart-buttons .shopping-coupon-code .form-control::-ms-input-placeholder {
                -webkit-transition: 0.5s;
                transition: 0.5s;
                color: #6b6b84;
            }

            .cart-buttons .shopping-coupon-code .form-control::placeholder {
                -webkit-transition: 0.5s;
                transition: 0.5s;
                color: #6b6b84;
            }

            .cart-buttons .shopping-coupon-code .form-control:focus {
                border-color: #107cbe;
                background-color: transparent;
            }

                .cart-buttons .shopping-coupon-code .form-control:focus::-webkit-input-placeholder {
                    color: transparent;
                }

                .cart-buttons .shopping-coupon-code .form-control:focus:-ms-input-placeholder {
                    color: transparent;
                }

                .cart-buttons .shopping-coupon-code .form-control:focus::-ms-input-placeholder {
                    color: transparent;
                }

                .cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
                    color: transparent;
                }

        .cart-buttons .shopping-coupon-code button {
            position: absolute;
            right: 0;
            top: 0;
            height: 50px;
            background: #202647;
            color: #ffffff;
            border: none;
            padding: 0 25px;
            line-height: 48px;
            outline: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
        }

            .cart-buttons .shopping-coupon-code button:hover {
                background-color: #107cbe;
            }

    .cart-buttons .default-btn {
        padding: 12px 25px;
        border-radius: 5px;
    }

.cart-totals {
    background: #ffffff;
    padding: 30px;
    max-width: 750px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin: 50px auto 0;
}

    .cart-totals h3 {
        margin-bottom: 25px;
        font-size: 25px;
    }

    .cart-totals ul {
        padding-left: 0;
        margin: 0 0 25px;
        list-style-type: none;
    }

        .cart-totals ul li {
            border: 1px solid #eaedff;
            padding: 20px 15px;
            color: #202647;
            overflow: hidden;
            font-weight: 600;
        }

            .cart-totals ul li:first-child {
                border-bottom: none;
            }

            .cart-totals ul li:last-child {
                border-top: none;
            }

            .cart-totals ul li b {
                font-weight: 500;
            }

            .cart-totals ul li span {
                float: right;
                color: #6b6b84;
                font-weight: 500;
            }

    .cart-totals .default-btn {
        width: 100%;
        text-align: center;
        font-size: 15px;
    }

/*================================================
Checkout CSS
=================================================*/
.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 15px 20px;
    border-top: 3px solid #107cbe;
    position: relative;
    margin-bottom: 40px;
}

    .user-actions i {
        color: #107cbe;
        margin-right: 2px;
        font-size: 20px;
        position: relative;
        top: 3px;
    }

    .user-actions span {
        display: inline-block;
        font-weight: 500;
        color: #107cbe;
    }

        .user-actions span a {
            display: inline-block;
            color: #202647;
        }

            .user-actions span a:hover, .user-actions span a:focus {
                color: #107cbe;
            }

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 25px;
    font-weight: 600;
}

    .billing-details .title::before {
        content: '';
        position: absolute;
        background: #107cbe;
        bottom: -1px;
        left: 0;
        width: 50px;
        height: 1px;
    }

.billing-details .form-group {
    margin-bottom: 25px;
}

    .billing-details .form-group label {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 500;
    }

        .billing-details .form-group label .required {
            color: red;
        }

    .billing-details .form-group .nice-select {
        float: unset;
        height: 60px !important;
        line-height: 58px;
        color: #6b6b84;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 16px;
        font-weight: normal;
    }

        .billing-details .form-group .nice-select .list {
            background-color: #ffffff;
            -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
            box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
            border-radius: 0;
            margin-top: 0;
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .billing-details .form-group .nice-select .list .option {
                -webkit-transition: 0.5s;
                transition: 0.5s;
                padding-left: 20px;
                padding-right: 20px;
            }

                .billing-details .form-group .nice-select .list .option:hover {
                    background-color: #107cbe !important;
                    color: #ffffff;
                }

                .billing-details .form-group .nice-select .list .option.selected {
                    background-color: transparent;
                    font-weight: 600;
                }

        .billing-details .form-group .nice-select:after {
            right: 20px;
            width: 8px;
            height: 8px;
        }

    .billing-details .form-group .form-control {
        background: #f3f3f3;
        border-color: #f3f3f3;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        height: 60px;
    }

        .billing-details .form-group .form-control::-webkit-input-placeholder {
            color: #6b6b84;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .billing-details .form-group .form-control:-ms-input-placeholder {
            color: #6b6b84;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .billing-details .form-group .form-control::-ms-input-placeholder {
            color: #6b6b84;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .billing-details .form-group .form-control::placeholder {
            color: #6b6b84;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .billing-details .form-group .form-control:focus {
            background-color: transparent;
            border-color: #eeeeee;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .billing-details .form-group .form-control:focus::-webkit-input-placeholder {
                color: transparent;
            }

            .billing-details .form-group .form-control:focus:-ms-input-placeholder {
                color: transparent;
            }

            .billing-details .form-group .form-control:focus::-ms-input-placeholder {
                color: transparent;
            }

            .billing-details .form-group .form-control:focus::placeholder {
                color: transparent;
            }

    .billing-details .form-group textarea {
        height: 120px !important;
    }

.billing-details .form-check {
    margin-bottom: 20px;
}

    .billing-details .form-check .form-check-label {
        color: #202647;
    }

    .billing-details .form-check label {
        position: relative;
        left: -3px;
        top: 1px;
        font-weight: 500;
    }

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 25px;
    font-weight: 600;
}

    .order-details .title::before {
        content: '';
        position: absolute;
        background: #107cbe;
        bottom: -1px;
        left: 0;
        width: 50px;
        height: 1px;
    }

.order-details .order-table table {
    margin-bottom: 0;
}

    .order-details .order-table table thead tr th {
        border-bottom-width: 0;
        vertical-align: middle;
        border-color: #eaedff;
        padding: 12px 20px 10px;
        font-weight: 600;
    }

    .order-details .order-table table tbody tr td {
        vertical-align: middle;
        color: #6b6b84;
        border-color: #eaedff;
        font-size: 14.5px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 12px;
    }

        .order-details .order-table table tbody tr td.product-name a {
            color: #6b6b84;
            display: inline-block;
        }

            .order-details .order-table table tbody tr td.product-name a:hover {
                color: #107cbe;
            }

        .order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
            color: #202647;
            font-weight: 600;
        }

        .order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
            font-weight: 600;
            color: #202647;
        }

.order-details .payment-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
}

    .order-details .payment-box .payment-method p [type="radio"]:checked, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
        display: none;
    }

        .order-details .payment-box .payment-method p [type="radio"]:checked + label, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
            padding-left: 27px;
            cursor: pointer;
            display: block;
            color: #202647;
            position: relative;
            margin-bottom: 8px;
            font-weight: 500;
        }

            .order-details .payment-box .payment-method p [type="radio"]:checked + label::before, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
                content: '';
                position: absolute;
                left: 0;
                top: 3px;
                width: 18px;
                height: 18px;
                border: 1px solid #dddddd;
                border-radius: 50%;
                background: #ffffff;
            }

            .order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
                content: '';
                width: 12px;
                height: 12px;
                background: #107cbe;
                position: absolute;
                top: 6px;
                left: 3px;
                border-radius: 50%;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
                opacity: 0;
                visibility: hidden;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
                opacity: 1;
                visibility: visible;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

    .order-details .payment-box .default-btn {
        margin-top: 15px;
        -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
        box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
        border-radius: 3px;
    }

/*================================================
Product Details CSS
=================================================*/
.product-details-image {
    background-image: url(/static/CapstoneV2/img/shop/shop-7.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.product-details-desc {
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
}

    .product-details-desc h3 {
        margin-bottom: 18px;
        font-size: 25px;
    }

    .product-details-desc .price {
        margin-bottom: 15px;
        color: #000000;
        font-size: 15px;
        font-weight: 600;
    }

        .product-details-desc .price .old-price {
            text-decoration: line-through;
            color: #828893;
        }

    .product-details-desc p {
        margin-bottom: 0;
    }

    .product-details-desc .product-review {
        margin-bottom: 15px;
    }

        .product-details-desc .product-review .rating {
            display: inline-block;
            padding-right: 5px;
            font-size: 14px;
        }

            .product-details-desc .product-review .rating i {
                color: #ffba0a;
            }

        .product-details-desc .product-review .rating-count {
            display: inline-block;
            color: #000000;
            border-bottom: 1px solid #000000;
            line-height: initial;
        }

            .product-details-desc .product-review .rating-count:hover {
                color: #107cbe;
                border-color: #107cbe;
                text-decoration: none;
            }

    .product-details-desc .product-add-to-cart {
        margin-top: 20px;
    }

        .product-details-desc .product-add-to-cart .input-counter {
            max-width: 130px;
            min-width: 130px;
            margin-right: 10px;
            text-align: center;
            display: inline-block;
            position: relative;
        }

            .product-details-desc .product-add-to-cart .input-counter span {
                position: absolute;
                top: 0;
                background-color: transparent;
                cursor: pointer;
                color: #d0d0d0;
                width: 50px;
                height: 100%;
                line-height: 55px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

                .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
                    left: 0;
                }

                .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
                    right: 0;
                }

                .product-details-desc .product-add-to-cart .input-counter span:hover {
                    color: #107cbe;
                }

            .product-details-desc .product-add-to-cart .input-counter input {
                height: 50px;
                color: #000000;
                outline: 0;
                display: block;
                border: none;
                background-color: #f8f8f8;
                text-align: center;
                width: 100%;
                font-size: 16px;
                font-weight: 600;
            }

                .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
                    color: #000000;
                }

                .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
                    color: #000000;
                }

                .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
                    color: #000000;
                }

                .product-details-desc .product-add-to-cart .input-counter input::placeholder {
                    color: #000000;
                }

        .product-details-desc .product-add-to-cart .default-btn {
            position: relative;
            padding: 12px 30px;
            background-color: #107cbe;
            color: #ffffff;
            border: 1px solid #107cbe;
            cursor: pointer;
        }

            .product-details-desc .product-add-to-cart .default-btn i {
                margin-right: 2px;
            }

            .product-details-desc .product-add-to-cart .default-btn:hover {
                background-color: #ffffff;
                color: #107cbe;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

    .product-details-desc .buy-checkbox-btn {
        margin-top: 20px;
    }

        .product-details-desc .buy-checkbox-btn input {
            display: none;
        }

        .product-details-desc .buy-checkbox-btn .cbx {
            margin: auto;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            cursor: pointer;
        }

            .product-details-desc .buy-checkbox-btn .cbx span {
                display: inline-block;
                vertical-align: middle;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

                .product-details-desc .buy-checkbox-btn .cbx span:first-child {
                    position: relative;
                    width: 18px;
                    height: 18px;
                    border-radius: 3px;
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    vertical-align: middle;
                    border: 1px solid #eeeeee;
                    -webkit-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                    .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
                        position: absolute;
                        top: 3px;
                        left: 2px;
                        fill: none;
                        stroke: #ffffff;
                        stroke-width: 2;
                        stroke-linecap: round;
                        stroke-linejoin: round;
                        stroke-dasharray: 16px;
                        stroke-dashoffset: 16px;
                        -webkit-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                        -webkit-transition-delay: 0.1s;
                        transition-delay: 0.1s;
                        -webkit-transform: translate3d(0, 0, 0);
                        transform: translate3d(0, 0, 0);
                        -webkit-transition: 0.5s;
                        transition: 0.5s;
                    }

                    .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
                        content: "";
                        width: 100%;
                        height: 100%;
                        background: #000000;
                        display: block;
                        -webkit-transform: scale(0);
                        transform: scale(0);
                        opacity: 1;
                        border-radius: 50%;
                        -webkit-transition: .6s;
                        transition: .6s;
                    }

                .product-details-desc .buy-checkbox-btn .cbx span:last-child {
                    position: relative;
                    top: 1px;
                    padding-left: 4px;
                    color: #666666;
                }

            .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
                border-color: #107cbe;
            }

        .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
            background: #107cbe;
            border-color: #107cbe;
            -webkit-animation: wave 0.4s ease;
            animation: wave 0.4s ease;
        }

            .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
                stroke-dashoffset: 0;
            }

            .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
                -webkit-transform: scale(3.5);
                transform: scale(3.5);
                opacity: 0;
                -webkit-transition: all 0.6s ease;
                transition: all 0.6s ease;
            }

        .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
            margin-top: 15px;
        }

        .product-details-desc .buy-checkbox-btn .btn-light {
            background-color: #f2f2f2;
            border: none;
            padding: 13px 25px 10px 25px;
            -webkit-transition: .6s;
            transition: .6s;
            font-weight: 600;
            display: block;
            width: 100%;
        }

            .product-details-desc .buy-checkbox-btn .btn-light:hover {
                background-color: #107cbe;
                color: #ffffff;
            }

    .product-details-desc .products-share {
        margin-top: 30px;
    }

        .product-details-desc .products-share .social {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
        }

            .product-details-desc .products-share .social li {
                display: inline-block;
            }

                .product-details-desc .products-share .social li span {
                    display: inline-block;
                    margin-right: 3px;
                    font-weight: 700;
                    position: relative;
                    top: -2px;
                }

                .product-details-desc .products-share .social li a {
                    display: block;
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    border-radius: 50%;
                    background-color: #107cbe;
                    color: #ffffff;
                    border: 1px solid #107cbe;
                    text-align: center;
                    font-size: 18px;
                    margin-left: 2px;
                }

                    .product-details-desc .products-share .social li a:hover, .product-details-desc .products-share .social li a:focus {
                        color: #107cbe;
                        background-color: transparent;
                    }

                    .product-details-desc .products-share .social li a.facebook {
                        background-color: #3b5998;
                        border-color: #3b5998;
                        color: #ffffff;
                    }

                        .product-details-desc .products-share .social li a.facebook:hover, .product-details-desc .products-share .social li a.facebook:focus {
                            color: #3b5998;
                            background-color: transparent;
                        }

                    .product-details-desc .products-share .social li a.twitter {
                        background-color: #1da1f2;
                        border-color: #1da1f2;
                        color: #ffffff;
                    }

                        .product-details-desc .products-share .social li a.twitter:hover, .product-details-desc .products-share .social li a.twitter:focus {
                            color: #1da1f2;
                            background-color: transparent;
                        }

                    .product-details-desc .products-share .social li a.linkedin {
                        background-color: #007bb5;
                        border-color: #007bb5;
                        color: #ffffff;
                    }

                        .product-details-desc .products-share .social li a.linkedin:hover, .product-details-desc .products-share .social li a.linkedin:focus {
                            color: #007bb5;
                            background-color: transparent;
                        }

                    .product-details-desc .products-share .social li a.instagram {
                        background-color: #c13584;
                        border-color: #c13584;
                        color: #ffffff;
                    }

                        .product-details-desc .products-share .social li a.instagram:hover, .product-details-desc .products-share .social li a.instagram:focus {
                            color: #c13584;
                            background-color: transparent;
                        }

.products-details-tabs {
    margin-top: 50px;
}

    .products-details-tabs .nav {
        padding-left: 0;
        margin-bottom: 30px;
        list-style-type: none;
        display: block;
    }

        .products-details-tabs .nav .nav-item {
            display: inline-block;
            margin-right: 30px;
        }

            .products-details-tabs .nav .nav-item:last-child {
                margin-right: 0;
            }

            .products-details-tabs .nav .nav-item .nav-link {
                border: none;
                border-bottom: 1px solid #eeeeee;
                padding: 0;
                background-color: transparent;
                position: relative;
                padding-bottom: 8px;
                font-size: 18px;
                font-weight: bold;
                color: #202647;
            }

                .products-details-tabs .nav .nav-item .nav-link::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    width: 0;
                    height: 3px;
                    background-color: #107cbe;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    bottom: -2px;
                }

                .products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
                    color: #202647;
                }

                    .products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
                        width: 100%;
                    }

    .products-details-tabs .tab-content .tab-pane h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .products-details-tabs .tab-content .tab-pane p {
        font-size: 15px;
    }

    .products-details-tabs .tab-content .tab-pane ul {
        padding-left: 0;
        list-style-type: none;
        margin-top: 20px;
        margin-bottom: 0;
    }

        .products-details-tabs .tab-content .tab-pane ul li {
            margin-bottom: 12px;
            position: relative;
            color: #6b6b84;
            padding-left: 15px;
            font-weight: 500;
            font-size: 15px;
        }

            .products-details-tabs .tab-content .tab-pane ul li::before {
                content: '';
                position: absolute;
                left: 0;
                top: 8px;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background-color: #6b6b84;
            }

            .products-details-tabs .tab-content .tab-pane ul li:last-child {
                margin-bottom: 0;
            }

    .products-details-tabs .tab-content .tab-pane .products-reviews h3 {
        display: inline-block;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .products-details-tabs .tab-content .tab-pane .products-reviews .row {
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
    }

    .products-details-tabs .tab-content .tab-pane .products-reviews .side {
        float: left;
        width: 9%;
        margin-top: 10px;
    }

        .products-details-tabs .tab-content .tab-pane .products-reviews .side div {
            font-weight: bold;
        }

    .products-details-tabs .tab-content .tab-pane .products-reviews .middle {
        margin-top: 14px;
        float: left;
        width: 82%;
    }

    .products-details-tabs .tab-content .tab-pane .products-reviews .right {
        text-align: right;
    }

    .products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
        width: 100%;
        background-color: #f1f1f1;
        text-align: center;
        color: #ffffff;
        border-radius: 5px;
    }

    .products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
        width: 70%;
        height: 18px;
        background-color: #107cbe;
        border-radius: 5px;
    }

    .products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
        width: 20%;
        height: 18px;
        background-color: #107cbe;
        border-radius: 5px;
        border-radius: 5px;
    }

    .products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
        width: 5%;
        height: 18px;
        background-color: #107cbe;
        border-radius: 5px;
    }

    .products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
        width: 3%;
        height: 18px;
        background-color: #107cbe;
        border-radius: 5px;
    }

    .products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
        width: 2%;
        height: 18px;
        background-color: #107cbe;
        border-radius: 5px;
    }

    .products-details-tabs .tab-content .tab-pane .products-review-form {
        margin-top: 45px;
    }

        .products-details-tabs .tab-content .tab-pane .products-review-form h3 {
            font-size: 20px;
            margin-bottom: 15px;
        }

        .products-details-tabs .tab-content .tab-pane .products-review-form .review-title {
            position: relative;
        }

            .products-details-tabs .tab-content .tab-pane .products-review-form .review-title .rating {
                display: inline-block;
            }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-title .rating .bx.bxs-star {
                    color: #ffba0a;
                }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-title .rating i {
                    color: #eeeeee;
                    font-size: 16px;
                    margin-right: -1px;
                }

            .products-details-tabs .tab-content .tab-pane .products-review-form .review-title .default-btn {
                position: absolute;
                right: 0;
                bottom: 50%;
                -webkit-transform: translateY(50%);
                transform: translateY(50%);
                color: #ffffff !important;
                padding: 10px 25px;
            }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-title .default-btn span {
                    background-color: #202647;
                }

        .products-details-tabs .tab-content .tab-pane .products-review-form .review-comments {
            margin-top: 35px;
        }

            .products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item {
                margin-top: 30px;
                position: relative;
                border-top: 1px dashed #eeeeee;
                padding-top: 30px;
            }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item .rating .bx.bxs-star {
                    color: #ffba0a;
                }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item .rating i {
                    font-size: 16px;
                    color: #eeeeee;
                    margin-right: -1px;
                }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item h3 {
                    font-size: 18px;
                    margin-top: 8px;
                    margin-bottom: 8px;
                }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item span {
                    margin-bottom: 10px;
                    font-size: 16px;
                    display: block;
                }

                    .products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item span strong {
                        font-weight: 500;
                    }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item p {
                    margin-bottom: 0;
                }

        .products-details-tabs .tab-content .tab-pane .products-review-form .review-form {
            margin-top: 30px;
        }

            .products-details-tabs .tab-content .tab-pane .products-review-form .review-form h3 {
                font-size: 20px;
                margin-bottom: 20px;
            }

            .products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-group {
                margin-bottom: 15px;
            }

            .products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control {
                height: 55px;
                color: #202647;
                -webkit-box-shadow: unset !important;
                box-shadow: unset !important;
                border: 1px solid #eeeeee;
                background-color: #eeeeee;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                border-radius: 3px;
                padding: 1px 0 0 15px;
                font-size: 15px;
                font-weight: 500;
            }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control::-webkit-input-placeholder {
                    color: #7e7e7e;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control:-ms-input-placeholder {
                    color: #7e7e7e;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control::-ms-input-placeholder {
                    color: #7e7e7e;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control::placeholder {
                    color: #7e7e7e;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control:focus {
                    border-color: #107cbe;
                    background-color: transparent;
                }

                    .products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control:focus::-webkit-input-placeholder {
                        color: transparent;
                    }

                    .products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control:focus:-ms-input-placeholder {
                        color: transparent;
                    }

                    .products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control:focus::-ms-input-placeholder {
                        color: transparent;
                    }

                    .products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control:focus::placeholder {
                        color: transparent;
                    }

            .products-details-tabs .tab-content .tab-pane .products-review-form .review-form textarea.form-control {
                height: auto;
                padding-top: 15px;
            }

            .products-details-tabs .tab-content .tab-pane .products-review-form .review-form .default-btn {
                color: #ffffff !important;
                cursor: pointer;
                border: none;
            }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-form .default-btn span {
                    background-color: #202647;
                }

/*================================================
Doctor Details CSS
=================================================*/
.doctor-details-image img {
    border: 1px solid #eeeeee;
}

.doctor-details-image .details-content {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 25px;
}

    .doctor-details-image .details-content h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .doctor-details-image .details-content span {
        color: #107cbe;
        font-size: 16px;
        font-weight: 500;
    }

    .doctor-details-image .details-content .share-link {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 15px;
    }

        .doctor-details-image .details-content .share-link li {
            list-style-type: none;
        }

            .doctor-details-image .details-content .share-link li a {
                margin: 0 5px;
            }

                .doctor-details-image .details-content .share-link li a i {
                    display: inline-block;
                    color: #107cbe;
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    border-radius: 50%;
                    background-color: #def5ee;
                    text-align: center;
                    font-size: 20px;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                    .doctor-details-image .details-content .share-link li a i:hover {
                        background-color: #107cbe;
                        color: #ffffff;
                        -webkit-transform: translateY(-2px);
                        transform: translateY(-2px);
                    }

.doctor-details-desc h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.doctor-details-desc .signature-image {
    margin-top: 20px;
}

.doctor-details-tabs {
    margin-top: 50px;
}

    .doctor-details-tabs .nav {
        padding-left: 0;
        margin-bottom: 20px;
        list-style-type: none;
        display: block;
    }

        .doctor-details-tabs .nav .nav-item {
            display: inline-block;
            margin-right: 20px;
        }

            .doctor-details-tabs .nav .nav-item:last-child {
                margin-right: 0;
            }

            .doctor-details-tabs .nav .nav-item .nav-link {
                border: none;
                padding: 0;
                background-color: #eeeeee;
                position: relative;
                z-index: 1;
                padding: 15px 35px;
                font-size: 16px;
                font-weight: 600;
                color: #202647;
                margin-bottom: 15px;
            }

                .doctor-details-tabs .nav .nav-item .nav-link::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    width: 0;
                    height: 100%;
                    background-color: #107cbe;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    bottom: 0;
                    z-index: -1;
                }

                .doctor-details-tabs .nav .nav-item .nav-link:hover, .doctor-details-tabs .nav .nav-item .nav-link.active {
                    color: #ffffff;
                }

                    .doctor-details-tabs .nav .nav-item .nav-link:hover::before, .doctor-details-tabs .nav .nav-item .nav-link.active::before {
                        width: 100%;
                    }

    .doctor-details-tabs .nav-tabs {
        border-bottom: 1px solid #eeeeee;
    }

    .doctor-details-tabs .tab-content .tab-pane .designation-title {
        margin-bottom: 20px;
    }

        .doctor-details-tabs .tab-content .tab-pane .designation-title h3 {
            font-size: 25px;
            margin-bottom: 10px;
        }

        .doctor-details-tabs .tab-content .tab-pane .designation-title p {
            margin-bottom: 5px;
        }

        .doctor-details-tabs .tab-content .tab-pane .designation-title span {
            color: #107cbe;
        }

    .doctor-details-tabs .tab-content .tab-pane h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .doctor-details-tabs .tab-content .tab-pane .specialties-list {
        padding-left: 0;
        list-style-type: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .doctor-details-tabs .tab-content .tab-pane .specialties-list li {
            margin-bottom: 12px;
            position: relative;
            color: #6b6b84;
            padding-left: 15px;
            font-weight: 400;
            font-size: 15px;
        }

            .doctor-details-tabs .tab-content .tab-pane .specialties-list li::before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background-color: #6b6b84;
            }

            .doctor-details-tabs .tab-content .tab-pane .specialties-list li:last-child {
                margin-bottom: 0;
            }

    .doctor-details-tabs .tab-content .tab-pane .educational-list {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 20px;
    }

        .doctor-details-tabs .tab-content .tab-pane .educational-list li {
            margin-bottom: 12px;
            color: #202647;
            font-weight: 500;
            font-size: 16px;
            position: relative;
            padding-left: 15px;
        }

            .doctor-details-tabs .tab-content .tab-pane .educational-list li::before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background-color: #6b6b84;
            }

            .doctor-details-tabs .tab-content .tab-pane .educational-list li:last-child {
                margin-bottom: 0;
            }

            .doctor-details-tabs .tab-content .tab-pane .educational-list li span {
                font-size: 16px;
                color: #6b6b84;
                font-weight: 400;
            }

    .doctor-details-tabs .tab-content .tab-pane .awards-list {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
        margin-top: 20px;
    }

        .doctor-details-tabs .tab-content .tab-pane .awards-list li {
            margin-bottom: 12px;
            color: #6b6b84;
            font-weight: 400;
            font-size: 16px;
            position: relative;
            padding-left: 15px;
        }

            .doctor-details-tabs .tab-content .tab-pane .awards-list li::before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background-color: #6b6b84;
            }

            .doctor-details-tabs .tab-content .tab-pane .awards-list li:last-child {
                margin-bottom: 0;
            }

            .doctor-details-tabs .tab-content .tab-pane .awards-list li span {
                font-size: 16px;
                color: #6b6b84;
                font-weight: 400;
            }

    .doctor-details-tabs .tab-content .tab-pane .skills-list {
        padding-left: 0;
        list-style-type: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .doctor-details-tabs .tab-content .tab-pane .skills-list li {
            margin-bottom: 12px;
            position: relative;
            color: #6b6b84;
            padding-left: 15px;
            font-weight: 400;
            font-size: 15px;
        }

            .doctor-details-tabs .tab-content .tab-pane .skills-list li::before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background-color: #6b6b84;
            }

            .doctor-details-tabs .tab-content .tab-pane .skills-list li:last-child {
                margin-bottom: 0;
            }

    .doctor-details-tabs .tab-content .tab-pane #map iframe {
        border: none;
        width: 100%;
        height: 550px;
    }

    .doctor-details-tabs .tab-content .tab-pane .doctor-reviews h3 {
        display: inline-block;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .doctor-details-tabs .tab-content .tab-pane .doctor-reviews .row {
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
    }

    .doctor-details-tabs .tab-content .tab-pane .doctor-reviews .side {
        float: left;
        width: 9%;
        margin-top: 10px;
    }

        .doctor-details-tabs .tab-content .tab-pane .doctor-reviews .side div {
            font-weight: bold;
        }

    .doctor-details-tabs .tab-content .tab-pane .doctor-reviews .middle {
        margin-top: 14px;
        float: left;
        width: 82%;
    }

    .doctor-details-tabs .tab-content .tab-pane .doctor-reviews .right {
        text-align: right;
    }

    .doctor-details-tabs .tab-content .tab-pane .doctor-reviews .bar-container {
        width: 100%;
        background-color: #f1f1f1;
        text-align: center;
        color: #ffffff;
        border-radius: 5px;
    }

    .doctor-details-tabs .tab-content .tab-pane .doctor-reviews .bar-5 {
        width: 70%;
        height: 18px;
        background-color: #107cbe;
        border-radius: 5px;
    }

    .doctor-details-tabs .tab-content .tab-pane .doctor-reviews .bar-4 {
        width: 20%;
        height: 18px;
        background-color: #107cbe;
        border-radius: 5px;
        border-radius: 5px;
    }

    .doctor-details-tabs .tab-content .tab-pane .doctor-reviews .bar-3 {
        width: 5%;
        height: 18px;
        background-color: #107cbe;
        border-radius: 5px;
    }

    .doctor-details-tabs .tab-content .tab-pane .doctor-reviews .bar-2 {
        width: 3%;
        height: 18px;
        background-color: #107cbe;
        border-radius: 5px;
    }

    .doctor-details-tabs .tab-content .tab-pane .doctor-reviews .bar-1 {
        width: 2%;
        height: 18px;
        background-color: #107cbe;
        border-radius: 5px;
    }

    .doctor-details-tabs .tab-content .tab-pane .doctor-review-form {
        margin-top: 45px;
    }

        .doctor-details-tabs .tab-content .tab-pane .doctor-review-form h3 {
            font-size: 20px;
            margin-bottom: 15px;
        }

        .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-title {
            position: relative;
        }

            .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-title .rating {
                display: inline-block;
            }

                .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-title .rating .bx.bxs-star {
                    color: #ffba0a;
                }

                .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-title .rating i {
                    color: #eeeeee;
                    font-size: 16px;
                    margin-right: -1px;
                }

            .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-title .default-btn {
                position: absolute;
                right: 0;
                bottom: 50%;
                -webkit-transform: translateY(50%);
                transform: translateY(50%);
                color: #ffffff !important;
                padding: 10px 25px;
            }

                .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-title .default-btn span {
                    background-color: #202647;
                }

        .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-comments {
            margin-top: 35px;
        }

            .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-comments .review-item {
                margin-top: 30px;
                position: relative;
                border-top: 1px dashed #eeeeee;
                padding-top: 30px;
            }

                .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-comments .review-item .rating .bx.bxs-star {
                    color: #ffba0a;
                }

                .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-comments .review-item .rating i {
                    font-size: 16px;
                    color: #eeeeee;
                    margin-right: -1px;
                }

                .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-comments .review-item h3 {
                    font-size: 18px;
                    margin-top: 8px;
                    margin-bottom: 8px;
                }

                .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-comments .review-item span {
                    margin-bottom: 10px;
                    font-size: 16px;
                    display: block;
                }

                    .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-comments .review-item span strong {
                        font-weight: 500;
                    }

                .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-comments .review-item p {
                    margin-bottom: 0;
                }

        .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form {
            margin-top: 30px;
        }

            .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form h3 {
                font-size: 20px;
                margin-bottom: 20px;
            }

            .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form .form-group {
                margin-bottom: 15px;
            }

            .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form .form-control {
                height: 55px;
                color: #202647;
                -webkit-box-shadow: unset !important;
                box-shadow: unset !important;
                border: 1px solid #eeeeee;
                background-color: #eeeeee;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                border-radius: 3px;
                padding: 1px 0 0 15px;
                font-size: 15px;
                font-weight: 500;
            }

                .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form .form-control::-webkit-input-placeholder {
                    color: #7e7e7e;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form .form-control:-ms-input-placeholder {
                    color: #7e7e7e;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form .form-control::-ms-input-placeholder {
                    color: #7e7e7e;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form .form-control::placeholder {
                    color: #7e7e7e;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form .form-control:focus {
                    border-color: #107cbe;
                    background-color: transparent;
                }

                    .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form .form-control:focus::-webkit-input-placeholder {
                        color: transparent;
                    }

                    .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form .form-control:focus:-ms-input-placeholder {
                        color: transparent;
                    }

                    .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form .form-control:focus::-ms-input-placeholder {
                        color: transparent;
                    }

                    .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form .form-control:focus::placeholder {
                        color: transparent;
                    }

            .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form textarea.form-control {
                height: auto;
                padding-top: 15px;
            }

            .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form .default-btn {
                color: #ffffff !important;
                cursor: pointer;
                border: none;
            }

                .doctor-details-tabs .tab-content .tab-pane .doctor-review-form .review-form .default-btn span {
                    background-color: #202647;
                }

/*================================================
Submit Review Area CSS
=================================================*/
.submit-review-form {
    padding: 35px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    max-width: 650px;
    margin: auto;
}

    .submit-review-form h2 {
        margin-bottom: 30px;
        font-size: 25px;
        border-bottom: 1px solid #dedddf;
        padding-bottom: 15px;
        font-weight: 600;
        position: relative;
    }

        .submit-review-form h2::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            border-bottom: 1px solid #107cbe;
            height: 100%;
            width: 100px;
        }

    .submit-review-form form .form-group {
        margin-bottom: 25px;
    }

        .submit-review-form form .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #6b6b84;
            font-weight: 500;
            font-size: 16px;
        }

        .submit-review-form form .form-group .form-control {
            height: 60px;
            padding: 0 0 0 15px;
            line-height: initial;
            color: #202647;
            background-color: transparent;
            border: 1px solid #eeeeee;
            border-radius: 0;
            -webkit-box-shadow: unset;
            box-shadow: unset;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 15px;
            font-weight: 400;
        }

            .submit-review-form form .form-group .form-control:focus {
                border: 1px solid #107cbe;
                background-color: transparent;
            }

                .submit-review-form form .form-group .form-control:focus::-webkit-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .submit-review-form form .form-group .form-control:focus:-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .submit-review-form form .form-group .form-control:focus::-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .submit-review-form form .form-group .form-control:focus::placeholder {
                    color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

        .submit-review-form form .form-group textarea.form-control {
            height: 120px;
            padding: 15px;
        }

    .submit-review-form form button {
        border: none;
        padding: 15px 30px;
        width: 100%;
        border-radius: 5px;
        cursor: pointer;
        background-color: #107cbe;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .submit-review-form form button:hover {
            background-color: #0473b9;
        }

    .submit-review-form form .form-check {
        margin-top: 10px;
        margin-bottom: 20px;
        font-weight: 400;
        color: #6b6b84;
        font-size: 15px;
    }

        .submit-review-form form .form-check a {
            color: #107cbe;
        }

/*================================================
Book Appointment Area CSS
=================================================*/
.book-appointment-form {
    padding: 35px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

    .book-appointment-form h2 {
        margin-bottom: 30px;
        font-size: 25px;
        border-bottom: 1px solid #dedddf;
        padding-bottom: 15px;
        font-weight: 600;
        position: relative;
    }

        .book-appointment-form h2::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            border-bottom: 1px solid #107cbe;
            height: 100%;
            width: 100px;
        }

    .book-appointment-form form .form-group {
        margin-bottom: 25px;
    }

        .book-appointment-form form .form-group .form-control {
            height: 60px;
            padding: 0 15px 0 15px;
            line-height: initial;
            color: #202647;
            background-color: transparent;
            border-color: #eeeeee;
            border-radius: 0;
            -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 15px;
            font-weight: 400;
            width: 100%;
        }

            .book-appointment-form form .form-group .form-control:focus {
                border-color: #107cbe;
                background-color: transparent;
                outline: 0;
            }

        .book-appointment-form form .form-group textarea.form-control {
            height: 120px;
            padding-top: 15px;
        }

    .book-appointment-form form label {
        display: block;
        margin-bottom: 5px;
        color: #6b6b84;
        font-weight: 400;
        font-size: 16px;
    }

    .book-appointment-form form .nice-select {
        height: 60px;
        width: 100%;
        line-height: 60px;
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
        background-color: transparent;
        border-color: #eeeeee;
        color: #6b6b84;
        border-radius: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-bottom: 25px;
    }

        .book-appointment-form form .nice-select:focus {
            border-color: #107cbe;
            background-color: transparent;
        }

        .book-appointment-form form .nice-select .list {
            background-color: #ffffff;
            -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
            box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
            border-radius: 0;
            margin-top: 0;
            margin-bottom: 0;
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .book-appointment-form form .nice-select .list .option {
                -webkit-transition: 0.5s;
                transition: 0.5s;
                color: #202647;
                padding-left: 20px;
                padding-right: 20px;
                font-size: 14px;
            }

                .book-appointment-form form .nice-select .list .option:hover {
                    background-color: #107cbe !important;
                    color: #ffffff;
                }

                .book-appointment-form form .nice-select .list .option.selected {
                    background-color: transparent;
                    font-weight: 600;
                }

        .book-appointment-form form .nice-select::after {
            height: 8px;
            width: 8px;
            border-color: #107cbe;
            right: 15px;
        }

    .book-appointment-form form .banner-btn {
        text-align: center;
    }

        .book-appointment-form form .banner-btn .default-btn {
            border: none;
            width: 100%;
            font-size: 15px;
            padding: 15px;
            cursor: pointer;
        }

    .book-appointment-form form .form-check {
        margin-bottom: 20px;
        font-weight: 400;
        color: #6b6b84;
        font-size: 15px;
    }

        .book-appointment-form form .form-check a {
            color: #107cbe;
        }

.booking-summary {
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

    .booking-summary h3 {
        margin-bottom: 30px;
        font-size: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }

        .booking-summary h3::before {
            content: '';
            position: absolute;
            left: 0;
            width: 50px;
            height: 1px;
            bottom: -1px;
            background: #107cbe;
        }

    .booking-summary ul {
        padding-left: 0;
        margin: 0 0 20px;
        list-style-type: none;
    }

        .booking-summary ul li {
            border-bottom: 1px solid #ebebeb;
            padding: 10px 0 15px 0;
            color: #6b6b84;
            overflow: hidden;
            font-size: 15px;
            font-weight: 500;
        }

            .booking-summary ul li:first-child {
                padding-top: 0;
            }

            .booking-summary ul li:last-child {
                font-size: 18px;
                border-bottom: none;
                padding-bottom: 0;
                color: #202647;
            }

                .booking-summary ul li:last-child span {
                    color: #202647;
                    font-weight: 600;
                }

            .booking-summary ul li span {
                float: right;
                color: #6b6b84;
            }

    .booking-summary .default-btn {
        color: #ffffff;
        width: 100%;
        border-radius: 0;
        text-align: center;
        border-radius: 5px;
    }

/*================================================
Doctor Dashboard Area CSS
=================================================*/
.doctor-dashboard-area .container-fluid {
    max-width: 1920px;
    margin: auto;
}

.dashboard-profile {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 20px 15px 20px;
}

    .dashboard-profile .profile-box {
        text-align: center;
    }

        .dashboard-profile .profile-box .profile-designation {
            padding: 25px;
        }

            .dashboard-profile .profile-box .profile-designation h3 {
                font-size: 28px;
                margin-bottom: 10px;
            }

            .dashboard-profile .profile-box .profile-designation p {
                margin-bottom: 8px;
            }

            .dashboard-profile .profile-box .profile-designation span {
                color: #107cbe;
            }

    .dashboard-profile .dashboard-profile-info .info-list {
        padding-left: 0;
        margin-bottom: 0;
    }

        .dashboard-profile .dashboard-profile-info .info-list li {
            list-style-type: none;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 15px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

            .dashboard-profile .dashboard-profile-info .info-list li:last-child {
                margin-bottom: 0;
            }

            .dashboard-profile .dashboard-profile-info .info-list li a {
                color: #6b6b84;
                display: inline-block;
                border: 1px solid #eeeeee;
                padding: 15px 15px 15px 50px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                width: 100%;
                position: relative;
                z-index: 1;
                overflow: hidden;
            }

                .dashboard-profile .dashboard-profile-info .info-list li a::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    width: 100%;
                    height: 0%;
                    background-color: #107cbe;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    top: 0;
                    z-index: -1;
                }

                .dashboard-profile .dashboard-profile-info .info-list li a i {
                    font-size: 22px;
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    left: 20px;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    color: #6b6b84;
                }

                .dashboard-profile .dashboard-profile-info .info-list li a:hover, .dashboard-profile .dashboard-profile-info .info-list li a.active {
                    color: #ffffff;
                    border: 1px solid #ffffff;
                }

                    .dashboard-profile .dashboard-profile-info .info-list li a:hover::before, .dashboard-profile .dashboard-profile-info .info-list li a.active::before {
                        height: 100%;
                    }

                    .dashboard-profile .dashboard-profile-info .info-list li a:hover i, .dashboard-profile .dashboard-profile-info .info-list li a.active i {
                        color: #ffffff;
                    }

.single-stats-box {
    text-align: center;
    margin-bottom: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#a794fc), color-stop(#9480ec), color-stop(#816cdd), color-stop(#6e58cd), to(#5b45be));
    background: linear-gradient(to bottom, #a794fc, #9480ec, #816cdd, #6e58cd, #5b45be);
    padding: 30px;
    border-radius: 10px;
}

    .single-stats-box .icon {
        margin-bottom: 20px;
    }

        .single-stats-box .icon i {
            display: inline-block;
            height: 80px;
            width: 80px;
            line-height: 80px;
            border: 1px solid #ffffff;
            font-size: 40px;
            border-radius: 50px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            color: #ffffff;
        }

    .single-stats-box h3 {
        font-size: 45px;
        color: #ffffff;
        margin-bottom: 5px;
    }

    .single-stats-box p {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 0;
        font-weight: 500;
    }

    .single-stats-box:hover .icon i {
        background-color: #ffffff;
        color: #107cbe;
    }

    .single-stats-box.bg-2 {
        background: -webkit-gradient(linear, left top, left bottom, from(#6dc3f8), color-stop(#58b1eb), color-stop(#429fde), color-stop(#2a8dd1), to(#057bc4));
        background: linear-gradient(to bottom, #6dc3f8, #58b1eb, #429fde, #2a8dd1, #057bc4);
    }

    .single-stats-box.bg-3 {
        background: -webkit-gradient(linear, left top, left bottom, from(#59dfa0), color-stop(#4ace8f), color-stop(#39be7d), color-stop(#27ae6d), to(#0f9e5c));
        background: linear-gradient(to bottom, #59dfa0, #4ace8f, #39be7d, #27ae6d, #0f9e5c);
    }

    .single-stats-box.bg-4 {
        background: -webkit-gradient(linear, left top, left bottom, from(#f6688a), color-stop(#ef6082), color-stop(#e8587a), color-stop(#e05072), to(#d9486a));
        background: linear-gradient(to bottom, #f6688a, #ef6082, #e8587a, #e05072, #d9486a);
    }

.doctors-appointment {
    overflow-x: auto;
}

    .doctors-appointment .title-box {
        background: #ffffff;
        border: 1px solid #eeeeee;
        padding: 30px 45px;
        margin-bottom: 30px;
    }

        .doctors-appointment .title-box h3 {
            font-size: 25px;
            margin-bottom: 0;
        }

        .doctors-appointment .title-box .btn-box {
            margin-top: 30px;
        }

            .doctors-appointment .title-box .btn-box .btn-one {
                display: inline-block;
                padding: 12px 35px;
                background-color: #107cbe;
                border: 1px solid #107cbe;
                color: #ffffff;
                border-radius: 30px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                font-weight: 500;
                font-size: 14px;
                margin-right: 15px;
            }

                .doctors-appointment .title-box .btn-box .btn-one:hover {
                    background-color: #0473b9;
                    border: 1px solid #0473b9;
                    color: #ffffff;
                }

            .doctors-appointment .title-box .btn-box .btn-two {
                display: inline-block;
                padding: 12px 35px;
                background-color: transparent;
                border: 1px solid #107cbe;
                color: #107cbe;
                border-radius: 30px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                font-weight: 500;
                font-size: 14px;
            }

                .doctors-appointment .title-box .btn-box .btn-two:hover {
                    background-color: #107cbe;
                    color: #ffffff;
                }

        .doctors-appointment .title-box .search-form {
            position: relative;
        }

            .doctors-appointment .title-box .search-form label {
                display: block;
                margin-bottom: 0;
            }

            .doctors-appointment .title-box .search-form .screen-reader-text {
                display: none;
            }

            .doctors-appointment .title-box .search-form .search-field {
                background-color: transparent;
                height: 50px;
                padding: 8px 15px;
                border: 1px solid #eeeeee;
                width: 100%;
                display: block;
                outline: 0;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                border-radius: 5px;
            }

                .doctors-appointment .title-box .search-form .search-field:focus {
                    border-color: #107cbe;
                }

            .doctors-appointment .title-box .search-form button {
                border: none;
                background-color: #eeeeee;
                color: #107cbe;
                height: 40px;
                width: 40px;
                position: absolute;
                right: 5px;
                padding: 0;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                top: 5px;
                font-size: 20px;
                border-radius: 5px;
                cursor: pointer;
            }

                .doctors-appointment .title-box .search-form button i {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 52%;
                    -webkit-transform: translateY(-52%);
                    transform: translateY(-52%);
                }

                .doctors-appointment .title-box .search-form button:hover, .doctors-appointment .title-box .search-form button:focus {
                    background-color: #107cbe;
                    color: #ffffff;
                }

    .doctors-appointment .doctors-table {
        width: 100%;
        min-width: 1070px;
    }

        .doctors-appointment .doctors-table .table-header th {
            font-size: 18px;
            color: #202647;
            font-weight: 600;
            padding: 20px 10px 20px 10px;
            font-family: "Poppins", sans-serif;
        }

            .doctors-appointment .doctors-table .table-header th:first-child {
                padding-left: 20px;
            }

            .doctors-appointment .doctors-table .table-header th:nth-child(2) {
                text-align: center;
            }

            .doctors-appointment .doctors-table .table-header th:nth-child(3) {
                text-align: center;
            }

            .doctors-appointment .doctors-table .table-header th:nth-child(4) {
                text-align: center;
            }

            .doctors-appointment .doctors-table .table-header th:nth-child(5) {
                text-align: center;
            }

        .doctors-appointment .doctors-table tr {
            border-top: none;
            border: 1px solid #e5eded;
            font-family: "Poppins", sans-serif;
        }

            .doctors-appointment .doctors-table tr td {
                padding: 20px 10px 20px 10px;
            }

                .doctors-appointment .doctors-table tr td:first-child {
                    padding-left: 20px;
                }

                .doctors-appointment .doctors-table tr td:last-child {
                    padding-right: 20px;
                }

                .doctors-appointment .doctors-table tr td:nth-child(2) {
                    text-align: center;
                }

                .doctors-appointment .doctors-table tr td:nth-child(3) {
                    text-align: center;
                }

                .doctors-appointment .doctors-table tr td:nth-child(4) {
                    text-align: center;
                }

                .doctors-appointment .doctors-table tr td:nth-child(5) {
                    text-align: center;
                }

                .doctors-appointment .doctors-table tr td .name-box {
                    position: relative;
                    padding-left: 75px;
                }

                    .doctors-appointment .doctors-table tr td .name-box .image {
                        position: absolute;
                        left: 0;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                        width: 60px;
                        height: 60px;
                        border-radius: 50%;
                    }

                        .doctors-appointment .doctors-table tr td .name-box .image img {
                            width: 100%;
                            border-radius: 50%;
                        }

                    .doctors-appointment .doctors-table tr td .name-box h5 {
                        font-size: 16px;
                        font-weight: bold;
                        margin-bottom: 8px;
                    }

                    .doctors-appointment .doctors-table tr td .name-box .designation {
                        font-size: 15px;
                        color: #6b6b84;
                        font-weight: 400;
                    }

                .doctors-appointment .doctors-table tr td p {
                    font-size: 15px;
                    font-weight: 400;
                    color: #6b6b84;
                    margin-bottom: 0;
                }

                .doctors-appointment .doctors-table tr td span {
                    font-size: 15px;
                    color: #107cbe;
                    font-weight: 400;
                }

                .doctors-appointment .doctors-table tr td .view {
                    font-size: 14px;
                    font-weight: 500;
                    padding: 8px 25px;
                    background: #eeeeee;
                    color: #202647;
                    border-radius: 25px;
                    margin-right: 5px;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                    .doctors-appointment .doctors-table tr td .view:hover {
                        background-color: #107cbe;
                        color: #ffffff;
                    }

                .doctors-appointment .doctors-table tr td .accept {
                    font-size: 14px;
                    font-weight: 500;
                    padding: 8px 25px;
                    background: #107cbe;
                    color: #ffffff;
                    border-radius: 25px;
                    margin-right: 5px;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                    .doctors-appointment .doctors-table tr td .accept:hover {
                        background-color: #0473b9;
                        color: #ffffff;
                    }

                .doctors-appointment .doctors-table tr td .cancel {
                    font-size: 14px;
                    font-weight: 500;
                    padding: 8px 25px;
                    background: #0473b9;
                    color: #ffffff;
                    border-radius: 25px;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                    .doctors-appointment .doctors-table tr td .cancel:hover {
                        background-color: #107cbe;
                        color: #ffffff;
                    }

                .doctors-appointment .doctors-table tr td.right {
                    text-align: right;
                }

    .doctors-appointment .patients-table {
        width: 100%;
        min-width: 1070px;
    }

        .doctors-appointment .patients-table .table-header th {
            font-size: 16px;
            color: #202647;
            font-weight: 600;
            padding: 20px 10px 20px 10px;
            font-family: "Poppins", sans-serif;
        }

            .doctors-appointment .patients-table .table-header th:first-child {
                padding-left: 20px;
            }

            .doctors-appointment .patients-table .table-header th:nth-child(2) {
                text-align: center;
            }

            .doctors-appointment .patients-table .table-header th:nth-child(3) {
                text-align: center;
            }

            .doctors-appointment .patients-table .table-header th:nth-child(4) {
                text-align: center;
            }

            .doctors-appointment .patients-table .table-header th:nth-child(5) {
                text-align: center;
            }

            .doctors-appointment .patients-table .table-header th:nth-child(6) {
                text-align: center;
            }

            .doctors-appointment .patients-table .table-header th:nth-child(7) {
                text-align: center;
            }

            .doctors-appointment .patients-table .table-header th:nth-child(8) {
                text-align: center;
            }

        .doctors-appointment .patients-table tr {
            border-top: none;
            border: 1px solid #e5eded;
            font-family: "Poppins", sans-serif;
        }

            .doctors-appointment .patients-table tr td {
                padding: 35px 10px 35px 10px;
            }

                .doctors-appointment .patients-table tr td:first-child {
                    padding-left: 20px;
                }

                .doctors-appointment .patients-table tr td:last-child {
                    padding-right: 20px;
                }

                .doctors-appointment .patients-table tr td:nth-child(2) {
                    text-align: center;
                }

                .doctors-appointment .patients-table tr td:nth-child(3) {
                    text-align: center;
                }

                .doctors-appointment .patients-table tr td:nth-child(4) {
                    text-align: center;
                }

                .doctors-appointment .patients-table tr td:nth-child(5) {
                    text-align: center;
                }

                .doctors-appointment .patients-table tr td:nth-child(6) {
                    text-align: center;
                }

                .doctors-appointment .patients-table tr td:nth-child(7) {
                    text-align: center;
                }

                .doctors-appointment .patients-table tr td:nth-child(8) {
                    text-align: center;
                }

                .doctors-appointment .patients-table tr td .name-box {
                    position: relative;
                    padding-left: 60px;
                }

                    .doctors-appointment .patients-table tr td .name-box .image {
                        position: absolute;
                        left: 0;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                        width: 50px;
                        height: 50px;
                        border-radius: 50%;
                    }

                        .doctors-appointment .patients-table tr td .name-box .image img {
                            width: 100%;
                            border-radius: 50%;
                        }

                    .doctors-appointment .patients-table tr td .name-box h5 {
                        font-size: 16px;
                        font-weight: 600;
                        margin-bottom: 0;
                    }

                    .doctors-appointment .patients-table tr td .name-box .designation {
                        font-size: 15px;
                        color: #6b6b84;
                        font-weight: 400;
                    }

                .doctors-appointment .patients-table tr td p {
                    font-size: 15px;
                    font-weight: 400;
                    color: #6b6b84;
                    margin-bottom: 0;
                }

                .doctors-appointment .patients-table tr td span {
                    font-size: 15px;
                    color: #107cbe;
                    font-weight: 400;
                }

                .doctors-appointment .patients-table tr td .cancel {
                    font-size: 14px;
                    font-weight: 500;
                    padding: 8px 25px;
                    background: #107cbe;
                    color: #ffffff;
                    border-radius: 25px;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                    .doctors-appointment .patients-table tr td .cancel:hover {
                        background-color: #0473b9;
                        color: #ffffff;
                    }

                .doctors-appointment .patients-table tr td .edit {
                    font-size: 14px;
                    font-weight: 500;
                    padding: 8px 25px;
                    background: #eeeeee;
                    color: #202647;
                    border-radius: 25px;
                    margin-right: 5px;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                    .doctors-appointment .patients-table tr td .edit:hover {
                        background-color: #107cbe;
                        color: #ffffff;
                    }

                .doctors-appointment .patients-table tr td.right {
                    text-align: right;
                }

    .doctors-appointment .invoices-table {
        width: 100%;
        min-width: 1070px;
    }

        .doctors-appointment .invoices-table .table-header th {
            font-size: 18px;
            color: #202647;
            font-weight: 600;
            padding: 30px;
            font-family: "Poppins", sans-serif;
            text-align: center;
        }

            .doctors-appointment .invoices-table .table-header th:last-child {
                text-align: right;
            }

        .doctors-appointment .invoices-table tr {
            border-top: none;
            border: 1px solid #e5eded;
            font-family: "Poppins", sans-serif;
            text-align: center;
        }

            .doctors-appointment .invoices-table tr td {
                padding: 30px;
            }

                .doctors-appointment .invoices-table tr td:last-child {
                    text-align: right;
                }

                .doctors-appointment .invoices-table tr td h4 {
                    font-size: 16px;
                    margin-bottom: 5px;
                }

                .doctors-appointment .invoices-table tr td p {
                    font-size: 15px;
                    font-weight: 400;
                    color: #6b6b84;
                    margin-bottom: 0;
                }

                .doctors-appointment .invoices-table tr td span {
                    font-size: 15px;
                    color: #107cbe;
                    font-weight: 400;
                }

                .doctors-appointment .invoices-table tr td .view {
                    font-size: 14px;
                    font-weight: 500;
                    padding: 8px 25px;
                    background: #107cbe;
                    color: #ffffff;
                    border-radius: 25px;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    margin-right: 5px;
                }

                    .doctors-appointment .invoices-table tr td .view:hover {
                        background-color: #eeeeee;
                        color: #202647;
                    }

                .doctors-appointment .invoices-table tr td .print {
                    font-size: 14px;
                    font-weight: 500;
                    padding: 8px 25px;
                    background: #eeeeee;
                    color: #202647;
                    border-radius: 25px;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                    .doctors-appointment .invoices-table tr td .print:hover {
                        background-color: #107cbe;
                        color: #ffffff;
                    }

/*================================================
Appointments Area CSS
=================================================*/
.appointments-area .container-fluid {
    max-width: 1920px;
    margin: auto;
}

.appointments-list .appointments-box {
    padding: 35px 40px 35px 40px;
    background-color: #f3f3f3;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}

    .appointments-list .appointments-box:last-child {
        margin-bottom: 0;
    }

    .appointments-list .appointments-box .image-box {
        position: absolute;
        left: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 170px;
        height: 170px;
    }

        .appointments-list .appointments-box .image-box img {
            border-radius: 5px;
        }

    .appointments-list .appointments-box .appointments-information {
        padding-left: 190px;
        position: relative;
    }

        .appointments-list .appointments-box .appointments-information h4 {
            font-size: 20px;
            margin-bottom: 15px;
        }

        .appointments-list .appointments-box .appointments-information .info-list {
            padding-left: 0;
            margin-bottom: 0;
        }

            .appointments-list .appointments-box .appointments-information .info-list li {
                font-size: 14px;
                color: #6b6b84;
                font-weight: 400;
                list-style-type: none;
                position: relative;
                margin-bottom: 15px;
                padding-left: 20px;
            }

                .appointments-list .appointments-box .appointments-information .info-list li:last-child {
                    margin-bottom: 0;
                }

                .appointments-list .appointments-box .appointments-information .info-list li i {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    color: #107cbe;
                }

                .appointments-list .appointments-box .appointments-information .info-list li a {
                    color: #6b6b84;
                }

        .appointments-list .appointments-box .appointments-information .confirm-list {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            padding-left: 0;
            margin-bottom: 0;
        }

            .appointments-list .appointments-box .appointments-information .confirm-list li {
                display: inline-block;
                font-size: 15px;
                font-weight: 500;
                padding: 10px 30px;
                background: #edeaea;
                border-radius: 25px;
                color: #107cbe;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                margin-right: 10px;
            }

                .appointments-list .appointments-box .appointments-information .confirm-list li:last-child {
                    margin-right: 0;
                }

                .appointments-list .appointments-box .appointments-information .confirm-list li:hover {
                    background-color: #107cbe;
                    color: #ffffff;
                }

/*================================================
Reviews Area CSS
=================================================*/
.reviews-area .container-fluid {
    max-width: 1920px;
    margin: auto;
}

.reviews-list .reviews-box {
    padding: 35px 40px 35px 40px;
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}

    .reviews-list .reviews-box:last-child {
        margin-bottom: 0;
    }

    .reviews-list .reviews-box .image-box {
        position: absolute;
        left: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 170px;
        height: 170px;
    }

        .reviews-list .reviews-box .image-box img {
            border-radius: 5px;
        }

    .reviews-list .reviews-box .reviews-content {
        padding-left: 190px;
        position: relative;
    }

        .reviews-list .reviews-box .reviews-content h3 {
            font-size: 25px;
            margin-bottom: 12px;
        }

        .reviews-list .reviews-box .reviews-content span {
            font-size: 15px;
            color: #6b6b84;
            margin-bottom: 10px;
            display: inline-block;
        }

        .reviews-list .reviews-box .reviews-content p {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .reviews-list .reviews-box .reviews-content .reply-btn {
            display: inline-block;
            padding: 5px 20px;
            font-size: 14px;
            font-weight: 400;
            color: #6b6b84;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            border: 1px solid #e1e1e1;
            border-radius: 30px;
        }

            .reviews-list .reviews-box .reviews-content .reply-btn:hover {
                background-color: #107cbe;
                border: 1px solid #107cbe;
                color: #ffffff;
            }

        .reviews-list .reviews-box .reviews-content .rating {
            padding-left: 0;
            margin-bottom: 0;
            position: absolute;
            right: 0;
            top: 0;
        }

            .reviews-list .reviews-box .reviews-content .rating i {
                font-size: 16px;
                color: #ffab01;
            }

/*================================================
Schedule Time Area CSS
=================================================*/
.schedule-time .title-box {
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 25px 30px;
}

    .schedule-time .title-box h3 {
        font-size: 25px;
        margin-bottom: 0;
    }

    .schedule-time .title-box .btn-box {
        margin-top: 30px;
    }

        .schedule-time .title-box .btn-box .btn-one {
            display: inline-block;
            padding: 12px 35px;
            background-color: #107cbe;
            border: 1px solid #107cbe;
            color: #ffffff;
            border-radius: 30px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-weight: 500;
            font-size: 14px;
            margin-right: 15px;
        }

            .schedule-time .title-box .btn-box .btn-one:hover {
                background-color: #0473b9;
                border: 1px solid #0473b9;
                color: #ffffff;
            }

        .schedule-time .title-box .btn-box .btn-two {
            display: inline-block;
            padding: 12px 35px;
            background-color: transparent;
            border: 1px solid #107cbe;
            color: #107cbe;
            border-radius: 30px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-weight: 500;
            font-size: 14px;
        }

            .schedule-time .title-box .btn-box .btn-two:hover {
                background-color: #107cbe;
                color: #ffffff;
            }

    .schedule-time .title-box .search-form {
        position: relative;
    }

        .schedule-time .title-box .search-form label {
            display: block;
            margin-bottom: 0;
        }

        .schedule-time .title-box .search-form .screen-reader-text {
            display: none;
        }

        .schedule-time .title-box .search-form .search-field {
            background-color: transparent;
            height: 50px;
            padding: 8px 15px;
            border: 1px solid #eeeeee;
            width: 100%;
            display: block;
            outline: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            border-radius: 5px;
        }

            .schedule-time .title-box .search-form .search-field:focus {
                border-color: #107cbe;
            }

        .schedule-time .title-box .search-form button {
            border: none;
            background-color: #eeeeee;
            color: #107cbe;
            height: 40px;
            width: 40px;
            position: absolute;
            right: 5px;
            padding: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            top: 5px;
            font-size: 20px;
            border-radius: 5px;
            cursor: pointer;
        }

            .schedule-time .title-box .search-form button i {
                position: absolute;
                left: 0;
                right: 0;
                top: 52%;
                -webkit-transform: translateY(-52%);
                transform: translateY(-52%);
            }

            .schedule-time .title-box .search-form button:hover, .schedule-time .title-box .search-form button:focus {
                background-color: #107cbe;
                color: #ffffff;
            }

.schedule-time .calendar-content {
    text-align: center;
}

    .schedule-time .calendar-content .schedule-list {
        padding: 20px;
        margin-bottom: 0;
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
    }

        .schedule-time .calendar-content .schedule-list li {
            list-style-type: none;
            display: inline-block;
        }

            .schedule-time .calendar-content .schedule-list li a {
                display: inline-block;
                padding: 10px 20px;
                background-color: #eeeeee;
                color: #202647;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                font-weight: 500;
                font-size: 15px;
                border-radius: 30px;
            }

                .schedule-time .calendar-content .schedule-list li a:hover {
                    background-color: #107cbe;
                    color: #ffffff;
                }

            .schedule-time .calendar-content .schedule-list li .color {
                background-color: #107cbe;
                color: #ffffff;
            }

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background-color: #000711;
}

    .footer-area.bg-color {
        background-color: #f1f7fd;
        border-top: 1px solid #eeeeee;
    }

        .footer-area.bg-color .single-footer-widget p {
            color: #202647;
        }

        .footer-area.bg-color .single-footer-widget .footer-social li i {
            background: -webkit-gradient(linear, left top, left bottom, from(#0090cc), color-stop(#0080d8), color-stop(#006de1), color-stop(#0056e3), to(#1f35db));
            background: linear-gradient(to bottom, #0090cc, #0080d8, #006de1, #0056e3, #1f35db);
        }

        .footer-area.bg-color .single-footer-widget .quick-links li {
            color: #202647;
        }

            .footer-area.bg-color .single-footer-widget .quick-links li a {
                color: #202647;
            }

                .footer-area.bg-color .single-footer-widget .quick-links li a:hover {
                    color: #107cbe;
                }

        .footer-area.bg-color .single-footer-widget .opening-hours li {
            color: #202647;
        }

        .footer-area.bg-color .single-footer-widget .footer-contact-info li {
            color: #202647;
        }

            .footer-area.bg-color .single-footer-widget .footer-contact-info li span {
                color: #202647;
            }

            .footer-area.bg-color .single-footer-widget .footer-contact-info li a {
                color: #202647;
            }

                .footer-area.bg-color .single-footer-widget .footer-contact-info li a:hover {
                    color: #107cbe;
                }

.single-footer-widget {
    margin-bottom: 30px;
}

    .single-footer-widget a img {
        margin-bottom: 25px;
    }

    .single-footer-widget p {
        color: #ffffff;
        margin-bottom: 0;
    }

    .single-footer-widget .footer-social {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }

        .single-footer-widget .footer-social li {
            list-style-type: none;
            display: inline-block;
            margin-right: 10px;
        }

            .single-footer-widget .footer-social li:last-child {
                margin-right: 0;
            }

            .single-footer-widget .footer-social li i {
                display: inline-block;
                height: 35px;
                width: 35px;
                line-height: 35px;
                background-color: #107cbe;
                color: #ffffff;
                font-size: 16px;
                text-align: center;
                border-radius: 50%;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

                .single-footer-widget .footer-social li i:hover {
                    background-color: #ffffff;
                    color: #107cbe;
                    -webkit-transform: translateY(-2px);
                    transform: translateY(-2px);
                }

    .single-footer-widget h2 {
        font-size: 25px;
        color: #107cbe;
        font-weight: 500;
        margin-bottom: 25px;
    }

    .single-footer-widget .quick-links {
        padding-left: 0;
        margin-bottom: 0;
    }

        .single-footer-widget .quick-links li {
            color: #ffffff;
            font-size: 15px;
            list-style-type: none;
            margin-bottom: 15px;
        }

            .single-footer-widget .quick-links li a {
                display: inline-block;
                color: #ffffff;
                font-weight: 400;
                position: relative;
            }

                .single-footer-widget .quick-links li a:hover {
                    color: #107cbe;
                }

                    .single-footer-widget .quick-links li a:hover::before {
                        width: 100%;
                    }

                .single-footer-widget .quick-links li a::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 0;
                    height: 1px;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    background-color: #107cbe;
                }

            .single-footer-widget .quick-links li:last-child {
                margin-bottom: 0;
            }

    .single-footer-widget .opening-hours {
        padding-left: 0;
        margin-bottom: 0;
    }

        .single-footer-widget .opening-hours li {
            color: #ffffff;
            font-size: 15px;
            font-weight: 400;
            list-style-type: none;
            margin-bottom: 20px;
            padding-bottom: 14px;
            border-bottom: 1px solid #e1e1e1;
        }

            .single-footer-widget .opening-hours li:last-child {
                margin-bottom: 0;
            }

            .single-footer-widget .opening-hours li span {
                float: right;
            }

    .single-footer-widget .footer-contact-info {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .single-footer-widget .footer-contact-info li {
            margin-bottom: 24px;
            color: #ffffff;
            position: relative;
            padding-left: 35px;
            font-size: 14px;
            font-family: "Poppins", sans-serif;
        }

            .single-footer-widget .footer-contact-info li i {
                position: absolute;
                left: 0;
                top: 5px;
                font-size: 25px;
                color: #107cbe;
            }

            .single-footer-widget .footer-contact-info li span {
                display: block;
                font-weight: 500;
                margin-bottom: 5px;
                color: #ffffff;
                font-size: 20px;
            }

            .single-footer-widget .footer-contact-info li a {
                display: inline-block;
                color: #ffffff;
                font-weight: 400;
                position: relative;
                font-size: 14px;
            }

                .single-footer-widget .footer-contact-info li a:hover {
                    color: #107cbe;
                }

            .single-footer-widget .footer-contact-info li:last-child {
                margin-bottom: 0;
            }

/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

    .copyright-area.bg-color {
        background-color: #000000;
    }

        .copyright-area.bg-color .copyright-area-content p {
            color: #ffffff;
        }

            .copyright-area.bg-color .copyright-area-content p a:hover {
                color: #ffffff;
            }

    .copyright-area .copyright-area-content {
        text-align: center;
    }

        .copyright-area .copyright-area-content p {
            color: #202647;
        }

            .copyright-area .copyright-area-content p a {
                display: inline-block;
                font-weight: 600;
                color: #107cbe;
            }

                .copyright-area .copyright-area-content p a:hover {
                    color: #202647;
                }

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #ffffff;
    background-color: #202647;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

    .go-top i {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        font-size: 30px;
        margin: auto;
    }

    .go-top.active {
        opacity: 1;
        visibility: visible;
        bottom: 220px;
    }

    .go-top:hover {
        background-color: #107cbe;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
        box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
/*# sourceMappingURL=style.css.map */
/*Thong tin chi tiet truong*/
 .dsnamelogo {
    border-bottom: solid 1px #2d2d2d;
    padding: 20px 0px;
    margin-bottom: 65px;
}

     .dsnamelogo img {
        max-height: 300px;
    }

     .dsnamelogo h2 {
        font-size: 30px;
        color: #2d2d2d;
    }
.dsthongtin {
    background: #5d031d;
    padding: 20px;
}

    .dsthongtin .container .thongtinchung {
        background: #0000008a;
        padding: 20px;
        box-shadow: 1px 2px 4px 0px rgba(255, 255, 255, 0.41);
    }

    .dsthongtin h3 {
        font-size: 30px;
        color: #cecece;
        margin-top: 0px;
        /*border-bottom: solid 2px #fff;*/
    }
    .dsthongtin .post-heading h2.white {
        color: #fff;
        
    }
    .dsthongtin .post-heading h2 {
        font-size: 20px;
        margin: 10px 0px;
    }
    .dsthongtin .contentrfull {
        padding: 0px;
        margin: 0px;
        color: #cecece;
        font-size: 14px;
        font-family: Roboto;
    }

        .dsthongtin .contentrfull .list-group {
            padding: 0px;
        }

            .dsthongtin .contentrfull .list-group li {
                display: block;
                padding: 2px 0px;
                color: #e8e8e8;
            }

                .dsthongtin .contentrfull .list-group li a {
                    color: #fff;
                }
.thongtints .post-heading h3, .dsgioithieu .post-heading h2 {
    font-size: 20px;
    margin: 20px 0px;
}
.popupcontact {
    max-width: 900px !important;
}
.blog-area {
	background: #ed901e30!important;
}