body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@media print {

    html,
    body {
        display: none;
    }
}

html {
    user-select: none;
}

.mybtn {
    background: #e86317;
    font-weight: 600;
}

.navbar {
    background: #e86317;
    color: white;
}

.navbar .nav-link {
    font-size: 20px;
}

.banner {
    background-color: #bdd4e7;
    background-image: linear-gradient(315deg, #bdd4e7 0%, #e86317 74%);

    color: #f1f1f1;
    height: 75vh;
}

.banner-container {
    height: 100vh;
    padding-left: 3rem;
}

.fa-check-circle {
    color: #e95e37;
}

.banner-row {
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.banner-content {
    margin-top: -5rem;
    padding-left: 2.5rem;
}

@media screen and (min-width: 769px) {
    p {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        padding: 2em;
        text-align: center;
    }
}

@media screen and (max-width: 567px) {
    .banner-img {
        width: 70%;
    }
}

.price,
.type {
    font-size: 20px;
    font-weight: bold;
}

#copyButton,
#copyText {
    font-size: 20px;
    text-align: center;
    padding: 12px;
}

/* Set background color to white */
#pdf-viewer {
    max-width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
}

.pdf-pages-canvas {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

#pdf-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#pdf-nav button,
#pdf-nav input[type="number"] {
    margin-right: 10px;
}

#pdf-nav input[type="number"] {
    width: 150px;
}

@media screen and (max-width: 768px) {
    #pdf-nav {
        flex-direction: column;
        align-items: stretch;
    }

    #pdf-nav button,
    #pdf-nav input[type="number"] {
        margin-right: 0;
        margin-bottom: 5px;
        width: 100%;
    }

    #pdf-nav button {
        width: 100%;
    }

    .banner-container {
        padding: 0;
    }

    .banner {
        padding: 1rem;
    }

    .banner-row {
        height: auto;
    }

    .banner-content {
        margin: 0;
        padding: 0;
    }

    .about-btn {
        display: none;
    }
}

.card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
    position: absolute;
    content: "";
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
}

/*job category area*/
#left_tab_nav .nav-pills .nav-link {
    position: relative;
    margin-top: 2px;
    transition: none;
}

#left_tab_nav .nav-pills .nav-link.active:after,
.nav-pills .show>.nav-link:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #081e5b;
}

#left_tab_nav .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: #081e5b;
}

#left_tab_nav .nav-pills .nav-link:hover:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #081e5b;
}

#left_tab_nav .nav-pills .nav-link:hover {
    color: #fff;
    background: #081e5b;
}

/*button style*/

/*section-banner start*/
.section-banner {
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
        url("../image/banner/bg-notes.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    padding-top: 70px;
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 60px;
}

.main_search_outer {
    /* margin-top: -100px;*/
    z-index: 99;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.7);
}

/*======================================
                                    //--//-->   BUTTON
                                    ======================================*/

.btn {
    transition: 0.5s ease;
}

.btn.btn-b {
    border-radius: 0;
    padding: 0.7rem 1.8rem;
    letter-spacing: 0.05rem;
    border-radius: 4px;
}

.btn.btn-b {
    background-color: #081e5b;
    color: #fff;
}

.btn.btn-b:hover {
    background-color: #000000;
    color: #ffffff;
}

.card-big-shadow {
    position: relative;
}

.coloured-cards .card {
    margin-top: 30px;
}

.card[data-radius="none"] {
    border-radius: 0px;
}

.card {
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #ffffff;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.card[data-background="image"] .title,
.card[data-background="image"] .stats,
.card[data-background="image"] .category,
.card[data-background="image"] .description,
.card[data-background="image"] .content,
.card[data-background="image"] .card-footer,
.card[data-background="image"] small,
.card[data-background="image"] .content a,
.card[data-background="color"] .title,
.card[data-background="color"] .stats,
.card[data-background="color"] .category,
.card[data-background="color"] .description,
.card[data-background="color"] .content,
.card[data-background="color"] .card-footer,
.card[data-background="color"] small,
.card[data-background="color"] .content a {
    color: #ffffff;
}

.card.card-just-text .content {
    padding: 11px 26px;
    text-align: center;
}

.card .content {
    padding: 20px 20px 10px 20px;
}

.card[data-color="blue"] .category {
    color: #7a9e9f;
}

.card .category,
.card .label {
    font-size: 14px;
    margin-bottom: 0px;
}

.card-big-shadow:before {
    background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -12%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.card .description {
    font-size: 16px;
    color: #66615b;
}

.content-card {
    margin-top: 30px;
}

a:hover,
a:focus {
    text-decoration: none;
}

/*======== COLORS ===========*/
.card[data-color="blue"] {
    background: #e95e37;
}

.card[data-color="blue"] .description {
    color: #506568;
}

.card[data-color="green"] {
    background: #d5e5a3;
}

.card[data-color="green"] .description {
    color: #60773d;
}

.card[data-color="green"] .category {
    color: #92ac56;
}

.card[data-color="yellow"] {
    background: #ffe28c;
}

.card[data-color="yellow"] .description {
    color: #b25825;
}

.card[data-color="yellow"] .category {
    color: #d88715;
}

.card[data-color="brown"] {
    background: #d6c1ab;
}

.card[data-color="brown"] .description {
    color: #75442e;
}

.card[data-color="brown"] .category {
    color: #a47e65;
}

.card[data-color="purple"] {
    background: #baa9ba;
}

.card[data-color="purple"] .description {
    color: #3a283d;
}

.card[data-color="purple"] .category {
    color: #5a283d;
}

.card[data-color="orange"] {
    background: #ff8f5e;
}

.card[data-color="orange"] .description {
    color: #772510;
}

.card[data-color="orange"] .category {
    color: #e95e37;
}

.notice {
    background-color: #fff;
    margin: 20px auto;
    padding: 20px;
    max-width: 600px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.notice h2 {
    font-size: 24px;
    color: #333;
}

.notice p {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}

.notice strong {
    color: #333;
    font-weight: bold;
}

div#social-links {
    margin: 0 auto;
    max-width: 500px;
}

div#social-links ul li {
    display: inline-block;
}

div#social-links ul li a {
    /* padding: 20px; */
    border: 1px solid #ccc;
    margin: 1px;
    font-size: 30px;
    color: #222;
    background-color: #ccc;
}

.navbar-nav .nav-link {
    color: #fff;
}

.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.green {
    background-color: #6fb936;
}

.thumb {
    margin-bottom: 30px;
}

.page-top {
    margin-top: 85px;
}

img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}

#loading-spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    /* Initially hidden */
}

.spinner {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #e86317;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}