/*!
 * Copyright © CME Schooling
*/
html {
    min-height: 100%;
    position: relative;
}

body {
    color: #666666;
}

.body-bg {
    background-image: url(../img/main_bg.jpg);
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
}

.doctor-bg-right {
    background: hsla(190, 77%, 81%, 1);
    background: -linear-gradient(180deg, hsla(190, 77%, 81%, 1) 30%, hsla(264, 100%, 94%, 1) 73%, hsl(0deg 0% 97%) 100%);
    background: -moz-linear-gradient(180deg, hsla(190, 77%, 81%, 1) 30%, hsla(264, 100%, 94%, 1) 73%, hsl(0deg 0% 97%) 100%);
    background: -webkit-linear-gradient(180deg, hsla(190, 77%, 81%, 1) 30%, hsla(264, 100%, 94%, 1) 73%, hsl(0deg 0% 97%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#AAE8F4", endColorstr="#EDE1FF", GradientType=1);
    border-radius: 0 .25rem .25rem 0;
}

.doctor-bg-left {
    background: hsla(190, 77%, 81%, 1);
    background: -linear-gradient(0deg, hsla(190, 77%, 81%, 1) 30%, hsla(264, 100%, 94%, 1) 73%, hsl(0deg 0% 97%) 100%);
    background: -moz-linear-gradient(0deg, hsla(190, 77%, 81%, 1) 30%, hsla(264, 100%, 94%, 1) 73%, hsl(0deg 0% 97%) 100%);
    background: -webkit-linear-gradient(0deg, hsla(190, 77%, 81%, 1) 30%, hsla(264, 100%, 94%, 1) 73%, hsl(0deg 0% 97%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#AAE8F4", endColorstr="#EDE1FF", GradientType=1);
    border-radius: .25rem 0 0 .25rem;
}

@media (max-width: 768px) {
    .doctor-bg {
        border-radius: .25rem;
    }
}

.text-blue {
    color: #1f3a7d;
}

.btn-primary, .btn-primary:visited, .navbar-dark .navbar-toggler {
    background-color: #1f3a7d;
    border-color: #3158b8;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus  {
    background-color: #3158b8 !important;
    border-color: #1f3a7d !important;
}

.footer {
    width: 100%;
    line-height: 60px;
    background-color: #1f3a7d;
}

.footer, .footer a {
    color: #fff;
}

/* Sticky Footer ends */
.footer {
    position: absolute;
    bottom: 0;
    height: 60px;
}

.body-bg section, body.with-header {
    margin-bottom: 60px;
}

@media (max-width: 591px) {
    .footer {
        height: 120px;
    }
    .body-bg section, body.with-header {
        margin-bottom: 120px;
    }
}

@media (max-width: 362px) {
    .footer {
        height: 180px;
    }
    .body-bg section, body.with-header {
        margin-bottom: 180px;
    }
}
/* Sticky Footer ends */


body.with-header .content {
    margin-top: 96px;
}

body.with-header header nav, .header-bg, #scrolled.header-bg {
    box-shadow: 0px 5px 10px #e5e5e5;
    background: #b1c5e7;
    /*background: -linear-gradient(180deg, hsla(190, 77%, 81%, 1) 20%, hsl(0deg 0% 100%) 80%);
    background: -moz-linear-gradient(180deg, hsla(190, 77%, 81%, 1) 20%, hsl(0deg 0% 100%) 80%);
    background: -webkit-linear-gradient(180deg, hsla(190, 77%, 81%, 1) 20%, hsl(0deg 0% 100%) 80%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#a9e7f4", endColorstr="#ffffff", GradientType=1 );*/
}

#scrolled a {
    right: 30px;
    box-shadow: 2px 5px 10px black;
    margin: 10px;
}

/* offcanvas starts */
.offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    visibility: hidden;
}

.offcanvas.show {
    visibility: visible;
}

.offcanvas.show * {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.offcanvas-backdrop {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
}

.offcanvas.show .offcanvas-backdrop {
    opacity: 1;
}

.offcanvas-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: #000;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@media (max-width: 767px) {
    .offcanvas-content {
        width: 100%;
    }
}

.offcanvas.show .offcanvas-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas-header .btn-close {
    color: white;
}

.offcanvas .nav-link {
    color: #fff;
    font-size: 1.2rem;
}

.offcanvas .nav-item:hover {
    text-decoration: underline;
}
/* offcanvas ends */


/* number input starts */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* number input ends */

/* telephone dropdown */
.tel-select {
    position: relative;
    display: none;
}

.tel-select .list-group {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 254px;
    overflow-y: scroll;
    border: 1px solid rgba(0,0,0,.125);
}

.tel-select a {
    padding: .35rem .75rem;
}

.tel-select a.active {
    color: inherit;
    background-color: #ececec;
    border-color: #ccc;
}

.tel-select span {
    color: rgba(0,0,0,.4);
}
/* telephone dropdown */

/* btn course */
.btn-course {
    background: #2E3B97;
    color: #FFF;
    border-radius: 0;
    padding: 0.4rem 1rem;
    transition: 0.2s ease-in-out transform;
}

.btn-course:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 5px #adadad;
    color: #2E3B97;
    border: 2px solid #2E3B97;
    background: #FFF;
}
/* btn course */

/* course card */
.course-card .card-title {
    color: #1F2E47;
    line-height: 32px;
}

.course-card .card-header, .course-card .card-footer {
    background: #D4DDED;
    padding: 0.45rem;
}
/* course card */

/* course image */
.course-img {
    position: relative;
}

.course-img .symbol {
    position: absolute;
    top: 10px;
    right: 10px;
}
/* course image */

/* side navigation */
#sidenav .card-header {
    color: #2e3192;
    font-weight: bold;
}

#sidenav .list-group-item {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#sidenav .list-group-item:first-child {
    border-top: 1px solid rgba(0,0,0,.125);
}

#sidenav .list-group-item:last-child {
    border: none;
}

@media (min-width: 767px) {
    .collapse.collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

#sidenav .card-header.active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
/* side navigation */

.full-screen-toggle-btn {
    position: absolute;
    bottom: 15%;
    right: 3%;
    background: white;
    padding: 5px;
    border-radius: 50%;
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}
